From 2fce5d86b262cbbb1bb622e2dd137ad73574688d Mon Sep 17 00:00:00 2001 From: JianMiau Date: Fri, 21 Jan 2022 17:50:26 +0800 Subject: [PATCH] [add] All --- .gitignore | 53 + assets/Test - 001.js | 28 + assets/Test - 001.js.meta | 9 + assets/Test.ts | 56 + assets/Test.ts.meta | 9 + assets/Test_20210305.fire | 877 + assets/Test_20210305.fire.meta | 7 + assets/responsivevoice.js | 687 + assets/responsivevoice.js.meta | 9 + build-templates/Text_to_Speech/index.html | 94 + creator.d.ts | 32073 ++++++++++++ jsconfig.json | 15 + package-lock.json | 215 + preview-templates/boot.js | 419 + preview-templates/ccc-devtools/LICENSE | 21 + preview-templates/ccc-devtools/README.md | 76 + preview-templates/ccc-devtools/config.js | 54 + preview-templates/ccc-devtools/index.html | 248 + .../ccc-devtools/libs/css/googlefonts.css | 336 + .../libs/css/materialdesignicons.min.css | 1 + .../ccc-devtools/libs/css/vuetify.min.css | 8 + .../libs/fonts/googlefonts-base.woff2 | Bin 0 -> 10984 bytes .../fonts/materialdesignicons-webfont.eot | Bin 0 -> 844600 bytes .../fonts/materialdesignicons-webfont.ttf | Bin 0 -> 844380 bytes .../fonts/materialdesignicons-webfont.woff | Bin 0 -> 404384 bytes .../fonts/materialdesignicons-webfont.woff2 | Bin 0 -> 283040 bytes .../ccc-devtools/libs/js/cc-console-utils.js | 165 + .../ccc-devtools/libs/js/vue.min.js | 6 + .../ccc-devtools/libs/js/vuetify.js | 41498 ++++++++++++++++ preview-templates/ccc-devtools/preview.js | 192 + .../ccc-devtools/screenshots/preview1.gif | Bin 0 -> 869792 bytes .../ccc-devtools/screenshots/preview2.png | Bin 0 -> 123554 bytes .../ccc-devtools/screenshots/preview3.png | Bin 0 -> 122032 bytes .../ccc-devtools/screenshots/preview4.png | Bin 0 -> 210247 bytes .../ccc-devtools/screenshots/preview5.png | Bin 0 -> 193374 bytes .../ccc-devtools/screenshots/t1.png | Bin 0 -> 9410 bytes .../ccc-devtools/screenshots/t2.png | Bin 0 -> 45646 bytes .../ccc-devtools/screenshots/t3.png | Bin 0 -> 215618 bytes preview-templates/ccc-devtools/version.json | 6 + .../cocos-analytics/cocosAnalytics.min.js | 2 + preview-templates/cocos-analytics/v1.0.2 | 0 preview-templates/favicon.ico | Bin 0 -> 1150 bytes preview-templates/index.jade | 63 + preview-templates/style.css | 252 + preview-templates/toolbar.jade | 36 + project.json | 8 + settings/builder.json | 55 + settings/project.json | 41 + settings/services.json | 6 + tsconfig.json | 19 + 50 files changed, 77644 insertions(+) create mode 100644 .gitignore create mode 100644 assets/Test - 001.js create mode 100644 assets/Test - 001.js.meta create mode 100644 assets/Test.ts create mode 100644 assets/Test.ts.meta create mode 100644 assets/Test_20210305.fire create mode 100644 assets/Test_20210305.fire.meta create mode 100644 assets/responsivevoice.js create mode 100644 assets/responsivevoice.js.meta create mode 100644 build-templates/Text_to_Speech/index.html create mode 100644 creator.d.ts create mode 100644 jsconfig.json create mode 100644 package-lock.json create mode 100644 preview-templates/boot.js create mode 100644 preview-templates/ccc-devtools/LICENSE create mode 100644 preview-templates/ccc-devtools/README.md create mode 100644 preview-templates/ccc-devtools/config.js create mode 100644 preview-templates/ccc-devtools/index.html create mode 100644 preview-templates/ccc-devtools/libs/css/googlefonts.css create mode 100644 preview-templates/ccc-devtools/libs/css/materialdesignicons.min.css create mode 100644 preview-templates/ccc-devtools/libs/css/vuetify.min.css create mode 100644 preview-templates/ccc-devtools/libs/fonts/googlefonts-base.woff2 create mode 100644 preview-templates/ccc-devtools/libs/fonts/materialdesignicons-webfont.eot create mode 100644 preview-templates/ccc-devtools/libs/fonts/materialdesignicons-webfont.ttf create mode 100644 preview-templates/ccc-devtools/libs/fonts/materialdesignicons-webfont.woff create mode 100644 preview-templates/ccc-devtools/libs/fonts/materialdesignicons-webfont.woff2 create mode 100644 preview-templates/ccc-devtools/libs/js/cc-console-utils.js create mode 100644 preview-templates/ccc-devtools/libs/js/vue.min.js create mode 100644 preview-templates/ccc-devtools/libs/js/vuetify.js create mode 100644 preview-templates/ccc-devtools/preview.js create mode 100644 preview-templates/ccc-devtools/screenshots/preview1.gif create mode 100644 preview-templates/ccc-devtools/screenshots/preview2.png create mode 100644 preview-templates/ccc-devtools/screenshots/preview3.png create mode 100644 preview-templates/ccc-devtools/screenshots/preview4.png create mode 100644 preview-templates/ccc-devtools/screenshots/preview5.png create mode 100644 preview-templates/ccc-devtools/screenshots/t1.png create mode 100644 preview-templates/ccc-devtools/screenshots/t2.png create mode 100644 preview-templates/ccc-devtools/screenshots/t3.png create mode 100644 preview-templates/ccc-devtools/version.json create mode 100644 preview-templates/cocos-analytics/cocosAnalytics.min.js create mode 100644 preview-templates/cocos-analytics/v1.0.2 create mode 100644 preview-templates/favicon.ico create mode 100644 preview-templates/index.jade create mode 100644 preview-templates/style.css create mode 100644 preview-templates/toolbar.jade create mode 100644 project.json create mode 100644 settings/builder.json create mode 100644 settings/project.json create mode 100644 settings/services.json create mode 100644 tsconfig.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f32413 --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +#///////////////////////////////////////////////////////////////////////////// +# Fireball Projects +#///////////////////////////////////////////////////////////////////////////// + +/library/ +/temp/ +/local/ +/build/ + +#///////////////////////////////////////////////////////////////////////////// +# npm files +#///////////////////////////////////////////////////////////////////////////// + +npm-debug.log +node_modules/ + +#///////////////////////////////////////////////////////////////////////////// +# Logs and databases +#///////////////////////////////////////////////////////////////////////////// + +*.log +*.sql +*.sqlite + +#///////////////////////////////////////////////////////////////////////////// +# files for debugger +#///////////////////////////////////////////////////////////////////////////// + +*.sln +*.csproj +*.pidb +*.unityproj +*.suo + +#///////////////////////////////////////////////////////////////////////////// +# OS generated files +#///////////////////////////////////////////////////////////////////////////// + +.DS_Store +ehthumbs.db +Thumbs.db + +#///////////////////////////////////////////////////////////////////////////// +# WebStorm files +#///////////////////////////////////////////////////////////////////////////// + +.idea/ + +#////////////////////////// +# VS Code files +#////////////////////////// + +.vscode/ diff --git a/assets/Test - 001.js b/assets/Test - 001.js new file mode 100644 index 0000000..4488d2f --- /dev/null +++ b/assets/Test - 001.js @@ -0,0 +1,28 @@ +// Learn cc.Class: +// - https://docs.cocos.com/creator/manual/en/scripting/class.html +// Learn Attribute: +// - https://docs.cocos.com/creator/manual/en/scripting/reference/attributes.html +// Learn life-cycle callbacks: +// - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html + +cc.Class({ + extends: cc.Component, + + properties: { + }, + + // LIFE-CYCLE CALLBACKS: + + // onLoad () {}, + + start() { + var voicelist = responsiveVoice.getVoices(); + responsiveVoice.speak("666", "Chinese Female", { + onend: function (EndCallback) { + // IsEnd = true; + } + }); + }, + + // update (dt) {}, +}); diff --git a/assets/Test - 001.js.meta b/assets/Test - 001.js.meta new file mode 100644 index 0000000..642dff3 --- /dev/null +++ b/assets/Test - 001.js.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.0.8", + "uuid": "189e4948-0169-4232-b9bc-919b3c26bb98", + "isPlugin": false, + "loadPluginInWeb": true, + "loadPluginInNative": true, + "loadPluginInEditor": false, + "subMetas": {} +} \ No newline at end of file diff --git a/assets/Test.ts b/assets/Test.ts new file mode 100644 index 0000000..3a5770f --- /dev/null +++ b/assets/Test.ts @@ -0,0 +1,56 @@ +const { ccclass, property } = cc._decorator; + +@ccclass +export default class NewClass extends cc.Component { + + // LIFE-CYCLE CALLBACKS: + + // private EditBox: cc.EditBox = null; + + onLoad(): void { + // this.EditBox = this.node.getChildByName("EditBox").getComponent(cc.EditBox); + // this.EditBox.node.on("text-changed", this.Voice, this); + } + + start(): void { + let self: this = this; + + let url: string = window.location.search; + let request: object = []; + if (url.indexOf("?") !== -1) { + let str: string = url.substr(1); + let strs: string[] = str.split("&"); + for (let i: number = 0; i < strs.length; i++) { + request[strs[i].split("=")[0]] = decodeURI(strs[i].split("=")[1]); + } + } + + let ResponsiveVoice: any = responsiveVoice; + // var voicelist: any = ResponsiveVoice.getVoices(); + // let voice: string = this.EditBox.string; + // let voice: string = "傻B豆豆"; + let voice: string = request["voice"]; + ResponsiveVoice.speak(voice, "Chinese Female", { + onstart: function (Callback: any): void { + // IsEnd = true; + self.node.getChildByName("Label").getComponent(cc.Label).string = voice; + }, + // onend: function (Callback: any): void { + // // IsEnd = true; + // }, + }); + } + + // public Voice(): void { + // let ResponsiveVoice: any = responsiveVoice; + // // var voicelist: any = ResponsiveVoice.getVoices(); + // let voice: string = this.EditBox.string; + // ResponsiveVoice.speak(voice, "Chinese Female", { + // // onend: function (EndCallback: any): void { + // // // IsEnd = true; + // // } + // }); + // } + + // update (dt) {} +} diff --git a/assets/Test.ts.meta b/assets/Test.ts.meta new file mode 100644 index 0000000..9445272 --- /dev/null +++ b/assets/Test.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.0.8", + "uuid": "3c3b9a31-2ce1-4561-9013-622b2c67c06e", + "isPlugin": false, + "loadPluginInWeb": true, + "loadPluginInNative": true, + "loadPluginInEditor": false, + "subMetas": {} +} \ No newline at end of file diff --git a/assets/Test_20210305.fire b/assets/Test_20210305.fire new file mode 100644 index 0000000..7d9fcec --- /dev/null +++ b/assets/Test_20210305.fire @@ -0,0 +1,877 @@ +[ + { + "__type__": "cc.SceneAsset", + "_name": "", + "_objFlags": 0, + "_native": "", + "scene": { + "__id__": 1 + } + }, + { + "__type__": "cc.Scene", + "_objFlags": 0, + "_parent": null, + "_children": [ + { + "__id__": 2 + } + ], + "_active": true, + "_components": [], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 0, + "height": 0 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_is3DNode": true, + "_groupIndex": 0, + "groupIndex": 0, + "autoReleaseAssets": false, + "_id": "6038e87a-b853-485e-8782-2d472b477da3" + }, + { + "__type__": "cc.Node", + "_name": "Canvas", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 3 + }, + { + "__id__": 5 + }, + { + "__id__": 16 + } + ], + "_active": true, + "_components": [ + { + "__id__": 18 + }, + { + "__id__": 19 + }, + { + "__id__": 20 + }, + { + "__id__": 21 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 960, + "height": 640 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 480, + 320, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "f9TE6yxQ5Ne7NIT5Z2+3Yx" + }, + { + "__type__": "cc.Node", + "_name": "Main Camera", + "_objFlags": 0, + "_parent": { + "__id__": 2 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 4 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 0, + "height": 0 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "10ow+9fmRO35ISMhHk0ZM2" + }, + { + "__type__": "cc.Camera", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 3 + }, + "_enabled": true, + "_cullingMask": 4294967295, + "_clearFlags": 7, + "_backgroundColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_depth": -1, + "_zoomRatio": 1, + "_targetTexture": null, + "_fov": 60, + "_orthoSize": 10, + "_nearClip": 1, + "_farClip": 4096, + "_ortho": true, + "_rect": { + "__type__": "cc.Rect", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + "_renderStages": 1, + "_alignWithScreen": true, + "_id": "1e2pkURDpMkrTr81ieKT86" + }, + { + "__type__": "cc.Node", + "_name": "EditBox", + "_objFlags": 0, + "_parent": { + "__id__": 2 + }, + "_children": [ + { + "__id__": 6 + }, + { + "__id__": 9 + }, + { + "__id__": 12 + } + ], + "_active": false, + "_components": [ + { + "__id__": 15 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 320, + "height": 80 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "eaJ3zp74ZE8qnii290J+oo" + }, + { + "__type__": "cc.Node", + "_name": "BACKGROUND_SPRITE", + "_objFlags": 512, + "_parent": { + "__id__": 5 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 7 + }, + { + "__id__": 8 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 320, + "height": 80 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "38ezAlGeRMXpQW5GJGco8Y" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 6 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "ff0e91c7-55c6-4086-a39f-cb6e457b8c3b" + }, + "_type": 1, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "92PSiac0hBU6+EYvyz8ZlH" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 6 + }, + "_enabled": true, + "alignMode": 0, + "_target": null, + "_alignFlags": 45, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 160, + "_originalHeight": 40, + "_id": "3by2uGvR1LX5uPdpYSBXvn" + }, + { + "__type__": "cc.Node", + "_name": "TEXT_LABEL", + "_objFlags": 512, + "_parent": { + "__id__": 5 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 10 + }, + { + "__id__": 11 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 318, + "height": 80 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 1 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + -158, + 40, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "9bMx0AMMpB745FECEigF8j" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 9 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_string": "豆B", + "_N$string": "豆B", + "_fontSize": 40, + "_lineHeight": 50, + "_enableWrapText": false, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_styleFlags": 0, + "_underlineHeight": 0, + "_N$horizontalAlign": 0, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 1, + "_N$cacheMode": 0, + "_id": "68XQEVZaxPvJ6OwImNDRNS" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 9 + }, + "_enabled": true, + "alignMode": 0, + "_target": null, + "_alignFlags": 45, + "_left": 2, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 158, + "_originalHeight": 40, + "_id": "c0Jf9oR/JO8rqj7QV5MoXQ" + }, + { + "__type__": "cc.Node", + "_name": "PLACEHOLDER_LABEL", + "_objFlags": 512, + "_parent": { + "__id__": 5 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 13 + }, + { + "__id__": 14 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 187, + "g": 187, + "b": 187, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 636, + "height": 160.00000000000003 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 1 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + -158, + 80.351, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "20EqxrZ7lF5bjsAsdkCimy" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 12 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_string": "Enter text here...", + "_N$string": "Enter text here...", + "_fontSize": 40, + "_lineHeight": 50, + "_enableWrapText": false, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_styleFlags": 0, + "_underlineHeight": 0, + "_N$horizontalAlign": 0, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 1, + "_N$cacheMode": 0, + "_id": "baLhjoCptLSphhhgkENjtn" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 12 + }, + "_enabled": true, + "alignMode": 0, + "_target": null, + "_alignFlags": 45, + "_left": 2, + "_right": -318, + "_top": -40.351, + "_bottom": -39.64900000000002, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 158, + "_originalHeight": 40, + "_id": "0cS9TABftK3ZfTpldmC+NL" + }, + { + "__type__": "cc.EditBox", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 5 + }, + "_enabled": true, + "_string": "豆B", + "returnType": 0, + "maxLength": 99, + "_tabIndex": 0, + "editingDidBegan": [], + "textChanged": [], + "editingDidEnded": [], + "editingReturn": [], + "_N$textLabel": { + "__id__": 10 + }, + "_N$placeholderLabel": { + "__id__": 13 + }, + "_N$background": { + "__id__": 7 + }, + "_N$inputFlag": 5, + "_N$inputMode": 6, + "_N$stayOnTop": false, + "_id": "d1ItPyf2BBebUTF4pr5TxP" + }, + { + "__type__": "cc.Node", + "_name": "Label", + "_objFlags": 0, + "_parent": { + "__id__": 2 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 17 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 244.68, + "height": 126 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "98juJcAQRP0LUqPUx50Cpn" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 16 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_string": "", + "_N$string": "", + "_fontSize": 100, + "_lineHeight": 100, + "_enableWrapText": true, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_styleFlags": 0, + "_underlineHeight": 0, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "f53Vk8WiVJcantXMJPBACJ" + }, + { + "__type__": "cc.Canvas", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 2 + }, + "_enabled": true, + "_designResolution": { + "__type__": "cc.Size", + "width": 960, + "height": 640 + }, + "_fitWidth": false, + "_fitHeight": true, + "_id": "5aEA807ANLw70L5iQzOWl3" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 2 + }, + "_enabled": true, + "alignMode": 1, + "_target": null, + "_alignFlags": 45, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 0, + "_id": "07dWEKk6NLVIJLgVc2R2cY" + }, + { + "__type__": "189e4lIAWlCMrm8kZs8JruY", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 2 + }, + "_enabled": false, + "_id": "d3qfNxVj5LFpFPf1fqqKtH" + }, + { + "__type__": "3c3b9oxLOFFYZATYissZ8Bu", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 2 + }, + "_enabled": true, + "_id": "8aY+KjyXpHX6dp7G3I8tPC" + } +] \ No newline at end of file diff --git a/assets/Test_20210305.fire.meta b/assets/Test_20210305.fire.meta new file mode 100644 index 0000000..b866d57 --- /dev/null +++ b/assets/Test_20210305.fire.meta @@ -0,0 +1,7 @@ +{ + "ver": "1.2.9", + "uuid": "6038e87a-b853-485e-8782-2d472b477da3", + "asyncLoadAssets": false, + "autoReleaseAssets": false, + "subMetas": {} +} \ No newline at end of file diff --git a/assets/responsivevoice.js b/assets/responsivevoice.js new file mode 100644 index 0000000..29cd1c8 --- /dev/null +++ b/assets/responsivevoice.js @@ -0,0 +1,687 @@ +if (typeof rvAgentPlayer !== 'undefined') { + throw new Error('ResponsiveVoice Website Agent is already running'); +} + +var rvAgentPlayer = { version : 1 }; +var rvApiKey = '8LG4XCOk'; +var rvApiEndpoint = 'https://texttospeech.responsivevoice.org/v1/text:synthesize'; + +if (typeof responsiveVoice === 'undefined') { + +/* + ResponsiveVoice JS v1.8.0 + + (c) 2015-2020 LearnBrite + + License: http://responsivevoice.org/license +*/ +Array.from||(Array.from=function(){var w=Object.prototype.toString,y=function(p){return"function"===typeof p||"[object Function]"===w.call(p)},C=Math.pow(2,53)-1;return function(p){var a=Object(p);if(null==p)throw new TypeError("Array.from requires an array-like object - not null or undefined");var q=1a.VOICESUPPORT_ATTEMPTLIMIT&&(clearInterval(b),null!=window.speechSynthesis?a.iOS?(a.iOS11||a.iOS12||a.iOS13_0||a.iOS13?a.systemVoicesReady(a.cache_ios11_voices):a.iOS10?a.systemVoicesReady(a.cache_ios10_voices): +a.iOS9?a.systemVoicesReady(a.cache_ios9_voices):a.systemVoicesReady(a.cache_ios_voices),console.log("RV: Voice support ready (cached)")):(console.log("RV: speechSynthesis present but no system voices found"),a.enableFallbackMode()):a.enableFallbackMode()))},100)},100);(a.iOS||a.is_android||a.is_safari)&&a.enableWindowClickHook();a.Dispatch("OnLoad")};a.systemVoicesReady=function(b){a.systemvoices=b;a.mapRVs();null!=a.OnVoiceReady&&a.OnVoiceReady.call();a.Dispatch("OnReady");window.hasOwnProperty("dispatchEvent")&& +window.dispatchEvent(new Event("ResponsiveVoice_OnReady"))};a.enableFallbackMode=function(){a.fallbackMode=!0;a.forcedFallbackMode=!0;console.log("RV: Enabling fallback mode");a.mapRVs();null!=a.OnVoiceReady&&a.OnVoiceReady.call();a.Dispatch("OnReady");window.hasOwnProperty("dispatchEvent")&&window.dispatchEvent(new Event("ResponsiveVoice_OnReady"));a.Dispatch("OnServiceSwitched")};a.getVoices=function(){for(var b=[],c=0;ca.CHARACTER_LIMIT){for(var f= +b=w(b);f.length>a.CHARACTER_LIMIT;){e=f.search(/([\u3002:!\u00a1?\u00bf;\(\)\[\]\u2014\u00ab\u00bb\n]+|\.[^0-9]+)/);var l="";if(-1==e||e>=a.CHARACTER_LIMIT)e=f.search(/,[^0-9]+/);if((-1==e||e>=a.CHARACTER_LIMIT)&&-1!=f.search(" ")){var u=f.split(" ");for(e=0;ea.CHARACTER_LIMIT){u[e].length>=a.CHARACTER_LIMIT&&(l+=u[e].substr(0,a.CHARACTER_LIMIT-l.length-1));break}l+=(0!=e?" ":"")+u[e]}}else{if(-1==e||e>=a.CHARACTER_LIMIT)e=a.CHARACTER_LIMIT-1;l=f.substr(0, +e+1)}f=f.substr(l.length,f.length-l.length);k.push(l)}0=d||(a.timeoutId=setTimeout(c,a.getEstimatedTimeLength(b,d)),a.log("Timeout ID: "+a.timeoutId))};a.checkAndCancelTimeout=function(){null!=a.timeoutId&&(clearTimeout(a.timeoutId),a.timeoutId=null)};a.speech_timedout=function(){a.cancel();a.cancelled=!1;a.speech_onend()};a.speech_onend=function(){a.checkAndCancelTimeout();!0===a.cancelled?a.cancelled=!1:(a.log("on end fired"),null!=a.msgparameters&& +null!=a.msgparameters.onend&&1!=a.msgparameters.onendcalled&&(a.log("Speech on end called -"+a.msgtext),a.msgparameters.onendcalled=!0,a.msgparameters.onend()))};a.speech_onstart=function(){if(!a.onstartFired&&(a.onstartFired=!0,a.log("Speech start"),a.enableEstimationTimeout&&a.useTimer&&(a.fallbackMode||a.startTimeout(a.msgtext,a.speech_timedout)),a.msgparameters.onendcalled=!1,null!=a.msgparameters&&null!=a.msgparameters.onstart))a.msgparameters.onstart()};a.fallback_startPart=function(){0==a.fallbackChunkIndex&& +a.speech_onstart();a.fallback_updateChunksBuffer();a.fallback_audio=a.fallbackChunks[a.fallbackChunkIndex].audio;null==a.fallback_audio?a.log("RV: Fallback Audio is not available"):(function(){var b=a.fallback_audio;setTimeout(function(){b.playbackRate=a.fallback_playbackrate},50);b.onloadedmetadata=function(){b.playbackRate=a.fallback_playbackrate};var c=function(h){setTimeout(function(){if(0==h.currentTime){a.log("Audio chunk not playing. Trying to recover. Disabling time estimation");a.enableEstimationTimeout= +!1;a.checkAndCancelTimeout();h.load();var e=function(){h.play();h.removeEventListener("canplaythrough",e)};h.addEventListener("canplaythrough",e,!1)}},700)};if(2<=b.readyState)b.play(),c(b);else{var d=function(){b.play();b.removeEventListener("canplaythrough",d)};b.addEventListener("canplaythrough",d,!1)}}(),a.fallback_audio.onerror=function(b){function c(){if(this.readyState==this.DONE&&200!==this.status)switch(this.status){case 400:console.error("ResponsiveVoice audio could not be loaded. Invalid parameters."); +break;case 403:console.error("ResponsiveVoice invalid API key. See https://responsivevoice.org/register?devtools="+encodeURIComponent(window.location.href));break;default:console.error("ResponsiveVoice audio could not be loaded. There is an issue connecting your browser to the API endpoint.")}}switch(b.target.error.code){case b.target.error.MEDIA_ERR_SRC_NOT_SUPPORTED:var d=new XMLHttpRequest;d.open("GET",b.target.src,!0);d.send();d.onreadystatechange=c;break;default:console.error("ResponsiveVoice: an unknown error occurred.")}}, +a.fallback_audio.addEventListener("ended",a.fallback_finishPart),a.enableEstimationTimeout&&a.useTimer&&a.startTimeout(a.multipartText[a.fallbackChunkIndex],a.fallback_finishPart))};a.isFallbackAudioPlaying=function(){var b;for(b=0;b 0"):1.5a[g])&&clearTimeout(a[e])},50));return!1};a.AddEventListener=function(b,c){a.hasOwnProperty(b+ +"_callbacks")||(a[b+"_callbacks"]=[]);a[b+"_callbacks"].push(c)};a.addEventListener=a.AddEventListener;a.RemoveEventListener=function(b,c){a[b+"_callbacks"]&&-1!=a[b+"_callbacks"].indexOf(c)&&a[b+"_callbacks"].splice(a[b+"_callbacks"].indexOf(c),1)};a.clickEvent=function(){a.log("Click event");a.click_event_detected=!0;a.initializePermissionsTimeout=setTimeout(a.initializePermissions,5);a.userInteractionEvents.forEach(function(b){window.removeEventListener(b,a.clickEvent,!1)});a.Dispatch("OnClickEvent")}; +a.initializePermissions=function(){if(a.iOS&&!a.iOS_initialized){a.log("Initializing iOS click event");if("undefined"!==typeof speechSynthesis){var b=new SpeechSynthesisUtterance(" ");speechSynthesis.speak(b)}a.iOS_initialized=!0}a.is_android&&!a.android_initialized&&(a.log("Initializing Android click event"),"undefined"!==typeof speechSynthesis&&(b=new SpeechSynthesisUtterance(" "),speechSynthesis.speak(b)),a.android_initialized=!0);a.initFallbackPool()};a.isPlaying=function(){return a.fallbackMode? +null!=a.fallback_audio&&!a.fallback_audio.ended&&!a.fallback_audio.paused:"undefined"!=typeof speechSynthesis?speechSynthesis.speaking:!1};a.clearFallbackPool=function(){for(var b=0;bb;b++){var c=b,d=document.createElement("AUDIO");d.preload="auto";a.is_android&& +(d.src="data:audio/mpeg;base64,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", +d.load(),9==c&&(a.log("Android HTML audio initialized"),a.android_initialized=!0));a.iOS&&(d.src="data:audio/mpeg;base64,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", +d.load(),9==c&&(a.log("iOS HTML audio initialized"),a.iOS_initialized=!0));a.fallback_audiopool.push(d)}a.fallback_audiopool_index=0}};a.allowSpeechClicked=function(b){a.allowSpeechDiv.parentNode.removeChild(a.allowSpeechDiv);a.allowSpeechDiv=null;if(a.speechAllowedByUser=b)a.clickEvent(),a.scheduledSpeak&&(a.speak(a.scheduledSpeak.text,a.scheduledSpeak.voicename,a.scheduledSpeak.parameters),a.scheduledSpeak=null);a.Dispatch("OnAllowSpeechClicked")};a.checkSpeechAllowed=function(b){if(0==a.speechAllowedByUser)return!1; +var c=a.is_android||a.iOS,d=a.is_safari&&(a.fallbackMode||a.forcedFallbackMode);if(!0!==a.disablePermissionPopup&&(!0===a.allowPermissionPopupEverywhere||c||d||!0===a.speechSynthesisNotAllowedError)&&!a.click_event_detected){if(a.allowSpeechDiv)return;a.allowSpeechDiv_appearances=null==a.allowSpeechDiv_appearances?1:++a.allowSpeechDiv_appearances;if(2'+(void 0!=b.urlOverride?b.urlOverride:window.location.hostname)+" "+(void 0!=b.textOverride?b.textOverride:"wants to play speech")+'
DENY
ALLOW
'; +document.body.appendChild(a.allowSpeechDiv);return!1}return!0};a.fallback_audioPool_getAudio=function(){a.initFallbackPool();a.fallback_audiopool_index>=a.fallback_audiopool.length&&(a.fallback_audiopool_index=0);return a.fallback_audiopool[a.fallback_audiopool_index++]};a.fallback_updateChunksBuffer=function(){for(var b=a.fallbackChunkIndex;be&&(g=c*(h+50*d));a.log("Estimated time length: "+g+" ms, words: ["+b+"], charsCount: "+d);return g};a.validateParameters=function(b,c){if("undefined"===typeof b[c])return b[c];switch(c){case "rate":case "pitch":case "volume":var d=Number(b[c]);isNaN(d)&&console.warn("ResponsiveVoice: the parameter "+c+' has a wrong value "'+b[c]+'". Defaults were used.');b[c]=isNaN(d)?"1":b[c]}return b[c]};a.services= +{NATIVE_TTS:0,FALLBACK_AUDIO:1};a.servicesPriority=[0,1];a.servicesEnabled=[];a.setServiceEnabled=function(b,c){a.servicesEnabled[b]=c};a.getServiceEnabled=function(b){return a.servicesEnabled[b]||!1};a.setServiceEnabled(a.services.NATIVE_TTS,!0);a.setServiceEnabled(a.services.FALLBACK_AUDIO,!0);a.forceFallbackMode=function(b){a.forcedFallbackMode=b;a.fallbackMode=b;a.mapRVs();a.Dispatch("OnServiceSwitched")};a.enableWindowClickHook=function(){a.userInteractionEvents.forEach(function(b){window.addEventListener(b, +a.clickEvent,!1)})};a.setTextReplacements=function(b){if(null==b)q=null;else{q=[];for(var c=0;c +var _wla = _wla || []; +_wla.push(['trackPageView']); +//_wla.setCountPrerender(true); +_wla.push(['enableLinkTracking']); +(function() { + var u="//ai.learnbrite.com/"; + _wla.push(['setTrackerUrl', u+'analytics.php']); + _wla.push(['setSiteId', 75]); + var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; + g.type='text/javascript'; + g.async=true; g.defer=true; g.src=u+'analytics.js.php'; s.parentNode.insertBefore(g,s); })(); */ + +var splitTestEnabled = config.abTesting || false; +var splitTest_useGS = (Math.random() < 0.5); + +function GetRandomMsg(text) { + var texts = text.split("|"); + return texts[Math.floor(Math.random() * texts.length)]; +} + +function getHiddenProp(){ + var prefixes = ['webkit', 'moz', 'ms', 'o']; + + // if 'hidden' is natively supported just return it + if ('hidden' in document) return 'hidden'; + + // otherwise loop over all the known prefixes until we find one + for (var i = 0; i < prefixes.length; i++) { + if ((prefixes[i] + 'Hidden') in document) + return prefixes[i] + 'Hidden'; + } + + // otherwise it's not supported + return null; +} + +function getVisibilityState() { + var prefixes = ['webkit', 'moz', 'ms', 'o']; + + // if 'visibilityState' is natively supported just return it + if ('visibilityState' in document) return 'visibilityState'; + + // otherwise loop over all the known prefixes until we find one + for (var i = 0; i < prefixes.length; i++) { + if ((prefixes[i] + 'VisibilityState') in document) + return prefixes[i] + 'VisibilityState'; + } + // otherwise it's not supported + return null; +} + +function isHidden() { + var prop = getHiddenProp(); + if (!prop) return false; + + return document[prop]; +} + +function isPrerendered() { + var prop = getVisibilityState(); + //console.log(prop); + if (!prop) return false; + //console.log(document[prop]); + if (document[prop] != "prerender") return false; + return document[prop]; +} +console.log("isHidden: " + isHidden()); +console.log("Prerender: " + isPrerendered()); + +//Analytics + + + + +//Search Message + +var prerenderUsed = false; + +if (isPrerendered() && !prerenderUsed) { + prerenderUsed = true; + setTimeout(function () { + + if (!splitTestEnabled || (splitTestEnabled && splitTest_useGS)) { + var txt = GetRandomMsg(''); + if (txt != null && txt != "") { + console.log("Launching search message"); + responsiveVoice.speak("According to Voicebrite, " + txt, ''); + } + } + + //Search Message Split Test - Impression + if (splitTestEnabled) { + if (splitTest_useGS) { + trackEvent('searchMessage', 'impressionAB', 'true'); + } else { + trackEvent('searchMessage', 'impressionAB', 'false'); + } + } else { + trackEvent('searchMessage', 'impression'); + } + + }, 1500); + +} + +window.addEventListener('load', function() { +//We came from prerender + var smessInterval = null; + if (prerenderUsed) { + smessInterval = setInterval(function () { + if (!isPrerendered()) { + + clearInterval(smessInterval); + + //Search Message Split Test - Impression + if (splitTestEnabled) { + if (splitTest_useGS) { + trackEvent('searchMessage', 'visitAB', 'true'); + } else { + trackEvent('searchMessage', 'visitAB', 'false'); + } + } else { + trackEvent('searchMessage', 'visit'); + } + } + }, 1000); + } + + console.log("Configuring"); + + //Speak links + var _allLinks = document.getElementsByTagName('a') + Array.prototype.forEach.call(_allLinks, function(el) { + hoverintent(el, + function () { + if (config.speakLinks) { + //responsiveVoice.cancel(); + responsiveVoice.speak(el.textContent, ''); + trackEvent('agentFeature', 'spokenLink'); + } + }, function () { + } + ); + }); + + + //Speak selected text + var selectedText = ""; + var last_selectedText = ""; + + function getSelectionText() { + var text = ""; + if (window.getSelection) { + text = window.getSelection().toString(); + } else if (document.selection && document.selection.type != "Control") { // for Internet Explorer 8 and below + text = document.selection.createRange().text; + } + return text; + } + + if (config.speakSelectedText) { + attachToElements( document.querySelectorAll("PRE,DIV"), ['mouseup', 'touchend'], onMouseUp); + } + + function attachToElements(elements, events, callback){ + if(elements.length > 0){ + for(var i = 0; i < elements.length; i++){ + events.forEach(function(event){ + elements[i].addEventListener(event, function(e){ + callback(); + }); + }); + } + } + } + + function onMouseUp() { + selectedText = getSelectionText(); + console.log("Selected text *" + selectedText + "*"); + if (selectedText != last_selectedText && selectedText != "") { + last_selectedText = selectedText; + + responsiveVoice.cancel(); // stop anything currently being spoken + responsiveVoice.speak(selectedText, ''); //speak the text as returned by getSelectionText + trackEvent('agentFeature', 'highlightText'); + } + } + + //Speak welcome message. Will only play if user didn't came from google. + var welcomeMessageLaunched = false; + if (config.welcomeMessage && (!config.welcomeMessageTime || oneTimeTest("welcomeMessage")) && !isPrerendered() && !prerenderUsed) { + welcomeMessageLaunched = true; + setTimeout(function () { + if (config.text_welcomeMessage != null && config.text_welcomeMessage != "") { + console.log("Launching welcome message"); + responsiveVoice.speak(GetRandomMsg(config.text_welcomeMessage), ''); + trackEvent('agentFeature', 'welcomeMessage'); + } + }, 1500); + } + + //Speak welcome message when user came from Google. Won't play if default message played + var welcomeMessage2Launched = false; + var welcomeMessage2Interval = null; + if (!welcomeMessageLaunched && config.welcomeMessage2 && (!config.welcomeMessageTime || oneTimeTest("welcomeMessage2")) + && config.text_welcomeMessage2 != null && config.text_welcomeMessage2 != "") { + //Wait until we're visible and launch message + + welcomeMessage2Interval = setInterval(function () { + console.log("Welcome Message from Google Waiting"); + if (!isPrerendered() && !welcomeMessage2Launched) { + console.log("Welcome Message from Google launched"); + + welcomeMessage2Launched = true; + responsiveVoice.speak(GetRandomMsg(config.text_welcomeMessage2), ''); + trackEvent('agentFeature', 'welcomeMessage2'); + clearInterval(welcomeMessage2Interval); + } + + }, 1000); + } + + //Speak when scroll end + function bindScroll() { + if ((window.innerHeight + window.pageYOffset) >= document.body.offsetHeight - 100 && config.text_speakEndPage != null && config.text_speakEndPage != "") { + console.log("bottom"); + window.removeEventListener('scroll', bindScroll); + + responsiveVoice.speak(GetRandomMsg(config.text_speakEndPage), ''); + trackEvent('agentFeature', 'scrollEnd'); + } + } + + if (config.speakEndPage) { + window.addEventListener('scroll', bindScroll); + } + + //Inactivity + var idleTime = 0; + if (config.speakInactivity) { + setInterval(timerIncrement, 1000); + + window.addEventListener('mousemove', function() { + idleTime = 0; + }); + + window.addEventListener('keyup', function() { + idleTime = 0; + }); + } + + function timerIncrement() { + idleTime += 1000; + + if (idleTime >= 30000) { + responsiveVoice.speak(GetRandomMsg(config.text_speakInactivity), ''); + trackEvent('agentFeature', 'inactivity'); + idleTime = 0; + } + } + + //Exit intent + if (config.speakInactivity) { + console.info("setting up exit intent"); + document.addEventListener('mouseout', exitIntent); + } + + function exitIntent(e) { + if (e.clientY < 0) { + responsiveVoice.speak(GetRandomMsg(config.text_exitIntent), ''); + trackEvent('agentFeature', 'exitIntent'); + } + } + + //Tab and ctrl to speak - Accessibility Navigation + var started = 0; + if (config.accesibilityNavigation) { + console.log("accesibilityNavigation"); + + document.addEventListener('keyup',function(e){ + console.log('keyup called'); + + var code = e.keyCode || e.which; + + if(e.target){ + switch(e.target.tagName){ + case 'A': + if (code == '9') { + responsiveVoice.speak('Link 2 ' + e.target.text, ''); + trackEvent('agentFeature', 'accesibilityNavigation', 'tab'); + } + break; + + case 'BUTTON': + if (code == '9') { + setTimeout(responsiveVoice.speak( e.target.textContent + ' button', ''), 1000); + trackEvent('agentFeature', 'accesibilityNavigation', 'tab'); + } + break; + + case 'TEXTAREA': + if (code == '9') { + responsiveVoice.speak('Text Input ' + document.querySelectorAll(':focus')[0].getAttribute('placeholder'), ''); + trackEvent('agentFeature', 'accesibilityNavigation', 'tab'); + } + break; + } + } + }); + } + + if (config.accesibilityNavigation2) { + + document.addEventListener('keyup',function(e){ + console.log('keyup called'); + + var code = e.keyCode || e.which; + + if (code == '40' && e.ctrlKey) { + console.log('ctrl + down arrow'); + + responsiveVoice.speak(document.querySelectorAll('p')[started].textContent, ''); + trackEvent('agentFeature', 'accesibilityNavigation', 'ctrl-arrow'); + document.querySelectorAll('p')[started].scrollIntoView(false); + started = started + 1; + } + if (code == '38' && e.ctrlKey) { + console.log('ctrl + up arrow'); + + responsiveVoice.speak(document.querySelectorAll('p')[started].textContent, ''); + trackEvent('agentFeature', 'accesibilityNavigation', 'ctrl-arrow'); + document.querySelectorAll('p')[started].scrollIntoView(false); + started = started - 1; + if(started < 1){ + started = 0; + } + } + }); + } +}); + + +function createCookie(name, value, days) { + if (days) { + var date = new Date(); + date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); + var expires = "; expires=" + date.toGMTString(); + } else var expires = ""; + document.cookie = name + "=" + value + expires + "; path=/"; +} + +function readCookie(name) { + var nameEQ = name + "="; + var ca = document.cookie.split(';'); + for (var i = 0; i < ca.length; i++) { + var c = ca[i]; + while (c.charAt(0) == ' ') c = c.substring(1, c.length); + if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length); + } + return null; +} + +function eraseCookie(name) { + createCookie(name, "", -1); +} + +function getOrCreateTest(name, prob, days) { + + var c = readCookie(name); + + if (c == null) { + console.log("Cookie set"); + var v = (Math.random() < (prob != null ? prob : 0.5)); + //1 hour + createCookie(name, v.toString(), (days != null ? days : (1 / 24))); + return v; + } + console.log("Cookie read"); + return c == (true).toString(); + +} + +function oneTimeTest(name, days) { + + var c = readCookie(name); + + if (c == null) { + console.log("Cookie set - one time True"); + //1 hour + createCookie(name, (false).toString(), (days != null ? days : (0.5 / 24))); + return true; + } + console.log("Cookie read - one time False"); + return false; + +} + +function trackEvent(category, action, name, value) { + + if (config.trackEvents != true) return; + + console.log("Track " + category + "," + action + "," + name); + + var url = 'https://ai.learnbrite.com/analytics.php'; + var postArray = []; + + var data = { + idsite: config.analytics_id, + rec: 1, + url: window.location.href, + rand: Math.floor(Math.random() * 1000000000), + e_c: category, + e_a: action, + e_n: name, + e_v: value + }; + + for (var property in data){ + postArray.push( encodeURI(property + '=' + data[property])); + } + + var xhttp = new XMLHttpRequest(); + + xhttp.open("POST", url, true); + xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); + xhttp.send( postArray.join('&') ); + + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + console.log("Tracking Success"); + console.log(data); + } + }; +} diff --git a/assets/responsivevoice.js.meta b/assets/responsivevoice.js.meta new file mode 100644 index 0000000..faca57a --- /dev/null +++ b/assets/responsivevoice.js.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.0.8", + "uuid": "e98ca14d-3159-4ebb-b979-5c6ff62ef261", + "isPlugin": true, + "loadPluginInWeb": true, + "loadPluginInNative": true, + "loadPluginInEditor": true, + "subMetas": {} +} \ No newline at end of file diff --git a/build-templates/Text_to_Speech/index.html b/build-templates/Text_to_Speech/index.html new file mode 100644 index 0000000..5eb49c8 --- /dev/null +++ b/build-templates/Text_to_Speech/index.html @@ -0,0 +1,94 @@ + + + + + + + Cocos Creator | Test_2_4_4_20210305_Text_to_Speech + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+ + + + + + + + + + \ No newline at end of file diff --git a/creator.d.ts b/creator.d.ts new file mode 100644 index 0000000..8c5c0c2 --- /dev/null +++ b/creator.d.ts @@ -0,0 +1,32073 @@ + +/** !#en +The main namespace of Cocos2d-JS, all engine core classes, functions, properties and constants are defined in this namespace. +!#zh +Cocos 引擎的主要命名空间,引擎代码中所有的类,函数,属性和常量都在这个命名空间中定义。 */ +declare namespace cc { + /** The current version of Cocos2d being used.
+ Please DO NOT remove this String, it is an important flag for bug tracking.
+ If you post a bug to forum, please attach this flag. */ + export var ENGINE_VERSION: string; + /** + !#en + Creates the speed action which changes the speed of an action, making it take longer (speed > 1) + or less (speed < 1) time.
+ Useful to simulate 'slow motion' or 'fast forward' effect. + !#zh 修改目标动作的速率。 + @param action action + @param speed speed + + @example + ```js + // change the target action speed; + var action = cc.scaleTo(0.2, 1, 0.6); + var newAction = cc.speed(action, 0.5); + ``` + */ + export function speed(action: ActionInterval, speed: number): Action; + /** + !#en Create a follow action which makes its target follows another node. + !#zh 追踪目标节点的位置。 + @param followedNode followedNode + @param rect rect + + @example + ```js + // example + // creates the action with a set boundary + var followAction = cc.follow(targetNode, cc.rect(0, 0, screenWidth * 2 - 100, screenHeight)); + node.runAction(followAction); + + // creates the action with no boundary set + var followAction = cc.follow(targetNode); + node.runAction(followAction); + ``` + */ + export function follow(followedNode: Node, rect: Rect): Action; + /** + Points setter + @param points points + */ + export function setPoints(points: any[]): void; + /** + !#en Creates an action with a Cardinal Spline array of points and tension. + !#zh 按基数样条曲线轨迹移动到目标位置。 + @param duration duration + @param points array of control points + @param tension tension + + @example + ```js + //create a cc.CardinalSplineTo + var action1 = cc.cardinalSplineTo(3, array, 0); + ``` + */ + export function cardinalSplineTo(duration: number, points: any[], tension: number): ActionInterval; + /** + update position of target + @param newPos newPos + */ + export function updatePosition(newPos: Vec2): void; + /** + !#en Creates an action with a Cardinal Spline array of points and tension. + !#zh 按基数样条曲线轨迹移动指定的距离。 + @param duration duration + @param points points + @param tension tension + */ + export function cardinalSplineBy(duration: number, points: any[], tension: number): ActionInterval; + /** + !#en Creates an action with a Cardinal Spline array of points and tension. + !#zh 按 Catmull Rom 样条曲线轨迹移动到目标位置。 + @param dt dt + @param points points + + @example + ```js + var action1 = cc.catmullRomTo(3, array); + ``` + */ + export function catmullRomTo(dt: number, points: any[]): ActionInterval; + /** + !#en Creates an action with a Cardinal Spline array of points and tension. + !#zh 按 Catmull Rom 样条曲线轨迹移动指定的距离。 + @param dt dt + @param points points + + @example + ```js + var action1 = cc.catmullRomBy(3, array); + ``` + */ + export function catmullRomBy(dt: number, points: any[]): ActionInterval; + /** + !#en + Creates the action easing object with the rate parameter.
+ From slow to fast. + !#zh 创建 easeIn 缓动对象,由慢到快。 + @param rate rate + + @example + ```js + action.easing(cc.easeIn(3.0)); + ``` + */ + export function easeIn(rate: number): any; + /** + !#en + Creates the action easing object with the rate parameter.
+ From fast to slow. + !#zh 创建 easeOut 缓动对象,由快到慢。 + @param rate rate + + @example + ```js + action.easing(cc.easeOut(3.0)); + ``` + */ + export function easeOut(rate: number): any; + /** + !#en + Creates the action easing object with the rate parameter.
+ Slow to fast then to slow. + !#zh 创建 easeInOut 缓动对象,慢到快,然后慢。 + @param rate rate + + @example + ```js + action.easing(cc.easeInOut(3.0)); + ``` + */ + export function easeInOut(rate: number): any; + /** + !#en + Creates the action easing object with the rate parameter.
+ Reference easeInExpo:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeExponentialIn 缓动对象。
+ EaseExponentialIn 是按指数函数缓动进入的动作。
+ 参考 easeInExpo:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + action.easing(cc.easeExponentialIn()); + ``` + */ + export function easeExponentialIn(): any; + /** + !#en + Creates the action easing object.
+ Reference easeOutExpo:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeExponentialOut 缓动对象。
+ EaseExponentialOut 是按指数函数缓动退出的动作。
+ 参考 easeOutExpo:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + action.easing(cc.easeExponentialOut()); + ``` + */ + export function easeExponentialOut(): any; + /** + !#en + Creates an EaseExponentialInOut action easing object.
+ Reference easeInOutExpo:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeExponentialInOut 缓动对象。
+ EaseExponentialInOut 是按指数函数缓动进入并退出的动作。
+ 参考 easeInOutExpo:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + action.easing(cc.easeExponentialInOut()); + ``` + */ + export function easeExponentialInOut(): any; + /** + !#en + Creates an EaseSineIn action.
+ Reference easeInSine:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 EaseSineIn 缓动对象。
+ EaseSineIn 是按正弦函数缓动进入的动作。
+ 参考 easeInSine:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + action.easing(cc.easeSineIn()); + ``` + */ + export function easeSineIn(): any; + /** + !#en + Creates an EaseSineOut action easing object.
+ Reference easeOutSine:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 EaseSineOut 缓动对象。
+ EaseSineIn 是按正弦函数缓动退出的动作。
+ 参考 easeOutSine:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + action.easing(cc.easeSineOut()); + ``` + */ + export function easeSineOut(): any; + /** + !#en + Creates the action easing object.
+ Reference easeInOutSine:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeSineInOut 缓动对象。
+ EaseSineIn 是按正弦函数缓动进入并退出的动作。
+ 参考 easeInOutSine:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + action.easing(cc.easeSineInOut()); + ``` + */ + export function easeSineInOut(): any; + /** + !#en + Creates the action easing object with the period in radians (default is 0.3).
+ Reference easeInElastic:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeElasticIn 缓动对象。
+ EaseElasticIn 是按弹性曲线缓动进入的动作。
+ 参数 easeInElastic:http://www.zhihu.com/question/21981571/answer/19925418 + @param period period + + @example + ```js + // example + action.easing(cc.easeElasticIn(3.0)); + ``` + */ + export function easeElasticIn(period: number): any; + /** + !#en + Creates the action easing object with the period in radians (default is 0.3).
+ Reference easeOutElastic:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeElasticOut 缓动对象。
+ EaseElasticOut 是按弹性曲线缓动退出的动作。
+ 参考 easeOutElastic:http://www.zhihu.com/question/21981571/answer/19925418 + @param period period + + @example + ```js + // example + action.easing(cc.easeElasticOut(3.0)); + ``` + */ + export function easeElasticOut(period: number): any; + /** + !#en + Creates the action easing object with the period in radians (default is 0.3).
+ Reference easeInOutElastic:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeElasticInOut 缓动对象。
+ EaseElasticInOut 是按弹性曲线缓动进入并退出的动作。
+ 参考 easeInOutElastic:http://www.zhihu.com/question/21981571/answer/19925418 + @param period period + + @example + ```js + // example + action.easing(cc.easeElasticInOut(3.0)); + ``` + */ + export function easeElasticInOut(period: number): any; + /** + !#en + Creates the action easing object.
+ Eased bounce effect at the beginning. + !#zh + 创建 easeBounceIn 缓动对象。
+ EaseBounceIn 是按弹跳动作缓动进入的动作。 + + @example + ```js + // example + action.easing(cc.easeBounceIn()); + ``` + */ + export function easeBounceIn(): any; + /** + !#en + Creates the action easing object.
+ Eased bounce effect at the ending. + !#zh + 创建 easeBounceOut 缓动对象。
+ EaseBounceOut 是按弹跳动作缓动退出的动作。 + + @example + ```js + // example + action.easing(cc.easeBounceOut()); + ``` + */ + export function easeBounceOut(): any; + /** + !#en + Creates the action easing object.
+ Eased bounce effect at the begining and ending. + !#zh + 创建 easeBounceInOut 缓动对象。
+ EaseBounceInOut 是按弹跳动作缓动进入并退出的动作。 + + @example + ```js + // example + action.easing(cc.easeBounceInOut()); + ``` + */ + export function easeBounceInOut(): any; + /** + !#en + Creates the action easing object.
+ In the opposite direction to move slowly, and then accelerated to the right direction. + !#zh + 创建 easeBackIn 缓动对象。
+ easeBackIn 是在相反的方向缓慢移动,然后加速到正确的方向。
+ + @example + ```js + // example + action.easing(cc.easeBackIn()); + ``` + */ + export function easeBackIn(): any; + /** + !#en + Creates the action easing object.
+ Fast moving more than the finish, and then slowly back to the finish. + !#zh + 创建 easeBackOut 缓动对象。
+ easeBackOut 快速移动超出目标,然后慢慢回到目标点。 + + @example + ```js + // example + action.easing(cc.easeBackOut()); + ``` + */ + export function easeBackOut(): any; + /** + !#en + Creates the action easing object.
+ Begining of cc.EaseBackIn. Ending of cc.EaseBackOut. + !#zh + 创建 easeBackInOut 缓动对象。
+ + @example + ```js + // example + action.easing(cc.easeBackInOut()); + ``` + */ + export function easeBackInOut(): any; + /** + !#en + Creates the action easing object.
+ Into the 4 reference point.
+ To calculate the motion curve. + !#zh + 创建 easeBezierAction 缓动对象。
+ EaseBezierAction 是按贝塞尔曲线缓动的动作。 + @param p0 The first bezier parameter + @param p1 The second bezier parameter + @param p2 The third bezier parameter + @param p3 The fourth bezier parameter + + @example + ```js + // example + action.easing(cc.easeBezierAction(0.5, 0.5, 1.0, 1.0)); + ``` + */ + export function easeBezierAction(p0: number, p1: number, p2: number, p3: number): any; + /** + !#en + Creates the action easing object.
+ Reference easeInQuad:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeQuadraticActionIn 缓动对象。
+ EaseQuadraticIn是按二次函数缓动进入的动作。
+ 参考 easeInQuad:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + //example + action.easing(cc.easeQuadraticActionIn()); + ``` + */ + export function easeQuadraticActionIn(): any; + /** + !#en + Creates the action easing object.
+ Reference easeOutQuad:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeQuadraticActionOut 缓动对象。
+ EaseQuadraticOut 是按二次函数缓动退出的动作。
+ 参考 easeOutQuad:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + //example + action.easing(cc.easeQuadraticActionOut()); + ``` + */ + export function easeQuadraticActionOut(): any; + /** + !#en + Creates the action easing object.
+ Reference easeInOutQuad:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeQuadraticActionInOut 缓动对象。
+ EaseQuadraticInOut 是按二次函数缓动进入并退出的动作。
+ 参考 easeInOutQuad:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + //example + action.easing(cc.easeQuadraticActionInOut()); + ``` + */ + export function easeQuadraticActionInOut(): any; + /** + !#en + Creates the action easing object.
+ Reference easeIntQuart:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeQuarticActionIn 缓动对象。
+ EaseQuarticIn 是按四次函数缓动进入的动作。
+ 参考 easeIntQuart:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + //example + action.easing(cc.easeQuarticActionIn()); + ``` + */ + export function easeQuarticActionIn(): any; + /** + !#en + Creates the action easing object.
+ Reference easeOutQuart:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeQuarticActionOut 缓动对象。
+ EaseQuarticOut 是按四次函数缓动退出的动作。
+ 参考 easeOutQuart:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + //example + action.easing(cc.QuarticActionOut()); + ``` + */ + export function easeQuarticActionOut(): any; + /** + !#en + Creates the action easing object.
+ Reference easeInOutQuart:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeQuarticActionInOut 缓动对象。
+ EaseQuarticInOut 是按四次函数缓动进入并退出的动作。
+ 参考 easeInOutQuart:http://www.zhihu.com/question/21981571/answer/19925418 + */ + export function easeQuarticActionInOut(): any; + /** + !#en + Creates the action easing object.
+ Reference easeInQuint:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeQuinticActionIn 缓动对象。
+ EaseQuinticIn 是按五次函数缓动进的动作。
+ 参考 easeInQuint:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + //example + action.easing(cc.easeQuinticActionIn()); + ``` + */ + export function easeQuinticActionIn(): any; + /** + !#en + Creates the action easing object.
+ Reference easeOutQuint:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeQuinticActionOut 缓动对象。
+ EaseQuinticOut 是按五次函数缓动退出的动作 + 参考 easeOutQuint:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + //example + action.easing(cc.easeQuadraticActionOut()); + ``` + */ + export function easeQuinticActionOut(): any; + /** + !#en + Creates the action easing object.
+ Reference easeInOutQuint:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeQuinticActionInOut 缓动对象。
+ EaseQuinticInOut是按五次函数缓动进入并退出的动作。
+ 参考 easeInOutQuint:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + //example + action.easing(cc.easeQuinticActionInOut()); + ``` + */ + export function easeQuinticActionInOut(): any; + /** + !#en + Creates the action easing object.
+ Reference easeInCirc:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeCircleActionIn 缓动对象。
+ EaseCircleIn是按圆形曲线缓动进入的动作。
+ 参考 easeInCirc:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + //example + action.easing(cc.easeCircleActionIn()); + ``` + */ + export function easeCircleActionIn(): any; + /** + !#en + Creates the action easing object.
+ Reference easeOutCirc:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeCircleActionOut 缓动对象。
+ EaseCircleOut是按圆形曲线缓动退出的动作。
+ 参考 easeOutCirc:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + //example + actioneasing(cc.easeCircleActionOut()); + ``` + */ + export function easeCircleActionOut(): any; + /** + !#en + Creates the action easing object.
+ Reference easeInOutCirc:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeCircleActionInOut 缓动对象。
+ EaseCircleInOut 是按圆形曲线缓动进入并退出的动作。
+ 参考 easeInOutCirc:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + //example + action.easing(cc.easeCircleActionInOut()); + ``` + */ + export function easeCircleActionInOut(): any; + /** + !#en + Creates the action easing object.
+ Reference easeInCubic:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeCubicActionIn 缓动对象。
+ EaseCubicIn 是按三次函数缓动进入的动作。
+ 参考 easeInCubic:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + //example + action.easing(cc.easeCubicActionIn()); + ``` + */ + export function easeCubicActionIn(): any; + /** + !#en + Creates the action easing object.
+ Reference easeOutCubic:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeCubicActionOut 缓动对象。
+ EaseCubicOut 是按三次函数缓动退出的动作。
+ 参考 easeOutCubic:http://www.zhihu.com/question/21981571/answer/19925418 + + @example + ```js + //example + action.easing(cc.easeCubicActionOut()); + ``` + */ + export function easeCubicActionOut(): any; + /** + !#en + Creates the action easing object.
+ Reference easeInOutCubic:
+ http://www.zhihu.com/question/21981571/answer/19925418 + !#zh + 创建 easeCubicActionInOut 缓动对象。
+ EaseCubicInOut是按三次函数缓动进入并退出的动作。
+ 参考 easeInOutCubic:http://www.zhihu.com/question/21981571/answer/19925418 + */ + export function easeCubicActionInOut(): any; + /** + !#en Show the Node. + !#zh 立即显示。 + + @example + ```js + // example + var showAction = cc.show(); + ``` + */ + export function show(): ActionInstant; + /** + !#en Hide the node. + !#zh 立即隐藏。 + + @example + ```js + // example + var hideAction = cc.hide(); + ``` + */ + export function hide(): ActionInstant; + /** + !#en Toggles the visibility of a node. + !#zh 显隐状态切换。 + + @example + ```js + // example + var toggleVisibilityAction = cc.toggleVisibility(); + ``` + */ + export function toggleVisibility(): ActionInstant; + /** + !#en Create a RemoveSelf object with a flag indicate whether the target should be cleaned up while removing. + !#zh 从父节点移除自身。 + @param isNeedCleanUp isNeedCleanUp + + @example + ```js + // example + var removeSelfAction = cc.removeSelf(); + ``` + */ + export function removeSelf(isNeedCleanUp ?: boolean): ActionInstant; + /** + !#en Destroy self + !#zh 创建一个销毁自身的动作。 + + @example + ```js + var destroySelfAction = cc.destroySelf(); + ``` + */ + export function destroySelf(): ActionInstant; + /** + !#en Create a FlipX action to flip or unflip the target. + !#zh X轴翻转。 + @param flip Indicate whether the target should be flipped or not + + @example + ```js + var flipXAction = cc.flipX(true); + ``` + */ + export function flipX(flip: boolean): ActionInstant; + /** + !#en Create a FlipY action to flip or unflip the target. + !#zh Y轴翻转。 + @param flip flip + + @example + ```js + var flipYAction = cc.flipY(true); + ``` + */ + export function flipY(flip: boolean): ActionInstant; + /** + !#en Creates a Place action with a position. + !#zh 放置在目标位置。 + @param pos pos + @param y y + + @example + ```js + // example + var placeAction = cc.place(cc.v2(200, 200)); + var placeAction = cc.place(200, 200); + ``` + */ + export function place(pos: Vec2|number, y?: number): ActionInstant; + /** + !#en Creates the action with the callback. + !#zh 执行回调函数。 + @param selector selector + @param selectorTarget selectorTarget + @param data data for function, it accepts all data types. + + @example + ```js + // example + // CallFunc without data + var finish = cc.callFunc(this.removeSprite, this); + + // CallFunc with data + var finish = cc.callFunc(this.removeFromParentAndCleanup, this._grossini, true); + ``` + */ + export function callFunc(selector: Function, selectorTarget?: any, data?: any): ActionInstant; + /** + !#en + Helper constructor to create an array of sequenceable actions + The created action will run actions sequentially, one after another. + !#zh 顺序执行动作,创建的动作将按顺序依次运行。 + @param actionOrActionArray actionOrActionArray + @param tempArray tempArray + + @example + ```js + // example + // create sequence with actions + var seq = cc.sequence(act1, act2); + + // create sequence with array + var seq = cc.sequence(actArray); + ``` + */ + export function sequence(actionOrActionArray: FiniteTimeAction|FiniteTimeAction[], ...tempArray: FiniteTimeAction[]): ActionInterval; + /** + !#en Creates a Repeat action. Times is an unsigned integer between 1 and pow(2,30) + !#zh 重复动作,可以按一定次数重复一个动,如果想永远重复一个动作请使用 repeatForever 动作来完成。 + @param action action + @param times times + + @example + ```js + // example + var rep = cc.repeat(cc.sequence(jump2, jump1), 5); + ``` + */ + export function repeat(action: FiniteTimeAction, times: number): ActionInterval; + /** + !#en Create a acton which repeat forever, as it runs forever, it can't be added into cc.sequence and cc.spawn. + !#zh 永远地重复一个动作,有限次数内重复一个动作请使用 repeat 动作,由于这个动作不会停止,所以不能被添加到 cc.sequence 或 cc.spawn 中。 + @param action action + + @example + ```js + // example + var repeat = cc.repeatForever(cc.rotateBy(1.0, 360)); + ``` + */ + export function repeatForever(action: FiniteTimeAction): ActionInterval; + /** + !#en Create a spawn action which runs several actions in parallel. + !#zh 同步执行动作,同步执行一组动作。 + @param actionOrActionArray actionOrActionArray + @param tempArray tempArray + + @example + ```js + // example + var action = cc.spawn(cc.jumpBy(2, cc.v2(300, 0), 50, 4), cc.rotateBy(2, 720)); + todo: It should be the direct use new + ``` + */ + export function spawn(actionOrActionArray: FiniteTimeAction|FiniteTimeAction[], ...tempArray: FiniteTimeAction[]): FiniteTimeAction; + /** + !#en + Rotates a Node object to a certain angle by modifying its angle property.
+ The direction will be decided by the shortest angle. + !#zh 旋转到目标角度,通过逐帧修改它的 angle 属性,旋转方向将由最短的角度决定。 + @param duration duration in seconds + @param dstAngle dstAngle in degrees. + + @example + ```js + // example + var rotateTo = cc.rotateTo(2, 61.0); + ``` + */ + export function rotateTo(duration: number, dstAngle: number): ActionInterval; + /** + !#en + Rotates a Node object clockwise a number of degrees by modifying its angle property. + Relative to its properties to modify. + !#zh 旋转指定的角度。 + @param duration duration in seconds + @param deltaAngle deltaAngle in degrees + + @example + ```js + // example + var actionBy = cc.rotateBy(2, 360); + ``` + */ + export function rotateBy(duration: number, deltaAngle: number): ActionInterval; + /** + !#en + Moves a Node object x,y pixels by modifying its position property.
+ x and y are relative to the position of the object.
+ Several MoveBy actions can be concurrently called, and the resulting
+ movement will be the sum of individual movements. + !#zh 移动指定的距离。 + @param duration duration in seconds + @param deltaPos deltaPos + @param deltaY deltaY + + @example + ```js + // example + var actionTo = cc.moveBy(2, cc.v2(windowSize.width - 40, windowSize.height - 40)); + ``` + */ + export function moveBy(duration: number, deltaPos: Vec2|number, deltaY?: number): ActionInterval; + /** + !#en + Moves a Node object to the position x,y. x and y are absolute coordinates by modifying its position property.
+ Several MoveTo actions can be concurrently called, and the resulting
+ movement will be the sum of individual movements. + !#zh 移动到目标位置。 + @param duration duration in seconds + @param position position + @param y y + + @example + ```js + // example + var actionBy = cc.moveTo(2, cc.v2(80, 80)); + ``` + */ + export function moveTo(duration: number, position: Vec2|number, y?: number): ActionInterval; + /** + !#en + Create a action which skews a Node object to given angles by modifying its skewX and skewY properties. + Changes to the specified value. + !#zh 偏斜到目标角度。 + @param t time in seconds + @param sx sx + @param sy sy + + @example + ```js + // example + var actionTo = cc.skewTo(2, 37.2, -37.2); + ``` + */ + export function skewTo(t: number, sx: number, sy: number): ActionInterval; + /** + !#en + Skews a Node object by skewX and skewY degrees.
+ Relative to its property modification. + !#zh 偏斜指定的角度。 + @param t time in seconds + @param sx sx skew in degrees for X axis + @param sy sy skew in degrees for Y axis + + @example + ```js + // example + var actionBy = cc.skewBy(2, 0, -90); + ``` + */ + export function skewBy(t: number, sx: number, sy: number): ActionInterval; + /** + !#en + Moves a Node object simulating a parabolic jump movement by modifying it's position property. + Relative to its movement. + !#zh 用跳跃的方式移动指定的距离。 + @param duration duration + @param position position + @param y y + @param height height + @param jumps jumps + + @example + ```js + // example + var actionBy = cc.jumpBy(2, cc.v2(300, 0), 50, 4); + var actionBy = cc.jumpBy(2, 300, 0, 50, 4); + ``` + */ + export function jumpBy(duration: number, position: Vec2|number, y?: number, height?: number, jumps?: number): ActionInterval; + /** + !#en + Moves a Node object to a parabolic position simulating a jump movement by modifying its position property.
+ Jump to the specified location. + !#zh 用跳跃的方式移动到目标位置。 + @param duration duration + @param position position + @param y y + @param height height + @param jumps jumps + + @example + ```js + // example + var actionTo = cc.jumpTo(2, cc.v2(300, 300), 50, 4); + var actionTo = cc.jumpTo(2, 300, 300, 50, 4); + ``` + */ + export function jumpTo(duration: number, position: Vec2|number, y?: number, height?: number, jumps?: number): ActionInterval; + /** + !#en + An action that moves the target with a cubic Bezier curve by a certain distance. + Relative to its movement. + !#zh 按贝赛尔曲线轨迹移动指定的距离。 + @param t time in seconds + @param c Array of points + + @example + ```js + // example + var bezier = [cc.v2(0, windowSize.height / 2), cc.v2(300, -windowSize.height / 2), cc.v2(300, 100)]; + var bezierForward = cc.bezierBy(3, bezier); + ``` + */ + export function bezierBy(t: number, c: Vec2[]): ActionInterval; + /** + !#en An action that moves the target with a cubic Bezier curve to a destination point. + !#zh 按贝赛尔曲线轨迹移动到目标位置。 + @param t t + @param c Array of points + + @example + ```js + // example + var bezier = [cc.v2(0, windowSize.height / 2), cc.v2(300, -windowSize.height / 2), cc.v2(300, 100)]; + var bezierTo = cc.bezierTo(2, bezier); + ``` + */ + export function bezierTo(t: number, c: Vec2[]): ActionInterval; + /** + !#en Scales a Node object to a zoom factor by modifying it's scale property. + !#zh 将节点大小缩放到指定的倍数。 + @param duration duration + @param sx scale parameter in X + @param sy scale parameter in Y, if Null equal to sx + + @example + ```js + // example + // It scales to 0.5 in both X and Y. + var actionTo = cc.scaleTo(2, 0.5); + + // It scales to 0.5 in x and 2 in Y + var actionTo = cc.scaleTo(2, 0.5, 2); + ``` + */ + export function scaleTo(duration: number, sx: number, sy?: number): ActionInterval; + /** + !#en + Scales a Node object a zoom factor by modifying it's scale property. + Relative to its changes. + !#zh 按指定的倍数缩放节点大小。 + @param duration duration in seconds + @param sx sx scale parameter in X + @param sy sy scale parameter in Y, if Null equal to sx + + @example + ```js + // example without sy, it scales by 2 both in X and Y + var actionBy = cc.scaleBy(2, 2); + + //example with sy, it scales by 0.25 in X and 4.5 in Y + var actionBy2 = cc.scaleBy(2, 0.25, 4.5); + ``` + */ + export function scaleBy(duration: number, sx: number, sy?: number|void): ActionInterval; + /** + !#en Blinks a Node object by modifying it's visible property. + !#zh 闪烁(基于透明度)。 + @param duration duration in seconds + @param blinks blinks in times + + @example + ```js + // example + var action = cc.blink(2, 10); + ``` + */ + export function blink(duration: number, blinks: number): ActionInterval; + /** + !#en + Fades an object that implements the cc.RGBAProtocol protocol. + It modifies the opacity from the current value to a custom one. + !#zh 修改透明度到指定值。 + @param duration duration + @param opacity 0-255, 0 is transparent + + @example + ```js + // example + var action = cc.fadeTo(1.0, 0); + ``` + */ + export function fadeTo(duration: number, opacity: number): ActionInterval; + /** + !#en Fades In an object that implements the cc.RGBAProtocol protocol. It modifies the opacity from 0 to 255. + !#zh 渐显效果。 + @param duration duration in seconds + + @example + ```js + //example + var action = cc.fadeIn(1.0); + ``` + */ + export function fadeIn(duration: number): ActionInterval; + /** + !#en Fades Out an object that implements the cc.RGBAProtocol protocol. It modifies the opacity from 255 to 0. + !#zh 渐隐效果。 + @param d duration in seconds + + @example + ```js + // example + var action = cc.fadeOut(1.0); + ``` + */ + export function fadeOut(d: number): ActionInterval; + /** + !#en Tints a Node that implements the cc.NodeRGB protocol from current tint to a custom one. + !#zh 修改颜色到指定值。 + @param duration duration + @param red 0-255 + @param green 0-255 + @param blue 0-255 + + @example + ```js + // example + var action = cc.tintTo(2, 255, 0, 255); + ``` + */ + export function tintTo(duration: number, red: number, green: number, blue: number): ActionInterval; + /** + !#en + Tints a Node that implements the cc.NodeRGB protocol from current tint to a custom one. + Relative to their own color change. + !#zh 按照指定的增量修改颜色。 + @param duration duration in seconds + @param deltaRed deltaRed + @param deltaGreen deltaGreen + @param deltaBlue deltaBlue + + @example + ```js + // example + var action = cc.tintBy(2, -127, -255, -127); + ``` + */ + export function tintBy(duration: number, deltaRed: number, deltaGreen: number, deltaBlue: number): ActionInterval; + /** + !#en Delays the action a certain amount of seconds. + !#zh 延迟指定的时间量。 + @param d duration in seconds + + @example + ```js + // example + var delay = cc.delayTime(1); + ``` + */ + export function delayTime(d: number): ActionInterval; + /** + !#en Executes an action in reverse order, from time=duration to time=0. + !#zh 反转目标动作的时间轴。 + @param action action + + @example + ```js + // example + var reverse = cc.reverseTime(this); + ``` + */ + export function reverseTime(action: FiniteTimeAction): ActionInterval; + /** + !#en Create an action with the specified action and forced target. + !#zh 用已有动作和一个新的目标节点创建动作。 + @param target target + @param action action + */ + export function targetedAction(target: Node, action: FiniteTimeAction): ActionInterval; + /** + + @param target the target to animate + */ + export function tween (target?: T) : Tween; + /** !#en This is a Easing instance. + !#zh 这是一个 Easing 类实例。 */ + export var easing: Easing; + /** + !#en + Outputs an error message to the Cocos Creator Console (editor) or Web Console (runtime).
+ - In Cocos Creator, error is red.
+ - In Chrome, error have a red icon along with red message text.
+ !#zh + 输出错误消息到 Cocos Creator 编辑器的 Console 或运行时页面端的 Console 中。
+ - 在 Cocos Creator 中,错误信息显示是红色的。
+ - 在 Chrome 中,错误信息有红色的图标以及红色的消息文本。
+ @param msg A JavaScript string containing zero or more substitution strings. + @param subst JavaScript objects with which to replace substitution strings within msg. This gives you additional control over the format of the output. + */ + export function error(msg: any, ...subst: any[]): void; + /** + !#en + Outputs a warning message to the Cocos Creator Console (editor) or Web Console (runtime). + - In Cocos Creator, warning is yellow. + - In Chrome, warning have a yellow warning icon with the message text. + !#zh + 输出警告消息到 Cocos Creator 编辑器的 Console 或运行时 Web 端的 Console 中。
+ - 在 Cocos Creator 中,警告信息显示是黄色的。
+ - 在 Chrome 中,警告信息有着黄色的图标以及黄色的消息文本。
+ @param msg A JavaScript string containing zero or more substitution strings. + @param subst JavaScript objects with which to replace substitution strings within msg. This gives you additional control over the format of the output. + */ + export function warn(msg: any, ...subst: any[]): void; + /** + !#en Outputs a message to the Cocos Creator Console (editor) or Web Console (runtime). + !#zh 输出一条消息到 Cocos Creator 编辑器的 Console 或运行时 Web 端的 Console 中。 + @param msg A JavaScript string containing zero or more substitution strings. + @param subst JavaScript objects with which to replace substitution strings within msg. This gives you additional control over the format of the output. + */ + export function log(msg: string|any, ...subst: any[]): void; + /** !#en Director + !#zh 导演类。 */ + export var director: Director; + /** !#en This is a Game instance. + !#zh 这是一个 Game 类的实例,包含游戏主体信息并负责驱动游戏的游戏对象。。 */ + export var game: Game; + /** + !#en + Rotates a Node object to a certain angle by modifying its quternion property.
+ The direction will be decided by the shortest angle. + !#zh 旋转到目标角度,通过逐帧修改它的 quternion 属性,旋转方向将由最短的角度决定。 + @param duration duration in seconds + @param dstAngleX dstAngleX in degrees. + @param dstAngleY dstAngleY in degrees. + @param dstAngleZ dstAngleZ in degrees. + + @example + ```js + // example + var rotate3DTo = cc.rotate3DTo(2, cc.v3(0, 180, 0)); + ``` + */ + export function rotate3DTo(duration: number, dstAngleX: number|Vec3|Quat, dstAngleY?: number, dstAngleZ?: number): ActionInterval; + /** + !#en + Rotates a Node object counter clockwise a number of degrees by modifying its quaternion property. + Relative to its properties to modify. + !#zh 旋转指定的 3D 角度。 + @param duration duration in seconds + @param deltaAngleX deltaAngleX in degrees + @param deltaAngleY deltaAngleY in degrees + @param deltaAngleZ deltaAngleZ in degrees + + @example + ```js + // example + var actionBy = cc.rotate3DBy(2, cc.v3(0, 360, 0)); + ``` + */ + export function rotate3DBy(duration: number, deltaAngleX: number|Vec3, deltaAngleY?: number, deltaAngleZ?: number): ActionInterval; + export var assetManager: AssetManager; + /** !#en + cc.resources is a bundle and controls all asset under assets/resources + + !#zh + cc.resources 是一个 bundle,用于管理所有在 assets/resources 下的资源 */ + export var resources: AssetManager.Bundle; + /** !#en The System event singleton for global usage + !#zh 系统事件单例,方便全局使用 */ + export var systemEvent: SystemEvent; + /** + !#en Defines a CCClass using the given specification, please see [Class](/docs/editors_and_tools/creator-chapters/scripting/class.html) for details. + !#zh 定义一个 CCClass,传入参数必须是一个包含类型参数的字面量对象,具体用法请查阅[类型定义](/docs/creator/scripting/class.html)。 + @param options options + + @example + ```js + // define base class + var Node = cc.Class(); + + // define sub class + var Sprite = cc.Class({ + name: 'Sprite', + extends: Node, + + ctor: function () { + this.url = ""; + this.id = 0; + }, + + statics: { + // define static members + count: 0, + getBounds: function (spriteList) { + // compute bounds... + } + }, + + properties { + width: { + default: 128, + type: cc.Integer, + tooltip: 'The width of sprite' + }, + height: 128, + size: { + get: function () { + return cc.v2(this.width, this.height); + } + } + }, + + load: function () { + // load this.url... + }; + }); + + // instantiate + + var obj = new Sprite(); + obj.url = 'sprite.png'; + obj.load(); + ``` + */ + export function Class(options?: {name?: string; extends?: Function; ctor?: Function; __ctor__?: Function; properties?: any; statics?: any; mixins?: Function[]; editor?: {executeInEditMode?: boolean; requireComponent?: Function; menu?: string; executionOrder?: number; disallowMultiple?: boolean; playOnFocus?: boolean; inspector?: string; icon?: string; help?: string; }; update?: Function; lateUpdate?: Function; onLoad?: Function; start?: Function; onEnable?: Function; onDisable?: Function; onDestroy?: Function; onFocusInEditor?: Function; onLostFocusInEditor?: Function; resetInEditor?: Function; onRestore?: Function; _getLocalBounds?: Function; }): Function; + /** + !#en + Define an enum type.
+ If a enum item has a value of -1, it will be given an Integer number according to it's order in the list.
+ Otherwise it will use the value specified by user who writes the enum definition. + + !#zh + 定义一个枚举类型。
+ 用户可以把枚举值设为任意的整数,如果设为 -1,系统将会分配为上一个枚举值 + 1。 + @param obj a JavaScript literal object containing enum names and values, or a TypeScript enum type + + @example + ```js + // JavaScript: + + var WrapMode = cc.Enum({ + Repeat: -1, + Clamp: -1 + }); + + // Texture.WrapMode.Repeat == 0 + // Texture.WrapMode.Clamp == 1 + // Texture.WrapMode[0] == "Repeat" + // Texture.WrapMode[1] == "Clamp" + + var FlagType = cc.Enum({ + Flag1: 1, + Flag2: 2, + Flag3: 4, + Flag4: 8, + }); + + var AtlasSizeList = cc.Enum({ + 128: 128, + 256: 256, + 512: 512, + 1024: 1024, + }); + + // TypeScript: + + // If used in TypeScript, just define a TypeScript enum: + enum Direction { + Up, + Down, + Left, + Right + } + + // If you need to inspect the enum in Properties panel, you can call cc.Enum: + const {ccclass, property} = cc._decorator; + + @ccclass + class NewScript extends cc.Component { + @property({ + type: cc.Enum(Direction) // call cc.Enum + }) + direction: Direction = Direction.Up; + } + + ``` + */ + export function Enum(obj: T): T; + /** + + @param touches touches + */ + export function handleTouchesBegin(touches: any[]): void; + /** + + @param touches touches + */ + export function handleTouchesMove(touches: any[]): void; + /** + + @param touches touches + */ + export function handleTouchesEnd(touches: any[]): void; + /** + + @param touches touches + */ + export function handleTouchesCancel(touches: any[]): void; + /** + + @param touches touches + */ + export function getSetOfTouchesEndOrCancel(touches: any[]): any[]; + /** + + @param touch touch + */ + export function getPreTouch(touch: Touch): Touch; + /** + + @param touch touch + */ + export function setPreTouch(touch: Touch): void; + /** + + @param tx tx + @param ty ty + @param pos pos + */ + export function getTouchByXY(tx: number, ty: number, pos: Vec2): Touch; + /** + + @param location location + @param pos pos + @param eventType eventType + */ + export function getMouseEvent(location: Vec2, pos: Vec2, eventType: number): Event.EventMouse; + /** + + @param event event + @param pos pos + */ + export function getPointByEvent(event: Touch, pos: Vec2): Vec2; + /** + + @param event event + @param pos pos + */ + export function getTouchesByEvent(event: Touch, pos: Vec2): any[]; + /** + + @param element element + */ + export function registerSystemEvent(element: HTMLElement): void; + /** + + @param dt dt + */ + export function update(dt: number): void; + /** + !#en + Checks whether the object is non-nil and not yet destroyed.
+ When an object's `destroy` is called, it is actually destroyed after the end of this frame. + So `isValid` will return false from the next frame, while `isValid` in the current frame will still be true. + If you want to determine whether the current frame has called `destroy`, use `cc.isValid(obj, true)`, + but this is often caused by a particular logical requirements, which is not normally required. + + !#zh + 检查该对象是否不为 null 并且尚未销毁。
+ 当一个对象的 `destroy` 调用以后,会在这一帧结束后才真正销毁。因此从下一帧开始 `isValid` 就会返回 false,而当前帧内 `isValid` 仍然会是 true。如果希望判断当前帧是否调用过 `destroy`,请使用 `cc.isValid(obj, true)`,不过这往往是特殊的业务需求引起的,通常情况下不需要这样。 + @param value value + @param strictMode If true, Object called destroy() in this frame will also treated as invalid. + + @example + ```js + var node = new cc.Node(); + cc.log(cc.isValid(node)); // true + node.destroy(); + cc.log(cc.isValid(node)); // true, still valid in this frame + // after a frame... + cc.log(cc.isValid(node)); // false, destroyed in the end of last frame + ``` + */ + export function isValid(value: any, strictMode?: boolean): boolean; + /** !#en cc.view is the shared view object. + !#zh cc.view 是全局的视图对象。 */ + export var view: View; + /** !#en cc.winSize is the alias object for the size of the current game window. + !#zh cc.winSize 为当前的游戏窗口的大小。 */ + export var winSize: Size; + /** Specify that the input value must be integer in Inspector. + Also used to indicates that the elements in array should be type integer. */ + export var Integer: string; + /** Indicates that the elements in array should be type double. */ + export var Float: string; + /** Indicates that the elements in array should be type boolean. */ + export var Boolean: string; + /** Indicates that the elements in array should be type string. */ + export var String: string; + /** + !#en Deserialize json to cc.Asset + !#zh 将 JSON 反序列化为对象实例。 + @param data the serialized cc.Asset json string or json object. + @param details additional loading result + @param options options + */ + export function deserialize(data: string|any, details?: Details, options?: any): any; + /** + !#en Clones the object `original` and returns the clone, or instantiate a node from the Prefab. + !#zh 克隆指定的任意类型的对象,或者从 Prefab 实例化出新节点。 + + (Instantiate 时,function 和 dom 等非可序列化对象会直接保留原有引用,Asset 会直接进行浅拷贝,可序列化类型会进行深拷贝。) + @param original An existing object that you want to make a copy of. + + @example + ```js + // instantiate node from prefab + var scene = cc.director.getScene(); + var node = cc.instantiate(prefabAsset); + node.parent = scene; + // clone node + var scene = cc.director.getScene(); + var node = cc.instantiate(targetNode); + node.parent = scene; + ``` + */ + export function instantiate(original: Prefab): Node; + export function instantiate(original: T): T; + /** + !#en + The convenience method to create a new {{#crossLink "Color/Color:method"}}cc.Color{{/crossLink}} + Alpha channel is optional. Default value is 255. + + !#zh + 通过该方法来创建一个新的 {{#crossLink "Color/Color:method"}}cc.Color{{/crossLink}} 对象。 + Alpha 通道是可选的。默认值是 255。 + @param r r + @param g g + @param b b + @param a a + + @example + ```js + ----------------------- + // 1. All channels seperately as parameters + var color1 = new cc.Color(255, 255, 255, 255); + // 2. Convert a hex string to a color + var color2 = new cc.Color("#000000"); + // 3. An color object as parameter + var color3 = new cc.Color({r: 255, g: 255, b: 255, a: 255}); + + ``` + */ + export function color(r?: number, g?: number, b?: number, a?: number): Color; + /** + !#en The convenience method to create a new {{#crossLink "Mat4"}}cc.Mat4{{/crossLink}}. + !#zh 通过该简便的函数进行创建 {{#crossLink "Mat4"}}cc.Mat4{{/crossLink}} 对象。 + @param m00 Component in column 0, row 0 position (index 0) + @param m01 Component in column 0, row 1 position (index 1) + @param m02 Component in column 0, row 2 position (index 2) + @param m03 Component in column 0, row 3 position (index 3) + @param m10 Component in column 1, row 0 position (index 4) + @param m11 Component in column 1, row 1 position (index 5) + @param m12 Component in column 1, row 2 position (index 6) + @param m13 Component in column 1, row 3 position (index 7) + @param m20 Component in column 2, row 0 position (index 8) + @param m21 Component in column 2, row 1 position (index 9) + @param m22 Component in column 2, row 2 position (index 10) + @param m23 Component in column 2, row 3 position (index 11) + @param m30 Component in column 3, row 0 position (index 12) + @param m31 Component in column 3, row 1 position (index 13) + @param m32 Component in column 3, row 2 position (index 14) + @param m33 Component in column 3, row 3 position (index 15) + */ + export function mat4(m00?: number, m01?: number, m02?: number, m03?: number, m10?: number, m11?: number, m12?: number, m13?: number, m20?: number, m21?: number, m22?: number, m23?: number, m30?: number, m31?: number, m32?: number, m33?: number): Mat4; + /** + !#en The convenience method to create a new {{#crossLink "Quat"}}cc.Quat{{/crossLink}}. + !#zh 通过该简便的函数进行创建 {{#crossLink "Quat"}}cc.Quat{{/crossLink}} 对象。 + @param x x + @param y y + @param z z + @param w w + */ + export function quat(x?: number|any, y?: number, z?: number, w?: number): Quat; + /** + !#en + Helper function that creates a cc.Size.
+ Please use cc.p or cc.v2 instead, it will soon replace cc.Size. + !#zh + 创建一个 cc.Size 对象的帮助函数。
+ 注意:可以使用 cc.p 或者是 cc.v2 代替,它们将很快取代 cc.Size。 + @param w width or a size object + @param h height + + @example + ```js + var size1 = cc.size(); + var size2 = cc.size(100,100); + var size3 = cc.size(size2); + var size4 = cc.size({width: 100, height: 100}); + + ``` + */ + export function size(w: number|Size, h?: number): Size; + export var EPSILON: number; + /** + Clamps a value between a minimum float and maximum float value. + @param val val + @param min min + @param max max + */ + export function clamp(val: number, min: number, max: number): number; + /** + Clamps a value between 0 and 1. + @param val val + */ + export function clamp01(val: number): number; + /** + + @param from from + @param to to + @param ratio the interpolation coefficient + */ + export function lerp(from: number, to: number, ratio: number): number; + export function random(): void; + /** + Returns a floating-point random number between min (inclusive) and max (exclusive). + @param min min + @param max max + */ + export function randomRange(min: number, max: number): number; + /** + Returns a random integer between min (inclusive) and max (exclusive). + @param min min + @param max max + */ + export function randomRangeInt(min: number, max: number): number; + /** + Linear congruential generator using Hull-Dobell Theorem. + @param seed the random seed + */ + export function pseudoRandom(seed: number): number; + /** + Returns a floating-point pseudo-random number between min (inclusive) and max (exclusive). + @param seed seed + @param min min + @param max max + */ + export function pseudoRandomRange(seed: number, min: number, max: number): number; + /** + Returns a pseudo-random integer between min (inclusive) and max (exclusive). + @param seed seed + @param min min + @param max max + */ + export function pseudoRandomRangeInt(seed: number, min: number, max: number): number; + /** + Returns the next power of two for the value + @param val val + */ + export function nextPow2(val: number): number; + /** + Returns float remainder for t / length + @param t time start at 0 + @param length time of one cycle + */ + export function repeat(t: number, length: number): number; + /** + Returns time wrapped in ping-pong mode + @param t time start at 0 + @param length time of one cycle + */ + export function repeat(t: number, length: number): number; + /** + Returns ratio of a value within a given range + @param from start value + @param to end value + @param value given value + */ + export function repeat(from: number, to: number, value: number): number; + /** + Returns -1, 0, +1 depending on sign of x. + @param v v + */ + export function sign(v: number): void; + /** + !#en The convenience method to create a new {{#crossLink "Vec2"}}cc.Vec2{{/crossLink}}. + !#zh 通过该简便的函数进行创建 {{#crossLink "Vec2"}}cc.Vec2{{/crossLink}} 对象。 + @param x x + @param y y + + @example + ```js + var v1 = cc.v2(); + var v2 = cc.v2(0, 0); + var v3 = cc.v2(v2); + var v4 = cc.v2({x: 100, y: 100}); + ``` + */ + export function v2(x?: number|any, y?: number): Vec2; + /** + !#en + The convenience method to create a new Rect. + see {{#crossLink "Rect/Rect:method"}}cc.Rect{{/crossLink}} + !#zh + 该方法用来快速创建一个新的矩形。{{#crossLink "Rect/Rect:method"}}cc.Rect{{/crossLink}} + @param x x + @param y y + @param w w + @param h h + + @example + ```js + var a = new cc.Rect(0 , 0, 10, 0); + ``` + */ + export function rect(x?: number, y?: number, w?: number, h?: number): Rect; + /** + !#en The convenience method to create a new {{#crossLink "Vec3"}}cc.Vec3{{/crossLink}}. + !#zh 通过该简便的函数进行创建 {{#crossLink "Vec3"}}cc.Vec3{{/crossLink}} 对象。 + @param x x + @param y y + @param z z + + @example + ```js + var v1 = cc.v3(); + var v2 = cc.v3(0, 0, 0); + var v3 = cc.v3(v2); + var v4 = cc.v3({x: 100, y: 100, z: 0}); + ``` + */ + export function v3(x?: number|any, y?: number, z?: number): Vec3; + /** + Finds a node by hierarchy path, the path is case-sensitive. + It will traverse the hierarchy by splitting the path using '/' character. + This function will still returns the node even if it is inactive. + It is recommended to not use this function every frame instead cache the result at startup. + @param path path + @param referenceNode referenceNode + */ + export function find(path: string, referenceNode?: Node): Node; + export var dynamicAtlasManager: DynamicAtlasManager; + /** !#en The matrix storage */ + export var matrix: any[]; + /** + !#en Get an element + @param i i + @param j j + */ + export function get(i: number, j: number): number; + /** + !#en Set an element + @param i i + @param j j + @param value value + */ + export function set(i: number, j: number, value: boolean): void; + /** + !#en Sets all elements to zero + */ + export function reset(): void; + /** !#en Base class cc.Action for action classes. + !#zh Action 类是所有动作类型的基类。 */ + export class Action { + /** + !#en + to copy object with deep copy. + returns a clone of action. + !#zh 返回一个克隆的动作。 + */ + clone(): Action; + /** + !#en + return true if the action has finished. + !#zh 如果动作已完成就返回 true。 + */ + isDone(): boolean; + /** + !#en get the target. + !#zh 获取当前目标节点。 + */ + getTarget(): Node; + /** + !#en The action will modify the target properties. + !#zh 设置目标节点。 + @param target target + */ + setTarget(target: Node): void; + /** + !#en get the original target. + !#zh 获取原始目标节点。 + */ + getOriginalTarget(): Node; + /** + !#en get tag number. + !#zh 获取用于识别动作的标签。 + */ + getTag(): number; + /** + !#en set tag number. + !#zh 设置标签,用于识别动作。 + @param tag tag + */ + setTag(tag: number): void; + /** !#en Default Action tag. + !#zh 默认动作标签。 */ + static TAG_INVALID: number; + } + /** !#en + Base class actions that do have a finite time duration.
+ Possible actions:
+ - An action with a duration of 0 seconds.
+ - An action with a duration of 35.5 seconds. + + Infinite time actions are valid + !#zh 有限时间动作,这种动作拥有时长 duration 属性。 */ + export class FiniteTimeAction extends Action { + /** + !#en get duration of the action. (seconds). + !#zh 获取动作以秒为单位的持续时间。 + */ + getDuration(): number; + /** + !#en set duration of the action. (seconds). + !#zh 设置动作以秒为单位的持续时间。 + @param duration duration + */ + setDuration(duration: number): void; + /** + !#en + Returns a reversed action.
+ For example:
+ - The action will be x coordinates of 0 move to 100.
+ - The reversed action will be x of 100 move to 0. + - Will be rewritten + !#zh 返回一个新的动作,执行与原动作完全相反的动作。 + */ + reverse(): void; + /** + !#en + to copy object with deep copy. + returns a clone of action. + !#zh 返回一个克隆的动作。 + */ + clone(): FiniteTimeAction; + } + /** !#en Instant actions are immediate actions. They don't have a duration like the ActionInterval actions. + !#zh 即时动作,这种动作立即就会执行,继承自 FiniteTimeAction。 */ + export class ActionInstant extends FiniteTimeAction { + } + /** !#en +

An interval action is an action that takes place within a certain period of time.
+ It has an start time, and a finish time. The finish time is the parameter
+ duration plus the start time.

+ +

These CCActionInterval actions have some interesting properties, like:
+ - They can run normally (default)
+ - They can run reversed with the reverse method
+ - They can run with the time altered with the Accelerate, AccelDeccel and Speed actions.

+ +

For example, you can simulate a Ping Pong effect running the action normally and
+ then running it again in Reverse mode.

+ !#zh 时间间隔动作,这种动作在已定时间内完成,继承 FiniteTimeAction。 */ + export class ActionInterval extends FiniteTimeAction { + /** + !#en Implementation of ease motion. + !#zh 缓动运动。 + @param easeObj easeObj + + @example + ```js + action.easing(cc.easeIn(3.0)); + ``` + */ + easing(easeObj: any): ActionInterval; + /** + !#en + Repeats an action a number of times. + To repeat an action forever use the CCRepeatForever action. + !#zh 重复动作可以按一定次数重复一个动作,使用 RepeatForever 动作来永远重复一个动作。 + @param times times + */ + repeat(times: number): ActionInterval; + /** + !#en + Repeats an action for ever.
+ To repeat the an action for a limited number of times use the Repeat action.
+ !#zh 永远地重复一个动作,有限次数内重复一个动作请使用 Repeat 动作。 + */ + repeatForever(): ActionInterval; + } + /** !#en + cc.ActionManager is a class that can manage actions.
+ Normally you won't need to use this class directly. 99% of the cases you will use the CCNode interface, + which uses this class's singleton object. + But there are some cases where you might need to use this class.
+ Examples:
+ - When you want to run an action where the target is different from a CCNode.
+ - When you want to pause / resume the actions
+ !#zh + cc.ActionManager 是可以管理动作的单例类。
+ 通常你并不需要直接使用这个类,99%的情况您将使用 CCNode 的接口。
+ 但也有一些情况下,您可能需要使用这个类。
+ 例如: + - 当你想要运行一个动作,但目标不是 CCNode 类型时。
+ - 当你想要暂停/恢复动作时。
*/ + export class ActionManager { + /** + !#en + Adds an action with a target.
+ If the target is already present, then the action will be added to the existing target. + If the target is not present, a new instance of this target will be created either paused or not, and the action will be added to the newly created target. + When the target is paused, the queued actions won't be 'ticked'. + !#zh + 增加一个动作,同时还需要提供动作的目标对象,目标对象是否暂停作为参数。
+ 如果目标已存在,动作将会被直接添加到现有的节点中。
+ 如果目标不存在,将为这一目标创建一个新的实例,并将动作添加进去。
+ 当目标状态的 paused 为 true,动作将不会被执行 + @param action action + @param target target + @param paused paused + */ + addAction(action: Action, target: Node, paused: boolean): void; + /** + !#en Removes all actions from all the targets. + !#zh 移除所有对象的所有动作。 + */ + removeAllActions(): void; + /** + !#en + Removes all actions from a certain target.
+ All the actions that belongs to the target will be removed. + !#zh + 移除指定对象上的所有动作。
+ 属于该目标的所有的动作将被删除。 + @param target target + @param forceDelete forceDelete + */ + removeAllActionsFromTarget(target: Node, forceDelete: boolean): void; + /** + !#en Removes an action given an action reference. + !#zh 移除指定的动作。 + @param action action + */ + removeAction(action: Action): void; + /** + !#en Removes an action given its tag and the target. + !#zh 删除指定对象下特定标签的一个动作,将删除首个匹配到的动作。 + @param tag tag + @param target target + */ + removeActionByTag(tag: number, target?: Node): void; + /** + !#en Gets an action given its tag an a target. + !#zh 通过目标对象和标签获取一个动作。 + @param tag tag + @param target target + */ + getActionByTag(tag: number, target: Node): Action; + /** + !#en + Returns the numbers of actions that are running in a certain target.
+ Composable actions are counted as 1 action.
+ Example:
+ - If you are running 1 Sequence of 7 actions, it will return 1.
+ - If you are running 7 Sequences of 2 actions, it will return 7. + !#zh + 返回指定对象下所有正在运行的动作数量。
+ 组合动作被算作一个动作。
+ 例如:
+ - 如果您正在运行 7 个动作组成的序列动作(Sequence),这个函数将返回 1。
+ - 如果你正在运行 2 个序列动作(Sequence)和 5 个普通动作,这个函数将返回 7。
+ @param target target + */ + getNumberOfRunningActionsInTarget(target: Node): number; + /** + !#en Pauses the target: all running actions and newly added actions will be paused. + !#zh 暂停指定对象:所有正在运行的动作和新添加的动作都将会暂停。 + @param target target + */ + pauseTarget(target: Node): void; + /** + !#en Resumes the target. All queued actions will be resumed. + !#zh 让指定目标恢复运行。在执行序列中所有被暂停的动作将重新恢复运行。 + @param target target + */ + resumeTarget(target: Node): void; + /** + !#en Pauses all running actions, returning a list of targets whose actions were paused. + !#zh 暂停所有正在运行的动作,返回一个包含了那些动作被暂停了的目标对象的列表。 + */ + pauseAllRunningActions(): any[]; + /** + !#en Resume a set of targets (convenience function to reverse a pauseAllRunningActions or pauseTargets call). + !#zh 让一组指定对象恢复运行(用来逆转 pauseAllRunningActions 效果的便捷函数)。 + @param targetsToResume targetsToResume + */ + resumeTargets(targetsToResume: any[]): void; + /** + !#en Pause a set of targets. + !#zh 暂停一组指定对象。 + @param targetsToPause targetsToPause + */ + pauseTargets(targetsToPause: any[]): void; + /** + !#en + purges the shared action manager. It releases the retained instance.
+ because it uses this, so it can not be static. + !#zh + 清除共用的动作管理器。它释放了持有的实例。
+ 因为它使用 this,因此它不能是静态的。 + */ + purgeSharedManager(): void; + /** + !#en The ActionManager update。 + !#zh ActionManager 主循环。 + @param dt delta time in seconds + */ + update(dt: number): void; + } + /** !#en + Tween provide a simple and flexible way to create action. Tween's api is more flexible than `cc.Action`: + - Support creating an action sequence in chained api. + - Support animate any objects' any properties, not limited to node's properties. By contrast, `cc.Action` needs to create a new action class to support new node property. + - Support working with `cc.Action`. + - Support easing and progress function. + !#zh + Tween 提供了一个简单灵活的方法来创建 action。相对于 Cocos 传统的 `cc.Action`,`cc.Tween` 在创建动画上要灵活非常多: + - 支持以链式结构的方式创建一个动画序列。 + - 支持对任意对象的任意属性进行缓动,不再局限于节点上的属性,而 `cc.Action` 添加一个属性的支持时还需要添加一个新的 action 类型。 + - 支持与 `cc.Action` 混用。 + - 支持设置 {{#crossLink "Easing"}}{{/crossLink}} 或者 progress 函数。 */ + export class Tween { + /** + + @param target target + */ + constructor(target?: any); + /** + !#en Stop all tweens + !#zh 停止所有缓动 + */ + static stopAll(): void; + /** + !#en Stop all tweens by tag + !#zh 停止所有指定标签的缓动 + @param tag tag + */ + static stopAllByTag(tag: number): void; + /** + !#en Stop all tweens by target + !#zh 停止所有指定对象的缓动 + @param target target + */ + static stopAllByTarget(target: any): void; + /** + !#en + Insert an action or tween to this sequence + !#zh + 插入一个 action 或者 tween 到队列中 + @param other other + */ + then(other: Action|Tween): Tween; + /** + !#en + Set tween target + !#zh + 设置 tween 的 target + @param target target + */ + target(target: any): Tween; + /** + !#en + Start this tween + !#zh + 运行当前 tween + */ + start(): Tween; + /** + !#en + Stop this tween + !#zh + 停止当前 tween + */ + stop(): Tween; + /** + !#en Sets tween tag + !#zh 设置缓动的标签 + @param tag tag + */ + tag(tag: number): Tween; + /** + !#en + Clone a tween + !#zh + 克隆当前 tween + @param target target + */ + clone(target?: any): Tween; + /** + !#en + Integrate all previous actions to an action. + !#zh + 将之前所有的 action 整合为一个 action。 + */ + union(): Tween; + /** + !#en Sets target's position property according to the bezier curve. + !#zh 按照贝塞尔路径设置目标的 position 属性。 + @param duration duration + @param c1 c1 + @param c2 c2 + @param to to + */ + bezierTo(duration: number, c1: Vec2, c2: Vec2, to: Vec2): Tween; + /** + !#en Sets target's position property according to the bezier curve. + !#zh 按照贝塞尔路径设置目标的 position 属性。 + @param duration duration + @param c1 c1 + @param c2 c2 + @param to to + */ + bezierBy(duration: number, c1: Vec2, c2: Vec2, to: Vec2): Tween; + /** + !#en Flips target's scaleX + !#zh 翻转目标的 scaleX 属性 + */ + flipX(): Tween; + /** + !#en Flips target's scaleY + !#zh 翻转目标的 scaleY 属性 + */ + flipY(): Tween; + /** + !#en Blinks target by set target's opacity property + !#zh 通过设置目标的 opacity 属性达到闪烁效果 + @param duration duration + @param times times + @param opts opts + */ + blink(duration: number, times: number, opts?: {progress?: Function; easing?: Function|string; }): Tween; + /** + !#en + Add an action which calculate with absolute value + !#zh + 添加一个对属性进行绝对值计算的 action + @param duration duration + @param props {scale: 2, position: cc.v3(100, 100, 100)} + @param opts opts + */ + to>(duration: number, props: ConstructorType, opts?: OPTS): Tween; + /** + !#en + Add an action which calculate with relative value + !#zh + 添加一个对属性进行相对值计算的 action + @param duration duration + @param props {scale: 2, position: cc.v3(100, 100, 100)} + @param opts opts + */ + by>(duration: number, props: ConstructorType, opts?: OPTS): Tween; + /** + !#en + Directly set target properties + !#zh + 直接设置 target 的属性 + @param props props + */ + set (props: ConstructorType) : Tween; + /** + !#en + Add an delay action + !#zh + 添加一个延时 action + @param duration duration + */ + delay(duration: number): Tween; + /** + !#en + Add an callback action + !#zh + 添加一个回调 action + @param callback callback + @param selectTarget selectTarget + */ + call(callback: Function, selectTarget?: object): Tween; + /** + !#en + Add an hide action + !#zh + 添加一个隐藏 action + */ + hide(): Tween; + /** + !#en + Add an show action + !#zh + 添加一个显示 action + */ + show(): Tween; + /** + !#en + Add an removeSelf action + !#zh + 添加一个移除自己 action + */ + removeSelf(): Tween; + /** + !#en + Add an sequence action + !#zh + 添加一个队列 action + @param action action + @param actions actions + */ + sequence(action: Action|Tween, ...actions: (Action|Tween)[]): Tween; + /** + !#en + Add an parallel action + !#zh + 添加一个并行 action + @param action action + @param actions actions + */ + parallel(action: Action|Tween, ...actions: (Action|Tween)[]): Tween; + /** + !#en + Add an repeat action. This action will integrate before actions to a sequence action as their parameters. + !#zh + 添加一个重复 action,这个 action 会将前一个动作作为他的参数。 + @param repeatTimes repeatTimes + @param action action + */ + repeat(repeatTimes: number, action?: Action|Tween): Tween; + /** + !#en + Add an repeat forever action. This action will integrate before actions to a sequence action as their parameters. + !#zh + 添加一个永久重复 action,这个 action 会将前一个动作作为他的参数。 + @param action action + */ + repeatForever(action?: Action|Tween): Tween; + /** + !#en + Add an reverse time action. This action will integrate before actions to a sequence action as their parameters. + !#zh + 添加一个倒置时间 action,这个 action 会将前一个动作作为他的参数。 + @param action action + */ + reverseTime(action?: Action|Tween): Tween; + } + /** !#en `cc.audioEngine` is the singleton object, it provide simple audio APIs. + !#zh + cc.audioengine是单例对象。
+ 主要用来播放音频,播放的时候会返回一个 audioID,之后都可以通过这个 audioID 来操作这个音频对象。
+ 不使用的时候,请使用 `cc.audioEngine.uncache(filePath);` 进行资源释放
+ 注意:
+ 在 Android 系统浏览器上,不同浏览器,不同版本的效果不尽相同。
+ 比如说:大多数浏览器都需要用户物理交互才可以开始播放音效,有一些不支持 WebAudio,有一些不支持多音轨播放。总之如果对音乐依赖比较强,请做尽可能多的测试。 */ + export class audioEngine { + /** + !#en Play audio. + !#zh 播放音频 + @param clip The audio clip to play. + @param loop Whether the music loop or not. + @param volume Volume size. + + @example + ```js + cc.resources.load(path, cc.AudioClip, null, function (err, clip) { + var audioID = cc.audioEngine.play(clip, false, 0.5); + }); + ``` + */ + static play(clip: AudioClip, loop: boolean, volume: number): number; + /** + !#en Set audio loop. + !#zh 设置音频是否循环。 + @param audioID audio id. + @param loop Whether cycle. + + @example + ```js + cc.audioEngine.setLoop(id, true); + ``` + */ + static setLoop(audioID: number, loop: boolean): void; + /** + !#en Get audio cycle state. + !#zh 获取音频的循环状态。 + @param audioID audio id. + + @example + ```js + cc.audioEngine.isLoop(id); + ``` + */ + static isLoop(audioID: number): boolean; + /** + !#en Set the volume of audio. + !#zh 设置音量(0.0 ~ 1.0)。 + @param audioID audio id. + @param volume Volume must be in 0.0~1.0 . + + @example + ```js + cc.audioEngine.setVolume(id, 0.5); + ``` + */ + static setVolume(audioID: number, volume: number): void; + /** + !#en The volume of the music max value is 1.0,the min value is 0.0 . + !#zh 获取音量(0.0 ~ 1.0)。 + @param audioID audio id. + + @example + ```js + var volume = cc.audioEngine.getVolume(id); + ``` + */ + static getVolume(audioID: number): number; + /** + !#en Set current time + !#zh 设置当前的音频时间。 + @param audioID audio id. + @param sec current time. + + @example + ```js + cc.audioEngine.setCurrentTime(id, 2); + ``` + */ + static setCurrentTime(audioID: number, sec: number): boolean; + /** + !#en Get current time + !#zh 获取当前的音频播放时间。 + @param audioID audio id. + + @example + ```js + var time = cc.audioEngine.getCurrentTime(id); + ``` + */ + static getCurrentTime(audioID: number): number; + /** + !#en Get audio duration + !#zh 获取音频总时长。 + @param audioID audio id. + + @example + ```js + var time = cc.audioEngine.getDuration(id); + ``` + */ + static getDuration(audioID: number): number; + /** + !#en Get audio state + !#zh 获取音频状态。 + @param audioID audio id. + + @example + ```js + var state = cc.audioEngine.getState(id); + ``` + */ + static getState(audioID: number): audioEngine.AudioState; + /** + !#en Set Audio finish callback + !#zh 设置一个音频结束后的回调 + @param audioID audio id. + @param callback loaded callback. + + @example + ```js + cc.audioEngine.setFinishCallback(id, function () {}); + ``` + */ + static setFinishCallback(audioID: number, callback: Function): void; + /** + !#en Pause playing audio. + !#zh 暂停正在播放音频。 + @param audioID The return value of function play. + + @example + ```js + cc.audioEngine.pause(audioID); + ``` + */ + static pause(audioID: number): void; + /** + !#en Pause all playing audio + !#zh 暂停现在正在播放的所有音频。 + + @example + ```js + cc.audioEngine.pauseAll(); + ``` + */ + static pauseAll(): void; + /** + !#en Resume playing audio. + !#zh 恢复播放指定的音频。 + @param audioID The return value of function play. + + @example + ```js + cc.audioEngine.resume(audioID); + ``` + */ + static resume(audioID: number): void; + /** + !#en Resume all playing audio. + !#zh 恢复播放所有之前暂停的所有音频。 + + @example + ```js + cc.audioEngine.resumeAll(); + ``` + */ + static resumeAll(): void; + /** + !#en Stop playing audio. + !#zh 停止播放指定音频。 + @param audioID The return value of function play. + + @example + ```js + cc.audioEngine.stop(audioID); + ``` + */ + static stop(audioID: number): void; + /** + !#en Stop all playing audio. + !#zh 停止正在播放的所有音频。 + + @example + ```js + cc.audioEngine.stopAll(); + ``` + */ + static stopAll(): void; + /** + !#en Set up an audio can generate a few examples. + !#zh 设置一个音频可以设置几个实例 + @param num a number of instances to be created from within an audio + + @example + ```js + cc.audioEngine.setMaxAudioInstance(20); + ``` + */ + static setMaxAudioInstance(num: number): void; + /** + !#en Getting audio can produce several examples. + !#zh 获取一个音频可以设置几个实例 + + @example + ```js + cc.audioEngine.getMaxAudioInstance(); + ``` + */ + static getMaxAudioInstance(): number; + /** + !#en Unload the preloaded audio from internal buffer. + !#zh 卸载预加载的音频。 + @param clip clip + + @example + ```js + cc.audioEngine.uncache(filePath); + ``` + */ + static uncache(clip: AudioClip): void; + /** + !#en Unload all audio from internal buffer. + !#zh 卸载所有音频。 + + @example + ```js + cc.audioEngine.uncacheAll(); + ``` + */ + static uncacheAll(): void; + /** + !#en Play background music + !#zh 播放背景音乐 + @param clip The audio clip to play. + @param loop Whether the music loop or not. + + @example + ```js + cc.resources.load(path, cc.AudioClip, null, function (err, clip) { + var audioID = cc.audioEngine.playMusic(clip, false); + }); + ``` + */ + static playMusic(clip: AudioClip, loop: boolean): number; + /** + !#en Stop background music. + !#zh 停止播放背景音乐。 + + @example + ```js + cc.audioEngine.stopMusic(); + ``` + */ + static stopMusic(): void; + /** + !#en Pause the background music. + !#zh 暂停播放背景音乐。 + + @example + ```js + cc.audioEngine.pauseMusic(); + ``` + */ + static pauseMusic(): void; + /** + !#en Resume playing background music. + !#zh 恢复播放背景音乐。 + + @example + ```js + cc.audioEngine.resumeMusic(); + ``` + */ + static resumeMusic(): void; + /** + !#en Get the volume(0.0 ~ 1.0). + !#zh 获取音量(0.0 ~ 1.0)。 + + @example + ```js + var volume = cc.audioEngine.getMusicVolume(); + ``` + */ + static getMusicVolume(): number; + /** + !#en Set the background music volume. + !#zh 设置背景音乐音量(0.0 ~ 1.0)。 + @param volume Volume must be in 0.0~1.0. + + @example + ```js + cc.audioEngine.setMusicVolume(0.5); + ``` + */ + static setMusicVolume(volume: number): void; + /** + !#en Background music playing state + !#zh 背景音乐是否正在播放 + + @example + ```js + cc.audioEngine.isMusicPlaying(); + ``` + */ + static isMusicPlaying(): boolean; + /** + !#en Play effect audio. + !#zh 播放音效 + @param clip The audio clip to play. + @param loop Whether the music loop or not. + + @example + ```js + cc.resources.load(path, cc.AudioClip, null, function (err, clip) { + var audioID = cc.audioEngine.playEffect(clip, false); + }); + ``` + */ + static playEffect(clip: AudioClip, loop: boolean): number; + /** + !#en Set the volume of effect audio. + !#zh 设置音效音量(0.0 ~ 1.0)。 + @param volume Volume must be in 0.0~1.0. + + @example + ```js + cc.audioEngine.setEffectsVolume(0.5); + ``` + */ + static setEffectsVolume(volume: number): void; + /** + !#en The volume of the effect audio max value is 1.0,the min value is 0.0 . + !#zh 获取音效音量(0.0 ~ 1.0)。 + + @example + ```js + var volume = cc.audioEngine.getEffectsVolume(); + ``` + */ + static getEffectsVolume(): number; + /** + !#en Pause effect audio. + !#zh 暂停播放音效。 + @param audioID audio id. + + @example + ```js + cc.audioEngine.pauseEffect(audioID); + ``` + */ + static pauseEffect(audioID: number): void; + /** + !#en Stop playing all the sound effects. + !#zh 暂停播放所有音效。 + + @example + ```js + cc.audioEngine.pauseAllEffects(); + ``` + */ + static pauseAllEffects(): void; + /** + !#en Resume effect audio. + !#zh 恢复播放音效音频。 + @param audioID The return value of function play. + + @example + ```js + cc.audioEngine.resumeEffect(audioID); + ``` + */ + static resumeEffect(audioID: number): void; + /** + !#en Resume all effect audio. + !#zh 恢复播放所有之前暂停的音效。 + + @example + ```js + cc.audioEngine.resumeAllEffects(); + ``` + */ + static resumeAllEffects(): void; + /** + !#en Stop playing the effect audio. + !#zh 停止播放音效。 + @param audioID audio id. + + @example + ```js + cc.audioEngine.stopEffect(id); + ``` + */ + static stopEffect(audioID: number): void; + /** + !#en Stop playing all the effects. + !#zh 停止播放所有音效。 + + @example + ```js + cc.audioEngine.stopAllEffects(); + ``` + */ + static stopAllEffects(): void; + } + /** !#en Class for animation data handling. + !#zh 动画剪辑,用于存储动画数据。 */ + export class AnimationClip extends Asset { + /** !#en Duration of this animation. + !#zh 动画的持续时间。 */ + duration: number; + /** !#en FrameRate of this animation. + !#zh 动画的帧速率。 */ + sample: number; + /** !#en Speed of this animation. + !#zh 动画的播放速度。 */ + speed: number; + /** !#en WrapMode of this animation. + !#zh 动画的循环模式。 */ + wrapMode: WrapMode; + /** !#en Curve data. + !#zh 曲线数据。 */ + curveData: any; + /** !#en Event data. + !#zh 事件数据。 */ + events: {frame: number, func: string, params: string[]}[]; + /** + !#en Crate clip with a set of sprite frames + !#zh 使用一组序列帧图片来创建动画剪辑 + @param spriteFrames spriteFrames + @param sample sample + + @example + ```js + var clip = cc.AnimationClip.createWithSpriteFrames(spriteFrames, 10); + ``` + */ + static createWithSpriteFrames(spriteFrames: SpriteFrame[], sample: number): AnimationClip; + } + /** !#en + The AnimationState gives full control over animation playback process. + In most cases the Animation Component is sufficient and easier to use. Use the AnimationState if you need full control. + !#zh + AnimationState 完全控制动画播放过程。
+ 大多数情况下 动画组件 是足够和易于使用的。如果您需要更多的动画控制接口,请使用 AnimationState。 */ + export class AnimationState extends Playable { + /** + + @param clip clip + @param name name + */ + constructor(clip: AnimationClip, name?: string); + /** !#en The curves list. + !#zh 曲线列表。 */ + curves: any[]; + /** !#en The start delay which represents the number of seconds from an animation's start time to the start of + the active interval. + !#zh 延迟多少秒播放。 */ + delay: number; + /** !#en The animation's iteration count property. + + A real number greater than or equal to zero (including positive infinity) representing the number of times + to repeat the animation node. + + Values less than zero and NaN values are treated as the value 1.0 for the purpose of timing model + calculations. + + !#zh 迭代次数,指动画播放多少次后结束, normalize time。 如 2.5(2次半) */ + repeatCount: number; + /** !#en The iteration duration of this animation in seconds. (length) + !#zh 单次动画的持续时间,秒。 */ + duration: number; + /** !#en The animation's playback speed. 1 is normal playback speed. + !#zh 播放速率。 */ + speed: number; + /** !#en + Wrapping mode of the playing animation. + Notice : dynamic change wrapMode will reset time and repeatCount property + !#zh + 动画循环方式。 + 需要注意的是,动态修改 wrapMode 时,会重置 time 以及 repeatCount */ + wrapMode: WrapMode; + /** !#en The current time of this animation in seconds. + !#zh 动画当前的时间,秒。 */ + time: number; + /** !#en The clip that is being played by this animation state. + !#zh 此动画状态正在播放的剪辑。 */ + clip: AnimationClip; + /** !#en The name of the playing animation. + !#zh 动画的名字 */ + name: string; + } + /** !#en + This class provide easing methods for {{#crossLink "tween"}}{{/crossLink}} class.
+ Demonstratio: https://easings.net/ + !#zh + 缓动函数类,为 {{#crossLink "Tween"}}{{/crossLink}} 提供缓动效果函数。
+ 函数效果演示: https://easings.net/ */ + export class Easing { + /** + !#en Easing in with quadratic formula. From slow to fast. + !#zh 平方曲线缓入函数。运动由慢到快。 + @param t The current time as a percentage of the total time. + */ + quadIn(t: number): number; + /** + !#en Easing out with quadratic formula. From fast to slow. + !#zh 平方曲线缓出函数。运动由快到慢。 + @param t The current time as a percentage of the total time. + */ + quadOut(t: number): number; + /** + !#en Easing in and out with quadratic formula. From slow to fast, then back to slow. + !#zh 平方曲线缓入缓出函数。运动由慢到快再到慢。 + @param t The current time as a percentage of the total time. + */ + quadInOut(t: number): number; + /** + !#en Easing in with cubic formula. From slow to fast. + !#zh 立方曲线缓入函数。运动由慢到快。 + @param t The current time as a percentage of the total time. + */ + cubicIn(t: number): number; + /** + !#en Easing out with cubic formula. From slow to fast. + !#zh 立方曲线缓出函数。运动由快到慢。 + @param t The current time as a percentage of the total time. + */ + cubicOut(t: number): number; + /** + !#en Easing in and out with cubic formula. From slow to fast, then back to slow. + !#zh 立方曲线缓入缓出函数。运动由慢到快再到慢。 + @param t The current time as a percentage of the total time. + */ + cubicInOut(t: number): number; + /** + !#en Easing in with quartic formula. From slow to fast. + !#zh 四次方曲线缓入函数。运动由慢到快。 + @param t The current time as a percentage of the total time. + */ + quartIn(t: number): number; + /** + !#en Easing out with quartic formula. From fast to slow. + !#zh 四次方曲线缓出函数。运动由快到慢。 + @param t The current time as a percentage of the total time. + */ + quartOut(t: number): number; + /** + !#en Easing in and out with quartic formula. From slow to fast, then back to slow. + !#zh 四次方曲线缓入缓出函数。运动由慢到快再到慢。 + @param t The current time as a percentage of the total time. + */ + quartInOut(t: number): number; + /** + !#en Easing in with quintic formula. From slow to fast. + !#zh 五次方曲线缓入函数。运动由慢到快。 + @param t The current time as a percentage of the total time. + */ + quintIn(t: number): number; + /** + !#en Easing out with quintic formula. From fast to slow. + !#zh 五次方曲线缓出函数。运动由快到慢。 + @param t The current time as a percentage of the total time. + */ + quintOut(t: number): number; + /** + !#en Easing in and out with quintic formula. From slow to fast, then back to slow. + !#zh 五次方曲线缓入缓出函数。运动由慢到快再到慢。 + @param t The current time as a percentage of the total time. + */ + quintInOut(t: number): number; + /** + !#en Easing in and out with sine formula. From slow to fast. + !#zh 正弦曲线缓入函数。运动由慢到快。 + @param t The current time as a percentage of the total time. + */ + sineIn(t: number): number; + /** + !#en Easing in and out with sine formula. From fast to slow. + !#zh 正弦曲线缓出函数。运动由快到慢。 + @param t The current time as a percentage of the total time. + */ + sineOut(t: number): number; + /** + !#en Easing in and out with sine formula. From slow to fast, then back to slow. + !#zh 正弦曲线缓入缓出函数。运动由慢到快再到慢。 + @param t The current time as a percentage of the total time. + */ + sineInOut(t: number): number; + /** + !#en Easing in and out with exponential formula. From slow to fast. + !#zh 指数曲线缓入函数。运动由慢到快。 + @param t The current time as a percentage of the total time. + */ + expoIn(t: number): number; + /** + !#en Easing in and out with exponential formula. From fast to slow. + !#zh 指数曲线缓出函数。运动由快到慢。 + @param t The current time as a percentage of the total time. + */ + expoOut(t: number): number; + /** + !#en Easing in and out with exponential formula. From slow to fast. + !#zh 指数曲线缓入和缓出函数。运动由慢到很快再到慢。 + @param t The current time as a percentage of the total time, then back to slow. + */ + expoInOut(t: number): number; + /** + !#en Easing in and out with circular formula. From slow to fast. + !#zh 循环公式缓入函数。运动由慢到快。 + @param t The current time as a percentage of the total time. + */ + circIn(t: number): number; + /** + !#en Easing in and out with circular formula. From fast to slow. + !#zh 循环公式缓出函数。运动由快到慢。 + @param t The current time as a percentage of the total time. + */ + circOut(t: number): number; + /** + !#en Easing in and out with circular formula. From slow to fast. + !#zh 指数曲线缓入缓出函数。运动由慢到很快再到慢。 + @param t The current time as a percentage of the total time, then back to slow. + */ + circInOut(t: number): number; + /** + !#en Easing in action with a spring oscillating effect. + !#zh 弹簧回震效果的缓入函数。 + @param t The current time as a percentage of the total time. + */ + elasticIn(t: number): number; + /** + !#en Easing out action with a spring oscillating effect. + !#zh 弹簧回震效果的缓出函数。 + @param t The current time as a percentage of the total time. + */ + elasticOut(t: number): number; + /** + !#en Easing in and out action with a spring oscillating effect. + !#zh 弹簧回震效果的缓入缓出函数。 + @param t The current time as a percentage of the total time. + */ + elasticInOut(t: number): number; + /** + !#en Easing in action with "back up" behavior. + !#zh 回退效果的缓入函数。 + @param t The current time as a percentage of the total time. + */ + backIn(t: number): number; + /** + !#en Easing out action with "back up" behavior. + !#zh 回退效果的缓出函数。 + @param t The current time as a percentage of the total time. + */ + backOut(t: number): number; + /** + !#en Easing in and out action with "back up" behavior. + !#zh 回退效果的缓入缓出函数。 + @param t The current time as a percentage of the total time. + */ + backInOut(t: number): number; + /** + !#en Easing in action with bouncing effect. + !#zh 弹跳效果的缓入函数。 + @param t The current time as a percentage of the total time. + */ + bounceIn(t: number): number; + /** + !#en Easing out action with bouncing effect. + !#zh 弹跳效果的缓出函数。 + @param t The current time as a percentage of the total time. + */ + bounceOut(t: number): number; + /** + !#en Easing in and out action with bouncing effect. + !#zh 弹跳效果的缓入缓出函数。 + @param t The current time as a percentage of the total time. + */ + bounceInOut(t: number): number; + /** + !#en Target will run action with smooth effect. + !#zh 平滑效果函数。 + @param t The current time as a percentage of the total time. + */ + smooth(t: number): number; + /** + !#en Target will run action with fade effect. + !#zh 渐褪效果函数。 + @param t The current time as a percentage of the total time. + */ + fade(t: number): number; + } + /** !#en Specifies how time is treated when it is outside of the keyframe range of an Animation. + !#zh 动画使用的循环模式。 */ + export enum WrapMode { + Default = 0, + Normal = 0, + Reverse = 0, + Loop = 0, + LoopReverse = 0, + PingPong = 0, + PingPongReverse = 0, + } + /** undefined */ + export class Playable { + /** !#en Is playing or paused in play mode? + !#zh 当前是否正在播放。 */ + isPlaying: boolean; + /** !#en Is currently paused? This can be true even if in edit mode(isPlaying == false). + !#zh 当前是否正在暂停 */ + isPaused: boolean; + /** + !#en Play this animation. + !#zh 播放动画。 + */ + play(): void; + /** + !#en Stop this animation. + !#zh 停止动画播放。 + */ + stop(): void; + /** + !#en Pause this animation. + !#zh 暂停动画。 + */ + pause(): void; + /** + !#en Resume this animation. + !#zh 重新播放动画。 + */ + resume(): void; + /** + !#en Perform a single frame step. + !#zh 执行一帧动画。 + */ + step(): void; + } + /** !#en An object to boot the game. + !#zh 包含游戏主体信息并负责驱动游戏的游戏对象。 */ + export class debug { + /** + !#en Gets error message with the error id and possible parameters. + !#zh 通过 error id 和必要的参数来获取错误信息。 + @param errorId errorId + @param param param + */ + static getError(errorId: number, param?: any): string; + /** + !#en Returns whether or not to display the FPS informations. + !#zh 是否显示 FPS 信息。 + */ + static isDisplayStats(): boolean; + /** + !#en Sets whether display the FPS on the bottom-left corner. + !#zh 设置是否在左下角显示 FPS。 + @param displayStats displayStats + */ + static setDisplayStats(displayStats: boolean): void; + } + /** !#en +

+ ATTENTION: USE cc.director INSTEAD OF cc.Director.
+ cc.director is a singleton object which manage your game's logic flow.
+ Since the cc.director is a singleton, you don't need to call any constructor or create functions,
+ the standard way to use it is by calling:
+ - cc.director.methodName();
+ + It creates and handle the main Window and manages how and when to execute the Scenes.
+
+ The cc.director is also responsible for:
+ - initializing the OpenGL context
+ - setting the OpenGL pixel format (default on is RGB565)
+ - setting the OpenGL buffer depth (default on is 0-bit)
+ - setting the color for clear screen (default one is BLACK)
+ - setting the projection (default one is 3D)
+ - setting the orientation (default one is Portrait)
+
+
+ The cc.director also sets the default OpenGL context:
+ - GL_TEXTURE_2D is enabled
+ - GL_VERTEX_ARRAY is enabled
+ - GL_COLOR_ARRAY is enabled
+ - GL_TEXTURE_COORD_ARRAY is enabled
+

+

+ cc.director also synchronizes timers with the refresh rate of the display.
+ Features and Limitations:
+ - Scheduled timers & drawing are synchronizes with the refresh rate of the display
+ - Only supports animation intervals of 1/60 1/30 & 1/15
+

+ + !#zh +

+ 注意:用 cc.director 代替 cc.Director。
+ cc.director 一个管理你的游戏的逻辑流程的单例对象。
+ 由于 cc.director 是一个单例,你不需要调用任何构造函数或创建函数,
+ 使用它的标准方法是通过调用:
+ - cc.director.methodName(); +
+ 它创建和处理主窗口并且管理什么时候执行场景。
+
+ cc.director 还负责:
+ - 初始化 OpenGL 环境。
+ - 设置OpenGL像素格式。(默认是 RGB565)
+ - 设置OpenGL缓冲区深度 (默认是 0-bit)
+ - 设置空白场景的颜色 (默认是 黑色)
+ - 设置投影 (默认是 3D)
+ - 设置方向 (默认是 Portrait)
+
+ cc.director 设置了 OpenGL 默认环境
+ - GL_TEXTURE_2D 启用。
+ - GL_VERTEX_ARRAY 启用。
+ - GL_COLOR_ARRAY 启用。
+ - GL_TEXTURE_COORD_ARRAY 启用。
+

+

+ cc.director 也同步定时器与显示器的刷新速率。 +
+ 特点和局限性:
+ - 将计时器 & 渲染与显示器的刷新频率同步。
+ - 只支持动画的间隔 1/60 1/30 & 1/15。
+

*/ + export class Director extends EventTarget { + /** + !#en + Converts a view coordinate to an WebGL coordinate
+ Useful to convert (multi) touches coordinates to the current layout (portrait or landscape)
+ Implementation can be found in CCDirectorWebGL. + !#zh 将触摸点的屏幕坐标转换为 WebGL View 下的坐标。 + @param uiPoint uiPoint + */ + convertToGL(uiPoint: Vec2): Vec2; + /** + !#en + Converts an OpenGL coordinate to a view coordinate
+ Useful to convert node points to window points for calls such as glScissor
+ Implementation can be found in CCDirectorWebGL. + !#zh 将触摸点的 WebGL View 坐标转换为屏幕坐标。 + @param glPoint glPoint + */ + convertToUI(glPoint: Vec2): Vec2; + /** + End the life of director in the next frame + */ + end(): void; + /** + !#en + Returns the size of the WebGL view in points.
+ It takes into account any possible rotation (device orientation) of the window. + !#zh 获取视图的大小,以点为单位。 + */ + getWinSize(): Size; + /** + !#en + Returns the size of the OpenGL view in pixels.
+ It takes into account any possible rotation (device orientation) of the window.
+ On Mac winSize and winSizeInPixels return the same value. + (The pixel here refers to the resource resolution. If you want to get the physics resolution of device, you need to use cc.view.getFrameSize()) + !#zh + 获取视图大小,以像素为单位(这里的像素指的是资源分辨率。 + 如果要获取屏幕物理分辨率,需要用 cc.view.getFrameSize()) + */ + getWinSizeInPixels(): Size; + /** + !#en Pause the director's ticker, only involve the game logic execution. + It won't pause the rendering process nor the event manager. + If you want to pause the entier game including rendering, audio and event, + please use {{#crossLink "Game.pause"}}cc.game.pause{{/crossLink}} + !#zh 暂停正在运行的场景,该暂停只会停止游戏逻辑执行,但是不会停止渲染和 UI 响应。 + 如果想要更彻底得暂停游戏,包含渲染,音频和事件,请使用 {{#crossLink "Game.pause"}}cc.game.pause{{/crossLink}}。 + */ + pause(): void; + /** + !#en + Run a scene. Replaces the running scene with a new one or enter the first scene.
+ The new scene will be launched immediately. + !#zh 立刻切换指定场景。 + @param scene The need run scene. + @param onBeforeLoadScene The function invoked at the scene before loading. + @param onLaunched The function invoked at the scene after launch. + */ + runSceneImmediate(scene: Scene|SceneAsset, onBeforeLoadScene?: Function, onLaunched?: Function): void; + /** + !#en + Run a scene. Replaces the running scene with a new one or enter the first scene. + The new scene will be launched at the end of the current frame. + !#zh 运行指定场景。 + @param scene The need run scene. + @param onBeforeLoadScene The function invoked at the scene before loading. + @param onLaunched The function invoked at the scene after launch. + */ + runScene(scene: Scene|SceneAsset, onBeforeLoadScene?: Function, onLaunched?: Function): void; + /** + !#en Loads the scene by its name. + !#zh 通过场景名称进行加载场景。 + @param sceneName The name of the scene to load. + @param onLaunched callback, will be called after scene launched. + */ + loadScene(sceneName: string, onLaunched?: Function): boolean; + /** + !#en + Preloads the scene to reduces loading time. You can call this method at any time you want. + After calling this method, you still need to launch the scene by `cc.director.loadScene`. + It will be totally fine to call `cc.director.loadScene` at any time even if the preloading is not + yet finished, the scene will be launched after loaded automatically. + !#zh 预加载场景,你可以在任何时候调用这个方法。 + 调用完后,你仍然需要通过 `cc.director.loadScene` 来启动场景,因为这个方法不会执行场景加载操作。 + 就算预加载还没完成,你也可以直接调用 `cc.director.loadScene`,加载完成后场景就会启动。 + @param sceneName The name of the scene to preload. + @param onProgress callback, will be called when the load progression change. + @param onLoaded callback, will be called after scene loaded. + */ + preloadScene(sceneName: string, onProgress?: (completedCount: number, totalCount: number, item: any) => void, onLoaded?: (error: Error) => void): void; + /** + !#en Resume game logic execution after pause, if the current scene is not paused, nothing will happen. + !#zh 恢复暂停场景的游戏逻辑,如果当前场景没有暂停将没任何事情发生。 + */ + resume(): void; + /** + !#en + Enables or disables WebGL depth test.
+ Implementation can be found in CCDirectorCanvas.js/CCDirectorWebGL.js + !#zh 启用/禁用深度测试(在 Canvas 渲染模式下不会生效)。 + @param on on + */ + setDepthTest(on: boolean): void; + /** + !#en + Set color for clear screen.
+ (Implementation can be found in CCDirectorCanvas.js/CCDirectorWebGL.js) + !#zh + 设置场景的默认擦除颜色。
+ 支持全透明,但不支持透明度为中间值。要支持全透明需手工开启 cc.macro.ENABLE_TRANSPARENT_CANVAS。 + @param clearColor clearColor + */ + setClearColor(clearColor: Color): void; + /** + !#en Returns current logic Scene. + !#zh 获取当前逻辑场景。 + + @example + ```js + // This will help you to get the Canvas node in scene + cc.director.getScene().getChildByName('Canvas'); + ``` + */ + getScene(): Scene; + /** + !#en Returns the FPS value. Please use {{#crossLink "Game.setFrameRate"}}cc.game.setFrameRate{{/crossLink}} to control animation interval. + !#zh 获取单位帧执行时间。请使用 {{#crossLink "Game.setFrameRate"}}cc.game.setFrameRate{{/crossLink}} 来控制游戏帧率。 + */ + getAnimationInterval(): number; + /** + Sets animation interval, this doesn't control the main loop. + To control the game's frame rate overall, please use {{#crossLink "Game.setFrameRate"}}cc.game.setFrameRate{{/crossLink}} + @param value The animation interval desired. + */ + setAnimationInterval(value: number): void; + /** + !#en Returns the delta time since last frame. + !#zh 获取上一帧的增量时间。 + */ + getDeltaTime(): number; + /** + !#en Returns the total passed time since game start, unit: ms + !#zh 获取从游戏开始到现在总共经过的时间,单位为 ms + */ + getTotalTime(): number; + /** + !#en Returns how many frames were called since the director started. + !#zh 获取 director 启动以来游戏运行的总帧数。 + */ + getTotalFrames(): number; + /** + !#en Returns whether or not the Director is paused. + !#zh 是否处于暂停状态。 + */ + isPaused(): boolean; + /** + !#en Returns the cc.Scheduler associated with this director. + !#zh 获取和 director 相关联的 cc.Scheduler。 + */ + getScheduler(): Scheduler; + /** + !#en Sets the cc.Scheduler associated with this director. + !#zh 设置和 director 相关联的 cc.Scheduler。 + @param scheduler scheduler + */ + setScheduler(scheduler: Scheduler): void; + /** + !#en Returns the cc.ActionManager associated with this director. + !#zh 获取和 director 相关联的 cc.ActionManager(动作管理器)。 + */ + getActionManager(): ActionManager; + /** + !#en Sets the cc.ActionManager associated with this director. + !#zh 设置和 director 相关联的 cc.ActionManager(动作管理器)。 + @param actionManager actionManager + */ + setActionManager(actionManager: ActionManager): void; + /** + !#en Returns the cc.CollisionManager associated with this director. + !#zh 获取和 director 相关联的 cc.CollisionManager (碰撞管理器)。 + */ + getCollisionManager(): CollisionManager; + /** + !#en Returns the cc.PhysicsManager associated with this director. + !#zh 返回与 director 相关联的 cc.PhysicsManager (物理管理器)。 + */ + getPhysicsManager(): PhysicsManager; + /** + !#en Returns the cc.Physics3DManager associated with this director. + !#zh 返回与 director 相关联的 cc.Physics3DManager (物理管理器)。 + */ + getPhysics3DManager(): Physics3DManager; + /** !#en The event projection changed of cc.Director. This event will not get triggered since v2.0 + !#zh cc.Director 投影变化的事件。从 v2.0 开始这个事件不会再被触发 */ + static EVENT_PROJECTION_CHANGED: string; + /** !#en The event which will be triggered before loading a new scene. + !#zh 加载新场景之前所触发的事件。 */ + static EVENT_BEFORE_SCENE_LOADING: string; + /** !#en The event which will be triggered before launching a new scene. + !#zh 运行新场景之前所触发的事件。 */ + static EVENT_BEFORE_SCENE_LAUNCH: string; + /** !#en The event which will be triggered after launching a new scene. + !#zh 运行新场景之后所触发的事件。 */ + static EVENT_AFTER_SCENE_LAUNCH: string; + /** !#en The event which will be triggered at the beginning of every frame. + !#zh 每个帧的开始时所触发的事件。 */ + static EVENT_BEFORE_UPDATE: string; + /** !#en The event which will be triggered after engine and components update logic. + !#zh 将在引擎和组件 “update” 逻辑之后所触发的事件。 */ + static EVENT_AFTER_UPDATE: string; + /** !#en The event is deprecated since v2.0, please use cc.Director.EVENT_BEFORE_DRAW instead + !#zh 这个事件从 v2.0 开始被废弃,请直接使用 cc.Director.EVENT_BEFORE_DRAW */ + static EVENT_BEFORE_VISIT: string; + /** !#en The event is deprecated since v2.0, please use cc.Director.EVENT_BEFORE_DRAW instead + !#zh 这个事件从 v2.0 开始被废弃,请直接使用 cc.Director.EVENT_BEFORE_DRAW */ + static EVENT_AFTER_VISIT: string; + /** !#en The event which will be triggered before the rendering process. + !#zh 渲染过程之前所触发的事件。 */ + static EVENT_BEFORE_DRAW: string; + /** !#en The event which will be triggered after the rendering process. + !#zh 渲染过程之后所触发的事件。 */ + static EVENT_AFTER_DRAW: string; + /** Constant for 2D projection (orthogonal projection) */ + static PROJECTION_2D: number; + /** Constant for 3D projection with a fovy=60, znear=0.5f and zfar=1500. */ + static PROJECTION_3D: number; + /** Constant for custom projection, if cc.Director's projection set to it, it calls "updateProjection" on the projection delegate. */ + static PROJECTION_CUSTOM: number; + /** Constant for default projection of cc.Director, default projection is 2D projection */ + static PROJECTION_DEFAULT: number; + } + /** !#en An object to boot the game. + !#zh 包含游戏主体信息并负责驱动游戏的游戏对象。 */ + export class Game extends EventTarget { + /** !#en Event triggered when game hide to background. + Please note that this event is not 100% guaranteed to be fired on Web platform, + on native platforms, it corresponds to enter background event, os status bar or notification center may not trigger this event. + !#zh 游戏进入后台时触发的事件。 + 请注意,在 WEB 平台,这个事件不一定会 100% 触发,这完全取决于浏览器的回调行为。 + 在原生平台,它对应的是应用被切换到后台事件,下拉菜单和上拉状态栏等不一定会触发这个事件,这取决于系统行为。 */ + EVENT_HIDE: string; + /** !#en Event triggered when game back to foreground + Please note that this event is not 100% guaranteed to be fired on Web platform, + on native platforms, it corresponds to enter foreground event. + !#zh 游戏进入前台运行时触发的事件。 + 请注意,在 WEB 平台,这个事件不一定会 100% 触发,这完全取决于浏览器的回调行为。 + 在原生平台,它对应的是应用被切换到前台事件。 */ + EVENT_SHOW: string; + /** !#en Event triggered when game restart + !#zh 调用restart后,触发事件。 */ + EVENT_RESTART: string; + /** Event triggered after game inited, at this point all engine objects and game scripts are loaded */ + EVENT_GAME_INITED: string; + /** Event triggered after engine inited, at this point you will be able to use all engine classes. + It was defined as EVENT_RENDERER_INITED in cocos creator v1.x and renamed in v2.0 */ + EVENT_ENGINE_INITED: string; + /** Web Canvas 2d API as renderer backend */ + RENDER_TYPE_CANVAS: number; + /** WebGL API as renderer backend */ + RENDER_TYPE_WEBGL: number; + /** OpenGL API as renderer backend */ + RENDER_TYPE_OPENGL: number; + /** !#en The outer frame of the game canvas, parent of game container. + !#zh 游戏画布的外框,container 的父容器。 */ + frame: any; + /** !#en The container of game canvas. + !#zh 游戏画布的容器。 */ + container: HTMLDivElement; + /** !#en The canvas of the game. + !#zh 游戏的画布。 */ + canvas: HTMLCanvasElement; + /** !#en The renderer backend of the game. + !#zh 游戏的渲染器类型。 */ + renderType: number; + /** !#en + The current game configuration, including:
+ 1. debugMode
+ "debugMode" possible values :
+ 0 - No message will be printed.
+ 1 - cc.error, cc.assert, cc.warn, cc.log will print in console.
+ 2 - cc.error, cc.assert, cc.warn will print in console.
+ 3 - cc.error, cc.assert will print in console.
+ 4 - cc.error, cc.assert, cc.warn, cc.log will print on canvas, available only on web.
+ 5 - cc.error, cc.assert, cc.warn will print on canvas, available only on web.
+ 6 - cc.error, cc.assert will print on canvas, available only on web.
+ 2. showFPS
+ Left bottom corner fps information will show when "showFPS" equals true, otherwise it will be hide.
+ 3. exposeClassName
+ Expose class name to chrome debug tools, the class intantiate performance is a little bit slower when exposed.
+ 4. frameRate
+ "frameRate" set the wanted frame rate for your game, but the real fps depends on your game implementation and the running environment.
+ 5. id
+ "gameCanvas" sets the id of your canvas element on the web page, it's useful only on web.
+ 6. renderMode
+ "renderMode" sets the renderer type, only useful on web :
+ 0 - Automatically chosen by engine
+ 1 - Forced to use canvas renderer
+ 2 - Forced to use WebGL renderer, but this will be ignored on mobile browsers
+
+ Please DO NOT modify this object directly, it won't have any effect.
+ !#zh + 当前的游戏配置,包括:
+ 1. debugMode(debug 模式,但是在浏览器中这个选项会被忽略)
+ "debugMode" 各种设置选项的意义。
+ 0 - 没有消息被打印出来。
+ 1 - cc.error,cc.assert,cc.warn,cc.log 将打印在 console 中。
+ 2 - cc.error,cc.assert,cc.warn 将打印在 console 中。
+ 3 - cc.error,cc.assert 将打印在 console 中。
+ 4 - cc.error,cc.assert,cc.warn,cc.log 将打印在 canvas 中(仅适用于 web 端)。
+ 5 - cc.error,cc.assert,cc.warn 将打印在 canvas 中(仅适用于 web 端)。
+ 6 - cc.error,cc.assert 将打印在 canvas 中(仅适用于 web 端)。
+ 2. showFPS(显示 FPS)
+ 当 showFPS 为 true 的时候界面的左下角将显示 fps 的信息,否则被隐藏。
+ 3. exposeClassName
+ 暴露类名让 Chrome DevTools 可以识别,如果开启会稍稍降低类的创建过程的性能,但对对象构造没有影响。
+ 4. frameRate (帧率)
+ “frameRate” 设置想要的帧率你的游戏,但真正的FPS取决于你的游戏实现和运行环境。
+ 5. id
+ "gameCanvas" Web 页面上的 Canvas Element ID,仅适用于 web 端。
+ 6. renderMode(渲染模式)
+ “renderMode” 设置渲染器类型,仅适用于 web 端:
+ 0 - 通过引擎自动选择。
+ 1 - 强制使用 canvas 渲染。 + 2 - 强制使用 WebGL 渲染,但是在部分 Android 浏览器中这个选项会被忽略。
+
+ 注意:请不要直接修改这个对象,它不会有任何效果。 */ + config: any; + /** + !#en Callback when the scripts of engine have been load. + !#zh 当引擎完成启动后的回调函数。 + */ + onStart(): void; + /** + !#en Set frame rate of game. + !#zh 设置游戏帧率。 + @param frameRate frameRate + */ + setFrameRate(frameRate: number): void; + /** + !#en Get frame rate set for the game, it doesn't represent the real frame rate. + !#zh 获取设置的游戏帧率(不等同于实际帧率)。 + */ + getFrameRate(): number; + /** + !#en Run the game frame by frame. + !#zh 执行一帧游戏循环。 + */ + step(): void; + /** + !#en Pause the game main loop. This will pause: + game logic execution, rendering process, event manager, background music and all audio effects. + This is different with cc.director.pause which only pause the game logic execution. + !#zh 暂停游戏主循环。包含:游戏逻辑,渲染,事件处理,背景音乐和所有音效。这点和只暂停游戏逻辑的 cc.director.pause 不同。 + */ + pause(): void; + /** + !#en Resume the game from pause. This will resume: + game logic execution, rendering process, event manager, background music and all audio effects. + !#zh 恢复游戏主循环。包含:游戏逻辑,渲染,事件处理,背景音乐和所有音效。 + */ + resume(): void; + /** + !#en Check whether the game is paused. + !#zh 判断游戏是否暂停。 + */ + isPaused(): boolean; + /** + !#en Restart game. + !#zh 重新开始游戏 + */ + restart(): void; + /** + !#en End game, it will close the game window + !#zh 退出游戏 + */ + end(): void; + /** + !#en + Register an callback of a specific event type on the game object. + This type of event should be triggered via `emit`. + !#zh + 注册 game 的特定事件类型回调。这种类型的事件应该被 `emit` 触发。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + */ + on(type: string, callback: T, target?: any, useCapture?: boolean): T; + /** + !#en + Register an callback of a specific event type on the game object, + the callback will remove itself after the first time it is triggered. + !#zh + 注册 game 的特定事件类型回调,回调会在第一时间被触发后删除自身。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + */ + once(type: string, callback: (arg1?: any, arg2?: any, arg3?: any, arg4?: any, arg5?: any) => void, target?: any): void; + /** + !#en Prepare game. + !#zh 准备引擎,请不要直接调用这个函数。 + @param cb cb + */ + prepare(cb: Function): void; + /** + !#en Run game with configuration object and onStart function. + !#zh 运行游戏,并且指定引擎配置和 onStart 的回调。 + @param config Pass configuration object or onStart function + @param onStart function to be executed after game initialized + */ + run(config: any, onStart: Function): void; + /** + !#en + Add a persistent root node to the game, the persistent node won't be destroyed during scene transition.
+ The target node must be placed in the root level of hierarchy, otherwise this API won't have any effect. + !#zh + 声明常驻根节点,该节点不会被在场景切换中被销毁。
+ 目标节点必须位于为层级的根节点,否则无效。 + @param node The node to be made persistent + */ + addPersistRootNode(node: Node): void; + /** + !#en Remove a persistent root node. + !#zh 取消常驻根节点。 + @param node The node to be removed from persistent node list + */ + removePersistRootNode(node: Node): void; + /** + !#en Check whether the node is a persistent root node. + !#zh 检查节点是否是常驻根节点。 + @param node The node to be checked + */ + isPersistRootNode(node: Node): boolean; + } + /** !#en + Class of all entities in Cocos Creator scenes.
+ For events supported by Node, please refer to {{#crossLink "Node.EventType"}}{{/crossLink}} + !#zh + Cocos Creator 场景中的所有节点类。
+ 支持的节点事件,请参阅 {{#crossLink "Node.EventType"}}{{/crossLink}}。 */ + export class Node extends _BaseNode { + /** !#en + Group index of node.
+ Which Group this node belongs to will resolve that this node's collision components can collide with which other collision componentns.
+ !#zh + 节点的分组索引。
+ 节点的分组将关系到节点的碰撞组件可以与哪些碰撞组件相碰撞。
*/ + groupIndex: number; + /** !#en + Group of node.
+ Which Group this node belongs to will resolve that this node's collision components can collide with which other collision componentns.
+ !#zh + 节点的分组。
+ 节点的分组将关系到节点的碰撞组件可以与哪些碰撞组件相碰撞。
*/ + group: string; + /** !#en The position (x, y) of the node in its parent's coordinates. + !#zh 节点在父节点坐标系中的位置(x, y)。 */ + position: Vec3; + /** !#en x axis position of node. + !#zh 节点 X 轴坐标。 */ + x: number; + /** !#en y axis position of node. + !#zh 节点 Y 轴坐标。 */ + y: number; + /** !#en z axis position of node. + !#zh 节点 Z 轴坐标。 */ + z: number; + /** !#en Rotation of node. + !#zh 该节点旋转角度。 */ + rotation: number; + /** !#en + Angle of node, the positive value is anti-clockwise direction. + !#zh + 该节点的旋转角度,正值为逆时针方向。 */ + angle: number; + /** !#en The rotation as Euler angles in degrees, used in 3D node. + !#zh 该节点的欧拉角度,用于 3D 节点。 */ + eulerAngles: Vec3; + /** !#en Rotation on x axis. + !#zh 该节点 X 轴旋转角度。 */ + rotationX: number; + /** !#en Rotation on y axis. + !#zh 该节点 Y 轴旋转角度。 */ + rotationY: number; + /** !#en The local scale relative to the parent. + !#zh 节点相对父节点的缩放。 */ + scale: number; + /** !#en Scale on x axis. + !#zh 节点 X 轴缩放。 */ + scaleX: number; + /** !#en Scale on y axis. + !#zh 节点 Y 轴缩放。 */ + scaleY: number; + /** !#en Scale on z axis. + !#zh 节点 Z 轴缩放。 */ + scaleZ: number; + /** !#en Skew x + !#zh 该节点 X 轴倾斜角度。 */ + skewX: number; + /** !#en Skew y + !#zh 该节点 Y 轴倾斜角度。 */ + skewY: number; + /** !#en Opacity of node, default value is 255. + !#zh 节点透明度,默认值为 255。 */ + opacity: number; + /** !#en Color of node, default value is white: (255, 255, 255). + !#zh 节点颜色。默认为白色,数值为:(255,255,255)。 */ + color: Color; + /** !#en Anchor point's position on x axis. + !#zh 节点 X 轴锚点位置。 */ + anchorX: number; + /** !#en Anchor point's position on y axis. + !#zh 节点 Y 轴锚点位置。 */ + anchorY: number; + /** !#en Width of node. + !#zh 节点宽度。 */ + width: number; + /** !#en Height of node. + !#zh 节点高度。 */ + height: number; + /** !#en zIndex is the 'key' used to sort the node relative to its siblings.
+ The value of zIndex should be in the range between cc.macro.MIN_ZINDEX and cc.macro.MAX_ZINDEX.
+ The Node's parent will sort all its children based on the zIndex value and the arrival order.
+ Nodes with greater zIndex will be sorted after nodes with smaller zIndex.
+ If two nodes have the same zIndex, then the node that was added first to the children's array will be in front of the other node in the array.
+ Node's order in children list will affect its rendering order. Parent is always rendering before all children. + !#zh zIndex 是用来对节点进行排序的关键属性,它决定一个节点在兄弟节点之间的位置。
+ zIndex 的取值应该介于 cc.macro.MIN_ZINDEX 和 cc.macro.MAX_ZINDEX 之间 + 父节点主要根据节点的 zIndex 和添加次序来排序,拥有更高 zIndex 的节点将被排在后面,如果两个节点的 zIndex 一致,先添加的节点会稳定排在另一个节点之前。
+ 节点在 children 中的顺序决定了其渲染顺序。父节点永远在所有子节点之前被渲染 */ + zIndex: number; + /** !#en + Switch 2D/3D node. The 2D nodes will run faster. + !#zh + 切换 2D/3D 节点,2D 节点会有更高的运行效率 */ + is3DNode: boolean; + /** !#en Returns a normalized vector representing the up direction (Y axis) of the node in world space. + !#zh 获取节点正上方(y 轴)面对的方向,返回值为世界坐标系下的归一化向量 */ + up: Vec3; + /** !#en Returns a normalized vector representing the right direction (X axis) of the node in world space. + !#zh 获取节点正右方(x 轴)面对的方向,返回值为世界坐标系下的归一化向量 */ + right: Vec3; + /** !#en Returns a normalized vector representing the forward direction (Z axis) of the node in world space. + !#zh 获取节点正前方(z 轴)面对的方向,返回值为世界坐标系下的归一化向量 */ + forward: Vec3; + /** + + @param name name + */ + constructor(name?: string); + /** + !#en + Register a callback of a specific event type on Node.
+ Use this method to register touch or mouse event permit propagation based on scene graph,
+ These kinds of event are triggered with dispatchEvent, the dispatch process has three steps:
+ 1. Capturing phase: dispatch in capture targets (`_getCapturingTargets`), e.g. parents in node tree, from root to the real target
+ 2. At target phase: dispatch to the listeners of the real target
+ 3. Bubbling phase: dispatch in bubble targets (`_getBubblingTargets`), e.g. parents in node tree, from the real target to root
+ In any moment of the dispatching process, it can be stopped via `event.stopPropagation()` or `event.stopPropagationImmidiate()`.
+ It's the recommended way to register touch/mouse event for Node,
+ please do not use cc.eventManager directly for Node.
+ You can also register custom event and use `emit` to trigger custom event on Node.
+ For such events, there won't be capturing and bubbling phase, your event will be dispatched directly to its listeners registered on the same node.
+ You can also pass event callback parameters with `emit` by passing parameters after `type`. + !#zh + 在节点上注册指定类型的回调函数,也可以设置 target 用于绑定响应函数的 this 对象。
+ 鼠标或触摸事件会被系统调用 dispatchEvent 方法触发,触发的过程包含三个阶段:
+ 1. 捕获阶段:派发事件给捕获目标(通过 `_getCapturingTargets` 获取),比如,节点树中注册了捕获阶段的父节点,从根节点开始派发直到目标节点。
+ 2. 目标阶段:派发给目标节点的监听器。
+ 3. 冒泡阶段:派发事件给冒泡目标(通过 `_getBubblingTargets` 获取),比如,节点树中注册了冒泡阶段的父节点,从目标节点开始派发直到根节点。
+ 同时您可以将事件派发到父节点或者通过调用 stopPropagation 拦截它。
+ 推荐使用这种方式来监听节点上的触摸或鼠标事件,请不要在节点上直接使用 cc.eventManager。
+ 你也可以注册自定义事件到节点上,并通过 emit 方法触发此类事件,对于这类事件,不会发生捕获冒泡阶段,只会直接派发给注册在该节点上的监听器
+ 你可以通过在 emit 方法调用时在 type 之后传递额外的参数作为事件回调的参数列表 + @param type A string representing the event type to listen for.
See {{#crossLink "Node/EventTyupe/POSITION_CHANGED"}}Node Events{{/crossLink}} for all builtin events. + @param callback The callback that will be invoked when the event is dispatched. The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + @param useCapture When set to true, the listener will be triggered at capturing phase which is ahead of the final target emit, otherwise it will be triggered during bubbling phase. + + @example + ```js + this.node.on(cc.Node.EventType.TOUCH_START, this.memberFunction, this); // if "this" is component and the "memberFunction" declared in CCClass. + node.on(cc.Node.EventType.TOUCH_START, callback, this); + node.on(cc.Node.EventType.TOUCH_MOVE, callback, this); + node.on(cc.Node.EventType.TOUCH_END, callback, this); + node.on(cc.Node.EventType.TOUCH_CANCEL, callback, this); + node.on(cc.Node.EventType.ANCHOR_CHANGED, callback); + node.on(cc.Node.EventType.COLOR_CHANGED, callback); + ``` + */ + on(type: string, callback: T, target?: any, useCapture?: boolean): T; + /** + !#en + Register an callback of a specific event type on the Node, + the callback will remove itself after the first time it is triggered. + !#zh + 注册节点的特定事件类型回调,回调会在第一时间被触发后删除自身。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + node.once(cc.Node.EventType.ANCHOR_CHANGED, callback); + ``` + */ + once(type: string, callback: T, target?: any, useCapture?: boolean): T; + /** + !#en + Removes the callback previously registered with the same type, callback, target and or useCapture. + This method is merely an alias to removeEventListener. + !#zh 删除之前与同类型,回调,目标或 useCapture 注册的回调。 + @param type A string representing the event type being removed. + @param callback The callback to remove. + @param target The target (this object) to invoke the callback, if it's not given, only callback without target will be removed + @param useCapture When set to true, the listener will be triggered at capturing phase which is ahead of the final target emit, otherwise it will be triggered during bubbling phase. + + @example + ```js + this.node.off(cc.Node.EventType.TOUCH_START, this.memberFunction, this); + node.off(cc.Node.EventType.TOUCH_START, callback, this.node); + node.off(cc.Node.EventType.ANCHOR_CHANGED, callback, this); + ``` + */ + off(type: string, callback?: Function, target?: any, useCapture?: boolean): void; + /** + !#en Removes all callbacks previously registered with the same target. + !#zh 移除目标上的所有注册事件。 + @param target The target to be searched for all related callbacks + + @example + ```js + node.targetOff(target); + ``` + */ + targetOff(target: any): void; + /** + !#en Checks whether the EventTarget object has any callback registered for a specific type of event. + !#zh 检查事件目标对象是否有为特定类型的事件注册的回调。 + @param type The type of event. + */ + hasEventListener(type: string): boolean; + /** + !#en + Trigger an event directly with the event name and necessary arguments. + !#zh + 通过事件名发送自定义事件 + @param type event type + @param arg1 First argument in callback + @param arg2 Second argument in callback + @param arg3 Third argument in callback + @param arg4 Fourth argument in callback + @param arg5 Fifth argument in callback + + @example + ```js + eventTarget.emit('fire', event); + eventTarget.emit('fire', message, emitter); + ``` + */ + emit(type: string, arg1?: any, arg2?: any, arg3?: any, arg4?: any, arg5?: any): void; + /** + !#en + Dispatches an event into the event flow. + The event target is the EventTarget object upon which the dispatchEvent() method is called. + !#zh 分发事件到事件流中。 + @param event The Event object that is dispatched into the event flow + */ + dispatchEvent(event: Event): void; + /** + !#en Pause node related system events registered with the current Node. Node system events includes touch and mouse events. + If recursive is set to true, then this API will pause the node system events for the node and all nodes in its sub node tree. + Reference: http://docs.cocos2d-x.org/editors_and_tools/creator-chapters/scripting/internal-events/ + !#zh 暂停当前节点上注册的所有节点系统事件,节点系统事件包含触摸和鼠标事件。 + 如果传递 recursive 为 true,那么这个 API 将暂停本节点和它的子树上所有节点的节点系统事件。 + 参考:https://www.cocos.com/docs/creator/scripting/internal-events.html + @param recursive Whether to pause node system events on the sub node tree. + + @example + ```js + node.pauseSystemEvents(true); + ``` + */ + pauseSystemEvents(recursive: boolean): void; + /** + !#en Resume node related system events registered with the current Node. Node system events includes touch and mouse events. + If recursive is set to true, then this API will resume the node system events for the node and all nodes in its sub node tree. + Reference: http://docs.cocos2d-x.org/editors_and_tools/creator-chapters/scripting/internal-events/ + !#zh 恢复当前节点上注册的所有节点系统事件,节点系统事件包含触摸和鼠标事件。 + 如果传递 recursive 为 true,那么这个 API 将恢复本节点和它的子树上所有节点的节点系统事件。 + 参考:https://www.cocos.com/docs/creator/scripting/internal-events.html + @param recursive Whether to resume node system events on the sub node tree. + + @example + ```js + node.resumeSystemEvents(true); + ``` + */ + resumeSystemEvents(recursive: boolean): void; + /** + !#en + Executes an action, and returns the action that is executed.
+ The node becomes the action's target. Refer to cc.Action's getTarget()
+ Calling runAction while the node is not active won't have any effect.
+ Note:You shouldn't modify the action after runAction, that won't take any effect.
+ if you want to modify, when you define action plus. + !#zh + 执行并返回该执行的动作。该节点将会变成动作的目标。
+ 调用 runAction 时,节点自身处于不激活状态将不会有任何效果。
+ 注意:你不应该修改 runAction 后的动作,将无法发挥作用,如果想进行修改,请在定义 action 时加入。 + @param action action + + @example + ```js + var action = cc.scaleTo(0.2, 1, 0.6); + node.runAction(action); + node.runAction(action).repeatForever(); // fail + node.runAction(action.repeatForever()); // right + ``` + */ + runAction(action: Action): Action; + /** + !#en Pause all actions running on the current node. Equals to `cc.director.getActionManager().pauseTarget(node)`. + !#zh 暂停本节点上所有正在运行的动作。和 `cc.director.getActionManager().pauseTarget(node);` 等价。 + + @example + ```js + node.pauseAllActions(); + ``` + */ + pauseAllActions(): void; + /** + !#en Resume all paused actions on the current node. Equals to `cc.director.getActionManager().resumeTarget(node)`. + !#zh 恢复运行本节点上所有暂停的动作。和 `cc.director.getActionManager().resumeTarget(node);` 等价。 + + @example + ```js + node.resumeAllActions(); + ``` + */ + resumeAllActions(): void; + /** + !#en Stops and removes all actions from the running action list . + !#zh 停止并且移除所有正在运行的动作列表。 + + @example + ```js + node.stopAllActions(); + ``` + */ + stopAllActions(): void; + /** + !#en Stops and removes an action from the running action list. + !#zh 停止并移除指定的动作。 + @param action An action object to be removed. + + @example + ```js + var action = cc.scaleTo(0.2, 1, 0.6); + node.stopAction(action); + ``` + */ + stopAction(action: Action): void; + /** + !#en Removes an action from the running action list by its tag. + !#zh 停止并且移除指定标签的动作。 + @param tag A tag that indicates the action to be removed. + + @example + ```js + node.stopActionByTag(1); + ``` + */ + stopActionByTag(tag: number): void; + /** + !#en Returns an action from the running action list by its tag. + !#zh 通过标签获取指定动作。 + @param tag tag + + @example + ```js + var action = node.getActionByTag(1); + ``` + */ + getActionByTag(tag: number): Action; + /** + !#en + Returns the numbers of actions that are running plus the ones that are schedule to run (actions in actionsToAdd and actions arrays).
+ Composable actions are counted as 1 action. Example:
+ If you are running 1 Sequence of 7 actions, it will return 1.
+ If you are running 7 Sequences of 2 actions, it will return 7.

+ !#zh + 获取运行着的动作加上正在调度运行的动作的总数。
+ 例如:
+ - 如果你正在运行 7 个动作中的 1 个 Sequence,它将返回 1。
+ - 如果你正在运行 2 个动作中的 7 个 Sequence,它将返回 7。
+ + @example + ```js + var count = node.getNumberOfRunningActions(); + cc.log("Running Action Count: " + count); + ``` + */ + getNumberOfRunningActions(): number; + /** + !#en + Returns a copy of the position (x, y, z) of the node in its parent's coordinates. + You can pass a cc.Vec2 or cc.Vec3 as the argument to receive the return values. + !#zh + 获取节点在父节点坐标系中的位置(x, y, z)。 + 你可以传一个 cc.Vec2 或者 cc.Vec3 作为参数来接收返回值。 + @param out The return value to receive position + + @example + ```js + cc.log("Node Position: " + node.getPosition()); + ``` + */ + getPosition(out?: Vec2|Vec3): Vec2; + /** + !#en + Sets the position (x, y, z) of the node in its parent's coordinates.
+ Usually we use cc.v2(x, y) to compose cc.Vec2 object, in this case, position.z will become 0.
+ and passing two numbers (x, y) is more efficient than passing cc.Vec2 object, in this case, position.z will remain unchanged. + For 3D node we can use cc.v3(x, y, z) to compose cc.Vec3 object,
+ and passing three numbers (x, y, z) is more efficient than passing cc.Vec3 object. + !#zh + 设置节点在父节点坐标系中的位置。
+ 可以通过下面的方式设置坐标点:
+ 1. 传入 2 个数值 x, y (此时不会改变 position.z 的值)。
+ 2. 传入 cc.v2(x, y) 类型为 cc.Vec2 的对象 (此时 position.z 的值将被设置为0)。 + 3. 对于 3D 节点可以传入 3 个数值 x, y, z。
+ 4. 对于 3D 节点可以传入 cc.v3(x, y, z) 类型为 cc.Vec3 的对象。 + @param x X coordinate for position or the position object + @param y Y coordinate for position + @param z Z coordinate for position + */ + setPosition(x: Vec2|Vec3|number, y?: number, z?: number): void; + /** + !#en + Returns the scale factor of the node. + Need pass a cc.Vec2 or cc.Vec3 as the argument to receive the return values. + !#zh 获取节点的缩放,需要传一个 cc.Vec2 或者 cc.Vec3 作为参数来接收返回值。 + @param out out + + @example + ```js + cc.log("Node Scale: " + node.getScale(cc.v3())); + ``` + */ + getScale(out: Vec2|Vec3): Vec2; + /** + !#en + Sets the scale of axis in local coordinates of the node. + You can operate 2 axis in 2D node, and 3 axis in 3D node. + When only (x, y) is passed, the value of scale.z will not be changed. + When a Vec2 is passed in, the value of scale.z will be set to 0. + !#zh + 设置节点在本地坐标系中坐标轴上的缩放比例。 + 2D 节点可以操作两个坐标轴,而 3D 节点可以操作三个坐标轴。 + 当只传入 (x, y) 时,scale.z 的值不会被改变。 + 当只传入 Vec2 对象时,scale.z 的值将被设置为0。 + @param x scaleX or scale object + @param y y + @param z z + + @example + ```js + node.setScale(cc.v2(2, 2)); // Notice: scaleZ will be 0 + node.setScale(cc.v3(2, 2, 2)); // for 3D node + node.setScale(2); + ``` + */ + setScale(x: number|Vec2|Vec3, y?: number, z?: number): void; + /** + !#en + Get rotation of node (in quaternion). + Need pass a cc.Quat as the argument to receive the return values. + !#zh + 获取该节点的 quaternion 旋转角度,需要传一个 cc.Quat 作为参数来接收返回值。 + @param out out + */ + getRotation(out: Quat): Quat; + /** + !#en Set rotation of node (in quaternion). + !#zh 设置该节点的 quaternion 旋转角度。 + @param quat Quaternion object represents the rotation or the x value of quaternion + @param y y value of quternion + @param z z value of quternion + @param w w value of quternion + */ + setRotation(quat: Quat|number, y?: number, z?: number, w?: number): void; + /** + !#en + Returns a copy the untransformed size of the node.
+ The contentSize remains the same no matter the node is scaled or rotated.
+ All nodes has a size. Layer and Scene has the same size of the screen by default.
+ !#zh 获取节点自身大小,不受该节点是否被缩放或者旋转的影响。 + + @example + ```js + cc.log("Content Size: " + node.getContentSize()); + ``` + */ + getContentSize(): Size; + /** + !#en + Sets the untransformed size of the node.
+ The contentSize remains the same no matter the node is scaled or rotated.
+ All nodes has a size. Layer and Scene has the same size of the screen. + !#zh 设置节点原始大小,不受该节点是否被缩放或者旋转的影响。 + @param size The untransformed size of the node or The untransformed size's width of the node. + @param height The untransformed size's height of the node. + + @example + ```js + node.setContentSize(cc.size(100, 100)); + node.setContentSize(100, 100); + ``` + */ + setContentSize(size: Size|number, height?: number): void; + /** + !#en + Returns a copy of the anchor point.
+ Anchor point is the point around which all transformations and positioning manipulations take place.
+ It's like a pin in the node where it is "attached" to its parent.
+ The anchorPoint is normalized, like a percentage. (0,0) means the bottom-left corner and (1,1) means the top-right corner.
+ But you can use values higher than (1,1) and lower than (0,0) too.
+ The default anchor point is (0.5,0.5), so it starts at the center of the node. + !#zh + 获取节点锚点,用百分比表示。
+ 锚点应用于所有变换和坐标点的操作,它就像在节点上连接其父节点的大头针。
+ 锚点是标准化的,就像百分比一样。(0,0) 表示左下角,(1,1) 表示右上角。
+ 但是你可以使用比(1,1)更高的值或者比(0,0)更低的值。
+ 默认的锚点是(0.5,0.5),因此它开始于节点的中心位置。
+ 注意:Creator 中的锚点仅用于定位所在的节点,子节点的定位不受影响。 + + @example + ```js + cc.log("Node AnchorPoint: " + node.getAnchorPoint()); + ``` + */ + getAnchorPoint(): Vec2; + /** + !#en + Sets the anchor point in percent.
+ anchor point is the point around which all transformations and positioning manipulations take place.
+ It's like a pin in the node where it is "attached" to its parent.
+ The anchorPoint is normalized, like a percentage. (0,0) means the bottom-left corner and (1,1) means the top-right corner.
+ But you can use values higher than (1,1) and lower than (0,0) too.
+ The default anchor point is (0.5,0.5), so it starts at the center of the node. + !#zh + 设置锚点的百分比。
+ 锚点应用于所有变换和坐标点的操作,它就像在节点上连接其父节点的大头针。
+ 锚点是标准化的,就像百分比一样。(0,0) 表示左下角,(1,1) 表示右上角。
+ 但是你可以使用比(1,1)更高的值或者比(0,0)更低的值。
+ 默认的锚点是(0.5,0.5),因此它开始于节点的中心位置。
+ 注意:Creator 中的锚点仅用于定位所在的节点,子节点的定位不受影响。 + @param point The anchor point of node or The x axis anchor of node. + @param y The y axis anchor of node. + + @example + ```js + node.setAnchorPoint(cc.v2(1, 1)); + node.setAnchorPoint(1, 1); + ``` + */ + setAnchorPoint(point: Vec2|number, y?: number): void; + /** + !#en Set rotation by lookAt target point, normally used by Camera Node + !#zh 通过观察目标来设置 rotation,一般用于 Camera Node 上 + @param pos pos + @param up default is (0,1,0) + */ + lookAt(pos: Vec3, up?: Vec3): void; + /** + !#en + Get the local transform matrix (4x4), based on parent node coordinates + !#zh 返回局部空间坐标系的矩阵,基于父节点坐标系。 + @param out The matrix object to be filled with data + + @example + ```js + let mat4 = cc.mat4(); + node.getLocalMatrix(mat4); + ``` + */ + getLocalMatrix(out: Mat4): Mat4; + /** + !#en + Get the world transform matrix (4x4) + !#zh 返回世界空间坐标系的矩阵。 + @param out The matrix object to be filled with data + + @example + ```js + let mat4 = cc.mat4(); + node.getWorldMatrix(mat4); + ``` + */ + getWorldMatrix(out: Mat4): Mat4; + /** + !#en + Converts a Point to node (local) space coordinates. + !#zh + 将一个点转换到节点 (局部) 空间坐标系。 + @param worldPoint worldPoint + @param out out + + @example + ```js + var newVec2 = node.convertToNodeSpaceAR(cc.v2(100, 100)); + var newVec3 = node.convertToNodeSpaceAR(cc.v3(100, 100, 100)); + ``` + */ + convertToNodeSpaceAR(worldPoint: T, out?: T): T; + /** + !#en + Converts a Point in node coordinates to world space coordinates. + !#zh + 将节点坐标系下的一个点转换到世界空间坐标系。 + @param nodePoint nodePoint + @param out out + + @example + ```js + var newVec2 = node.convertToWorldSpaceAR(cc.v2(100, 100)); + var newVec3 = node.convertToWorldSpaceAR(cc.v3(100, 100, 100)); + ``` + */ + convertToWorldSpaceAR(nodePoint: T, out?: T): T; + /** + !#en Converts a Point to node (local) space coordinates then add the anchor point position. + So the return position will be related to the left bottom corner of the node's bounding box. + This equals to the API behavior of cocos2d-x, you probably want to use convertToNodeSpaceAR instead + !#zh 将一个点转换到节点 (局部) 坐标系,并加上锚点的坐标。
+ 也就是说返回的坐标是相对于节点包围盒左下角的坐标。
+ 这个 API 的设计是为了和 cocos2d-x 中行为一致,更多情况下你可能需要使用 convertToNodeSpaceAR。 + @param worldPoint worldPoint + + @example + ```js + var newVec2 = node.convertToNodeSpace(cc.v2(100, 100)); + ``` + */ + convertToNodeSpace(worldPoint: Vec2): Vec2; + /** + !#en Converts a Point related to the left bottom corner of the node's bounding box to world space coordinates. + This equals to the API behavior of cocos2d-x, you probably want to use convertToWorldSpaceAR instead + !#zh 将一个相对于节点左下角的坐标位置转换到世界空间坐标系。 + 这个 API 的设计是为了和 cocos2d-x 中行为一致,更多情况下你可能需要使用 convertToWorldSpaceAR + @param nodePoint nodePoint + + @example + ```js + var newVec2 = node.convertToWorldSpace(cc.v2(100, 100)); + ``` + */ + convertToWorldSpace(nodePoint: Vec2): Vec2; + /** + !#en + Returns the matrix that transform the node's (local) space coordinates into the parent's space coordinates.
+ The matrix is in Pixels. + !#zh 返回这个将节点(局部)的空间坐标系转换成父节点的空间坐标系的矩阵。这个矩阵以像素为单位。 + @param out The affine transform object to be filled with data + + @example + ```js + let affineTransform = cc.AffineTransform.create(); + node.getNodeToParentTransform(affineTransform); + ``` + */ + getNodeToParentTransform(out?: AffineTransform): AffineTransform; + /** + !#en + Returns the matrix that transform the node's (local) space coordinates into the parent's space coordinates.
+ The matrix is in Pixels.
+ This method is AR (Anchor Relative). + !#zh + 返回这个将节点(局部)的空间坐标系转换成父节点的空间坐标系的矩阵。
+ 这个矩阵以像素为单位。
+ 该方法基于节点坐标。 + @param out The affine transform object to be filled with data + + @example + ```js + let affineTransform = cc.AffineTransform.create(); + node.getNodeToParentTransformAR(affineTransform); + ``` + */ + getNodeToParentTransformAR(out?: AffineTransform): AffineTransform; + /** + !#en Returns the world affine transform matrix. The matrix is in Pixels. + !#zh 返回节点到世界坐标系的仿射变换矩阵。矩阵单位是像素。 + @param out The affine transform object to be filled with data + + @example + ```js + let affineTransform = cc.AffineTransform.create(); + node.getNodeToWorldTransform(affineTransform); + ``` + */ + getNodeToWorldTransform(out?: AffineTransform): AffineTransform; + /** + !#en + Returns the world affine transform matrix. The matrix is in Pixels.
+ This method is AR (Anchor Relative). + !#zh + 返回节点到世界坐标仿射变换矩阵。矩阵单位是像素。
+ 该方法基于节点坐标。 + @param out The affine transform object to be filled with data + + @example + ```js + let affineTransform = cc.AffineTransform.create(); + node.getNodeToWorldTransformAR(affineTransform); + ``` + */ + getNodeToWorldTransformAR(out?: AffineTransform): AffineTransform; + /** + !#en + Returns the matrix that transform parent's space coordinates to the node's (local) space coordinates.
+ The matrix is in Pixels. The returned transform is readonly and cannot be changed. + !#zh + 返回将父节点的坐标系转换成节点(局部)的空间坐标系的矩阵。
+ 该矩阵以像素为单位。返回的矩阵是只读的,不能更改。 + @param out The affine transform object to be filled with data + + @example + ```js + let affineTransform = cc.AffineTransform.create(); + node.getParentToNodeTransform(affineTransform); + ``` + */ + getParentToNodeTransform(out?: AffineTransform): AffineTransform; + /** + !#en Returns the inverse world affine transform matrix. The matrix is in Pixels. + !#en 返回世界坐标系到节点坐标系的逆矩阵。 + @param out The affine transform object to be filled with data + + @example + ```js + let affineTransform = cc.AffineTransform.create(); + node.getWorldToNodeTransform(affineTransform); + ``` + */ + getWorldToNodeTransform(out?: AffineTransform): AffineTransform; + /** + !#en convenience methods which take a cc.Touch instead of cc.Vec2. + !#zh 将触摸点转换成本地坐标系中位置。 + @param touch The touch object + + @example + ```js + var newVec2 = node.convertTouchToNodeSpace(touch); + ``` + */ + convertTouchToNodeSpace(touch: Touch): Vec2; + /** + !#en converts a cc.Touch (world coordinates) into a local coordinate. This method is AR (Anchor Relative). + !#zh 转换一个 cc.Touch(世界坐标)到一个局部坐标,该方法基于节点坐标。 + @param touch The touch object + + @example + ```js + var newVec2 = node.convertTouchToNodeSpaceAR(touch); + ``` + */ + convertTouchToNodeSpaceAR(touch: Touch): Vec2; + /** + !#en + Returns a "local" axis aligned bounding box of the node.
+ The returned box is relative only to its parent. + !#zh 返回父节坐标系下的轴向对齐的包围盒。 + + @example + ```js + var boundingBox = node.getBoundingBox(); + ``` + */ + getBoundingBox(): Rect; + /** + !#en + Returns a "world" axis aligned bounding box of the node.
+ The bounding box contains self and active children's world bounding box. + !#zh + 返回节点在世界坐标系下的对齐轴向的包围盒(AABB)。
+ 该边框包含自身和已激活的子节点的世界边框。 + + @example + ```js + var newRect = node.getBoundingBoxToWorld(); + ``` + */ + getBoundingBoxToWorld(): Rect; + /** + !#en + Adds a child to the node with z order and name. + !#zh + 添加子节点,并且可以修改该节点的 局部 Z 顺序和名字。 + @param child A child node + @param zIndex Z order for drawing priority. Please refer to zIndex property + @param name A name to identify the node easily. Please refer to name property + + @example + ```js + node.addChild(newNode, 1, "node"); + ``` + */ + addChild(child: Node, zIndex?: number, name?: string): void; + /** + !#en Stops all running actions and schedulers. + !#zh 停止所有正在播放的动作和计时器。 + + @example + ```js + node.cleanup(); + ``` + */ + cleanup(): void; + /** + !#en Sorts the children array depends on children's zIndex and arrivalOrder, + normally you won't need to invoke this function. + !#zh 根据子节点的 zIndex 和 arrivalOrder 进行排序,正常情况下开发者不需要手动调用这个函数。 + */ + sortAllChildren(): void; + /** + !#en + Returns the displayed opacity of Node, + the difference between displayed opacity and opacity is that displayed opacity is calculated based on opacity and parent node's opacity when cascade opacity enabled. + !#zh + 获取节点显示透明度, + 显示透明度和透明度之间的不同之处在于当启用级连透明度时, + 显示透明度是基于自身透明度和父节点透明度计算的。 + */ + getDisplayedOpacity(): number; + /** + !#en + Returns the displayed color of Node, + the difference between displayed color and color is that displayed color is calculated based on color and parent node's color when cascade color enabled. + !#zh + 获取节点的显示颜色, + 显示颜色和颜色之间的不同之处在于当启用级连颜色时, + 显示颜色是基于自身颜色和父节点颜色计算的。 + */ + getDisplayedColor(): Color; + /** !#en Cascade opacity is removed from v2.0 + Indicate whether node's opacity value affect its child nodes, default value is true. + !#zh 透明度级联功能从 v2.0 开始已移除 + 节点的不透明度值是否影响其子节点,默认值为 true。 */ + cascadeOpacity: boolean; + /** + !#en Cascade opacity is removed from v2.0 + Returns whether node's opacity value affect its child nodes. + !#zh 透明度级联功能从 v2.0 开始已移除 + 返回节点的不透明度值是否影响其子节点。 + */ + isCascadeOpacityEnabled(): boolean; + /** + !#en Cascade opacity is removed from v2.0 + Enable or disable cascade opacity, if cascade enabled, child nodes' opacity will be the multiplication of parent opacity and its own opacity. + !#zh 透明度级联功能从 v2.0 开始已移除 + 启用或禁用级连不透明度,如果级连启用,子节点的不透明度将是父不透明度乘上它自己的不透明度。 + @param cascadeOpacityEnabled cascadeOpacityEnabled + */ + setCascadeOpacityEnabled(cascadeOpacityEnabled: boolean): void; + /** + !#en Opacity modify RGB have been removed since v2.0 + Set whether color should be changed with the opacity value, + useless in ccsg.Node, but this function is override in some class to have such behavior. + !#zh 透明度影响颜色配置已经被废弃 + 设置更改透明度时是否修改RGB值, + @param opacityValue opacityValue + */ + setOpacityModifyRGB(opacityValue: boolean): void; + /** + !#en Opacity modify RGB have been removed since v2.0 + Get whether color should be changed with the opacity value. + !#zh 透明度影响颜色配置已经被废弃 + 获取更改透明度时是否修改RGB值。 + */ + isOpacityModifyRGB(): boolean; + } + /** !#en + Class of private entities in Cocos Creator scenes.
+ The PrivateNode is hidden in editor, and completely transparent to users.
+ It's normally used as Node's private content created by components in parent node.
+ So in theory private nodes are not children, they are part of the parent node.
+ Private node have two important characteristics:
+ 1. It has the minimum z index and cannot be modified, because they can't be displayed over real children.
+ 2. The positioning of private nodes is also special, they will consider the left bottom corner of the parent node's bounding box as the origin of local coordinates.
+ In this way, they can be easily kept inside the bounding box.
+ Currently, it's used by RichText component and TileMap component. + !#zh + Cocos Creator 场景中的私有节点类。
+ 私有节点在编辑器中不可见,对用户透明。
+ 通常私有节点是被一些特殊的组件创建出来作为父节点的一部分而存在的,理论上来说,它们不是子节点,而是父节点的组成部分。
+ 私有节点有两个非常重要的特性:
+ 1. 它有着最小的渲染排序的 Z 轴深度,并且无法被更改,因为它们不能被显示在其他正常子节点之上。
+ 2. 它的定位也是特殊的,对于私有节点来说,父节点包围盒的左下角是它的局部坐标系原点,这个原点相当于父节点的位置减去它锚点的偏移。这样私有节点可以比较容易被控制在包围盒之中。
+ 目前在引擎中,RichText 和 TileMap 都有可能生成私有节点。 */ + export class PrivateNode extends Node { + /** + + @param name name + */ + constructor(name?: string); + } + /** !#en + cc.Scene is a subclass of cc.Node that is used only as an abstract concept.
+ cc.Scene and cc.Node are almost identical with the difference that users can not modify cc.Scene manually. + !#zh + cc.Scene 是 cc.Node 的子类,仅作为一个抽象的概念。
+ cc.Scene 和 cc.Node 有点不同,用户不应直接修改 cc.Scene。 */ + export class Scene extends Node { + /** !#en Indicates whether all (directly or indirectly) static referenced assets of this scene are releasable by default after scene unloading. + !#zh 指示该场景中直接或间接静态引用到的所有资源是否默认在场景切换后自动释放。 */ + autoReleaseAssets: boolean; + } + /** !#en + Scheduler is responsible of triggering the scheduled callbacks.
+ You should not use NSTimer. Instead use this class.
+
+ There are 2 different types of callbacks (selectors):
+ - update callback: the 'update' callback will be called every frame. You can customize the priority.
+ - custom callback: A custom callback will be called every frame, or with a custom interval of time
+
+ The 'custom selectors' should be avoided when possible. It is faster, + and consumes less memory to use the 'update callback'. * + !#zh + Scheduler 是负责触发回调函数的类。
+ 通常情况下,建议使用 cc.director.getScheduler() 来获取系统定时器。
+ 有两种不同类型的定时器:
+ - update 定时器:每一帧都会触发。您可以自定义优先级。
+ - 自定义定时器:自定义定时器可以每一帧或者自定义的时间间隔触发。
+ 如果希望每帧都触发,应该使用 update 定时器,使用 update 定时器更快,而且消耗更少的内存。 */ + export class Scheduler { + /** + !#en This method should be called for any target which needs to schedule tasks, and this method should be called before any scheduler API usage. + This method will add a `_id` property if it doesn't exist. + !#zh 任何需要用 Scheduler 管理任务的对象主体都应该调用这个方法,并且应该在调用任何 Scheduler API 之前调用这个方法。 + 这个方法会给对象添加一个 `_id` 属性,如果这个属性不存在的话。 + @param target target + */ + enableForTarget(target: any): void; + /** + !#en + Modifies the time of all scheduled callbacks.
+ You can use this property to create a 'slow motion' or 'fast forward' effect.
+ Default is 1.0. To create a 'slow motion' effect, use values below 1.0.
+ To create a 'fast forward' effect, use values higher than 1.0.
+ Note:It will affect EVERY scheduled selector / action. + !#zh + 设置时间间隔的缩放比例。
+ 您可以使用这个方法来创建一个 “slow motion(慢动作)” 或 “fast forward(快进)” 的效果。
+ 默认是 1.0。要创建一个 “slow motion(慢动作)” 效果,使用值低于 1.0。
+ 要使用 “fast forward(快进)” 效果,使用值大于 1.0。
+ 注意:它影响该 Scheduler 下管理的所有定时器。 + @param timeScale timeScale + */ + setTimeScale(timeScale: number): void; + /** + !#en Returns time scale of scheduler. + !#zh 获取时间间隔的缩放比例。 + */ + getTimeScale(): number; + /** + !#en 'update' the scheduler. (You should NEVER call this method, unless you know what you are doing.) + !#zh update 调度函数。(不应该直接调用这个方法,除非完全了解这么做的结果) + @param dt delta time + */ + update(dt: number): void; + /** + !#en +

+ The scheduled method will be called every 'interval' seconds.
+ If paused is YES, then it won't be called until it is resumed.
+ If 'interval' is 0, it will be called every frame, but if so, it recommended to use 'scheduleUpdateForTarget:' instead.
+ If the callback function is already scheduled, then only the interval parameter will be updated without re-scheduling it again.
+ repeat let the action be repeated repeat + 1 times, use cc.macro.REPEAT_FOREVER to let the action run continuously
+ delay is the amount of time the action will wait before it'll start
+

+ !#zh + 指定回调函数,调用对象等信息来添加一个新的定时器。
+ 如果 paused 值为 true,那么直到 resume 被调用才开始计时。
+ 当时间间隔达到指定值时,设置的回调函数将会被调用。
+ 如果 interval 值为 0,那么回调函数每一帧都会被调用,但如果是这样, + 建议使用 scheduleUpdateForTarget 代替。
+ 如果回调函数已经被定时器使用,那么只会更新之前定时器的时间间隔参数,不会设置新的定时器。
+ repeat 值可以让定时器触发 repeat + 1 次,使用 cc.macro.REPEAT_FOREVER + 可以让定时器一直循环触发。
+ delay 值指定延迟时间,定时器会在延迟指定的时间之后开始计时。 + @param callback callback + @param target target + @param interval interval + @param repeat repeat + @param delay delay + @param paused paused + + @example + ```js + //register a schedule to scheduler + cc.director.getScheduler().schedule(callback, this, interval, !this._isRunning); + + ``` + */ + schedule(callback: Function, target: any, interval: number, repeat: number, delay: number, paused?: boolean): void; + schedule(callback: Function, target: any, interval: number, paused?: boolean): void; + /** + !#en + Schedules the update callback for a given target, + During every frame after schedule started, the "update" function of target will be invoked. + !#zh + 使用指定的优先级为指定的对象设置 update 定时器。 + update 定时器每一帧都会被触发,触发时自动调用指定对象的 "update" 函数。 + 优先级的值越低,定时器被触发的越早。 + @param target target + @param priority priority + @param paused paused + */ + scheduleUpdate(target: any, priority: number, paused: boolean): void; + /** + !#en + Unschedules a callback for a callback and a given target. + If you want to unschedule the "update", use `unscheduleUpdate()` + !#zh + 取消指定对象定时器。 + 如果需要取消 update 定时器,请使用 unscheduleUpdate()。 + @param callback The callback to be unscheduled + @param target The target bound to the callback. + */ + unschedule(callback: Function, target: any): void; + /** + !#en Unschedules the update callback for a given target. + !#zh 取消指定对象的 update 定时器。 + @param target The target to be unscheduled. + */ + unscheduleUpdate(target: any): void; + /** + !#en + Unschedules all scheduled callbacks for a given target. + This also includes the "update" callback. + !#zh 取消指定对象的所有定时器,包括 update 定时器。 + @param target The target to be unscheduled. + */ + unscheduleAllForTarget(target: any): void; + /** + !#en + Unschedules all scheduled callbacks from all targets including the system callbacks.
+ You should NEVER call this method, unless you know what you are doing. + !#zh + 取消所有对象的所有定时器,包括系统定时器。
+ 不要调用此函数,除非你确定你在做什么。 + */ + unscheduleAll(): void; + /** + !#en + Unschedules all callbacks from all targets with a minimum priority.
+ You should only call this with `PRIORITY_NON_SYSTEM_MIN` or higher. + !#zh + 取消所有优先级的值大于指定优先级的定时器。
+ 你应该只取消优先级的值大于 PRIORITY_NON_SYSTEM_MIN 的定时器。 + @param minPriority The minimum priority of selector to be unscheduled. Which means, all selectors which + priority is higher than minPriority will be unscheduled. + */ + unscheduleAllWithMinPriority(minPriority: number): void; + /** + !#en Checks whether a callback for a given target is scheduled. + !#zh 检查指定的回调函数和回调对象组合是否存在定时器。 + @param callback The callback to check. + @param target The target of the callback. + */ + isScheduled(callback: Function, target: any): boolean; + /** + !#en + Pause all selectors from all targets.
+ You should NEVER call this method, unless you know what you are doing. + !#zh + 暂停所有对象的所有定时器。
+ 不要调用这个方法,除非你知道你正在做什么。 + */ + pauseAllTargets(): void; + /** + !#en + Pause all selectors from all targets with a minimum priority.
+ You should only call this with kCCPriorityNonSystemMin or higher. + !#zh + 暂停所有优先级的值大于指定优先级的定时器。
+ 你应该只暂停优先级的值大于 PRIORITY_NON_SYSTEM_MIN 的定时器。 + @param minPriority minPriority + */ + pauseAllTargetsWithMinPriority(minPriority: number): void; + /** + !#en + Resume selectors on a set of targets.
+ This can be useful for undoing a call to pauseAllCallbacks. + !#zh + 恢复指定数组中所有对象的定时器。
+ 这个函数是 pauseAllCallbacks 的逆操作。 + @param targetsToResume targetsToResume + */ + resumeTargets(targetsToResume: any[]): void; + /** + !#en + Pauses the target.
+ All scheduled selectors/update for a given target won't be 'ticked' until the target is resumed.
+ If the target is not present, nothing happens. + !#zh + 暂停指定对象的定时器。
+ 指定对象的所有定时器都会被暂停。
+ 如果指定的对象没有定时器,什么也不会发生。 + @param target target + */ + pauseTarget(target: any): void; + /** + !#en + Resumes the target.
+ The 'target' will be unpaused, so all schedule selectors/update will be 'ticked' again.
+ If the target is not present, nothing happens. + !#zh + 恢复指定对象的所有定时器。
+ 指定对象的所有定时器将继续工作。
+ 如果指定的对象没有定时器,什么也不会发生。 + @param target target + */ + resumeTarget(target: any): void; + /** + !#en Returns whether or not the target is paused. + !#zh 返回指定对象的定时器是否暂停了。 + @param target target + */ + isTargetPaused(target: any): boolean; + /** !#en Priority level reserved for system services. + !#zh 系统服务的优先级。 */ + static PRIORITY_SYSTEM: number; + /** !#en Minimum priority level for user scheduling. + !#zh 用户调度最低优先级。 */ + static PRIORITY_NON_SYSTEM: number; + } + /** Class for particle asset handling. */ + export class ParticleAsset extends Asset { + } + /** Particle System base class.
+ Attributes of a Particle System:
+ - emmision rate of the particles
+ - Gravity Mode (Mode A):
+ - gravity
+ - direction
+ - speed +- variance
+ - tangential acceleration +- variance
+ - radial acceleration +- variance
+ - Radius Mode (Mode B):
+ - startRadius +- variance
+ - endRadius +- variance
+ - rotate +- variance
+ - Properties common to all modes:
+ - life +- life variance
+ - start spin +- variance
+ - end spin +- variance
+ - start size +- variance
+ - end size +- variance
+ - start color +- variance
+ - end color +- variance
+ - life +- variance
+ - blending function
+ - texture
+
+ cocos2d also supports particles generated by Particle Designer (http://particledesigner.71squared.com/).
+ 'Radius Mode' in Particle Designer uses a fixed emit rate of 30 hz. Since that can't be guarateed in cocos2d,
+ cocos2d uses a another approach, but the results are almost identical.
+ cocos2d supports all the variables used by Particle Designer plus a bit more:
+ - spinning particles (supported when using ParticleSystem)
+ - tangential acceleration (Gravity mode)
+ - radial acceleration (Gravity mode)
+ - radius direction (Radius mode) (Particle Designer supports outwards to inwards direction only)
+ It is possible to customize any of the above mentioned properties in runtime. Example:
*/ + export class ParticleSystem extends RenderComponent implements BlendFunc { + /** !#en Play particle in edit mode. + !#zh 在编辑器模式下预览粒子,启用后选中粒子时,粒子将自动播放。 */ + preview: boolean; + /** !#en + If set custom to true, then use custom properties insteadof read particle file. + !#zh 是否自定义粒子属性。 */ + custom: boolean; + /** !#en The plist file. + !#zh plist 格式的粒子配置文件。 */ + file: ParticleAsset; + /** !#en SpriteFrame used for particles display + !#zh 用于粒子呈现的 SpriteFrame */ + spriteFrame: SpriteFrame; + /** !#en Texture of Particle System, readonly, please use spriteFrame to setup new texture。 + !#zh 粒子贴图,只读属性,请使用 spriteFrame 属性来替换贴图。 */ + texture: string; + /** !#en Current quantity of particles that are being simulated. + !#zh 当前播放的粒子数量。 */ + particleCount: number; + /** !#en Indicate whether the system simulation have stopped. + !#zh 指示粒子播放是否完毕。 */ + stopped: boolean; + /** !#en If set to true, the particle system will automatically start playing on onLoad. + !#zh 如果设置为 true 运行时会自动发射粒子。 */ + playOnLoad: boolean; + /** !#en Indicate whether the owner node will be auto-removed when it has no particles left. + !#zh 粒子播放完毕后自动销毁所在的节点。 */ + autoRemoveOnFinish: boolean; + /** !#en Indicate whether the particle system is activated. + !#zh 是否激活粒子。 */ + active: boolean; + /** !#en Maximum particles of the system. + !#zh 粒子最大数量。 */ + totalParticles: number; + /** !#en How many seconds the emitter wil run. -1 means 'forever'. + !#zh 发射器生存时间,单位秒,-1表示持续发射。 */ + duration: number; + /** !#en Emission rate of the particles. + !#zh 每秒发射的粒子数目。 */ + emissionRate: number; + /** !#en Life of each particle setter. + !#zh 粒子的运行时间。 */ + life: number; + /** !#en Variation of life. + !#zh 粒子的运行时间变化范围。 */ + lifeVar: number; + /** !#en Start color of each particle. + !#zh 粒子初始颜色。 */ + startColor: Color; + /** !#en Variation of the start color. + !#zh 粒子初始颜色变化范围。 */ + startColorVar: Color; + /** !#en Ending color of each particle. + !#zh 粒子结束颜色。 */ + endColor: Color; + /** !#en Variation of the end color. + !#zh 粒子结束颜色变化范围。 */ + endColorVar: Color; + /** !#en Angle of each particle setter. + !#zh 粒子角度。 */ + angle: number; + /** !#en Variation of angle of each particle setter. + !#zh 粒子角度变化范围。 */ + angleVar: number; + /** !#en Start size in pixels of each particle. + !#zh 粒子的初始大小。 */ + startSize: number; + /** !#en Variation of start size in pixels. + !#zh 粒子初始大小的变化范围。 */ + startSizeVar: number; + /** !#en End size in pixels of each particle. + !#zh 粒子结束时的大小。 */ + endSize: number; + /** !#en Variation of end size in pixels. + !#zh 粒子结束大小的变化范围。 */ + endSizeVar: number; + /** !#en Start angle of each particle. + !#zh 粒子开始自旋角度。 */ + startSpin: number; + /** !#en Variation of start angle. + !#zh 粒子开始自旋角度变化范围。 */ + startSpinVar: number; + /** !#en End angle of each particle. + !#zh 粒子结束自旋角度。 */ + endSpin: number; + /** !#en Variation of end angle. + !#zh 粒子结束自旋角度变化范围。 */ + endSpinVar: number; + /** !#en Source position of the emitter. + !#zh 发射器位置。 */ + sourcePos: Vec2; + /** !#en Variation of source position. + !#zh 发射器位置的变化范围。(横向和纵向) */ + posVar: Vec2; + /** !#en Particles movement type. + !#zh 粒子位置类型。 */ + positionType: ParticleSystem.PositionType; + /** !#en Particles emitter modes. + !#zh 发射器类型。 */ + emitterMode: ParticleSystem.EmitterMode; + /** !#en Gravity of the emitter. + !#zh 重力。 */ + gravity: Vec2; + /** !#en Speed of the emitter. + !#zh 速度。 */ + speed: number; + /** !#en Variation of the speed. + !#zh 速度变化范围。 */ + speedVar: number; + /** !#en Tangential acceleration of each particle. Only available in 'Gravity' mode. + !#zh 每个粒子的切向加速度,即垂直于重力方向的加速度,只有在重力模式下可用。 */ + tangentialAccel: number; + /** !#en Variation of the tangential acceleration. + !#zh 每个粒子的切向加速度变化范围。 */ + tangentialAccelVar: number; + /** !#en Acceleration of each particle. Only available in 'Gravity' mode. + !#zh 粒子径向加速度,即平行于重力方向的加速度,只有在重力模式下可用。 */ + radialAccel: number; + /** !#en Variation of the radial acceleration. + !#zh 粒子径向加速度变化范围。 */ + radialAccelVar: number; + /** !#en Indicate whether the rotation of each particle equals to its direction. Only available in 'Gravity' mode. + !#zh 每个粒子的旋转是否等于其方向,只有在重力模式下可用。 */ + rotationIsDir: boolean; + /** !#en Starting radius of the particles. Only available in 'Radius' mode. + !#zh 初始半径,表示粒子出生时相对发射器的距离,只有在半径模式下可用。 */ + startRadius: number; + /** !#en Variation of the starting radius. + !#zh 初始半径变化范围。 */ + startRadiusVar: number; + /** !#en Ending radius of the particles. Only available in 'Radius' mode. + !#zh 结束半径,只有在半径模式下可用。 */ + endRadius: number; + /** !#en Variation of the ending radius. + !#zh 结束半径变化范围。 */ + endRadiusVar: number; + /** !#en Number of degress to rotate a particle around the source pos per second. Only available in 'Radius' mode. + !#zh 粒子每秒围绕起始点的旋转角度,只有在半径模式下可用。 */ + rotatePerS: number; + /** !#en Variation of the degress to rotate a particle around the source pos per second. + !#zh 粒子每秒围绕起始点的旋转角度变化范围。 */ + rotatePerSVar: number; + /** !#en The Particle emitter lives forever. + !#zh 表示发射器永久存在 */ + static DURATION_INFINITY: number; + /** !#en The starting size of the particle is equal to the ending size. + !#zh 表示粒子的起始大小等于结束大小。 */ + static START_SIZE_EQUAL_TO_END_SIZE: number; + /** !#en The starting radius of the particle is equal to the ending radius. + !#zh 表示粒子的起始半径等于结束半径。 */ + static START_RADIUS_EQUAL_TO_END_RADIUS: number; + /** + !#en Stop emitting particles. Running particles will continue to run until they die. + !#zh 停止发射器发射粒子,发射出去的粒子将继续运行,直至粒子生命结束。 + + @example + ```js + // stop particle system. + myParticleSystem.stopSystem(); + ``` + */ + stopSystem(): void; + /** + !#en Kill all living particles. + !#zh 杀死所有存在的粒子,然后重新启动粒子发射器。 + + @example + ```js + // play particle system. + myParticleSystem.resetSystem(); + ``` + */ + resetSystem(): void; + /** + !#en Whether or not the system is full. + !#zh 发射器中粒子是否大于等于设置的总粒子数量。 + */ + isFull(): boolean; + /** + !#en Sets a new texture with a rect. The rect is in texture position and size. + Please use spriteFrame property instead, this function is deprecated since v1.9 + !#zh 设置一张新贴图和关联的矩形。 + 请直接设置 spriteFrame 属性,这个函数从 v1.9 版本开始已经被废弃 + @param texture texture + @param rect rect + */ + setTextureWithRect(texture: Texture2D, rect: Rect): void; + /** !#en specify the source Blend Factor, this will generate a custom material object, please pay attention to the memory cost. + !#zh 指定原图的混合模式,这会克隆一个新的材质对象,注意这带来的开销 */ + srcBlendFactor: macro.BlendFactor; + /** !#en specify the destination Blend Factor. + !#zh 指定目标的混合模式 */ + dstBlendFactor: macro.BlendFactor; + } + /** !#en cc.WebView is a component for display web pages in the game. Because different platforms have different authorization, API and control methods for WebView component. And have not yet formed a unified standard, only Web, iOS, and Android platforms are currently supported. + !#zh WebView 组件,用于在游戏中显示网页。由于不同平台对于 WebView 组件的授权、API、控制方式都不同,还没有形成统一的标准,所以目前只支持 Web、iOS 和 Android 平台。 */ + export class WebView extends Component { + /** !#en A given URL to be loaded by the WebView, it should have a http or https prefix. + !#zh 指定 WebView 加载的网址,它应该是一个 http 或者 https 开头的字符串 */ + url: string; + /** !#en The webview's event callback , it will be triggered when certain webview event occurs. + !#zh WebView 的回调事件,当网页加载过程中,加载完成后或者加载出错时都会回调此函数 */ + webviewLoadedEvents: Component.EventHandler[]; + /** + !#en + Set javascript interface scheme (see also setOnJSCallback).
+ Note: Supports only on the Android and iOS. For HTML5, please refer to the official documentation.
+ Please refer to the official documentation for more details. + !#zh + 设置 JavaScript 接口方案(与 'setOnJSCallback' 配套使用)。
+ 注意:只支持 Android 和 iOS ,Web 端用法请前往官方文档查看。
+ 详情请参阅官方文档 + @param scheme scheme + */ + setJavascriptInterfaceScheme(scheme: string): void; + /** + !#en + This callback called when load URL that start with javascript + interface scheme (see also setJavascriptInterfaceScheme).
+ Note: Supports only on the Android and iOS. For HTML5, please refer to the official documentation.
+ Please refer to the official documentation for more details. + !#zh + 当加载 URL 以 JavaScript 接口方案开始时调用这个回调函数。
+ 注意:只支持 Android 和 iOS,Web 端用法请前往官方文档查看。 + 详情请参阅官方文档 + @param callback callback + */ + setOnJSCallback(callback: Function): void; + /** + !#en + Evaluates JavaScript in the context of the currently displayed page.
+ Please refer to the official document for more details
+ Note: Cross domain issues need to be resolved by yourself
+ !#zh + 执行 WebView 内部页面脚本(详情请参阅官方文档)
+ 注意:需要自行解决跨域问题 + @param str str + */ + evaluateJS(str: string): void; + /** + !#en if you don't need the WebView and it isn't in any running Scene, you should + call the destroy method on this component or the associated node explicitly. + Otherwise, the created DOM element won't be removed from web page. + !#zh + 如果你不再使用 WebView,并且组件未添加到场景中,那么你必须手动对组件或所在节点调用 destroy。 + 这样才能移除网页上的 DOM 节点,避免 Web 平台内存泄露。 + + @example + ```js + webview.node.parent = null; // or webview.node.removeFromParent(false); + // when you don't need webview anymore + webview.node.destroy(); + ``` + */ + destroy(): boolean; + } + /** cc.TMXLayerInfo contains the information about the layers like: + - Layer name + - Layer size + - Layer opacity at creation time (it can be modified at runtime) + - Whether the layer is visible (if it's not visible, then the CocosNode won't be created) + This information is obtained from the TMX file. */ + export class TMXLayerInfo { + /** Properties of the layer info. */ + properties: any; + } + /** cc.TMXImageLayerInfo contains the information about the image layers. + This information is obtained from the TMX file. */ + export class TMXImageLayerInfo { + } + /**

cc.TMXObjectGroupInfo contains the information about the object group like: + - group name + - group size + - group opacity at creation time (it can be modified at runtime) + - Whether the group is visible + + This information is obtained from the TMX file.

*/ + export class TMXObjectGroupInfo { + /** Properties of the ObjectGroup info. */ + properties: any[]; + } + /**

cc.TMXTilesetInfo contains the information about the tilesets like:
+ - Tileset name
+ - Tileset spacing
+ - Tileset margin
+ - size of the tiles
+ - Image used for the tiles
+ - Image size
+ + This information is obtained from the TMX file.

*/ + export class TMXTilesetInfo { + /** Tileset name */ + name: string; + /** First grid */ + firstGid: number; + /** Spacing */ + spacing: number; + /** Margin */ + margin: number; + /** Texture containing the tiles (should be sprite sheet / texture atlas) */ + sourceImage: any; + /** Size in pixels of the image */ + imageSize: Size; + } + /**

cc.TMXMapInfo contains the information about the map like:
+ - Map orientation (hexagonal, isometric or orthogonal)
+ - Tile size
+ - Map size

+ +

And it also contains:
+ - Layers (an array of TMXLayerInfo objects)
+ - Tilesets (an array of TMXTilesetInfo objects)
+ - ObjectGroups (an array of TMXObjectGroupInfo objects)

+ +

This information is obtained from the TMX file.

*/ + export class TMXMapInfo { + /** Properties of the map info. */ + properties: any[]; + /** Map orientation. */ + orientation: number; + /** Parent element. */ + parentElement: any; + /** Parent GID. */ + parentGID: number; + /** Layer attributes. */ + layerAttrs: any; + /** Is reading storing characters stream. */ + storingCharacters: boolean; + /** Current string stored from characters stream. */ + currentString: string; + /** Width of the map */ + mapWidth: number; + /** Height of the map */ + mapHeight: number; + /** Width of a tile */ + tileWidth: number; + /** Height of a tile */ + tileHeight: number; + static ATTRIB_NONE: number; + static ATTRIB_BASE64: number; + static ATTRIB_GZIP: number; + static ATTRIB_ZLIB: number; + } + /** !#en Render the TMX layer. + !#zh 渲染 TMX layer。 */ + export class TiledLayer extends Component { + /** + !#en enable or disable culling + !#zh 开启或关闭裁剪。 + @param value value + */ + enableCulling(value: any): void; + /** + !#en Adds user's node into layer. + !#zh 添加用户节点。 + @param node node + */ + addUserNode(node: Node): boolean; + /** + !#en Removes user's node. + !#zh 移除用户节点。 + @param node node + */ + removeUserNode(node: Node): boolean; + /** + !#en Destroy user's node. + !#zh 销毁用户节点。 + @param node node + */ + destroyUserNode(node: Node): void; + /** + !#en Gets the layer name. + !#zh 获取层的名称。 + + @example + ```js + let layerName = tiledLayer.getLayerName(); + cc.log(layerName); + ``` + */ + getLayerName(): string; + /** + !#en Set the layer name. + !#zh 设置层的名称 + @param layerName layerName + + @example + ```js + tiledLayer.setLayerName("New Layer"); + ``` + */ + SetLayerName(layerName: string): void; + /** + !#en Return the value for the specific property name. + !#zh 获取指定属性名的值。 + @param propertyName propertyName + + @example + ```js + let property = tiledLayer.getProperty("info"); + cc.log(property); + ``` + */ + getProperty(propertyName: string): any; + /** + !#en Returns the position in pixels of a given tile coordinate. + !#zh 获取指定 tile 的像素坐标。 + @param pos position or x + @param y y + + @example + ```js + let pos = tiledLayer.getPositionAt(cc.v2(0, 0)); + cc.log("Pos: " + pos); + let pos = tiledLayer.getPositionAt(0, 0); + cc.log("Pos: " + pos); + ``` + */ + getPositionAt(pos: Vec2|number, y?: number): Vec2; + /** + !#en + Sets the tiles gid (gid = tile global id) at a given tiles rect. + !#zh + 设置给定区域的 tile 的 gid (gid = tile 全局 id), + @param gids an array contains gid + @param beginCol begin col number + @param beginRow begin row number + @param totalCols count of column + + @example + ```js + tiledLayer.setTilesGIDAt([1, 1, 1, 1], 10, 10, 2) + ``` + */ + setTilesGIDAt(gids: any[], beginCol: number, beginRow: number, totalCols: number): void; + /** + !#en + Sets the tile gid (gid = tile global id) at a given tile coordinate.
+ The Tile GID can be obtained by using the method "tileGIDAt" or by using the TMX editor . Tileset Mgr +1.
+ If a tile is already placed at that position, then it will be removed. + !#zh + 设置给定坐标的 tile 的 gid (gid = tile 全局 id), + tile 的 GID 可以使用方法 “tileGIDAt” 来获得。
+ 如果一个 tile 已经放在那个位置,那么它将被删除。 + @param gid gid + @param posOrX position or x + @param flagsOrY flags or y + @param flags flags + + @example + ```js + tiledLayer.setTileGIDAt(1001, 10, 10, 1) + ``` + */ + setTileGIDAt(gid: number, posOrX: Vec2|number, flagsOrY: number, flags?: number): void; + /** + !#en + Returns the tiles data.An array fill with GIDs.
+ !#zh + 返回 tiles 数据. 由GID构成的一个数组.
+ */ + getTiles(): number[]; + /** + !#en + Returns the tile gid at a given tile coordinate.
+ if it returns 0, it means that the tile is empty.
+ !#zh + 通过给定的 tile 坐标、flags(可选)返回 tile 的 GID.
+ 如果它返回 0,则表示该 tile 为空。
+ @param pos or x + @param y y + + @example + ```js + let tileGid = tiledLayer.getTileGIDAt(0, 0); + ``` + */ + getTileGIDAt(pos: Vec2|number, y?: number): number; + /** + !#en Layer orientation, which is the same as the map orientation. + !#zh 获取 Layer 方向(同地图方向)。 + + @example + ```js + let orientation = tiledLayer.getLayerOrientation(); + cc.log("Layer Orientation: " + orientation); + ``` + */ + getLayerOrientation(): number; + /** + !#en properties from the layer. They can be added using Tiled. + !#zh 获取 layer 的属性,可以使用 Tiled 编辑器添加属性。 + + @example + ```js + let properties = tiledLayer.getProperties(); + cc.log("Properties: " + properties); + ``` + */ + getProperties(): any; + /** + !#en + Get the TiledTile with the tile coordinate.
+ If there is no tile in the specified coordinate and forceCreate parameter is true,
+ then will create a new TiledTile at the coordinate. + The renderer will render the tile with the rotation, scale, position and color property of the TiledTile. + !#zh + 通过指定的 tile 坐标获取对应的 TiledTile。
+ 如果指定的坐标没有 tile,并且设置了 forceCreate 那么将会在指定的坐标创建一个新的 TiledTile 。
+ 在渲染这个 tile 的时候,将会使用 TiledTile 的节点的旋转、缩放、位移、颜色属性。
+ @param x x + @param y y + @param forceCreate forceCreate + + @example + ```js + let tile = tiledLayer.getTiledTileAt(100, 100, true); + cc.log(tile); + ``` + */ + getTiledTileAt(x: number, y: number, forceCreate: boolean): TiledTile; + /** + !#en + Change tile to TiledTile at the specified coordinate. + !#zh + 将指定的 tile 坐标替换为指定的 TiledTile。 + @param x x + @param y y + @param tiledTile tiledTile + */ + setTiledTileAt(x: number, y: number, tiledTile: TiledTile): TiledTile; + /** + !#en Return texture. + !#zh 获取纹理。 + @param index The index of textures + */ + getTexture(index: any): Texture2D; + /** + !#en Return texture. + !#zh 获取纹理。 + */ + getTextures(): Texture2D; + /** + !#en Set the texture. + !#zh 设置纹理。 + @param texture texture + */ + setTexture(texture: Texture2D): void; + /** + !#en Set the texture. + !#zh 设置纹理。 + @param textures textures + */ + setTexture(textures: Texture2D): void; + /** + !#en Gets layer size. + !#zh 获得层大小。 + + @example + ```js + let size = tiledLayer.getLayerSize(); + cc.log("layer size: " + size); + ``` + */ + getLayerSize(): Size; + /** + !#en Size of the map's tile (could be different from the tile's size). + !#zh 获取 tile 的大小( tile 的大小可能会有所不同)。 + + @example + ```js + let mapTileSize = tiledLayer.getMapTileSize(); + cc.log("MapTile size: " + mapTileSize); + ``` + */ + getMapTileSize(): Size; + /** + !#en Gets Tile set first information for the layer. + !#zh 获取 layer 索引位置为0的 Tileset 信息。 + @param index The index of tilesets + */ + getTileSet(index: any): TMXTilesetInfo; + /** + !#en Gets tile set all information for the layer. + !#zh 获取 layer 所有的 Tileset 信息。 + */ + getTileSet(): TMXTilesetInfo; + /** + !#en Sets tile set information for the layer. + !#zh 设置 layer 的 tileset 信息。 + @param tileset tileset + */ + setTileSet(tileset: TMXTilesetInfo): void; + /** + !#en Sets Tile set information for the layer. + !#zh 设置 layer 的 Tileset 信息。 + @param tilesets tilesets + */ + setTileSets(tilesets: TMXTilesetInfo): void; + } + /** !#en Renders a TMX Tile Map in the scene. + !#zh 在场景中渲染一个 tmx 格式的 Tile Map。 */ + export class TiledMap extends Component { + /** !#en The TiledMap Asset. + !#zh TiledMap 资源。 */ + tmxAsset: TiledMapAsset; + /** + !#en Gets the map size. + !#zh 获取地图大小。 + + @example + ```js + let mapSize = tiledMap.getMapSize(); + cc.log("Map Size: " + mapSize); + ``` + */ + getMapSize(): Size; + /** + !#en Gets the tile size. + !#zh 获取地图背景中 tile 元素的大小。 + + @example + ```js + let tileSize = tiledMap.getTileSize(); + cc.log("Tile Size: " + tileSize); + ``` + */ + getTileSize(): Size; + /** + !#en map orientation. + !#zh 获取地图方向。 + + @example + ```js + let mapOrientation = tiledMap.getMapOrientation(); + cc.log("Map Orientation: " + mapOrientation); + ``` + */ + getMapOrientation(): number; + /** + !#en object groups. + !#zh 获取所有的对象层。 + + @example + ```js + let objGroups = titledMap.getObjectGroups(); + for (let i = 0; i < objGroups.length; ++i) { + cc.log("obj: " + objGroups[i]); + } + ``` + */ + getObjectGroups(): TiledObjectGroup[]; + /** + !#en Return the TMXObjectGroup for the specific group. + !#zh 获取指定的 TMXObjectGroup。 + @param groupName groupName + + @example + ```js + let group = titledMap.getObjectGroup("Players"); + cc.log("ObjectGroup: " + group); + ``` + */ + getObjectGroup(groupName: string): TiledObjectGroup; + /** + !#en enable or disable culling + !#zh 开启或关闭裁剪。 + @param value value + */ + enableCulling(value: any): void; + /** + !#en Gets the map properties. + !#zh 获取地图的属性。 + + @example + ```js + let properties = titledMap.getProperties(); + for (let i = 0; i < properties.length; ++i) { + cc.log("Properties: " + properties[i]); + } + ``` + */ + getProperties(): any[]; + /** + !#en Return All layers array. + !#zh 返回包含所有 layer 的数组。 + + @example + ```js + let layers = titledMap.getLayers(); + for (let i = 0; i < layers.length; ++i) { + cc.log("Layers: " + layers[i]); + } + ``` + */ + getLayers(): TiledLayer[]; + /** + !#en return the cc.TiledLayer for the specific layer. + !#zh 获取指定名称的 layer。 + @param layerName layerName + + @example + ```js + let layer = titledMap.getLayer("Player"); + cc.log(layer); + ``` + */ + getLayer(layerName: string): TiledLayer; + /** + !#en Return the value for the specific property name. + !#zh 通过属性名称,获取指定的属性。 + @param propertyName propertyName + + @example + ```js + let property = titledMap.getProperty("info"); + cc.log("Property: " + property); + ``` + */ + getProperty(propertyName: string): string; + /** + !#en Return properties dictionary for tile GID. + !#zh 通过 GID ,获取指定的属性。 + @param GID GID + + @example + ```js + let properties = titledMap.getPropertiesForGID(GID); + cc.log("Properties: " + properties); + ``` + */ + getPropertiesForGID(GID: number): any; + } + /** Class for tiled map asset handling. */ + export class TiledMapAsset extends Asset { + textures: Texture2D[]; + textureNames: string[]; + textureSizes: Size[]; + imageLayerTextures: Texture2D[]; + imageLayerTextureNames: string[]; + } + /** !#en Renders the TMX object group. + !#zh 渲染 tmx object group。 */ + export class TiledObjectGroup extends Component { + /** + !#en Offset position of child objects. + !#zh 获取子对象的偏移位置。 + + @example + ```js + let offset = tMXObjectGroup.getPositionOffset(); + ``` + */ + getPositionOffset(): Vec2; + /** + !#en List of properties stored in a dictionary. + !#zh 以映射的形式获取属性列表。 + + @example + ```js + let offset = tMXObjectGroup.getProperties(); + ``` + */ + getProperties(): any; + /** + !#en Gets the Group name. + !#zh 获取组名称。 + + @example + ```js + let groupName = tMXObjectGroup.getGroupName; + ``` + */ + getGroupName(): string; + /** + !#en + Return the object for the specific object name.
+ It will return the 1st object found on the array for the given name. + !#zh 获取指定的对象。 + @param objectName objectName + + @example + ```js + let object = tMXObjectGroup.getObject("Group"); + ``` + */ + getObject(objectName: string): any; + /** + !#en Gets the objects. + !#zh 获取对象数组。 + + @example + ```js + let objects = tMXObjectGroup.getObjects(); + ``` + */ + getObjects(): any[]; + } + /** !#en TiledTile can control the specified map tile. + It will apply the node rotation, scale, translate to the map tile. + You can change the TiledTile's gid to change the map tile's style. + !#zh TiledTile 可以单独对某一个地图块进行操作。 + 他会将节点的旋转,缩放,平移操作应用在这个地图块上,并可以通过更换当前地图块的 gid 来更换地图块的显示样式。 */ + export class TiledTile extends Component { + /** !#en Specify the TiledTile horizontal coordinate,use map tile as the unit. + !#zh 指定 TiledTile 的横向坐标,以地图块为单位 */ + x: number; + /** !#en Specify the TiledTile vertical coordinate,use map tile as the unit. + !#zh 指定 TiledTile 的纵向坐标,以地图块为单位 */ + y: number; + /** !#en Specify the TiledTile gid. + !#zh 指定 TiledTile 的 gid 值 */ + gid: number; + } + /** !#en cc.VideoPlayer is a component for playing videos, you can use it for showing videos in your game. Because different platforms have different authorization, API and control methods for VideoPlayer component. And have not yet formed a unified standard, only Web, iOS, and Android platforms are currently supported. + !#zh Video 组件,用于在游戏中播放视频。由于不同平台对于 VideoPlayer 组件的授权、API、控制方式都不同,还没有形成统一的标准,所以目前只支持 Web、iOS 和 Android 平台。 */ + export class VideoPlayer extends Component { + /** !#en The resource type of videoplayer, REMOTE for remote url and LOCAL for local file path. + !#zh 视频来源:REMOTE 表示远程视频 URL,LOCAL 表示本地视频地址。 */ + resourceType: VideoPlayer.ResourceType; + /** !#en The remote URL of video. + !#zh 远程视频的 URL */ + remoteURL: string; + /** !#en The local video full path. + !#zh 本地视频的 URL */ + clip: string; + /** !#en The current playback time of the now playing item in seconds, you could also change the start playback time. + !#zh 指定视频从什么时间点开始播放,单位是秒,也可以用来获取当前视频播放的时间进度。 */ + currentTime: number; + /** !#en The volume of the video. + !#zh 视频的音量(0.0 ~ 1.0) */ + volume: number; + /** !#en Mutes the VideoPlayer. Mute sets the volume=0, Un-Mute restore the original volume. + !#zh 是否静音视频。静音时设置音量为 0,取消静音是恢复原来的音量。 */ + mute: boolean; + /** !#en Whether keep the aspect ration of the original video. + !#zh 是否保持视频原来的宽高比 */ + keepAspectRatio: boolean; + /** !#en Whether play video in fullscreen mode. + !#zh 是否全屏播放视频 */ + isFullscreen: boolean; + /** !#en Always below the game view (only useful on Web. Note: The specific effects are not guaranteed to be consistent, depending on whether each browser supports or restricts). + !#zh 永远在游戏视图最底层(这个属性只有在 Web 平台上有效果。注意:具体效果无法保证一致,跟各个浏览器是否支持与限制有关) */ + stayOnBottom: boolean; + /** !#en the video player's callback, it will be triggered when certain event occurs, like: playing, paused, stopped and completed. + !#zh 视频播放回调函数,该回调函数会在特定情况被触发,比如播放中,暂时,停止和完成播放。 */ + videoPlayerEvent: Component.EventHandler[]; + /** + !#en If a video is paused, call this method could resume playing. If a video is stopped, call this method to play from scratch. + !#zh 如果视频被暂停播放了,调用这个接口可以继续播放。如果视频被停止播放了,调用这个接口可以从头开始播放。 + */ + play(): void; + /** + !#en If a video is paused, call this method to resume playing. + !#zh 如果一个视频播放被暂停播放了,调用这个接口可以继续播放。 + */ + resume(): void; + /** + !#en If a video is playing, call this method to pause playing. + !#zh 如果一个视频正在播放,调用这个接口可以暂停播放。 + */ + pause(): void; + /** + !#en If a video is playing, call this method to stop playing immediately. + !#zh 如果一个视频正在播放,调用这个接口可以立马停止播放。 + */ + stop(): void; + /** + !#en Gets the duration of the video + !#zh 获取视频文件的播放总时长 + */ + getDuration(): number; + /** + !#en Determine whether video is playing or not. + !#zh 判断当前视频是否处于播放状态 + */ + isPlaying(): boolean; + /** + !#en if you don't need the VideoPlayer and it isn't in any running Scene, you should + call the destroy method on this component or the associated node explicitly. + Otherwise, the created DOM element won't be removed from web page. + !#zh + 如果你不再使用 VideoPlayer,并且组件未添加到场景中,那么你必须手动对组件或所在节点调用 destroy。 + 这样才能移除网页上的 DOM 节点,避免 Web 平台内存泄露。 + + @example + ```js + videoplayer.node.parent = null; // or videoplayer.node.removeFromParent(false); + // when you don't need videoplayer anymore + videoplayer.node.destroy(); + ``` + */ + destroy(): boolean; + } + /** !#en + cc.NodePool is the cache pool designed for node type.
+ It can helps you to improve your game performance for objects which need frequent release and recreate operations
+ + It's recommended to create cc.NodePool instances by node type, the type corresponds to node type in game design, not the class, + for example, a prefab is a specific node type.
+ When you create a node pool, you can pass a Component which contains `unuse`, `reuse` functions to control the content of node.
+ + Some common use case is :
+ 1. Bullets in game (die very soon, massive creation and recreation, no side effect on other objects)
+ 2. Blocks in candy crash (massive creation and recreation)
+ etc... + !#zh + cc.NodePool 是用于管理节点对象的对象缓存池。
+ 它可以帮助您提高游戏性能,适用于优化对象的反复创建和销毁
+ 以前 cocos2d-x 中的 cc.pool 和新的节点事件注册系统不兼容,因此请使用 cc.NodePool 来代替。 + + 新的 NodePool 需要实例化之后才能使用,每种不同的节点对象池需要一个不同的对象池实例,这里的种类对应于游戏中的节点设计,一个 prefab 相当于一个种类的节点。
+ 在创建缓冲池时,可以传入一个包含 unuse, reuse 函数的组件类型用于节点的回收和复用逻辑。
+ + 一些常见的用例是:
+ 1.在游戏中的子弹(死亡很快,频繁创建,对其他对象无副作用)
+ 2.糖果粉碎传奇中的木块(频繁创建)。 + 等等.... */ + export class NodePool { + /** + !#en + Constructor for creating a pool for a specific node template (usually a prefab). You can pass a component (type or name) argument for handling event for reusing and recycling node. + !#zh + 使用构造函数来创建一个节点专用的对象池,您可以传递一个组件类型或名称,用于处理节点回收和复用时的事件逻辑。 + @param poolHandlerComp !#en The constructor or the class name of the component to control the unuse/reuse logic. !#zh 处理节点回收和复用事件逻辑的组件类型或名称。 + + @example + ```js + properties: { + template: cc.Prefab + }, + onLoad () { + // MyTemplateHandler is a component with 'unuse' and 'reuse' to handle events when node is reused or recycled. + this.myPool = new cc.NodePool('MyTemplateHandler'); + } + ``` + */ + constructor(poolHandlerComp?: {prototype: Component}|string); + /** !#en The pool handler component, it could be the class name or the constructor. + !#zh 缓冲池处理组件,用于节点的回收和复用逻辑,这个属性可以是组件类名或组件的构造函数。 */ + poolHandlerComp: Function|string; + /** + !#en The current available size in the pool + !#zh 获取当前缓冲池的可用对象数量 + */ + size(): number; + /** + !#en Destroy all cached nodes in the pool + !#zh 销毁对象池中缓存的所有节点 + */ + clear(): void; + /** + !#en Put a new Node into the pool. + It will automatically remove the node from its parent without cleanup. + It will also invoke unuse method of the poolHandlerComp if exist. + !#zh 向缓冲池中存入一个不再需要的节点对象。 + 这个函数会自动将目标节点从父节点上移除,但是不会进行 cleanup 操作。 + 这个函数会调用 poolHandlerComp 的 unuse 函数,如果组件和函数都存在的话。 + @param obj obj + + @example + ```js + let myNode = cc.instantiate(this.template); + this.myPool.put(myNode); + ``` + */ + put(obj: Node): void; + /** + !#en Get a obj from pool, if no available object in pool, null will be returned. + This function will invoke the reuse function of poolHandlerComp if exist. + !#zh 获取对象池中的对象,如果对象池没有可用对象,则返回空。 + 这个函数会调用 poolHandlerComp 的 reuse 函数,如果组件和函数都存在的话。 + @param params !#en Params to pass to 'reuse' method in poolHandlerComp !#zh 向 poolHandlerComp 中的 'reuse' 函数传递的参数 + + @example + ```js + let newNode = this.myPool.get(); + ``` + */ + get(...params: any[]): Node; + } + /** !#en Box Collider. + !#zh 包围盒碰撞组件 */ + export class BoxCollider extends Collider implements Collider.Box { + /** !#en + Collider info in world coordinate. + !#zh + 碰撞体的世界坐标系下的信息。 */ + world: ColliderInfo; + /** !#en Position offset + !#zh 位置偏移量 */ + offset: Vec2; + /** !#en Box size + !#zh 包围盒大小 */ + size: Size; + } + /** !#en Collider component base class. + !#zh 碰撞组件基类 */ + export class Collider extends Component { + /** !#en Tag. If a node has several collider components, you can judge which type of collider is collided according to the tag. + !#zh 标签。当一个节点上有多个碰撞组件时,在发生碰撞后,可以使用此标签来判断是节点上的哪个碰撞组件被碰撞了。 */ + tag: number; + } + /** !#en Circle Collider. + !#zh 圆形碰撞组件 */ + export class CircleCollider extends Collider implements Collider.Circle { + /** !#en + Collider info in world coordinate. + !#zh + 碰撞体的世界坐标系下的信息。 */ + world: ColliderInfo; + /** !#en Position offset + !#zh 位置偏移量 */ + offset: Vec2; + /** !#en Circle radius + !#zh 圆形半径 */ + radius: number; + } + /** !#en + Collider Info. + !#zh + 碰撞体信息。 */ + export class ColliderInfo { + /** !#en + Collider aabb information of last frame + !#zh + 碰撞体上一帧的 aabb 信息 */ + preAabb: Rect; + /** !#en + Collider aabb information of current frame + !#zh + 碰撞体当前帧的 aabb 信息 */ + aabb: Rect; + /** !#en + Collider matrix + !#zh + 碰撞体的矩阵信息 */ + matrix: Mat4; + /** !#en + Collider radius (for CircleCollider) + !#zh + 碰撞体的半径(只对 CircleCollider 有效) */ + radius: number; + /** !#en + Collider position (for CircleCollider) + !#zh + 碰撞体的位置(只对 CircleCollider 有效) */ + position: Vec2; + /** !#en + Collider points (for BoxCollider and PolygonCollider) + !#zh + 碰撞体的顶点信息(只对 BoxCollider 和 PolygonCollider 有效) */ + points: Vec2[]; + } + /** !#en + A simple collision manager class. + It will calculate whether the collider collides other colliders, if collides then call the callbacks. + !#zh + 一个简单的碰撞组件管理类,用于处理节点之间的碰撞组件是否产生了碰撞,并调用相应回调函数。 */ + export class CollisionManager implements EventTarget { + /** !#en + !#zh + 是否开启碰撞管理,默认为不开启 */ + enabled: boolean; + /** !#en + !#zh + 是否绘制碰撞组件的包围盒,默认为不绘制 */ + enabledDrawBoundingBox: boolean; + /** !#en + !#zh + 是否绘制碰撞组件的形状,默认为不绘制 */ + enabledDebugDraw: boolean; + /** + !#en Checks whether the EventTarget object has any callback registered for a specific type of event. + !#zh 检查事件目标对象是否有为特定类型的事件注册的回调。 + @param type The type of event. + */ + hasEventListener(type: string): boolean; + /** + !#en + Register an callback of a specific event type on the EventTarget. + This type of event should be triggered via `emit`. + !#zh + 注册事件目标的特定事件类型回调。这种类型的事件应该被 `emit` 触发。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, node); + ``` + */ + on(type: string, callback: T, target?: any, useCapture?: boolean): T; + /** + !#en + Removes the listeners previously registered with the same type, callback, target and or useCapture, + if only type is passed as parameter, all listeners registered with that type will be removed. + !#zh + 删除之前用同类型,回调,目标或 useCapture 注册的事件监听器,如果只传递 type,将会删除 type 类型的所有事件监听器。 + @param type A string representing the event type being removed. + @param callback The callback to remove. + @param target The target (this object) to invoke the callback, if it's not given, only callback without target will be removed + + @example + ```js + // register fire eventListener + var callback = eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, target); + // remove fire event listener + eventTarget.off('fire', callback, target); + // remove all fire event listeners + eventTarget.off('fire'); + ``` + */ + off(type: string, callback?: Function, target?: any): void; + /** + !#en Removes all callbacks previously registered with the same target (passed as parameter). + This is not for removing all listeners in the current event target, + and this is not for removing all listeners the target parameter have registered. + It's only for removing all listeners (callback and target couple) registered on the current event target by the target parameter. + !#zh 在当前 EventTarget 上删除指定目标(target 参数)注册的所有事件监听器。 + 这个函数无法删除当前 EventTarget 的所有事件监听器,也无法删除 target 参数所注册的所有事件监听器。 + 这个函数只能删除 target 参数在当前 EventTarget 上注册的所有事件监听器。 + @param target The target to be searched for all related listeners + */ + targetOff(target: any): void; + /** + !#en + Register an callback of a specific event type on the EventTarget, + the callback will remove itself after the first time it is triggered. + !#zh + 注册事件目标的特定事件类型回调,回调会在第一时间被触发后删除自身。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.once('fire', function () { + cc.log("this is the callback and will be invoked only once"); + }, node); + ``` + */ + once(type: string, callback: (arg1?: any, arg2?: any, arg3?: any, arg4?: any, arg5?: any) => void, target?: any): void; + /** + !#en + Send an event with the event object. + !#zh + 通过事件对象派发事件 + @param event event + */ + dispatchEvent(event: Event): void; + /** + !#en + Destroy all callbackInfos. + !#zh + 销毁记录的事件 + */ + clear(): void; + } + /** !#en Intersection helper class + !#zh 辅助类,用于测试形状与形状是否相交 */ + export class Intersection { + /** + !#en Test line and line + !#zh 测试线段与线段是否相交 + @param a1 The start point of the first line + @param a2 The end point of the first line + @param b1 The start point of the second line + @param b2 The end point of the second line + */ + static lineLine(a1: Vec2, a2: Vec2, b1: Vec2, b2: Vec2): boolean; + /** + !#en Test line and rect + !#zh 测试线段与矩形是否相交 + @param a1 The start point of the line + @param a2 The end point of the line + @param b The rect + */ + static lineRect(a1: Vec2, a2: Vec2, b: Rect): boolean; + /** + !#en Test line and polygon + !#zh 测试线段与多边形是否相交 + @param a1 The start point of the line + @param a2 The end point of the line + @param b The polygon, a set of points + */ + static linePolygon(a1: Vec2, a2: Vec2, b: Vec2[]): boolean; + /** + !#en Test rect and rect + !#zh 测试矩形与矩形是否相交 + @param a The first rect + @param b The second rect + */ + static rectRect(a: Rect, b: Rect): boolean; + /** + !#en Test rect and polygon + !#zh 测试矩形与多边形是否相交 + @param a The rect + @param b The polygon, a set of points + */ + static rectPolygon(a: Rect, b: Vec2[]): boolean; + /** + !#en Test polygon and polygon + !#zh 测试多边形与多边形是否相交 + @param a The first polygon, a set of points + @param b The second polygon, a set of points + */ + static polygonPolygon(a: Vec2[], b: Vec2[]): boolean; + /** + !#en Test circle and circle + !#zh 测试圆形与圆形是否相交 + @param a Object contains position and radius + @param b Object contains position and radius + */ + static circleCircle(a: {position: Vec2, radius: number}, b: {position: Vec2, radius: number}): boolean; + /** + !#en Test polygon and circle + !#zh 测试矩形与圆形是否相交 + @param polygon The Polygon, a set of points + @param circle Object contains position and radius + */ + static polygonCircle(polygon: Vec2[], circle: {position: Vec2, radius: number}): boolean; + /** + !#en Test whether the point is in the polygon + !#zh 测试一个点是否在一个多边形中 + @param point The point + @param polygon The polygon, a set of points + */ + static pointInPolygon(point: Vec2, polygon: Vec2[]): boolean; + /** + !#en Calculate the distance of point to line. + !#zh 计算点到直线的距离。如果这是一条线段并且垂足不在线段内,则会计算点到线段端点的距离。 + @param point The point + @param start The start point of line + @param end The end point of line + @param isSegment whether this line is a segment + */ + static pointLineDistance(point: Vec2, start: Vec2, end: Vec2, isSegment: boolean): number; + } + /** !#en Polygon Collider. + !#zh 多边形碰撞组件 */ + export class PolygonCollider extends Collider implements Collider.Polygon { + /** !#en + Collider info in world coordinate. + !#zh + 碰撞体的世界坐标系下的信息。 */ + world: ColliderInfo; + /** !#en Position offset + !#zh 位置偏移量 */ + offset: Vec2; + /** !#en Polygon points + !#zh 多边形顶点数组 */ + points: Vec2[]; + } + /** !#en The Light Component + + !#zh 光源组件 */ + export class Light extends Component { + } + /** !#en + This module controls asset's behaviors and information, include loading, releasing etc. it is a singleton + All member can be accessed with `cc.assetManager`. + + !#zh + 此模块管理资源的行为和信息,包括加载,释放等,这是一个单例,所有成员能够通过 `cc.assetManager` 调用 */ + export class AssetManager { + /** !#en + Normal loading pipeline + + !#zh + 正常加载管线 */ + pipeline: cc.AssetManager.Pipeline; + /** !#en + Fetching pipeline + + !#zh + 下载管线 */ + fetchPipeline: cc.AssetManager.Pipeline; + /** !#en + Url transformer + + !#zh + Url 转换器 */ + transformPipeline: cc.AssetManager.Pipeline; + /** !#en + The collection of bundle which is already loaded, you can remove cache with {{#crossLink "AssetManager/removeBundle:method"}}{{/crossLink}} + + !#zh + 已加载 bundle 的集合, 你能通过 {{#crossLink "AssetManager/removeBundle:method"}}{{/crossLink}} 来移除缓存 */ + bundles: AssetManager.Cache; + /** !#en + The collection of asset which is already loaded, you can remove cache with {{#crossLink "AssetManager/releaseAsset:method"}}{{/crossLink}} + + !#zh + 已加载资源的集合, 你能通过 {{#crossLink "AssetManager/releaseAsset:method"}}{{/crossLink}} 来移除缓存 */ + assets: AssetManager.Cache; + /** !#en + Manage relationship between asset and its dependencies + + !#zh + 管理资源依赖关系 */ + dependUtil: cc.AssetManager.DependUtil; + /** !#en + Whether or not cache the loaded asset + + !#zh + 是否缓存已加载的资源 */ + cacheAsset: boolean; + /** !#en + Whether or not load asset forcely, if it is true, asset will be loaded regardless of error + + !#zh + 是否强制加载资源, 如果为 true ,加载资源将会忽略报错 */ + force: boolean; + /** !#en + Some useful function + + !#zh + 一些有用的方法 */ + utils: cc.AssetManager.Helper; + /** !#en + Manage all downloading task + + !#zh + 管理所有下载任务 */ + downloader: cc.AssetManager.Downloader; + /** !#en + Manage all parsing task + + !#zh + 管理所有解析任务 */ + parser: cc.AssetManager.Parser; + /** !#en + Manage internal asset + + !#zh + 管理内置资源 */ + builtins: cc.AssetManager.Builtins; + /** !#en + Manage all packed asset + + !#zh + 管理所有合并后的资源 */ + packManager: cc.AssetManager.PackManager; + /** !#en + Cache manager is a module which controls all caches downloaded from server in non-web platform. + + !#zh + 缓存管理器是一个模块,在非 WEB 平台上,用于管理所有从服务器上下载下来的缓存 */ + cacheManager: cc.AssetManager.CacheManager|null; + /** !#en + The preset of options + + !#zh + 可选参数的预设集 */ + presets: Record>; + /** !#en + The builtin 'main' bundle + + !#zh + 内置 main 包 */ + main: cc.AssetManager.Bundle; + /** !#en + The builtin 'resources' bundle + + !#zh + 内置 resources 包 */ + resources: cc.AssetManager.Bundle; + /** !#en + The builtin 'internal' bundle + + !#zh + 内置 internal 包 */ + internal: cc.AssetManager.Bundle; + /** + !#en + Initialize assetManager with options + + !#zh + 初始化资源管理器 + @param options options + */ + init(options: Record): void; + /** + !#en + Get the bundle which has been loaded + + !#zh + 获取已加载的分包 + @param name The name of bundle + + @example + ```js + // ${project}/assets/test1 + cc.assetManager.getBundle('test1'); + + cc.assetManager.getBundle('resources'); + ``` + */ + getBundle (name: string): cc.AssetManager.Bundle; + /** + !#en + Remove this bundle. NOTE: The asset whthin this bundle will not be released automatically, you can call {{#crossLink "Bundle/releaseAll:method"}}{{/crossLink}} manually before remove it if you need + + !#zh + 移除此包, 注意:这个包内的资源不会自动释放, 如果需要的话你可以在摧毁之前手动调用 {{#crossLink "Bundle/releaseAll:method"}}{{/crossLink}} 进行释放 + @param bundle The bundle to be removed + */ + removeBundle(bundle: cc.AssetManager.Bundle): void; + /** + !#en + General interface used to load assets with a progression callback and a complete callback. You can achieve almost all effect you want with combination of `requests` and `options`. + It is highly recommended that you use more simple API, such as `load`, `loadDir` etc. Every custom parameter in `options` will be distribute to each of `requests`. + if request already has same one, the parameter in request will be given priority. Besides, if request has dependencies, `options` will distribute to dependencies too. + Every custom parameter in `requests` will be tranfered to handler of `downloader` and `parser` as `options`. + You can register you own handler downloader or parser to collect these custom parameters for some effect. + + Reserved Keyword: `uuid`, `url`, `path`, `dir`, `scene`, `type`, `priority`, `preset`, `audioLoadMode`, `ext`, `bundle`, `onFileProgress`, `maxConcurrency`, `maxRequestsPerFrame` + `maxRetryCount`, `version`, `responseType`, `withCredentials`, `mimeType`, `timeout`, `header`, `reload`, `cacheAsset`, `cacheEnabled`, + Please DO NOT use these words as custom options! + + !#zh + 通用加载资源接口,可传入进度回调以及完成回调,通过组合 `request` 和 `options` 参数,几乎可以实现和扩展所有想要的加载效果。非常建议你使用更简单的API,例如 `load`、`loadDir` 等。 + `options` 中的自定义参数将会分发到 `requests` 的每一项中,如果request中已存在同名的参数则以 `requests` 中为准,同时如果有其他 + 依赖资源,则 `options` 中的参数会继续向依赖项中分发。request中的自定义参数都会以 `options` 形式传入加载流程中的 `downloader`, `parser` 的方法中, 你可以 + 扩展 `downloader`, `parser` 收集参数完成想实现的效果。 + + 保留关键字: `uuid`, `url`, `path`, `dir`, `scene`, `type`, `priority`, `preset`, `audioLoadMode`, `ext`, `bundle`, `onFileProgress`, `maxConcurrency`, `maxRequestsPerFrame` + `maxRetryCount`, `version`, `responseType`, `withCredentials`, `mimeType`, `timeout`, `header`, `reload`, `cacheAsset`, `cacheEnabled`, + 请不要使用这些字段为自定义参数! + @param requests The request you want to load + @param options Optional parameters + @param onProgress Callback invoked when progression change + @param onComplete Callback invoked when finish loading + + @example + ```js + cc.assetManager.loadAny({url: 'http://example.com/a.png'}, (err, img) => cc.log(img)); + cc.assetManager.loadAny(['60sVXiTH1D/6Aft4MRt9VC'], (err, assets) => cc.log(assets)); + cc.assetManager.loadAny([{ uuid: '0cbZa5Y71CTZAccaIFluuZ'}, {url: 'http://example.com/a.png'}], (err, assets) => cc.log(assets)); + cc.assetManager.downloader.register('.asset', (url, options, onComplete) => { + url += '?userName=' + options.userName + "&password=" + options.password; + cc.assetManager.downloader.downloadFile(url, null, onComplete); + }); + cc.assetManager.parser.register('.asset', (file, options, onComplete) => { + var json = JSON.parse(file); + var skin = json[options.skin]; + var model = json[options.model]; + onComplete(null, {skin, model}); + }); + cc.assetManager.loadAny({ url: 'http://example.com/my.asset', skin: 'xxx', model: 'xxx', userName: 'xxx', password: 'xxx' }); + ``` + */ + loadAny(requests: string | string[] | Record | Record[], options: Record, onProgress: (finished: number, total: number, item: cc.AssetManager.RequestItem) => void, onComplete: (err: Error, data: any) => void): void; + loadAny(requests: string | string[] | Record | Record[], onProgress: (finished: number, total: number, item: cc.AssetManager.RequestItem) => void, onComplete: (err: Error, data: any) => void): void; + loadAny(requests: string | string[] | Record | Record[], options: Record, onComplete: (err: Error, data: any) => void): void; + loadAny(requests: string | string[] | Record | Record[], onComplete: (err: Error, data: any) => void): void; + loadAny(requests: string | string[] | Record | Record[], options: Record): void; + loadAny(requests: string | string[] | Record | Record[]): void; + /** + !#en + General interface used to preload assets with a progression callback and a complete callback.It is highly recommended that you use more simple API, such as `preloadRes`, `preloadResDir` etc. + Everything about preload is just likes `cc.assetManager.loadAny`, the difference is `cc.assetManager.preloadAny` will only download asset but not parse asset. You need to invoke `cc.assetManager.loadAny(preloadTask)` + to finish loading asset + + !#zh + 通用预加载资源接口,可传入进度回调以及完成回调,非常建议你使用更简单的 API ,例如 `preloadRes`, `preloadResDir` 等。`preloadAny` 和 `loadAny` 几乎一样,区别在于 `preloadAny` 只会下载资源,不会去解析资源,你需要调用 `cc.assetManager.loadAny(preloadTask)` + 来完成资源加载。 + @param requests The request you want to preload + @param options Optional parameters + @param onProgress Callback invoked when progression change + @param onComplete Callback invoked when finish preloading + + @example + ```js + cc.assetManager.preloadAny('0cbZa5Y71CTZAccaIFluuZ', (err) => cc.assetManager.loadAny('0cbZa5Y71CTZAccaIFluuZ')); + ``` + */ + preloadAny(requests: string | string[] | Record | Record[], options: Record, onProgress: (finished: number, total: number, item: cc.AssetManager.RequestItem) => void, onComplete: (err: Error, items: cc.AssetManager.RequestItem[]) => void): void; + preloadAny(requests: string | string[] | Record | Record[], onProgress: (finished: number, total: number, item: cc.AssetManager.RequestItem) => void, onComplete: (err: Error, items: cc.AssetManager.RequestItem[]) => void): void; + preloadAny(requests: string | string[] | Record | Record[], options: Record, onComplete: (err: Error, items: cc.AssetManager.RequestItem[]) => void): void; + preloadAny(requests: string | string[] | Record | Record[], onComplete: (err: Error, items: cc.AssetManager.RequestItem[]) => void): void; + preloadAny(requests: string | string[] | Record | Record[], options: Record): void; + preloadAny(requests: string | string[] | Record | Record[]): void; + /** + !#en + Load native file of asset, if you check the option 'Async Load Assets', you may need to load native file with this before you use the asset + + !#zh + 加载资源的原生文件,如果你勾选了'延迟加载资源'选项,你可能需要在使用资源之前调用此方法来加载原生文件 + @param asset The asset + @param options Some optional parameters + @param onComplete Callback invoked when finish loading + + @example + ```js + cc.assetManager.postLoadNative(texture, (err) => console.log(err)); + ``` + */ + postLoadNative(asset: cc.Asset, options: Record, onComplete: (err: Error) => void): void; + postLoadNative(asset: cc.Asset, onComplete: (err: Error) => void): void; + postLoadNative(asset: cc.Asset, options: Record): void; + postLoadNative(asset: cc.Asset): void; + /** + !#en + Load remote asset with url, such as audio, image, text and so on. + + !#zh + 使用 url 加载远程资源,例如音频,图片,文本等等。 + @param url The url of asset + @param options Some optional parameters + @param onComplete Callback invoked when finish loading + + @example + ```js + cc.assetManager.loadRemote('http://www.cloud.com/test1.jpg', (err, texture) => console.log(err)); + cc.assetManager.loadRemote('http://www.cloud.com/test2.mp3', (err, audioClip) => console.log(err)); + cc.assetManager.loadRemote('http://www.cloud.com/test3', { ext: '.png' }, (err, texture) => console.log(err)); + ``` + */ + loadRemote(url: string, options: Record, onComplete: (err: Error, asset: T) => void): void; + loadRemote(url: string, onComplete: (err: Error, asset: T) => void): void; + loadRemote(url: string, options: Record): void; + loadRemote(url: string): void; + /** + !#en + Load script + + !#zh + 加载脚本 + @param url Url of the script + @param options Some optional paramters + @param onComplete Callback when script loaded or failed + + @example + ```js + loadScript('http://localhost:8080/index.js', null, (err) => console.log(err)); + ``` + */ + loadScript(url: string|string[], options: Record, onComplete: (err: Error) => void): void; + loadScript(url: string|string[], onComplete: (err: Error) => void): void; + loadScript(url: string|string[], options: Record): void; + loadScript(url: string|string[]): void; + /** + !#en + load bundle + + !#zh + 加载资源包 + @param nameOrUrl The name or root path of bundle + @param options Some optional paramter, same like downloader.downloadFile + @param onComplete Callback when bundle loaded or failed + + @example + ```js + loadBundle('http://localhost:8080/test', null, (err, bundle) => console.log(err)); + ``` + */ + loadBundle(nameOrUrl: string, options: Record, onComplete: (err: Error, bundle: cc.AssetManager.Bundle) => void): void; + loadBundle(nameOrUrl: string, onComplete: (err: Error, bundle: cc.AssetManager.Bundle) => void): void; + loadBundle(nameOrUrl: string, options: Record): void; + loadBundle(nameOrUrl: string): void; + /** + !#en + Release asset and it's dependencies. + This method will not only remove the cache of the asset in assetManager, but also clean up its content. + For example, if you release a texture, the texture asset and its gl texture data will be freed up. + Notice, this method may cause the texture to be unusable, if there are still other nodes use the same texture, they may turn to black and report gl errors. + + !#zh + 释放资源以及其依赖资源, 这个方法不仅会从 assetManager 中删除资源的缓存引用,还会清理它的资源内容。 + 比如说,当你释放一个 texture 资源,这个 texture 和它的 gl 贴图数据都会被释放。 + 注意,这个函数可能会导致资源贴图或资源所依赖的贴图不可用,如果场景中存在节点仍然依赖同样的贴图,它们可能会变黑并报 GL 错误。 + @param asset The asset to be released + + @example + ```js + // release a texture which is no longer need + cc.assetManager.releaseAsset(texture); + ``` + */ + releaseAsset(asset: cc.Asset): void; + /** + !#en + Release all assets. Refer to {{#crossLink "AssetManager/releaseAsset:method"}}{{/crossLink}} for detailed informations. + + !#zh + 释放所有资源。详细信息请参考 {{#crossLink "AssetManager/releaseAsset:method"}}{{/crossLink}} + */ + releaseAll(): void; + } + /** `cc.loader` is deprecated, please backup your project and upgrade to {{#crossLink "AssetManager"}}{{/crossLink}} */ + export class loader { + /** `cc.loader.onProgress` is deprecated, please transfer onProgress to API as a parameter */ + static onProgress: any; + /** + `cc.loader.load` is deprecated, please use {{#crossLink "AssetManager/loadAny:method"}}{{/crossLink}} instead + @param resources Url list in an array + @param progressCallback Callback invoked when progression change + @param completeCallback Callback invoked when all resources loaded + */ + static load(resources: string|string[]|{uuid?: string, url?: string, type?: string}, completeCallback?: Function): void; + static load(resources: string|string[]|{uuid?: string, url?: string, type?: string}, progressCallback: (completedCount: number, totalCount: number, item: any) => void, completeCallback: Function|null): void; + /** + `cc.loader.getXMLHttpRequest` is deprecated, please use `XMLHttpRequest` directly + */ + static getXMLHttpRequest(): XMLHttpRequest; + /** + `cc.loader.getItem` is deprecated, please use `cc.assetManager.asset.get` instead + @param id The id of the item + */ + static getItem(id: any): any; + /** + `cc.loader.loadRes` is deprecated, please use {{#crossLink "Bundle/load:method"}}{{/crossLink}} instead + @param url Url of the target resource. + The url is relative to the "resources" folder, extensions must be omitted. + @param type Only asset of type will be loaded if this argument is supplied. + @param progressCallback Callback invoked when progression change. + @param completeCallback Callback invoked when the resource loaded. + */ + static loadRes(url: string, type: typeof cc.Asset, progressCallback: (completedCount: number, totalCount: number, item: any) => void, completeCallback: ((error: Error, resource: any) => void)|null): void; + static loadRes(url: string, type: typeof cc.Asset, completeCallback: (error: Error, resource: any) => void): void; + static loadRes(url: string, type: typeof cc.Asset): void; + static loadRes(url: string, progressCallback: (completedCount: number, totalCount: number, item: any) => void, completeCallback: ((error: Error, resource: any) => void)|null): void; + static loadRes(url: string, completeCallback: (error: Error, resource: any) => void): void; + static loadRes(url: string): void; + /** + `cc.loader.loadResArray` is deprecated, please use {{#crossLink "Bundle/load:method"}}{{/crossLink}} instead + @param urls Array of URLs of the target resource. + The url is relative to the "resources" folder, extensions must be omitted. + @param type Only asset of type will be loaded if this argument is supplied. + @param progressCallback Callback invoked when progression change. + @param completeCallback A callback which is called when all assets have been loaded, or an error occurs. + */ + static loadResArray(url: string[], type: typeof cc.Asset, progressCallback: (completedCount: number, totalCount: number, item: any) => void, completeCallback: ((error: Error, resource: any[]) => void)|null): void; + static loadResArray(url: string[], type: typeof cc.Asset, completeCallback: (error: Error, resource: any[]) => void): void; + static loadResArray(url: string[], type: typeof cc.Asset): void; + static loadResArray(url: string[], progressCallback: (completedCount: number, totalCount: number, item: any) => void, completeCallback: ((error: Error, resource: any[]) => void)|null): void; + static loadResArray(url: string[], completeCallback: (error: Error, resource: any[]) => void): void; + static loadResArray(url: string[]): void; + static loadResArray(url: string[], type: typeof cc.Asset[]): void; + /** + `cc.loader.loadResDir` is deprecated, please use {{#crossLink "Bundle/loadDir:method"}}{{/crossLink}} instead + @param url Url of the target folder. + The url is relative to the "resources" folder, extensions must be omitted. + @param type Only asset of type will be loaded if this argument is supplied. + @param progressCallback Callback invoked when progression change. + @param completeCallback A callback which is called when all assets have been loaded, or an error occurs. + */ + static loadResDir(url: string, type: typeof cc.Asset, progressCallback: (completedCount: number, totalCount: number, item: any) => void, completeCallback: ((error: Error, resource: any[], urls: string[]) => void)|null): void; + static loadResDir(url: string, type: typeof cc.Asset, completeCallback: (error: Error, resource: any[], urls: string[]) => void): void; + static loadResDir(url: string, type: typeof cc.Asset): void; + static loadResDir(url: string, progressCallback: (completedCount: number, totalCount: number, item: any) => void, completeCallback: ((error: Error, resource: any[], urls: string[]) => void)|null): void; + static loadResDir(url: string, completeCallback: (error: Error, resource: any[], urls: string[]) => void): void; + static loadResDir(url: string): void; + /** + `cc.loader.getRes` is deprecated, please use {{#crossLink "Bundle/get:method"}}{{/crossLink}} instead + @param url url + @param type Only asset of type will be returned if this argument is supplied. + */ + static getRes(url: string, type?: Function): any; + /** + `cc.loader.getDependsRecursively` is deprecated, please use use {{#crossLink "DependUtil/getDepsRecursively:method"}}{{/crossLink}} instead + @param owner The owner asset or the resource url or the asset's uuid + */ + static getDependsRecursively(owner: Asset|string): any[]; + /** `cc.loader.assetLoader` was removed, assetLoader and md5Pipe were merged into {{#crossLink "AssetManager/transformPipeline:property"}}{{/crossLink}} */ + static assetLoader: any; + /** `cc.loader.md5Pipe` is deprecated, assetLoader and md5Pipe were merged into {{#crossLink "AssetManager/transformPipeline:property"}}{{/crossLink}} */ + static md5Pipe: any; + /** `cc.loader.downloader` is deprecated, please use {{#crossLink "AssetManager/downloader:property"}}{{/crossLink}} instead */ + static downloader: any; + /** `cc.loader.loader` is deprecated, please use {{#crossLink "AssetManager/parser:property"}}{{/crossLink}} instead */ + static loader: any; + /** + `cc.loader.addDownloadHandlers` is deprecated, please use `cc.assetManager.downloader.register` instead + @param extMap Custom supported types with corresponded handler + */ + static addDownloadHandlers(extMap: any): void; + /** + `cc.loader.addLoadHandlers` is deprecated, please use `cc.assetManager.parser.register` instead + @param extMap Custom supported types with corresponded handler + */ + static addLoadHandlers(extMap: any): void; + /** + `cc.loader.release` is deprecated, please use {{#crossLink "AssetManager/releaseAsset:method"}}{{/crossLink}} instead + @param asset asset + */ + static release(asset: Asset|string|any[]): void; + /** + `cc.loader.releaseAsset` is deprecated, please use {{#crossLink "AssetManager/releaseAsset:method"}}{{/crossLink}} instead + @param asset asset + */ + static releaseAsset(asset: Asset): void; + /** + `cc.loader.releaseRes` is deprecated, please use {{#crossLink "AssetManager/releaseRes:method"}}{{/crossLink}} instead + @param url url + @param type Only asset of type will be released if this argument is supplied. + */ + static releaseRes(url: string, type?: Function): void; + /** + `cc.loader.releaseResDir` was removed, please use {{#crossLink "AssetManager/releaseRes:method"}}{{/crossLink}} instead + */ + static releaseResDir(): void; + /** + `cc.loader.releaseAll` is deprecated, please use {{#crossLink "AssetManager/releaseAll:method"}}{{/crossLink}} instead + */ + static releaseAll(): void; + /** + `cc.loader.removeItem` is deprecated, please use `cc.assetManager.assets.remove` instead + @param id The id of the item + */ + static removeItem(id: any): boolean; + /** + `cc.loader.setAutoRelease` is deprecated, if you want to prevent some asset from auto releasing, please use {{#crossLink "Asset/addRef:method"}}{{/crossLink}} instead + @param assetOrUrlOrUuid asset object or the raw asset's url or uuid + @param autoRelease indicates whether should release automatically + */ + static setAutoRelease(assetOrUrlOrUuid: Asset|string, autoRelease: boolean): void; + /** + `cc.loader.setAutoReleaseRecursively` is deprecated, if you want to prevent some asset from auto releasing, please use {{#crossLink "Asset/addRef:method"}}{{/crossLink}} instead + @param assetOrUrlOrUuid asset object or the raw asset's url or uuid + @param autoRelease indicates whether should release automatically + */ + static setAutoReleaseRecursively(assetOrUrlOrUuid: Asset|string, autoRelease: boolean): void; + /** + `cc.loader.isAutoRelease` is deprecated + @param assetOrUrl asset object or the raw asset's url + */ + static isAutoRelease(assetOrUrl: Asset|string): boolean; + } + /** `cc.url` is deprecated */ + export class url { + /** + `cc.url.raw` is deprecated, please use `cc.resources.load` directly, or use `Asset.nativeUrl` instead. + @param url url + */ + static raw(url: string): string; + } + /** `cc.LoadingItems` was removed, please use {{#crossLink "Task"}}{{/crossLink}} instead */ + export class LoadingItems { + } + /** !#en + Base class for handling assets used in Creator.
+ + You may want to override:
+ - createNode
+ - getset functions of _nativeAsset
+ - cc.Object._serialize
+ - cc.Object._deserialize
+ !#zh + Creator 中的资源基类。
+ + 您可能需要重写:
+ - createNode
+ - _nativeAsset 的 getset 方法
+ - cc.Object._serialize
+ - cc.Object._deserialize
*/ + export class Asset extends Object { + /** `cc.Asset.url` is deprecated, please use {{#crossLink "Asset/nativeUrl:property"}}{{/crossLink}} instead */ + url: string; + /** !#en + Whether the asset is loaded or not. + !#zh + 该资源是否已经成功加载。 */ + loaded: boolean; + /** !#en + Returns the url of this asset's native object, if none it will returns an empty string. + !#zh + 返回该资源对应的目标平台资源的 URL,如果没有将返回一个空字符串。 */ + nativeUrl: string; + /** !#en + The number of reference + + !#zh + 引用的数量 */ + refCount: number; + /** !#en Indicates whether its dependent raw assets can support deferred load if the owner scene (or prefab) is marked as `asyncLoadAssets`. + !#zh 当场景或 Prefab 被标记为 `asyncLoadAssets`,禁止延迟加载该资源所依赖的其它原始资源。 */ + static preventDeferredLoadDependents: boolean; + /** !#en Indicates whether its native object should be preloaded from native url. + !#zh 禁止预加载原生对象。 */ + static preventPreloadNativeObject: boolean; + /** + !#en + Returns the asset's url. + + The `Asset` object overrides the `toString()` method of the `Object` object. + For `Asset` objects, the `toString()` method returns a string representation of the object. + JavaScript calls the `toString()` method automatically when an asset is to be represented as a text value or when a texture is referred to in a string concatenation. + !#zh + 返回资源的 URL。 + + Asset 对象将会重写 Object 对象的 `toString()` 方法。 + 对于 Asset 对象,`toString()` 方法返回该对象的字符串表示形式。 + 当资源要表示为文本值时或在字符串连接时引用时,JavaScript 会自动调用 `toString()` 方法。 + */ + toString(): string; + /** + !#en + Create a new node using this asset in the scene.
+ If this type of asset dont have its corresponding node type, this method should be null. + !#zh + 使用该资源在场景中创建一个新节点。
+ 如果这类资源没有相应的节点类型,该方法应该是空的。 + @param callback callback + */ + createNode(callback: (error: string, node: any) => void): void; + /** + !#en + Add references of asset + + !#zh + 增加资源的引用 + */ + addRef(): cc.Asset; + /** + !#en + Reduce references of asset and it will be auto released when refCount equals 0. + + !#zh + 减少资源的引用并尝试进行自动释放。 + */ + decRef(): cc.Asset; + } + /** Predefined constants */ + export class macro { + /** `cc.macro.DOWNLOAD_MAX_CONCURRENT` is deprecated now, please use {{#crossLink "Downloader/maxConcurrency:property"}}{{/crossLink}} instead */ + static DOWNLOAD_MAX_CONCURRENT: number; + /** PI / 180 */ + static RAD: number; + /** One degree */ + static DEG: number; + static REPEAT_FOREVER: number; + static FLT_EPSILON: number; + /** Minimum z index value for node */ + static MIN_ZINDEX: number; + /** Maximum z index value for node */ + static MAX_ZINDEX: number; + static ONE: number; + static ZERO: number; + static SRC_ALPHA: number; + static SRC_ALPHA_SATURATE: number; + static SRC_COLOR: number; + static DST_ALPHA: number; + static DST_COLOR: number; + static ONE_MINUS_SRC_ALPHA: number; + static ONE_MINUS_SRC_COLOR: number; + static ONE_MINUS_DST_ALPHA: number; + static ONE_MINUS_DST_COLOR: number; + static ONE_MINUS_CONSTANT_ALPHA: number; + static ONE_MINUS_CONSTANT_COLOR: number; + /** Oriented vertically */ + static ORIENTATION_PORTRAIT: number; + /** Oriented horizontally */ + static ORIENTATION_LANDSCAPE: number; + /** Oriented automatically */ + static ORIENTATION_AUTO: number; + /**

+ If enabled, the texture coordinates will be calculated by using this formula:
+ - texCoord.left = (rect.x*2+1) / (texture.wide*2);
+ - texCoord.right = texCoord.left + (rect.width*2-2)/(texture.wide*2);
+
+ The same for bottom and top.
+
+ This formula prevents artifacts by using 99% of the texture.
+ The "correct" way to prevent artifacts is by expand the texture's border with the same color by 1 pixel
+
+ Affected component:
+ - cc.TMXLayer
+
+ Enabled by default. To disabled set it to 0.
+ To modify it, in Web engine please refer to CCMacro.js, in JSB please refer to CCConfig.h +

*/ + static FIX_ARTIFACTS_BY_STRECHING_TEXEL_TMX: number; + /** Position of the FPS (Default: 0,0 (bottom-left corner))
+ To modify it, in Web engine please refer to CCMacro.js, in JSB please refer to CCConfig.h */ + static DIRECTOR_STATS_POSITION: Vec2; + /**

+ If enabled, actions that alter the position property (eg: CCMoveBy, CCJumpBy, CCBezierBy, etc..) will be stacked.
+ If you run 2 or more 'position' actions at the same time on a node, then end position will be the sum of all the positions.
+ If disabled, only the last run action will take effect. +

*/ + static ENABLE_STACKABLE_ACTIONS: number; + /** !#en + The timeout to determine whether a touch is no longer active and should be removed. + The reason to add this timeout is due to an issue in X5 browser core, + when X5 is presented in wechat on Android, if a touch is glissed from the bottom up, and leave the page area, + no touch cancel event is triggered, and the touch will be considered active forever. + After multiple times of this action, our maximum touches number will be reached and all new touches will be ignored. + So this new mechanism can remove the touch that should be inactive if it's not updated during the last 5000 milliseconds. + Though it might remove a real touch if it's just not moving for the last 5 seconds which is not easy with the sensibility of mobile touch screen. + You can modify this value to have a better behavior if you find it's not enough. + !#zh + 用于甄别一个触点对象是否已经失效并且可以被移除的延时时长 + 添加这个时长的原因是 X5 内核在微信浏览器中出现的一个 bug。 + 在这个环境下,如果用户将一个触点从底向上移出页面区域,将不会触发任何 touch cancel 或 touch end 事件,而这个触点会被永远当作停留在页面上的有效触点。 + 重复这样操作几次之后,屏幕上的触点数量将达到我们的事件系统所支持的最高触点数量,之后所有的触摸事件都将被忽略。 + 所以这个新的机制可以在触点在一定时间内没有任何更新的情况下视为失效触点并从事件系统中移除。 + 当然,这也可能移除一个真实的触点,如果用户的触点真的在一定时间段内完全没有移动(这在当前手机屏幕的灵敏度下会很难)。 + 你可以修改这个值来获得你需要的效果,默认值是 5000 毫秒。 */ + static TOUCH_TIMEOUT: number; + /** !#en + The maximum vertex count for a single batched draw call. + !#zh + 最大可以被单次批处理渲染的顶点数量。 */ + static BATCH_VERTEX_COUNT: number; + /** !#en + Whether or not enabled tiled map auto culling. If you set the TiledMap skew or rotation, then need to manually disable this, otherwise, the rendering will be wrong. + !#zh + 是否开启瓦片地图的自动裁减功能。瓦片地图如果设置了 skew, rotation 或者采用了摄像机的话,需要手动关闭,否则渲染会出错。 */ + static ENABLE_TILEDMAP_CULLING: boolean; + /** !#en + Boolean that indicates if the canvas contains an alpha channel, default sets to false for better performance. + Though if you want to make your canvas background transparent and show other dom elements at the background, + you can set it to true before `cc.game.run`. + Web only. + !#zh + 用于设置 Canvas 背景是否支持 alpha 通道,默认为 false,这样可以有更高的性能表现。 + 如果你希望 Canvas 背景是透明的,并显示背后的其他 DOM 元素,你可以在 `cc.game.run` 之前将这个值设为 true。 + 仅支持 Web */ + static ENABLE_TRANSPARENT_CANVAS: boolean; + /** !#en + Boolean that indicates if the WebGL context is created with `antialias` option turned on, default value is false. + Set it to true could make your game graphics slightly smoother, like texture hard edges when rotated. + Whether to use this really depend on your game design and targeted platform, + device with retina display usually have good detail on graphics with or without this option, + you probably don't want antialias if your game style is pixel art based. + Also, it could have great performance impact with some browser / device using software MSAA. + You can set it to true before `cc.game.run`. + Web only. + !#zh + 用于设置在创建 WebGL Context 时是否开启抗锯齿选项,默认值是 false。 + 将这个选项设置为 true 会让你的游戏画面稍稍平滑一些,比如旋转硬边贴图时的锯齿。是否开启这个选项很大程度上取决于你的游戏和面向的平台。 + 在大多数拥有 retina 级别屏幕的设备上用户往往无法区分这个选项带来的变化;如果你的游戏选择像素艺术风格,你也多半不会想开启这个选项。 + 同时,在少部分使用软件级别抗锯齿算法的设备或浏览器上,这个选项会对性能产生比较大的影响。 + 你可以在 `cc.game.run` 之前设置这个值,否则它不会生效。 + 仅支持 Web */ + static ENABLE_WEBGL_ANTIALIAS: boolean; + /** !#en + Whether or not enable auto culling. + This feature have been removed in v2.0 new renderer due to overall performance consumption. + We have no plan currently to re-enable auto culling. + If your game have more dynamic objects, we suggest to disable auto culling. + If your game have more static objects, we suggest to enable auto culling. + !#zh + 是否开启自动裁减功能,开启裁减功能将会把在屏幕外的物体从渲染队列中去除掉。 + 这个功能在 v2.0 的新渲染器中被移除了,因为它在大多数游戏中所带来的损耗要高于性能的提升,目前我们没有计划重新支持自动裁剪。 + 如果游戏中的动态物体比较多的话,建议将此选项关闭。 + 如果游戏中的静态物体比较多的话,建议将此选项打开。 */ + static ENABLE_CULLING: boolean; + /** !#en + Whether to clear the original image cache after uploaded a texture to GPU. If cleared, [Dynamic Atlas](https://docs.cocos.com/creator/manual/en/advanced-topics/dynamic-atlas.html) will not be supported. + Normally you don't need to enable this option on the web platform, because Image object doesn't consume too much memory. + But on WeChat Game platform, the current version cache decoded data in Image object, which has high memory usage. + So we enabled this option by default on WeChat, so that we can release Image cache immediately after uploaded to GPU. + !#zh + 是否在将贴图上传至 GPU 之后删除原始图片缓存,删除之后图片将无法进行 [动态合图](https://docs.cocos.com/creator/manual/zh/advanced-topics/dynamic-atlas.html)。 + 在 Web 平台,你通常不需要开启这个选项,因为在 Web 平台 Image 对象所占用的内存很小。 + 但是在微信小游戏平台的当前版本,Image 对象会缓存解码后的图片数据,它所占用的内存空间很大。 + 所以我们在微信平台默认开启了这个选项,这样我们就可以在上传 GL 贴图之后立即释放 Image 对象的内存,避免过高的内存占用。 */ + static CLEANUP_IMAGE_CACHE: boolean; + /** !#en + Whether or not show mesh wire frame. + !#zh + 是否显示网格的线框。 */ + static SHOW_MESH_WIREFRAME: boolean; + /** !#en + Whether or not show mesh normal. + !#zh + 是否显示网格的法线。 */ + static SHOW_MESH_NORMAL: boolean; + /** !#en + Whether to enable multi-touch. + !#zh + 是否开启多点触摸 */ + static ENABLE_MULTI_TOUCH: boolean; + /** References: + https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap + https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/createImageBitmap + + !#en + Whether to use image bitmap first. If enabled, memory usage will increase. + + !#zh + 是否优先使用 image bitmap,启用之后,内存占用会变高 */ + static ALLOW_IMAGE_BITMAP: boolean; + /** !#en + Whether to use native TTF renderer which is faster but layout slightly different. + + !#zh + 是否使用原生的文本渲染机制, 布局和编辑器有差异. */ + static ENABLE_NATIVE_TTF_RENDERER: boolean; + /** !#en + The image format supported by the engine defaults, and the supported formats may differ in different build platforms and device types. + Currently all platform and device support ['.webp', '.jpg', '.jpeg', '.bmp', '.png'], The iOS mobile platform also supports the PVR format。 + !#zh + 引擎默认支持的图片格式,支持的格式可能在不同的构建平台和设备类型上有所差别。 + 目前所有平台和设备支持的格式有 ['.webp', '.jpg', '.jpeg', '.bmp', '.png']. 另外 Ios 手机平台还额外支持了 PVR 格式。 */ + static SUPPORT_TEXTURE_FORMATS: string[]; + } + /** !#en Class for BitmapFont handling. + !#zh 位图字体资源类。 */ + export class BitmapFont extends Font { + } + /** !#en Class for audio data handling. + !#zh 音频资源类。 */ + export class AudioClip extends Asset implements EventTarget { + /** !#en Get the audio clip duration + !#zh 获取音频剪辑的长度 */ + duration: number; + /** + !#en Checks whether the EventTarget object has any callback registered for a specific type of event. + !#zh 检查事件目标对象是否有为特定类型的事件注册的回调。 + @param type The type of event. + */ + hasEventListener(type: string): boolean; + /** + !#en + Register an callback of a specific event type on the EventTarget. + This type of event should be triggered via `emit`. + !#zh + 注册事件目标的特定事件类型回调。这种类型的事件应该被 `emit` 触发。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, node); + ``` + */ + on(type: string, callback: T, target?: any, useCapture?: boolean): T; + /** + !#en + Removes the listeners previously registered with the same type, callback, target and or useCapture, + if only type is passed as parameter, all listeners registered with that type will be removed. + !#zh + 删除之前用同类型,回调,目标或 useCapture 注册的事件监听器,如果只传递 type,将会删除 type 类型的所有事件监听器。 + @param type A string representing the event type being removed. + @param callback The callback to remove. + @param target The target (this object) to invoke the callback, if it's not given, only callback without target will be removed + + @example + ```js + // register fire eventListener + var callback = eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, target); + // remove fire event listener + eventTarget.off('fire', callback, target); + // remove all fire event listeners + eventTarget.off('fire'); + ``` + */ + off(type: string, callback?: Function, target?: any): void; + /** + !#en Removes all callbacks previously registered with the same target (passed as parameter). + This is not for removing all listeners in the current event target, + and this is not for removing all listeners the target parameter have registered. + It's only for removing all listeners (callback and target couple) registered on the current event target by the target parameter. + !#zh 在当前 EventTarget 上删除指定目标(target 参数)注册的所有事件监听器。 + 这个函数无法删除当前 EventTarget 的所有事件监听器,也无法删除 target 参数所注册的所有事件监听器。 + 这个函数只能删除 target 参数在当前 EventTarget 上注册的所有事件监听器。 + @param target The target to be searched for all related listeners + */ + targetOff(target: any): void; + /** + !#en + Register an callback of a specific event type on the EventTarget, + the callback will remove itself after the first time it is triggered. + !#zh + 注册事件目标的特定事件类型回调,回调会在第一时间被触发后删除自身。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.once('fire', function () { + cc.log("this is the callback and will be invoked only once"); + }, node); + ``` + */ + once(type: string, callback: (arg1?: any, arg2?: any, arg3?: any, arg4?: any, arg5?: any) => void, target?: any): void; + /** + !#en + Send an event with the event object. + !#zh + 通过事件对象派发事件 + @param event event + */ + dispatchEvent(event: Event): void; + /** + !#en + Destroy all callbackInfos. + !#zh + 销毁记录的事件 + */ + clear(): void; + } + /** undefined */ + export class BufferAsset extends Asset { + } + /** !#en Class for Font handling. + !#zh 字体资源类。 */ + export class Font extends Asset { + } + /** !#en Class for LabelAtlas handling. + !#zh 艺术数字字体资源类。 */ + export class LabelAtlas extends BitmapFont { + } + /** !#en + Class for JSON file. When the JSON file is loaded, this object is returned. + The parsed JSON object can be accessed through the `json` attribute in it.
+ If you want to get the original JSON text, you should modify the extname to `.txt` + so that it is loaded as a `TextAsset` instead of a `JsonAsset`. + + !#zh + JSON 资源类。JSON 文件加载后,将会返回该对象。可以通过其中的 `json` 属性访问解析后的 JSON 对象。
+ 如果你想要获得 JSON 的原始文本,那么应该修改源文件的后缀为 `.txt`,这样就会加载为一个 `TextAsset` 而不是 `JsonAsset`。 */ + export class JsonAsset extends Asset { + /** The loaded JSON object. */ + json: any; + } + /** !#en Class for prefab handling. + !#zh 预制资源类。 */ + export class Prefab extends Asset { + /** the main cc.Node in the prefab */ + data: Node; + /** !#zh + 设置实例化这个 prefab 时所用的优化策略。根据使用情况设置为合适的值,能优化该 prefab 实例化所用的时间。 + !#en + Indicates the optimization policy for instantiating this prefab. + Set to a suitable value based on usage, can optimize the time it takes to instantiate this prefab. */ + optimizationPolicy: Prefab.OptimizationPolicy; + /** !#en Indicates the raw assets of this prefab can be load after prefab loaded. + !#zh 指示该 Prefab 依赖的资源可否在 Prefab 加载后再延迟加载。 */ + asyncLoadAssets: boolean; + readonly: boolean; + /** + Dynamically translation prefab data into minimized code.
+ This method will be called automatically before the first time the prefab being instantiated, + but you can re-call to refresh the create function once you modified the original prefab data in script. + */ + compileCreateFunction(): void; + } + /** Render textures are textures that can be rendered to. */ + export class RenderTexture extends Texture2D { + /** + !#en + Init the render texture with size. + !#zh + 初始化 render texture + @param width width + @param height height + @param depthStencilFormat depthStencilFormat + */ + initWithSize(width?: number, height?: number, depthStencilFormat?: number): void; + /** + !#en + Get pixels from render texture, the pixels data stores in a RGBA Uint8Array. + It will return a new (width * height * 4) length Uint8Array by default。 + You can specify a data to store the pixels to reuse the data, + you and can specify other params to specify the texture region to read. + !#zh + 从 render texture 读取像素数据,数据类型为 RGBA 格式的 Uint8Array 数组。 + 默认每次调用此函数会生成一个大小为 (长 x 高 x 4) 的 Uint8Array。 + 你可以通过传入 data 来接收像素数据,也可以通过传参来指定需要读取的区域的像素。 + @param data data + @param x x + @param y y + @param w w + @param h h + */ + readPixels(data?: Uint8Array, x?: number, y?: number, w?: number, h?: number): Uint8Array; + } + /** !#en Class for scene handling. + !#zh 场景资源类。 */ + export class SceneAsset extends Asset { + scene: Scene; + /** !#en Indicates the raw assets of this scene can be load after scene launched. + !#zh 指示该场景依赖的资源可否在场景切换后再延迟加载。 */ + asyncLoadAssets: boolean; + } + /** !#en Class for script handling. + !#zh Script 资源类。 */ + export class _Script extends Asset { + } + /** !#en Class for JavaScript handling. + !#zh JavaScript 资源类。 */ + export class _JavaScript extends Asset { + } + /** !#en Class for TypeScript handling. + !#zh TypeScript 资源类。 */ + export class TypeScript extends Asset { + } + /** !#en Class for sprite atlas handling. + !#zh 精灵图集资源类。 */ + export class SpriteAtlas extends Asset { + /** + Returns the texture of the sprite atlas + */ + getTexture(): Texture2D; + /** + Returns the sprite frame correspond to the given key in sprite atlas. + @param key key + */ + getSpriteFrame(key: string): SpriteFrame; + /** + Returns the sprite frames in sprite atlas. + */ + getSpriteFrames(): SpriteFrame[]; + } + /** !#en + A cc.SpriteFrame has:
+ - texture: A cc.Texture2D that will be used by render components
+ - rectangle: A rectangle of the texture + + !#zh + 一个 SpriteFrame 包含:
+ - 纹理:会被渲染组件使用的 Texture2D 对象。
+ - 矩形:在纹理中的矩形区域。 */ + export class SpriteFrame extends Asset implements EventTarget { + /** !#en Top border of the sprite + !#zh sprite 的顶部边框 */ + insetTop: number; + /** !#en Bottom border of the sprite + !#zh sprite 的底部边框 */ + insetBottom: number; + /** !#en Left border of the sprite + !#zh sprite 的左边边框 */ + insetLeft: number; + /** !#en Right border of the sprite + !#zh sprite 的左边边框 */ + insetRight: number; + /** + !#en + Constructor of SpriteFrame class. + !#zh + SpriteFrame 类的构造函数。 + @param filename filename + @param rect rect + @param rotated Whether the frame is rotated in the texture + @param offset The offset of the frame in the texture + @param originalSize The size of the frame in the texture + */ + constructor(filename?: string|Texture2D, rect?: Rect, rotated?: boolean, offset?: Vec2, originalSize?: Size); + /** + !#en Returns whether the texture have been loaded + !#zh 返回是否已加载纹理 + */ + textureLoaded(): boolean; + /** + !#en Returns whether the sprite frame is rotated in the texture. + !#zh 获取 SpriteFrame 是否旋转 + */ + isRotated(): boolean; + /** + !#en Set whether the sprite frame is rotated in the texture. + !#zh 设置 SpriteFrame 是否旋转 + @param bRotated bRotated + */ + setRotated(bRotated: boolean): void; + /** + !#en Returns whether the sprite frame is flip x axis in the texture. + !#zh 获取 SpriteFrame 是否反转 x 轴 + */ + isFlipX(): boolean; + /** + !#en Returns whether the sprite frame is flip y axis in the texture. + !#zh 获取 SpriteFrame 是否反转 y 轴 + */ + isFlipY(): boolean; + /** + !#en Set whether the sprite frame is flip x axis in the texture. + !#zh 设置 SpriteFrame 是否翻转 x 轴 + @param flipX flipX + */ + setFlipX(flipX: boolean): void; + /** + !#en Set whether the sprite frame is flip y axis in the texture. + !#zh 设置 SpriteFrame 是否翻转 y 轴 + @param flipY flipY + */ + setFlipY(flipY: boolean): void; + /** + !#en Returns the rect of the sprite frame in the texture. + !#zh 获取 SpriteFrame 的纹理矩形区域 + */ + getRect(): Rect; + /** + !#en Sets the rect of the sprite frame in the texture. + !#zh 设置 SpriteFrame 的纹理矩形区域 + @param rect rect + */ + setRect(rect: Rect): void; + /** + !#en Returns the original size of the trimmed image. + !#zh 获取修剪前的原始大小 + */ + getOriginalSize(): Size; + /** + !#en Sets the original size of the trimmed image. + !#zh 设置修剪前的原始大小 + @param size size + */ + setOriginalSize(size: Size): void; + /** + !#en Returns the texture of the frame. + !#zh 获取使用的纹理实例 + */ + getTexture(): Texture2D; + /** + !#en Returns the offset of the frame in the texture. + !#zh 获取偏移量 + */ + getOffset(): Vec2; + /** + !#en Sets the offset of the frame in the texture. + !#zh 设置偏移量 + @param offsets offsets + */ + setOffset(offsets: Vec2): void; + /** + !#en Clone the sprite frame. + !#zh 克隆 SpriteFrame + */ + clone(): SpriteFrame; + /** + !#en Set SpriteFrame with Texture, rect, rotated, offset and originalSize.
+ !#zh 通过 Texture,rect,rotated,offset 和 originalSize 设置 SpriteFrame。 + @param texture texture + @param rect rect + @param rotated rotated + @param offset offset + @param originalSize originalSize + */ + setTexture(texture: Texture2D, rect?: Rect, rotated?: boolean, offset?: Vec2, originalSize?: Size): boolean; + /** + !#en If a loading scene (or prefab) is marked as `asyncLoadAssets`, all the textures of the SpriteFrame which + associated by user's custom Components in the scene, will not preload automatically. + These textures will be load when Sprite component is going to render the SpriteFrames. + You can call this method if you want to load the texture early. + !#zh 当加载中的场景或 Prefab 被标记为 `asyncLoadAssets` 时,用户在场景中由自定义组件关联到的所有 SpriteFrame 的贴图都不会被提前加载。 + 只有当 Sprite 组件要渲染这些 SpriteFrame 时,才会检查贴图是否加载。如果你希望加载过程提前,你可以手工调用这个方法。 + + @example + ```js + if (spriteFrame.textureLoaded()) { + this._onSpriteFrameLoaded(); + } + else { + spriteFrame.once('load', this._onSpriteFrameLoaded, this); + spriteFrame.ensureLoadTexture(); + } + ``` + */ + ensureLoadTexture(): void; + /** + !#en + If you do not need to use the SpriteFrame temporarily, you can call this method so that its texture could be garbage collected. Then when you need to render the SpriteFrame, you should call `ensureLoadTexture` manually to reload texture. + !#zh + 当你暂时不再使用这个 SpriteFrame 时,可以调用这个方法来保证引用的贴图对象能被 GC。然后当你要渲染 SpriteFrame 时,你需要手动调用 `ensureLoadTexture` 来重新加载贴图。 + */ + clearTexture(): void; + /** + !#en Checks whether the EventTarget object has any callback registered for a specific type of event. + !#zh 检查事件目标对象是否有为特定类型的事件注册的回调。 + @param type The type of event. + */ + hasEventListener(type: string): boolean; + /** + !#en + Register an callback of a specific event type on the EventTarget. + This type of event should be triggered via `emit`. + !#zh + 注册事件目标的特定事件类型回调。这种类型的事件应该被 `emit` 触发。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, node); + ``` + */ + on(type: string, callback: T, target?: any, useCapture?: boolean): T; + /** + !#en + Removes the listeners previously registered with the same type, callback, target and or useCapture, + if only type is passed as parameter, all listeners registered with that type will be removed. + !#zh + 删除之前用同类型,回调,目标或 useCapture 注册的事件监听器,如果只传递 type,将会删除 type 类型的所有事件监听器。 + @param type A string representing the event type being removed. + @param callback The callback to remove. + @param target The target (this object) to invoke the callback, if it's not given, only callback without target will be removed + + @example + ```js + // register fire eventListener + var callback = eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, target); + // remove fire event listener + eventTarget.off('fire', callback, target); + // remove all fire event listeners + eventTarget.off('fire'); + ``` + */ + off(type: string, callback?: Function, target?: any): void; + /** + !#en Removes all callbacks previously registered with the same target (passed as parameter). + This is not for removing all listeners in the current event target, + and this is not for removing all listeners the target parameter have registered. + It's only for removing all listeners (callback and target couple) registered on the current event target by the target parameter. + !#zh 在当前 EventTarget 上删除指定目标(target 参数)注册的所有事件监听器。 + 这个函数无法删除当前 EventTarget 的所有事件监听器,也无法删除 target 参数所注册的所有事件监听器。 + 这个函数只能删除 target 参数在当前 EventTarget 上注册的所有事件监听器。 + @param target The target to be searched for all related listeners + */ + targetOff(target: any): void; + /** + !#en + Register an callback of a specific event type on the EventTarget, + the callback will remove itself after the first time it is triggered. + !#zh + 注册事件目标的特定事件类型回调,回调会在第一时间被触发后删除自身。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.once('fire', function () { + cc.log("this is the callback and will be invoked only once"); + }, node); + ``` + */ + once(type: string, callback: (arg1?: any, arg2?: any, arg3?: any, arg4?: any, arg5?: any) => void, target?: any): void; + /** + !#en + Send an event with the event object. + !#zh + 通过事件对象派发事件 + @param event event + */ + dispatchEvent(event: Event): void; + /** + !#en + Destroy all callbackInfos. + !#zh + 销毁记录的事件 + */ + clear(): void; + } + /** !#en Class for TTFFont handling. + !#zh TTF 字体资源类。 */ + export class TTFFont extends Font { + } + /** !#en Class for text file. + !#zh 文本资源类。 */ + export class TextAsset extends Asset { + /** The text contents of the resource. */ + text: string; + } + /** This class allows to easily create OpenGL or Canvas 2D textures from images or raw data. */ + export class Texture2D extends Asset implements EventTarget { + /** !#en Sets whether generate mipmaps for the texture + !#zh 是否为纹理设置生成 mipmaps。 */ + genMipmaps: boolean; + /** !#en + Sets whether texture can be packed into texture atlas. + If need use texture uv in custom Effect, please sets packable to false. + !#zh + 设置纹理是否允许参与合图。 + 如果需要在自定义 Effect 中使用纹理 UV,需要禁止该选项。 */ + packable: boolean; + /** !#en + Whether the texture is loaded or not + !#zh + 贴图是否已经成功加载 */ + loaded: boolean; + /** !#en + Texture width in pixel + !#zh + 贴图像素宽度 */ + width: number; + /** !#en + Texture height in pixel + !#zh + 贴图像素高度 */ + height: number; + /** + !#en + Get renderer texture implementation object + extended from render.Texture2D + !#zh 返回渲染器内部贴图对象 + */ + getImpl(): void; + /** + Update texture options, not available in Canvas render mode. + image, format, premultiplyAlpha can not be updated in native. + @param options options + */ + update(options: {image: DOMImageElement; genMipmaps: boolean; format: Texture2D.PixelFormat; minFilter: Texture2D.Filter; magFilter: Texture2D.Filter; wrapS: WrapMode; wrapT: WrapMode; premultiplyAlpha: boolean; }): void; + /** + !#en + Init with HTML element. + !#zh 用 HTML Image 或 Canvas 对象初始化贴图。 + @param element element + + @example + ```js + var img = new Image(); + img.src = dataURL; + texture.initWithElement(img); + ``` + */ + initWithElement(element: HTMLImageElement|HTMLCanvasElement): void; + /** + !#en + Intializes with texture data in ArrayBufferView. + !#zh 使用一个存储在 ArrayBufferView 中的图像数据(raw data)初始化数据。 + @param data data + @param pixelFormat pixelFormat + @param pixelsWidth pixelsWidth + @param pixelsHeight pixelsHeight + */ + initWithData(data: ArrayBufferView, pixelFormat: number, pixelsWidth: number, pixelsHeight: number): boolean; + /** + !#en + HTMLElement Object getter, available only on web.
+ Note: texture is packed into texture atlas by default
+ you should set texture.packable as false before getting Html element object. + !#zh 获取当前贴图对应的 HTML Image 或 Canvas 对象,只在 Web 平台下有效。
+ 注意:
+ texture 默认参与动态合图,如果需要获取到正确的 Html 元素对象,需要先设置 texture.packable 为 false + */ + getHtmlElementObj(): HTMLImageElement; + /** + !#en + Destory this texture and immediately release its video memory. (Inherit from cc.Object.destroy)
+ After destroy, this object is not usable anymore. + You can use cc.isValid(obj) to check whether the object is destroyed before accessing it. + !#zh + 销毁该贴图,并立即释放它对应的显存。(继承自 cc.Object.destroy)
+ 销毁后,该对象不再可用。您可以在访问对象之前使用 cc.isValid(obj) 来检查对象是否已被销毁。 + */ + destroy(): boolean; + /** + !#en + Pixel format of the texture. + !#zh 获取纹理的像素格式。 + */ + getPixelFormat(): number; + /** + !#en + Whether or not the texture has their Alpha premultiplied. + !#zh 检查纹理在上传 GPU 时预乘选项是否开启。 + */ + hasPremultipliedAlpha(): boolean; + /** + !#en + Handler of texture loaded event. + Since v2.0, you don't need to invoke this function, it will be invoked automatically after texture loaded. + !#zh 贴图加载事件处理器。v2.0 之后你将不在需要手动执行这个函数,它会在贴图加载成功之后自动执行。 + @param premultiplied premultiplied + */ + handleLoadedTexture(premultiplied?: boolean): void; + /** + !#en + Description of cc.Texture2D. + !#zh cc.Texture2D 描述。 + */ + description(): string; + /** + !#en + Release texture, please use destroy instead. + !#zh 释放纹理,请使用 destroy 替代。 + */ + releaseTexture(): void; + /** + !#en Sets the wrap s and wrap t options.
+ If the texture size is NPOT (non power of 2), then in can only use gl.CLAMP_TO_EDGE in gl.TEXTURE_WRAP_{S,T}. + !#zh 设置纹理包装模式。 + 若纹理贴图尺寸是 NPOT(non power of 2),则只能使用 Texture2D.WrapMode.CLAMP_TO_EDGE。 + @param wrapS wrapS + @param wrapT wrapT + */ + setWrapMode(wrapS: Texture2D.WrapMode, wrapT: Texture2D.WrapMode): void; + /** + !#en Sets the minFilter and magFilter options + !#zh 设置纹理贴图缩小和放大过滤器算法选项。 + @param minFilter minFilter + @param magFilter magFilter + */ + setFilters(minFilter: Texture2D.Filter, magFilter: Texture2D.Filter): void; + /** + !#en + Sets the flipY options + !#zh 设置贴图的纵向翻转选项。 + @param flipY flipY + */ + setFlipY(flipY: boolean): void; + /** + !#en + Sets the premultiply alpha options + !#zh 设置贴图的预乘选项。 + @param premultiply premultiply + */ + setPremultiplyAlpha(premultiply: boolean): void; + /** + !#en Checks whether the EventTarget object has any callback registered for a specific type of event. + !#zh 检查事件目标对象是否有为特定类型的事件注册的回调。 + @param type The type of event. + */ + hasEventListener(type: string): boolean; + /** + !#en + Register an callback of a specific event type on the EventTarget. + This type of event should be triggered via `emit`. + !#zh + 注册事件目标的特定事件类型回调。这种类型的事件应该被 `emit` 触发。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, node); + ``` + */ + on(type: string, callback: T, target?: any, useCapture?: boolean): T; + /** + !#en + Removes the listeners previously registered with the same type, callback, target and or useCapture, + if only type is passed as parameter, all listeners registered with that type will be removed. + !#zh + 删除之前用同类型,回调,目标或 useCapture 注册的事件监听器,如果只传递 type,将会删除 type 类型的所有事件监听器。 + @param type A string representing the event type being removed. + @param callback The callback to remove. + @param target The target (this object) to invoke the callback, if it's not given, only callback without target will be removed + + @example + ```js + // register fire eventListener + var callback = eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, target); + // remove fire event listener + eventTarget.off('fire', callback, target); + // remove all fire event listeners + eventTarget.off('fire'); + ``` + */ + off(type: string, callback?: Function, target?: any): void; + /** + !#en Removes all callbacks previously registered with the same target (passed as parameter). + This is not for removing all listeners in the current event target, + and this is not for removing all listeners the target parameter have registered. + It's only for removing all listeners (callback and target couple) registered on the current event target by the target parameter. + !#zh 在当前 EventTarget 上删除指定目标(target 参数)注册的所有事件监听器。 + 这个函数无法删除当前 EventTarget 的所有事件监听器,也无法删除 target 参数所注册的所有事件监听器。 + 这个函数只能删除 target 参数在当前 EventTarget 上注册的所有事件监听器。 + @param target The target to be searched for all related listeners + */ + targetOff(target: any): void; + /** + !#en + Register an callback of a specific event type on the EventTarget, + the callback will remove itself after the first time it is triggered. + !#zh + 注册事件目标的特定事件类型回调,回调会在第一时间被触发后删除自身。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.once('fire', function () { + cc.log("this is the callback and will be invoked only once"); + }, node); + ``` + */ + once(type: string, callback: (arg1?: any, arg2?: any, arg3?: any, arg4?: any, arg5?: any) => void, target?: any): void; + /** + !#en + Send an event with the event object. + !#zh + 通过事件对象派发事件 + @param event event + */ + dispatchEvent(event: Event): void; + /** + !#en + Destroy all callbackInfos. + !#zh + 销毁记录的事件 + */ + clear(): void; + } + /** !#en + EventTarget is an object to which an event is dispatched when something has occurred. + Entity are the most common event targets, but other objects can be event targets too. + + Event targets are an important part of the Fireball event model. + The event target serves as the focal point for how events flow through the scene graph. + When an event such as a mouse click or a keypress occurs, Fireball dispatches an event object + into the event flow from the root of the hierarchy. The event object then makes its way through + the scene graph until it reaches the event target, at which point it begins its return trip through + the scene graph. This round-trip journey to the event target is conceptually divided into three phases: + - The capture phase comprises the journey from the root to the last node before the event target's node + - The target phase comprises only the event target node + - The bubbling phase comprises any subsequent nodes encountered on the return trip to the root of the tree + See also: http://www.w3.org/TR/DOM-Level-3-Events/#event-flow + + Event targets can implement the following methods: + - _getCapturingTargets + - _getBubblingTargets + + !#zh + 事件目标是事件触发时,分派的事件对象,Node 是最常见的事件目标, + 但是其他对象也可以是事件目标。
*/ + export class EventTarget extends CallbacksInvoker { + /** + !#en Checks whether the EventTarget object has any callback registered for a specific type of event. + !#zh 检查事件目标对象是否有为特定类型的事件注册的回调。 + @param type The type of event. + */ + hasEventListener(type: string): boolean; + /** + !#en + Register an callback of a specific event type on the EventTarget. + This type of event should be triggered via `emit`. + !#zh + 注册事件目标的特定事件类型回调。这种类型的事件应该被 `emit` 触发。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, node); + ``` + */ + on(type: string, callback: T, target?: any, useCapture?: boolean): T; + /** + !#en + Removes the listeners previously registered with the same type, callback, target and or useCapture, + if only type is passed as parameter, all listeners registered with that type will be removed. + !#zh + 删除之前用同类型,回调,目标或 useCapture 注册的事件监听器,如果只传递 type,将会删除 type 类型的所有事件监听器。 + @param type A string representing the event type being removed. + @param callback The callback to remove. + @param target The target (this object) to invoke the callback, if it's not given, only callback without target will be removed + + @example + ```js + // register fire eventListener + var callback = eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, target); + // remove fire event listener + eventTarget.off('fire', callback, target); + // remove all fire event listeners + eventTarget.off('fire'); + ``` + */ + off(type: string, callback?: Function, target?: any): void; + /** + !#en Removes all callbacks previously registered with the same target (passed as parameter). + This is not for removing all listeners in the current event target, + and this is not for removing all listeners the target parameter have registered. + It's only for removing all listeners (callback and target couple) registered on the current event target by the target parameter. + !#zh 在当前 EventTarget 上删除指定目标(target 参数)注册的所有事件监听器。 + 这个函数无法删除当前 EventTarget 的所有事件监听器,也无法删除 target 参数所注册的所有事件监听器。 + 这个函数只能删除 target 参数在当前 EventTarget 上注册的所有事件监听器。 + @param target The target to be searched for all related listeners + */ + targetOff(target: any): void; + /** + !#en + Register an callback of a specific event type on the EventTarget, + the callback will remove itself after the first time it is triggered. + !#zh + 注册事件目标的特定事件类型回调,回调会在第一时间被触发后删除自身。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.once('fire', function () { + cc.log("this is the callback and will be invoked only once"); + }, node); + ``` + */ + once(type: string, callback: (arg1?: any, arg2?: any, arg3?: any, arg4?: any, arg5?: any) => void, target?: any): void; + /** + !#en + Send an event with the event object. + !#zh + 通过事件对象派发事件 + @param event event + */ + dispatchEvent(event: Event): void; + /** + !#en + Destroy all callbackInfos. + !#zh + 销毁记录的事件 + */ + clear(): void; + } + /** !#en Base class of all kinds of events. + !#zh 包含事件相关信息的对象。 */ + export class Event { + /** + + @param type The name of the event (case-sensitive), e.g. "click", "fire", or "submit" + @param bubbles A boolean indicating whether the event bubbles up through the tree or not + */ + constructor(type: string, bubbles: boolean); + /** !#en The name of the event (case-sensitive), e.g. "click", "fire", or "submit". + !#zh 事件类型。 */ + type: string; + /** !#en Indicate whether the event bubbles up through the tree or not. + !#zh 表示该事件是否进行冒泡。 */ + bubbles: boolean; + /** !#en A reference to the target to which the event was originally dispatched. + !#zh 最初事件触发的目标 */ + target: any; + /** !#en A reference to the currently registered target for the event. + !#zh 当前目标 */ + currentTarget: any; + /** !#en + Indicates which phase of the event flow is currently being evaluated. + Returns an integer value represented by 4 constants: + - Event.NONE = 0 + - Event.CAPTURING_PHASE = 1 + - Event.AT_TARGET = 2 + - Event.BUBBLING_PHASE = 3 + The phases are explained in the [section 3.1, Event dispatch and DOM event flow] + (http://www.w3.org/TR/DOM-Level-3-Events/#event-flow), of the DOM Level 3 Events specification. + !#zh 事件阶段 */ + eventPhase: number; + /** + !#en Reset the event for being stored in the object pool. + !#zh 重置对象池中存储的事件。 + */ + unuse(): string; + /** + !#en Reuse the event for being used again by the object pool. + !#zh 用于对象池再次使用的事件。 + */ + reuse(): string; + /** + !#en Stops propagation for current event. + !#zh 停止传递当前事件。 + */ + stopPropagation(): void; + /** + !#en Stops propagation for current event immediately, + the event won't even be dispatched to the listeners attached in the current target. + !#zh 立即停止当前事件的传递,事件甚至不会被分派到所连接的当前目标。 + */ + stopPropagationImmediate(): void; + /** + !#en Checks whether the event has been stopped. + !#zh 检查该事件是否已经停止传递. + */ + isStopped(): boolean; + /** + !#en +

+ Gets current target of the event
+ note: It only be available when the event listener is associated with node.
+ It returns 0 when the listener is associated with fixed priority. +

+ !#zh 获取当前目标节点 + */ + getCurrentTarget(): Node; + /** + !#en Gets the event type. + !#zh 获取事件类型 + */ + getType(): string; + /** !#en Code for event without type. + !#zh 没有类型的事件 */ + static NO_TYPE: string; + /** !#en The type code of Touch event. + !#zh 触摸事件类型 */ + static TOUCH: string; + /** !#en The type code of Mouse event. + !#zh 鼠标事件类型 */ + static MOUSE: string; + /** !#en The type code of Keyboard event. + !#zh 键盘事件类型 */ + static KEYBOARD: string; + /** !#en The type code of Acceleration event. + !#zh 加速器事件类型 */ + static ACCELERATION: string; + /** !#en Events not currently dispatched are in this phase + !#zh 尚未派发事件阶段 */ + static NONE: number; + /** !#en + The capturing phase comprises the journey from the root to the last node before the event target's node + see http://www.w3.org/TR/DOM-Level-3-Events/#event-flow + !#zh 捕获阶段,包括事件目标节点之前从根节点到最后一个节点的过程。 */ + static CAPTURING_PHASE: number; + /** !#en + The target phase comprises only the event target node + see http://www.w3.org/TR/DOM-Level-3-Events/#event-flow + !#zh 目标阶段仅包括事件目标节点。 */ + static AT_TARGET: number; + /** !#en + The bubbling phase comprises any subsequent nodes encountered on the return trip to the root of the hierarchy + see http://www.w3.org/TR/DOM-Level-3-Events/#event-flow + !#zh 冒泡阶段, 包括回程遇到到层次根节点的任何后续节点。 */ + static BUBBLING_PHASE: number; + } + /** !#en + The System event, it currently supports keyboard events and accelerometer events.
+ You can get the SystemEvent instance with cc.systemEvent.
+ !#zh + 系统事件,它目前支持按键事件和重力感应事件。
+ 你可以通过 cc.systemEvent 获取到 SystemEvent 的实例。
*/ + export class SystemEvent extends EventTarget { + /** + !#en whether enable accelerometer event + !#zh 是否启用加速度计事件 + @param isEnable isEnable + */ + setAccelerometerEnabled(isEnable: boolean): void; + /** + !#en set accelerometer interval value + !#zh 设置加速度计间隔值 + @param interval interval + */ + setAccelerometerInterval(interval: number): void; + } + /** !#en The animation component is used to play back animations. + + Animation provide several events to register: + - play : Emit when begin playing animation + - stop : Emit when stop playing animation + - pause : Emit when pause animation + - resume : Emit when resume animation + - lastframe : If animation repeat count is larger than 1, emit when animation play to the last frame + - finished : Emit when finish playing animation + + !#zh Animation 组件用于播放动画。 + + Animation 提供了一系列可注册的事件: + - play : 开始播放时 + - stop : 停止播放时 + - pause : 暂停播放时 + - resume : 恢复播放时 + - lastframe : 假如动画循环次数大于 1,当动画播放到最后一帧时 + - finished : 动画播放完成时 */ + export class Animation extends Component implements EventTarget { + /** !#en Animation will play the default clip when start game. + !#zh 在勾选自动播放或调用 play() 时默认播放的动画剪辑。 */ + defaultClip: AnimationClip; + /** !#en Current played clip. + !#zh 当前播放的动画剪辑。 */ + currentClip: AnimationClip; + /** !#en Whether the animation should auto play the default clip when start game. + !#zh 是否在运行游戏后自动播放默认动画剪辑。 */ + playOnLoad: boolean; + /** + !#en Get all the clips used in this animation. + !#zh 获取动画组件上的所有动画剪辑。 + */ + getClips(): AnimationClip[]; + /** + !#en Plays an animation and stop other animations. + !#zh 播放指定的动画,并且停止当前正在播放动画。如果没有指定动画,则播放默认动画。 + @param name The name of animation to play. If no name is supplied then the default animation will be played. + @param startTime play an animation from startTime + + @example + ```js + var animCtrl = this.node.getComponent(cc.Animation); + animCtrl.play("linear"); + ``` + */ + play(name?: string, startTime?: number): AnimationState; + /** + !#en + Plays an additive animation, it will not stop other animations. + If there are other animations playing, then will play several animations at the same time. + !#zh 播放指定的动画(将不会停止当前播放的动画)。如果没有指定动画,则播放默认动画。 + @param name The name of animation to play. If no name is supplied then the default animation will be played. + @param startTime play an animation from startTime + + @example + ```js + // linear_1 and linear_2 at the same time playing. + var animCtrl = this.node.getComponent(cc.Animation); + animCtrl.playAdditive("linear_1"); + animCtrl.playAdditive("linear_2"); + ``` + */ + playAdditive(name?: string, startTime?: number): AnimationState; + /** + !#en Stops an animation named name. If no name is supplied then stops all playing animations that were started with this Animation.
+ Stopping an animation also Rewinds it to the Start. + !#zh 停止指定的动画。如果没有指定名字,则停止当前正在播放的动画。 + @param name The animation to stop, if not supplied then stops all playing animations. + */ + stop(name?: string): void; + /** + !#en Pauses an animation named name. If no name is supplied then pauses all playing animations that were started with this Animation. + !#zh 暂停当前或者指定的动画。如果没有指定名字,则暂停当前正在播放的动画。 + @param name The animation to pauses, if not supplied then pauses all playing animations. + */ + pause(name?: string): void; + /** + !#en Resumes an animation named name. If no name is supplied then resumes all paused animations that were started with this Animation. + !#zh 重新播放指定的动画,如果没有指定名字,则重新播放当前正在播放的动画。 + @param name The animation to resumes, if not supplied then resumes all paused animations. + */ + resume(name?: string): void; + /** + !#en Make an animation named name go to the specified time. If no name is supplied then make all animations go to the specified time. + !#zh 设置指定动画的播放时间。如果没有指定名字,则设置当前播放动画的播放时间。 + @param time The time to go to + @param name Specified animation name, if not supplied then make all animations go to the time. + */ + setCurrentTime(time?: number, name?: string): void; + /** + !#en Returns the animation state named name. If no animation with the specified name, the function will return null. + !#zh 获取当前或者指定的动画状态,如果未找到指定动画剪辑则返回 null。 + @param name name + */ + getAnimationState(name: string): AnimationState; + /** + !#en Adds a clip to the animation with name newName. If a clip with that name already exists it will be replaced with the new clip. + !#zh 添加动画剪辑,并且可以重新设置该动画剪辑的名称。 + @param clip the clip to add + @param newName newName + */ + addClip(clip: AnimationClip, newName?: string): AnimationState; + /** + !#en + Remove clip from the animation list. This will remove the clip and any animation states based on it. + If there are animation states depand on the clip are playing or clip is defaultClip, it will not delete the clip. + But if force is true, then will always remove the clip and any animation states based on it. If clip is defaultClip, defaultClip will be reset to null + !#zh + 从动画列表中移除指定的动画剪辑,
+ 如果依赖于 clip 的 AnimationState 正在播放或者 clip 是 defaultClip 的话,默认是不会删除 clip 的。 + 但是如果 force 参数为 true,则会强制停止该动画,然后移除该动画剪辑和相关的动画。这时候如果 clip 是 defaultClip,defaultClip 将会被重置为 null。 + @param clip clip + @param force If force is true, then will always remove the clip and any animation states based on it. + */ + removeClip(clip: AnimationClip, force?: boolean): void; + /** + !#en + Samples animations at the current state.
+ This is useful when you explicitly want to set up some animation state, and sample it once. + !#zh 对指定或当前动画进行采样。你可以手动将动画设置到某一个状态,然后采样一次。 + @param name name + */ + sample(name: string): void; + /** + !#en + Register animation event callback. + The event arguments will provide the AnimationState which emit the event. + When play an animation, will auto register the event callback to the AnimationState, and unregister the event callback from the AnimationState when animation stopped. + !#zh + 注册动画事件回调。 + 回调的事件里将会附上发送事件的 AnimationState。 + 当播放一个动画时,会自动将事件注册到对应的 AnimationState 上,停止播放时会将事件从这个 AnimationState 上取消注册。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param state state + @param target The target (this object) to invoke the callback, can be null + @param useCapture When set to true, the capture argument prevents callback + from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. + When false, callback will NOT be invoked when event's eventPhase attribute value is CAPTURING_PHASE. + Either way, callback will be invoked when event's eventPhase attribute value is AT_TARGET. + + @example + ```js + onPlay: function (type, state) { + // callback + } + + // register event to all animation + animation.on('play', this.onPlay, this); + ``` + */ + on(type: string, callback: (event: Event.EventCustom) => void, target?: any, useCapture?: boolean): (event: Event.EventCustom) => void; + on(type: string, callback: (event: T) => void, target?: any, useCapture?: boolean): (event: T) => void; + on(type: string, callback: (type: string, state: cc.AnimationState) => void, target?: any, useCapture?: boolean): (type: string, state: cc.AnimationState) => void; + /** + !#en + Unregister animation event callback. + !#zh + 取消注册动画事件回调。 + @param type A string representing the event type being removed. + @param callback The callback to remove. + @param target The target (this object) to invoke the callback, if it's not given, only callback without target will be removed + @param useCapture Specifies whether the callback being removed was registered as a capturing callback or not. + If not specified, useCapture defaults to false. If a callback was registered twice, + one with capture and one without, each must be removed separately. Removal of a capturing callback + does not affect a non-capturing version of the same listener, and vice versa. + + @example + ```js + // unregister event to all animation + animation.off('play', this.onPlay, this); + ``` + */ + off(type: string, callback?: Function, target?: any, useCapture?: boolean): void; + /** + !#en Checks whether the EventTarget object has any callback registered for a specific type of event. + !#zh 检查事件目标对象是否有为特定类型的事件注册的回调。 + @param type The type of event. + */ + hasEventListener(type: string): boolean; + /** + !#en Removes all callbacks previously registered with the same target (passed as parameter). + This is not for removing all listeners in the current event target, + and this is not for removing all listeners the target parameter have registered. + It's only for removing all listeners (callback and target couple) registered on the current event target by the target parameter. + !#zh 在当前 EventTarget 上删除指定目标(target 参数)注册的所有事件监听器。 + 这个函数无法删除当前 EventTarget 的所有事件监听器,也无法删除 target 参数所注册的所有事件监听器。 + 这个函数只能删除 target 参数在当前 EventTarget 上注册的所有事件监听器。 + @param target The target to be searched for all related listeners + */ + targetOff(target: any): void; + /** + !#en + Register an callback of a specific event type on the EventTarget, + the callback will remove itself after the first time it is triggered. + !#zh + 注册事件目标的特定事件类型回调,回调会在第一时间被触发后删除自身。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.once('fire', function () { + cc.log("this is the callback and will be invoked only once"); + }, node); + ``` + */ + once(type: string, callback: (arg1?: any, arg2?: any, arg3?: any, arg4?: any, arg5?: any) => void, target?: any): void; + /** + !#en + Send an event with the event object. + !#zh + 通过事件对象派发事件 + @param event event + */ + dispatchEvent(event: Event): void; + /** + !#en + Destroy all callbackInfos. + !#zh + 销毁记录的事件 + */ + clear(): void; + } + /** !#en Audio Source. + !#zh 音频源组件,能对音频剪辑。 */ + export class AudioSource extends Component { + /** !#en + Is the audio source playing (Read Only).
+ Note: isPlaying is not supported for Native platforms. + !#zh + 该音频剪辑是否正播放(只读)。
+ 注意:Native 平台暂时不支持 isPlaying。 */ + isPlaying: boolean; + /** !#en The clip of the audio source to play. + !#zh 要播放的音频剪辑。 */ + clip: AudioClip; + /** !#en The volume of the audio source. + !#zh 音频源的音量(0.0 ~ 1.0)。 */ + volume: number; + /** !#en Is the audio source mute? + !#zh 是否静音音频源。Mute 是设置音量为 0,取消静音是恢复原来的音量。 */ + mute: boolean; + /** !#en Is the audio source looping? + !#zh 音频源是否循环播放? */ + loop: boolean; + /** !#en If set to true, the audio source will automatically start playing on onEnable. + !#zh 如果设置为 true,音频源将在 onEnable 时自动播放。 */ + playOnLoad: boolean; + /** !#en If set to true and AudioClip is a deferred load resource, the component will preload AudioClip in the onLoad phase. + !#zh 如果设置为 true 且 AudioClip 为延迟加载资源,组件将在 onLoad 阶段预加载 AudioClip。 */ + preload: boolean; + /** + !#en Plays the clip. + !#zh 播放音频剪辑。 + */ + play(): void; + /** + !#en Stops the clip. + !#zh 停止当前音频剪辑。 + */ + stop(): void; + /** + !#en Pause the clip. + !#zh 暂停当前音频剪辑。 + */ + pause(): void; + /** + !#en Resume the clip. + !#zh 恢复播放。 + */ + resume(): void; + /** + !#en Rewind playing music. + !#zh 从头开始播放。 + */ + rewind(): void; + /** + !#en Get current time + !#zh 获取当前的播放时间 + */ + getCurrentTime(): number; + /** + !#en Set current time + !#zh 设置当前的播放时间 + @param time time + */ + setCurrentTime(time: number): number; + /** + !#en Get audio duration + !#zh 获取当前音频的长度 + */ + getDuration(): number; + } + /** !#en + This component will block all input events (mouse and touch) within the bounding box of the node, preventing the input from penetrating into the underlying node, typically for the background of the top UI.
+ This component does not have any API interface and can be added directly to the scene to take effect. + !#zh + 该组件将拦截所属节点 bounding box 内的所有输入事件(鼠标和触摸),防止输入穿透到下层节点,一般用于上层 UI 的背景。
+ 该组件没有任何 API 接口,直接添加到场景即可生效。 */ + export class BlockInputEvents extends Component { + } + /** !#en + Button component. Can be pressed or clicked. Button has 4 Transition types: + + - Button.Transition.NONE // Button will do nothing + - Button.Transition.COLOR // Button will change target's color + - Button.Transition.SPRITE // Button will change target Sprite's sprite + - Button.Transition.SCALE // Button will change target node's scale + + The button can bind events (but you must be on the button's node to bind events).
+ The following events can be triggered on all platforms. + + - cc.Node.EventType.TOUCH_START // Press + - cc.Node.EventType.TOUCH_MOVE // After pressing and moving + - cc.Node.EventType.TOUCH_END // After pressing and releasing + - cc.Node.EventType.TOUCH_CANCEL // Press to cancel + + The following events are only triggered on the PC platform: + + - cc.Node.EventType.MOUSE_DOWN + - cc.Node.EventType.MOUSE_MOVE + - cc.Node.EventType.MOUSE_ENTER + - cc.Node.EventType.MOUSE_LEAVE + - cc.Node.EventType.MOUSE_UP + - cc.Node.EventType.MOUSE_WHEEL + + User can get the current clicked node with 'event.target' from event object which is passed as parameter in the callback function of click event. + + !#zh + 按钮组件。可以被按下,或者点击。 + + 按钮可以通过修改 Transition 来设置按钮状态过渡的方式: + + - Button.Transition.NONE // 不做任何过渡 + - Button.Transition.COLOR // 进行颜色之间过渡 + - Button.Transition.SPRITE // 进行精灵之间过渡 + - Button.Transition.SCALE // 进行缩放过渡 + + 按钮可以绑定事件(但是必须要在按钮的 Node 上才能绑定事件):
+ 以下事件可以在全平台上都触发: + + - cc.Node.EventType.TOUCH_START // 按下时事件 + - cc.Node.EventType.TOUCH_MOVE // 按住移动后事件 + - cc.Node.EventType.TOUCH_END // 按下后松开后事件 + - cc.Node.EventType.TOUCH_CANCEL // 按下取消事件 + + 以下事件只在 PC 平台上触发: + + - cc.Node.EventType.MOUSE_DOWN // 鼠标按下时事件 + - cc.Node.EventType.MOUSE_MOVE // 鼠标按住移动后事件 + - cc.Node.EventType.MOUSE_ENTER // 鼠标进入目标事件 + - cc.Node.EventType.MOUSE_LEAVE // 鼠标离开目标事件 + - cc.Node.EventType.MOUSE_UP // 鼠标松开事件 + - cc.Node.EventType.MOUSE_WHEEL // 鼠标滚轮事件 + + 用户可以通过获取 __点击事件__ 回调函数的参数 event 的 target 属性获取当前点击对象。 */ + export class Button extends Component implements GraySpriteState { + /** !#en + Whether the Button is disabled. + If true, the Button will trigger event and do transition. + !#zh + 按钮事件是否被响应,如果为 false,则按钮将被禁用。 */ + interactable: boolean; + /** !#en When this flag is true, Button target sprite will turn gray when interactable is false. + !#zh 如果这个标记为 true,当 button 的 interactable 属性为 false 的时候,会使用内置 shader 让 button 的 target 节点的 sprite 组件变灰 */ + enableAutoGrayEffect: boolean; + /** !#en Transition type + !#zh 按钮状态改变时过渡方式。 */ + transition: Button.Transition; + /** !#en Normal state color. + !#zh 普通状态下按钮所显示的颜色。 */ + normalColor: Color; + /** !#en Pressed state color + !#zh 按下状态时按钮所显示的颜色。 */ + pressedColor: Color; + /** !#en Hover state color + !#zh 悬停状态下按钮所显示的颜色。 */ + hoverColor: Color; + /** !#en Disabled state color + !#zh 禁用状态下按钮所显示的颜色。 */ + disabledColor: Color; + /** !#en Color and Scale transition duration + !#zh 颜色过渡和缩放过渡时所需时间 */ + duration: number; + /** !#en When user press the button, the button will zoom to a scale. + The final scale of the button equals (button original scale * zoomScale) + !#zh 当用户点击按钮后,按钮会缩放到一个值,这个值等于 Button 原始 scale * zoomScale */ + zoomScale: number; + /** !#en Normal state sprite + !#zh 普通状态下按钮所显示的 Sprite 。 */ + normalSprite: SpriteFrame; + /** !#en Pressed state sprite + !#zh 按下状态时按钮所显示的 Sprite 。 */ + pressedSprite: SpriteFrame; + /** !#en Hover state sprite + !#zh 悬停状态下按钮所显示的 Sprite 。 */ + hoverSprite: SpriteFrame; + /** !#en Disabled state sprite + !#zh 禁用状态下按钮所显示的 Sprite 。 */ + disabledSprite: SpriteFrame; + /** !#en + Transition target. + When Button state changed: + If Transition type is Button.Transition.NONE, Button will do nothing + If Transition type is Button.Transition.COLOR, Button will change target's color + If Transition type is Button.Transition.SPRITE, Button will change target Sprite's sprite + !#zh + 需要过渡的目标。 + 当前按钮状态改变规则: + -如果 Transition type 选择 Button.Transition.NONE,按钮不做任何过渡。 + -如果 Transition type 选择 Button.Transition.COLOR,按钮会对目标颜色进行颜色之间的过渡。 + -如果 Transition type 选择 Button.Transition.Sprite,按钮会对目标 Sprite 进行 Sprite 之间的过渡。 */ + target: Node; + /** !#en If Button is clicked, it will trigger event's handler + !#zh 按钮的点击事件列表。 */ + clickEvents: Component.EventHandler[]; + /** !#en The normal material. + !#zh 正常状态的材质。 */ + normalMaterial: Material; + /** !#en The gray material. + !#zh 置灰状态的材质。 */ + grayMaterial: Material; + } + /** !#zh 作为 UI 根节点,为所有子节点提供视窗四边的位置信息以供对齐,另外提供屏幕适配策略接口,方便从编辑器设置。
+ 注:由于本节点的尺寸会跟随屏幕拉伸,所以 anchorPoint 只支持 (0.5, 0.5),否则适配不同屏幕时坐标会有偏差。 */ + export class Canvas extends Component { + /** !#en Current active canvas, the scene should only have one active canvas at the same time. + !#zh 当前激活的画布组件,场景同一时间只能有一个激活的画布。 */ + static instance: Canvas; + /** !#en The desigin resolution for current scene. + !#zh 当前场景设计分辨率。 */ + designResolution: Size; + /** !#en TODO + !#zh: 是否优先将设计分辨率高度撑满视图高度。 */ + fitHeight: boolean; + /** !#en TODO + !#zh: 是否优先将设计分辨率宽度撑满视图宽度。 */ + fitWidth: boolean; + } + /** !#en + Base class for everything attached to Node(Entity).
+
+ NOTE: Not allowed to use construction parameters for Component's subclasses, + because Component is created by the engine. + !#zh + 所有附加到节点的基类。
+
+ 注意:不允许使用组件的子类构造参数,因为组件是由引擎创建的。 */ + export class Component extends Object { + /** !#en The node this component is attached to. A component is always attached to a node. + !#zh 该组件被附加到的节点。组件总会附加到一个节点。 */ + node: Node; + /** !#en The uuid for editor. + !#zh 组件的 uuid,用于编辑器。 */ + uuid: string; + /** !#en indicates whether this component is enabled or not. + !#zh 表示该组件自身是否启用。 */ + enabled: boolean; + /** !#en indicates whether this component is enabled and its node is also active in the hierarchy. + !#zh 表示该组件是否被启用并且所在的节点也处于激活状态。 */ + enabledInHierarchy: boolean; + /** !#en Returns a value which used to indicate the onLoad get called or not. + !#zh 返回一个值用来判断 onLoad 是否被调用过,不等于 0 时调用过,等于 0 时未调用。 */ + _isOnLoadCalled: number; + /** + !#en Update is called every frame, if the Component is enabled.
+ This is a lifecycle method. It may not be implemented in the super class. You can only call its super class method inside it. It should not be called manually elsewhere. + !#zh 如果该组件启用,则每帧调用 update。
+ 该方法为生命周期方法,父类未必会有实现。并且你只能在该方法内部调用父类的实现,不可在其它地方直接调用该方法。 + @param dt the delta time in seconds it took to complete the last frame + */ + protected update(dt: number): void; + /** + !#en LateUpdate is called every frame, if the Component is enabled.
+ This is a lifecycle method. It may not be implemented in the super class. You can only call its super class method inside it. It should not be called manually elsewhere. + !#zh 如果该组件启用,则每帧调用 LateUpdate。
+ 该方法为生命周期方法,父类未必会有实现。并且你只能在该方法内部调用父类的实现,不可在其它地方直接调用该方法。 + @param dt the delta time in seconds it took to complete the last frame + */ + protected lateUpdate(dt: number): void; + /** + !#en + When attaching to an active node or its node first activated. + onLoad is always called before any start functions, this allows you to order initialization of scripts.
+ This is a lifecycle method. It may not be implemented in the super class. You can only call its super class method inside it. It should not be called manually elsewhere. + !#zh + 当附加到一个激活的节点上或者其节点第一次激活时候调用。onLoad 总是会在任何 start 方法调用前执行,这能用于安排脚本的初始化顺序。
+ 该方法为生命周期方法,父类未必会有实现。并且你只能在该方法内部调用父类的实现,不可在其它地方直接调用该方法。 + */ + protected onLoad(): void; + /** + !#en + Called before all scripts' update if the Component is enabled the first time. + Usually used to initialize some logic which need to be called after all components' `onload` methods called.
+ This is a lifecycle method. It may not be implemented in the super class. You can only call its super class method inside it. It should not be called manually elsewhere. + !#zh + 如果该组件第一次启用,则在所有组件的 update 之前调用。通常用于需要在所有组件的 onLoad 初始化完毕后执行的逻辑。
+ 该方法为生命周期方法,父类未必会有实现。并且你只能在该方法内部调用父类的实现,不可在其它地方直接调用该方法。 + */ + protected start(): void; + /** + !#en Called when this component becomes enabled and its node is active.
+ This is a lifecycle method. It may not be implemented in the super class. You can only call its super class method inside it. It should not be called manually elsewhere. + !#zh 当该组件被启用,并且它的节点也激活时。
+ 该方法为生命周期方法,父类未必会有实现。并且你只能在该方法内部调用父类的实现,不可在其它地方直接调用该方法。 + */ + protected onEnable(): void; + /** + !#en Called when this component becomes disabled or its node becomes inactive.
+ This is a lifecycle method. It may not be implemented in the super class. You can only call its super class method inside it. It should not be called manually elsewhere. + !#zh 当该组件被禁用或节点变为无效时调用。
+ 该方法为生命周期方法,父类未必会有实现。并且你只能在该方法内部调用父类的实现,不可在其它地方直接调用该方法。 + */ + protected onDisable(): void; + /** + !#en Called when this component will be destroyed.
+ This is a lifecycle method. It may not be implemented in the super class. You can only call its super class method inside it. It should not be called manually elsewhere. + !#zh 当该组件被销毁时调用
+ 该方法为生命周期方法,父类未必会有实现。并且你只能在该方法内部调用父类的实现,不可在其它地方直接调用该方法。 + */ + protected onDestroy(): void; + protected onFocusInEditor(): void; + protected onLostFocusInEditor(): void; + /** + !#en Called to initialize the component or node’s properties when adding the component the first time or when the Reset command is used. This function is only called in editor. + !#zh 用来初始化组件或节点的一些属性,当该组件被第一次添加到节点上或用户点击了它的 Reset 菜单时调用。这个回调只会在编辑器下调用。 + */ + protected resetInEditor(): void; + /** + !#en Adds a component class to the node. You can also add component to node by passing in the name of the script. + !#zh 向节点添加一个组件类,你还可以通过传入脚本的名称来添加组件。 + @param typeOrClassName the constructor or the class name of the component to add + + @example + ```js + var sprite = node.addComponent(cc.Sprite); + var test = node.addComponent("Test"); + ``` + */ + addComponent(type: {new(): T}): T; + addComponent(className: string): any; + /** + !#en + Returns the component of supplied type if the node has one attached, null if it doesn't.
+ You can also get component in the node by passing in the name of the script. + !#zh + 获取节点上指定类型的组件,如果节点有附加指定类型的组件,则返回,如果没有则为空。
+ 传入参数也可以是脚本的名称。 + @param typeOrClassName typeOrClassName + + @example + ```js + // get sprite component. + var sprite = node.getComponent(cc.Sprite); + // get custom test calss. + var test = node.getComponent("Test"); + ``` + */ + getComponent(type: {prototype: T}): T; + getComponent(className: string): any; + /** + !#en Returns all components of supplied Type in the node. + !#zh 返回节点上指定类型的所有组件。 + @param typeOrClassName typeOrClassName + + @example + ```js + var sprites = node.getComponents(cc.Sprite); + var tests = node.getComponents("Test"); + ``` + */ + getComponents(type: {prototype: T}): T[]; + getComponents(className: string): any[]; + /** + !#en Returns the component of supplied type in any of its children using depth first search. + !#zh 递归查找所有子节点中第一个匹配指定类型的组件。 + @param typeOrClassName typeOrClassName + + @example + ```js + var sprite = node.getComponentInChildren(cc.Sprite); + var Test = node.getComponentInChildren("Test"); + ``` + */ + getComponentInChildren(type: {prototype: T}): T; + getComponentInChildren(className: string): any; + /** + !#en Returns the components of supplied type in self or any of its children using depth first search. + !#zh 递归查找自身或所有子节点中指定类型的组件 + @param typeOrClassName typeOrClassName + + @example + ```js + var sprites = node.getComponentsInChildren(cc.Sprite); + var tests = node.getComponentsInChildren("Test"); + ``` + */ + getComponentsInChildren(type: {prototype: T}): T[]; + getComponentsInChildren(className: string): any[]; + /** + !#en + If the component's bounding box is different from the node's, you can implement this method to supply + a custom axis aligned bounding box (AABB), so the editor's scene view can perform hit test properly. + !#zh + 如果组件的包围盒与节点不同,您可以实现该方法以提供自定义的轴向对齐的包围盒(AABB), + 以便编辑器的场景视图可以正确地执行点选测试。 + @param out_rect the Rect to receive the bounding box + */ + _getLocalBounds(out_rect: Rect): void; + /** + !#en + onRestore is called after the user clicks the Reset item in the Inspector's context menu or performs + an undo operation on this component.
+
+ If the component contains the "internal state", short for "temporary member variables which not included
+ in its CCClass properties", then you may need to implement this function.
+
+ The editor will call the getset accessors of your component to record/restore the component's state
+ for undo/redo operation. However, in extreme cases, it may not works well. Then you should implement
+ this function to manually synchronize your component's "internal states" with its public properties.
+ Once you implement this function, all the getset accessors of your component will not be called when
+ the user performs an undo/redo operation. Which means that only the properties with default value
+ will be recorded or restored by editor.
+
+ Similarly, the editor may failed to reset your component correctly in extreme cases. Then if you need
+ to support the reset menu, you should manually synchronize your component's "internal states" with its
+ properties in this function. Once you implement this function, all the getset accessors of your component
+ will not be called during reset operation. Which means that only the properties with default value
+ will be reset by editor. + + This function is only called in editor mode. + !#zh + onRestore 是用户在检查器菜单点击 Reset 时,对此组件执行撤消操作后调用的。
+
+ 如果组件包含了“内部状态”(不在 CCClass 属性中定义的临时成员变量),那么你可能需要实现该方法。
+
+ 编辑器执行撤销/重做操作时,将调用组件的 get set 来录制和还原组件的状态。然而,在极端的情况下,它可能无法良好运作。
+ 那么你就应该实现这个方法,手动根据组件的属性同步“内部状态”。一旦你实现这个方法,当用户撤销或重做时,组件的所有 get set 都不会再被调用。这意味着仅仅指定了默认值的属性将被编辑器记录和还原。
+
+ 同样的,编辑可能无法在极端情况下正确地重置您的组件。如果你需要支持组件重置菜单,则需要在该方法中手工同步组件属性到“内部状态”。一旦你实现这个方法,组件的所有 get set 都不会在重置操作时被调用。这意味着仅仅指定了默认值的属性将被编辑器重置。 +
+ 此方法仅在编辑器下会被调用。 + */ + onRestore(): void; + /** + !#en + Schedules a custom selector.
+ If the selector is already scheduled, then the interval parameter will be updated without scheduling it again. + !#zh + 调度一个自定义的回调函数。
+ 如果回调函数已调度,那么将不会重复调度它,只会更新时间间隔参数。 + @param callback The callback function + @param interval Tick interval in seconds. 0 means tick every frame. + @param repeat The selector will be executed (repeat + 1) times, you can use cc.macro.REPEAT_FOREVER for tick infinitely. + @param delay The amount of time that the first tick will wait before execution. Unit: s + + @example + ```js + var timeCallback = function (dt) { + cc.log("time: " + dt); + } + this.schedule(timeCallback, 1); + ``` + */ + schedule(callback: Function, interval?: number, repeat?: number, delay?: number): void; + /** + !#en Schedules a callback function that runs only once, with a delay of 0 or larger. + !#zh 调度一个只运行一次的回调函数,可以指定 0 让回调函数在下一帧立即执行或者在一定的延时之后执行。 + @param callback A function wrapped as a selector + @param delay The amount of time that the first tick will wait before execution. Unit: s + + @example + ```js + var timeCallback = function (dt) { + cc.log("time: " + dt); + } + this.scheduleOnce(timeCallback, 2); + ``` + */ + scheduleOnce(callback: Function, delay?: number): void; + /** + !#en Unschedules a custom callback function. + !#zh 取消调度一个自定义的回调函数。 + @param callback_fn A function wrapped as a selector + + @example + ```js + this.unschedule(_callback); + ``` + */ + unschedule(callback_fn: Function): void; + /** + !#en + unschedule all scheduled callback functions: custom callback functions, and the 'update' callback function.
+ Actions are not affected by this method. + !#zh 取消调度所有已调度的回调函数:定制的回调函数以及 `update` 回调函数。动作不受此方法影响。 + + @example + ```js + this.unscheduleAllCallbacks(); + ``` + */ + unscheduleAllCallbacks(): void; + } + /** !#en The Label Component. + !#zh 文字标签组件 */ + export class Label extends RenderComponent { + /** !#en Content string of label. + !#zh 标签显示的文本内容。 */ + string: string; + /** !#en Horizontal Alignment of label. + !#zh 文本内容的水平对齐方式。 */ + horizontalAlign: Label.HorizontalAlign; + /** !#en Vertical Alignment of label. + !#zh 文本内容的垂直对齐方式。 */ + verticalAlign: Label.VerticalAlign; + /** !#en The actual rendering font size in shrink mode + !#zh SHRINK 模式下面文本实际渲染的字体大小 */ + actualFontSize: number; + /** !#en Font size of label. + !#zh 文本字体大小。 */ + fontSize: number; + /** !#en Font family of label, only take effect when useSystemFont property is true. + !#zh 文本字体名称, 只在 useSystemFont 属性为 true 的时候生效。 */ + fontFamily: string; + /** !#en Line Height of label. + !#zh 文本行高。 */ + lineHeight: number; + /** !#en Overflow of label. + !#zh 文字显示超出范围时的处理方式。 */ + overflow: Label.Overflow; + /** !#en Whether auto wrap label when string width is large than label width. + !#zh 是否自动换行。 */ + enableWrapText: boolean; + /** !#en The font of label. + !#zh 文本字体。 */ + font: Font; + /** !#en Whether use system font name or not. + !#zh 是否使用系统字体。 */ + useSystemFont: boolean; + /** !#en The spacing of the x axis between characters, only take Effect when using bitmap fonts. + !#zh 文字之间 x 轴的间距,仅在使用位图字体时生效。 */ + spacingX: number; + /** !#en The cache mode of label. This mode only supports system fonts. + !#zh 文本缓存模式, 该模式只支持系统字体。 */ + cacheMode: Label.CacheMode; + /** !#en Whether enable bold. + !#zh 是否启用黑体。 */ + enableBold: boolean; + /** !#en Whether enable italic. + !#zh 是否启用斜体。 */ + enableItalic: boolean; + /** !#en Whether enable underline. + !#zh 是否启用下划线。 */ + enableUnderline: boolean; + /** !#en The height of underline. + !#zh 下划线高度。 */ + underlineHeight: number; + /** + !#zh 需要保证当前场景中没有使用CHAR缓存的Label才可以清除,否则已渲染的文字没有重新绘制会不显示 + !#en It can be cleared that need to ensure there is not use the CHAR cache in the current scene. Otherwise, the rendered text will not be displayed without repainting. + */ + static clearCharCache(): void; + } + /** !#en Outline effect used to change the display, only for system fonts or TTF fonts + !#zh 描边效果组件,用于字体描边,只能用于系统字体 */ + export class LabelOutline extends Component { + /** !#en outline color + !#zh 改变描边的颜色 */ + color: Color; + /** !#en Change the outline width + !#zh 改变描边的宽度 */ + width: number; + } + /** !#en Shadow effect for Label component, only for system fonts or TTF fonts + !#zh 用于给 Label 组件添加阴影效果,只能用于系统字体或 ttf 字体 */ + export class LabelShadow extends Component { + /** !#en The shadow color + !#zh 阴影的颜色 */ + color: Color; + /** !#en Offset between font and shadow + !#zh 字体与阴影的偏移 */ + offset: Vec2; + /** !#en A non-negative float specifying the level of shadow blur + !#zh 阴影的模糊程度 */ + blur: number; + } + /** !#en + The Layout is a container component, use it to arrange child elements easily.
+ Note:
+ 1.Scaling and rotation of child nodes are not considered.
+ 2.After setting the Layout, the results need to be updated until the next frame, + unless you manually call {{#crossLink "Layout/updateLayout:method"}}{{/crossLink}}。 + !#zh + Layout 组件相当于一个容器,能自动对它的所有子节点进行统一排版。
+ 注意:
+ 1.不会考虑子节点的缩放和旋转。
+ 2.对 Layout 设置后结果需要到下一帧才会更新,除非你设置完以后手动调用 {{#crossLink "Layout/updateLayout:method"}}{{/crossLink}}。 */ + export class Layout extends Component { + /** !#en The layout type. + !#zh 布局类型 */ + type: Layout.Type; + /** !#en + The are three resize modes for Layout. + None, resize Container and resize children. + !#zh 缩放模式 */ + resizeMode: Layout.ResizeMode; + /** !#en The cell size for grid layout. + !#zh 每个格子的大小,只有布局类型为 GRID 的时候才有效。 */ + cellSize: Size; + /** !#en + The start axis for grid layout. If you choose horizontal, then children will layout horizontally at first, + and then break line on demand. Choose vertical if you want to layout vertically at first . + !#zh 起始轴方向类型,可进行水平和垂直布局排列,只有布局类型为 GRID 的时候才有效。 */ + startAxis: Layout.AxisDirection; + /** !#en The left padding of layout, it only effect the layout in one direction. + !#zh 容器内左边距,只会在一个布局方向上生效。 */ + paddingLeft: number; + /** !#en The right padding of layout, it only effect the layout in one direction. + !#zh 容器内右边距,只会在一个布局方向上生效。 */ + paddingRight: number; + /** !#en The top padding of layout, it only effect the layout in one direction. + !#zh 容器内上边距,只会在一个布局方向上生效。 */ + paddingTop: number; + /** !#en The bottom padding of layout, it only effect the layout in one direction. + !#zh 容器内下边距,只会在一个布局方向上生效。 */ + paddingBottom: number; + /** !#en The distance in x-axis between each element in layout. + !#zh 子节点之间的水平间距。 */ + spacingX: number; + /** !#en The distance in y-axis between each element in layout. + !#zh 子节点之间的垂直间距。 */ + spacingY: number; + /** !#en + Only take effect in Vertical layout mode. + This option changes the start element's positioning. + !#zh 垂直排列子节点的方向。 */ + verticalDirection: Layout.VerticalDirection; + /** !#en + Only take effect in Horizontal layout mode. + This option changes the start element's positioning. + !#zh 水平排列子节点的方向。 */ + horizontalDirection: Layout.HorizontalDirection; + /** !#en Adjust the layout if the children scaled. + !#zh 子节点缩放比例是否影响布局。 */ + affectedByScale: boolean; + /** + !#en Perform the layout update + !#zh 立即执行更新布局 + + @example + ```js + layout.type = cc.Layout.HORIZONTAL; + layout.node.addChild(childNode); + cc.log(childNode.x); // not yet changed + layout.updateLayout(); + cc.log(childNode.x); // changed + ``` + */ + updateLayout(): void; + } + /** !#en The Mask Component + !#zh 遮罩组件 */ + export class Mask extends RenderComponent { + /** !#en The mask type. + !#zh 遮罩类型 */ + type: Mask.Type; + /** !#en The mask image + !#zh 遮罩所需要的贴图 */ + spriteFrame: SpriteFrame; + /** !#en + The alpha threshold.(Not supported Canvas Mode)
+ The content is drawn only where the stencil have pixel with alpha greater than the alphaThreshold.
+ Should be a float between 0 and 1.
+ This default to 0.1. + When it's set to 1, the stencil will discard all pixels, nothing will be shown. + !#zh + Alpha 阈值(不支持 Canvas 模式)
+ 只有当模板的像素的 alpha 大于等于 alphaThreshold 时,才会绘制内容。
+ 该数值 0 ~ 1 之间的浮点数,默认值为 0.1 + 当被设置为 1 时,会丢弃所有蒙版像素,所以不会显示任何内容 */ + alphaThreshold: number; + /** !#en Reverse mask (Not supported Canvas Mode) + !#zh 反向遮罩(不支持 Canvas 模式) */ + inverted: boolean; + /** TODO: remove segments, not supported by graphics + !#en The segements for ellipse mask. + !#zh 椭圆遮罩的曲线细分数 */ + segements: number; + } + /** !#en + cc.MotionStreak manages a Ribbon based on it's motion in absolute space.
+ You construct it with a fadeTime, minimum segment size, texture path, texture
+ length and color. The fadeTime controls how long it takes each vertex in
+ the streak to fade out, the minimum segment size it how many pixels the
+ streak will move before adding a new ribbon segment, and the texture
+ length is the how many pixels the texture is stretched across. The texture
+ is vertically aligned along the streak segment. + !#zh 运动轨迹,用于游戏对象的运动轨迹上实现拖尾渐隐效果。 */ + export class MotionStreak extends Component implements BlendFunc { + /** !#en + !#zh 在编辑器模式下预览拖尾效果。 */ + preview: boolean; + /** !#en The fade time to fade. + !#zh 拖尾的渐隐时间,以秒为单位。 */ + fadeTime: number; + /** !#en The minimum segment size. + !#zh 拖尾之间最小距离。 */ + minSeg: number; + /** !#en The stroke's width. + !#zh 拖尾的宽度。 */ + stroke: number; + /** !#en The texture of the MotionStreak. + !#zh 拖尾的贴图。 */ + texture: Texture2D; + /** !#en The color of the MotionStreak. + !#zh 拖尾的颜色 */ + color: Color; + /** !#en The fast Mode. + !#zh 是否启用了快速模式。当启用快速模式,新的点会被更快地添加,但精度较低。 */ + fastMode: boolean; + /** + !#en Remove all living segments of the ribbon. + !#zh 删除当前所有的拖尾片段。 + + @example + ```js + // Remove all living segments of the ribbon. + myMotionStreak.reset(); + ``` + */ + reset(): void; + /** !#en specify the source Blend Factor, this will generate a custom material object, please pay attention to the memory cost. + !#zh 指定原图的混合模式,这会克隆一个新的材质对象,注意这带来的开销 */ + srcBlendFactor: macro.BlendFactor; + /** !#en specify the destination Blend Factor. + !#zh 指定目标的混合模式 */ + dstBlendFactor: macro.BlendFactor; + } + /** !#en The PageView control + !#zh 页面视图组件 */ + export class PageView extends ScrollView { + /** !#en Specify the size type of each page in PageView. + !#zh 页面视图中每个页面大小类型 */ + sizeMode: PageView.SizeMode; + /** !#en The page view direction + !#zh 页面视图滚动类型 */ + direction: PageView.Direction; + /** !#en + The scroll threshold value, when drag exceeds this value, + release the next page will automatically scroll, less than the restore + !#zh 滚动临界值,默认单位百分比,当拖拽超出该数值时,松开会自动滚动下一页,小于时则还原。 */ + scrollThreshold: number; + /** !#en + Auto page turning velocity threshold. When users swipe the PageView quickly, + it will calculate a velocity based on the scroll distance and time, + if the calculated velocity is larger than the threshold, then it will trigger page turning. + !#zh + 快速滑动翻页临界值。 + 当用户快速滑动时,会根据滑动开始和结束的距离与时间计算出一个速度值, + 该值与此临界值相比较,如果大于临界值,则进行自动翻页。 */ + autoPageTurningThreshold: number; + /** !#en Change the PageTurning event timing of PageView. + !#zh 设置 PageView PageTurning 事件的发送时机。 */ + pageTurningEventTiming: number; + /** !#en The Page View Indicator + !#zh 页面视图指示器组件 */ + indicator: PageViewIndicator; + /** !#en The time required to turn over a page. unit: second + !#zh 每个页面翻页时所需时间。单位:秒 */ + pageTurningSpeed: number; + /** !#en PageView events callback + !#zh 滚动视图的事件回调函数 */ + pageEvents: Component.EventHandler[]; + /** + !#en Returns current page index + !#zh 返回当前页面索引 + */ + getCurrentPageIndex(): number; + /** + !#en Set current page index + !#zh 设置当前页面索引 + @param index index + */ + setCurrentPageIndex(index: number): void; + /** + !#en Returns all pages of pageview + !#zh 返回视图中的所有页面 + */ + getPages(): Node[]; + /** + !#en At the end of the current page view to insert a new view + !#zh 在当前页面视图的尾部插入一个新视图 + @param page page + */ + addPage(page: Node): void; + /** + !#en Inserts a page in the specified location + !#zh 将页面插入指定位置中 + @param page page + @param index index + */ + insertPage(page: Node, index: number): void; + /** + !#en Removes a page from PageView. + !#zh 移除指定页面 + @param page page + */ + removePage(page: Node): void; + /** + !#en Removes a page at index of PageView. + !#zh 移除指定下标的页面 + @param index index + */ + removePageAtIndex(index: number): void; + /** + !#en Removes all pages from PageView + !#zh 移除所有页面 + */ + removeAllPages(): void; + /** + !#en Scroll PageView to index. + !#zh 滚动到指定页面 + @param idx index of page. + @param timeInSecond scrolling time + */ + scrollToPage(idx: number, timeInSecond: number): void; + } + /** !#en + Visual indicator of progress in some operation. + Displays a bar to the user representing how far the operation has progressed. + !#zh + 进度条组件,可用于显示加载资源时的进度。 */ + export class ProgressBar extends Component { + /** !#en The targeted Sprite which will be changed progressively. + !#zh 用来显示进度条比例的 Sprite 对象。 */ + barSprite: Sprite; + /** !#en The progress mode, there are two modes supported now: horizontal and vertical. + !#zh 进度条的模式 */ + mode: ProgressBar.Mode; + /** !#en The total width or height of the bar sprite. + !#zh 进度条实际的总长度 */ + totalLength: number; + /** !#en The current progress of the bar sprite. The valid value is between 0-1. + !#zh 当前进度值,该数值的区间是 0-1 之间。 */ + progress: number; + /** !#en Whether reverse the progress direction of the bar sprite. + !#zh 进度条是否进行反方向变化。 */ + reverse: boolean; + } + /** !#en The Page View Indicator Component + !#zh 页面视图每页标记组件 */ + export class PageViewIndicator extends Component { + /** !#en The spriteFrame for each element. + !#zh 每个页面标记显示的图片 */ + spriteFrame: SpriteFrame; + /** !#en The location direction of PageViewIndicator. + !#zh 页面标记摆放方向 */ + direction: PageViewIndicator.Direction; + /** !#en The cellSize for each element. + !#zh 每个页面标记的大小 */ + cellSize: Size; + /** !#en The distance between each element. + !#zh 每个页面标记之间的边距 */ + spacing: number; + /** + !#en Set Page View + !#zh 设置页面视图 + @param target target + */ + setPageView(target: PageView): void; + } + /** !#en + Base class for components which supports rendering features. + !#zh + 所有支持渲染的组件的基类 */ + export class RenderComponent extends Component { + /** !#en The materials used by this render component. + !#zh 渲染组件使用的材质。 */ + sharedMaterials: Material[]; + /** + !#en Get the material by index. + !#zh 根据指定索引获取材质 + @param index index + */ + getMaterial(index: number): MaterialVariant; + /** + !#en Gets all the materials. + !#zh 获取所有材质。 + */ + getMaterials(): MaterialVariant[]; + /** + !#en Set the material by index. + !#zh 根据指定索引设置材质 + @param index index + @param material material + */ + setMaterial(index: number, material: Material): Material; + } + /** !#en The RichText Component. + !#zh 富文本组件 */ + export class RichText extends Component { + /** !#en Content string of RichText. + !#zh 富文本显示的文本内容。 */ + string: string; + /** !#en Horizontal Alignment of each line in RichText. + !#zh 文本内容的水平对齐方式。 */ + horizontalAlign: macro.TextAlignment; + /** !#en Font size of RichText. + !#zh 富文本字体大小。 */ + fontSize: number; + /** !#en Custom System font of RichText + !#zh 富文本定制系统字体 */ + fontFamily: string; + /** !#en Custom TTF font of RichText + !#zh 富文本定制字体 */ + font: TTFFont; + /** !#en Whether use system font name or not. + !#zh 是否使用系统字体。 */ + useSystemFont: boolean; + /** !#en The cache mode of label. This mode only supports system fonts. + !#zh 文本缓存模式, 该模式只支持系统字体。 */ + cacheMode: Label.CacheMode; + /** !#en The maximize width of the RichText + !#zh 富文本的最大宽度 */ + maxWidth: number; + /** !#en Line Height of RichText. + !#zh 富文本行高。 */ + lineHeight: number; + /** !#en The image atlas for the img tag. For each src value in the img tag, there should be a valid spriteFrame in the image atlas. + !#zh 对于 img 标签里面的 src 属性名称,都需要在 imageAtlas 里面找到一个有效的 spriteFrame,否则 img tag 会判定为无效。 */ + imageAtlas: SpriteAtlas; + /** !#en + Once checked, the RichText will block all input events (mouse and touch) within + the bounding box of the node, preventing the input from penetrating into the underlying node. + !#zh + 选中此选项后,RichText 将阻止节点边界框中的所有输入事件(鼠标和触摸),从而防止输入事件穿透到底层节点。 */ + handleTouchEvent: boolean; + } + /** !#en + This component is used to adjust the layout of current node to respect the safe area of a notched mobile device such as the iPhone X. + It is typically used for the top node of the UI interaction area. For specific usage, refer to the official [example-cases/02_ui/16_safeArea/SafeArea.fire](https://github.com/cocos-creator/example-cases). + + The concept of safe area is to give you a fixed inner rectangle in which you can safely display content that will be drawn on screen. + You are strongly discouraged from providing controls outside of this area. But your screen background could embellish edges. + + This component internally uses the API `cc.sys.getSafeAreaRect();` to obtain the safe area of the current iOS or Android device, + and implements the adaptation by using the Widget component and set anchor. + + !#zh + 该组件会将所在节点的布局适配到 iPhone X 等异形屏手机的安全区域内,通常用于 UI 交互区域的顶层节点,具体用法可参考官方范例 [example-cases/02_ui/16_safeArea/SafeArea.fire](https://github.com/cocos-creator/example-cases)。 + + 该组件内部通过 API `cc.sys.getSafeAreaRect();` 获取到当前 iOS 或 Android 设备的安全区域,并通过 Widget 组件实现适配。 */ + export class SafeArea extends Component { + /** + !#en Adapt to safe area + !#zh 立即适配安全区域 + + @example + ```js + let safeArea = this.node.addComponent(cc.SafeArea); + safeArea.updateArea(); + ``` + */ + updateArea(): void; + } + /** !#en + The Scrollbar control allows the user to scroll an image or other view that is too large to see completely + !#zh 滚动条组件 */ + export class Scrollbar extends Component { + /** !#en The "handle" part of the scrollbar. + !#zh 作为当前滚动区域位置显示的滑块 Sprite。 */ + handle: Sprite; + /** !#en The direction of scrollbar. + !#zh ScrollBar 的滚动方向。 */ + direction: Scrollbar.Direction; + /** !#en Whether enable auto hide or not. + !#zh 是否在没有滚动动作时自动隐藏 ScrollBar。 */ + enableAutoHide: boolean; + /** !#en + The time to hide scrollbar when scroll finished. + Note: This value is only useful when enableAutoHide is true. + !#zh + 没有滚动动作后经过多久会自动隐藏。 + 注意:只要当 “enableAutoHide” 为 true 时,才有效。 */ + autoHideTime: number; + } + /** !#en + Layout container for a view hierarchy that can be scrolled by the user, + allowing it to be larger than the physical display. + + !#zh + 滚动视图组件 */ + export class ScrollView extends Component { + /** !#en This is a reference to the UI element to be scrolled. + !#zh 可滚动展示内容的节点。 */ + content: Node; + /** !#en Enable horizontal scroll. + !#zh 是否开启水平滚动。 */ + horizontal: boolean; + /** !#en Enable vertical scroll. + !#zh 是否开启垂直滚动。 */ + vertical: boolean; + /** !#en When inertia is set, the content will continue to move when touch ended. + !#zh 是否开启滚动惯性。 */ + inertia: boolean; + /** !#en + It determines how quickly the content stop moving. A value of 1 will stop the movement immediately. + A value of 0 will never stop the movement until it reaches to the boundary of scrollview. + !#zh + 开启惯性后,在用户停止触摸后滚动多快停止,0表示永不停止,1表示立刻停止。 */ + brake: number; + /** !#en When elastic is set, the content will be bounce back when move out of boundary. + !#zh 是否允许滚动内容超过边界,并在停止触摸后回弹。 */ + elastic: boolean; + /** !#en The elapse time of bouncing back. A value of 0 will bounce back immediately. + !#zh 回弹持续的时间,0 表示将立即反弹。 */ + bounceDuration: number; + /** !#en The horizontal scrollbar reference. + !#zh 水平滚动的 ScrollBar。 */ + horizontalScrollBar: Scrollbar; + /** !#en The vertical scrollbar reference. + !#zh 垂直滚动的 ScrollBar。 */ + verticalScrollBar: Scrollbar; + /** !#en Scrollview events callback + !#zh 滚动视图的事件回调函数 */ + scrollEvents: Component.EventHandler[]; + /** !#en If cancelInnerEvents is set to true, the scroll behavior will cancel touch events on inner content nodes + It's set to true by default. + !#zh 如果这个属性被设置为 true,那么滚动行为会取消子节点上注册的触摸事件,默认被设置为 true。 + 注意,子节点上的 touchstart 事件仍然会触发,触点移动距离非常短的情况下 touchmove 和 touchend 也不会受影响。 */ + cancelInnerEvents: boolean; + /** + !#en Scroll the content to the bottom boundary of ScrollView. + !#zh 视图内容将在规定时间内滚动到视图底部。 + @param timeInSecond Scroll time in second, if you don't pass timeInSecond, + the content will jump to the bottom boundary immediately. + @param attenuated Whether the scroll acceleration attenuated, default is true. + + @example + ```js + // Scroll to the bottom of the view. + scrollView.scrollToBottom(0.1); + ``` + */ + scrollToBottom(timeInSecond?: number, attenuated?: boolean): void; + /** + !#en Scroll the content to the top boundary of ScrollView. + !#zh 视图内容将在规定时间内滚动到视图顶部。 + @param timeInSecond Scroll time in second, if you don't pass timeInSecond, + the content will jump to the top boundary immediately. + @param attenuated Whether the scroll acceleration attenuated, default is true. + + @example + ```js + // Scroll to the top of the view. + scrollView.scrollToTop(0.1); + ``` + */ + scrollToTop(timeInSecond?: number, attenuated?: boolean): void; + /** + !#en Scroll the content to the left boundary of ScrollView. + !#zh 视图内容将在规定时间内滚动到视图左边。 + @param timeInSecond Scroll time in second, if you don't pass timeInSecond, + the content will jump to the left boundary immediately. + @param attenuated Whether the scroll acceleration attenuated, default is true. + + @example + ```js + // Scroll to the left of the view. + scrollView.scrollToLeft(0.1); + ``` + */ + scrollToLeft(timeInSecond?: number, attenuated?: boolean): void; + /** + !#en Scroll the content to the right boundary of ScrollView. + !#zh 视图内容将在规定时间内滚动到视图右边。 + @param timeInSecond Scroll time in second, if you don't pass timeInSecond, + the content will jump to the right boundary immediately. + @param attenuated Whether the scroll acceleration attenuated, default is true. + + @example + ```js + // Scroll to the right of the view. + scrollView.scrollToRight(0.1); + ``` + */ + scrollToRight(timeInSecond?: number, attenuated?: boolean): void; + /** + !#en Scroll the content to the top left boundary of ScrollView. + !#zh 视图内容将在规定时间内滚动到视图左上角。 + @param timeInSecond Scroll time in second, if you don't pass timeInSecond, + the content will jump to the top left boundary immediately. + @param attenuated Whether the scroll acceleration attenuated, default is true. + + @example + ```js + // Scroll to the upper left corner of the view. + scrollView.scrollToTopLeft(0.1); + ``` + */ + scrollToTopLeft(timeInSecond?: number, attenuated?: boolean): void; + /** + !#en Scroll the content to the top right boundary of ScrollView. + !#zh 视图内容将在规定时间内滚动到视图右上角。 + @param timeInSecond Scroll time in second, if you don't pass timeInSecond, + the content will jump to the top right boundary immediately. + @param attenuated Whether the scroll acceleration attenuated, default is true. + + @example + ```js + // Scroll to the top right corner of the view. + scrollView.scrollToTopRight(0.1); + ``` + */ + scrollToTopRight(timeInSecond?: number, attenuated?: boolean): void; + /** + !#en Scroll the content to the bottom left boundary of ScrollView. + !#zh 视图内容将在规定时间内滚动到视图左下角。 + @param timeInSecond Scroll time in second, if you don't pass timeInSecond, + the content will jump to the bottom left boundary immediately. + @param attenuated Whether the scroll acceleration attenuated, default is true. + + @example + ```js + // Scroll to the lower left corner of the view. + scrollView.scrollToBottomLeft(0.1); + ``` + */ + scrollToBottomLeft(timeInSecond?: number, attenuated?: boolean): void; + /** + !#en Scroll the content to the bottom right boundary of ScrollView. + !#zh 视图内容将在规定时间内滚动到视图右下角。 + @param timeInSecond Scroll time in second, if you don't pass timeInSecond, + the content will jump to the bottom right boundary immediately. + @param attenuated Whether the scroll acceleration attenuated, default is true. + + @example + ```js + // Scroll to the lower right corner of the view. + scrollView.scrollToBottomRight(0.1); + ``` + */ + scrollToBottomRight(timeInSecond?: number, attenuated?: boolean): void; + /** + !#en Scroll with an offset related to the ScrollView's top left origin, if timeInSecond is omitted, then it will jump to the + specific offset immediately. + !#zh 视图内容在规定时间内将滚动到 ScrollView 相对左上角原点的偏移位置, 如果 timeInSecond参数不传,则立即滚动到指定偏移位置。 + @param offset A Vec2, the value of which each axis between 0 and maxScrollOffset + @param timeInSecond Scroll time in second, if you don't pass timeInSecond, + the content will jump to the specific offset of ScrollView immediately. + @param attenuated Whether the scroll acceleration attenuated, default is true. + + @example + ```js + // Scroll to middle position in 0.1 second in x-axis + let maxScrollOffset = this.getMaxScrollOffset(); + scrollView.scrollToOffset(cc.v2(maxScrollOffset.x / 2, 0), 0.1); + ``` + */ + scrollToOffset(offset: Vec2, timeInSecond?: number, attenuated?: boolean): void; + /** + !#en Get the positive offset value corresponds to the content's top left boundary. + !#zh 获取滚动视图相对于左上角原点的当前滚动偏移 + */ + getScrollOffset(): Vec2; + /** + !#en Get the maximize available scroll offset + !#zh 获取滚动视图最大可以滚动的偏移量 + */ + getMaxScrollOffset(): Vec2; + /** + !#en Scroll the content to the horizontal percent position of ScrollView. + !#zh 视图内容在规定时间内将滚动到 ScrollView 水平方向的百分比位置上。 + @param percent A value between 0 and 1. + @param timeInSecond Scroll time in second, if you don't pass timeInSecond, + the content will jump to the horizontal percent position of ScrollView immediately. + @param attenuated Whether the scroll acceleration attenuated, default is true. + + @example + ```js + // Scroll to middle position. + scrollView.scrollToBottomRight(0.5, 0.1); + ``` + */ + scrollToPercentHorizontal(percent: number, timeInSecond?: number, attenuated?: boolean): void; + /** + !#en Scroll the content to the percent position of ScrollView in any direction. + !#zh 视图内容在规定时间内进行垂直方向和水平方向的滚动,并且滚动到指定百分比位置上。 + @param anchor A point which will be clamp between cc.v2(0,0) and cc.v2(1,1). + @param timeInSecond Scroll time in second, if you don't pass timeInSecond, + the content will jump to the percent position of ScrollView immediately. + @param attenuated Whether the scroll acceleration attenuated, default is true. + + @example + ```js + // Vertical scroll to the bottom of the view. + scrollView.scrollTo(cc.v2(0, 1), 0.1); + + // Horizontal scroll to view right. + scrollView.scrollTo(cc.v2(1, 0), 0.1); + ``` + */ + scrollTo(anchor: Vec2, timeInSecond?: number, attenuated?: boolean): void; + /** + !#en Scroll the content to the vertical percent position of ScrollView. + !#zh 视图内容在规定时间内滚动到 ScrollView 垂直方向的百分比位置上。 + @param percent A value between 0 and 1. + @param timeInSecond Scroll time in second, if you don't pass timeInSecond, + the content will jump to the vertical percent position of ScrollView immediately. + @param attenuated Whether the scroll acceleration attenuated, default is true. + // Scroll to middle position. + scrollView.scrollToPercentVertical(0.5, 0.1); + */ + scrollToPercentVertical(percent: number, timeInSecond?: number, attenuated?: boolean): void; + /** + !#en Stop auto scroll immediately + !#zh 停止自动滚动, 调用此 API 可以让 Scrollview 立即停止滚动 + */ + stopAutoScroll(): void; + /** + !#en Modify the content position. + !#zh 设置当前视图内容的坐标点。 + @param position The position in content's parent space. + */ + setContentPosition(position: Vec2): void; + /** + !#en Query the content's position in its parent space. + !#zh 获取当前视图内容的坐标点。 + */ + getContentPosition(): Vec2; + /** + !#en Query whether the user is currently dragging the ScrollView to scroll it + !#zh 用户是否在拖拽当前滚动视图 + */ + isScrolling(): boolean; + /** + !#en Query whether the ScrollView is currently scrolling because of a bounceback or inertia slowdown. + !#zh 当前滚动视图是否在惯性滚动 + */ + isAutoScrolling(): boolean; + } + /** !#en The Slider Control + !#zh 滑动器组件 */ + export class Slider extends Component { + /** !#en The "handle" part of the slider + !#zh 滑动器滑块按钮部件 */ + handle: Button; + /** !#en The slider direction + !#zh 滑动器方向 */ + direction: Slider.Direction; + /** !#en The current progress of the slider. The valid value is between 0-1 + !#zh 当前进度值,该数值的区间是 0-1 之间 */ + progress: number; + /** !#en The slider slide events' callback array + !#zh 滑动器组件滑动事件回调函数数组 */ + slideEvents: Component.EventHandler[]; + } + /** !#en Renders a sprite in the scene. + !#zh 该组件用于在场景中渲染精灵。 */ + export class Sprite extends RenderComponent implements BlendFunc { + /** !#en The sprite frame of the sprite. + !#zh 精灵的精灵帧 */ + spriteFrame: SpriteFrame; + /** !#en The sprite render type. + !#zh 精灵渲染类型 */ + type: Sprite.Type; + /** !#en + The fill type, This will only have any effect if the "type" is set to “cc.Sprite.Type.FILLED”. + !#zh + 精灵填充类型,仅渲染类型设置为 cc.Sprite.Type.FILLED 时有效。 */ + fillType: Sprite.FillType; + /** !#en + The fill Center, This will only have any effect if the "type" is set to “cc.Sprite.Type.FILLED”. + !#zh + 填充中心点,仅渲染类型设置为 cc.Sprite.Type.FILLED 时有效。 */ + fillCenter: Vec2; + /** !#en + The fill Start, This will only have any effect if the "type" is set to “cc.Sprite.Type.FILLED”. + !#zh + 填充起始点,仅渲染类型设置为 cc.Sprite.Type.FILLED 时有效。 */ + fillStart: number; + /** !#en + The fill Range, This will only have any effect if the "type" is set to “cc.Sprite.Type.FILLED”. + !#zh + 填充范围,仅渲染类型设置为 cc.Sprite.Type.FILLED 时有效。 */ + fillRange: number; + /** !#en specify the frame is trimmed or not. + !#zh 是否使用裁剪模式 */ + trim: boolean; + /** !#en specify the size tracing mode. + !#zh 精灵尺寸调整模式 */ + sizeMode: Sprite.SizeMode; + /** + Change the state of sprite. + @param state NORMAL or GRAY State. + */ + setState(state: Sprite.State): void; + /** + Gets the current state. + */ + getState(): Sprite.State; + /** !#en specify the source Blend Factor, this will generate a custom material object, please pay attention to the memory cost. + !#zh 指定原图的混合模式,这会克隆一个新的材质对象,注意这带来的开销 */ + srcBlendFactor: macro.BlendFactor; + /** !#en specify the destination Blend Factor. + !#zh 指定目标的混合模式 */ + dstBlendFactor: macro.BlendFactor; + } + /** !#en The toggle component is a CheckBox, when it used together with a ToggleGroup, it + could be treated as a RadioButton. + !#zh Toggle 是一个 CheckBox,当它和 ToggleGroup 一起使用的时候,可以变成 RadioButton。 */ + export class Toggle extends Button implements GraySpriteState { + /** !#en When this value is true, the check mark component will be enabled, otherwise + the check mark component will be disabled. + !#zh 如果这个设置为 true,则 check mark 组件会处于 enabled 状态,否则处于 disabled 状态。 */ + isChecked: boolean; + /** !#en The toggle group which the toggle belongs to, when it is null, the toggle is a CheckBox. + Otherwise, the toggle is a RadioButton. + !#zh Toggle 所属的 ToggleGroup,这个属性是可选的。如果这个属性为 null,则 Toggle 是一个 CheckBox, + 否则,Toggle 是一个 RadioButton。 */ + toggleGroup: ToggleGroup; + /** !#en The image used for the checkmark. + !#zh Toggle 处于选中状态时显示的图片 */ + checkMark: Sprite; + /** !#en If Toggle is clicked, it will trigger event's handler + !#zh Toggle 按钮的点击事件列表。 */ + checkEvents: Component.EventHandler[]; + /** + !#en Make the toggle button checked. + !#zh 使 toggle 按钮处于选中状态 + */ + check(): void; + /** + !#en Make the toggle button unchecked. + !#zh 使 toggle 按钮处于未选中状态 + */ + uncheck(): void; + /** !#en The normal material. + !#zh 正常状态的材质。 */ + normalMaterial: Material; + /** !#en The gray material. + !#zh 置灰状态的材质。 */ + grayMaterial: Material; + } + /** !#en ToggleContainer is not a visiable UI component but a way to modify the behavior of a set of Toggles.
+ Toggles that belong to the same group could only have one of them to be switched on at a time.
+ Note: All the first layer child node containing the toggle component will auto be added to the container + !#zh ToggleContainer 不是一个可见的 UI 组件,它可以用来修改一组 Toggle 组件的行为。
+ 当一组 Toggle 属于同一个 ToggleContainer 的时候,任何时候只能有一个 Toggle 处于选中状态。
+ 注意:所有包含 Toggle 组件的一级子节点都会自动被添加到该容器中 */ + export class ToggleContainer extends Component { + /** !#en If this setting is true, a toggle could be switched off and on when pressed. + If it is false, it will make sure there is always only one toggle could be switched on + and the already switched on toggle can't be switched off. + !#zh 如果这个设置为 true, 那么 toggle 按钮在被点击的时候可以反复地被选中和未选中。 */ + allowSwitchOff: boolean; + /** !#en If Toggle is clicked, it will trigger event's handler + !#zh Toggle 按钮的点击事件列表。 */ + checkEvents: Component.EventHandler[]; + /** !#en Read only property, return the toggle items array reference managed by ToggleContainer. + !#zh 只读属性,返回 ToggleContainer 管理的 toggle 数组引用 */ + toggleItems: Toggle[]; + } + /** !#en ToggleGroup is not a visiable UI component but a way to modify the behavior of a set of Toggles. + Toggles that belong to the same group could only have one of them to be switched on at a time. + !#zh ToggleGroup 不是一个可见的 UI 组件,它可以用来修改一组 Toggle 组件的行为。当一组 Toggle 属于同一个 ToggleGroup 的时候, + 任何时候只能有一个 Toggle 处于选中状态。 */ + export class ToggleGroup extends Component { + /** !#en If this setting is true, a toggle could be switched off and on when pressed. + If it is false, it will make sure there is always only one toggle could be switched on + and the already switched on toggle can't be switched off. + !#zh 如果这个设置为 true, 那么 toggle 按钮在被点击的时候可以反复地被选中和未选中。 */ + allowSwitchOff: boolean; + /** !#en Read only property, return the toggle items array reference managed by toggleGroup. + !#zh 只读属性,返回 toggleGroup 管理的 toggle 数组引用 */ + toggleItems: any[]; + } + /** !#en + Handling touch events in a ViewGroup takes special care, + because it's common for a ViewGroup to have children that are targets for different touch events than the ViewGroup itself. + To make sure that each view correctly receives the touch events intended for it, + ViewGroup should register capture phase event and handle the event propagation properly. + Please refer to Scrollview for more information. + + !#zh + ViewGroup的事件处理比较特殊,因为 ViewGroup 里面的子节点关心的事件跟 ViewGroup 本身可能不一样。 + 为了让子节点能够正确地处理事件,ViewGroup 需要注册 capture 阶段的事件,并且合理地处理 ViewGroup 之间的事件传递。 + 请参考 ScrollView 的实现来获取更多信息。 */ + export class ViewGroup extends Component { + } + /** !#en + Stores and manipulate the anchoring based on its parent. + Widget are used for GUI but can also be used for other things. + Widget will adjust current node's position and size automatically, but the results after adjustment can not be obtained until the next frame unless you call {{#crossLink "Widget/updateAlignment:method"}}{{/crossLink}} manually. + !#zh + Widget 组件,用于设置和适配其相对于父节点的边距,Widget 通常被用于 UI 界面,也可以用于其他地方。 + Widget 会自动调整当前节点的坐标和宽高,不过目前调整后的结果要到下一帧才能在脚本里获取到,除非你先手动调用 {{#crossLink "Widget/updateAlignment:method"}}{{/crossLink}}。 */ + export class Widget extends Component { + /** !#en Specifies an alignment target that can only be one of the parent nodes of the current node. + The default value is null, and when null, indicates the current parent. + !#zh 指定一个对齐目标,只能是当前节点的其中一个父节点,默认为空,为空时表示当前父节点。 */ + target: Node; + /** !#en Whether to align the top. + !#zh 是否对齐上边。 */ + isAlignTop: boolean; + /** !#en + Vertically aligns the midpoint, This will open the other vertical alignment options cancel. + !#zh + 是否垂直方向对齐中点,开启此项会将垂直方向其他对齐选项取消。 */ + isAlignVerticalCenter: boolean; + /** !#en Whether to align the bottom. + !#zh 是否对齐下边。 */ + isAlignBottom: boolean; + /** !#en Whether to align the left. + !#zh 是否对齐左边 */ + isAlignLeft: boolean; + /** !#en + Horizontal aligns the midpoint. This will open the other horizontal alignment options canceled. + !#zh + 是否水平方向对齐中点,开启此选项会将水平方向其他对齐选项取消。 */ + isAlignHorizontalCenter: boolean; + /** !#en Whether to align the right. + !#zh 是否对齐右边。 */ + isAlignRight: boolean; + /** !#en + Whether the stretched horizontally, when enable the left and right alignment will be stretched horizontally, + the width setting is invalid (read only). + !#zh + 当前是否水平拉伸。当同时启用左右对齐时,节点将会被水平拉伸,此时节点的宽度只读。 */ + isStretchWidth: boolean; + /** !#en + Whether the stretched vertically, when enable the left and right alignment will be stretched vertically, + then height setting is invalid (read only) + !#zh + 当前是否垂直拉伸。当同时启用上下对齐时,节点将会被垂直拉伸,此时节点的高度只读。 */ + isStretchHeight: boolean; + /** !#en + The margins between the top of this node and the top of parent node, + the value can be negative, Only available in 'isAlignTop' open. + !#zh + 本节点顶边和父节点顶边的距离,可填写负值,只有在 isAlignTop 开启时才有作用。 */ + top: number; + /** !#en + The margins between the bottom of this node and the bottom of parent node, + the value can be negative, Only available in 'isAlignBottom' open. + !#zh + 本节点底边和父节点底边的距离,可填写负值,只有在 isAlignBottom 开启时才有作用。 */ + bottom: number; + /** !#en + The margins between the left of this node and the left of parent node, + the value can be negative, Only available in 'isAlignLeft' open. + !#zh + 本节点左边和父节点左边的距离,可填写负值,只有在 isAlignLeft 开启时才有作用。 */ + left: number; + /** !#en + The margins between the right of this node and the right of parent node, + the value can be negative, Only available in 'isAlignRight' open. + !#zh + 本节点右边和父节点右边的距离,可填写负值,只有在 isAlignRight 开启时才有作用。 */ + right: number; + /** !#en + Horizontal aligns the midpoint offset value, + the value can be negative, Only available in 'isAlignHorizontalCenter' open. + !#zh 水平居中的偏移值,可填写负值,只有在 isAlignHorizontalCenter 开启时才有作用。 */ + horizontalCenter: number; + /** !#en + Vertical aligns the midpoint offset value, + the value can be negative, Only available in 'isAlignVerticalCenter' open. + !#zh 垂直居中的偏移值,可填写负值,只有在 isAlignVerticalCenter 开启时才有作用。 */ + verticalCenter: number; + /** !#en If true, horizontalCenter is pixel margin, otherwise is percentage (0 - 1) margin. + !#zh 如果为 true,"horizontalCenter" 将会以像素作为偏移值,反之为百分比(0 到 1)。 */ + isAbsoluteHorizontalCenter: boolean; + /** !#en If true, verticalCenter is pixel margin, otherwise is percentage (0 - 1) margin. + !#zh 如果为 true,"verticalCenter" 将会以像素作为偏移值,反之为百分比(0 到 1)。 */ + isAbsoluteVerticalCenter: boolean; + /** !#en + If true, top is pixel margin, otherwise is percentage (0 - 1) margin relative to the parent's height. + !#zh + 如果为 true,"top" 将会以像素作为边距,否则将会以相对父物体高度的百分比(0 到 1)作为边距。 */ + isAbsoluteTop: boolean; + /** !#en + If true, bottom is pixel margin, otherwise is percentage (0 - 1) margin relative to the parent's height. + !#zh + 如果为 true,"bottom" 将会以像素作为边距,否则将会以相对父物体高度的百分比(0 到 1)作为边距。 */ + isAbsoluteBottom: boolean; + /** !#en + If true, left is pixel margin, otherwise is percentage (0 - 1) margin relative to the parent's width. + !#zh + 如果为 true,"left" 将会以像素作为边距,否则将会以相对父物体宽度的百分比(0 到 1)作为边距。 */ + isAbsoluteLeft: boolean; + /** !#en + If true, right is pixel margin, otherwise is percentage (0 - 1) margin relative to the parent's width. + !#zh + 如果为 true,"right" 将会以像素作为边距,否则将会以相对父物体宽度的百分比(0 到 1)作为边距。 */ + isAbsoluteRight: boolean; + /** !#en Specifies the alignment mode of the Widget, which determines when the widget should refresh. + !#zh 指定 Widget 的对齐模式,用于决定 Widget 应该何时刷新。 */ + alignMode: Widget.AlignMode; + /** + !#en + Immediately perform the widget alignment. You need to manually call this method only if + you need to get the latest results after the alignment before the end of current frame. + !#zh + 立刻执行 widget 对齐操作。这个接口一般不需要手工调用。 + 只有当你需要在当前帧结束前获得 widget 对齐后的最新结果时才需要手动调用这个方法。 + + @example + ```js + widget.top = 10; // change top margin + cc.log(widget.node.y); // not yet changed + widget.updateAlignment(); + cc.log(widget.node.y); // changed + ``` + */ + updateAlignment(): void; + /** !#en + When turned on, it will only be aligned once at the end of the onEnable frame, + then immediately disables the current component. + This will allow the script or animation to continue controlling the current node. + Note: It will still be aligned at the frame when onEnable is called. + !#zh + 开启后仅会在 onEnable 的当帧结束时对齐一次,然后立刻禁用当前组件。 + 这样便于脚本或动画继续控制当前节点。 + 注意:onEnable 时所在的那一帧仍然会进行对齐。 */ + isAlignOnce: boolean; + } + /** !#en SubContextView is a view component which controls open data context viewport in minigame platform.
+ The component's node size decide the viewport of the sub context content in main context, + the entire sub context texture will be scaled to the node's bounding box area.
+ This component provides multiple important features:
+ 1. Sub context could use its own resolution size and policy.
+ 2. Sub context could be minized to smallest size it needed.
+ 3. Resolution of sub context content could be increased.
+ 4. User touch input is transformed to the correct viewport.
+ 5. Texture update is handled by this component. User don't need to worry.
+ One important thing to be noted, whenever the node's bounding box change, + !#zh SubContextView 可以用来控制小游戏平台开放数据域在主域中的视窗的位置。
+ 这个组件的节点尺寸决定了开放数据域内容在主域中的尺寸,整个开放数据域会被缩放到节点的包围盒范围内。
+ 在这个组件的控制下,用户可以更自由得控制开放数据域:
+ 1. 子域中可以使用独立的设计分辨率和适配模式
+ 2. 子域区域尺寸可以缩小到只容纳内容即可
+ 3. 子域的分辨率也可以被放大,以便获得更清晰的显示效果
+ 4. 用户输入坐标会被自动转换到正确的子域视窗中
+ 5. 子域内容贴图的更新由组件负责,用户不需要处理
*/ + export class SubContextView extends Component { + /** + !#en Reset open data context size and viewport + !#zh 重置开放数据域的尺寸和视窗 + */ + reset(): void; + /** + !#en Update the sub context viewport manually, it should be called whenever the node's bounding box changes. + !#zh 更新开放数据域相对于主域的 viewport,这个函数应该在节点包围盒改变时手动调用。 + */ + updateSubContextViewport(): void; + } + /** !#en WXSubContextView is deprecated since v2.4.1, please use SubContextView instead. + !#zh 自 v2.4.1 起,WXSubContextView 已经废弃,请使用 SubContextView */ + export class WXSubContextView extends Component { + } + /** !#en SwanSubContextView is deprecated since v2.4.1, please use SubContextView instead. + !#zh 自 v2.4.1 起,SwanSubContextView 已经废弃,请使用 SubContextView */ + export class SwanSubContextView extends Component { + } + /** !#en The touch event class + !#zh 封装了触摸相关的信息。 */ + export class Touch { + /** + !#en Returns the current touch location in OpenGL coordinates.、 + !#zh 获取当前触点位置。 + */ + getLocation(): Vec2; + /** + !#en Returns X axis location value. + !#zh 获取当前触点 X 轴位置。 + */ + getLocationX(): number; + /** + !#en Returns Y axis location value. + !#zh 获取当前触点 Y 轴位置。 + */ + getLocationY(): number; + /** + !#en Returns the previous touch location in OpenGL coordinates. + !#zh 获取触点在上一次事件时的位置对象,对象包含 x 和 y 属性。 + */ + getPreviousLocation(): Vec2; + /** + !#en Returns the start touch location in OpenGL coordinates. + !#zh 获取触点落下时的位置对象,对象包含 x 和 y 属性。 + */ + getStartLocation(): Vec2; + /** + !#en Returns the delta distance from the previous touche to the current one in screen coordinates. + !#zh 获取触点距离上一次事件移动的距离对象,对象包含 x 和 y 属性。 + */ + getDelta(): Vec2; + /** + !#en Returns the current touch location in screen coordinates. + !#zh 获取当前事件在游戏窗口内的坐标位置对象,对象包含 x 和 y 属性。 + */ + getLocationInView(): Vec2; + /** + !#en Returns the previous touch location in screen coordinates. + !#zh 获取触点在上一次事件时在游戏窗口中的位置对象,对象包含 x 和 y 属性。 + */ + getPreviousLocationInView(): Vec2; + /** + !#en Returns the start touch location in screen coordinates. + !#zh 获取触点落下时在游戏窗口中的位置对象,对象包含 x 和 y 属性。 + */ + getStartLocationInView(): Vec2; + /** + !#en Returns the id of cc.Touch. + !#zh 触点的标识 ID,可以用来在多点触摸中跟踪触点。 + */ + getID(): number; + /** + !#en Sets information to touch. + !#zh 设置触摸相关的信息。用于监控触摸事件。 + @param id id + @param x x + @param y y + */ + setTouchInfo(id: number, x: number, y: number): void; + } + /** undefined */ + export class Graphics extends RenderComponent { + /** !#en + Current line width. + !#zh + 当前线条宽度 */ + lineWidth: number; + /** !#en + lineJoin determines how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together. + !#zh + lineJoin 用来设置2个长度不为0的相连部分(线段,圆弧,曲线)如何连接在一起的属性。 */ + lineJoin: Graphics.LineJoin; + /** !#en + lineCap determines how the end points of every line are drawn. + !#zh + lineCap 指定如何绘制每一条线段末端。 */ + lineCap: Graphics.LineCap; + /** !#en + stroke color + !#zh + 线段颜色 */ + strokeColor: Color; + /** !#en + fill color + !#zh + 填充颜色 */ + fillColor: Color; + /** !#en + Sets the miter limit ratio + !#zh + 设置斜接面限制比例 */ + miterLimit: number; + /** + !#en Move path start point to (x,y). + !#zh 移动路径起点到坐标(x, y) + @param x The x axis of the coordinate for the end point. + @param y The y axis of the coordinate for the end point. + */ + moveTo(x?: number, y?: number): void; + /** + !#en Adds a straight line to the path + !#zh 绘制直线路径 + @param x The x axis of the coordinate for the end point. + @param y The y axis of the coordinate for the end point. + */ + lineTo(x?: number, y?: number): void; + /** + !#en Adds a cubic Bézier curve to the path + !#zh 绘制三次贝赛尔曲线路径 + @param c1x The x axis of the coordinate for the first control point. + @param c1y The y axis of the coordinate for first control point. + @param c2x The x axis of the coordinate for the second control point. + @param c2y The y axis of the coordinate for the second control point. + @param x The x axis of the coordinate for the end point. + @param y The y axis of the coordinate for the end point. + */ + bezierCurveTo(c1x?: number, c1y?: number, c2x?: number, c2y?: number, x?: number, y?: number): void; + /** + !#en Adds a quadratic Bézier curve to the path + !#zh 绘制二次贝赛尔曲线路径 + @param cx The x axis of the coordinate for the control point. + @param cy The y axis of the coordinate for the control point. + @param x The x axis of the coordinate for the end point. + @param y The y axis of the coordinate for the end point. + */ + quadraticCurveTo(cx?: number, cy?: number, x?: number, y?: number): void; + /** + !#en Adds an arc to the path which is centered at (cx, cy) position with radius r starting at startAngle and ending at endAngle going in the given direction by counterclockwise (defaulting to false). + !#zh 绘制圆弧路径。圆弧路径的圆心在 (cx, cy) 位置,半径为 r ,根据 counterclockwise (默认为false)指定的方向从 startAngle 开始绘制,到 endAngle 结束。 + @param cx The x axis of the coordinate for the center point. + @param cy The y axis of the coordinate for the center point. + @param r The arc's radius. + @param startAngle The angle at which the arc starts, measured clockwise from the positive x axis and expressed in radians. + @param endAngle The angle at which the arc ends, measured clockwise from the positive x axis and expressed in radians. + @param counterclockwise An optional Boolean which, if true, causes the arc to be drawn counter-clockwise between the two angles. By default it is drawn clockwise. + */ + arc(cx?: number, cy?: number, r?: number, startAngle?: number, endAngle?: number, counterclockwise?: boolean): void; + /** + !#en Adds an ellipse to the path. + !#zh 绘制椭圆路径。 + @param cx The x axis of the coordinate for the center point. + @param cy The y axis of the coordinate for the center point. + @param rx The ellipse's x-axis radius. + @param ry The ellipse's y-axis radius. + */ + ellipse(cx?: number, cy?: number, rx?: number, ry?: number): void; + /** + !#en Adds an circle to the path. + !#zh 绘制圆形路径。 + @param cx The x axis of the coordinate for the center point. + @param cy The y axis of the coordinate for the center point. + @param r The circle's radius. + */ + circle(cx?: number, cy?: number, r?: number): void; + /** + !#en Adds an rectangle to the path. + !#zh 绘制矩形路径。 + @param x The x axis of the coordinate for the rectangle starting point. + @param y The y axis of the coordinate for the rectangle starting point. + @param w The rectangle's width. + @param h The rectangle's height. + */ + rect(x?: number, y?: number, w?: number, h?: number): void; + /** + !#en Adds an round corner rectangle to the path. + !#zh 绘制圆角矩形路径。 + @param x The x axis of the coordinate for the rectangle starting point. + @param y The y axis of the coordinate for the rectangle starting point. + @param w The rectangles width. + @param h The rectangle's height. + @param r The radius of the rectangle. + */ + roundRect(x?: number, y?: number, w?: number, h?: number, r?: number): void; + /** + !#en Draws a filled rectangle. + !#zh 绘制填充矩形。 + @param x The x axis of the coordinate for the rectangle starting point. + @param y The y axis of the coordinate for the rectangle starting point. + @param w The rectangle's width. + @param h The rectangle's height. + */ + fillRect(x?: number, y?: number, w?: number, h?: number): void; + /** + !#en Erasing any previously drawn content. + !#zh 擦除之前绘制的所有内容的方法。 + @param clean Whether to clean the graphics inner cache. + */ + clear(clean?: boolean): void; + /** + !#en Causes the point of the pen to move back to the start of the current path. It tries to add a straight line from the current point to the start. + !#zh 将笔点返回到当前路径起始点的。它尝试从当前点到起始点绘制一条直线。 + */ + close(): void; + /** + !#en Strokes the current or given path with the current stroke style. + !#zh 根据当前的画线样式,绘制当前或已经存在的路径。 + */ + stroke(): void; + /** + !#en Fills the current or given path with the current fill style. + !#zh 根据当前的画线样式,填充当前或已经存在的路径。 + */ + fill(): void; + } + /** !#en + Camera is usefull when making reel game or other games which need scroll screen. + Using camera will be more efficient than moving node to scroll screen. + Camera + !#zh + 摄像机在制作卷轴或是其他需要移动屏幕的游戏时比较有用,使用摄像机将会比移动节点来移动屏幕更加高效。 */ + export class Camera extends Component { + /** !#en + The camera zoom ratio, only support 2D camera. + !#zh + 摄像机缩放比率, 只支持 2D camera。 */ + zoomRatio: number; + /** !#en + Field of view. The width of the Camera’s view angle, measured in degrees along the local Y axis. + !#zh + 决定摄像机视角的宽度,当摄像机处于透视投影模式下这个属性才会生效。 */ + fov: number; + /** !#en + The viewport size of the Camera when set to orthographic projection. + !#zh + 摄像机在正交投影模式下的视窗大小。 */ + orthoSize: number; + /** !#en + The near clipping plane. + !#zh + 摄像机的近剪裁面。 */ + nearClip: number; + /** !#en + The far clipping plane. + !#zh + 摄像机的远剪裁面。 */ + farClip: number; + /** !#en + Is the camera orthographic (true) or perspective (false)? + !#zh + 设置摄像机的投影模式是正交还是透视模式。 */ + ortho: boolean; + /** !#en + Four values (0 ~ 1) that indicate where on the screen this camera view will be drawn. + !#zh + 决定摄像机绘制在屏幕上哪个位置,值为(0 ~ 1)。 */ + rect: Rect; + /** !#en + This is used to render parts of the scene selectively. + !#zh + 决定摄像机会渲染场景的哪一部分。 */ + cullingMask: number; + /** !#en + Determining what to clear when camera rendering. + !#zh + 决定摄像机渲染时会清除哪些状态。 */ + clearFlags: Camera.ClearFlags; + /** !#en + The color with which the screen will be cleared. + !#zh + 摄像机用于清除屏幕的背景色。 */ + backgroundColor: Color; + /** !#en + Camera's depth in the camera rendering order. Cameras with higher depth are rendered after cameras with lower depth. + !#zh + 摄像机深度。用于决定摄像机的渲染顺序,值越大渲染在越上层。 */ + depth: number; + /** !#en + Destination render texture. + Usually cameras render directly to screen, but for some effects it is useful to make a camera render into a texture. + !#zh + 摄像机渲染的目标 RenderTexture。 + 一般摄像机会直接渲染到屏幕上,但是有一些效果可以使用摄像机渲染到 RenderTexture 上再对 RenderTexture 进行处理来实现。 */ + targetTexture: RenderTexture; + /** !#en + Sets the camera's render stages. + !#zh + 设置摄像机渲染的阶段 */ + renderStages: number; + /** !#en Whether auto align camera viewport to screen + !#zh 是否自动将摄像机的视口对准屏幕 */ + alignWithScreen: boolean; + /** !#en + The primary camera in the scene. Returns the rear most rendered camera, which is the camera with the lowest depth. + !#zh + 当前场景中激活的主摄像机。将会返回渲染在屏幕最底层,也就是 depth 最小的摄像机。 */ + static main: Camera; + /** !#en + All enabled cameras. + !#zh + 当前激活的所有摄像机。 */ + static cameras: Camera[]; + /** + !#en + Get the first camera which the node belong to. + !#zh + 获取节点所在的第一个摄像机。 + @param node node + */ + static findCamera(node: Node): Camera; + /** + !#en + Get the screen to world matrix, only support 2D camera which alignWithScreen is true. + !#zh + 获取屏幕坐标系到世界坐标系的矩阵,只适用于 alignWithScreen 为 true 的 2D 摄像机。 + @param out the matrix to receive the result + */ + getScreenToWorldMatrix2D(out: Mat4): Mat4; + /** + !#en + Get the world to camera matrix, only support 2D camera which alignWithScreen is true. + !#zh + 获取世界坐标系到摄像机坐标系的矩阵,只适用于 alignWithScreen 为 true 的 2D 摄像机。 + @param out the matrix to receive the result + */ + getWorldToScreenMatrix2D(out: Mat4): Mat4; + /** + !#en + Convert point from screen to world. + !#zh + 将坐标从屏幕坐标系转换到世界坐标系。 + @param screenPosition screenPosition + @param out out + */ + getScreenToWorldPoint(screenPosition: Vec3|Vec2, out?: Vec3|Vec2): Vec3; + /** + !#en + Convert point from world to screen. + !#zh + 将坐标从世界坐标系转化到屏幕坐标系。 + @param worldPosition worldPosition + @param out out + */ + getWorldToScreenPoint(worldPosition: Vec3|Vec2, out?: Vec3|Vec2): Vec3; + /** + !#en + Get a ray from screen position + !#zh + 从屏幕坐标获取一条射线 + @param screenPos screenPos + */ + getRay(screenPos: Vec2): geomUtils.Ray; + /** + !#en + Check whether the node is in the camera. + !#zh + 检测节点是否被此摄像机影响 + @param node the node which need to check + */ + containsNode(node: Node): boolean; + /** + !#en + Render the camera manually. + !#zh + 手动渲染摄像机。 + @param rootNode rootNode + */ + render(rootNode?: Node): void; + /** + !#en + Returns the matrix that transform the node's (local) space coordinates into the camera's space coordinates. + !#zh + 返回一个将节点坐标系转换到摄像机坐标系下的矩阵 + @param node the node which should transform + */ + getNodeToCameraTransform(node: Node): AffineTransform; + /** + !#en + Conver a camera coordinates point to world coordinates. + !#zh + 将一个摄像机坐标系下的点转换到世界坐标系下。 + @param point the point which should transform + @param out the point to receive the result + */ + getCameraToWorldPoint(point: Vec2, out?: Vec2): Vec2; + /** + !#en + Conver a world coordinates point to camera coordinates. + !#zh + 将一个世界坐标系下的点转换到摄像机坐标系下。 + @param point point + @param out the point to receive the result + */ + getWorldToCameraPoint(point: Vec2, out?: Vec2): Vec2; + /** + !#en + Get the camera to world matrix + !#zh + 获取摄像机坐标系到世界坐标系的矩阵 + @param out the matrix to receive the result + */ + getCameraToWorldMatrix(out: Mat4): Mat4; + /** + !#en + Get the world to camera matrix + !#zh + 获取世界坐标系到摄像机坐标系的矩阵 + @param out the matrix to receive the result + */ + getWorldToCameraMatrix(out: Mat4): Mat4; + } + /** !#en Mesh Asset. + !#zh 网格资源。 */ + export class Mesh extends Asset implements EventTarget { + /** !#en Get ir set the sub meshes. + !#zh 设置或者获取子网格。 */ + subMeshes: InputAssembler[]; + /** + !#en + Init vertex buffer according to the vertex format. + !#zh + 根据顶点格式初始化顶点内存。 + @param vertexFormat vertex format + @param vertexCount how much vertex should be create in this buffer. + @param dynamic whether or not to use dynamic buffer. + @param index index + */ + init(vertexFormat: gfx.VertexFormat, vertexCount: number, dynamic?: boolean, index?: boolean): void; + /** + !#en + Set the vertex values. + !#zh + 设置顶点数据 + @param name the attribute name, e.g. gfx.ATTR_POSITION + @param values the vertex values + */ + setVertices(name: string, values: Vec2[]|Vec3[]|Color[]|number[]|Uint8Array|Float32Array): void; + /** + !#en + Set the sub mesh indices. + !#zh + 设置子网格索引。 + @param indices the sub mesh indices. + @param index sub mesh index. + @param dynamic whether or not to use dynamic buffer. + */ + setIndices(indices: number[]|Uint16Array|Uint8Array, index?: number, dynamic?: boolean): void; + /** + !#en + Set the sub mesh primitive type. + !#zh + 设置子网格绘制线条的方式。 + @param type type + @param index index + */ + setPrimitiveType(type: number, index: number): void; + /** + !#en + Clear the buffer data. + !#zh + 清除网格创建的内存数据。 + */ + clear(): void; + /** + !#en Set mesh bounding box + !#zh 设置网格的包围盒 + @param min min + @param max max + */ + setBoundingBox(min: Vec3, max: Vec3): void; + /** + !#en Read the specified attributes of the subgrid into the target buffer. + !#zh 读取子网格的指定属性到目标缓冲区中。 + @param primitiveIndex The subgrid index. + @param attributeName attribute name. + @param buffer The target buffer. + @param stride The byte interval between adjacent attributes in the target buffer. + @param offset The offset of the first attribute in the target buffer. + */ + copyAttribute(primitiveIndex: number, attributeName: string, buffer: ArrayBuffer, stride: number, offset: number): boolean; + /** + !#en Read the index data of the subgrid into the target array. + !#zh 读取子网格的索引数据到目标数组中。 + @param primitiveIndex The subgrid index. + @param outputArray The target array. + */ + copyIndices(primitiveIndex: number, outputArray: DataView): boolean; + /** + !#en Checks whether the EventTarget object has any callback registered for a specific type of event. + !#zh 检查事件目标对象是否有为特定类型的事件注册的回调。 + @param type The type of event. + */ + hasEventListener(type: string): boolean; + /** + !#en + Register an callback of a specific event type on the EventTarget. + This type of event should be triggered via `emit`. + !#zh + 注册事件目标的特定事件类型回调。这种类型的事件应该被 `emit` 触发。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, node); + ``` + */ + on(type: string, callback: T, target?: any, useCapture?: boolean): T; + /** + !#en + Removes the listeners previously registered with the same type, callback, target and or useCapture, + if only type is passed as parameter, all listeners registered with that type will be removed. + !#zh + 删除之前用同类型,回调,目标或 useCapture 注册的事件监听器,如果只传递 type,将会删除 type 类型的所有事件监听器。 + @param type A string representing the event type being removed. + @param callback The callback to remove. + @param target The target (this object) to invoke the callback, if it's not given, only callback without target will be removed + + @example + ```js + // register fire eventListener + var callback = eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, target); + // remove fire event listener + eventTarget.off('fire', callback, target); + // remove all fire event listeners + eventTarget.off('fire'); + ``` + */ + off(type: string, callback?: Function, target?: any): void; + /** + !#en Removes all callbacks previously registered with the same target (passed as parameter). + This is not for removing all listeners in the current event target, + and this is not for removing all listeners the target parameter have registered. + It's only for removing all listeners (callback and target couple) registered on the current event target by the target parameter. + !#zh 在当前 EventTarget 上删除指定目标(target 参数)注册的所有事件监听器。 + 这个函数无法删除当前 EventTarget 的所有事件监听器,也无法删除 target 参数所注册的所有事件监听器。 + 这个函数只能删除 target 参数在当前 EventTarget 上注册的所有事件监听器。 + @param target The target to be searched for all related listeners + */ + targetOff(target: any): void; + /** + !#en + Register an callback of a specific event type on the EventTarget, + the callback will remove itself after the first time it is triggered. + !#zh + 注册事件目标的特定事件类型回调,回调会在第一时间被触发后删除自身。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.once('fire', function () { + cc.log("this is the callback and will be invoked only once"); + }, node); + ``` + */ + once(type: string, callback: (arg1?: any, arg2?: any, arg3?: any, arg4?: any, arg5?: any) => void, target?: any): void; + /** + !#en + Send an event with the event object. + !#zh + 通过事件对象派发事件 + @param event event + */ + dispatchEvent(event: Event): void; + } + /** !#en + Mesh Renderer Component + !#zh + 网格渲染组件 */ + export class MeshRenderer extends RenderComponent { + /** !#en + The mesh which the renderer uses. + !#zh + 设置使用的网格 */ + mesh: Mesh; + /** !#en + Whether the mesh should receive shadows. + !#zh + 网格是否接受光源投射的阴影 */ + receiveShadows: boolean; + /** !#en + Shadow Casting Mode + !#zh + 网格投射阴影的模式 */ + shadowCastingMode: MeshRenderer.ShadowCastingMode; + /** !#en + Enable auto merge mesh, only support when mesh's VertexFormat, PrimitiveType, materials are all the same + !#zh + 开启自动合并 mesh 功能,只有在网格的 顶点格式,PrimitiveType, 使用的材质 都一致的情况下才会有效 */ + enableAutoBatch: boolean; + } + /** The class BufferRange denotes a range of the buffer. */ + export class BufferRange { + /** The offset of the range. */ + offset: number; + /** The length of the range. */ + length: number; + } + /** undefined */ + export class VertexFormat { + /** The data range of this bundle. + This range of data is essentially mapped to a GPU vertex buffer. */ + data: BufferRange; + /** The attribute formats. */ + formats: VertexFormat; + /** The vertex bundle that the primitive use. */ + vertexBundleIndices: number[]; + /** The data range of the primitive. + This range of data is essentially mapped to a GPU indices buffer. */ + data: BufferRange; + /** The type of this primitive's indices. */ + indexUnit: number; + /** The primitive's topology. */ + topology: number; + } + /** undefined */ + export class WorldManifold { + /** !#en + world contact point (point of intersection) + !#zh + 碰撞点集合 */ + points: Vec2[]; + /** !#en + world vector pointing from A to B + !#zh + 世界坐标系下由 A 指向 B 的向量 */ + normal: Vec2; + } + /** !#en + A manifold point is a contact point belonging to a contact manifold. + It holds details related to the geometry and dynamics of the contact points. + Note: the impulses are used for internal caching and may not + provide reliable contact forces, especially for high speed collisions. + !#zh + ManifoldPoint 是接触信息中的接触点信息。它拥有关于几何和接触点的详细信息。 + 注意:信息中的冲量用于系统内部缓存,提供的接触力可能不是很准确,特别是高速移动中的碰撞信息。 */ + export class ManifoldPoint { + /** !#en + The local point usage depends on the manifold type: + -e_circles: the local center of circleB + -e_faceA: the local center of circleB or the clip point of polygonB + -e_faceB: the clip point of polygonA + !#zh + 本地坐标点的用途取决于 manifold 的类型 + - e_circles: circleB 的本地中心点 + - e_faceA: circleB 的本地中心点 或者是 polygonB 的截取点 + - e_faceB: polygonB 的截取点 */ + localPoint: Vec2; + /** !#en + Normal impulse. + !#zh + 法线冲量。 */ + normalImpulse: number; + /** !#en + Tangent impulse. + !#zh + 切线冲量。 */ + tangentImpulse: number; + } + /** undefined */ + export class Manifold { + /** !#en + Manifold type : 0: e_circles, 1: e_faceA, 2: e_faceB + !#zh + Manifold 类型 : 0: e_circles, 1: e_faceA, 2: e_faceB */ + type: number; + /** !#en + The local point usage depends on the manifold type: + -e_circles: the local center of circleA + -e_faceA: the center of faceA + -e_faceB: the center of faceB + !#zh + 用途取决于 manifold 类型 + -e_circles: circleA 的本地中心点 + -e_faceA: faceA 的本地中心点 + -e_faceB: faceB 的本地中心点 */ + localPoint: Vec2; + /** !#en + -e_circles: not used + -e_faceA: the normal on polygonA + -e_faceB: the normal on polygonB + !#zh + -e_circles: 没被使用到 + -e_faceA: polygonA 的法向量 + -e_faceB: polygonB 的法向量 */ + localNormal: Vec2; + /** !#en + the points of contact. + !#zh + 接触点信息。 */ + points: ManifoldPoint[]; + } + /** !#en + Contact impulses for reporting. + !#zh + 用于返回给回调的接触冲量。 */ + export class PhysicsImpulse { + /** !#en + Normal impulses. + !#zh + 法线方向的冲量 */ + normalImpulses: any; + /** !#en + Tangent impulses + !#zh + 切线方向的冲量 */ + tangentImpulses: any; + } + /** !#en + PhysicsContact will be generated during begin and end collision as a parameter of the collision callback. + Note that contacts will be reused for speed up cpu time, so do not cache anything in the contact. + !#zh + 物理接触会在开始和结束碰撞之间生成,并作为参数传入到碰撞回调函数中。 + 注意:传入的物理接触会被系统进行重用,所以不要在使用中缓存里面的任何信息。 */ + export class PhysicsContact { + /** + !#en + Get the world manifold. + !#zh + 获取世界坐标系下的碰撞信息。 + */ + getWorldManifold(): WorldManifold; + /** + !#en + Get the manifold. + !#zh + 获取本地(局部)坐标系下的碰撞信息。 + */ + getManifold(): Manifold; + /** + !#en + Get the impulses. + Note: PhysicsImpulse can only used in onPostSolve callback. + !#zh + 获取冲量信息 + 注意:这个信息只有在 onPostSolve 回调中才能获取到 + */ + getImpulse(): PhysicsImpulse; + /** !#en + One of the collider that collided + !#zh + 发生碰撞的碰撞体之一 */ + colliderA: Collider; + /** !#en + One of the collider that collided + !#zh + 发生碰撞的碰撞体之一 */ + colliderB: Collider; + /** !#en + If set disabled to true, the contact will be ignored until contact end. + If you just want to disabled contact for current time step or sub-step, please use disabledOnce. + !#zh + 如果 disabled 被设置为 true,那么直到接触结束此接触都将被忽略。 + 如果只是希望在当前时间步或子步中忽略此接触,请使用 disabledOnce 。 */ + disabled: boolean; + /** !#en + Disabled contact for current time step or sub-step. + !#zh + 在当前时间步或子步中忽略此接触。 */ + disabledOnce: boolean; + /** + !#en + Is this contact touching? + !#zh + 返回碰撞体是否已经接触到。 + */ + isTouching(): boolean; + /** + !#en + Set the desired tangent speed for a conveyor belt behavior. + !#zh + 为传送带设置期望的切线速度 + @param tangentSpeed tangentSpeed + */ + setTangentSpeed(tangentSpeed: number): void; + /** + !#en + Get the desired tangent speed. + !#zh + 获取切线速度 + */ + getTangentSpeed(): number; + /** + !#en + Override the default friction mixture. You can call this in onPreSolve callback. + !#zh + 覆盖默认的摩擦力系数。你可以在 onPreSolve 回调中调用此函数。 + @param friction friction + */ + setFriction(friction: number): void; + /** + !#en + Get the friction. + !#zh + 获取当前摩擦力系数 + */ + getFriction(): number; + /** + !#en + Reset the friction mixture to the default value. + !#zh + 重置摩擦力系数到默认值 + */ + resetFriction(): void; + /** + !#en + Override the default restitution mixture. You can call this in onPreSolve callback. + !#zh + 覆盖默认的恢复系数。你可以在 onPreSolve 回调中调用此函数。 + @param restitution restitution + */ + setRestitution(restitution: number): void; + /** + !#en + Get the restitution. + !#zh + 获取当前恢复系数 + */ + getRestitution(): number; + /** + !#en + Reset the restitution mixture to the default value. + !#zh + 重置恢复系数到默认值 + */ + resetRestitution(): void; + } + /** !#en + Physics manager uses box2d as the inner physics system, and hide most box2d implement details(creating rigidbody, synchronize rigidbody info to node). + You can visit some common box2d function through physics manager(hit testing, raycast, debug info). + Physics manager distributes the collision information to each collision callback when collision is produced. + Note: You need first enable the collision listener in the rigidbody. + !#zh + 物理系统将 box2d 作为内部物理系统,并且隐藏了大部分 box2d 实现细节(比如创建刚体,同步刚体信息到节点中等)。 + 你可以通过物理系统访问一些 box2d 常用的功能,比如点击测试,射线测试,设置测试信息等。 + 物理系统还管理碰撞信息的分发,她会在产生碰撞时,将碰撞信息分发到各个碰撞回调中。 + 注意:你需要先在刚体中开启碰撞接听才会产生相应的碰撞回调。
+ 支持的物理系统指定绘制信息事件,请参阅 {{#crossLink "PhysicsManager.DrawBits"}}{{/crossLink}} */ + export class PhysicsManager implements EventTarget { + /** !#en + The ratio transform between physics unit and pixel unit, generally is 32. + !#zh + 物理单位与像素单位互相转换的比率,一般是 32。 */ + static PTM_RATIO: number; + /** !#en + The velocity iterations for the velocity constraint solver. + !#zh + 速度更新迭代数 */ + static VELOCITY_ITERATIONS: number; + /** !#en + The position Iterations for the position constraint solver. + !#zh + 位置迭代更新数 */ + static POSITION_ITERATIONS: number; + /** !#en + Specify the fixed time step. + Need enabledAccumulator to make it work. + !#zh + 指定固定的物理更新间隔时间,需要开启 enabledAccumulator 才有效。 */ + static FIXED_TIME_STEP: number; + /** !#en + Specify the max accumulator time. + Need enabledAccumulator to make it work. + !#zh + 每次可用于更新物理系统的最大时间,需要开启 enabledAccumulator 才有效。 */ + static MAX_ACCUMULATOR: number; + /** !#en + If enabled accumulator, then will call step function with the fixed time step FIXED_TIME_STEP. + And if the update dt is bigger than the time step, then will call step function several times. + If disabled accumulator, then will call step function with a time step calculated with the frame rate. + !#zh + 如果开启此选项,那么将会以固定的间隔时间 FIXED_TIME_STEP 来更新物理引擎,如果一个 update 的间隔时间大于 FIXED_TIME_STEP,则会对物理引擎进行多次更新。 + 如果关闭此选项,那么将会根据设定的 frame rate 计算出一个间隔时间来更新物理引擎。 */ + enabledAccumulator: boolean; + /** + !#en + Test which collider contains the given world point + !#zh + 获取包含给定世界坐标系点的碰撞体 + @param point the world point + */ + testPoint(point: Vec2): PhysicsCollider; + /** + !#en + Test which colliders intersect the given world rect + !#zh + 获取与给定世界坐标系矩形相交的碰撞体 + @param rect the world rect + */ + testAABB(rect: Rect): PhysicsCollider[]; + /** + !#en + Raycast the world for all colliders in the path of the ray. + The raycast ignores colliders that contain the starting point. + !#zh + 检测哪些碰撞体在给定射线的路径上,射线检测将忽略包含起始点的碰撞体。 + @param p1 start point of the raycast + @param p2 end point of the raycast + @param type optional, default is RayCastType.Closest + */ + rayCast(p1: Vec2, p2: Vec2, type: RayCastType): PhysicsRayCastResult[]; + /** !#en + Enabled the physics manager? + !#zh + 指定是否启用物理系统? */ + enabled: boolean; + /** !#en + Debug draw flags. + !#zh + 设置调试绘制标志 */ + debugDrawFlags: number; + /** !#en + The physics world gravity. + !#zh + 物理世界重力值 */ + gravity: Vec2; + /** + !#en Checks whether the EventTarget object has any callback registered for a specific type of event. + !#zh 检查事件目标对象是否有为特定类型的事件注册的回调。 + @param type The type of event. + */ + hasEventListener(type: string): boolean; + /** + !#en + Register an callback of a specific event type on the EventTarget. + This type of event should be triggered via `emit`. + !#zh + 注册事件目标的特定事件类型回调。这种类型的事件应该被 `emit` 触发。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, node); + ``` + */ + on(type: string, callback: T, target?: any, useCapture?: boolean): T; + /** + !#en + Removes the listeners previously registered with the same type, callback, target and or useCapture, + if only type is passed as parameter, all listeners registered with that type will be removed. + !#zh + 删除之前用同类型,回调,目标或 useCapture 注册的事件监听器,如果只传递 type,将会删除 type 类型的所有事件监听器。 + @param type A string representing the event type being removed. + @param callback The callback to remove. + @param target The target (this object) to invoke the callback, if it's not given, only callback without target will be removed + + @example + ```js + // register fire eventListener + var callback = eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, target); + // remove fire event listener + eventTarget.off('fire', callback, target); + // remove all fire event listeners + eventTarget.off('fire'); + ``` + */ + off(type: string, callback?: Function, target?: any): void; + /** + !#en Removes all callbacks previously registered with the same target (passed as parameter). + This is not for removing all listeners in the current event target, + and this is not for removing all listeners the target parameter have registered. + It's only for removing all listeners (callback and target couple) registered on the current event target by the target parameter. + !#zh 在当前 EventTarget 上删除指定目标(target 参数)注册的所有事件监听器。 + 这个函数无法删除当前 EventTarget 的所有事件监听器,也无法删除 target 参数所注册的所有事件监听器。 + 这个函数只能删除 target 参数在当前 EventTarget 上注册的所有事件监听器。 + @param target The target to be searched for all related listeners + */ + targetOff(target: any): void; + /** + !#en + Register an callback of a specific event type on the EventTarget, + the callback will remove itself after the first time it is triggered. + !#zh + 注册事件目标的特定事件类型回调,回调会在第一时间被触发后删除自身。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.once('fire', function () { + cc.log("this is the callback and will be invoked only once"); + }, node); + ``` + */ + once(type: string, callback: (arg1?: any, arg2?: any, arg3?: any, arg4?: any, arg5?: any) => void, target?: any): void; + /** + !#en + Send an event with the event object. + !#zh + 通过事件对象派发事件 + @param event event + */ + dispatchEvent(event: Event): void; + /** + !#en + Destroy all callbackInfos. + !#zh + 销毁记录的事件 + */ + clear(): void; + } + /** undefined */ + export class PhysicsRayCastResult { + /** !#en + The PhysicsCollider which intersects with the raycast + !#zh + 与射线相交的碰撞体 */ + collider: PhysicsCollider; + /** !#en + The intersection point + !#zh + 射线与碰撞体相交的点 */ + point: Vec2; + /** !#en + The normal vector at the point of intersection + !#zh + 射线与碰撞体相交的点的法向量 */ + normal: Vec2; + /** !#en + The fraction of the raycast path at the point of intersection + !#zh + 射线与碰撞体相交的点占射线长度的分数 */ + fraction: number; + } + /** !#en Enum for RigidBodyType. + !#zh 刚体类型 */ + export enum RigidBodyType { + Static = 0, + Kinematic = 0, + Dynamic = 0, + Animated = 0, + } + /** !#en Enum for RayCastType. + !#zh 射线检测类型 */ + export enum RayCastType { + Closest = 0, + Any = 0, + AllClosest = 0, + All = 0, + } + /** undefined */ + export class RigidBody extends Component { + /** !#en + Should enabled contact listener? + When a collision is trigger, the collision callback will only be called when enabled contact listener. + !#zh + 是否启用接触接听器。 + 当 collider 产生碰撞时,只有开启了接触接听器才会调用相应的回调函数 */ + enabledContactListener: boolean; + /** + !#en + Collision callback. + Called when two collider begin to touch. + !#zh + 碰撞回调。 + 如果你的脚本中实现了这个函数,那么它将会在两个碰撞体开始接触时被调用。 + @param contact contact information + @param selfCollider the collider belong to this rigidbody + @param otherCollider the collider belong to another rigidbody + */ + onBeginContact(contact: PhysicsContact, selfCollider: PhysicsCollider, otherCollider: PhysicsCollider): void; + /** + !#en + Collision callback. + Called when two collider cease to touch. + !#zh + 碰撞回调。 + 如果你的脚本中实现了这个函数,那么它将会在两个碰撞体停止接触时被调用。 + @param contact contact information + @param selfCollider the collider belong to this rigidbody + @param otherCollider the collider belong to another rigidbody + */ + onEndContact(contact: PhysicsContact, selfCollider: PhysicsCollider, otherCollider: PhysicsCollider): void; + /** + !#en + Collision callback. + This is called when a contact is updated. + This allows you to inspect a contact before it goes to the solver(e.g. disable contact). + Note: this is called only for awake bodies. + Note: this is called even when the number of contact points is zero. + Note: this is not called for sensors. + !#zh + 碰撞回调。 + 如果你的脚本中实现了这个函数,那么它将会在接触更新时被调用。 + 你可以在接触被处理前根据他包含的信息作出相应的处理,比如将这个接触禁用掉。 + 注意:回调只会为醒着的刚体调用。 + 注意:接触点为零的时候也有可能被调用。 + 注意:感知体(sensor)的回调不会被调用。 + @param contact contact information + @param selfCollider the collider belong to this rigidbody + @param otherCollider the collider belong to another rigidbody + */ + onPreSolve(contact: PhysicsContact, selfCollider: PhysicsCollider, otherCollider: PhysicsCollider): void; + /** + !#en + Collision callback. + This is called after a contact is updated. + You can get the impulses from the contact in this callback. + !#zh + 碰撞回调。 + 如果你的脚本中实现了这个函数,那么它将会在接触更新完后被调用。 + 你可以在这个回调中从接触信息中获取到冲量信息。 + @param contact contact information + @param selfCollider the collider belong to this rigidbody + @param otherCollider the collider belong to another rigidbody + */ + onPostSolve(contact: PhysicsContact, selfCollider: PhysicsCollider, otherCollider: PhysicsCollider): void; + /** !#en + Is this a fast moving body that should be prevented from tunneling through + other moving bodies? + Note : + - All bodies are prevented from tunneling through kinematic and static bodies. This setting is only considered on dynamic bodies. + - You should use this flag sparingly since it increases processing time. + !#zh + 这个刚体是否是一个快速移动的刚体,并且需要禁止穿过其他快速移动的刚体? + 需要注意的是 : + - 所有刚体都被禁止从 运动刚体 和 静态刚体 中穿过。此选项只关注于 动态刚体。 + - 应该尽量少的使用此选项,因为它会增加程序处理时间。 */ + bullet: boolean; + /** !#en + Rigidbody type : Static, Kinematic, Dynamic or Animated. + !#zh + 刚体类型: Static, Kinematic, Dynamic or Animated. */ + type: RigidBodyType; + /** !#en + Set this flag to false if this body should never fall asleep. + Note that this increases CPU usage. + !#zh + 如果此刚体永远都不应该进入睡眠,那么设置这个属性为 false。 + 需要注意这将使 CPU 占用率提高。 */ + allowSleep: boolean; + /** !#en + Scale the gravity applied to this body. + !#zh + 缩放应用在此刚体上的重力值 */ + gravityScale: number; + /** !#en + Linear damping is use to reduce the linear velocity. + The damping parameter can be larger than 1, but the damping effect becomes sensitive to the + time step when the damping parameter is large. + !#zh + Linear damping 用于衰减刚体的线性速度。衰减系数可以大于 1,但是当衰减系数比较大的时候,衰减的效果会变得比较敏感。 */ + linearDamping: number; + /** !#en + Angular damping is use to reduce the angular velocity. The damping parameter + can be larger than 1 but the damping effect becomes sensitive to the + time step when the damping parameter is large. + !#zh + Angular damping 用于衰减刚体的角速度。衰减系数可以大于 1,但是当衰减系数比较大的时候,衰减的效果会变得比较敏感。 */ + angularDamping: number; + /** !#en + The linear velocity of the body's origin in world co-ordinates. + !#zh + 刚体在世界坐标下的线性速度 */ + linearVelocity: Vec2; + /** !#en + The angular velocity of the body. + !#zh + 刚体的角速度 */ + angularVelocity: number; + /** !#en + Should this body be prevented from rotating? + !#zh + 是否禁止此刚体进行旋转 */ + fixedRotation: boolean; + /** !#en + Set the sleep state of the body. A sleeping body has very low CPU cost.(When the rigid body is hit, if the rigid body is in sleep state, it will be immediately awakened.) + !#zh + 设置刚体的睡眠状态。 睡眠的刚体具有非常低的 CPU 成本。(当刚体被碰撞到时,如果刚体处于睡眠状态,它会立即被唤醒) */ + awake: boolean; + /** !#en + Whether to wake up this rigid body during initialization + !#zh + 是否在初始化时唤醒此刚体 */ + awakeOnLoad: boolean; + /** !#en + Set the active state of the body. An inactive body is not + simulated and cannot be collided with or woken up. + If body is active, all fixtures will be added to the + broad-phase. + If body is inactive, all fixtures will be removed from + the broad-phase and all contacts will be destroyed. + Fixtures on an inactive body are implicitly inactive and will + not participate in collisions, ray-casts, or queries. + Joints connected to an inactive body are implicitly inactive. + !#zh + 设置刚体的激活状态。一个非激活状态下的刚体是不会被模拟和碰撞的,不管它是否处于睡眠状态下。 + 如果刚体处于激活状态下,所有夹具会被添加到 粗测阶段(broad-phase)。 + 如果刚体处于非激活状态下,所有夹具会被从 粗测阶段(broad-phase)中移除。 + 在非激活状态下的夹具不会参与到碰撞,射线,或者查找中 + 链接到非激活状态下刚体的关节也是非激活的。 */ + active: boolean; + /** + !#en + Converts a given point in the world coordinate system to this rigid body's local coordinate system + !#zh + 将一个给定的世界坐标系下的点转换为刚体本地坐标系下的点 + @param worldPoint a point in world coordinates. + @param out optional, the receiving point + */ + getLocalPoint(worldPoint: Vec2, out: Vec2): Vec2; + /** + !#en + Converts a given point in this rigid body's local coordinate system to the world coordinate system + !#zh + 将一个给定的刚体本地坐标系下的点转换为世界坐标系下的点 + @param localPoint a point in local coordinates. + @param out optional, the receiving point + */ + getWorldPoint(localPoint: Vec2, out: Vec2): Vec2; + /** + !#en + Converts a given vector in this rigid body's local coordinate system to the world coordinate system + !#zh + 将一个给定的刚体本地坐标系下的向量转换为世界坐标系下的向量 + @param localVector a vector in world coordinates. + @param out optional, the receiving vector + */ + getWorldVector(localVector: Vec2, out: Vec2): Vec2; + /** + !#en + Converts a given vector in the world coordinate system to this rigid body's local coordinate system + !#zh + 将一个给定的世界坐标系下的向量转换为刚体本地坐标系下的向量 + @param worldVector a vector in world coordinates. + @param out optional, the receiving vector + */ + getLocalVector(worldVector: Vec2, out: Vec2): Vec2; + /** + !#en + Get the world body origin position. + !#zh + 获取刚体世界坐标系下的原点值 + @param out optional, the receiving point + */ + getWorldPosition(out: Vec2): Vec2; + /** + !#en + Get the world body rotation angle. + !#zh + 获取刚体世界坐标系下的旋转值。 + */ + getWorldRotation(): number; + /** + !#en + Get the local position of the center of mass. + !#zh + 获取刚体本地坐标系下的质心 + */ + getLocalCenter(): Vec2; + /** + !#en + Get the world position of the center of mass. + !#zh + 获取刚体世界坐标系下的质心 + */ + getWorldCenter(): Vec2; + /** + !#en + Get the world linear velocity of a world point attached to this body. + !#zh + 获取刚体上指定点的线性速度 + @param worldPoint a point in world coordinates. + @param out optional, the receiving point + */ + getLinearVelocityFromWorldPoint(worldPoint: Vec2, out: Vec2): Vec2; + /** + !#en + Get total mass of the body. + !#zh + 获取刚体的质量。 + */ + getMass(): number; + /** + !#en + Get the rotational inertia of the body about the local origin. + !#zh + 获取刚体本地坐标系下原点的旋转惯性 + */ + getInertia(): number; + /** + !#en + Get all the joints connect to the rigidbody. + !#zh + 获取链接到此刚体的所有关节 + */ + getJointList(): Joint[]; + /** + !#en + Apply a force at a world point. If the force is not + applied at the center of mass, it will generate a torque and + affect the angular velocity. + !#zh + 施加一个力到刚体上的一个点。如果力没有施加到刚体的质心上,还会产生一个扭矩并且影响到角速度。 + @param force the world force vector. + @param point the world position. + @param wake also wake up the body. + */ + applyForce(force: Vec2, point: Vec2, wake: boolean): void; + /** + !#en + Apply a force to the center of mass. + !#zh + 施加一个力到刚体上的质心上。 + @param force the world force vector. + @param wake also wake up the body. + */ + applyForceToCenter(force: Vec2, wake: boolean): void; + /** + !#en + Apply a torque. This affects the angular velocity. + !#zh + 施加一个扭矩力,将影响刚体的角速度 + @param torque about the z-axis (out of the screen), usually in N-m. + @param wake also wake up the body + */ + applyTorque(torque: number, wake: boolean): void; + /** + !#en + Apply a impulse at a world point, This immediately modifies the velocity. + If the impulse is not applied at the center of mass, it will generate a torque and + affect the angular velocity. + !#zh + 施加冲量到刚体上的一个点,将立即改变刚体的线性速度。 + 如果冲量施加到的点不是刚体的质心,那么将产生一个扭矩并影响刚体的角速度。 + @param impulse the world impulse vector, usually in N-seconds or kg-m/s. + @param point the world position + @param wake alse wake up the body + */ + applyLinearImpulse(impulse: Vec2, point: Vec2, wake: boolean): void; + /** + !#en + Apply an angular impulse. + !#zh + 施加一个角速度冲量。 + @param impulse the angular impulse in units of kg*m*m/s + @param wake also wake up the body + */ + applyAngularImpulse(impulse: number, wake: boolean): void; + /** + !#en + Synchronize node's world position to box2d rigidbody's position. + If enableAnimated is true and rigidbody's type is Animated type, + will set linear velocity instead of directly set rigidbody's position. + !#zh + 同步节点的世界坐标到 box2d 刚体的坐标上。 + 如果 enableAnimated 是 true,并且刚体的类型是 Animated ,那么将设置刚体的线性速度来代替直接设置刚体的位置。 + @param enableAnimated enableAnimated + */ + syncPosition(enableAnimated: boolean): void; + /** + !#en + Synchronize node's world angle to box2d rigidbody's angle. + If enableAnimated is true and rigidbody's type is Animated type, + will set angular velocity instead of directly set rigidbody's angle. + !#zh + 同步节点的世界旋转角度值到 box2d 刚体的旋转值上。 + 如果 enableAnimated 是 true,并且刚体的类型是 Animated ,那么将设置刚体的角速度来代替直接设置刚体的角度。 + @param enableAnimated enableAnimated + */ + syncRotation(enableAnimated: boolean): void; + } + /** !#en the device accelerometer reports values for each axis in units of g-force. + !#zh 设备重力传感器传递的各个轴的数据。 */ + export class constructor { + /** + whether enable accelerometer event + @param isEnable isEnable + */ + setAccelerometerEnabled(isEnable: boolean): void; + /** + set accelerometer interval value + @param interval interval + */ + setAccelerometerInterval(interval: number): void; + } + /** undefined */ + export enum VerticalTextAlignment { + TOP = 0, + CENTER = 0, + BOTTOM = 0, + } + /** The base class of most of all the objects in Fireball. */ + export class Object { + /** !#en The name of the object. + !#zh 该对象的名称。 */ + name: string; + /** !#en + Indicates whether the object is not yet destroyed. (It will not be available after being destroyed)
+ When an object's `destroy` is called, it is actually destroyed after the end of this frame. + So `isValid` will return false from the next frame, while `isValid` in the current frame will still be true. + If you want to determine whether the current frame has called `destroy`, use `cc.isValid(obj, true)`, + but this is often caused by a particular logical requirements, which is not normally required. + + !#zh + 表示该对象是否可用(被 destroy 后将不可用)。
+ 当一个对象的 `destroy` 调用以后,会在这一帧结束后才真正销毁。因此从下一帧开始 `isValid` 就会返回 false,而当前帧内 `isValid` 仍然会是 true。如果希望判断当前帧是否调用过 `destroy`,请使用 `cc.isValid(obj, true)`,不过这往往是特殊的业务需求引起的,通常情况下不需要这样。 */ + isValid: boolean; + /** + !#en + Destroy this Object, and release all its own references to other objects.
+ Actual object destruction will delayed until before rendering. + From the next frame, this object is not usable anymore. + You can use `cc.isValid(obj)` to check whether the object is destroyed before accessing it. + !#zh + 销毁该对象,并释放所有它对其它对象的引用。
+ 实际销毁操作会延迟到当前帧渲染前执行。从下一帧开始,该对象将不再可用。 + 您可以在访问对象之前使用 `cc.isValid(obj)` 来检查对象是否已被销毁。 + + @example + ```js + obj.destroy(); + ``` + */ + destroy(): boolean; + } + /** Bit mask that controls object states. */ + export enum Flags { + DontSave = 0, + EditorOnly = 0, + HideInHierarchy = 0, + } + /** The fullscreen API provides an easy way for web content to be presented using the user's entire screen. + It's invalid on safari, QQbrowser and android browser */ + export class screen { + /** + initialize + */ + init(): void; + /** + return true if it's full now. + */ + fullScreen(): boolean; + /** + change the screen to full mode. + @param element element + @param onFullScreenChange onFullScreenChange + @param onFullScreenError onFullScreenError + */ + requestFullScreen(element: Element, onFullScreenChange: Function, onFullScreenError: Function): void; + /** + exit the full mode. + */ + exitFullScreen(): boolean; + /** + Automatically request full screen with a touch/click event + @param element element + @param onFullScreenChange onFullScreenChange + */ + autoFullScreen(element: Element, onFullScreenChange: Function): void; + } + /** System variables */ + export class sys { + /** English language code */ + static LANGUAGE_ENGLISH: string; + /** Chinese language code */ + static LANGUAGE_CHINESE: string; + /** French language code */ + static LANGUAGE_FRENCH: string; + /** Italian language code */ + static LANGUAGE_ITALIAN: string; + /** German language code */ + static LANGUAGE_GERMAN: string; + /** Spanish language code */ + static LANGUAGE_SPANISH: string; + /** Spanish language code */ + static LANGUAGE_DUTCH: string; + /** Russian language code */ + static LANGUAGE_RUSSIAN: string; + /** Korean language code */ + static LANGUAGE_KOREAN: string; + /** Japanese language code */ + static LANGUAGE_JAPANESE: string; + /** Hungarian language code */ + static LANGUAGE_HUNGARIAN: string; + /** Portuguese language code */ + static LANGUAGE_PORTUGUESE: string; + /** Arabic language code */ + static LANGUAGE_ARABIC: string; + /** Norwegian language code */ + static LANGUAGE_NORWEGIAN: string; + /** Polish language code */ + static LANGUAGE_POLISH: string; + /** Turkish language code */ + static LANGUAGE_TURKISH: string; + /** Ukrainian language code */ + static LANGUAGE_UKRAINIAN: string; + /** Romanian language code */ + static LANGUAGE_ROMANIAN: string; + /** Bulgarian language code */ + static LANGUAGE_BULGARIAN: string; + /** Unknown language code */ + static LANGUAGE_UNKNOWN: string; + static OS_IOS: string; + static OS_ANDROID: string; + static OS_WINDOWS: string; + static OS_MARMALADE: string; + static OS_LINUX: string; + static OS_BADA: string; + static OS_BLACKBERRY: string; + static OS_OSX: string; + static OS_WP8: string; + static OS_WINRT: string; + static OS_UNKNOWN: string; + static UNKNOWN: number; + static WIN32: number; + static LINUX: number; + static MACOS: number; + static ANDROID: number; + static IPHONE: number; + static IPAD: number; + static BLACKBERRY: number; + static NACL: number; + static EMSCRIPTEN: number; + static TIZEN: number; + static WINRT: number; + static WP8: number; + static MOBILE_BROWSER: number; + static DESKTOP_BROWSER: number; + /** Indicates whether executes in editor's window process (Electron's renderer context) */ + static EDITOR_PAGE: number; + /** Indicates whether executes in editor's main process (Electron's browser context) */ + static EDITOR_CORE: number; + static WECHAT_GAME: number; + static QQ_PLAY: number; + static FB_PLAYABLE_ADS: number; + static BAIDU_GAME: number; + static VIVO_GAME: number; + static OPPO_GAME: number; + static HUAWEI_GAME: number; + static XIAOMI_GAME: number; + static JKW_GAME: number; + static ALIPAY_GAME: number; + static WECHAT_GAME_SUB: number; + static BAIDU_GAME_SUB: number; + static QTT_GAME: number; + static BYTEDANCE_GAME: number; + static BYTEDANCE_GAME_SUB: number; + static LINKSURE: number; + /** BROWSER_TYPE_WECHAT */ + static BROWSER_TYPE_WECHAT: string; + static BROWSER_TYPE_ANDROID: string; + static BROWSER_TYPE_IE: string; + static BROWSER_TYPE_EDGE: string; + static BROWSER_TYPE_QQ: string; + static BROWSER_TYPE_MOBILE_QQ: string; + static BROWSER_TYPE_UC: string; + /** uc third party integration. */ + static BROWSER_TYPE_UCBS: string; + static BROWSER_TYPE_360: string; + static BROWSER_TYPE_BAIDU_APP: string; + static BROWSER_TYPE_BAIDU: string; + static BROWSER_TYPE_MAXTHON: string; + static BROWSER_TYPE_OPERA: string; + static BROWSER_TYPE_OUPENG: string; + static BROWSER_TYPE_MIUI: string; + static BROWSER_TYPE_FIREFOX: string; + static BROWSER_TYPE_SAFARI: string; + static BROWSER_TYPE_CHROME: string; + static BROWSER_TYPE_LIEBAO: string; + static BROWSER_TYPE_QZONE: string; + static BROWSER_TYPE_SOUGOU: string; + static BROWSER_TYPE_HUAWEI: string; + static BROWSER_TYPE_UNKNOWN: string; + /** Is native ? This is set to be true in jsb auto. */ + static isNative: boolean; + /** Is web browser ? */ + static isBrowser: boolean; + /** + Is webgl extension support? + @param name name + */ + static glExtension(name: any): boolean; + /** + Get max joint matrix size for skinned mesh renderer. + */ + static getMaxJointMatrixSize(): void; + /** + !#en + Returns the safe area of the screen (in design resolution). If the screen is not notched, the visibleRect will be returned by default. + Currently supports Android, iOS and WeChat Mini Game platform. + !#zh + 返回手机屏幕安全区域(设计分辨率为单位),如果不是异形屏将默认返回 visibleRect。目前支持安卓、iOS 原生平台和微信小游戏平台。 + */ + static getSafeAreaRect(): Rect; + /** Indicate whether system is mobile system */ + static isMobile: boolean; + /** Indicate the running platform */ + static platform: number; + /** Get current language iso 639-1 code. + Examples of valid language codes include "zh-tw", "en", "en-us", "fr", "fr-fr", "es-es", etc. + The actual value totally depends on results provided by destination platform. */ + static languageCode: string; + /** Indicate the current language of the running system */ + static language: string; + /** Indicate the running os name */ + static os: string; + /** Indicate the running os version */ + static osVersion: string; + /** Indicate the running os main version */ + static osMainVersion: number; + /** Indicate the running browser type */ + static browserType: string|void; + /** Indicate the running browser version */ + static browserVersion: string|void; + /** Indicate the real pixel resolution of the whole game window */ + static windowPixelResolution: Size; + /** cc.sys.localStorage is a local storage component. */ + static localStorage: any; + /** The capabilities of the current platform */ + static capabilities: any; + /** + !#en + Get the network type of current device, return cc.sys.NetworkType.LAN if failure. + !#zh + 获取当前设备的网络类型, 如果网络类型无法获取,默认将返回 cc.sys.NetworkType.LAN + */ + static getNetworkType(): sys.NetworkType; + /** + !#en + Get the battery level of current device, return 1.0 if failure. + !#zh + 获取当前设备的电池电量,如果电量无法获取,默认将返回 1 + */ + static getBatteryLevel(): number; + /** + Forces the garbage collection, only available in JSB + */ + static garbageCollect(): void; + /** + Restart the JS VM, only available in JSB + */ + static restartVM(): void; + /** + Check whether an object is valid, + In web engine, it will return true if the object exist + In native engine, it will return true if the JS object and the correspond native object are both valid + @param obj obj + */ + static isObjectValid(obj: any): boolean; + /** + Dump system informations + */ + static dump(): void; + /** + Open a url in browser + @param url url + */ + static openURL(url: string): void; + /** + Get the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC. + */ + static now(): number; + } + /** cc.view is the singleton object which represents the game window.
+ It's main task include:
+ - Apply the design resolution policy
+ - Provide interaction with the window, like resize event on web, retina display support, etc...
+ - Manage the game view port which can be different with the window
+ - Manage the content scale and translation
+
+ Since the cc.view is a singleton, you don't need to call any constructor or create functions,
+ the standard way to use it is by calling:
+ - cc.view.methodName();
*/ + export class View extends EventTarget { + /** + !#en + Sets view's target-densitydpi for android mobile browser. it can be set to:
+ 1. cc.macro.DENSITYDPI_DEVICE, value is "device-dpi"
+ 2. cc.macro.DENSITYDPI_HIGH, value is "high-dpi" (default value)
+ 3. cc.macro.DENSITYDPI_MEDIUM, value is "medium-dpi" (browser's default value)
+ 4. cc.macro.DENSITYDPI_LOW, value is "low-dpi"
+ 5. Custom value, e.g: "480"
+ !#zh 设置目标内容的每英寸像素点密度。 + @param densityDPI densityDPI + */ + setTargetDensityDPI(densityDPI: string): void; + /** + !#en + Returns the current target-densitydpi value of cc.view. + !#zh 获取目标内容的每英寸像素点密度。 + */ + getTargetDensityDPI(): string; + /** + !#en + Sets whether resize canvas automatically when browser's size changed.
+ Useful only on web. + !#zh 设置当发现浏览器的尺寸改变时,是否自动调整 canvas 尺寸大小。 + 仅在 Web 模式下有效。 + @param enabled Whether enable automatic resize with browser's resize event + */ + resizeWithBrowserSize(enabled: boolean): void; + /** + !#en + Sets the callback function for cc.view's resize action,
+ this callback will be invoked before applying resolution policy,
+ so you can do any additional modifications within the callback.
+ Useful only on web. + !#zh 设置 cc.view 调整视窗尺寸行为的回调函数, + 这个回调函数会在应用适配模式之前被调用, + 因此你可以在这个回调函数内添加任意附加改变, + 仅在 Web 平台下有效。 + @param callback The callback function + */ + setResizeCallback(callback: Function|void): void; + /** + !#en + Sets the orientation of the game, it can be landscape, portrait or auto. + When set it to landscape or portrait, and screen w/h ratio doesn't fit, + cc.view will automatically rotate the game canvas using CSS. + Note that this function doesn't have any effect in native, + in native, you need to set the application orientation in native project settings + !#zh 设置游戏屏幕朝向,它能够是横版,竖版或自动。 + 当设置为横版或竖版,并且屏幕的宽高比例不匹配时, + cc.view 会自动用 CSS 旋转游戏场景的 canvas, + 这个方法不会对 native 部分产生任何影响,对于 native 而言,你需要在应用设置中的设置排版。 + @param orientation Possible values: cc.macro.ORIENTATION_LANDSCAPE | cc.macro.ORIENTATION_PORTRAIT | cc.macro.ORIENTATION_AUTO + */ + setOrientation(orientation: number): void; + /** + !#en + Sets whether the engine modify the "viewport" meta in your web page.
+ It's enabled by default, we strongly suggest you not to disable it.
+ And even when it's enabled, you can still set your own "viewport" meta, it won't be overridden
+ Only useful on web + !#zh 设置引擎是否调整 viewport meta 来配合屏幕适配。 + 默认设置为启动,我们强烈建议你不要将它设置为关闭。 + 即使当它启动时,你仍然能够设置你的 viewport meta,它不会被覆盖。 + 仅在 Web 模式下有效 + @param enabled Enable automatic modification to "viewport" meta + */ + adjustViewportMeta(enabled: boolean): void; + /** + !#en + Retina support is enabled by default for Apple device but disabled for other devices,
+ it takes effect only when you called setDesignResolutionPolicy
+ Only useful on web + !#zh 对于 Apple 这种支持 Retina 显示的设备上默认进行优化而其他类型设备默认不进行优化, + 它仅会在你调用 setDesignResolutionPolicy 方法时有影响。 + 仅在 Web 模式下有效。 + @param enabled Enable or disable retina display + */ + enableRetina(enabled: boolean): void; + /** + !#en + Check whether retina display is enabled.
+ Only useful on web + !#zh 检查是否对 Retina 显示设备进行优化。 + 仅在 Web 模式下有效。 + */ + isRetinaEnabled(): boolean; + /** + !#en Whether to Enable on anti-alias + !#zh 控制抗锯齿是否开启 + @param enabled Enable or not anti-alias + */ + enableAntiAlias(enabled: boolean): void; + /** + !#en Returns whether the current enable on anti-alias + !#zh 返回当前是否抗锯齿 + */ + isAntiAliasEnabled(): boolean; + /** + !#en + If enabled, the application will try automatically to enter full screen mode on mobile devices
+ You can pass true as parameter to enable it and disable it by passing false.
+ Only useful on web + !#zh 启动时,移动端游戏会在移动端自动尝试进入全屏模式。 + 你能够传入 true 为参数去启动它,用 false 参数来关闭它。 + @param enabled Enable or disable auto full screen on mobile devices + */ + enableAutoFullScreen(enabled: boolean): void; + /** + !#en + Check whether auto full screen is enabled.
+ Only useful on web + !#zh 检查自动进入全屏模式是否启动。 + 仅在 Web 模式下有效。 + */ + isAutoFullScreenEnabled(): boolean; + /** + !#en + Returns the canvas size of the view.
+ On native platforms, it returns the screen size since the view is a fullscreen view.
+ On web, it returns the size of the canvas element. + !#zh 返回视图中 canvas 的尺寸。 + 在 native 平台下,它返回全屏视图下屏幕的尺寸。 + 在 Web 平台下,它返回 canvas 元素尺寸。 + */ + getCanvasSize(): Size; + /** + !#en + Returns the frame size of the view.
+ On native platforms, it returns the screen size since the view is a fullscreen view.
+ On web, it returns the size of the canvas's outer DOM element. + !#zh 返回视图中边框尺寸。 + 在 native 平台下,它返回全屏视图下屏幕的尺寸。 + 在 web 平台下,它返回 canvas 元素的外层 DOM 元素尺寸。 + */ + getFrameSize(): Size; + /** + !#en + On native, it sets the frame size of view.
+ On web, it sets the size of the canvas's outer DOM element. + !#zh 在 native 平台下,设置视图框架尺寸。 + 在 web 平台下,设置 canvas 外层 DOM 元素尺寸。 + @param width width + @param height height + */ + setFrameSize(width: number, height: number): void; + /** + !#en + Returns the visible area size of the view port. + !#zh 返回视图窗口可见区域尺寸。 + */ + getVisibleSize(): Size; + /** + !#en + Returns the visible area size of the view port. + !#zh 返回视图窗口可见区域像素尺寸。 + */ + getVisibleSizeInPixel(): Size; + /** + !#en + Returns the visible origin of the view port. + !#zh 返回视图窗口可见区域原点。 + */ + getVisibleOrigin(): Vec2; + /** + !#en + Returns the visible origin of the view port. + !#zh 返回视图窗口可见区域像素原点。 + */ + getVisibleOriginInPixel(): Vec2; + /** + !#en + Returns the current resolution policy + !#zh 返回当前分辨率方案 + */ + getResolutionPolicy(): ResolutionPolicy; + /** + !#en + Sets the current resolution policy + !#zh 设置当前分辨率模式 + @param resolutionPolicy resolutionPolicy + */ + setResolutionPolicy(resolutionPolicy: ResolutionPolicy|number): void; + /** + !#en + Sets the resolution policy with designed view size in points.
+ The resolution policy include:
+ [1] ResolutionExactFit Fill screen by stretch-to-fit: if the design resolution ratio of width to height is different from the screen resolution ratio, your game view will be stretched.
+ [2] ResolutionNoBorder Full screen without black border: if the design resolution ratio of width to height is different from the screen resolution ratio, two areas of your game view will be cut.
+ [3] ResolutionShowAll Full screen with black border: if the design resolution ratio of width to height is different from the screen resolution ratio, two black borders will be shown.
+ [4] ResolutionFixedHeight Scale the content's height to screen's height and proportionally scale its width
+ [5] ResolutionFixedWidth Scale the content's width to screen's width and proportionally scale its height
+ [cc.ResolutionPolicy] [Web only feature] Custom resolution policy, constructed by cc.ResolutionPolicy
+ !#zh 通过设置设计分辨率和匹配模式来进行游戏画面的屏幕适配。 + @param width Design resolution width. + @param height Design resolution height. + @param resolutionPolicy The resolution policy desired + */ + setDesignResolutionSize(width: number, height: number, resolutionPolicy: ResolutionPolicy|number): void; + /** + !#en + Returns the designed size for the view. + Default resolution size is the same as 'getFrameSize'. + !#zh 返回视图的设计分辨率。 + 默认下分辨率尺寸同 `getFrameSize` 方法相同 + */ + getDesignResolutionSize(): Size; + /** + !#en + Sets the container to desired pixel resolution and fit the game content to it. + This function is very useful for adaptation in mobile browsers. + In some HD android devices, the resolution is very high, but its browser performance may not be very good. + In this case, enabling retina display is very costy and not suggested, and if retina is disabled, the image may be blurry. + But this API can be helpful to set a desired pixel resolution which is in between. + This API will do the following: + 1. Set viewport's width to the desired width in pixel + 2. Set body width to the exact pixel resolution + 3. The resolution policy will be reset with designed view size in points. + !#zh 设置容器(container)需要的像素分辨率并且适配相应分辨率的游戏内容。 + @param width Design resolution width. + @param height Design resolution height. + @param resolutionPolicy The resolution policy desired + */ + setRealPixelResolution(width: number, height: number, resolutionPolicy: ResolutionPolicy|number): void; + /** + !#en + Sets view port rectangle with points. + !#zh 用设计分辨率下的点尺寸来设置视窗。 + @param x x + @param y y + @param w width + @param h height + */ + setViewportInPoints(x: number, y: number, w: number, h: number): void; + /** + !#en + Sets Scissor rectangle with points. + !#zh 用设计分辨率下的点的尺寸来设置 scissor 剪裁区域。 + @param x x + @param y y + @param w w + @param h h + */ + setScissorInPoints(x: number, y: number, w: number, h: number): void; + /** + !#en + Returns whether GL_SCISSOR_TEST is enable + !#zh 检查 scissor 是否生效。 + */ + isScissorEnabled(): boolean; + /** + !#en + Returns the current scissor rectangle + !#zh 返回当前的 scissor 剪裁区域。 + */ + getScissorRect(): Rect; + /** + !#en + Returns the view port rectangle. + !#zh 返回视窗剪裁区域。 + */ + getViewportRect(): Rect; + /** + !#en + Returns scale factor of the horizontal direction (X axis). + !#zh 返回横轴的缩放比,这个缩放比是将画布像素分辨率放到设计分辨率的比例。 + */ + getScaleX(): number; + /** + !#en + Returns scale factor of the vertical direction (Y axis). + !#zh 返回纵轴的缩放比,这个缩放比是将画布像素分辨率缩放到设计分辨率的比例。 + */ + getScaleY(): number; + /** + !#en + Returns device pixel ratio for retina display. + !#zh 返回设备或浏览器像素比例。 + */ + getDevicePixelRatio(): number; + /** + !#en + Returns the real location in view for a translation based on a related position + !#zh 将屏幕坐标转换为游戏视图下的坐标。 + @param tx The X axis translation + @param ty The Y axis translation + @param relatedPos The related position object including "left", "top", "width", "height" informations + */ + convertToLocationInView(tx: number, ty: number, relatedPos: any): Vec2; + } + /**

cc.game.containerStrategy class is the root strategy class of container's scale strategy, + it controls the behavior of how to scale the cc.game.container and cc.game.canvas object

*/ + export class ContainerStrategy { + /** + !#en + Manipulation before appling the strategy + !#zh 在应用策略之前的操作 + @param view The target view + */ + preApply(view: View): void; + /** + !#en + Function to apply this strategy + !#zh 策略应用方法 + @param view view + @param designedResolution designedResolution + */ + apply(view: View, designedResolution: Size): void; + /** + !#en + Manipulation after applying the strategy + !#zh 策略调用之后的操作 + @param view The target view + */ + postApply(view: View): void; + } + /**

cc.ContentStrategy class is the root strategy class of content's scale strategy, + it controls the behavior of how to scale the scene and setup the viewport for the game

*/ + export class ContentStrategy { + /** + !#en + Manipulation before applying the strategy + !#zh 策略应用前的操作 + @param view The target view + */ + preApply(view: View): void; + /** + !#en Function to apply this strategy + The return value is {scale: [scaleX, scaleY], viewport: {cc.Rect}}, + The target view can then apply these value to itself, it's preferred not to modify directly its private variables + !#zh 调用策略方法 + @param view view + @param designedResolution designedResolution + */ + apply(view: View, designedResolution: Size): any; + /** + !#en + Manipulation after applying the strategy + !#zh 策略调用之后的操作 + @param view The target view + */ + postApply(view: View): void; + } + /** undefined */ + export class EqualToFrame extends ContainerStrategy { + } + /** undefined */ + export class ProportionalToFrame extends ContainerStrategy { + } + /** undefined */ + export class EqualToWindow extends EqualToFrame { + } + /** undefined */ + export class ProportionalToWindow extends ProportionalToFrame { + } + /** undefined */ + export class OriginalContainer extends ContainerStrategy { + } + /**

cc.ResolutionPolicy class is the root strategy class of scale strategy, + its main task is to maintain the compatibility with Cocos2d-x

*/ + export class ResolutionPolicy { + /** + + @param containerStg The container strategy + @param contentStg The content strategy + */ + constructor(containerStg: ContainerStrategy, contentStg: ContentStrategy); + /** + !#en Manipulation before applying the resolution policy + !#zh 策略应用前的操作 + @param view The target view + */ + preApply(view: View): void; + /** + !#en Function to apply this resolution policy + The return value is {scale: [scaleX, scaleY], viewport: {cc.Rect}}, + The target view can then apply these value to itself, it's preferred not to modify directly its private variables + !#zh 调用策略方法 + @param view The target view + @param designedResolution The user defined design resolution + */ + apply(view: View, designedResolution: Size): any; + /** + !#en Manipulation after appyling the strategy + !#zh 策略应用之后的操作 + @param view The target view + */ + postApply(view: View): void; + /** + !#en + Setup the container's scale strategy + !#zh 设置容器的适配策略 + @param containerStg containerStg + */ + setContainerStrategy(containerStg: ContainerStrategy): void; + /** + !#en + Setup the content's scale strategy + !#zh 设置内容的适配策略 + @param contentStg contentStg + */ + setContentStrategy(contentStg: ContentStrategy): void; + /** The entire application is visible in the specified area without trying to preserve the original aspect ratio.
+ Distortion can occur, and the application may appear stretched or compressed. */ + static EXACT_FIT: number; + /** The entire application fills the specified area, without distortion but possibly with some cropping,
+ while maintaining the original aspect ratio of the application. */ + static NO_BORDER: number; + /** The entire application is visible in the specified area without distortion while maintaining the original
+ aspect ratio of the application. Borders can appear on two sides of the application. */ + static SHOW_ALL: number; + /** The application takes the height of the design resolution size and modifies the width of the internal
+ canvas so that it fits the aspect ratio of the device
+ no distortion will occur however you must make sure your application works on different
+ aspect ratios */ + static FIXED_HEIGHT: number; + /** The application takes the width of the design resolution size and modifies the height of the internal
+ canvas so that it fits the aspect ratio of the device
+ no distortion will occur however you must make sure your application works on different
+ aspect ratios */ + static FIXED_WIDTH: number; + /** Unknow policy */ + static UNKNOWN: number; + } + /** cc.visibleRect is a singleton object which defines the actual visible rect of the current view, + it should represent the same rect as cc.view.getViewportRect() */ + export class visibleRect { + /** + initialize + @param visibleRect visibleRect + */ + static init(visibleRect: Rect): void; + /** Top left coordinate of the screen related to the game scene. */ + static topLeft: Vec2; + /** Top right coordinate of the screen related to the game scene. */ + static topRight: Vec2; + /** Top center coordinate of the screen related to the game scene. */ + static top: Vec2; + /** Bottom left coordinate of the screen related to the game scene. */ + static bottomLeft: Vec2; + /** Bottom right coordinate of the screen related to the game scene. */ + static bottomRight: Vec2; + /** Bottom center coordinate of the screen related to the game scene. */ + static bottom: Vec2; + /** Center coordinate of the screen related to the game scene. */ + static center: Vec2; + /** Left center coordinate of the screen related to the game scene. */ + static left: Vec2; + /** Right center coordinate of the screen related to the game scene. */ + static right: Vec2; + /** Width of the screen. */ + static width: number; + /** Height of the screen. */ + static height: number; + } + /** !#en The callbacks invoker to handle and invoke callbacks by key. + !#zh CallbacksInvoker 用来根据 Key 管理并调用回调方法。 */ + export class CallbacksInvoker { + /** + !#zh + 检查指定事件是否已注册回调。 + !#en + Check if the specified key has any registered callback. If a callback is also specified, + it will only return true if the callback is registered. + @param key key + @param callback callback + @param target target + */ + hasEventListener(key: string, callback?: Function, target?: any): boolean; + /** + !#zh + 移除在特定事件类型中注册的所有回调或在某个目标中注册的所有回调。 + + !#en + Removes all callbacks registered in a certain event type or all callbacks registered with a certain target + @param keyOrTarget The event key to be removed or the target to be removed + */ + removeAll(keyOrTarget: string|any): void; + /** + !#zh + 删除之前与同类型,回调,目标注册的回调。 + @param key key + @param callback callback + @param target target + */ + off(key: string, callback: Function, target?: any): void; + /** + !#en + Trigger an event directly with the event name and necessary arguments. + !#zh + 通过事件名发送自定义事件 + @param key event type + @param arg1 First argument + @param arg2 Second argument + @param arg3 Third argument + @param arg4 Fourth argument + @param arg5 Fifth argument + + @example + ```js + eventTarget.emit('fire', event); + eventTarget.emit('fire', message, emitter); + ``` + */ + emit(key: string, arg1?: any, arg2?: any, arg3?: any, arg4?: any, arg5?: any): void; + } + /** !#en Contains information collected during deserialization + !#zh 包含反序列化时的一些信息 */ + export class Details { + /** the obj list whose field needs to load asset by uuid */ + uuidObjList: any[]; + /** the corresponding field name which referenced to the asset */ + uuidPropList: (String|Number)[]; + /** list of the depends assets' uuid */ + uuidList: string[]; + /** + + @param data data + */ + init(data: any): void; + reset(): void; + /** + + @param obj obj + @param propName propName + @param uuid uuid + */ + push(obj: any, propName: string, uuid: string): void; + /** list of the depends assets' uuid */ + uuidList: string[]; + /** the obj list whose field needs to load asset by uuid */ + uuidObjList: any[]; + /** the corresponding field name which referenced to the asset */ + uuidPropList: string[]; + reset(): void; + /** + + @param obj obj + @param propName propName + @param uuid uuid + */ + push(obj: any, propName: string, uuid: string): void; + } + /** !#en + Representation of RGBA colors. + + Each color component is a floating point value with a range from 0 to 255. + + You can also use the convenience method {{#crossLink "cc/color:method"}}cc.color{{/crossLink}} to create a new Color. + + !#zh + cc.Color 用于表示颜色。 + + 它包含 RGBA 四个以浮点数保存的颜色分量,每个的值都在 0 到 255 之间。 + + 您也可以通过使用 {{#crossLink "cc/color:method"}}cc.color{{/crossLink}} 的便捷方法来创建一个新的 Color。 */ + export class Color extends ValueType { + /** !#en Solid white, RGBA is [255, 255, 255, 255]. + !#zh 纯白色,RGBA 是 [255, 255, 255, 255]。 */ + static WHITE: Color; + /** !#en Solid black, RGBA is [0, 0, 0, 255]. + !#zh 纯黑色,RGBA 是 [0, 0, 0, 255]。 */ + static BLACK: Color; + /** !#en Transparent, RGBA is [0, 0, 0, 0]. + !#zh 透明,RGBA 是 [0, 0, 0, 0]。 */ + static TRANSPARENT: Color; + /** !#en Grey, RGBA is [127.5, 127.5, 127.5]. + !#zh 灰色,RGBA 是 [127.5, 127.5, 127.5]。 */ + static GRAY: Color; + /** !#en Solid red, RGBA is [255, 0, 0]. + !#zh 纯红色,RGBA 是 [255, 0, 0]。 */ + static RED: Color; + /** !#en Solid green, RGBA is [0, 255, 0]. + !#zh 纯绿色,RGBA 是 [0, 255, 0]。 */ + static GREEN: Color; + /** !#en Solid blue, RGBA is [0, 0, 255]. + !#zh 纯蓝色,RGBA 是 [0, 0, 255]。 */ + static BLUE: Color; + /** !#en Yellow, RGBA is [255, 235, 4]. + !#zh 黄色,RGBA 是 [255, 235, 4]。 */ + static YELLOW: Color; + /** !#en Orange, RGBA is [255, 127, 0]. + !#zh 橙色,RGBA 是 [255, 127, 0]。 */ + static ORANGE: Color; + /** !#en Cyan, RGBA is [0, 255, 255]. + !#zh 青色,RGBA 是 [0, 255, 255]。 */ + static CYAN: Color; + /** !#en Magenta, RGBA is [255, 0, 255]. + !#zh 洋红色(品红色),RGBA 是 [255, 0, 255]。 */ + static MAGENTA: Color; + /** + Copy content of a color into another. + */ + static copy (out: Color, a: Color): Color; + /** + Clone a new color. + */ + static clone (a: Color): Color; + /** + Set the components of a color to the given values. + */ + static set (out: Color, r?: number, g?: number, b?: number, a?: number): Color; + /** + Converts the hexadecimal formal color into rgb formal. + */ + static fromHex (out: Color, hex: number): Color; + /** + Converts the hexadecimal formal color into rgb formal. + */ + static fromHEX (out: Color, hex: string): Color; + /** + Add components of two colors, respectively. + */ + static add (out: Color, a: Color, b: Color): Color; + /** + Subtract components of color b from components of color a, respectively. + */ + static subtract (out: Color, a: Color, b: Color): Color; + /** + Multiply components of two colors, respectively. + */ + static multiply (out: Color, a: Color, b: Color): Color; + /** + Divide components of color a by components of color b, respectively. + */ + static divide (out: Color, a: Color, b: Color): Color; + /** + Scales a color by a number. + */ + static scale (out: Color, a: Color, b: number): Color; + /** + Performs a linear interpolation between two colors. + */ + static lerp (out: Color, a: Color, b: Color, t: number): Color; + /** + !#zh 颜色转数组 + !#en Turn an array of colors + @param ofs 数组起始偏移量 + */ + static toArray > (out: Out, a: IColorLike, ofs?: number): Out; + /** + !#zh 数组转颜色 + !#en An array of colors turn + @param ofs 数组起始偏移量 + */ + static fromArray (arr: IWritableArrayLike, out: Out, ofs?: number): Out; + /** + !#zh 颜色 RGB 预乘 Alpha 通道 + !#en RGB premultiply alpha channel + @param out 返回颜色 + @param color 预乘处理的目标颜色 + */ + static premultiplyAlpha (out: Out, a: IColorLike); + /** + + @param r red component of the color, default value is 0. + @param g green component of the color, defualt value is 0. + @param b blue component of the color, default value is 0. + @param a alpha component of the color, default value is 255. + */ + constructor(r?: number, g?: number, b?: number, a?: number); + /** + !#en Clone a new color from the current color. + !#zh 克隆当前颜色。 + + @example + ```js + var color = new cc.Color(); + var newColor = color.clone();// Color {r: 0, g: 0, b: 0, a: 255} + ``` + */ + clone(): Color; + /** + !#en TODO + !#zh 判断两个颜色是否相等。 + @param other other + + @example + ```js + var color1 = cc.Color.WHITE; + var color2 = new cc.Color(255, 255, 255); + cc.log(color1.equals(color2)); // true; + color2 = cc.Color.RED; + cc.log(color2.equals(color1)); // false; + ``` + */ + equals(other: Color): boolean; + /** + !#en TODO + !#zh 线性插值 + @param to to + @param ratio the interpolation coefficient. + @param out optional, the receiving vector. + + @example + ```js + // Converts a white color to a black one trough time. + update: function (dt) { + var color = this.node.color; + if (color.equals(cc.Color.BLACK)) { + return; + } + this.ratio += dt * 0.1; + this.node.color = cc.Color.WHITE.lerp(cc.Color.BLACK, ratio); + } + + ``` + */ + lerp(to: Color, ratio: number, out?: Color): Color; + /** + !#en TODO + !#zh 转换为方便阅读的字符串。 + + @example + ```js + var color = cc.Color.WHITE; + color.toString(); // "rgba(255, 255, 255, 255)" + ``` + */ + toString(): string; + /** !#en Get or set red channel value + !#zh 获取或者设置红色通道 */ + r: number; + /** !#en Get or set green channel value + !#zh 获取或者设置绿色通道 */ + g: number; + /** !#en Get or set blue channel value + !#zh 获取或者设置蓝色通道 */ + b: number; + /** !#en Get or set alpha channel value + !#zh 获取或者设置透明通道 */ + a: number; + /** + !#en Gets red channel value + !#zh 获取当前颜色的红色值。 + */ + getR(): number; + /** + !#en Sets red value and return the current color object + !#zh 设置当前的红色值,并返回当前对象。 + @param red the new Red component. + + @example + ```js + var color = new cc.Color(); + color.setR(255); // Color {r: 255, g: 0, b: 0, a: 255} + ``` + */ + setR(red: number): Color; + /** + !#en Gets green channel value + !#zh 获取当前颜色的绿色值。 + */ + getG(): number; + /** + !#en Sets green value and return the current color object + !#zh 设置当前的绿色值,并返回当前对象。 + @param green the new Green component. + + @example + ```js + var color = new cc.Color(); + color.setG(255); // Color {r: 0, g: 255, b: 0, a: 255} + ``` + */ + setG(green: number): Color; + /** + !#en Gets blue channel value + !#zh 获取当前颜色的蓝色值。 + */ + getB(): number; + /** + !#en Sets blue value and return the current color object + !#zh 设置当前的蓝色值,并返回当前对象。 + @param blue the new Blue component. + + @example + ```js + var color = new cc.Color(); + color.setB(255); // Color {r: 0, g: 0, b: 255, a: 255} + ``` + */ + setB(blue: number): Color; + /** + !#en Gets alpha channel value + !#zh 获取当前颜色的透明度值。 + */ + getA(): number; + /** + !#en Sets alpha value and return the current color object + !#zh 设置当前的透明度,并返回当前对象。 + @param alpha the new Alpha component. + + @example + ```js + var color = new cc.Color(); + color.setA(0); // Color {r: 0, g: 0, b: 0, a: 0} + ``` + */ + setA(alpha: number): Color; + /** + !#en Convert color to css format. + !#zh 转换为 CSS 格式。 + @param opt "rgba", "rgb", "#rgb" or "#rrggbb". + + @example + ```js + var color = cc.Color.BLACK; + color.toCSS(); // "rgba(0,0,0,1.00)"; + color.toCSS("rgba"); // "rgba(0,0,0,1.00)"; + color.toCSS("rgb"); // "rgba(0,0,0)"; + color.toCSS("#rgb"); // "#000"; + color.toCSS("#rrggbb"); // "#000000"; + ``` + */ + toCSS(opt?: string): string; + /** + !#en Read hex string and store color data into the current color object, the hex string must be formated as rgba or rgb. + !#zh 读取 16 进制颜色。 + @param hexString hexString + + @example + ```js + var color = cc.Color.BLACK; + color.fromHEX("#FFFF33"); // Color {r: 255, g: 255, b: 51, a: 255}; + ``` + */ + fromHEX(hexString: string): Color; + /** + !#en convert Color to HEX color string. + !#zh 转换为 16 进制。 + @param fmt "#rgb", "#rrggbb" or "#rrggbbaa". + + @example + ```js + var color = cc.Color.BLACK; + color.toHEX("#rgb"); // "000"; + color.toHEX("#rrggbb"); // "000000"; + ``` + */ + toHEX(fmt?: string): string; + /** + !#en Convert to 24bit rgb value. + !#zh 转换为 24bit 的 RGB 值。 + + @example + ```js + var color = cc.Color.YELLOW; + color.toRGBValue(); // 16771844; + ``` + */ + toRGBValue(): number; + /** + !#en Read HSV model color and convert to RGB color + !#zh 读取 HSV(色彩模型)格式。 + @param h h + @param s s + @param v v + + @example + ```js + var color = cc.Color.YELLOW; + color.fromHSV(0, 0, 1); // Color {r: 255, g: 255, b: 255, a: 255}; + ``` + */ + fromHSV(h: number, s: number, v: number): Color; + /** + !#en Transform to HSV model color + !#zh 转换为 HSV(色彩模型)格式。 + + @example + ```js + var color = cc.Color.YELLOW; + color.toHSV(); // Object {h: 0.1533864541832669, s: 0.9843137254901961, v: 1}; + ``` + */ + toHSV(): any; + /** + !#en Set the color + !#zh 设置颜色 + @param color color + */ + set (color: Color): Color; + /** + !#en Multiplies the current color by the specified color + !#zh 将当前颜色乘以与指定颜色 + @param other other + */ + multiply(other: Color): Color; + } + /** !#en Representation of 4*4 matrix. + !#zh 表示 4*4 矩阵 */ + export class Mat4 extends ValueType { + /** + !#en Multiply the current matrix with another one + !#zh 将当前矩阵与指定矩阵相乘 + @param other the second operand + @param out the receiving matrix, you can pass the same matrix to save result to itself, if not provided, a new matrix will be created + */ + mul(other: Mat4, out?: Mat4): Mat4; + /** + !#en Multiply each element of the matrix by a scalar. + !#zh 将矩阵的每一个元素都乘以指定的缩放值。 + @param number amount to scale the matrix's elements by + @param out the receiving matrix, you can pass the same matrix to save result to itself, if not provided, a new matrix will be created + */ + mulScalar(number: number, out?: Mat4): Mat4; + /** + !#en Subtracts the current matrix with another one + !#zh 将当前矩阵与指定的矩阵相减 + @param other the second operand + @param out the receiving matrix, you can pass the same matrix to save result to itself, if not provided, a new matrix will be created + */ + sub(other: Mat4, out?: Mat4): Mat4; + /** Identity of Mat4 */ + static IDENTITY: Mat4; + /** + !#zh 获得指定矩阵的拷贝 + !#en Copy of the specified matrix to obtain + */ + static clone (a: Out): Mat4; + /** + !#zh 复制目标矩阵 + !#en Copy the target matrix + */ + static copy (out: Out, a: Out): Out; + /** + !#zh 将目标赋值为单位矩阵 + !#en The target of an assignment is the identity matrix + */ + static identity (out: Out): Out; + /** + !#zh 转置矩阵 + !#en Transposed matrix + */ + static transpose (out: Out, a: Out): Out; + /** + !#zh 矩阵求逆 + !#en Matrix inversion + */ + static invert (out: Out, a: Out): Out; + /** + !#zh 矩阵行列式 + !#en Matrix determinant + */ + static determinant (a: Out): number; + /** + !#zh 矩阵乘法 + !#en Matrix Multiplication + */ + static multiply (out: Out, a: Out, b: Out): Out; + /** + !#zh 在给定矩阵变换基础上加入变换 + !#en Was added in a given transformation matrix transformation on the basis of + */ + static transform (out: Out, a: Out, v: VecLike): Out; + /** + !#zh 在给定矩阵变换基础上加入新位移变换 + !#en Add new displacement transducer in a matrix transformation on the basis of a given + */ + static translate (out: Out, a: Out, v: VecLike): Out; + /** + !#zh 在给定矩阵变换基础上加入新缩放变换 + !#en Add new scaling transformation in a given matrix transformation on the basis of + */ + static scale (out: Out, a: Out, v: VecLike): Out; + /** + !#zh 在给定矩阵变换基础上加入新旋转变换 + !#en Add a new rotational transform matrix transformation on the basis of a given + @param rad 旋转角度 + @param axis 旋转轴 + */ + static rotate (out: Out, a: Out, rad: number, axis: VecLike): Out; + /** + !#zh 在给定矩阵变换基础上加入绕 X 轴的旋转变换 + !#en Add rotational transformation around the X axis at a given matrix transformation on the basis of + @param rad 旋转角度 + */ + static rotateX (out: Out, a: Out, rad: number): Out; + /** + !#zh 在给定矩阵变换基础上加入绕 Y 轴的旋转变换 + !#en Add about the Y axis rotation transformation in a given matrix transformation on the basis of + @param rad 旋转角度 + */ + static rotateY (out: Out, a: Out, rad: number): Out; + /** + !#zh 在给定矩阵变换基础上加入绕 Z 轴的旋转变换 + !#en Added about the Z axis at a given rotational transformation matrix transformation on the basis of + @param rad 旋转角度 + */ + static rotateZ (out: Out, a: Out, rad: number): Out; + /** + !#zh 计算位移矩阵 + !#en Displacement matrix calculation + */ + static fromTranslation (out: Out, v: VecLike): Out; + /** + !#zh 计算缩放矩阵 + !#en Scaling matrix calculation + */ + static fromScaling (out: Out, v: VecLike): Out; + /** + !#zh 计算旋转矩阵 + !#en Calculates the rotation matrix + */ + static fromRotation (out: Out, rad: number, axis: VecLike): Out; + /** + !#zh 计算绕 X 轴的旋转矩阵 + !#en Calculating rotation matrix about the X axis + */ + static fromXRotation (out: Out, rad: number): Out; + /** + !#zh 计算绕 Y 轴的旋转矩阵 + !#en Calculating rotation matrix about the Y axis + */ + static fromYRotation (out: Out, rad: number): Out; + /** + !#zh 计算绕 Z 轴的旋转矩阵 + !#en Calculating rotation matrix about the Z axis + */ + static fromZRotation (out: Out, rad: number): Out; + /** + !#zh 根据旋转和位移信息计算矩阵 + !#en The rotation and displacement information calculating matrix + */ + static fromRT (out: Out, q: Quat, v: VecLike): Out; + /** + !#zh 提取矩阵的位移信息, 默认矩阵中的变换以 S->R->T 的顺序应用 + !#en Extracting displacement information of the matrix, the matrix transform to the default sequential application S-> R-> T is + */ + static getTranslation (out: VecLike, mat: Out): VecLike; + /** + !#zh 提取矩阵的缩放信息, 默认矩阵中的变换以 S->R->T 的顺序应用 + !#en Scaling information extraction matrix, the matrix transform to the default sequential application S-> R-> T is + */ + static getScaling (out: VecLike, mat: Out): VecLike; + /** + !#zh 提取矩阵的旋转信息, 默认输入矩阵不含有缩放信息,如考虑缩放应使用 `toRTS` 函数。 + !#en Rotation information extraction matrix, the matrix containing no default input scaling information, such as the use of `toRTS` should consider the scaling function. + */ + static getRotation (out: Quat, mat: Out): Quat; + /** + !#zh 提取旋转、位移、缩放信息, 默认矩阵中的变换以 S->R->T 的顺序应用 + !#en Extracting rotational displacement, zoom information, the default matrix transformation in order S-> R-> T applications + */ + static toRTS (mat: Out, q: Quat, v: VecLike, s: VecLike): void; + /** + !#zh 根据旋转、位移、缩放信息计算矩阵,以 S->R->T 的顺序应用 + !#en The rotary displacement, the scaling matrix calculation information, the order S-> R-> T applications + */ + static fromRTS (out: Out, q: Quat, v: VecLike, s: VecLike): Out; + /** + !#zh 根据指定的旋转、位移、缩放及变换中心信息计算矩阵,以 S->R->T 的顺序应用 + !#en According to the specified rotation, displacement, and scale conversion matrix calculation information center, order S-> R-> T applications + @param q 旋转值 + @param v 位移值 + @param s 缩放值 + @param o 指定变换中心 + */ + static fromRTSOrigin (out: Out, q: Quat, v: VecLike, s: VecLike, o: VecLike): Out; + /** + !#zh 根据指定的旋转信息计算矩阵 + !#en The rotation matrix calculation information specified + */ + static fromQuat (out: Out, q: Quat): Out; + /** + !#zh 根据指定的视锥体信息计算矩阵 + !#en The matrix calculation information specified frustum + @param left 左平面距离 + @param right 右平面距离 + @param bottom 下平面距离 + @param top 上平面距离 + @param near 近平面距离 + @param far 远平面距离 + */ + static frustum (out: Out, left: number, right: number, bottom: number, top: number, near: number, far: number): Out; + /** + !#zh 计算透视投影矩阵 + !#en Perspective projection matrix calculation + @param fovy 纵向视角高度 + @param aspect 长宽比 + @param near 近平面距离 + @param far 远平面距离 + */ + static perspective (out: Out, fovy: number, aspect: number, near: number, far: number): Out; + /** + !#zh 计算正交投影矩阵 + !#en Computing orthogonal projection matrix + @param left 左平面距离 + @param right 右平面距离 + @param bottom 下平面距离 + @param top 上平面距离 + @param near 近平面距离 + @param far 远平面距离 + */ + static ortho (out: Out, left: number, right: number, bottom: number, top: number, near: number, far: number): Out; + /** + !#zh 根据视点计算矩阵,注意 `eye - center` 不能为零向量或与 `up` 向量平行 + !#en `Up` parallel vector or vector center` not be zero - the matrix calculation according to the viewpoint, note` eye + @param eye 当前位置 + @param center 目标视点 + @param up 视口上方向 + */ + static lookAt (out: Out, eye: VecLike, center: VecLike, up: VecLike): Out; + /** + !#zh 计算逆转置矩阵 + !#en Reversal matrix calculation + */ + static inverseTranspose (out: Out, a: Out): Out; + /** + !#zh 逐元素矩阵加法 + !#en Element by element matrix addition + */ + static add (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素矩阵减法 + !#en Matrix element by element subtraction + */ + static subtract (out: Out, a: Out, b: Out): Out; + /** + !#zh 矩阵标量乘法 + !#en Matrix scalar multiplication + */ + static multiplyScalar (out: Out, a: Out, b: number): Out; + /** + !#zh 逐元素矩阵标量乘加: A + B * scale + !#en Elements of the matrix by the scalar multiplication and addition: A + B * scale + */ + static multiplyScalarAndAdd (out: Out, a: Out, b: Out, scale: number): Out; + /** + !#zh 矩阵等价判断 + !#en Analyzing the equivalent matrix + */ + static strictEquals (a: Out, b: Out): boolean; + /** + !#zh 排除浮点数误差的矩阵近似等价判断 + !#en Negative floating point error is approximately equivalent to determining a matrix + */ + static equals (a: Out, b: Out, epsilon?: number): boolean; + /** + !#zh 矩阵转数组 + !#en Matrix transpose array + @param ofs 数组内的起始偏移量 + */ + static toArray > (out: Out, mat: IMat4Like, ofs?: number): Out; + /** + !#zh 数组转矩阵 + !#en Transfer matrix array + @param ofs 数组起始偏移量 + */ + static fromArray (out: Out, arr: IWritableArrayLike, ofs?: number): Out; + /** !#en Matrix Data + !#zh 矩阵数据 */ + m: Float64Array|Float32Array; + /** + !#en + Constructor + see {{#crossLink "cc/mat4:method"}}cc.mat4{{/crossLink}} + !#zh + 构造函数,可查看 {{#crossLink "cc/mat4:method"}}cc.mat4{{/crossLink}} + */ + constructor ( m00?: number, m01?: number, m02?: number, m03?: number, m10?: number, m11?: number, m12?: number, m13?: number, m20?: number, m21?: number, m22?: number, m23?: number, m30?: number, m31?: number, m32?: number, m33?: number); + /** + !#en clone a Mat4 object + !#zh 克隆一个 Mat4 对象 + */ + clone(): Mat4; + /** + !#en Sets the matrix with another one's value + !#zh 用另一个矩阵设置这个矩阵的值。 + @param srcObj srcObj + */ + set(srcObj: Mat4): Mat4; + /** + !#en Check whether two matrix equal + !#zh 当前的矩阵是否与指定的矩阵相等。 + @param other other + */ + equals(other: Mat4): boolean; + /** + !#en Check whether two matrix equal with default degree of variance. + !#zh + 近似判断两个矩阵是否相等。
+ 判断 2 个矩阵是否在默认误差范围之内,如果在则返回 true,反之则返回 false。 + @param other other + */ + fuzzyEquals(other: Mat4): boolean; + /** + !#en Transform to string with matrix informations + !#zh 转换为方便阅读的字符串。 + */ + toString(): string; + /** + Set the matrix to the identity matrix + */ + identity(): Mat4; + /** + Transpose the values of a mat4 + @param out the receiving matrix, you can pass the same matrix to save result to itself, if not provided, a new matrix will be created. + */ + transpose(out?: Mat4): Mat4; + /** + Inverts a mat4 + @param out the receiving matrix, you can pass the same matrix to save result to itself, if not provided, a new matrix will be created. + */ + invert(out?: Mat4): Mat4; + /** + Calculates the adjugate of a mat4 + @param out the receiving matrix, you can pass the same matrix to save result to itself, if not provided, a new matrix will be created. + */ + adjoint(out?: Mat4): Mat4; + /** + Calculates the determinant of a mat4 + */ + determinant(): number; + /** + Adds two Mat4 + @param other the second operand + @param out the receiving matrix, you can pass the same matrix to save result to itself, if not provided, a new matrix will be created. + */ + add(other: Mat4, out?: Mat4): Mat4; + /** + Subtracts the current matrix with another one + @param other the second operand + */ + subtract(other: Mat4): Mat4; + /** + Subtracts the current matrix with another one + @param other the second operand + */ + multiply(other: Mat4): Mat4; + /** + Multiply each element of the matrix by a scalar. + @param number amount to scale the matrix's elements by + */ + multiplyScalar(number: number): Mat4; + /** + Translate a mat4 by the given vector + @param v vector to translate by + @param out the receiving matrix, you can pass the same matrix to save result to itself, if not provided, a new matrix will be created + */ + translate(v: Vec3, out?: Mat4): Mat4; + /** + Scales the mat4 by the dimensions in the given vec3 + @param v vector to scale by + @param out the receiving matrix, you can pass the same matrix to save result to itself, if not provided, a new matrix will be created + */ + scale(v: Vec3, out?: Mat4): Mat4; + /** + Rotates a mat4 by the given angle around the given axis + @param rad the angle to rotate the matrix by + @param axis the axis to rotate around + @param out the receiving matrix, you can pass the same matrix to save result to itself, if not provided, a new matrix will be created + */ + rotate(rad: number, axis: Vec3, out?: Mat4): Mat4; + /** + Returns the translation vector component of a transformation matrix. + @param out Vector to receive translation component, if not provided, a new vec3 will be created + */ + getTranslation(out: Vec3): Vec3; + /** + Returns the scale factor component of a transformation matrix + @param out Vector to receive scale component, if not provided, a new vec3 will be created + */ + getScale(out: Vec3): Vec3; + /** + Returns the rotation factor component of a transformation matrix + @param out Vector to receive rotation component, if not provided, a new quaternion object will be created + */ + getRotation(out: Quat): Quat; + /** + Restore the matrix values from a quaternion rotation, vector translation and vector scale + @param q Rotation quaternion + @param v Translation vector + @param s Scaling vector + */ + fromRTS(q: Quat, v: Vec3, s: Vec3): Mat4; + /** + Restore the matrix values from a quaternion rotation + @param q Rotation quaternion + */ + fromQuat(q: Quat): Mat4; + } + /** !#en Representation of 2D vectors and points. + !#zh 表示 2D 向量和坐标 */ + export class Quat extends ValueType { + /** + !#en + Constructor + see {{#crossLink "cc/quat:method"}}cc.quat{{/crossLink}} + !#zh + 构造函数,可查看 {{#crossLink "cc/quat:method"}}cc.quat{{/crossLink}} + @param x x + @param y y + @param z z + @param w w + */ + constructor(x?: number, y?: number, z?: number, w?: number); + /** + !#en Calculate the multiply result between this quaternion and another one + !#zh 计算四元数乘积的结果 + @param other other + @param out out + */ + mul(other: Quat, out?: Quat): Quat; + /** + !#zh 获得指定四元数的拷贝 + !#en Obtaining copy specified quaternion + */ + static clone (a: Out): Quat; + /** + !#zh 复制目标四元数 + !#en Copy quaternion target + */ + static copy (out: Out, a: QuatLike): Out; + /** + !#zh 设置四元数值 + !#en Provided Quaternion Value + */ + static set (out: Out, x: number, y: number, z: number, w: number): Out; + /** + !#zh 将目标赋值为单位四元数 + !#en The target of an assignment as a unit quaternion + */ + static identity (out: Out): Out; + /** + !#zh 设置四元数为两向量间的最短路径旋转,默认两向量都已归一化 + !#en Set quaternion rotation is the shortest path between two vectors, the default two vectors are normalized + */ + static rotationTo (out: Out, a: VecLike, b: VecLike): Out; + /** + !#zh 获取四元数的旋转轴和旋转弧度 + !#en Get the rotary shaft and the arc of rotation quaternion + @param outAxis 旋转轴输出 + @param q 源四元数 + */ + static getAxisAngle (outAxis: VecLike, q: Out): number; + /** + !#zh 四元数乘法 + !#en Quaternion multiplication + */ + static multiply (out: Out, a: QuatLike_1, b: QuatLike_2): Out; + /** + !#zh 四元数标量乘法 + !#en Quaternion scalar multiplication + */ + static multiplyScalar (out: Out, a: Out, b: number): Out; + /** + !#zh 四元数乘加:A + B * scale + !#en Quaternion multiplication and addition: A + B * scale + */ + static scaleAndAdd (out: Out, a: Out, b: Out, scale: number): Out; + /** + !#zh 绕 X 轴旋转指定四元数 + !#en About the X axis specified quaternion + @param rad 旋转弧度 + */ + static rotateX (out: Out, a: Out, rad: number): Out; + /** + !#zh 绕 Y 轴旋转指定四元数 + !#en Rotation about the Y axis designated quaternion + @param rad 旋转弧度 + */ + static rotateY (out: Out, a: Out, rad: number): Out; + /** + !#zh 绕 Z 轴旋转指定四元数 + !#en Around the Z axis specified quaternion + @param rad 旋转弧度 + */ + static rotateZ (out: Out, a: Out, rad: number): Out; + /** + !#zh 绕世界空间下指定轴旋转四元数 + !#en Space around the world at a given axis of rotation quaternion + @param axis 旋转轴,默认已归一化 + @param rad 旋转弧度 + */ + static rotateAround (out: Out, rot: Out, axis: VecLike, rad: number): Out; + /** + !#zh 绕本地空间下指定轴旋转四元数 + !#en Local space around the specified axis rotation quaternion + @param axis 旋转轴 + @param rad 旋转弧度 + */ + static rotateAroundLocal (out: Out, rot: Out, axis: VecLike, rad: number): Out; + /** + !#zh 根据 xyz 分量计算 w 分量,默认已归一化 + !#en The component w xyz components calculated, normalized by default + */ + static calculateW (out: Out, a: Out): Out; + /** + !#zh 四元数点积(数量积) + !#en Quaternion dot product (scalar product) + */ + static dot (a: Out, b: Out): number; + /** + !#zh 逐元素线性插值: A + t * (B - A) + !#en Element by element linear interpolation: A + t * (B - A) + */ + static lerp (out: Out, a: Out, b: Out, t: number): Out; + /** + !#zh 四元数球面插值 + !#en Spherical quaternion interpolation + */ + static slerp(out: Out, a: QuatLike_1, b: QuatLike_2, t: number): Out; + /** + !#zh 带两个控制点的四元数球面插值 + !#en Quaternion with two spherical interpolation control points + */ + static sqlerp (out: Out, a: Out, b: Out, c: Out, d: Out, t: number): Out; + /** + !#zh 四元数求逆 + !#en Quaternion inverse + */ + static invert (out: Out, a: QuatLike): Out; + /** + !#zh 求共轭四元数,对单位四元数与求逆等价,但更高效 + !#en Conjugating a quaternion, and the unit quaternion equivalent to inversion, but more efficient + */ + static conjugate (out: Out, a: Out): Out; + /** + !#zh 求四元数长度 + !#en Seek length quaternion + */ + static len (a: Out): number; + /** + !#zh 求四元数长度平方 + !#en Seeking quaternion square of the length + */ + static lengthSqr (a: Out): number; + /** + !#zh 归一化四元数 + !#en Normalized quaternions + */ + static normalize (out: Out, a: Out): Out; + /** + !#zh 根据本地坐标轴朝向计算四元数,默认三向量都已归一化且相互垂直 + !#en Calculated according to the local orientation quaternion coordinate axis, the default three vectors are normalized and mutually perpendicular + */ + static fromAxes (out: Out, xAxis: VecLike, yAxis: VecLike, zAxis: VecLike): Out; + /** + !#zh 根据视口的前方向和上方向计算四元数 + !#en The forward direction and the direction of the viewport computing quaternion + @param view 视口面向的前方向,必须归一化 + @param up 视口的上方向,必须归一化,默认为 (0, 1, 0) + */ + static fromViewUp (out: Out, view: Vec3, up?: Vec3): Out; + /** + !#zh 根据旋转轴和旋转弧度计算四元数 + !#en The quaternion calculated and the arc of rotation of the rotary shaft + */ + static fromAxisAngle (out: Out, axis: VecLike, rad: number): Out; + /** + !#zh 根据三维矩阵信息计算四元数,默认输入矩阵不含有缩放信息 + !#en Calculating the three-dimensional quaternion matrix information, default zoom information input matrix does not contain + */ + static fromMat3 (out: Out, mat: Mat3): Out; + /** + !#zh 根据欧拉角信息计算四元数,旋转顺序为 YZX + !#en The quaternion calculated Euler angle information, rotation order YZX + */ + static fromEuler (out: Out, x: number, y: number, z: number): Out; + /** + !#zh 返回定义此四元数的坐标系 X 轴向量 + !#en This returns the result of the quaternion coordinate system X-axis vector + */ + static toAxisX (out: VecLike, q: Out): VecLike; + /** + !#zh 返回定义此四元数的坐标系 Y 轴向量 + !#en This returns the result of the quaternion coordinate system Y axis vector + */ + static toAxisY (out: VecLike, q: Out): VecLike; + /** + !#zh 返回定义此四元数的坐标系 Z 轴向量 + !#en This returns the result of the quaternion coordinate system the Z-axis vector + */ + static toAxisZ (out: VecLike, q: Out): VecLike; + /** + !#zh 根据四元数计算欧拉角,返回角度 x, y 在 [-180, 180] 区间内, z 默认在 [-90, 90] 区间内,旋转顺序为 YZX + !#en The quaternion calculated Euler angles, return angle x, y in the [-180, 180] interval, z default the range [-90, 90] interval, the rotation order YZX + @param outerZ z 取值范围区间改为 [-180, -90] U [90, 180] + */ + static toEuler (out: Out, q: IQuatLike, outerZ?: boolean): Out; + /** + !#zh 四元数等价判断 + !#en Analyzing quaternion equivalent + */ + static strictEquals (a: Out, b: Out): boolean; + /** + !#zh 排除浮点数误差的四元数近似等价判断 + !#en Negative floating point error quaternion approximately equivalent Analyzing + */ + static equals (a: Out, b: Out, epsilon?: number): boolean; + /** + !#zh 四元数转数组 + !#en Quaternion rotation array + @param ofs 数组内的起始偏移量 + */ + static toArray > (out: Out, q: IQuatLike, ofs?: number): Out; + /** + !#zh 数组转四元数 + !#en Array to a quaternion + @param ofs 数组起始偏移量 + */ + static fromArray (out: Out, arr: IWritableArrayLike, ofs?: number): Out; + x: number; + y: number; + z: number; + w: number; + /** + !#en clone a Quat object and return the new object + !#zh 克隆一个四元数并返回 + */ + clone(): Quat; + /** + !#en Set values with another quaternion + !#zh 用另一个四元数的值设置到当前对象上。 + @param newValue !#en new value to set. !#zh 要设置的新值 + */ + set(newValue: Quat): Quat; + /** + !#en Check whether current quaternion equals another + !#zh 当前的四元数是否与指定的四元数相等。 + @param other other + */ + equals(other: Quat): boolean; + /** + !#en Convert quaternion to euler + !#zh 转换四元数到欧拉角 + @param out out + */ + toEuler(out: Vec3): Vec3; + /** + !#en Convert euler to quaternion + !#zh 转换欧拉角到四元数 + @param euler euler + */ + fromEuler(euler: Vec3): Quat; + /** + !#en Calculate the interpolation result between this quaternion and another one with given ratio + !#zh 计算四元数的插值结果 + @param to to + @param ratio ratio + @param out out + */ + lerp(to: Quat, ratio: number, out?: Quat): Quat; + /** + !#en Calculate the multiply result between this quaternion and another one + !#zh 计算四元数乘积的结果 + @param other other + */ + multiply(other: Quat): Quat; + /** + !#en Rotates a quaternion by the given angle (in radians) about a world space axis. + !#zh 围绕世界空间轴按给定弧度旋转四元数 + @param rot Quaternion to rotate + @param axis The axis around which to rotate in world space + @param rad Angle (in radians) to rotate + @param out Quaternion to store result + */ + rotateAround(rot: Quat, axis: Vec3, rad: number, out?: Quat): Quat; + } + /** Mathematical 3x3 matrix. + + NOTE: we use column-major matrix for all matrix calculation. + + This may lead to some confusion when referencing OpenGL documentation, + however, which represents out all matricies in column-major format. + This means that while in code a matrix may be typed out as: + + [1, 0, 0, 0, + 0, 1, 0, 0, + 0, 0, 1, 0, + x, y, z, 0] + + The same matrix in the [OpenGL documentation](https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glTranslate.xml) + is written as: + + 1 0 0 x + 0 1 0 y + 0 0 1 z + 0 0 0 0 + + Please rest assured, however, that they are the same thing! + This is not unique to glMatrix, either, as OpenGL developers have long been confused by the + apparent lack of consistency between the memory layout and the documentation. */ + export class Mat3 extends ValueType { + /** Identity of Mat3 */ + static IDENTITY: Mat3; + /** + !#zh 矩阵转数组 + !#en Matrix transpose array + @param ofs 数组内的起始偏移量 + */ + static toArray > (out: Out, mat: IMat3Like, ofs?: number): Out; + /** + !#zh 数组转矩阵 + !#en Transfer matrix array + @param ofs 数组起始偏移量 + */ + static fromArray (out: Out, arr: IWritableArrayLike, ofs?: number): Out; + /** !#en Matrix Data + !#zh 矩阵数据 */ + m: Float64Array|Float32Array; + constructor (m00?: number | Float32Array, m01?: number, m02?: number, m03?: number, m04?: number, m05?: number, m06?: number, m07?: number, m08?: number); + } + /** !#en + cc.Size is the class for size object,
+ please do not use its constructor to create sizes,
+ use {{#crossLink "cc/size:method"}}{{/crossLink}} alias function instead.
+ It will be deprecated soon, please use cc.Vec2 instead. + + !#zh + cc.Size 是 size 对象的类。
+ 请不要使用它的构造函数创建的 size,
+ 使用 {{#crossLink "cc/size:method"}}{{/crossLink}} 别名函数。
+ 它不久将被取消,请使用cc.Vec2代替。 */ + export class Size { + /** + + @param width width + @param height height + */ + constructor(width: number|Size, height?: number); + /** !#en return a Size object with width = 0 and height = 0. + !#zh 返回一个宽度为 0 和高度为 0 的 Size 对象。 */ + static ZERO: Size; + width: number; + height: number; + /** + !#en TODO + !#zh 克隆 size 对象。 + + @example + ```js + var a = new cc.size(10, 10); + a.clone();// return Size {width: 0, height: 0}; + ``` + */ + clone(): Size; + /** + !#en TODO + !#zh 当前 Size 对象是否等于指定 Size 对象。 + @param other other + + @example + ```js + var a = new cc.size(10, 10); + a.equals(new cc.size(10, 10));// return true; + ``` + */ + equals(other: Size): boolean; + /** + !#en TODO + !#zh 线性插值。 + @param to to + @param ratio the interpolation coefficient. + @param out optional, the receiving vector. + + @example + ```js + var a = new cc.size(10, 10); + var b = new cc.rect(50, 50, 100, 100); + update (dt) { + // method 1; + var c = a.lerp(b, dt * 0.1); + // method 2; + a.lerp(b, dt * 0.1, c); + } + ``` + */ + lerp(to: Rect, ratio: number, out?: Size): Size; + /** + !#en TODO + !#zh 转换为方便阅读的字符串。 + + @example + ```js + var a = new cc.size(10, 10); + a.toString();// return "(10.00, 10.00)"; + ``` + */ + toString(): string; + } + /** !#en The base class of all value types. + !#zh 所有值类型的基类。 */ + export class ValueType { + /** + !#en This method returns an exact copy of current value. + !#zh 克隆当前值,该方法返回一个新对象,新对象的值和原对象相等。 + */ + clone(): ValueType; + /** + !#en Compares this object with the other one. + !#zh 当前对象是否等于指定对象。 + @param other other + */ + equals(other: ValueType): boolean; + /** + !#en + Linearly interpolates between this value to to value by ratio which is in the range [0, 1]. + When ratio = 0 returns this. When ratio = 1 return to. When ratio = 0.5 returns the average of this and to. + !#zh + 线性插值。
+ 当 ratio = 0 时返回自身,ratio = 1 时返回目标,ratio = 0.5 返回自身和目标的平均值。。 + @param to the to value + @param ratio the interpolation coefficient + */ + lerp(to: ValueType, ratio: number): ValueType; + /** + !#en + Copys all the properties from another given object to this value. + !#zh + 从其它对象把所有属性复制到当前对象。 + @param source the source to copy + */ + set(source: ValueType): void; + /** + !#en Convert to a readable string. + !#zh 转换为方便阅读的字符串。 + */ + toString(): string; + } + /** !#en Representation of 2D vectors and points. + !#zh 表示 2D 向量和坐标 */ + export class Vec2 extends ValueType { + /** + !#en Returns the length of this vector. + !#zh 返回该向量的长度。 + + @example + ```js + var v = cc.v2(10, 10); + v.mag(); // return 14.142135623730951; + ``` + */ + mag(): number; + /** + !#en Returns the squared length of this vector. + !#zh 返回该向量的长度平方。 + + @example + ```js + var v = cc.v2(10, 10); + v.magSqr(); // return 200; + ``` + */ + magSqr(): number; + /** + !#en Subtracts one vector from this. If you want to save result to another vector, use sub() instead. + !#zh 向量减法。如果你想保存结果到另一个向量,可使用 sub() 代替。 + @param vector vector + + @example + ```js + var v = cc.v2(10, 10); + v.subSelf(cc.v2(5, 5));// return Vec2 {x: 5, y: 5}; + ``` + */ + subSelf(vector: Vec2): Vec2; + /** + !#en Subtracts one vector from this, and returns the new result. + !#zh 向量减法,并返回新结果。 + @param vector vector + @param out optional, the receiving vector, you can pass the same vec2 to save result to itself, if not provided, a new vec2 will be created + + @example + ```js + var v = cc.v2(10, 10); + v.sub(cc.v2(5, 5)); // return Vec2 {x: 5, y: 5}; + var v1 = new Vec2; + v.sub(cc.v2(5, 5), v1); // return Vec2 {x: 5, y: 5}; + ``` + */ + sub(vector: Vec2, out?: Vec2): Vec2; + /** + !#en Multiplies this by a number. If you want to save result to another vector, use mul() instead. + !#zh 缩放当前向量。如果你想结果保存到另一个向量,可使用 mul() 代替。 + @param num num + + @example + ```js + var v = cc.v2(10, 10); + v.mulSelf(5);// return Vec2 {x: 50, y: 50}; + ``` + */ + mulSelf(num: number): Vec2; + /** + !#en Multiplies by a number, and returns the new result. + !#zh 缩放向量,并返回新结果。 + @param num num + @param out optional, the receiving vector, you can pass the same vec2 to save result to itself, if not provided, a new vec2 will be created + + @example + ```js + var v = cc.v2(10, 10); + v.mul(5); // return Vec2 {x: 50, y: 50}; + var v1 = new Vec2; + v.mul(5, v1); // return Vec2 {x: 50, y: 50}; + ``` + */ + mul(num: number, out?: Vec2): Vec2; + /** + !#en Divides by a number. If you want to save result to another vector, use div() instead. + !#zh 向量除法。如果你想结果保存到另一个向量,可使用 div() 代替。 + @param num num + + @example + ```js + var v = cc.v2(10, 10); + v.divSelf(5); // return Vec2 {x: 2, y: 2}; + ``` + */ + divSelf(num: number): Vec2; + /** + !#en Divides by a number, and returns the new result. + !#zh 向量除法,并返回新的结果。 + @param num num + @param out optional, the receiving vector, you can pass the same vec2 to save result to itself, if not provided, a new vec2 will be created + + @example + ```js + var v = cc.v2(10, 10); + v.div(5); // return Vec2 {x: 2, y: 2}; + var v1 = new Vec2; + v.div(5, v1); // return Vec2 {x: 2, y: 2}; + ``` + */ + div(num: number, out?: Vec2): Vec2; + /** + !#en Multiplies two vectors. + !#zh 分量相乘。 + @param vector vector + + @example + ```js + var v = cc.v2(10, 10); + v.scaleSelf(cc.v2(5, 5));// return Vec2 {x: 50, y: 50}; + ``` + */ + scaleSelf(vector: Vec2): Vec2; + /** + !#en Multiplies two vectors, and returns the new result. + !#zh 分量相乘,并返回新的结果。 + @param vector vector + @param out optional, the receiving vector, you can pass the same vec2 to save result to itself, if not provided, a new vec2 will be created + + @example + ```js + var v = cc.v2(10, 10); + v.scale(cc.v2(5, 5)); // return Vec2 {x: 50, y: 50}; + var v1 = new Vec2; + v.scale(cc.v2(5, 5), v1); // return Vec2 {x: 50, y: 50}; + ``` + */ + scale(vector: Vec2, out?: Vec2): Vec2; + /** + !#en Negates the components. If you want to save result to another vector, use neg() instead. + !#zh 向量取反。如果你想结果保存到另一个向量,可使用 neg() 代替。 + + @example + ```js + var v = cc.v2(10, 10); + v.negSelf(); // return Vec2 {x: -10, y: -10}; + ``` + */ + negSelf(): Vec2; + /** + !#en Negates the components, and returns the new result. + !#zh 返回取反后的新向量。 + @param out optional, the receiving vector, you can pass the same vec2 to save result to itself, if not provided, a new vec2 will be created + + @example + ```js + var v = cc.v2(10, 10); + var v1 = new Vec2; + v.neg(v1); // return Vec2 {x: -10, y: -10}; + ``` + */ + neg(out?: Vec2): Vec2; + /** !#en return a Vec2 object with x = 1 and y = 1. + !#zh 新 Vec2 对象。 */ + static ONE: Vec2; + /** !#en return a Vec2 object with x = 0 and y = 0. + !#zh 返回 x = 0 和 y = 0 的 Vec2 对象。 */ + static ZERO: Vec2; + /** !#en return a readonly Vec2 object with x = 0 and y = 0. + !#zh 返回一个 x = 0 和 y = 0 的 Vec2 只读对象。 */ + static ZERO_R: Vec2; + /** !#en return a Vec2 object with x = 0 and y = 1. + !#zh 返回 x = 0 和 y = 1 的 Vec2 对象。 */ + static UP: Vec2; + /** !#en return a readonly Vec2 object with x = 0 and y = 1. + !#zh 返回 x = 0 和 y = 1 的 Vec2 只读对象。 */ + static UP_R: Vec2; + /** !#en return a readonly Vec2 object with x = 1 and y = 0. + !#zh 返回 x = 1 和 y = 0 的 Vec2 只读对象。 */ + static RIGHT: Vec2; + /** !#en return a Vec2 object with x = 1 and y = 0. + !#zh 返回 x = 1 和 y = 0 的 Vec2 对象。 */ + static RIGHT_R: Vec2; + /** + !#zh 获得指定向量的拷贝 + */ + static clone (a: Out): Vec2; + /** + !#zh 复制指定向量的值 + */ + static copy (out: Out, a: Out): Out; + /** + !#zh 设置向量值 + */ + static set (out: Out, x: number, y: number): Out; + /** + !#zh 逐元素向量加法 + */ + static add (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量减法 + */ + static subtract (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量乘法 + */ + static multiply (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量除法 + */ + static divide (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量向上取整 + */ + static ceil (out: Out, a: Out): Out; + /** + !#zh 逐元素向量向下取整 + */ + static floor (out: Out, a: Out): Out; + /** + !#zh 逐元素向量最小值 + */ + static min (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量最大值 + */ + static max (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量四舍五入取整 + */ + static round (out: Out, a: Out): Out; + /** + !#zh 向量标量乘法 + */ + static multiplyScalar (out: Out, a: Out, b: number): Out; + /** + !#zh 逐元素向量乘加: A + B * scale + */ + static scaleAndAdd (out: Out, a: Out, b: Out, scale: number): Out; + /** + !#zh 求两向量的欧氏距离 + */ + static distance (a: Out, b: Out): number; + /** + !#zh 求两向量的欧氏距离平方 + */ + static squaredDistance (a: Out, b: Out): number; + /** + !#zh 求向量长度 + */ + static len (a: Out): number; + /** + !#zh 求向量长度平方 + */ + static lengthSqr (a: Out): number; + /** + !#zh 逐元素向量取负 + */ + static negate (out: Out, a: Out): Out; + /** + !#zh 逐元素向量取倒数,接近 0 时返回 Infinity + */ + static inverse (out: Out, a: Out): Out; + /** + !#zh 逐元素向量取倒数,接近 0 时返回 0 + */ + static inverseSafe (out: Out, a: Out): Out; + /** + !#zh 归一化向量 + */ + static normalize (out: Out, a: Vec2Like): Out; + /** + !#zh 向量点积(数量积) + */ + static dot (a: Out, b: Out): number; + /** + !#zh 向量叉积(向量积),注意二维向量的叉积为与 Z 轴平行的三维向量 + */ + static cross (out: Vec2, a: Out, b: Out): Vec2; + /** + !#zh 逐元素向量线性插值: A + t * (B - A) + */ + static lerp (out: Out, a: Out, b: Out, t: number): Out; + /** + !#zh 生成一个在单位圆上均匀分布的随机向量 + */ + static random (out: Out, scale?: number): Out; + /** + !#zh 向量与三维矩阵乘法,默认向量第三位为 1。 + */ + static transformMat3 (out: Out, a: Out, mat: IMat3Like): Out; + /** + !#zh 向量与四维矩阵乘法,默认向量第三位为 0,第四位为 1。 + */ + static transformMat4 (out: Out, a: Out, mat: MatLike): Out; + /** + !#zh 向量等价判断 + */ + static strictEquals (a: Out, b: Out): boolean; + /** + !#zh 排除浮点数误差的向量近似等价判断 + */ + static equals (a: Out, b: Out, epsilon?: number): boolean; + /** + !#zh 排除浮点数误差的向量近似等价判断 + */ + static angle (a: Out, b: Out): number; + /** + !#zh 向量转数组 + */ + static toArray > (out: Out, v: IVec2Like, ofs?: number): Out; + /** + !#zh 数组转向量 + */ + static fromArray (out: Out, arr: IWritableArrayLike, ofs?: number): Out; + x: number; + y: number; + /** + !#en + Constructor + see {{#crossLink "cc/vec2:method"}}cc.v2{{/crossLink}} or {{#crossLink "cc/p:method"}}cc.p{{/crossLink}} + !#zh + 构造函数,可查看 {{#crossLink "cc/vec2:method"}}cc.v2{{/crossLink}} 或者 {{#crossLink "cc/p:method"}}cc.p{{/crossLink}} + @param x x + @param y y + */ + constructor(x?: number, y?: number); + /** + !#en clone a Vec2 object + !#zh 克隆一个 Vec2 对象 + */ + clone(): Vec2; + /** + !#en Sets vector with another's value + !#zh 设置向量值。 + @param newValue !#en new value to set. !#zh 要设置的新值 + */ + set(newValue: Vec2): Vec2; + /** + !#en Check whether two vector equal + !#zh 当前的向量是否与指定的向量相等。 + @param other other + */ + equals(other: Vec2): boolean; + /** + !#en Check whether two vector equal with some degree of variance. + !#zh + 近似判断两个点是否相等。
+ 判断 2 个向量是否在指定数值的范围之内,如果在则返回 true,反之则返回 false。 + @param other other + @param variance variance + */ + fuzzyEquals(other: Vec2, variance: number): boolean; + /** + !#en Transform to string with vector informations + !#zh 转换为方便阅读的字符串。 + */ + toString(): string; + /** + !#en Calculate linear interpolation result between this vector and another one with given ratio + !#zh 线性插值。 + @param to to + @param ratio the interpolation coefficient + @param out optional, the receiving vector, you can pass the same vec2 to save result to itself, if not provided, a new vec2 will be created + */ + lerp(to: Vec2, ratio: number, out?: Vec2): Vec2; + /** + !#en Clamp the vector between from float and to float. + !#zh + 返回指定限制区域后的向量。
+ 向量大于 max_inclusive 则返回 max_inclusive。
+ 向量小于 min_inclusive 则返回 min_inclusive。
+ 否则返回自身。 + @param min_inclusive min_inclusive + @param max_inclusive max_inclusive + + @example + ```js + var min_inclusive = cc.v2(0, 0); + var max_inclusive = cc.v2(20, 20); + var v1 = cc.v2(20, 20).clampf(min_inclusive, max_inclusive); // Vec2 {x: 20, y: 20}; + var v2 = cc.v2(0, 0).clampf(min_inclusive, max_inclusive); // Vec2 {x: 0, y: 0}; + var v3 = cc.v2(10, 10).clampf(min_inclusive, max_inclusive); // Vec2 {x: 10, y: 10}; + ``` + */ + clampf(min_inclusive: Vec2, max_inclusive: Vec2): Vec2; + /** + !#en Adds this vector. + !#zh 向量加法。 + @param vector vector + @param out out + + @example + ```js + var v = cc.v2(10, 10); + v.add(cc.v2(5, 5));// return Vec2 {x: 15, y: 15}; + ``` + */ + add(vector: Vec2, out?: Vec2): Vec2; + /** + !#en Adds this vector. If you want to save result to another vector, use add() instead. + !#zh 向量加法。如果你想保存结果到另一个向量,使用 add() 代替。 + @param vector vector + */ + addSelf(vector: Vec2): Vec2; + /** + !#en Subtracts one vector from this. + !#zh 向量减法。 + @param vector vector + + @example + ```js + var v = cc.v2(10, 10); + v.subSelf(cc.v2(5, 5));// return Vec2 {x: 5, y: 5}; + ``` + */ + subtract(vector: Vec2): Vec2; + /** + !#en Multiplies this by a number. + !#zh 缩放当前向量。 + @param num num + + @example + ```js + var v = cc.v2(10, 10); + v.multiply(5);// return Vec2 {x: 50, y: 50}; + ``` + */ + multiplyScalar(num: number): Vec2; + /** + !#en Multiplies two vectors. + !#zh 分量相乘。 + @param vector vector + + @example + ```js + var v = cc.v2(10, 10); + v.multiply(cc.v2(5, 5));// return Vec2 {x: 50, y: 50}; + ``` + */ + multiply(vector: Vec2): Vec2; + /** + !#en Divides by a number. + !#zh 向量除法。 + @param num num + + @example + ```js + var v = cc.v2(10, 10); + v.divide(5); // return Vec2 {x: 2, y: 2}; + ``` + */ + divide(num: number): Vec2; + /** + !#en Negates the components. + !#zh 向量取反。 + + @example + ```js + var v = cc.v2(10, 10); + v.negate(); // return Vec2 {x: -10, y: -10}; + ``` + */ + negate(): Vec2; + /** + !#en Dot product + !#zh 当前向量与指定向量进行点乘。 + @param vector vector + + @example + ```js + var v = cc.v2(10, 10); + v.dot(cc.v2(5, 5)); // return 100; + ``` + */ + dot(vector?: Vec2): number; + /** + !#en Cross product + !#zh 当前向量与指定向量进行叉乘。 + @param vector vector + + @example + ```js + var v = cc.v2(10, 10); + v.cross(cc.v2(5, 5)); // return 0; + ``` + */ + cross(vector?: Vec2): number; + /** + !#en Returns the length of this vector. + !#zh 返回该向量的长度。 + + @example + ```js + var v = cc.v2(10, 10); + v.len(); // return 14.142135623730951; + ``` + */ + len(): number; + /** + !#en Returns the squared length of this vector. + !#zh 返回该向量的长度平方。 + + @example + ```js + var v = cc.v2(10, 10); + v.lengthSqr(); // return 200; + ``` + */ + lengthSqr(): number; + /** + !#en Make the length of this vector to 1. + !#zh 向量归一化,让这个向量的长度为 1。 + + @example + ```js + var v = cc.v2(10, 10); + v.normalizeSelf(); // return Vec2 {x: 0.7071067811865475, y: 0.7071067811865475}; + ``` + */ + normalizeSelf(): Vec2; + /** + !#en + Returns this vector with a magnitude of 1.
+
+ Note that the current vector is unchanged and a new normalized vector is returned. If you want to normalize the current vector, use normalizeSelf function. + !#zh + 返回归一化后的向量。
+
+ 注意,当前向量不变,并返回一个新的归一化向量。如果你想来归一化当前向量,可使用 normalizeSelf 函数。 + @param out optional, the receiving vector, you can pass the same vec2 to save result to itself, if not provided, a new vec2 will be created + */ + normalize(out?: Vec2): Vec2; + /** + !#en Get angle in radian between this and vector. + !#zh 夹角的弧度。 + @param vector vector + */ + angle(vector: Vec2): number; + /** + !#en Get angle in radian between this and vector with direction. + !#zh 带方向的夹角的弧度。 + @param vector vector + */ + signAngle(vector: Vec2): number; + /** + !#en rotate + !#zh 返回旋转给定弧度后的新向量。 + @param radians radians + @param out optional, the receiving vector, you can pass the same vec2 to save result to itself, if not provided, a new vec2 will be created + */ + rotate(radians: number, out?: Vec2): Vec2; + /** + !#en rotate self + !#zh 按指定弧度旋转向量。 + @param radians radians + */ + rotateSelf(radians: number): Vec2; + /** + !#en Calculates the projection of the current vector over the given vector. + !#zh 返回当前向量在指定 vector 向量上的投影向量。 + @param vector vector + + @example + ```js + var v1 = cc.v2(20, 20); + var v2 = cc.v2(5, 5); + v1.project(v2); // Vec2 {x: 20, y: 20}; + ``` + */ + project(vector: Vec2): Vec2; + /** + Transforms the vec2 with a mat4. 3rd vector component is implicitly '0', 4th vector component is implicitly '1' + @param m matrix to transform with + @param out the receiving vector, you can pass the same vec2 to save result to itself, if not provided, a new vec2 will be created + */ + transformMat4(m: Mat4, out?: Vec2): Vec2; + /** + Returns the maximum value in x, y. + */ + maxAxis(): number; + } + /** !#en A 2D rectangle defined by x, y position and width, height. + !#zh 通过位置和宽高定义的 2D 矩形。 */ + export class Rect extends ValueType { + /** + !#en + Constructor of Rect class. + see {{#crossLink "cc/rect:method"}} cc.rect {{/crossLink}} for convenience method. + !#zh + Rect类的构造函数。可以通过 {{#crossLink "cc/rect:method"}} cc.rect {{/crossLink}} 简便方法进行创建。 + @param x x + @param y y + @param w w + @param h h + */ + constructor(x?: number, y?: number, w?: number, h?: number); + /** + !#en Creates a rectangle from two coordinate values. + !#zh 根据指定 2 个坐标创建出一个矩形区域。 + @param v1 v1 + @param v2 v2 + + @example + ```js + cc.Rect.fromMinMax(cc.v2(10, 10), cc.v2(20, 20)); // Rect {x: 10, y: 10, width: 10, height: 10}; + ``` + */ + static fromMinMax(v1: Vec2, v2: Vec2): Rect; + x: number; + y: number; + width: number; + height: number; + /** + !#en TODO + !#zh 克隆一个新的 Rect。 + + @example + ```js + var a = new cc.Rect(0, 0, 10, 10); + a.clone();// Rect {x: 0, y: 0, width: 10, height: 10} + ``` + */ + clone(): Rect; + /** + !#en TODO + !#zh 是否等于指定的矩形。 + @param other other + + @example + ```js + var a = new cc.Rect(0, 0, 10, 10); + var b = new cc.Rect(0, 0, 10, 10); + a.equals(b);// true; + ``` + */ + equals(other: Rect): boolean; + /** + !#en TODO + !#zh 线性插值 + @param to to + @param ratio the interpolation coefficient. + @param out optional, the receiving vector. + + @example + ```js + var a = new cc.Rect(0, 0, 10, 10); + var b = new cc.Rect(50, 50, 100, 100); + update (dt) { + // method 1; + var c = a.lerp(b, dt * 0.1); + // method 2; + a.lerp(b, dt * 0.1, c); + } + ``` + */ + lerp(to: Rect, ratio: number, out?: Rect): Rect; + /** + !#en Check whether the current rectangle intersects with the given one + !#zh 当前矩形与指定矩形是否相交。 + @param rect rect + + @example + ```js + var a = new cc.Rect(0, 0, 10, 10); + var b = new cc.Rect(0, 0, 20, 20); + a.intersects(b);// true + ``` + */ + intersects(rect: Rect): boolean; + /** + !#en Returns the overlapping portion of 2 rectangles. + !#zh 返回 2 个矩形重叠的部分。 + @param out Stores the result + @param rectB rectB + + @example + ```js + var a = new cc.Rect(0, 10, 20, 20); + var b = new cc.Rect(0, 10, 10, 10); + var intersection = new cc.Rect(); + a.intersection(intersection, b); // intersection {x: 0, y: 10, width: 10, height: 10}; + ``` + */ + intersection(out: Rect, rectB: Rect): Rect; + /** + !#en Check whether the current rect contains the given point + !#zh 当前矩形是否包含指定坐标点。 + Returns true if the point inside this rectangle. + @param point point + + @example + ```js + var a = new cc.Rect(0, 0, 10, 10); + var b = new cc.Vec2(0, 5); + a.contains(b);// true + ``` + */ + contains(point: Vec2): boolean; + /** + !#en Returns true if the other rect totally inside this rectangle. + !#zh 当前矩形是否包含指定矩形。 + @param rect rect + + @example + ```js + var a = new cc.Rect(0, 0, 20, 20); + var b = new cc.Rect(0, 0, 10, 10); + a.containsRect(b);// true + ``` + */ + containsRect(rect: Rect): boolean; + /** + !#en Returns the smallest rectangle that contains the current rect and the given rect. + !#zh 返回一个包含当前矩形和指定矩形的最小矩形。 + @param out Stores the result + @param rectB rectB + + @example + ```js + var a = new cc.Rect(0, 10, 20, 20); + var b = new cc.Rect(0, 10, 10, 10); + var union = new cc.Rect(); + a.union(union, b); // union {x: 0, y: 10, width: 20, height: 20}; + ``` + */ + union(out: Rect, rectB: Rect): Rect; + /** + !#en Apply matrix4 to the rect. + !#zh 使用 mat4 对矩形进行矩阵转换。 + @param out The output rect + @param mat The matrix4 + */ + transformMat4(out: Rect, mat: Mat4): void; + /** + !#en Output rect informations to string + !#zh 转换为方便阅读的字符串 + + @example + ```js + var a = new cc.Rect(0, 0, 10, 10); + a.toString();// "(0.00, 0.00, 10.00, 10.00)"; + ``` + */ + toString(): string; + /** !#en The minimum x value, equals to rect.x + !#zh 矩形 x 轴上的最小值,等价于 rect.x。 */ + xMin: number; + /** !#en The minimum y value, equals to rect.y + !#zh 矩形 y 轴上的最小值。 */ + yMin: number; + /** !#en The maximum x value. + !#zh 矩形 x 轴上的最大值。 */ + xMax: number; + /** !#en The maximum y value. + !#zh 矩形 y 轴上的最大值。 */ + yMax: number; + /** !#en The position of the center of the rectangle. + !#zh 矩形的中心点。 */ + center: Vec2; + /** !#en The X and Y position of the rectangle. + !#zh 矩形的 x 和 y 坐标。 */ + origin: Vec2; + /** !#en Width and height of the rectangle. + !#zh 矩形的大小。 */ + size: Size; + } + /** !#en Representation of 3D vectors and points. + !#zh 表示 3D 向量和坐标 */ + export class Vec3 extends ValueType { + /** + !#en Returns the length of this vector. + !#zh 返回该向量的长度。 + + @example + ```js + var v = cc.v3(10, 10, 10); + v.mag(); // return 17.320508075688775; + ``` + */ + mag(): number; + /** + !#en Returns the squared length of this vector. + !#zh 返回该向量的长度平方。 + */ + magSqr(): number; + /** + !#en Subtracts one vector from this. If you want to save result to another vector, use sub() instead. + !#zh 向量减法。如果你想保存结果到另一个向量,可使用 sub() 代替。 + @param vector vector + */ + subSelf(vector: Vec3): Vec3; + /** + !#en Subtracts one vector from this, and returns the new result. + !#zh 向量减法,并返回新结果。 + @param vector vector + @param out optional, the receiving vector, you can pass the same vec3 to save result to itself, if not provided, a new vec3 will be created + */ + sub(vector: Vec3, out?: Vec3): Vec3; + /** + !#en Multiplies this by a number. If you want to save result to another vector, use mul() instead. + !#zh 缩放当前向量。如果你想结果保存到另一个向量,可使用 mul() 代替。 + @param num num + */ + mulSelf(num: number): Vec3; + /** + !#en Multiplies by a number, and returns the new result. + !#zh 缩放向量,并返回新结果。 + @param num num + @param out optional, the receiving vector, you can pass the same vec3 to save result to itself, if not provided, a new vec3 will be created + */ + mul(num: number, out?: Vec3): Vec3; + /** + !#en Divides by a number. If you want to save result to another vector, use div() instead. + !#zh 向量除法。如果你想结果保存到另一个向量,可使用 div() 代替。 + @param num num + */ + divSelf(num: number): Vec3; + /** + !#en Divides by a number, and returns the new result. + !#zh 向量除法,并返回新的结果。 + @param num num + @param out optional, the receiving vector, you can pass the same vec3 to save result to itself, if not provided, a new vec3 will be created + */ + div(num: number, out?: Vec3): Vec3; + /** + !#en Multiplies two vectors. + !#zh 分量相乘。 + @param vector vector + */ + scaleSelf(vector: Vec3): Vec3; + /** + !#en Multiplies two vectors, and returns the new result. + !#zh 分量相乘,并返回新的结果。 + @param vector vector + @param out optional, the receiving vector, you can pass the same vec3 to save result to itself, if not provided, a new vec3 will be created + */ + scale(vector: Vec3, out?: Vec3): Vec3; + /** + !#en Negates the components. If you want to save result to another vector, use neg() instead. + !#zh 向量取反。如果你想结果保存到另一个向量,可使用 neg() 代替。 + */ + negSelf(): Vec3; + /** + !#en Negates the components, and returns the new result. + !#zh 返回取反后的新向量。 + @param out optional, the receiving vector, you can pass the same vec3 to save result to itself, if not provided, a new vec3 will be created + */ + neg(out?: Vec3): Vec3; + /** !#en return a Vec3 object with x = 1, y = 1, z = 1. + !#zh 新 Vec3 对象。 */ + static ONE: Vec3; + /** !#en return a Vec3 object with x = 0, y = 0, z = 0. + !#zh 返回 x = 0,y = 0,z = 0 的 Vec3 对象。 */ + static ZERO: Vec3; + /** !#en return a Vec3 object with x = 0, y = 1, z = 0. + !#zh 返回 x = 0, y = 1, z = 0 的 Vec3 对象。 */ + static UP: Vec3; + /** !#en return a Vec3 object with x = 1, y = 0, z = 0. + !#zh 返回 x = 1,y = 0,z = 0 的 Vec3 对象。 */ + static RIGHT: Vec3; + /** !#en return a Vec3 object with x = 0, y = 0, z = 1. + !#zh 返回 x = 0,y = 0,z = 1 的 Vec3 对象。 */ + static FORWARD: Vec3; + /** + !#zh 将目标赋值为零向量 + !#en The target of an assignment zero vector + */ + static zero (out: Out): Out; + /** + !#zh 获得指定向量的拷贝 + !#en Obtaining copy vectors designated + */ + static clone (a: Out): Vec3; + /** + !#zh 复制目标向量 + !#en Copy the target vector + */ + static copy (out: Out, a: Vec3Like): Out; + /** + !#zh 设置向量值 + !#en Set to value + */ + static set (out: Out, x: number, y: number, z: number): Out; + /** + !#zh 逐元素向量加法 + !#en Element-wise vector addition + */ + static add (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量减法 + !#en Element-wise vector subtraction + */ + static subtract (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量乘法 (分量积) + !#en Element-wise vector multiplication (product component) + */ + static multiply (out: Out, a: Vec3Like_1, b: Vec3Like_2): Out; + /** + !#zh 逐元素向量除法 + !#en Element-wise vector division + */ + static divide (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量向上取整 + !#en Rounding up by elements of the vector + */ + static ceil (out: Out, a: Out): Out; + /** + !#zh 逐元素向量向下取整 + !#en Element vector by rounding down + */ + static floor (out: Out, a: Out): Out; + /** + !#zh 逐元素向量最小值 + !#en The minimum by-element vector + */ + static min (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量最大值 + !#en The maximum value of the element-wise vector + */ + static max (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量四舍五入取整 + !#en Element-wise vector of rounding to whole + */ + static round (out: Out, a: Out): Out; + /** + !#zh 向量标量乘法 + !#en Vector scalar multiplication + */ + static multiplyScalar (out: Out, a: Vec3Like, b: number): Out; + /** + !#zh 逐元素向量乘加: A + B * scale + !#en Element-wise vector multiply add: A + B * scale + */ + static scaleAndAdd (out: Out, a: Out, b: Out, scale: number): Out; + /** + !#zh 求两向量的欧氏距离 + !#en Seeking two vectors Euclidean distance + */ + static distance (a: Out, b: Out): number; + /** + !#zh 求两向量的欧氏距离平方 + !#en Euclidean distance squared seeking two vectors + */ + static squaredDistance (a: Out, b: Out): number; + /** + !#zh 求向量长度 + !#en Seeking vector length + */ + static len (a: Out): number; + /** + !#zh 求向量长度平方 + !#en Seeking squared vector length + */ + static lengthSqr (a: Out): number; + /** + !#zh 逐元素向量取负 + !#en By taking the negative elements of the vector + */ + static negate (out: Out, a: Out): Out; + /** + !#zh 逐元素向量取倒数,接近 0 时返回 Infinity + !#en Element vector by taking the inverse, return near 0 Infinity + */ + static inverse (out: Out, a: Out): Out; + /** + !#zh 逐元素向量取倒数,接近 0 时返回 0 + !#en Element vector by taking the inverse, return near 0 0 + */ + static inverseSafe (out: Out, a: Out): Out; + /** + !#zh 归一化向量 + !#en Normalized vector + */ + static normalize (out: Out, a: Vec3Like): Out; + /** + !#zh 向量点积(数量积) + !#en Vector dot product (scalar product) + */ + static dot (a: Out, b: Out): number; + /** + !#zh 向量叉积(向量积) + !#en Vector cross product (vector product) + */ + static cross (out: Out, a: Vec3Like_1, b: Vec3Like_2): Out; + /** + !#zh 逐元素向量线性插值: A + t * (B - A) + !#en Vector element by element linear interpolation: A + t * (B - A) + */ + static lerp (out: Out, a: Out, b: Out, t: number): Out; + /** + !#zh 生成一个在单位球体上均匀分布的随机向量 + !#en Generates a uniformly distributed random vectors on the unit sphere + @param scale 生成的向量长度 + */ + static random (out: Out, scale?: number): Out; + /** + !#zh 向量与四维矩阵乘法,默认向量第四位为 1。 + !#en Four-dimensional vector and matrix multiplication, the default vectors fourth one. + */ + static transformMat4 (out: Out, a: Vec3Like, mat: MatLike): Out; + /** + !#zh 向量与四维矩阵乘法,默认向量第四位为 0。 + !#en Four-dimensional vector and matrix multiplication, vector fourth default is 0. + */ + static transformMat4Normal (out: Out, a: Out, mat: MatLike): Out; + /** + !#zh 向量与三维矩阵乘法 + !#en Dimensional vector matrix multiplication + */ + static transformMat3 (out: Out, a: Out, mat: MatLike): Out; + /** + !#zh 向量仿射变换 + !#en Affine transformation vector + */ + static transformAffine(out: Out, v: VecLike, mat: MatLike): Out; + /** + !#zh 向量四元数乘法 + !#en Vector quaternion multiplication + */ + static transformQuat (out: Out, a: VecLike, q: QuatLike): Out; + /** + !#zh 以缩放 -> 旋转 -> 平移顺序变换向量 + !#en To scale -> rotation -> transformation vector sequence translation + */ + static transformRTS(out: Out, a: VecLike, r: QuatLike, t: VecLike, s: VecLike): Out; + /** + !#zh 以平移 -> 旋转 -> 缩放顺序逆变换向量 + !#en Translational -> rotation -> Zoom inverse transformation vector sequence + */ + static transformInverseRTS(out: Out, a: VecLike, r: QuatLike, t: VecLike, s: VecLike): Out; + /** + !#zh 绕 X 轴旋转向量指定弧度 + !#en Rotation vector specified angle about the X axis + @param v 待旋转向量 + @param o 旋转中心 + @param a 旋转弧度 + */ + static rotateX (out: Out, v: Out, o: Out, a: number): Out; + /** + !#zh 绕 Y 轴旋转向量指定弧度 + !#en Rotation vector specified angle around the Y axis + @param v 待旋转向量 + @param o 旋转中心 + @param a 旋转弧度 + */ + static rotateY (out: Out, v: Out, o: Out, a: number): Out; + /** + !#zh 绕 Z 轴旋转向量指定弧度 + !#en Around the Z axis specified angle vector + @param v 待旋转向量 + @param o 旋转中心 + @param a 旋转弧度 + */ + static rotateZ (out: Out, v: Out, o: Out, a: number): Out; + /** + !#zh 向量等价判断 + !#en Equivalent vectors Analyzing + */ + static strictEquals (a: Out, b: Out): boolean; + /** + !#zh 排除浮点数误差的向量近似等价判断 + !#en Negative error vector floating point approximately equivalent Analyzing + */ + static equals (a: Out, b: Out, epsilon?: number): boolean; + /** + !#zh 求两向量夹角弧度 + !#en Radian angle between two vectors seek + */ + static angle (a: Out, b: Out): number; + /** + !#zh 计算向量在指定平面上的投影 + !#en Calculating a projection vector in the specified plane + @param a 待投影向量 + @param n 指定平面的法线 + */ + static projectOnPlane (out: Out, a: Out, n: Out): Out; + /** + !#zh 计算向量在指定向量上的投影 + !#en Projection vector calculated in the vector designated + @param a 待投影向量 + @param n 目标向量 + */ + static project (out: Out, a: Out, b: Out): Out; + /** + !#zh 向量转数组 + !#en Vector transfer array + @param ofs 数组起始偏移量 + */ + static toArray > (out: Out, v: IVec3Like, ofs?: number): Out; + /** + !#zh 数组转向量 + !#en Array steering amount + @param ofs 数组起始偏移量 + */ + static fromArray (out: Out, arr: IWritableArrayLike, ofs?: number): Out; + x: number; + y: number; + z: number; + /** + !#en + Constructor + see {{#crossLink "cc/vec3:method"}}cc.v3{{/crossLink}} + !#zh + 构造函数,可查看 {{#crossLink "cc/vec3:method"}}cc.v3{{/crossLink}} + @param x x + @param y y + @param z z + */ + constructor(x?: Vec3|number, y?: number, z?: number); + /** + !#en clone a Vec3 value + !#zh 克隆一个 Vec3 值 + */ + clone(): Vec3; + /** + !#en Set the current vector value with the given vector. + !#zh 用另一个向量设置当前的向量对象值。 + @param newValue !#en new value to set. !#zh 要设置的新值 + */ + set(newValue: Vec3): Vec3; + /** + !#en Check whether the vector equals another one + !#zh 当前的向量是否与指定的向量相等。 + @param other other + */ + equals(other: Vec3): boolean; + /** + !#en Check whether two vector equal with some degree of variance. + !#zh + 近似判断两个点是否相等。
+ 判断 2 个向量是否在指定数值的范围之内,如果在则返回 true,反之则返回 false。 + @param other other + @param variance variance + */ + fuzzyEquals(other: Vec3, variance: number): boolean; + /** + !#en Transform to string with vector informations + !#zh 转换为方便阅读的字符串。 + */ + toString(): string; + /** + !#en Calculate linear interpolation result between this vector and another one with given ratio + !#zh 线性插值。 + @param to to + @param ratio the interpolation coefficient + @param out optional, the receiving vector, you can pass the same vec3 to save result to itself, if not provided, a new vec3 will be created + */ + lerp(to: Vec3, ratio: number, out?: Vec3): Vec3; + /** + !#en Clamp the vector between from float and to float. + !#zh + 返回指定限制区域后的向量。
+ 向量大于 max_inclusive 则返回 max_inclusive。
+ 向量小于 min_inclusive 则返回 min_inclusive。
+ 否则返回自身。 + @param min_inclusive min_inclusive + @param max_inclusive max_inclusive + */ + clampf(min_inclusive: Vec3, max_inclusive: Vec3): Vec3; + /** + !#en Adds this vector. If you want to save result to another vector, use add() instead. + !#zh 向量加法。如果你想保存结果到另一个向量,使用 add() 代替。 + @param vector vector + */ + addSelf(vector: Vec3): Vec3; + /** + !#en Adds two vectors, and returns the new result. + !#zh 向量加法,并返回新结果。 + @param vector vector + @param out optional, the receiving vector, you can pass the same vec3 to save result to itself, if not provided, a new vec3 will be created + */ + add(vector: Vec3, out?: Vec3): Vec3; + /** + !#en Subtracts one vector from this. + !#zh 向量减法。 + @param vector vector + */ + subtract(vector: Vec3): Vec3; + /** + !#en Multiplies this by a number. + !#zh 缩放当前向量。 + @param num num + */ + multiplyScalar(num: number): Vec3; + /** + !#en Multiplies two vectors. + !#zh 分量相乘。 + @param vector vector + */ + multiply(vector: Vec3): Vec3; + /** + !#en Divides by a number. + !#zh 向量除法。 + @param num num + */ + divide(num: number): Vec3; + /** + !#en Negates the components. + !#zh 向量取反。 + */ + negate(): Vec3; + /** + !#en Dot product + !#zh 当前向量与指定向量进行点乘。 + @param vector vector + */ + dot(vector?: Vec3): number; + /** + !#en Cross product + !#zh 当前向量与指定向量进行叉乘。 + @param vector vector + @param out out + */ + cross(vector: Vec3, out?: Vec3): Vec3; + /** + !#en Returns the length of this vector. + !#zh 返回该向量的长度。 + + @example + ```js + var v = cc.v3(10, 10, 10); + v.len(); // return 17.320508075688775; + ``` + */ + len(): number; + /** + !#en Returns the squared length of this vector. + !#zh 返回该向量的长度平方。 + */ + lengthSqr(): number; + /** + !#en Make the length of this vector to 1. + !#zh 向量归一化,让这个向量的长度为 1。 + */ + normalizeSelf(): Vec3; + /** + !#en + Returns this vector with a magnitude of 1.
+
+ Note that the current vector is unchanged and a new normalized vector is returned. If you want to normalize the current vector, use normalizeSelf function. + !#zh + 返回归一化后的向量。
+
+ 注意,当前向量不变,并返回一个新的归一化向量。如果你想来归一化当前向量,可使用 normalizeSelf 函数。 + @param out optional, the receiving vector, you can pass the same vec3 to save result to itself, if not provided, a new vec3 will be created + */ + normalize(out?: Vec3): Vec3; + /** + Transforms the vec3 with a mat4. 4th vector component is implicitly '1' + @param m matrix to transform with + @param out the receiving vector, you can pass the same vec3 to save result to itself, if not provided, a new vec3 will be created + */ + transformMat4(m: Mat4, out?: Vec3): Vec3; + /** + Returns the maximum value in x, y, and z + */ + maxAxis(): number; + /** + !#en Get angle in radian between this and vector. + !#zh 夹角的弧度。 + @param vector vector + */ + angle(vector: Vec3): number; + /** + !#en Calculates the projection of the current vector over the given vector. + !#zh 返回当前向量在指定 vector 向量上的投影向量。 + @param vector vector + + @example + ```js + var v1 = cc.v3(20, 20, 20); + var v2 = cc.v3(5, 5, 5); + v1.project(v2); // Vec3 {x: 20, y: 20, z: 20}; + ``` + */ + project(vector: Vec3): Vec3; + /** + !#en Get angle in radian between this and vector with direction.
+ In order to compatible with the vec2 API. + !#zh 带方向的夹角的弧度。该方法仅用做兼容 2D 计算。 + @param vector vector + */ + signAngle(vector: Vec3|Vec2): number; + /** + !#en rotate. In order to compatible with the vec2 API. + !#zh 返回旋转给定弧度后的新向量。该方法仅用做兼容 2D 计算。 + @param radians radians + @param out optional, the receiving vector, you can pass the same vec2 to save result to itself, if not provided, a new vec2 will be created + */ + rotate(radians: number, out?: Vec3): Vec2; + /** + !#en rotate self. In order to compatible with the vec2 API. + !#zh 按指定弧度旋转向量。该方法仅用做兼容 2D 计算。 + @param radians radians + */ + rotateSelf(radians: number): Vec3; + } + /** !#en Representation of 3D vectors and points. + !#zh 表示 3D 向量和坐标 */ + export class Vec4 extends ValueType { + /** + !#en Subtracts one vector from this. If you want to save result to another vector, use sub() instead. + !#zh 向量减法。如果你想保存结果到另一个向量,可使用 sub() 代替。 + @param vector vector + */ + subSelf(vector: Vec4): Vec4; + /** + !#en Subtracts one vector from this, and returns the new result. + !#zh 向量减法,并返回新结果。 + @param vector vector + @param out optional, the receiving vector, you can pass the same vec4 to save result to itself, if not provided, a new vec4 will be created + */ + sub(vector: Vec4, out?: Vec4): Vec4; + /** + !#en Multiplies this by a number. If you want to save result to another vector, use mul() instead. + !#zh 缩放当前向量。如果你想结果保存到另一个向量,可使用 mul() 代替。 + @param num num + */ + mulSelf(num: number): Vec4; + /** + !#en Multiplies by a number, and returns the new result. + !#zh 缩放向量,并返回新结果。 + @param num num + @param out optional, the receiving vector, you can pass the same vec4 to save result to itself, if not provided, a new vec4 will be created + */ + mul(num: number, out?: Vec4): Vec4; + /** + !#en Divides by a number. If you want to save result to another vector, use div() instead. + !#zh 向量除法。如果你想结果保存到另一个向量,可使用 div() 代替。 + @param num num + */ + divSelf(num: number): Vec4; + /** + !#en Divides by a number, and returns the new result. + !#zh 向量除法,并返回新的结果。 + @param num num + @param out optional, the receiving vector, you can pass the same vec4 to save result to itself, if not provided, a new vec4 will be created + */ + div(num: number, out?: Vec4): Vec4; + /** + !#en Multiplies two vectors. + !#zh 分量相乘。 + @param vector vector + */ + scaleSelf(vector: Vec4): Vec4; + /** + !#en Multiplies two vectors, and returns the new result. + !#zh 分量相乘,并返回新的结果。 + @param vector vector + @param out optional, the receiving vector, you can pass the same vec4 to save result to itself, if not provided, a new vec4 will be created + */ + scale(vector: Vec4, out?: Vec4): Vec4; + /** + !#en Negates the components. If you want to save result to another vector, use neg() instead. + !#zh 向量取反。如果你想结果保存到另一个向量,可使用 neg() 代替。 + */ + negSelf(): Vec4; + /** + !#en Negates the components, and returns the new result. + !#zh 返回取反后的新向量。 + @param out optional, the receiving vector, you can pass the same vec4 to save result to itself, if not provided, a new vec4 will be created + */ + neg(out?: Vec4): Vec4; + /** + !#zh 获得指定向量的拷贝 + !#en Obtaining copy vectors designated + */ + static clone (a: Out): Vec4; + /** + !#zh 复制目标向量 + !#en Copy the target vector + */ + static copy (out: Out, a: Out): Out; + /** + !#zh 设置向量值 + !#en Set to value + */ + static set (out: Out, x: number, y: number, z: number, w: number): Out; + /** + !#zh 逐元素向量加法 + !#en Element-wise vector addition + */ + static add (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量减法 + !#en Element-wise vector subtraction + */ + static subtract (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量乘法 + !#en Element-wise vector multiplication + */ + static multiply (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量除法 + !#en Element-wise vector division + */ + static divide (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量向上取整 + !#en Rounding up by elements of the vector + */ + static ceil (out: Out, a: Out): Out; + /** + !#zh 逐元素向量向下取整 + !#en Element vector by rounding down + */ + static floor (out: Out, a: Out): Out; + /** + !#zh 逐元素向量最小值 + !#en The minimum by-element vector + */ + static min (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量最大值 + !#en The maximum value of the element-wise vector + */ + static max (out: Out, a: Out, b: Out): Out; + /** + !#zh 逐元素向量四舍五入取整 + !#en Element-wise vector of rounding to whole + */ + static round (out: Out, a: Out): Out; + /** + !#zh 向量标量乘法 + !#en Vector scalar multiplication + */ + static multiplyScalar (out: Out, a: Out, b: number): Out; + /** + !#zh 逐元素向量乘加: A + B * scale + !#en Element-wise vector multiply add: A + B * scale + */ + static scaleAndAdd (out: Out, a: Out, b: Out, scale: number): Out; + /** + !#zh 求两向量的欧氏距离 + !#en Seeking two vectors Euclidean distance + */ + static distance (a: Out, b: Out): number; + /** + !#zh 求两向量的欧氏距离平方 + !#en Euclidean distance squared seeking two vectors + */ + static squaredDistance (a: Out, b: Out): number; + /** + !#zh 求向量长度 + !#en Seeking vector length + */ + static len (a: Out): number; + /** + !#zh 求向量长度平方 + !#en Seeking squared vector length + */ + static lengthSqr (a: Out): number; + /** + !#zh 逐元素向量取负 + !#en By taking the negative elements of the vector + */ + static negate (out: Out, a: Out): Out; + /** + !#zh 逐元素向量取倒数,接近 0 时返回 Infinity + !#en Element vector by taking the inverse, return near 0 Infinity + */ + static inverse (out: Out, a: Out): Out; + /** + !#zh 逐元素向量取倒数,接近 0 时返回 0 + !#en Element vector by taking the inverse, return near 0 0 + */ + static inverseSafe (out: Out, a: Out): Out; + /** + !#zh 归一化向量 + !#en Normalized vector + */ + static normalize (out: Out, a: Out): Out; + /** + !#zh 向量点积(数量积) + !#en Vector dot product (scalar product) + */ + static dot (a: Out, b: Out): number; + /** + !#zh 逐元素向量线性插值: A + t * (B - A) + !#en Vector element by element linear interpolation: A + t * (B - A) + */ + static lerp (out: Out, a: Out, b: Out, t: number): Out; + /** + !#zh 生成一个在单位球体上均匀分布的随机向量 + !#en Generates a uniformly distributed random vectors on the unit sphere + @param scale 生成的向量长度 + */ + static random (out: Out, scale?: number): Out; + /** + !#zh 向量矩阵乘法 + !#en Vector matrix multiplication + */ + static transformMat4 (out: Out, a: Out, mat: MatLike): Out; + /** + !#zh 向量仿射变换 + !#en Affine transformation vector + */ + static transformAffine(out: Out, v: VecLike, mat: MatLike): Out; + /** + !#zh 向量四元数乘法 + !#en Vector quaternion multiplication + */ + static transformQuat (out: Out, a: Out, q: QuatLike): Out; + /** + !#zh 向量等价判断 + !#en Equivalent vectors Analyzing + */ + static strictEquals (a: Out, b: Out): boolean; + /** + !#zh 排除浮点数误差的向量近似等价判断 + !#en Negative error vector floating point approximately equivalent Analyzing + */ + static equals (a: Out, b: Out, epsilon?: number): boolean; + /** + !#zh 向量转数组 + !#en Vector transfer array + @param ofs 数组起始偏移量 + */ + static toArray > (out: Out, v: IVec4Like, ofs?: number): Out; + /** + !#zh 数组转向量 + !#en Array steering amount + @param ofs 数组起始偏移量 + */ + static fromArray (out: Out, arr: IWritableArrayLike, ofs?: number): Out; + x: number; + y: number; + z: number; + w: number; + /** + !#en + Constructor + see {{#crossLink "cc/vec4:method"}}cc.v4{{/crossLink}} + !#zh + 构造函数,可查看 {{#crossLink "cc/vec4:method"}}cc.v4{{/crossLink}} + @param x x + @param y y + @param z z + @param w w + */ + constructor(x?: number, y?: number, z?: number, w?: number); + /** + !#en clone a Vec4 value + !#zh 克隆一个 Vec4 值 + */ + clone(): Vec4; + /** + !#en Set the current vector value with the given vector. + !#zh 用另一个向量设置当前的向量对象值。 + @param newValue !#en new value to set. !#zh 要设置的新值 + */ + set(newValue: Vec4): Vec4; + /** + !#en Check whether the vector equals another one + !#zh 当前的向量是否与指定的向量相等。 + @param other other + @param epsilon epsilon + */ + equals(other: Vec4, epsilon?: number): boolean; + /** + !#en Check whether the vector equals another one + !#zh 判断当前向量是否在误差范围内与指定分量的向量相等。 + @param x 相比较的向量的 x 分量。 + @param y 相比较的向量的 y 分量。 + @param z 相比较的向量的 z 分量。 + @param w 相比较的向量的 w 分量。 + @param epsilon 允许的误差,应为非负数。 + */ + equals4f(x: number, y: number, z: number, w: number, epsilon?: number): boolean; + /** + !#en Check whether strict equals other Vec4 + !#zh 判断当前向量是否与指定向量相等。两向量的各分量都分别相等时返回 `true`;否则返回 `false`。 + @param other 相比较的向量。 + */ + strictEquals(other: Vec4): boolean; + /** + !#en Check whether strict equals other Vec4 + !#zh 判断当前向量是否与指定分量的向量相等。两向量的各分量都分别相等时返回 `true`;否则返回 `false`。 + @param x 指定向量的 x 分量。 + @param y 指定向量的 y 分量。 + @param z 指定向量的 z 分量。 + @param w 指定向量的 w 分量。 + */ + strictEquals4f(x: number, y: number, z: number, w: number): boolean; + /** + !#en Calculate linear interpolation result between this vector and another one with given ratio + !#zh 根据指定的插值比率,从当前向量到目标向量之间做插值。 + @param to 目标向量。 + @param ratio 插值比率,范围为 [0,1]。 + */ + lerp(to: Vec4, ratio: number): Vec4; + /** + !#en Transform to string with vector informations + !#zh 返回当前向量的字符串表示。 + */ + toString(): string; + /** + !#en Clamp the vector between minInclusive and maxInclusive. + !#zh 设置当前向量的值,使其各个分量都处于指定的范围内。 + @param minInclusive 每个分量都代表了对应分量允许的最小值。 + @param maxInclusive 每个分量都代表了对应分量允许的最大值。 + */ + clampf(minInclusive: Vec4, maxInclusive: Vec4): Vec4; + /** + !#en Adds this vector. If you want to save result to another vector, use add() instead. + !#zh 向量加法。如果你想保存结果到另一个向量,使用 add() 代替。 + @param vector vector + */ + addSelf(vector: Vec4): Vec4; + /** + !#en Adds two vectors, and returns the new result. + !#zh 向量加法,并返回新结果。 + @param vector vector + @param out optional, the receiving vector, you can pass the same vec4 to save result to itself, if not provided, a new vec4 will be created + */ + add(vector: Vec4, out?: Vec4): Vec4; + /** + !#en Subtracts one vector from this, and returns the new result. + !#zh 向量减法,并返回新结果。 + @param vector vector + @param out optional, the receiving vector, you can pass the same vec4 to save result to itself, if not provided, a new vec4 will be created + */ + subtract(vector: Vec4, out?: Vec4): Vec4; + /** + !#en Multiplies this by a number. + !#zh 缩放当前向量。 + @param num num + */ + multiplyScalar(num: number): Vec4; + /** + !#en Multiplies two vectors. + !#zh 分量相乘。 + @param vector vector + */ + multiply(vector: Vec4): Vec4; + /** + !#en Divides by a number. + !#zh 向量除法。 + @param num num + */ + divide(num: number): Vec4; + /** + !#en Negates the components. + !#zh 向量取反 + */ + negate(): Vec4; + /** + !#en Dot product + !#zh 当前向量与指定向量进行点乘。 + @param vector vector + */ + dot(vector?: Vec4): number; + /** + !#en Cross product + !#zh 当前向量与指定向量进行叉乘。 + @param vector vector + @param out out + */ + cross(vector: Vec4, out?: Vec4): Vec4; + /** + !#en Returns the length of this vector. + !#zh 返回该向量的长度。 + + @example + ```js + var v = cc.v4(10, 10); + v.len(); // return 14.142135623730951; + ``` + */ + len(): number; + /** + !#en Returns the squared length of this vector. + !#zh 返回该向量的长度平方。 + */ + lengthSqr(): number; + /** + !#en Make the length of this vector to 1. + !#zh 向量归一化,让这个向量的长度为 1。 + */ + normalizeSelf(): Vec4; + /** + !#en + Returns this vector with a magnitude of 1.
+
+ Note that the current vector is unchanged and a new normalized vector is returned. If you want to normalize the current vector, use normalizeSelf function. + !#zh + 返回归一化后的向量。
+
+ 注意,当前向量不变,并返回一个新的归一化向量。如果你想来归一化当前向量,可使用 normalizeSelf 函数。 + @param out optional, the receiving vector, you can pass the same vec4 to save result to itself, if not provided, a new vec4 will be created + */ + normalize(out?: Vec4): Vec4; + /** + Transforms the vec4 with a mat4. 4th vector component is implicitly '1' + @param m matrix to transform with + @param out the receiving vector, you can pass the same vec4 to save result to itself, if not provided, a new vec4 will be created + */ + transformMat4(m: Mat4, out?: Vec4): Vec4; + /** + Returns the maximum value in x, y, z, w. + */ + maxAxis(): number; + } + /** !#en The module provides utilities for working with file and directory paths + !#zh 用于处理文件与目录的路径的模块 */ + export class path { + /** + !#en Join strings to be a path. + !#zh 拼接字符串为 Path + + @example + ```js + ------------------------------ + cc.path.join("a", "b.png"); //-->"a/b.png" + cc.path.join("a", "b", "c.png"); //-->"a/b/c.png" + cc.path.join("a", "b"); //-->"a/b" + cc.path.join("a", "b", "/"); //-->"a/b/" + cc.path.join("a", "b/", "/"); //-->"a/b/" + + ``` + */ + static join(): string; + /** + !#en Get the ext name of a path including '.', like '.png'. + !#zh 返回 Path 的扩展名,包括 '.',例如 '.png'。 + @param pathStr pathStr + + @example + ```js + --------------------------- + cc.path.extname("a/b.png"); //-->".png" + cc.path.extname("a/b.png?a=1&b=2"); //-->".png" + cc.path.extname("a/b"); //-->null + cc.path.extname("a/b?a=1&b=2"); //-->null + + ``` + */ + static extname(pathStr: string): any; + /** + !#en Get the main name of a file name + !#zh 获取文件名的主名称 + @param fileName fileName + */ + static mainFileName(fileName: string): string; + /** + !#en Get the file name of a file path. + !#zh 获取文件路径的文件名。 + @param pathStr pathStr + @param extname extname + + @example + ```js + --------------------------------- + cc.path.basename("a/b.png"); //-->"b.png" + cc.path.basename("a/b.png?a=1&b=2"); //-->"b.png" + cc.path.basename("a/b.png", ".png"); //-->"b" + cc.path.basename("a/b.png?a=1&b=2", ".png"); //-->"b" + cc.path.basename("a/b.png", ".txt"); //-->"b.png" + + ``` + */ + static basename(pathStr: string, extname?: string): any; + /** + !#en Get dirname of a file path. + !#zh 获取文件路径的目录名。 + @param pathStr pathStr + + @example + ```js + --------------------------------- + * unix + cc.path.driname("a/b/c.png"); //-->"a/b" + cc.path.driname("a/b/c.png?a=1&b=2"); //-->"a/b" + cc.path.dirname("a/b/"); //-->"a/b" + cc.path.dirname("c.png"); //-->"" + * windows + cc.path.driname("a\\b\\c.png"); //-->"a\b" + cc.path.driname("a\\b\\c.png?a=1&b=2"); //-->"a\b" + + ``` + */ + static dirname(pathStr: string): any; + /** + !#en Change extname of a file path. + !#zh 更改文件路径的扩展名。 + @param pathStr pathStr + @param extname extname + + @example + ```js + --------------------------------- + cc.path.changeExtname("a/b.png", ".plist"); //-->"a/b.plist" + cc.path.changeExtname("a/b.png?a=1&b=2", ".plist"); //-->"a/b.plist?a=1&b=2" + + ``` + */ + static changeExtname(pathStr: string, extname?: string): string; + } + /** !#en + AffineTransform class represent an affine transform matrix. It's composed basically by translation, rotation, scale transformations.
+ !#zh + AffineTransform 类代表一个仿射变换矩阵。它基本上是由平移旋转,缩放转变所组成。
*/ + export class AffineTransform { + /** + !#en Create a AffineTransform object with all contents in the matrix. + !#zh 用在矩阵中的所有内容创建一个 AffineTransform 对象。 + @param a a + @param b b + @param c c + @param d d + @param tx tx + @param ty ty + */ + static create(a: number, b: number, c: number, d: number, tx: number, ty: number): AffineTransform; + /** + !#en + Create a identity transformation matrix:
+ [ 1, 0, 0,
+ 0, 1, 0 ] + !#zh + 单位矩阵:
+ [ 1, 0, 0,
+ 0, 1, 0 ] + */ + static identity(): AffineTransform; + /** + !#en Clone a AffineTransform object from the specified transform. + !#zh 克隆指定的 AffineTransform 对象。 + @param t t + */ + static clone(t: AffineTransform): AffineTransform; + /** + !#en + Concatenate a transform matrix to another + The results are reflected in the out affine transform + out = t1 * t2 + This function is memory free, you should create the output affine transform by yourself and manage its memory. + !#zh + 拼接两个矩阵,将结果保存到 out 矩阵。这个函数不创建任何内存,你需要先创建 AffineTransform 对象用来存储结果,并作为第一个参数传入函数。 + out = t1 * t2 + @param out Out object to store the concat result + @param t1 The first transform object. + @param t2 The transform object to concatenate. + */ + static concat(out: AffineTransform, t1: AffineTransform, t2: AffineTransform): AffineTransform; + /** + !#en Get the invert transform of an AffineTransform object. + This function is memory free, you should create the output affine transform by yourself and manage its memory. + !#zh 求逆矩阵。这个函数不创建任何内存,你需要先创建 AffineTransform 对象用来存储结果,并作为第一个参数传入函数。 + @param out out + @param t t + */ + static invert(out: AffineTransform, t: AffineTransform): AffineTransform; + /** + !#en Get an AffineTransform object from a given matrix 4x4. + This function is memory free, you should create the output affine transform by yourself and manage its memory. + !#zh 从一个 4x4 Matrix 获取 AffineTransform 对象。这个函数不创建任何内存,你需要先创建 AffineTransform 对象用来存储结果,并作为第一个参数传入函数。 + @param out out + @param mat mat + */ + static invert(out: AffineTransform, mat: Mat4): AffineTransform; + /** + !#en Apply the affine transformation on a point. + This function is memory free, you should create the output Vec2 by yourself and manage its memory. + !#zh 对一个点应用矩阵变换。这个函数不创建任何内存,你需要先创建一个 Vec2 对象用来存储结果,并作为第一个参数传入函数。 + @param out The output point to store the result + @param point Point to apply transform or x. + @param transOrY transform matrix or y. + @param t transform matrix. + */ + static transformVec2(out: Vec2, point: Vec2|number, transOrY: AffineTransform|number, t?: AffineTransform): Vec2; + /** + !#en Apply the affine transformation on a size. + This function is memory free, you should create the output Size by yourself and manage its memory. + !#zh 应用仿射变换矩阵到 Size 上。这个函数不创建任何内存,你需要先创建一个 Size 对象用来存储结果,并作为第一个参数传入函数。 + @param out The output point to store the result + @param size size + @param t t + */ + static transformSize(out: Size, size: Size, t: AffineTransform): Size; + /** + !#en Apply the affine transformation on a rect. + This function is memory free, you should create the output Rect by yourself and manage its memory. + !#zh 应用仿射变换矩阵到 Rect 上。这个函数不创建任何内存,你需要先创建一个 Rect 对象用来存储结果,并作为第一个参数传入函数。 + @param out out + @param rect rect + @param anAffineTransform anAffineTransform + */ + static transformRect(out: Rect, rect: Rect, anAffineTransform: AffineTransform): Rect; + /** + !#en Apply the affine transformation on a rect, and truns to an Oriented Bounding Box. + This function is memory free, you should create the output vectors by yourself and manage their memory. + !#zh 应用仿射变换矩阵到 Rect 上, 并转换为有向包围盒。这个函数不创建任何内存,你需要先创建包围盒的四个 Vector 对象用来存储结果,并作为前四个参数传入函数。 + @param out_bl out_bl + @param out_tl out_tl + @param out_tr out_tr + @param out_br out_br + @param rect rect + @param anAffineTransform anAffineTransform + */ + static transformObb(out_bl: Vec2, out_tl: Vec2, out_tr: Vec2, out_br: Vec2, rect: Rect, anAffineTransform: AffineTransform): void; + } + /** A base node for CCNode, it will: + - maintain scene hierarchy and active logic + - notifications if some properties changed + - define some interfaces shares between CCNode + - define machanisms for Enity Component Systems + - define prefab and serialize functions */ + export class _BaseNode extends Object implements EventTarget { + /** !#en Name of node. + !#zh 该节点名称。 */ + name: string; + /** !#en The uuid for editor, will be stripped before building project. + !#zh 主要用于编辑器的 uuid,在编辑器下可用于持久化存储,在项目构建之后将变成自增的 id。 */ + uuid: string; + /** !#en All children nodes. + !#zh 节点的所有子节点。 */ + children: Node[]; + /** !#en All children nodes. + !#zh 节点的子节点数量。 */ + childrenCount: number; + /** !#en + The local active state of this node.
+ Note that a Node may be inactive because a parent is not active, even if this returns true.
+ Use {{#crossLink "Node/activeInHierarchy:property"}}{{/crossLink}} if you want to check if the Node is actually treated as active in the scene. + !#zh + 当前节点的自身激活状态。
+ 值得注意的是,一个节点的父节点如果不被激活,那么即使它自身设为激活,它仍然无法激活。
+ 如果你想检查节点在场景中实际的激活状态可以使用 {{#crossLink "Node/activeInHierarchy:property"}}{{/crossLink}}。 */ + active: boolean; + /** !#en Indicates whether this node is active in the scene. + !#zh 表示此节点是否在场景中激活。 */ + activeInHierarchy: boolean; + /** + + @param name name + */ + constructor(name?: string); + /** !#en The parent of the node. + !#zh 该节点的父节点。 */ + parent: Node; + /** + !#en Get parent of the node. + !#zh 获取该节点的父节点。 + + @example + ```js + var parent = this.node.getParent(); + ``` + */ + getParent(): Node; + /** + !#en Set parent of the node. + !#zh 设置该节点的父节点。 + @param value value + + @example + ```js + node.setParent(newNode); + ``` + */ + setParent(value: Node): void; + /** + !#en + Properties configuration function
+ All properties in attrs will be set to the node,
+ when the setter of the node is available,
+ the property will be set via setter function.
+ !#zh 属性配置函数。在 attrs 的所有属性将被设置为节点属性。 + @param attrs Properties to be set to node + + @example + ```js + var attrs = { key: 0, num: 100 }; + node.attr(attrs); + ``` + */ + attr(attrs: any): void; + /** + !#en Returns a child from the container given its uuid. + !#zh 通过 uuid 获取节点的子节点。 + @param uuid The uuid to find the child node. + + @example + ```js + var child = node.getChildByUuid(uuid); + ``` + */ + getChildByUuid(uuid: string): Node; + /** + !#en Returns a child from the container given its name. + !#zh 通过名称获取节点的子节点。 + @param name A name to find the child node. + + @example + ```js + var child = node.getChildByName("Test Node"); + ``` + */ + getChildByName(name: string): Node; + /** + !#en + Inserts a child to the node at a specified index. + !#zh + 插入子节点到指定位置 + @param child the child node to be inserted + @param siblingIndex the sibling index to place the child in + + @example + ```js + node.insertChild(child, 2); + ``` + */ + insertChild(child: Node, siblingIndex: number): void; + /** + !#en Get the sibling index. + !#zh 获取同级索引。 + + @example + ```js + var index = node.getSiblingIndex(); + ``` + */ + getSiblingIndex(): number; + /** + !#en Set the sibling index of this node. + !#zh 设置节点同级索引。 + @param index index + + @example + ```js + node.setSiblingIndex(1); + ``` + */ + setSiblingIndex(index: number): void; + /** + !#en Walk though the sub children tree of the current node. + Each node, including the current node, in the sub tree will be visited two times, before all children and after all children. + This function call is not recursive, it's based on stack. + Please don't walk any other node inside the walk process. + !#zh 遍历该节点的子树里的所有节点并按规则执行回调函数。 + 对子树中的所有节点,包含当前节点,会执行两次回调,prefunc 会在访问它的子节点之前调用,postfunc 会在访问所有子节点之后调用。 + 这个函数的实现不是基于递归的,而是基于栈展开递归的方式。 + 请不要在 walk 过程中对任何其他的节点嵌套执行 walk。 + @param prefunc The callback to process node when reach the node for the first time + @param postfunc The callback to process node when re-visit the node after walked all children in its sub tree + + @example + ```js + node.walk(function (target) { + console.log('Walked through node ' + target.name + ' for the first time'); + }, function (target) { + console.log('Walked through node ' + target.name + ' after walked all children in its sub tree'); + }); + ``` + */ + walk(prefunc: (target: _BaseNode) => void, postfunc: (target: _BaseNode) => void): void; + /** + !#en + Remove itself from its parent node. If cleanup is `true`, then also remove all events and actions.
+ If the cleanup parameter is not passed, it will force a cleanup, so it is recommended that you always pass in the `false` parameter when calling this API.
+ If the node orphan, then nothing happens. + !#zh + 从父节点中删除该节点。如果不传入 cleanup 参数或者传入 `true`,那么这个节点上所有绑定的事件、action 都会被删除。
+ 因此建议调用这个 API 时总是传入 `false` 参数。
+ 如果这个节点是一个孤节点,那么什么都不会发生。 + @param cleanup true if all actions and callbacks on this node should be removed, false otherwise. + + @example + ```js + node.removeFromParent(); + node.removeFromParent(false); + ``` + */ + removeFromParent(cleanup?: boolean): void; + /** + !#en + Removes a child from the container. It will also cleanup all running actions depending on the cleanup parameter.

+ If the cleanup parameter is not passed, it will force a cleanup.
+ "remove" logic MUST only be on this method
+ If a class wants to extend the 'removeChild' behavior it only needs
+ to override this method. + !#zh + 移除节点中指定的子节点,是否需要清理所有正在运行的行为取决于 cleanup 参数。
+ 如果 cleanup 参数不传入,默认为 true 表示清理。
+ @param child The child node which will be removed. + @param cleanup true if all running actions and callbacks on the child node will be cleanup, false otherwise. + + @example + ```js + node.removeChild(newNode); + node.removeChild(newNode, false); + ``` + */ + removeChild(child: Node, cleanup?: boolean): void; + /** + !#en + Removes all children from the container and do a cleanup all running actions depending on the cleanup parameter.
+ If the cleanup parameter is not passed, it will force a cleanup. + !#zh + 移除节点所有的子节点,是否需要清理所有正在运行的行为取决于 cleanup 参数。
+ 如果 cleanup 参数不传入,默认为 true 表示清理。 + @param cleanup true if all running actions on all children nodes should be cleanup, false otherwise. + + @example + ```js + node.removeAllChildren(); + node.removeAllChildren(false); + ``` + */ + removeAllChildren(cleanup?: boolean): void; + /** + !#en Is this node a child of the given node? + !#zh 是否是指定节点的子节点? + @param parent parent + + @example + ```js + node.isChildOf(newNode); + ``` + */ + isChildOf(parent: Node): boolean; + /** + !#en + Returns the component of supplied type if the node has one attached, null if it doesn't.
+ You can also get component in the node by passing in the name of the script. + !#zh + 获取节点上指定类型的组件,如果节点有附加指定类型的组件,则返回,如果没有则为空。
+ 传入参数也可以是脚本的名称。 + @param typeOrClassName typeOrClassName + + @example + ```js + // get sprite component + var sprite = node.getComponent(cc.Sprite); + // get custom test class + var test = node.getComponent("Test"); + ``` + */ + getComponent(type: {prototype: T}): T; + getComponent(className: string): any; + /** + !#en Returns all components of supplied type in the node. + !#zh 返回节点上指定类型的所有组件。 + @param typeOrClassName typeOrClassName + + @example + ```js + var sprites = node.getComponents(cc.Sprite); + var tests = node.getComponents("Test"); + ``` + */ + getComponents(type: {prototype: T}): T[]; + getComponents(className: string): any[]; + /** + !#en Returns the component of supplied type in any of its children using depth first search. + !#zh 递归查找所有子节点中第一个匹配指定类型的组件。 + @param typeOrClassName typeOrClassName + + @example + ```js + var sprite = node.getComponentInChildren(cc.Sprite); + var Test = node.getComponentInChildren("Test"); + ``` + */ + getComponentInChildren(type: {prototype: T}): T; + getComponentInChildren(className: string): any; + /** + !#en Returns all components of supplied type in self or any of its children. + !#zh 递归查找自身或所有子节点中指定类型的组件 + @param typeOrClassName typeOrClassName + + @example + ```js + var sprites = node.getComponentsInChildren(cc.Sprite); + var tests = node.getComponentsInChildren("Test"); + ``` + */ + getComponentsInChildren(type: {prototype: T}): T[]; + getComponentsInChildren(className: string): any[]; + /** + !#en Adds a component class to the node. You can also add component to node by passing in the name of the script. + !#zh 向节点添加一个指定类型的组件类,你还可以通过传入脚本的名称来添加组件。 + @param typeOrClassName The constructor or the class name of the component to add + + @example + ```js + var sprite = node.addComponent(cc.Sprite); + var test = node.addComponent("Test"); + ``` + */ + addComponent(type: {new(): T}): T; + addComponent(className: string): any; + /** + !#en + Removes a component identified by the given name or removes the component object given. + You can also use component.destroy() if you already have the reference. + !#zh + 删除节点上的指定组件,传入参数可以是一个组件构造函数或组件名,也可以是已经获得的组件引用。 + 如果你已经获得组件引用,你也可以直接调用 component.destroy() + @param component The need remove component. + + @example + ```js + node.removeComponent(cc.Sprite); + var Test = require("Test"); + node.removeComponent(Test); + ``` + */ + removeComponent(component: string|Function|Component): void; + /** + !#en + Destroy all children from the node, and release all their own references to other objects.
+ Actual destruct operation will delayed until before rendering. + !#zh + 销毁所有子节点,并释放所有它们对其它对象的引用。
+ 实际销毁操作会延迟到当前帧渲染前执行。 + + @example + ```js + node.destroyAllChildren(); + ``` + */ + destroyAllChildren(): void; + /** + !#en Checks whether the EventTarget object has any callback registered for a specific type of event. + !#zh 检查事件目标对象是否有为特定类型的事件注册的回调。 + @param type The type of event. + */ + hasEventListener(type: string): boolean; + /** + !#en + Register an callback of a specific event type on the EventTarget. + This type of event should be triggered via `emit`. + !#zh + 注册事件目标的特定事件类型回调。这种类型的事件应该被 `emit` 触发。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, node); + ``` + */ + on(type: string, callback: T, target?: any, useCapture?: boolean): T; + /** + !#en + Removes the listeners previously registered with the same type, callback, target and or useCapture, + if only type is passed as parameter, all listeners registered with that type will be removed. + !#zh + 删除之前用同类型,回调,目标或 useCapture 注册的事件监听器,如果只传递 type,将会删除 type 类型的所有事件监听器。 + @param type A string representing the event type being removed. + @param callback The callback to remove. + @param target The target (this object) to invoke the callback, if it's not given, only callback without target will be removed + + @example + ```js + // register fire eventListener + var callback = eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, target); + // remove fire event listener + eventTarget.off('fire', callback, target); + // remove all fire event listeners + eventTarget.off('fire'); + ``` + */ + off(type: string, callback?: Function, target?: any): void; + /** + !#en Removes all callbacks previously registered with the same target (passed as parameter). + This is not for removing all listeners in the current event target, + and this is not for removing all listeners the target parameter have registered. + It's only for removing all listeners (callback and target couple) registered on the current event target by the target parameter. + !#zh 在当前 EventTarget 上删除指定目标(target 参数)注册的所有事件监听器。 + 这个函数无法删除当前 EventTarget 的所有事件监听器,也无法删除 target 参数所注册的所有事件监听器。 + 这个函数只能删除 target 参数在当前 EventTarget 上注册的所有事件监听器。 + @param target The target to be searched for all related listeners + */ + targetOff(target: any): void; + /** + !#en + Register an callback of a specific event type on the EventTarget, + the callback will remove itself after the first time it is triggered. + !#zh + 注册事件目标的特定事件类型回调,回调会在第一时间被触发后删除自身。 + @param type A string representing the event type to listen for. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null + + @example + ```js + eventTarget.once('fire', function () { + cc.log("this is the callback and will be invoked only once"); + }, node); + ``` + */ + once(type: string, callback: (arg1?: any, arg2?: any, arg3?: any, arg4?: any, arg5?: any) => void, target?: any): void; + /** + !#en + Send an event with the event object. + !#zh + 通过事件对象派发事件 + @param event event + */ + dispatchEvent(event: Event): void; + /** + !#en + Destroy all callbackInfos. + !#zh + 销毁记录的事件 + */ + clear(): void; + } + /** !#en + Helper class for setting material blend function. + !#zh + 设置材质混合模式的辅助类。 */ + export class BlendFunc { + /** !#en specify the source Blend Factor, this will generate a custom material object, please pay attention to the memory cost. + !#zh 指定原图的混合模式,这会克隆一个新的材质对象,注意这带来的开销 */ + srcBlendFactor: macro.BlendFactor; + /** !#en specify the destination Blend Factor. + !#zh 指定目标的混合模式 */ + dstBlendFactor: macro.BlendFactor; + } + /** An internal helper class for switching render component's material between normal sprite material and gray sprite material. */ + export class GraySpriteState { + /** !#en The normal material. + !#zh 正常状态的材质。 */ + normalMaterial: Material; + /** !#en The gray material. + !#zh 置灰状态的材质。 */ + grayMaterial: Material; + } + /** misc utilities */ + export class misc { + /** + !#en Clamp a value between from and to. + !#zh + 限定浮点数的最大最小值。
+ 数值大于 max_inclusive 则返回 max_inclusive。
+ 数值小于 min_inclusive 则返回 min_inclusive。
+ 否则返回自身。 + @param value value + @param min_inclusive min_inclusive + @param max_inclusive max_inclusive + + @example + ```js + var v1 = cc.misc.clampf(20, 0, 20); // 20; + var v2 = cc.misc.clampf(-1, 0, 20); // 0; + var v3 = cc.misc.clampf(10, 0, 20); // 10; + ``` + */ + static clampf(value: number, min_inclusive: number, max_inclusive: number): number; + /** + !#en Clamp a value between 0 and 1. + !#zh 限定浮点数的取值范围为 0 ~ 1 之间。 + @param value value + + @example + ```js + var v1 = cc.misc.clamp01(20); // 1; + var v2 = cc.misc.clamp01(-1); // 0; + var v3 = cc.misc.clamp01(0.5); // 0.5; + ``` + */ + static clamp01(value: number): number; + /** + Linear interpolation between 2 numbers, the ratio sets how much it is biased to each end + @param a number A + @param b number B + @param r ratio between 0 and 1 + + @example + ```js + ---- + lerp + cc.misc.lerp(2,10,0.5)//returns 6 + cc.misc.lerp(2,10,0.2)//returns 3.6 + + ``` + */ + static lerp(a: number, b: number, r: number): number; + /** + converts degrees to radians + @param angle angle + */ + static degreesToRadians(angle: number): number; + /** + converts radians to degrees + @param angle angle + */ + static radiansToDegrees(angle: number): number; + } + /** !#en The renderer object which provide access to render system APIs, + detailed APIs will be available progressively. + !#zh 提供基础渲染接口的渲染器对象,渲染层的基础接口将逐步开放给用户 */ + export class renderer { + /** !#en The render engine is available only after cc.game.EVENT_ENGINE_INITED event.
+ Normally it will be inited as the webgl render engine, but in wechat open context domain, + it will be inited as the canvas render engine. Canvas render engine is no longer available for other use case since v2.0. + !#zh 基础渲染引擎对象只在 cc.game.EVENT_ENGINE_INITED 事件触发后才可获取。
+ 大多数情况下,它都会是 WebGL 渲染引擎实例,但是在微信开放数据域当中,它会是 Canvas 渲染引擎实例。请注意,从 2.0 开始,我们在其他平台和环境下都废弃了 Canvas 渲染器。 */ + static renderEngine: any; + /** !#en The total draw call count in last rendered frame. + !#zh 上一次渲染帧所提交的渲染批次总数。 */ + static drawCalls: number; + } + /** !#en The burst of 3d particle. + !#zh 3D 粒子发射时的爆发个数 */ + export class Burst { + /** !#en Time between the start of the particle system and the trigger of this Brust + !#zh 粒子系统开始运行到触发此次 Brust 的时间 */ + time: number; + /** !#en Minimum number of emitted particles + !#zh 发射粒子的最小数量 */ + minCount: number; + /** !#en Maximum number of emitted particles + !#zh 发射粒子的最大数量 */ + maxCount: number; + /** !#en The number of times Burst was triggered. + !#zh Burst 的触发次数 */ + repeatCount: number; + /** !#en Interval of each trigger + !#zh 每次触发的间隔时间 */ + repeatInterval: number; + /** !#en Number of particles emitted + !#zh 发射的粒子的数量 */ + count: CurveRange; + } + /** !#en The animation curve of 3d particle. + !#zh 3D 粒子动画曲线 */ + export class AnimationCurve { + /** !#en Array of key value. + !#zh 关键值列表。 */ + keyFrames: Keyframe[]; + /** !#en Pre-wrap mode. + !#zh 前置循环模式。 */ + preWrapMode: WrapMode; + /** !#en Post-wrap mode. + !#zh 后置循环模式。 */ + postWrapMode: WrapMode; + } + /** !#en The ParticleSystem3D Component. + !#zh 3D 粒子组件 */ + export class ParticleSystem3D extends RenderComponent { + /** !#en The run time of particle. + !#zh 粒子系统运行时间 */ + duration: number; + /** !#en The maximum number of particles that a particle system can generate. + !#zh 粒子系统能生成的最大粒子数量 */ + capacity: number; + /** !#en Whether the particle system loops. + !#zh 粒子系统是否循环播放 */ + loop: boolean; + /** !#en Whether the particles start playing automatically after loaded. + !#zh 粒子系统加载后是否自动开始播放 */ + playOnAwake: boolean; + /** !#en When selected, the particle system will start playing after one round has been played (only effective when loop is enabled). + !#zh 选中之后,粒子系统会以已播放完一轮之后的状态开始播放(仅当循环播放启用时有效) */ + prewarm: boolean; + /** !#en The coordinate system in which the particle system is located.
+ World coordinates (does not change when the position of other objects changes)
+ Local coordinates (moving as the position of the parent node changes)
+ Custom coordinates (moving with the position of a custom node) + !#zh 选择粒子系统所在的坐标系
+ 世界坐标(不随其他物体位置改变而变换)
+ 局部坐标(跟随父节点位置改变而移动)
+ 自定坐标(跟随自定义节点的位置改变而移动) */ + simulationSpace: ParticleSystem3DAssembler.Space; + /** !#en Controlling the update speed of the entire particle system. + !#zh 控制整个粒子系统的更新速度。 */ + simulationSpeed: number; + /** !#en Delay particle emission time after particle system starts running. + !#zh 粒子系统开始运行后,延迟粒子发射的时间。 */ + startDelay: CurveRange; + /** !#en Particle life cycle。 + !#zh 粒子生命周期。 */ + startLifetime: CurveRange; + /** !#en Particle initial color + !#zh 粒子初始颜色 */ + startColor: GradientRange; + /** !#en Particle scale space + !#zh 缩放空间 */ + scaleSpace: ParticleSystem3DAssembler.Space; + /** !#en Initial particle size + !#zh 粒子初始大小 */ + startSize: CurveRange; + /** !#en Initial particle speed + !#zh 粒子初始速度 */ + startSpeed: CurveRange; + /** !#en Particle initial rotation angle + !#zh 粒子初始旋转角度 */ + startRotation: CurveRange; + /** !#en Gravity coefficient of particles affected by gravity + !#zh 粒子受重力影响的重力系数 */ + gravityModifier: CurveRange; + /** !#en Particles emitted per second + !#zh 每秒发射的粒子数 */ + rateOverTime: CurveRange; + /** !#en Number of particles emitted per unit distance moved + !#zh 每移动单位距离发射的粒子数 */ + rateOverDistance: CurveRange; + /** !#en The number of Brusts that emit a specified number of particles at a specified time + !#zh 设定在指定时间发射指定数量的粒子的 Brust 的数量 */ + bursts: Burst[]; + /** !#en Particle emitter module + !#zh 粒子发射器模块 */ + shapeModule: ShapeModule; + /** !#en Color control module + !#zh 颜色控制模块 */ + colorOverLifetimeModule: ColorOverLifetimeModule; + /** !#en Particle size module + !#zh 粒子大小模块 */ + sizeOvertimeModule: SizeOvertimeModule; + /** !#en Particle speed module + !#zh 粒子速度模块 */ + velocityOvertimeModule: VelocityOvertimeModule; + /** !#en Particle acceleration module + !#zh 粒子加速度模块 */ + forceOvertimeModule: ForceOvertimeModule; + /** !#en Particle limit speed module (only CPU particles are supported) + !#zh 粒子限制速度模块(只支持 CPU 粒子) */ + limitVelocityOvertimeModule: LimitVelocityOvertimeModule; + /** !#en Particle rotation module + !#zh 粒子旋转模块 */ + rotationOvertimeModule: RotationOvertimeModule; + /** !#en Texture Animation Module + !#zh 贴图动画模块 */ + textureAnimationModule: TextureAnimationModule; + /** !#en Particle Trajectory Module + !#zh 粒子轨迹模块 */ + trailModule: TrailModule; + /** !#en Particle generation mode + !#zh 设定粒子生成模式 */ + renderMode: ParticleSystem3DAssembler.RenderMode; + /** !#en When the particle generation mode is StrecthedBillboard, in the direction of movement of the particles is stretched by velocity magnitude + !#zh 在粒子生成方式为 StrecthedBillboard 时,对粒子在运动方向上按速度大小进行拉伸 */ + velocityScale: number; + /** !#en When the particle generation method is StrecthedBillboard, the particles are stretched according to the particle size in the direction of motion + !#zh 在粒子生成方式为 StrecthedBillboard 时,对粒子在运动方向上按粒子大小进行拉伸 */ + lengthScale: number; + /** !#en Particle model + !#zh 粒子模型 */ + mesh: Mesh; + /** !#en Particle material + !#zh 粒子材质 */ + particleMaterial: Material; + /** !#en Particle trail material + !#zh 粒子轨迹材质 */ + trailMaterial: Material; + /** + !#en Playing particle effects + !#zh 播放粒子效果 + */ + play(): void; + /** + !#en Pause particle effect + !#zh 暂停播放粒子效果 + */ + pause(): void; + /** + !#en Stop particle effect + !#zh 停止播放粒子效果 + */ + stop(): void; + /** + !#en Remove all particle effect + !#zh 将所有粒子从粒子系统中清除 + */ + clear(): void; + } + /** !#en + Helper class for ES5 Map. + !#zh + ES5 Map 辅助类。 */ + export class MapUtils { + } + /** !#en . + !#zh 。 */ + export class SkeletonAnimation extends Animation { + } + /** !#en + Skinned Mesh Renderer + !#zh + 蒙皮渲染组件 */ + export class SkinnedMeshRenderer extends MeshRenderer { + /** !#en + Skeleton Asset + !#zh + 骨骼资源 */ + skeleton: sp.Skeleton; + /** !#en + Root Bone + !#zh + 骨骼根节点 */ + rootBone: Node; + } + /** !#en SkeletonAnimationClip Asset. + !#zh 骨骼动画剪辑。 */ + export class SkeletonAnimationClip extends AnimationClip { + } + /** !#en Effect Asset. + !#zh Effect 资源类型。 */ + export class EffectAsset extends Asset { + } + /** !#en Material Asset. + !#zh 材质资源类。 */ + export class Material extends Asset { + /** + !#en Get built-in materials + !#zh 获取内置材质 + @param name name + */ + static getBuiltinMaterial(name: string): Material; + /** + !#en Creates a Material with builtin Effect. + !#zh 使用内建 Effect 创建一个材质。 + @param effectName effectName + @param techniqueIndex techniqueIndex + */ + static createWithBuiltin(effectName: string, techniqueIndex?: number): Material; + /** + !#en Creates a Material. + !#zh 创建一个材质。 + @param effectAsset effectAsset + @param techniqueIndex techniqueIndex + */ + static create(effectAsset: EffectAsset, techniqueIndex?: number): Material; + /** + !#en Sets the Material property + !#zh 设置材质的属性 + @param name name + @param val val + @param passIdx passIdx + @param directly directly + */ + setProperty(name: string, val: any, passIdx?: number, directly?: boolean): void; + /** + !#en Gets the Material property. + !#zh 获取材质的属性。 + @param name name + @param passIdx passIdx + */ + getProperty(name: string, passIdx: number): any; + /** + !#en Sets the Material define. + !#zh 设置材质的宏定义。 + @param name name + @param val val + @param passIdx passIdx + @param force force + */ + define(name: string, val: boolean|number, passIdx?: number, force?: boolean): void; + /** + !#en Gets the Material define. + !#zh 获取材质的宏定义。 + @param name name + @param passIdx passIdx + */ + getDefine(name: string, passIdx?: number): boolean; + /** + !#en Sets the Material cull mode. + !#zh 设置材质的裁减模式。 + @param cullMode cullMode + @param passIdx passIdx + */ + setCullMode(cullMode: number, passIdx: number): void; + /** + !#en Sets the Material depth states. + !#zh 设置材质的深度渲染状态。 + @param depthTest depthTest + @param depthWrite depthWrite + @param depthFunc depthFunc + @param passIdx passIdx + */ + setDepth(depthTest: boolean, depthWrite: boolean, depthFunc: number, passIdx: number): void; + /** + !#en Sets the Material blend states. + !#zh 设置材质的混合渲染状态。 + @param enabled enabled + @param blendEq blendEq + @param blendSrc blendSrc + @param blendDst blendDst + @param blendAlphaEq blendAlphaEq + @param blendSrcAlpha blendSrcAlpha + @param blendDstAlpha blendDstAlpha + @param blendColor blendColor + @param passIdx passIdx + */ + setBlend(enabled: boolean, blendEq: number, blendSrc: number, blendDst: number, blendAlphaEq: number, blendSrcAlpha: number, blendDstAlpha: number, blendColor: number, passIdx: number): void; + /** + !#en Sets whether enable the stencil test. + !#zh 设置是否开启模板测试。 + @param stencilTest stencilTest + @param passIdx passIdx + */ + setStencilEnabled(stencilTest: number, passIdx: number): void; + /** + !#en Sets the Material stencil render states. + !#zh 设置材质的模板测试渲染参数。 + @param stencilTest stencilTest + @param stencilFunc stencilFunc + @param stencilRef stencilRef + @param stencilMask stencilMask + @param stencilFailOp stencilFailOp + @param stencilZFailOp stencilZFailOp + @param stencilZPassOp stencilZPassOp + @param stencilWriteMask stencilWriteMask + @param passIdx passIdx + */ + setStencil(stencilTest: number, stencilFunc: number, stencilRef: number, stencilMask: number, stencilFailOp: number, stencilZFailOp: number, stencilZPassOp: number, stencilWriteMask: number, passIdx: number): void; + } + /** !#en + Material Variant is an extension of the Material Asset. + Changes to Material Variant do not affect other Material Variant or Material Asset, + and changes to Material Asset are synchronized to the Material Variant. + However, when a Material Variant had already modifies a state, the Material Asset state is not synchronized to the Material Variant. + !#zh + 材质变体是材质资源的一个延伸。 + 材质变体的修改不会影响到其他的材质变体或者材质资源,而材质资源的修改会同步体现到材质变体上, + 但是当材质变体对一个状态修改后,材质资源再对这个状态修改是不会同步到材质变体上的。 */ + export class MaterialVariant extends Material { + /** + + @param materialName materialName + @param owner owner + */ + static createWithBuiltin (materialName: string, owner: cc.RenderComponent): MaterialVariant | null; + /** + + @param material material + @param owner owner + */ + static create (material: Material, owner: cc.RenderComponent): MaterialVariant | null; + } + /** !#en cc.EditBox is a component for inputing text, you can use it to gather small amounts of text from users. + !#zh EditBox 组件,用于获取用户的输入文本。 */ + export class EditBox extends Component { + /** !#en Input string of EditBox. + !#zh 输入框的初始输入内容,如果为空则会显示占位符的文本。 */ + string: string; + /** !#en The Label component attached to the node for EditBox's input text label + !#zh 输入框输入文本节点上挂载的 Label 组件对象 */ + textLabel: Label; + /** !#en The Label component attached to the node for EditBox's placeholder text label + !#zh 输入框占位符节点上挂载的 Label 组件对象 */ + placeholderLabel: Label; + /** !#en The Sprite component attached to the node for EditBox's background + !#zh 输入框背景节点上挂载的 Sprite 组件对象 */ + background: Sprite; + /** !#en The background image of EditBox. This property will be removed in the future, use editBox.background instead please. + !#zh 输入框的背景图片。 该属性会在将来的版本中移除,请用 editBox.background */ + backgroundImage: SpriteFrame; + /** !#en + The return key type of EditBox. + Note: it is meaningless for web platforms and desktop platforms. + !#zh + 指定移动设备上面回车按钮的样式。 + 注意:这个选项对 web 平台与 desktop 平台无效。 */ + returnType: EditBox.KeyboardReturnType; + /** !#en Set the input flags that are to be applied to the EditBox. + !#zh 指定输入标志位,可以指定输入方式为密码或者单词首字母大写。 */ + inputFlag: EditBox.InputFlag; + /** !#en + Set the input mode of the edit box. + If you pass ANY, it will create a multiline EditBox. + !#zh + 指定输入模式: ANY表示多行输入,其它都是单行输入,移动平台上还可以指定键盘样式。 */ + inputMode: EditBox.InputMode; + /** !#en Font size of the input text. This property will be removed in the future, use editBox.textLabel.fontSize instead please. + !#zh 输入框文本的字体大小。 该属性会在将来的版本中移除,请使用 editBox.textLabel.fontSize。 */ + fontSize: number; + /** !#en Change the lineHeight of displayed text. This property will be removed in the future, use editBox.textLabel.lineHeight instead. + !#zh 输入框文本的行高。该属性会在将来的版本中移除,请使用 editBox.textLabel.lineHeight */ + lineHeight: number; + /** !#en Font color of the input text. This property will be removed in the future, use editBox.textLabel.node.color instead. + !#zh 输入框文本的颜色。该属性会在将来的版本中移除,请使用 editBox.textLabel.node.color */ + fontColor: Color; + /** !#en The display text of placeholder. + !#zh 输入框占位符的文本内容。 */ + placeholder: string; + /** !#en The font size of placeholder. This property will be removed in the future, use editBox.placeholderLabel.fontSize instead. + !#zh 输入框占位符的字体大小。该属性会在将来的版本中移除,请使用 editBox.placeholderLabel.fontSize */ + placeholderFontSize: number; + /** !#en The font color of placeholder. This property will be removed in the future, use editBox.placeholderLabel.node.color instead. + !#zh 输入框占位符的字体颜色。该属性会在将来的版本中移除,请使用 editBox.placeholderLabel.node.color */ + placeholderFontColor: Color; + /** !#en The maximize input length of EditBox. + - If pass a value less than 0, it won't limit the input number of characters. + - If pass 0, it doesn't allow input any characters. + !#zh 输入框最大允许输入的字符个数。 + - 如果值为小于 0 的值,则不会限制输入字符个数。 + - 如果值为 0,则不允许用户进行任何输入。 */ + maxLength: number; + /** !#en The input is always visible and be on top of the game view (only useful on Web), this property will be removed on v2.1 + !zh 输入框总是可见,并且永远在游戏视图的上面(这个属性只有在 Web 上面修改有意义),该属性会在 v2.1 中移除 + Note: only available on Web at the moment. */ + stayOnTop: boolean; + /** !#en Set the tabIndex of the DOM input element (only useful on Web). + !#zh 修改 DOM 输入元素的 tabIndex(这个属性只有在 Web 上面修改有意义)。 */ + tabIndex: number; + /** !#en The event handler to be called when EditBox began to edit text. + !#zh 开始编辑文本输入框触发的事件回调。 */ + editingDidBegan: Component.EventHandler[]; + /** !#en The event handler to be called when EditBox text changes. + !#zh 编辑文本输入框时触发的事件回调。 */ + textChanged: Component.EventHandler[]; + /** !#en The event handler to be called when EditBox edit ends. + !#zh 结束编辑文本输入框时触发的事件回调。 */ + editingDidEnded: Component.EventHandler[]; + /** !#en The event handler to be called when return key is pressed. Windows is not supported. + !#zh 当用户按下回车按键时的事件回调,目前不支持 windows 平台 */ + editingReturn: Component.EventHandler[]; + /** + !#en Let the EditBox get focus, this method will be removed on v2.1 + !#zh 让当前 EditBox 获得焦点, 这个方法会在 v2.1 中移除 + */ + setFocus(): void; + /** + !#en Let the EditBox get focus + !#zh 让当前 EditBox 获得焦点 + */ + focus(): void; + /** + !#en Let the EditBox lose focus + !#zh 让当前 EditBox 失去焦点 + */ + blur(): void; + /** + !#en Determine whether EditBox is getting focus or not. + !#zh 判断 EditBox 是否获得了焦点 + */ + isFocused(): void; + /** + !#en if you don't need the EditBox and it isn't in any running Scene, you should + call the destroy method on this component or the associated node explicitly. + Otherwise, the created DOM element won't be removed from web page. + !#zh + 如果你不再使用 EditBox,并且组件未添加到场景中,那么你必须手动对组件或所在节点调用 destroy。 + 这样才能移除网页上的 DOM 节点,避免 Web 平台内存泄露。 + + @example + ```js + editbox.node.parent = null; // or editbox.node.removeFromParent(false); + // when you don't need editbox anymore + editbox.node.destroy(); + ``` + */ + destroy(): boolean; + } + /** undefined */ + export class PhysicsBoxCollider extends PhysicsCollider implements Collider.Box { + /** !#en Position offset + !#zh 位置偏移量 */ + offset: Vec2; + /** !#en Box size + !#zh 包围盒大小 */ + size: Size; + } + /** undefined */ + export class PhysicsChainCollider extends PolygonCollider { + /** !#en Whether the chain is loop + !#zh 链条是否首尾相连 */ + loop: boolean; + /** !#en Chain points + !#zh 链条顶点数组 */ + points: Vec2[]; + } + /** undefined */ + export class PhysicsCircleCollider extends PhysicsCollider implements Collider.Circle { + /** !#en Position offset + !#zh 位置偏移量 */ + offset: Vec2; + /** !#en Circle radius + !#zh 圆形半径 */ + radius: number; + } + /** undefined */ + export class PhysicsCollider extends Collider { + /** !#en + The density. + !#zh + 密度 */ + density: number; + /** !#en + A sensor collider collects contact information but never generates a collision response + !#zh + 一个传感器类型的碰撞体会产生碰撞回调,但是不会发生物理碰撞效果。 */ + sensor: boolean; + /** !#en + The friction coefficient, usually in the range [0,1]. + !#zh + 摩擦系数,取值一般在 [0, 1] 之间 */ + friction: number; + /** !#en + The restitution (elasticity) usually in the range [0,1]. + !#zh + 弹性系数,取值一般在 [0, 1]之间 */ + restitution: number; + /** !#en + Physics collider will find the rigidbody component on the node and set to this property. + !#zh + 碰撞体会在初始化时查找节点上是否存在刚体,如果查找成功则赋值到这个属性上。 */ + body: RigidBody; + /** + !#en + Apply current changes to collider, this will regenerate inner box2d fixtures. + !#zh + 应用当前 collider 中的修改,调用此函数会重新生成内部 box2d 的夹具。 + */ + apply(): void; + /** + !#en + Get the world aabb of the collider + !#zh + 获取碰撞体的世界坐标系下的包围盒 + */ + getAABB(): void; + } + /** undefined */ + export class PhysicsPolygonCollider extends PhysicsCollider implements Collider.Polygon { + /** !#en Position offset + !#zh 位置偏移量 */ + offset: Vec2; + /** !#en Polygon points + !#zh 多边形顶点数组 */ + points: Vec2[]; + } + /** !#en + A distance joint constrains two points on two bodies + to remain at a fixed distance from each other. You can view + this as a massless, rigid rod. + !#zh + 距离关节通过一个固定的长度来约束关节链接的两个刚体。你可以将它想象成一个无质量,坚固的木棍。 */ + export class DistanceJoint extends Joint { + /** !#en + The distance separating the two ends of the joint. + !#zh + 关节两端的距离 */ + distance: number; + /** !#en + The spring frequency. + !#zh + 弹性系数。 */ + frequency: number; + /** !#en + The damping ratio. + !#zh + 阻尼,表示关节变形后,恢复到初始状态受到的阻力。 */ + dampingRatio: number; + } + /** !#en + Base class for joints to connect rigidbody. + !#zh + 关节类的基类 */ + export class Joint extends Component { + /** !#en + The anchor of the rigidbody. + !#zh + 刚体的锚点。 */ + anchor: Vec2; + /** !#en + The anchor of the connected rigidbody. + !#zh + 关节另一端刚体的锚点。 */ + connectedAnchor: Vec2; + /** !#en + The rigidbody to which the other end of the joint is attached. + !#zh + 关节另一端链接的刚体 */ + connectedBody: RigidBody; + /** !#en + Should the two rigid bodies connected with this joint collide with each other? + !#zh + 链接到关节上的两个刚体是否应该相互碰撞? */ + collideConnected: boolean; + /** + !#en + Apply current changes to joint, this will regenerate inner box2d joint. + !#zh + 应用当前关节中的修改,调用此函数会重新生成内部 box2d 的关节。 + */ + apply(): void; + /** + !#en + Get the anchor point on rigidbody in world coordinates. + !#zh + 获取刚体世界坐标系下的锚点。 + */ + getWorldAnchor(): Vec2; + /** + !#en + Get the anchor point on connected rigidbody in world coordinates. + !#zh + 获取链接刚体世界坐标系下的锚点。 + */ + getWorldConnectedAnchor(): Vec2; + /** + !#en + Gets the reaction force of the joint. + !#zh + 获取关节的反作用力。 + @param timeStep The time to calculate the reaction force for. + */ + getReactionForce(timeStep: number): Vec2; + /** + !#en + Gets the reaction torque of the joint. + !#zh + 获取关节的反扭矩。 + @param timeStep The time to calculate the reaction torque for. + */ + getReactionTorque(timeStep: number): number; + } + /** !#en + A motor joint is used to control the relative motion + between two bodies. A typical usage is to control the movement + of a dynamic body with respect to the ground. + !#zh + 马达关节被用来控制两个刚体间的相对运动。 + 一个典型的例子是用来控制一个动态刚体相对于地面的运动。 */ + export class MotorJoint extends Joint { + /** !#en + The anchor of the rigidbody. + !#zh + 刚体的锚点。 */ + anchor: Vec2; + /** !#en + The anchor of the connected rigidbody. + !#zh + 关节另一端刚体的锚点。 */ + connectedAnchor: Vec2; + /** !#en + The linear offset from connected rigidbody to rigidbody. + !#zh + 关节另一端的刚体相对于起始端刚体的位置偏移量 */ + linearOffset: Vec2; + /** !#en + The angular offset from connected rigidbody to rigidbody. + !#zh + 关节另一端的刚体相对于起始端刚体的角度偏移量 */ + angularOffset: number; + /** !#en + The maximum force can be applied to rigidbody. + !#zh + 可以应用于刚体的最大的力值 */ + maxForce: number; + /** !#en + The maximum torque can be applied to rigidbody. + !#zh + 可以应用于刚体的最大扭矩值 */ + maxTorque: number; + /** !#en + The position correction factor in the range [0,1]. + !#zh + 位置矫正系数,范围为 [0, 1] */ + correctionFactor: number; + } + /** !#en + A mouse joint is used to make a point on a body track a + specified world point. This a soft constraint with a maximum + force. This allows the constraint to stretch and without + applying huge forces. + Mouse Joint will auto register the touch event with the mouse region node, + and move the choosed rigidbody in touch move event. + Note : generally mouse joint only used in test bed. + !#zh + 鼠标关节用于使刚体上的一个点追踪一个指定的世界坐标系下的位置。 + 鼠标关节可以指定一个最大的力来施加一个柔和的约束。 + 鼠标关节会自动使用 mouse region 节点来注册鼠标事件,并且在触摸移动事件中移动选中的刚体。 + 注意:一般鼠标关节只在测试环境中使用。 */ + export class MouseJoint extends Joint { + /** !#en + The anchor of the rigidbody. + !#zh + 刚体的锚点。 */ + anchor: Vec2; + /** !#en + The anchor of the connected rigidbody. + !#zh + 关节另一端刚体的锚点。 */ + connectedAnchor: Vec2; + /** !#en + The node used to register touch evnet. + If this is null, it will be the joint's node. + !#zh + 用于注册触摸事件的节点。 + 如果没有设置这个值,那么将会使用关节的节点来注册事件。 */ + mouseRegion: Node; + /** !#en + The target point. + The mouse joint will move choosed rigidbody to target point. + !#zh + 目标点,鼠标关节将会移动选中的刚体到指定的目标点 */ + target: Vec2; + /** !#en + The spring frequency. + !#zh + 弹簧系数。 */ + frequency: number; + /** !#en + The damping ratio. + !#zh + 阻尼,表示关节变形后,恢复到初始状态受到的阻力。 */ + 0: number; + /** !#en + The maximum force + !#zh + 最大阻力值 */ + maxForce: number; + } + /** !#en + A prismatic joint. This joint provides one degree of freedom: translation + along an axis fixed in rigidbody. Relative rotation is prevented. You can + use a joint limit to restrict the range of motion and a joint motor to + drive the motion or to model joint friction. + !#zh + 移动关节指定了只能在一个方向上移动刚体。 + 你可以开启关节限制来设置刚体运行移动的间距,也可以开启马达来使用关节马达驱动刚体的运行。 */ + export class PrismaticJoint extends Joint { + /** !#en + The local joint axis relative to rigidbody. + !#zh + 指定刚体可以移动的方向。 */ + localAxisA: Vec2; + /** !#en + The reference angle. + !#zh + 相对角度 */ + referenceAngle: number; + /** !#en + Enable joint distance limit? + !#zh + 是否开启关节的距离限制? */ + enableLimit: boolean; + /** !#en + Enable joint motor? + !#zh + 是否开启关节马达? */ + enableMotor: boolean; + /** !#en + The lower joint limit. + !#zh + 刚体能够移动的最小值 */ + lowerLimit: number; + /** !#en + The upper joint limit. + !#zh + 刚体能够移动的最大值 */ + upperLimit: number; + /** !#en + The maxium force can be applied to rigidbody to rearch the target motor speed. + !#zh + 可以施加到刚体的最大力。 */ + maxMotorForce: number; + /** !#en + The expected motor speed. + !#zh + 期望的马达速度。 */ + motorSpeed: number; + } + /** !#en + A rope joint enforces a maximum distance between two points + on two bodies. It has no other effect. + Warning: if you attempt to change the maximum length during + the simulation you will get some non-physical behavior. + !#zh + 绳子关节只指定两个刚体间的最大距离,没有其他的效果。 + 注意:如果你试图动态修改关节的长度,这有可能会得到一些意外的效果。 */ + export class RopeJoint extends Joint { + /** !#en + The max length. + !#zh + 最大长度。 */ + maxLength: number; + } + /** !#en + A revolute joint constrains two bodies to share a common point while they + are free to rotate about the point. The relative rotation about the shared + point is the joint angle. You can limit the relative rotation with + a joint limit that specifies a lower and upper angle. You can use a motor + to drive the relative rotation about the shared point. A maximum motor torque + is provided so that infinite forces are not generated. + !#zh + 旋转关节可以约束两个刚体围绕一个点来进行旋转。 + 你可以通过开启关节限制来限制旋转的最大角度和最小角度。 + 你可以通过开启马达来施加一个扭矩力来驱动这两个刚体在这一点上的相对速度。 */ + export class RevoluteJoint extends Joint { + /** !#en + The reference angle. + An angle between bodies considered to be zero for the joint angle. + !#zh + 相对角度。 + 两个物体之间角度为零时可以看作相等于关节角度 */ + referenceAngle: number; + /** !#en + The lower angle. + !#zh + 角度的最低限制。 */ + lowerAngle: number; + /** !#en + The upper angle. + !#zh + 角度的最高限制。 */ + upperAngle: number; + /** !#en + The maxium torque can be applied to rigidbody to rearch the target motor speed. + !#zh + 可以施加到刚体的最大扭矩。 */ + maxMotorTorque: number; + /** !#en + The expected motor speed. + !#zh + 期望的马达速度。 */ + motorSpeed: number; + /** !#en + Enable joint limit? + !#zh + 是否开启关节的限制? */ + enableLimit: boolean; + /** !#en + Enable joint motor? + !#zh + 是否开启关节马达? */ + enableMotor: boolean; + /** + !#en + Get the joint angle. + !#zh + 获取关节角度。 + */ + getJointAngle(): number; + } + /** !#en + A weld joint essentially glues two bodies together. A weld joint may + distort somewhat because the island constraint solver is approximate. + !#zh + 熔接关节相当于将两个刚体粘在了一起。 + 熔接关节可能会使某些东西失真,因为约束求解器算出的都是近似值。 */ + export class WeldJoint extends Joint { + /** !#en + The reference angle. + !#zh + 相对角度。 */ + referenceAngle: number; + /** !#en + The frequency. + !#zh + 弹性系数。 */ + frequency: number; + /** !#en + The damping ratio. + !#zh + 阻尼,表示关节变形后,恢复到初始状态受到的阻力。 */ + 0: number; + } + /** !#en + A wheel joint. This joint provides two degrees of freedom: translation + along an axis fixed in bodyA and rotation in the plane. You can use a joint motor to drive + the rotation or to model rotational friction. + This joint is designed for vehicle suspensions. + !#zh + 轮子关节提供两个维度的自由度:旋转和沿着指定方向上位置的移动。 + 你可以通过开启关节马达来使用马达驱动刚体的旋转。 + 轮组关节是专门为机动车类型设计的。 */ + export class WheelJoint extends Joint { + /** !#en + The local joint axis relative to rigidbody. + !#zh + 指定刚体可以移动的方向。 */ + localAxisA: Vec2; + /** !#en + The maxium torque can be applied to rigidbody to rearch the target motor speed. + !#zh + 可以施加到刚体的最大扭矩。 */ + maxMotorTorque: number; + /** !#en + The expected motor speed. + !#zh + 期望的马达速度。 */ + motorSpeed: number; + /** !#en + Enable joint motor? + !#zh + 是否开启关节马达? */ + enableMotor: boolean; + /** !#en + The spring frequency. + !#zh + 弹性系数。 */ + frequency: number; + /** !#en + The damping ratio. + !#zh + 阻尼,表示关节变形后,恢复到初始状态受到的阻力。 */ + dampingRatio: number; + } + /** !#en The color over time module of 3d particle. + !#zh 3D 粒子颜色变化模块 */ + export class ColorOvertimeModule { + /** !#en The enable of ColorOvertimeModule. + !#zh 是否启用 */ + enable: boolean; + } + /** !#en The curve range of target value. + !#zh 目标值的曲线范围 */ + export class CurveRange { + /** !#en Curve type. + !#zh 曲线类型。 */ + mode: debug.DebugMode; + /** !#en The curve to use when mode is Curve. + !#zh 当 mode 为 Curve 时,使用的曲线。 */ + curve: AnimationCurve; + /** !#en The lower limit of the curve to use when mode is TwoCurves + !#zh 当 mode 为 TwoCurves 时,使用的曲线下限。 */ + curveMin: AnimationCurve; + /** !#en The upper limit of the curve to use when mode is TwoCurves + !#zh 当 mode 为 TwoCurves 时,使用的曲线上限。 */ + curveMax: AnimationCurve; + /** !#en When mode is Constant, the value of the curve. + !#zh 当 mode 为 Constant 时,曲线的值。 */ + constant: number; + /** !#en The lower limit of the curve to use when mode is TwoConstants + !#zh 当 mode 为 TwoConstants 时,曲线的下限。 */ + constantMin: number; + /** !#en The upper limit of the curve to use when mode is TwoConstants + !#zh 当 mode 为 TwoConstants 时,曲线的上限。 */ + constantMax: number; + /** !#en Coefficients applied to curve interpolation. + !#zh 应用于曲线插值的系数。 */ + multiplier: number; + } + /** !#en The force over time module of 3d particle. + !#zh 3D 粒子的加速度模块 */ + export class ForceOvertimeModule { + /** !#en The enable of ColorOvertimeModule. + !#zh 是否启用 */ + enable: boolean; + /** !#en Coordinate system used in acceleration calculation. + !#zh 加速度计算时采用的坐标系。 */ + space: ParticleSystem3DAssembler.Space; + /** !#en X-axis acceleration component. + !#zh X 轴方向上的加速度分量。 */ + x: CurveRange; + /** !#en Y-axis acceleration component. + !#zh Y 轴方向上的加速度分量。 */ + y: CurveRange; + /** !#en Z-axis acceleration component. + !#zh Z 轴方向上的加速度分量。 */ + z: CurveRange; + } + /** !#en The gradient range of color. + !#zh 颜色值的渐变范围 */ + export class GradientRange { + /** !#en Gradient type. + !#zh 渐变色类型。 */ + mode: debug.DebugMode; + /** !#en The color when mode is Color. + !#zh 当 mode 为 Color 时的颜色。 */ + color: Color; + /** !#en Lower color limit when mode is TwoColors. + !#zh 当 mode 为 TwoColors 时的颜色下限。 */ + colorMin: Color; + /** !#en Upper color limit when mode is TwoColors. + !#zh 当 mode 为 TwoColors 时的颜色上限。 */ + colorMax: Color; + /** !#en Color gradient when mode is Gradient + !#zh 当 mode 为 Gradient 时的颜色渐变。 */ + gradient: Gradient; + /** !#en Lower color gradient limit when mode is TwoGradients. + !#zh 当 mode 为 TwoGradients 时的颜色渐变下限。 */ + gradientMin: Gradient; + /** !#en Upper color gradient limit when mode is TwoGradients. + !#zh 当 mode 为 TwoGradients 时的颜色渐变上限。 */ + gradientMax: Gradient; + } + /** !#en The color key of gradient. + !#zh color 关键帧 */ + export class ColorKey { + /** !#en Color value. + !#zh 颜色值。 */ + color: Color; + /** !#en Time value. + !#zh 时间值。 */ + time: number; + } + /** !#en The alpha key of gradient. + !#zh alpha 关键帧 */ + export class AlphaKey { + /** !#en Alpha value. + !#zh 透明度。 */ + alpha: number; + /** !#en Time. + !#zh 时间帧。 */ + time: number; + } + /** !#en The gradient data of color. + !#zh 颜色渐变数据 */ + export class Gradient { + /** !#en Array of color key. + !#zh 颜色关键帧列表。 */ + colorKeys: ColorKey[]; + /** !#en Array of alpha key. + !#zh 透明度关键帧列表。 */ + alphaKeys: AlphaKey[]; + /** !#en Blend mode. + !#zh 混合模式。 */ + mode: debug.DebugMode; + } + /** !#en The limit velocity module of 3d particle. + !#zh 3D 粒子的限速模块 */ + export class LimitVelocityOvertimeModule { + /** !#en The enable of LimitVelocityOvertimeModule. + !#zh 是否启用 */ + enable: boolean; + /** !#en The coordinate system used when calculating the lower speed limit. + !#zh 计算速度下限时采用的坐标系。 */ + space: ParticleSystem3DAssembler.Space; + /** !#en Whether to limit the three axes separately. + !#zh 是否三个轴分开限制。 */ + separateAxes: boolean; + /** !#en Lower speed limit + !#zh 速度下限。 */ + limit: CurveRange; + /** !#en Lower speed limit in X direction. + !#zh X 轴方向上的速度下限。 */ + limitX: CurveRange; + /** !#en Lower speed limit in Y direction. + !#zh Y 轴方向上的速度下限。 */ + limitY: CurveRange; + /** !#en Lower speed limit in Z direction. + !#zh Z 轴方向上的速度下限。 */ + limitZ: CurveRange; + /** !#en Interpolation of current speed and lower speed limit. + !#zh 当前速度与速度下限的插值。 */ + dampen: number; + } + /** !#en The optimized curve. + !#zh 优化曲线 */ + export class OptimizedCurve { + } + /** !#en The rotation module of 3d particle. + !#zh 3D 粒子的旋转模块 */ + export class RotationOvertimeModule { + /** !#en The enable of RotationOvertimeModule. + !#zh 是否启用 */ + enable: boolean; + /** !#en Whether to set the rotation of three axes separately (not currently supported) + !#zh 是否三个轴分开设定旋转(暂不支持)。 */ + separateAxes: boolean; + /** !#en Set rotation around X axis. + !#zh 绕 X 轴设定旋转。 */ + x: CurveRange; + /** !#en Set rotation around Y axis. + !#zh 绕 Y 轴设定旋转。 */ + y: CurveRange; + /** !#en Set rotation around Z axis. + !#zh 绕 Z 轴设定旋转。 */ + z: CurveRange; + } + /** !#en The size module of 3d particle. + !#zh 3D 粒子的大小模块 */ + export class SizeOvertimeModule { + /** !#en The enable of SizeOvertimeModule. + !#zh 是否启用 */ + enable: boolean; + /** !#en Decide whether to control particle size independently on each axis. + !#zh 决定是否在每个轴上独立控制粒子大小。 */ + separateAxes: boolean; + /** !#en Define a curve to determine the size change of particles during their life cycle. + !#zh 定义一条曲线来决定粒子在其生命周期中的大小变化。 */ + size: CurveRange; + /** !#en Defines a curve to determine the size change of particles in the X-axis direction during their life cycle. + !#zh 定义一条曲线来决定粒子在其生命周期中 X 轴方向上的大小变化。 */ + x: CurveRange; + /** !#en Defines a curve to determine the size change of particles in the Y-axis direction during their life cycle. + !#zh 定义一条曲线来决定粒子在其生命周期中 Y 轴方向上的大小变化。 */ + y: CurveRange; + /** !#en Defines a curve to determine the size change of particles in the Z-axis direction during their life cycle. + !#zh 定义一条曲线来决定粒子在其生命周期中 Z 轴方向上的大小变化。 */ + z: CurveRange; + } + /** !#en The texture animation module of 3d particle. + !#zh 3D 粒子的贴图动画模块 */ + export class TextureAnimationModule { + /** !#en The enable of TextureAnimationModule. + !#zh 是否启用 */ + enable: boolean; + /** !#en Set the type of particle map animation (only supports Grid mode for the time being) + !#zh 设定粒子贴图动画的类型(暂只支持 Grid 模式。 */ + mode: debug.DebugMode; + /** !#en Animation frames in X direction. + !#zh X 方向动画帧数。 */ + numTilesX: number; + /** !#en Animation frames in Y direction. + !#zh Y 方向动画帧数。 */ + numTilesY: number; + /** !#en The way of the animation plays. + !#zh 动画播放方式。 */ + animation: Animation; + /** !#en Randomly select a line from the animated map to generate the animation.
+ This option only takes effect when the animation playback mode is SingleRow. + !#zh 随机从动画贴图中选择一行以生成动画。
+ 此选项仅在动画播放方式为 SingleRow 时生效。 */ + randomRow: boolean; + /** !#en Select specific lines from the animation map to generate the animation.
+ This option is only available when the animation playback mode is SingleRow and randomRow is disabled. + !#zh 从动画贴图中选择特定行以生成动画。
+ 此选项仅在动画播放方式为 SingleRow 时且禁用 randomRow 时可用。 */ + rowIndex: number; + /** !#en Frame and time curve of animation playback in one cycle. + !#zh 一个周期内动画播放的帧与时间变化曲线。 */ + frameOverTime: CurveRange; + /** !#en Play from which frames, the time is the life cycle of the entire particle system. + !#zh 从第几帧开始播放,时间为整个粒子系统的生命周期。 */ + startFrame: CurveRange; + /** !#en Number of playback loops in a life cycle. + !#zh 一个生命周期内播放循环的次数。 */ + cycleCount: number; + } + /** !#en The velocity module of 3d particle. + !#zh 3D 粒子的速度模块 */ + export class VelocityOvertimeModule { + /** !#en The enable of VelocityOvertimeModule. + !#zh 是否启用 */ + enable: boolean; + /** !#en Coordinate system used in speed calculation. + !#zh 速度计算时采用的坐标系。 */ + space: ParticleSystem3DAssembler.Space; + /** !#en Velocity component in X axis direction + !#zh X 轴方向上的速度分量。 */ + x: CurveRange; + /** !#en Velocity component in Y axis direction + !#zh Y 轴方向上的速度分量。 */ + y: CurveRange; + /** !#en Velocity component in Z axis direction + !#zh Z 轴方向上的速度分量。 */ + z: CurveRange; + /** !#en Speed correction factor (only supports CPU particles). + !#zh 速度修正系数(只支持 CPU 粒子)。 */ + speedModifier: CurveRange; + } + /** !#en The shape module of 3d particle. + !#zh 3D 粒子的发射形状模块 */ + export class ShapeModule { + /** !#en The enable of shapeModule. + !#zh 是否启用 */ + enable: boolean; + /** !#en Particle emitter type. + !#zh 粒子发射器类型。 */ + shapeType: shapeModule.ShapeType; + /** !#en The emission site of the particle. + !#zh 粒子从发射器哪个部位发射。 */ + emitFrom: shapeModule.EmitLocation; + /** !#en Particle emitter radius. + !#zh 粒子发射器半径。 */ + radius: number; + /** !#en Particle emitter emission position (not valid for Box type emitters): + - 0 means emitted from the surface; + - 1 means launch from the center; + - 0 ~ 1 indicates emission from the center to the surface. + !#zh 粒子发射器发射位置(对 Box 类型的发射器无效): + - 0 表示从表面发射; + - 1 表示从中心发射; + - 0 ~ 1 之间表示在中心到表面之间发射。 */ + radiusThickness: number; + /** !#en The angle between the axis of the cone and the generatrix + Determines the opening and closing of the cone launcher + !#zh 圆锥的轴与母线的夹角。 + 决定圆锥发射器的开合程度。 */ + angle: number; + /** !#en Particle emitters emit in a fan-shaped range. + !#zh 粒子发射器在一个扇形范围内发射。 */ + arc: number; + /** !#en How particles are emitted in the sector range. + !#zh 粒子在扇形范围内的发射方式。 */ + arcMode: shapeModule.ArcMode; + /** !#en Controls the discrete intervals around the arcs where particles might be generated. + !#zh 控制可能产生粒子的弧周围的离散间隔。 */ + arcSpread: number; + /** !#en The speed at which particles are emitted around the circumference. + !#zh 粒子沿圆周发射的速度。 */ + arcSpeed: CurveRange; + /** !#en Axis length from top of cone to bottom of cone . + Determines the height of the cone emitter. + !#zh 圆锥顶部截面距离底部的轴长。 + 决定圆锥发射器的高度。 */ + length: number; + /** !#en Particle emitter emission location (for box-type particle emitters). + !#zh 粒子发射器发射位置(针对 Box 类型的粒子发射器。 */ + boxThickness: Vec3; + /** !#en Particle Emitter Position + !#zh 粒子发射器位置。 */ + position: Vec3; + /** !#en Particle emitter rotation angle. + !#zh 粒子发射器旋转角度。 */ + rotation: Vec3; + /** !#en Particle emitter scaling + !#zh 粒子发射器缩放比例。 */ + scale: Vec3; + /** !#en The direction of particle movement is determined based on the initial direction of the particles. + !#zh 根据粒子的初始方向决定粒子的移动方向。 */ + alignToDirection: boolean; + /** !#en Set particle generation direction randomly. + !#zh 粒子生成方向随机设定。 */ + randomDirectionAmount: number; + /** !#en Interpolation between the current emission direction and the direction from the current position to the center of the node. + !#zh 表示当前发射方向与当前位置到结点中心连线方向的插值。 */ + sphericalDirectionAmount: number; + } + /** !#en The trail module of 3d particle. + !#zh 3D 粒子拖尾模块 */ + export class TrailModule { + /** !#en The enable of trailModule. + !#zh 是否启用 */ + enable: boolean; + /** !#en Sets how particles generate trajectories. + !#zh 设定粒子生成轨迹的方式。 */ + mode: trailModule.TrailMode; + /** !#en Life cycle of trajectory. + !#zh 轨迹存在的生命周期。 */ + lifeTime: CurveRange; + /** !#en Minimum spacing between each track particle + !#zh 每个轨迹粒子之间的最小间距。 */ + minParticleDistance: number; + /** !#en The coordinate system of trajectories. + !#zh 轨迹设定时的坐标系。 */ + space: ParticleSystem3DAssembler.Space; + /** !#en Whether the particle itself exists. + !#zh 粒子本身是否存在。 */ + existWithParticles: boolean; + /** !#en Set the texture fill method + !#zh 设定纹理填充方式。 */ + textureMode: trailModule.TextureMode; + /** !#en Whether to use particle width + !#zh 是否使用粒子的宽度。 */ + widthFromParticle: boolean; + /** !#en Curves that control track length + !#zh 控制轨迹长度的曲线。 */ + widthRatio: CurveRange; + /** !#en Whether to use particle color + !#zh 是否使用粒子的颜色。 */ + colorFromParticle: boolean; + /** !#en The color of trajectories. + !#zh 轨迹的颜色。 */ + colorOverTrail: GradientRange; + /** !#en Trajectories color over time. + !#zh 轨迹随时间变化的颜色。 */ + colorOvertime: GradientRange; + } + /** !#en + Trigger event + !#zh + 触发事件。 */ + export class ITriggerEvent { + /** !#en + The type of event fired + !#zh + 触发的事件类型 */ + type: string; + /** !#en + Triggers its own collider in the event + !#zh + 触发事件中的自己的碰撞器 */ + selfCollider: Collider3D; + /** !#en + Triggers another collider in the event + !#zh + 触发事件中的另一个碰撞器 */ + otherCollider: Collider3D; + } + /** !#en + Collision information for collision events. + !#zh + 碰撞事件的碰撞信息。 */ + export class IContactEquation { + /** !#en + The collision point A in the collision information. + !#zh + 碰撞信息中的碰撞点 A。 */ + contactA: Vec3; + /** !#en + Collision point B in collision information. + !#zh + 碰撞信息中的碰撞点 B。 */ + contactB: Vec3; + /** !#en + Normals in collision information. + !#zh + 碰撞信息中的法线。 */ + normal: Vec3; + } + /** !#en + Collision events. + !#zh + 碰撞事件。 */ + export class ICollisionEvent { + /** !#en + Event type of collision. + !#zh + 碰撞的事件类型。 */ + type: string; + /** !#en + Collider of its own in collision. + !#zh + 碰撞中的自己的碰撞器。 */ + selfCollider: Collider3D; + /** !#en + Another collider in the collision. + !#zh + 碰撞中的另一个碰撞器。 */ + otherCollider: Collider3D; + /** !#en + Information about all the points of impact in the collision. + !#zh + 碰撞中的所有碰撞点的信息。 */ + contacts: IContactEquation[]; + } + /** !#en The rigid body type + !#zh 刚体类型 */ + export enum ERigidBodyType { + DYNAMIC = 0, + STATIC = 0, + KINEMATIC = 0, + } + /** !#en + Physical systems manager. + !#zh + 物理系统管理器。 */ + export class Physics3DManager { + /** !#en + Whether to enable the physics system, default is false. + !#zh + 是否启用物理系统,默认不启用。 */ + enabled: boolean; + /** !#en + Whether to allow the physics system to automatically hibernate, default is true. + !#zh + 物理系统是否允许自动休眠,默认为 true。 */ + allowSleep: boolean; + /** !#en + The maximum number of sub-steps a full step is permitted to be broken into, default is 2. + !#zh + 物理每帧模拟的最大子步数,默认为 2。 */ + maxSubStep: number; + /** !#en + Time spent in each simulation of physics, default is 1/60s. + !#zh + 物理每步模拟消耗的固定时间,默认为 1/60 秒。 */ + deltaTime: number; + /** !#en + Whether to use a fixed time step. + !#zh + 是否使用固定的时间步长。 */ + useFixedTime: boolean; + /** !#en + Gravity value of the physics simulation, default is (0, -10, 0). + !#zh + 物理世界的重力数值,默认为 (0, -10, 0)。 */ + gravity: Vec3; + /** !#en + Gets the global default physical material. Note that builtin is null. + !#zh + 获取全局的默认物理材质,注意:builtin 时为 null。 */ + defaultMaterial: PhysicsMaterial|void; + /** + !#en + A physical system simulation is performed once and will now be performed automatically once per frame. + !#zh + 执行一次物理系统的模拟,目前将在每帧自动执行一次。 + @param deltaTime The time difference from the last execution is currently elapsed per frame + */ + update(deltaTime: number): void; + /** + !#en Detect all collision boxes and return all detected results, or null if none is detected. Note that the return value is taken from the object pool, so do not save the result reference or modify the result. + !#zh 检测所有的碰撞盒,并返回所有被检测到的结果,若没有检测到,则返回空值。注意返回值是从对象池中取的,所以请不要保存结果引用或者修改结果。 + @param worldRay A ray in world space + @param groupIndexOrName Collision group index or group name + @param maxDistance Maximum detection distance + @param queryTrigger Detect trigger or not + */ + raycast(worldRay: geomUtils.Ray, groupIndexOrName: number|string, maxDistance: number, queryTrigger: boolean): PhysicsRayResult[]; + /** + !#en Detect all collision boxes and return the detection result with the shortest ray distance. If not, return null value. Note that the return value is taken from the object pool, so do not save the result reference or modify the result. + !#zh 检测所有的碰撞盒,并返回射线距离最短的检测结果,若没有,则返回空值。注意返回值是从对象池中取的,所以请不要保存结果引用或者修改结果。 + @param worldRay A ray in world space + @param groupIndexOrName Collision group index or group name + @param maxDistance Maximum detection distance + @param queryTrigger Detect trigger or not + */ + raycastClosest(worldRay: geomUtils.Ray, groupIndexOrName: number|string, maxDistance: number, queryTrigger: boolean): PhysicsRayResult; + } + /** !#en + Used to store physical ray detection results + !#zh + 用于保存物理射线检测结果 */ + export class PhysicsRayResult { + /** !#en + Hit the point + !#zh + 击中点 */ + hitPoint: Vec3; + /** !#en + Distance + !#zh + 距离 */ + distance: number; + /** !#en + Hit the collision box + !#zh + 击中的碰撞盒 */ + collider: Collider3D; + /** + !#en + Set up ray. This method is used internally by the engine. Do not call it from an external script + !#zh + 设置射线,此方法由引擎内部使用,请勿在外部脚本调用 + @param hitPoint hitPoint + @param distance distance + @param collider collider + */ + _assign(hitPoint: Vec3, distance: number, collider: Collider3D): void; + /** + !#en + Clone + !#zh + 克隆 + */ + clone(): void; + } + /** Rigid body interface */ + export class IRigidBody { + rigidBody: RigidBody3D; + mass: number; + linearDamping: number; + angularDamping: number; + isKinematic: boolean; + useGravity: boolean; + fixedRotation: boolean; + linearFactor: IVec3Like; + angularFactor: IVec3Like; + allowSleep: boolean; + isAwake: boolean; + isSleepy: boolean; + isSleeping: boolean; + wakeUp(): void; + sleep(): void; + /** + + @param out out + */ + getLinearVelocity(out: IVec3Like): void; + /** + + @param out out + */ + setLinearVelocity(out: IVec3Like): void; + /** + + @param out out + */ + getAngularVelocity(out: IVec3Like): void; + /** + + @param out out + */ + setAngularVelocity(out: IVec3Like): void; + /** + + @param force force + @param relativePoint relativePoint + */ + applyForce(force: IVec3Like, relativePoint: IVec3Like): void; + /** + + @param force force + @param relativePoint relativePoint + */ + applyLocalForce(force: IVec3Like, relativePoint: IVec3Like): void; + /** + + @param force force + @param relativePoint relativePoint + */ + applyImpulse(force: IVec3Like, relativePoint: IVec3Like): void; + /** + + @param force force + @param relativePoint relativePoint + */ + applyLocalImpulse(force: IVec3Like, relativePoint: IVec3Like): void; + /** + + @param torque torque + */ + applyTorque(torque: IVec3Like): void; + /** + + @param torque torque + */ + applyLocalTorque(torque: IVec3Like): void; + } + /** Class has x y z properties */ + export class IVec3Like { + x: number; + y: number; + z: number; + } + /** Class has x y z w properties */ + export class IQuatLike { + x: number; + y: number; + z: number; + w: number; + } + /** !#en Base shape interface. */ + export class IBaseShape { + collider: Collider3D; + attachedRigidBody: RigidBody3D|void; + material: any; + isTrigger: boolean; + center: IVec3Like; + } + /** !#en box shape interface */ + export class IBoxShape { + size: IVec3Like; + } + /** !#en Sphere shape interface */ + export class ISphereShape { + radius: number; + } + /** Ray cast options */ + export class IRaycastOptions { + groupIndex: number; + queryTrigger: boolean; + maxDistance: number; + } + /** Collision detect */ + export class ICollisionDetect { + /** + Ray cast, and return information of the closest hit. + @param worldRay worldRay + @param options options + @param out out + */ + raycastClosest(worldRay: geomUtils.Ray, options: IRaycastOptions, out: PhysicsRayResult): boolean; + /** + Ray cast against all bodies. The provided callback will be executed for each hit with a RaycastResult as single argument. + @param worldRay worldRay + @param options options + @param pool pool + @param resultes resultes + */ + raycast(worldRay: geomUtils.Ray, options: IRaycastOptions, pool: RecyclePool, resultes: PhysicsRayResult[]): boolean; + } + /** Physics world interface */ + export class IPhysicsWorld { + } + /** !#en Manage Dynamic Atlas Manager. Dynamic Atlas Manager is used for merging textures at runtime, see [Dynamic Atlas](https://docs.cocos.com/creator/manual/en/advanced-topics/dynamic-atlas.html) for details. + !#zh 管理动态图集。动态图集用于在运行时对贴图进行合并,详见 [动态合图](https://docs.cocos.com/creator/manual/zh/advanced-topics/dynamic-atlas.html)。 */ + export class DynamicAtlasManager { + /** !#en Enable or disable the dynamic atlas, see [Dynamic Atlas](https://docs.cocos.com/creator/manual/en/advanced-topics/dynamic-atlas.html) for details. + !#zh 开启或者关闭动态图集,详见 [动态合图](https://docs.cocos.com/creator/manual/zh/advanced-topics/dynamic-atlas.html)。 */ + enabled: boolean; + /** !#en The maximum number of atlas that can be created. + !#zh 可以创建的最大图集数量。 */ + maxAtlasCount: number; + /** !#en Get the current created atlas count. + !#zh 获取当前已经创建的图集数量。 */ + atlasCount: number; + /** !#en Is enable textureBleeding. + !#zh 是否开启 textureBleeding */ + textureBleeding: boolean; + /** !#en The size of the atlas that was created + !#zh 创建的图集的宽高 */ + textureSize: number; + /** !#en The maximum size of the picture that can be added to the atlas. + !#zh 可以添加进图集的图片的最大尺寸。 */ + maxFrameSize: number; + /** !#en The minimum size of the picture that can be added to the atlas. + !#zh 可以添加进图集的图片的最小尺寸。 */ + minFrameSize: number; + /** + !#en Append a sprite frame into the dynamic atlas. + !#zh 添加碎图进入动态图集。 + @param spriteFrame spriteFrame + */ + insertSpriteFrame(spriteFrame: SpriteFrame): void; + /** + !#en Resets all dynamic atlas, and the existing ones will be destroyed. + !#zh 重置所有动态图集,已有的动态图集会被销毁。 + */ + reset(): void; + /** + !#en Displays all the dynamic atlas in the current scene, which you can use to view the current atlas state. + !#zh 在当前场景中显示所有动态图集,可以用来查看当前的合图状态。 + @param show show + */ + showDebug(show: boolean): Node; + } + /** !#en + Each frame applies a constant force to a rigid body, depending on the RigidBody3D + !#zh + 在每帧对一个刚体施加持续的力,依赖 RigidBody3D 组件 */ + export class ConstantForce extends Component { + /** !#en + Set the force used in the world coordinate system, use `this.force = otherVec3`. + !#zh + 设置世界坐标系中使用的力,设置时请用 `this.force = otherVec3` 的方式。 */ + force: Vec3; + /** !#en + Set the force used in the local coordinate system, using `this.localforce = otherVec3`. + !#zh + 获取和设置本地坐标系中使用的力,设置时请用 `this.localForce = otherVec3` 的方式。 */ + localForce: Vec3; + /** !#en + Torque applied to the world orientation + !#zh + 对世界朝向施加的扭矩 */ + torque: Vec3; + /** !#en + Torque applied to local orientation, using `this.localtorque = otherVec3`. + !#zh + 对本地朝向施加的扭矩,设置时请用 `this.localTorque = otherVec3` 的方式。 */ + localTorque: Vec3; + } + /** !#en + RigidBody is the basic object that make up the physical world, and it can make a node physically affected and react. + !#zh + 刚体是组成物理世界的基本对象,可以让一个节点受到物理影响并产生反应。该组件在使用 Builtin 物理引擎时无效。 */ + export class RigidBody3D extends Component { + /** !#en + Whether sleep is allowed. + !#zh + 是否允许休眠。 */ + allowSleep: boolean; + /** !#en + The mass of the rigidbody. + !#zh + 刚体的质量。 */ + mass: number; + /** !#en + Used to reduce the linear rate of rigidbody. The larger the value, the slower the rigidbody moves. + !#zh + 线性阻尼,用于减小刚体的线性速率,值越大物体移动越慢。 */ + linearDamping: number; + /** !#en + Used to reduce the rotation rate of rigidbody. The larger the value, the slower the rigidbody rotates. + !#zh + 角阻尼,用于减小刚体的旋转速率,值越大刚体旋转越慢。 */ + angularDamping: number; + /** !#en + If enabled, the developer controls the displacement and rotation of the rigidbody, not the physics engine. + !#zh + 是否由开发者来控制刚体的位移和旋转,而不是受物理引擎的影响。 */ + isKinematic: boolean; + /** !#en + If enabled, the rigidbody is affected by gravity. + !#zh + 如果开启,刚体会受到重力影响。 */ + useGravity: boolean; + /** !#en + If enabled, the rigidbody will be fixed without rotation during a collision. + !#zh + 如果开启,发生碰撞时会固定刚体不产生旋转。 */ + fixedRotation: boolean; + /** !#en + It can affect the linear velocity change of the rigidbody in each axis. The larger the value, the faster the rigidbody moves. + !#zh + 线性因子,可影响刚体在每个轴向的线性速度变化,值越大刚体移动越快。 */ + linearFactor: Vec3; + /** !#en + It can affect the rotation speed change of the rigidbody in each axis. The larger the value, the faster the rigidbody rotates. + !#zh + 旋转因子,可影响刚体在每个轴向的旋转速度变化,值越大刚体旋转越快。 */ + angularFactor: Vec3; + /** !#en + The rigidbody is awake. + !#zh + 刚体是否为唤醒的状态。 */ + isAwake: boolean; + /** !#en + The rigidbody can enter hibernation. + !#zh + 刚体是否为可进入休眠的状态。 */ + isSleepy: boolean; + /** !#en + The rigidbody is sleeping. + !#zh + 刚体是否为正在休眠的状态。 */ + isSleeping: boolean; + /** !#en + Get the rigidbody object inside the physics engine. + !#zh + 获得物理引擎内部刚体对象。 */ + rigidBody: IRigidBody; + /** + !#en + A force is applied to a rigid body at a point in world space. + !#zh + 在世界空间中的某点上对刚体施加一个作用力。 + @param force force + @param relativePoint The point of action, relative to the center of the rigid body. + */ + applyForce(force: Vec3, relativePoint: Vec3): void; + /** + !#en + Apply a force on the rigid body at a point in local space. + !#zh + 在本地空间中的某点上对刚体施加一个作用力。 + @param force force + @param localPoint Point of application + */ + applyLocalForce(force: Vec3, localPoint: Vec3): void; + /** + !#en + Apply an impulse to a rigid body at a point in world space. + !#zh + 在世界空间的某点上对刚体施加一个冲量。 + @param impulse impulse + @param relativePoint The point of action, relative to the center of the rigid body. + */ + applyImpulse(impulse: Vec3, relativePoint: Vec3): void; + /** + !#en + Apply an impulse to the rigid body at a point in local space. + !#zh + 在本地空间的某点上对刚体施加一个冲量。 + @param impulse impulse + @param localPoint Point of application + */ + applyLocalImpulse(impulse: Vec3, localPoint: Vec3): void; + /** + !#en + Apply a torque to the rigid body. + !#zh + 对刚体施加扭转力。 + @param torque torque + */ + applyTorque(torque: Vec3): void; + /** + !#en + Apply a local torque to the rigid body. + !#zh + 对刚体施加本地扭转力。 + @param torque torque + */ + applyLocalTorque(torque: Vec3): void; + /** + !#en + Awaken the rigid body. + !#zh + 唤醒刚体。 + */ + wakeUp(): void; + /** + !#en + Dormant rigid body. + !#zh + 休眠刚体。 + */ + sleep(): void; + /** + !#en + Get linear velocity. + !#zh + 获取线性速度。 + @param out out + */ + getLinearVelocity(out: Vec3): void; + /** + !#en + Set linear speed. + !#zh + 设置线性速度。 + @param value value + */ + setLinearVelocity(value: Vec3): void; + /** + !#en + Gets the rotation speed. + !#zh + 获取旋转速度。 + @param out out + */ + getAngularVelocity(out: Vec3): void; + /** + !#en + Set rotation speed. + !#zh + 设置旋转速度。 + @param value value + */ + setAngularVelocity(value: Vec3): void; + } + /** !#en + Physics material. + !#zh + 物理材质。 */ + export class PhysicsMaterial extends Asset { + /** !#en + Friction for this material. + !#zh + 物理材质的摩擦力。 */ + friction: number; + /** !#en + Restitution for this material. + !#zh + 物理材质的弹力。 */ + restitution: number; + } + /** !#en + Physics box collider + !#zh + 物理盒子碰撞器 */ + export class BoxCollider3D extends Collider3D { + /** !#en + Get or set the size of the box, in local space. + !#zh + 获取或设置盒的大小。 */ + size: Vec3; + boxShape: IBoxShape; + } + /** !#en + The base class of the collider. + !#zh + 碰撞器的基类。 */ + export class Collider3D extends Component implements EventTarget { + sharedMaterial: PhysicsMaterial; + /** !#en + get or set the collider is trigger, this will be always trigger if using builtin. + !#zh + 获取或设置碰撞器是否为触发器。 */ + isTrigger: boolean; + /** !#en + get or set the center of the collider, in local space. + !#zh + 获取或设置碰撞器的中心点。 */ + center: Vec3; + /** !#en + get the collider attached rigidbody, this may be null. + !#zh + 获取碰撞器所绑定的刚体组件,可能为 null。 */ + attachedRigidbody: RigidBody3D|void; + /** !#en + get collider shape. + !#zh + 获取碰撞器形状。 */ + shape: IBaseShape; + /** + !#en + Register an callback of a specific event type on the EventTarget. + This type of event should be triggered via `emit`. + !#zh + 注册事件目标的特定事件类型回调。这种类型的事件应该被 `emit` 触发。 + @param type The type of collider event can be `trigger-enter`, `trigger-stay`, `trigger-exit` or `collision-enter`, `collision-stay`, `collision-exit`. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null. + + @example + ```js + eventTarget.on('fire', function (event) { + // event is ITriggerEvent or ICollisionEvent + }, node); + ``` + */ + on(type: string, callback: T, target?: any, useCapture?: boolean): T; + /** + !#en + Removes the listeners previously registered with the same type, callback, target and or useCapture, + if only type is passed as parameter, all listeners registered with that type will be removed. + !#zh + 删除之前用同类型,回调,目标或 useCapture 注册的事件监听器,如果只传递 type,将会删除 type 类型的所有事件监听器。 + @param type The type of collider event can be `trigger-enter`, `trigger-stay`, `trigger-exit` or `collision-enter`, `collision-stay`, `collision-exit`. + @param callback The callback to remove. + @param target The target (this object) to invoke the callback, if it's not given, only callback without target will be removed. + + @example + ```js + // register fire eventListener + var callback = eventTarget.on('fire', function () { + cc.log("fire in the hole"); + }, target); + // remove fire event listener + eventTarget.off('fire', callback, target); + // remove all fire event listeners + eventTarget.off('fire'); + ``` + */ + off(type: string, callback?: Function, target?: any): void; + /** + !#en + Register an callback of a specific event type on the EventTarget, + the callback will remove itself after the first time it is triggered. + !#zh + 注册事件目标的特定事件类型回调,回调会在第一时间被触发后删除自身。 + @param type The type of collider event can be `trigger-enter`, `trigger-stay`, `trigger-exit` or `collision-enter`, `collision-stay`, `collision-exit`. + @param callback The callback that will be invoked when the event is dispatched. + The callback is ignored if it is a duplicate (the callbacks are unique). + @param target The target (this object) to invoke the callback, can be null. + + @example + ```js + eventTarget.once('fire', function (event) { + // event is ITriggerEvent or ICollisionEvent + }, node); + ``` + */ + once(type: string, callback: (event: ITriggerEvent|ICollisionEvent) => void, target?: any): void; + /** + !#en Checks whether the EventTarget object has any callback registered for a specific type of event. + !#zh 检查事件目标对象是否有为特定类型的事件注册的回调。 + @param type The type of event. + */ + hasEventListener(type: string): boolean; + /** + !#en Removes all callbacks previously registered with the same target (passed as parameter). + This is not for removing all listeners in the current event target, + and this is not for removing all listeners the target parameter have registered. + It's only for removing all listeners (callback and target couple) registered on the current event target by the target parameter. + !#zh 在当前 EventTarget 上删除指定目标(target 参数)注册的所有事件监听器。 + 这个函数无法删除当前 EventTarget 的所有事件监听器,也无法删除 target 参数所注册的所有事件监听器。 + 这个函数只能删除 target 参数在当前 EventTarget 上注册的所有事件监听器。 + @param target The target to be searched for all related listeners + */ + targetOff(target: any): void; + /** + !#en + Send an event with the event object. + !#zh + 通过事件对象派发事件 + @param event event + */ + dispatchEvent(event: Event): void; + /** + !#en + Destroy all callbackInfos. + !#zh + 销毁记录的事件 + */ + clear(): void; + } + /** !#en + Physics sphere collider + !#zh + 物理球碰撞器 */ + export class SphereCollider3D extends Collider3D { + /** !#en + Get or set the radius of the sphere. + !#zh + 获取或设置球的半径。 */ + radius: number; + sphereShape: ISphereShape; + } + /**************************************************** + * audioEngine + *****************************************************/ + + export namespace audioEngine { + /** !#en Audio state. + !#zh 声音播放状态 */ + export enum AudioState { + ERROR = 0, + INITIALZING = 0, + PLAYING = 0, + PAUSED = 0, + STOPPED = 0, + } + } + + /**************************************************** + * debug + *****************************************************/ + + export namespace debug { + /** !#en Enum for debug modes. + !#zh 调试模式 */ + export enum DebugMode { + NONE = 0, + INFO = 0, + WARN = 0, + ERROR = 0, + INFO_FOR_WEB_PAGE = 0, + WARN_FOR_WEB_PAGE = 0, + ERROR_FOR_WEB_PAGE = 0, + } + } + + /**************************************************** + * Node + *****************************************************/ + + export namespace Node { + /** !#en Node's local dirty properties flag + !#zh Node 的本地属性 dirty 状态位 */ + export enum _LocalDirtyFlag { + POSITION = 0, + SCALE = 0, + ROTATION = 0, + SKEW = 0, + TRS = 0, + RS = 0, + TRS = 0, + PHYSICS_POSITION = 0, + PHYSICS_SCALE = 0, + PHYSICS_ROTATION = 0, + PHYSICS_TRS = 0, + PHYSICS_RS = 0, + ALL_POSITION = 0, + ALL_SCALE = 0, + ALL_ROTATION = 0, + ALL_TRS = 0, + ALL = 0, + } + } + + /**************************************************** + * Node + *****************************************************/ + + export namespace Node { + /** !#en The event type supported by Node + !#zh Node 支持的事件类型 */ + export class EventType { + /** !#en The event type for touch start event, you can use its value directly: 'touchstart' + !#zh 当手指触摸到屏幕时。 */ + static TOUCH_START: string; + /** !#en The event type for touch move event, you can use its value directly: 'touchmove' + !#zh 当手指在屏幕上移动时。 */ + static TOUCH_MOVE: string; + /** !#en The event type for touch end event, you can use its value directly: 'touchend' + !#zh 当手指在目标节点区域内离开屏幕时。 */ + static TOUCH_END: string; + /** !#en The event type for touch end event, you can use its value directly: 'touchcancel' + !#zh 当手指在目标节点区域外离开屏幕时。 */ + static TOUCH_CANCEL: string; + /** !#en The event type for mouse down events, you can use its value directly: 'mousedown' + !#zh 当鼠标按下时触发一次。 */ + static MOUSE_DOWN: string; + /** !#en The event type for mouse move events, you can use its value directly: 'mousemove' + !#zh 当鼠标在目标节点在目标节点区域中移动时,不论是否按下。 */ + static MOUSE_MOVE: string; + /** !#en The event type for mouse enter target events, you can use its value directly: 'mouseenter' + !#zh 当鼠标移入目标节点区域时,不论是否按下。 */ + static MOUSE_ENTER: string; + /** !#en The event type for mouse leave target events, you can use its value directly: 'mouseleave' + !#zh 当鼠标移出目标节点区域时,不论是否按下。 */ + static MOUSE_LEAVE: string; + /** !#en The event type for mouse up events, you can use its value directly: 'mouseup' + !#zh 当鼠标从按下状态松开时触发一次。 */ + static MOUSE_UP: string; + /** !#en The event type for mouse wheel events, you can use its value directly: 'mousewheel' + !#zh 当鼠标滚轮滚动时。 */ + static MOUSE_WHEEL: string; + /** !#en The event type for position change events. + Performance note, this event will be triggered every time corresponding properties being changed, + if the event callback have heavy logic it may have great performance impact, try to avoid such scenario. + !#zh 当节点位置改变时触发的事件。 + 性能警告:这个事件会在每次对应的属性被修改时触发,如果事件回调损耗较高,有可能对性能有很大的负面影响,请尽量避免这种情况。 */ + static POSITION_CHANGED: string; + /** !#en The event type for rotation change events. + Performance note, this event will be triggered every time corresponding properties being changed, + if the event callback have heavy logic it may have great performance impact, try to avoid such scenario. + !#zh 当节点旋转改变时触发的事件。 + 性能警告:这个事件会在每次对应的属性被修改时触发,如果事件回调损耗较高,有可能对性能有很大的负面影响,请尽量避免这种情况。 */ + static ROTATION_CHANGED: string; + /** !#en The event type for scale change events. + Performance note, this event will be triggered every time corresponding properties being changed, + if the event callback have heavy logic it may have great performance impact, try to avoid such scenario. + !#zh 当节点缩放改变时触发的事件。 + 性能警告:这个事件会在每次对应的属性被修改时触发,如果事件回调损耗较高,有可能对性能有很大的负面影响,请尽量避免这种情况。 */ + static SCALE_CHANGED: string; + /** !#en The event type for size change events. + Performance note, this event will be triggered every time corresponding properties being changed, + if the event callback have heavy logic it may have great performance impact, try to avoid such scenario. + !#zh 当节点尺寸改变时触发的事件。 + 性能警告:这个事件会在每次对应的属性被修改时触发,如果事件回调损耗较高,有可能对性能有很大的负面影响,请尽量避免这种情况。 */ + static SIZE_CHANGED: string; + /** !#en The event type for anchor point change events. + Performance note, this event will be triggered every time corresponding properties being changed, + if the event callback have heavy logic it may have great performance impact, try to avoid such scenario. + !#zh 当节点锚点改变时触发的事件。 + 性能警告:这个事件会在每次对应的属性被修改时触发,如果事件回调损耗较高,有可能对性能有很大的负面影响,请尽量避免这种情况。 */ + static ANCHOR_CHANGED: string; + /** !#en The event type for color change events. + Performance note, this event will be triggered every time corresponding properties being changed, + if the event callback have heavy logic it may have great performance impact, try to avoid such scenario. + !#zh 当节点颜色改变时触发的事件。 + 性能警告:这个事件会在每次对应的属性被修改时触发,如果事件回调损耗较高,有可能对性能有很大的负面影响,请尽量避免这种情况。 */ + static COLOR_CHANGED: string; + /** !#en The event type for new child added events. + !#zh 当新的子节点被添加时触发的事件。 */ + static CHILD_ADDED: string; + /** !#en The event type for child removed events. + !#zh 当子节点被移除时触发的事件。 */ + static CHILD_REMOVED: string; + /** !#en The event type for children reorder events. + !#zh 当子节点顺序改变时触发的事件。 */ + static CHILD_REORDER: string; + /** !#en The event type for node group changed events. + !#zh 当节点归属群组发生变化时触发的事件。 */ + static GROUP_CHANGED: string; + /** !#en The event type for node's sibling order changed. + !#zh 当节点在兄弟节点中的顺序发生变化时触发的事件。 */ + static SIBLING_ORDER_CHANGED: string; + } + } + + /**************************************************** + * ParticleSystem + *****************************************************/ + + export namespace ParticleSystem { + /** !#en Enum for emitter modes + !#zh 发射模式 */ + export enum EmitterMode { + GRAVITY = 0, + RADIUS = 0, + } + } + + /**************************************************** + * ParticleSystem + *****************************************************/ + + export namespace ParticleSystem { + /** !#en Enum for particles movement type. + !#zh 粒子位置类型 */ + export enum PositionType { + FREE = 0, + RELATIVE = 0, + GROUPED = 0, + } + } + + /**************************************************** + * WebView + *****************************************************/ + + export namespace WebView { + /** !#en WebView event type + !#zh 网页视图事件类型 */ + export enum EventType { + LOADED = 0, + LOADING = 0, + ERROR = 0, + } + } + + /**************************************************** + * TiledMap + *****************************************************/ + + export namespace TiledMap { + /** !#en The orientation of tiled map. + !#zh Tiled Map 地图方向。 */ + export enum Orientation { + ORTHO = 0, + HEX = 0, + ISO = 0, + } + } + + /**************************************************** + * TiledMap + *****************************************************/ + + export namespace TiledMap { + /** The property type of tiled map. */ + export enum Property { + NONE = 0, + MAP = 0, + LAYER = 0, + OBJECTGROUP = 0, + OBJECT = 0, + TILE = 0, + } + } + + /**************************************************** + * TiledMap + *****************************************************/ + + export namespace TiledMap { + /** The tile flags of tiled map. */ + export enum TileFlag { + HORIZONTAL = 0, + VERTICAL = 0, + DIAGONAL = 0, + FLIPPED_ALL = 0, + FLIPPED_MASK = 0, + } + } + + /**************************************************** + * TiledMap + *****************************************************/ + + export namespace TiledMap { + /** !#en The stagger axis of Hex tiled map. + !#zh 六边形地图的 stagger axis 值 */ + export enum StaggerAxis { + STAGGERAXIS_X = 0, + STAGGERAXIS_Y = 0, + } + } + + /**************************************************** + * TiledMap + *****************************************************/ + + export namespace TiledMap { + /** !#en The render order of tiled map. + !#zh 地图的渲染顺序 */ + export enum RenderOrder { + STAGGERINDEX_ODD = 0, + STAGGERINDEX_EVEN = 0, + RightDown = 0, + RightUp = 0, + LeftDown = 0, + LeftUp = 0, + } + } + + /**************************************************** + * TiledMap + *****************************************************/ + + export namespace TiledMap { + /** !#en TiledMap Object Type + !#zh 地图物体类型 */ + export enum TMXObjectType { + RECT = 0, + ELLIPSE = 0, + POLYGON = 0, + POLYLINE = 0, + IMAGE = 0, + TEXT = 0, + } + } + + /**************************************************** + * VideoPlayer + *****************************************************/ + + export namespace VideoPlayer { + /** !#en Video event type + !#zh 视频事件类型 */ + export enum EventType { + PLAYING = 0, + PAUSED = 0, + STOPPED = 0, + COMPLETED = 0, + META_LOADED = 0, + CLICKED = 0, + READY_TO_PLAY = 0, + } + } + + /**************************************************** + * VideoPlayer + *****************************************************/ + + export namespace VideoPlayer { + /** !#en Enum for video resouce type type. + !#zh 视频来源 */ + export enum ResourceType { + REMOTE = 0, + LOCAL = 0, + } + } + + /**************************************************** + * Collider + *****************************************************/ + + export namespace Collider { + /** !#en Defines a Box Collider . + !#zh 用来定义包围盒碰撞体 */ + export class Box { + /** !#en Position offset + !#zh 位置偏移量 */ + offset: Vec2; + /** !#en Box size + !#zh 包围盒大小 */ + size: Size; + } + } + + /**************************************************** + * Collider + *****************************************************/ + + export namespace Collider { + /** !#en Defines a Circle Collider . + !#zh 用来定义圆形碰撞体 */ + export class Circle { + /** !#en Position offset + !#zh 位置偏移量 */ + offset: Vec2; + /** !#en Circle radius + !#zh 圆形半径 */ + radius: number; + } + } + + /**************************************************** + * Collider + *****************************************************/ + + export namespace Collider { + /** !#en Defines a Polygon Collider . + !#zh 用来定义多边形碰撞体 */ + export class Polygon { + /** !#en Position offset + !#zh 位置偏移量 */ + offset: Vec2; + /** !#en Polygon points + !#zh 多边形顶点数组 */ + points: Vec2[]; + } + } + + /**************************************************** + * Light + *****************************************************/ + + export namespace Light { + /** !#en The light source type + + !#zh 光源类型 */ + export enum Type { + DIRECTIONAL = 0, + POINT = 0, + SPOT = 0, + AMBIENT = 0, + } + } + + /**************************************************** + * Light + *****************************************************/ + + export namespace Light { + /** !#en The shadow type + + !#zh 阴影类型 */ + export enum ShadowType { + NONE = 0, + HARD = 0, + SOFT_PCF3X3 = 0, + SOFT_PCF5X5 = 0, + } + } + + /**************************************************** + * Prefab + *****************************************************/ + + export namespace Prefab { + /** !#zh + Prefab 创建实例所用的优化策略,配合 {{#crossLink "Prefab.optimizationPolicy"}}cc.Prefab#optimizationPolicy{{/crossLink}} 使用。 + !#en + An enumeration used with the {{#crossLink "Prefab.optimizationPolicy"}}cc.Prefab#optimizationPolicy{{/crossLink}} + to specify how to optimize the instantiate operation. */ + export enum OptimizationPolicy { + AUTO = 0, + SINGLE_INSTANCE = 0, + MULTI_INSTANCE = 0, + } + } + + /**************************************************** + * RenderTexture + *****************************************************/ + + export namespace RenderTexture { + /** !#en The depth buffer and stencil buffer format for RenderTexture. + !#zh RenderTexture 的深度缓冲以及模板缓冲格式。 */ + export enum DepthStencilFormat { + RB_FMT_D24S8 = 0, + RB_FMT_S8 = 0, + RB_FMT_D16 = 0, + } + } + + /**************************************************** + * Texture2D + *****************************************************/ + + export namespace Texture2D { + /** The texture pixel format, default value is RGBA8888, + you should note that textures loaded by normal image files (png, jpg) can only support RGBA8888 format, + other formats are supported by compressed file types or raw data. */ + export enum PixelFormat { + RGB565 = 0, + RGB5A1 = 0, + RGBA4444 = 0, + RGB888 = 0, + RGBA8888 = 0, + RGBA32F = 0, + A8 = 0, + I8 = 0, + AI88 = 0, + RGB_PVRTC_2BPPV1 = 0, + RGBA_PVRTC_2BPPV1 = 0, + RGB_A_PVRTC_2BPPV1 = 0, + RGB_PVRTC_4BPPV1 = 0, + RGBA_PVRTC_4BPPV1 = 0, + RGB_A_PVRTC_4BPPV1 = 0, + RGB_ETC1 = 0, + RGBA_ETC1 = 0, + RGB_ETC2 = 0, + RGBA_ETC2 = 0, + } + } + + /**************************************************** + * Texture2D + *****************************************************/ + + export namespace Texture2D { + /** The texture wrap mode */ + export enum WrapMode { + REPEAT = 0, + CLAMP_TO_EDGE = 0, + MIRRORED_REPEAT = 0, + } + } + + /**************************************************** + * Texture2D + *****************************************************/ + + export namespace Texture2D { + /** The texture filter mode */ + export enum Filter { + LINEAR = 0, + NEAREST = 0, + } + } + + /**************************************************** + * Event + *****************************************************/ + + export namespace Event { + /** !#en The Custom event + !#zh 自定义事件 */ + export class EventCustom extends Event { + /** + + @param type The name of the event (case-sensitive), e.g. "click", "fire", or "submit" + @param bubbles A boolean indicating whether the event bubbles up through the tree or not + */ + constructor(type: string, bubbles: boolean); + /** !#en A reference to the detailed data of the event + !#zh 事件的详细数据 */ + detail: any; + /** + !#en Sets user data + !#zh 设置用户数据 + @param data data + */ + setUserData(data: any): void; + /** + !#en Gets user data + !#zh 获取用户数据 + */ + getUserData(): any; + /** + !#en Gets event name + !#zh 获取事件名称 + */ + getEventName(): string; + } + } + + /**************************************************** + * SystemEvent + *****************************************************/ + + export namespace SystemEvent { + /** !#en The event type supported by SystemEvent + !#zh SystemEvent 支持的事件类型 */ + export class EventType { + /** !#en The event type for press the key down event, you can use its value directly: 'keydown' + !#zh 当按下按键时触发的事件 */ + static KEY_DOWN: string; + /** !#en The event type for press the key up event, you can use its value directly: 'keyup' + !#zh 当松开按键时触发的事件 */ + static KEY_UP: string; + /** !#en The event type for press the devicemotion event, you can use its value directly: 'devicemotion' + !#zh 重力感应 */ + static DEVICEMOTION: string; + } + } + + /**************************************************** + * Animation + *****************************************************/ + + export namespace Animation { + /** !#en The event type supported by Animation + !#zh Animation 支持的事件类型 */ + export class EventType { + /** !#en Emit when begin playing animation + !#zh 开始播放时触发 */ + static PLAY: string; + /** !#en Emit when stop playing animation + !#zh 停止播放时触发 */ + static STOP: string; + /** !#en Emit when pause animation + !#zh 暂停播放时触发 */ + static PAUSE: string; + /** !#en Emit when resume animation + !#zh 恢复播放时触发 */ + static RESUME: string; + /** !#en If animation repeat count is larger than 1, emit when animation play to the last frame + !#zh 假如动画循环次数大于 1,当动画播放到最后一帧时触发 */ + static LASTFRAME: string; + /** !#en Emit when finish playing animation + !#zh 动画播放完成时触发 */ + static FINISHED: string; + } + } + + /**************************************************** + * Button + *****************************************************/ + + export namespace Button { + /** !#en Enum for transition type. + !#zh 过渡类型 */ + export enum Transition { + NONE = 0, + COLOR = 0, + SPRITE = 0, + SCALE = 0, + } + } + + /**************************************************** + * Component + *****************************************************/ + + export namespace Component { + /** !#en + Component will register a event to target component's handler. + And it will trigger the handler when a certain event occurs. + + !@zh + “EventHandler” 类用来设置场景中的事件回调, + 该类允许用户设置回调目标节点,目标组件名,组件方法名, + 并可通过 emit 方法调用目标函数。 */ + export class EventHandler { + /** !#en the node that contains target callback, such as the node example script belongs to + !#zh 事件响应函数所在节点 ,比如例子中脚本归属的节点本身 */ + target: Node; + /** !#en name of the component(script) that contains target callback, such as the name 'MainMenu' of script in example + !#zh 事件响应函数所在组件名(脚本名), 比如例子中的脚本名 'MainMenu' */ + component: string; + /** !#en Event handler, such as function's name 'onClick' in example + !#zh 响应事件函数名,比如例子中的 'onClick' */ + handler: string; + /** !#en Custom Event Data, such as 'eventType' in example + !#zh 自定义事件数据,比如例子中的 eventType */ + customEventData: string; + /** + + @param events events + @param params params + */ + static emitEvents(events: EventHandler[], ...params: any[]): void; + /** + !#en Emit event with params + !#zh 触发目标组件上的指定 handler 函数,该参数是回调函数的参数值(可不填)。 + @param params params + + @example + ```js + // Call Function + var eventHandler = new cc.Component.EventHandler(); + eventHandler.target = newTarget; + eventHandler.component = "MainMenu"; + eventHandler.handler = "OnClick" + eventHandler.emit(["param1", "param2", ....]); + ``` + */ + emit(params: any[]): void; + } + } + + /**************************************************** + * Label + *****************************************************/ + + export namespace Label { + /** !#en Enum for text alignment. + !#zh 文本横向对齐类型 */ + export enum HorizontalAlign { + LEFT = 0, + CENTER = 0, + RIGHT = 0, + } + } + + /**************************************************** + * Label + *****************************************************/ + + export namespace Label { + /** !#en Enum for vertical text alignment. + !#zh 文本垂直对齐类型 */ + export enum VerticalAlign { + TOP = 0, + CENTER = 0, + BOTTOM = 0, + } + } + + /**************************************************** + * Label + *****************************************************/ + + export namespace Label { + /** !#en Enum for Overflow. + !#zh Overflow 类型 */ + export enum Overflow { + NONE = 0, + CLAMP = 0, + SHRINK = 0, + RESIZE_HEIGHT = 0, + } + } + + /**************************************************** + * Label + *****************************************************/ + + export namespace Label { + /** !#en Enum for font type. + !#zh Type 类型 */ + export enum Type { + TTF = 0, + BMFont = 0, + SystemFont = 0, + } + } + + /**************************************************** + * Label + *****************************************************/ + + export namespace Label { + /** !#en Enum for cache mode. + !#zh CacheMode 类型 */ + export enum CacheMode { + NONE = 0, + BITMAP = 0, + CHAR = 0, + } + } + + /**************************************************** + * Layout + *****************************************************/ + + export namespace Layout { + /** !#en Enum for Layout type + !#zh 布局类型 */ + export enum Type { + NONE = 0, + HORIZONTAL = 0, + VERTICAL = 0, + GRID = 0, + } + } + + /**************************************************** + * Layout + *****************************************************/ + + export namespace Layout { + /** !#en Enum for Layout Resize Mode + !#zh 缩放模式 */ + export enum ResizeMode { + NONE = 0, + CONTAINER = 0, + CHILDREN = 0, + } + } + + /**************************************************** + * Layout + *****************************************************/ + + export namespace Layout { + /** !#en Enum for Grid Layout start axis direction. + The items in grid layout will be arranged in each axis at first.; + !#zh 布局轴向,只用于 GRID 布局。 */ + export enum AxisDirection { + HORIZONTAL = 0, + VERTICAL = 0, + } + } + + /**************************************************** + * Layout + *****************************************************/ + + export namespace Layout { + /** !#en Enum for vertical layout direction. + Used in Grid Layout together with AxisDirection is VERTICAL + !#zh 垂直方向布局方式 */ + export enum VerticalDirection { + BOTTOM_TO_TOP = 0, + TOP_TO_BOTTOM = 0, + } + } + + /**************************************************** + * Layout + *****************************************************/ + + export namespace Layout { + /** !#en Enum for horizontal layout direction. + Used in Grid Layout together with AxisDirection is HORIZONTAL + !#zh 水平方向布局方式 */ + export enum HorizontalDirection { + LEFT_TO_RIGHT = 0, + RIGHT_TO_LEFT = 0, + } + } + + /**************************************************** + * Mask + *****************************************************/ + + export namespace Mask { + /** !#en the type for mask. + !#zh 遮罩组件类型 */ + export enum Type { + RECT = 0, + ELLIPSE = 0, + IMAGE_STENCIL = 0, + } + } + + /**************************************************** + * PageView + *****************************************************/ + + export namespace PageView { + /** !#en The Page View Size Mode + !#zh 页面视图每个页面统一的大小类型 */ + export enum SizeMode { + Unified = 0, + Free = 0, + } + } + + /**************************************************** + * PageView + *****************************************************/ + + export namespace PageView { + /** !#en The Page View Direction + !#zh 页面视图滚动类型 */ + export enum Direction { + Horizontal = 0, + Vertical = 0, + } + } + + /**************************************************** + * PageView + *****************************************************/ + + export namespace PageView { + /** !#en Enum for ScrollView event type. + !#zh 滚动视图事件类型 */ + export enum EventType { + PAGE_TURNING = 0, + } + } + + /**************************************************** + * ProgressBar + *****************************************************/ + + export namespace ProgressBar { + /** !#en Enum for ProgressBar mode + !#zh 进度条模式 */ + export enum Mode { + HORIZONTAL = 0, + VERTICAL = 0, + FILLED = 0, + } + } + + /**************************************************** + * PageViewIndicator + *****************************************************/ + + export namespace PageViewIndicator { + /** !#en Enum for PageView Indicator direction + !#zh 页面视图指示器的摆放方向 */ + export enum Direction { + HORIZONTAL = 0, + VERTICAL = 0, + } + } + + /**************************************************** + * Scrollbar + *****************************************************/ + + export namespace Scrollbar { + /** Enum for Scrollbar direction */ + export enum Direction { + HORIZONTAL = 0, + VERTICAL = 0, + } + } + + /**************************************************** + * ScrollView + *****************************************************/ + + export namespace ScrollView { + /** !#en Enum for ScrollView event type. + !#zh 滚动视图事件类型 */ + export enum EventType { + SCROLL_TO_TOP = 0, + SCROLL_TO_BOTTOM = 0, + SCROLL_TO_LEFT = 0, + SCROLL_TO_RIGHT = 0, + SCROLLING = 0, + BOUNCE_TOP = 0, + BOUNCE_BOTTOM = 0, + BOUNCE_LEFT = 0, + BOUNCE_RIGHT = 0, + SCROLL_ENDED = 0, + TOUCH_UP = 0, + AUTOSCROLL_ENDED_WITH_THRESHOLD = 0, + SCROLL_BEGAN = 0, + } + } + + /**************************************************** + * Slider + *****************************************************/ + + export namespace Slider { + /** !#en The Slider Direction + !#zh 滑动器方向 */ + export enum Direction { + Horizontal = 0, + Vertical = 0, + } + } + + /**************************************************** + * Sprite + *****************************************************/ + + export namespace Sprite { + /** !#en Enum for sprite type. + !#zh Sprite 类型 */ + export enum Type { + SIMPLE = 0, + SLICED = 0, + TILED = 0, + FILLED = 0, + MESH = 0, + } + } + + /**************************************************** + * Sprite + *****************************************************/ + + export namespace Sprite { + /** !#en Enum for fill type. + !#zh 填充类型 */ + export enum FillType { + HORIZONTAL = 0, + VERTICAL = 0, + RADIAL = 0, + } + } + + /**************************************************** + * Sprite + *****************************************************/ + + export namespace Sprite { + /** !#en Sprite Size can track trimmed size, raw size or none. + !#zh 精灵尺寸调整模式 */ + export enum SizeMode { + CUSTOM = 0, + TRIMMED = 0, + RAW = 0, + } + } + + /**************************************************** + * Sprite + *****************************************************/ + + export namespace Sprite { + /** !#en Sprite state can choice the normal or grayscale. + !#zh 精灵颜色通道模式。 */ + export enum State { + NORMAL = 0, + GRAY = 0, + } + } + + /**************************************************** + * Widget + *****************************************************/ + + export namespace Widget { + /** !#en Enum for Widget's alignment mode, indicating when the widget should refresh. + !#zh Widget 的对齐模式,表示 Widget 应该何时刷新。 */ + export enum AlignMode { + ONCE = 0, + ON_WINDOW_RESIZE = 0, + ALWAYS = 0, + } + } + + /**************************************************** + * Event + *****************************************************/ + + export namespace Event { + /** !#en The mouse event + !#zh 鼠标事件类型 */ + export class EventMouse extends Event { + /** + !#en Sets scroll data. + !#zh 设置鼠标的滚动数据。 + @param scrollX scrollX + @param scrollY scrollY + */ + setScrollData(scrollX: number, scrollY: number): void; + /** + !#en Returns the x axis scroll value. + !#zh 获取鼠标滚动的X轴距离,只有滚动时才有效。 + */ + getScrollX(): number; + /** + !#en Returns the y axis scroll value. + !#zh 获取滚轮滚动的 Y 轴距离,只有滚动时才有效。 + */ + getScrollY(): number; + /** + !#en Sets cursor location. + !#zh 设置当前鼠标位置。 + @param x x + @param y y + */ + setLocation(x: number, y: number): void; + /** + !#en Returns cursor location. + !#zh 获取鼠标位置对象,对象包含 x 和 y 属性。 + */ + getLocation(): Vec2; + /** + !#en Returns the current cursor location in screen coordinates. + !#zh 获取当前事件在游戏窗口内的坐标位置对象,对象包含 x 和 y 属性。 + */ + getLocationInView(): Vec2; + /** + !#en Returns the previous touch location. + !#zh 获取鼠标点击在上一次事件时的位置对象,对象包含 x 和 y 属性。 + */ + getPreviousLocation(): Vec2; + /** + !#en Returns the delta distance from the previous location to current location. + !#zh 获取鼠标距离上一次事件移动的距离对象,对象包含 x 和 y 属性。 + */ + getDelta(): Vec2; + /** + !#en Returns the X axis delta distance from the previous location to current location. + !#zh 获取鼠标距离上一次事件移动的 X 轴距离。 + */ + getDeltaX(): number; + /** + !#en Returns the Y axis delta distance from the previous location to current location. + !#zh 获取鼠标距离上一次事件移动的 Y 轴距离。 + */ + getDeltaY(): number; + /** + !#en Sets mouse button. + !#zh 设置鼠标按键。 + @param button button + */ + setButton(button: number): void; + /** + !#en Returns mouse button. + !#zh 获取鼠标按键。 + */ + getButton(): number; + /** + !#en Returns location X axis data. + !#zh 获取鼠标当前位置 X 轴。 + */ + getLocationX(): number; + /** + !#en Returns location Y axis data. + !#zh 获取鼠标当前位置 Y 轴。 + */ + getLocationY(): number; + /** !#en The none event code of mouse event. + !#zh 无。 */ + static NONE: number; + /** !#en The event type code of mouse down event. + !#zh 鼠标按下事件。 */ + static DOWN: number; + /** !#en The event type code of mouse up event. + !#zh 鼠标按下后释放事件。 */ + static UP: number; + /** !#en The event type code of mouse move event. + !#zh 鼠标移动事件。 */ + static MOVE: number; + /** !#en The event type code of mouse scroll event. + !#zh 鼠标滚轮事件。 */ + static SCROLL: number; + /** !#en The tag of Mouse left button. + !#zh 鼠标左键的标签。 */ + static BUTTON_LEFT: number; + /** !#en The tag of Mouse right button (The right button number is 2 on browser). + !#zh 鼠标右键的标签。 */ + static BUTTON_RIGHT: number; + /** !#en The tag of Mouse middle button (The right button number is 1 on browser). + !#zh 鼠标中键的标签。 */ + static BUTTON_MIDDLE: number; + /** !#en The tag of Mouse button 4. + !#zh 鼠标按键 4 的标签。 */ + static BUTTON_4: number; + /** !#en The tag of Mouse button 5. + !#zh 鼠标按键 5 的标签。 */ + static BUTTON_5: number; + /** !#en The tag of Mouse button 6. + !#zh 鼠标按键 6 的标签。 */ + static BUTTON_6: number; + /** !#en The tag of Mouse button 7. + !#zh 鼠标按键 7 的标签。 */ + static BUTTON_7: number; + /** !#en The tag of Mouse button 8. + !#zh 鼠标按键 8 的标签。 */ + static BUTTON_8: number; + } + } + + /**************************************************** + * Event + *****************************************************/ + + export namespace Event { + /** !#en The touch event + !#zh 触摸事件 */ + export class EventTouch extends Event { + /** + + @param touchArr The array of the touches + @param bubbles A boolean indicating whether the event bubbles up through the tree or not + */ + constructor(touchArr: any[], bubbles: boolean); + /** !#en The current touch object + !#zh 当前触点对象 */ + touch: Touch; + /** + !#en Returns event code. + !#zh 获取事件类型。 + */ + getEventCode(): number; + /** + !#en Returns touches of event. + !#zh 获取触摸点的列表。 + */ + getTouches(): any[]; + /** + !#en Sets touch location. + !#zh 设置当前触点位置 + @param x x + @param y y + */ + setLocation(x: number, y: number): void; + /** + !#en Returns touch location. + !#zh 获取触点位置。 + */ + getLocation(): Vec2; + /** + !#en Returns the current touch location in screen coordinates. + !#zh 获取当前触点在游戏窗口中的位置。 + */ + getLocationInView(): Vec2; + /** + !#en Returns the previous touch location. + !#zh 获取触点在上一次事件时的位置对象,对象包含 x 和 y 属性。 + */ + getPreviousLocation(): Vec2; + /** + !#en Returns the start touch location. + !#zh 获取触点落下时的位置对象,对象包含 x 和 y 属性。 + */ + getStartLocation(): Vec2; + /** + !#en Returns the id of cc.Touch. + !#zh 触点的标识 ID,可以用来在多点触摸中跟踪触点。 + */ + getID(): number; + /** + !#en Returns the delta distance from the previous location to current location. + !#zh 获取触点距离上一次事件移动的距离对象,对象包含 x 和 y 属性。 + */ + getDelta(): Vec2; + /** + !#en Returns the X axis delta distance from the previous location to current location. + !#zh 获取触点距离上一次事件移动的 x 轴距离。 + */ + getDeltaX(): number; + /** + !#en Returns the Y axis delta distance from the previous location to current location. + !#zh 获取触点距离上一次事件移动的 y 轴距离。 + */ + getDeltaY(): number; + /** + !#en Returns location X axis data. + !#zh 获取当前触点 X 轴位置。 + */ + getLocationX(): number; + /** + !#en Returns location Y axis data. + !#zh 获取当前触点 Y 轴位置。 + */ + getLocationY(): number; + } + } + + /**************************************************** + * Event + *****************************************************/ + + export namespace Event { + /** !#en The acceleration event + !#zh 加速度事件 */ + export class EventAcceleration extends Event { + } + } + + /**************************************************** + * Event + *****************************************************/ + + export namespace Event { + /** !#en The keyboard event + !#zh 键盘事件 */ + export class EventKeyboard extends Event { + /** !#en + The keyCode read-only property represents a system and implementation dependent numerical code identifying the unmodified value of the pressed key. + This is usually the decimal ASCII (RFC 20) or Windows 1252 code corresponding to the key. + If the key can't be identified, this value is 0. + + !#zh + keyCode 是只读属性它表示一个系统和依赖于实现的数字代码,可以识别按键的未修改值。 + 这通常是十进制 ASCII (RFC20) 或者 Windows 1252 代码,所对应的密钥。 + 如果无法识别该键,则该值为 0。 */ + keyCode: number; + } + } + + /**************************************************** + * Graphics + *****************************************************/ + + export namespace Graphics { + /** !#en Enum for LineCap. + !#zh 线段末端属性 */ + export enum LineCap { + BUTT = 0, + ROUND = 0, + SQUARE = 0, + } + } + + /**************************************************** + * Graphics + *****************************************************/ + + export namespace Graphics { + /** !#en Enum for LineJoin. + !#zh 线段拐角属性 */ + export enum LineJoin { + BEVEL = 0, + ROUND = 0, + MITER = 0, + } + } + + /**************************************************** + * geomUtils + *****************************************************/ + + export namespace geomUtils { + /** Aabb */ + export class Aabb { + /** + create a new aabb + @param px X coordinates for aabb's original point + @param py Y coordinates for aabb's original point + @param pz Z coordinates for aabb's original point + @param w the half of aabb width + @param h the half of aabb height + @param l the half of aabb length + */ + create(px: number, py: number, pz: number, w: number, h: number, l: number): Aabb; + /** + clone a new aabb + @param a the source aabb + */ + clone(a: Aabb): Aabb; + /** + copy the values from one aabb to another + @param out the receiving aabb + @param a the source aabb + */ + copy(out: Aabb, a: Aabb): Aabb; + /** + create a new aabb from two corner points + @param out the receiving aabb + @param minPos lower corner position of the aabb + @param maxPos upper corner position of the aabb + */ + fromPoints(out: Aabb, minPos: Vec3, maxPos: Vec3): Aabb; + /** + Set the components of a aabb to the given values + @param out the receiving aabb + @param px X coordinates for aabb's original point + @param py Y coordinates for aabb's original point + @param pz Z coordinates for aabb's original point + @param w the half of aabb width + @param h the half of aabb height + @param l the half of aabb length + */ + set(out: Aabb, px: number, py: number, pz: number, w: number, h: number, l: number): Aabb; + center: Vec3; + halfExtents: Vec3; + _type: number; + /** + Get the bounding points of this shape + @param minPos minPos + @param maxPos maxPos + */ + getBoundary(minPos: Vec3, maxPos: Vec3): void; + /** + Transform this shape + @param m the transform matrix + @param pos the position part of the transform + @param rot the rotation part of the transform + @param scale the scale part of the transform + @param out the target shape + */ + transform(m: Mat4, pos: Vec3, rot: Quat, scale: Vec3, out?: Aabb): void; + } + } + + /**************************************************** + * geomUtils + *****************************************************/ + + export namespace geomUtils { + /** !#en Shape type. */ + export enum enums { + SHAPE_RAY = 0, + SHAPE_LINE = 0, + SHAPE_SPHERE = 0, + SHAPE_AABB = 0, + SHAPE_OBB = 0, + SHAPE_PLANE = 0, + SHAPE_TRIANGLE = 0, + SHAPE_FRUSTUM = 0, + SHAPE_FRUSTUM_ACCURATE = 0, + } + } + + /**************************************************** + * geomUtils + *****************************************************/ + + export namespace geomUtils { + /** !#en frustum + !#zh 平截头体 */ + export class Frustum { + /** Set whether to use accurate intersection testing function on this frustum */ + accurate: boolean; + /** + create a new frustum + */ + static create(): Frustum; + /** + Clone a frustum + @param f f + */ + static clone(f: Frustum): Frustum; + /** + Copy the values from one frustum to another + @param out out + @param f f + */ + copy(out: Frustum, f: Frustum): Frustum; + planes: geomUtils.Plane[]; + planes: Vec3[]; + /** + !#en Update the frustum information according to the given transform matrix. + Note that the resulting planes are not normalized under normal mode. + @param m the view-projection matrix + @param inv the inverse view-projection matrix + */ + update(m: Mat4, inv: Mat4): void; + /** + !#en transform by matrix + @param mat mat + */ + transform(mat: Mat4): void; + } + } + + /**************************************************** + * geomUtils + *****************************************************/ + + export namespace geomUtils { + /** undefined */ + export class intersect { + /** + !#en + Check whether ray intersect with nodes + !#zh + 检测射线是否与物体有交集 + @param root If root is null, then traversal nodes from scene node + @param worldRay worldRay + @param handler handler + @param filter filter + */ + static ray_cast(root: Node, worldRay: geomUtils.Ray, handler: Function, filter: Function): any[]; + /** + !#en ray-plane intersect
+ !#zh 射线与平面的相交性检测。 + @param ray ray + @param plane plane + */ + static ray_plane(ray: geomUtils.Ray, plane: geomUtils.Plane): number; + /** + !#en line-plane intersect
+ !#zh 线段与平面的相交性检测。 + @param line line + @param plane plane + */ + static line_plane(line: geomUtils.Line, plane: geomUtils.Plane): number; + /** + !#en ray-triangle intersect
+ !#zh 射线与三角形的相交性检测。 + @param ray ray + @param triangle triangle + @param doubleSided doubleSided + */ + static ray_triangle(ray: geomUtils.Ray, triangle: geomUtils.Triangle, doubleSided: boolean): number; + /** + !#en line-triangle intersect
+ !#zh 线段与三角形的相交性检测。 + @param line line + @param triangle triangle + @param outPt optional, The intersection point + */ + static line_triangle(line: geomUtils.Line, triangle: geomUtils.Triangle, outPt: Vec3): number; + /** + !#en line-quad intersect
+ !#zh 线段与四边形的相交性检测。 + @param p A point on a line segment + @param q Another point on the line segment + @param a Quadrilateral point a + @param b Quadrilateral point b + @param c Quadrilateral point c + @param d Quadrilateral point d + @param outPt optional, The intersection point + */ + static line_quad(p: Vec3, q: Vec3, a: Vec3, b: Vec3, c: Vec3, d: Vec3, outPt: Vec3): number; + /** + !#en ray-sphere intersect
+ !#zh 射线和球的相交性检测。 + @param ray ray + @param sphere sphere + */ + static ray_sphere(ray: geomUtils.Ray, sphere: geomUtils.Sphere): number; + /** + !#en ray-aabb intersect
+ !#zh 射线和轴对齐包围盒的相交性检测。 + @param ray ray + @param aabb Align the axis around the box + */ + static ray_aabb(ray: geomUtils.Ray, aabb: Aabb): number; + /** + !#en ray-obb intersect
+ !#zh 射线和方向包围盒的相交性检测。 + @param ray ray + @param obb Direction box + */ + static ray_obb(ray: geomUtils.Ray, obb: geomUtils.Obb): number; + /** + !#en aabb-aabb intersect
+ !#zh 轴对齐包围盒和轴对齐包围盒的相交性检测。 + @param aabb1 Axis alignment surrounds box 1 + @param aabb2 Axis alignment surrounds box 2 + */ + static aabb_aabb(aabb1: Aabb, aabb2: Aabb): number; + /** + !#en aabb-obb intersect
+ !#zh 轴对齐包围盒和方向包围盒的相交性检测。 + @param aabb Align the axis around the box + @param obb Direction box + */ + static aabb_obb(aabb: Aabb, obb: geomUtils.Obb): number; + /** + !#en aabb-plane intersect
+ !#zh 轴对齐包围盒和平面的相交性检测。 + @param aabb Align the axis around the box + @param plane plane + */ + static aabb_plane(aabb: Aabb, plane: geomUtils.Plane): number; + /** + !#en aabb-frustum intersect, faster but has false positive corner cases
+ !#zh 轴对齐包围盒和锥台相交性检测,速度快,但有错误情况。 + @param aabb Align the axis around the box + @param frustum frustum + */ + static aabb_frustum(aabb: Aabb, frustum: Frustum): number; + /** + !#en aabb-frustum intersect, handles most of the false positives correctly
+ !#zh 轴对齐包围盒和锥台相交性检测,正确处理大多数错误情况。 + @param aabb Align the axis around the box + @param frustum frustum + */ + static aabb_frustum_accurate(aabb: Aabb, frustum: Frustum): number; + /** + !#en obb-point intersect
+ !#zh 方向包围盒和点的相交性检测。 + @param obb Direction box + @param point point + */ + static obb_point(obb: geomUtils.Obb, point: geomUtils.Vec3): boolean; + /** + !#en obb-plane intersect
+ !#zh 方向包围盒和平面的相交性检测。 + @param obb Direction box + @param plane plane + */ + static obb_plane(obb: geomUtils.Obb, plane: geomUtils.Plane): number; + /** + !#en obb-frustum intersect, faster but has false positive corner cases
+ !#zh 方向包围盒和锥台相交性检测,速度快,但有错误情况。 + @param obb Direction box + @param frustum frustum + */ + static obb_frustum(obb: geomUtils.Obb, frustum: Frustum): number; + /** + !#en obb-frustum intersect, handles most of the false positives correctly
+ !#zh 方向包围盒和锥台相交性检测,正确处理大多数错误情况。 + @param obb Direction box + @param frustum frustum + */ + static obb_frustum_accurate(obb: geomUtils.Obb, frustum: Frustum): number; + /** + !#en obb-obb intersect
+ !#zh 方向包围盒和方向包围盒的相交性检测。 + @param obb1 Direction box1 + @param obb2 Direction box2 + */ + static obb_obb(obb1: geomUtils.Obb, obb2: geomUtils.Obb): number; + /** + !#en phere-plane intersect, not necessarily faster than obb-plane
+ due to the length calculation of the plane normal to factor out
+ the unnomalized plane distance
+ !#zh 球与平面的相交性检测。 + @param sphere sphere + @param plane plane + */ + static sphere_plane(sphere: geomUtils.Sphere, plane: geomUtils.Plane): number; + /** + !#en sphere-frustum intersect, faster but has false positive corner cases
+ !#zh 球和锥台的相交性检测,速度快,但有错误情况。 + @param sphere sphere + @param frustum frustum + */ + static sphere_frustum(sphere: geomUtils.Sphere, frustum: Frustum): number; + /** + !#en sphere-frustum intersect, handles the false positives correctly
+ !#zh 球和锥台的相交性检测,正确处理大多数错误情况。 + @param sphere sphere + @param frustum frustum + */ + static sphere_frustum_accurate(sphere: geomUtils.Sphere, frustum: Frustum): number; + /** + !#en sphere-sphere intersect
+ !#zh 球和球的相交性检测。 + @param sphere0 sphere0 + @param sphere1 sphere1 + */ + static sphere_sphere(sphere0: geomUtils.Sphere, sphere1: geomUtils.Sphere): boolean; + /** + !#en sphere-aabb intersect
+ !#zh 球和轴对齐包围盒的相交性检测。 + @param sphere sphere + @param aabb aabb + */ + static sphere_aabb(sphere: geomUtils.Sphere, aabb: Aabb): boolean; + /** + !#en sphere-obb intersect
+ !#zh 球和方向包围盒的相交性检测。 + @param sphere sphere + @param obb obb + */ + static sphere_obb(sphere: geomUtils.Sphere, obb: geomUtils.Obb): boolean; + /** + !#en + The intersection detection of g1 and g2 can fill in the shape in the basic geometry. + !#zh + g1 和 g2 的相交性检测,可填入基础几何中的形状。 + @param g1 Geometry 1 + @param g2 Geometry 2 + @param outPt optional, Intersection point. (note: only partial shape detection with this return value) + */ + static resolve(g1: any, g2: any, outPt: any): void; + } + } + + /**************************************************** + * geomUtils + *****************************************************/ + + export namespace geomUtils { + /** !#en + line + !#zh + 直线 */ + export class Line { + /** + !#en + create a new line + !#zh + 创建一个新的 line。 + @param sx The x part of the starting point. + @param sy The y part of the starting point. + @param sz The z part of the starting point. + @param ex The x part of the end point. + @param ey The y part of the end point. + @param ez The z part of the end point. + */ + create(sx: number, sy: number, sz: number, ex: number, ey: number, ez: number): Line; + /** + !#en + Creates a new line initialized with values from an existing line + !#zh + 克隆一个新的 line。 + @param a The source of cloning. + */ + clone(a: Line): Line; + /** + !#en + Copy the values from one line to another + !#zh + 复制一个线的值到另一个。 + @param out The object that accepts the action. + @param a The source of the copy. + */ + copy(out: Line, a: Line): Line; + /** + !#en + create a line from two points + !#zh + 用两个点创建一个线。 + @param out The object that accepts the action. + @param start The starting point. + @param end At the end. + */ + fromPoints(out: Line, start: Vec3, end: Vec3): Line; + /** + !#en + Set the components of a Vec3 to the given values + !#zh + 将给定线的属性设置为给定值。 + @param out The object that accepts the action. + @param sx The x part of the starting point. + @param sy The y part of the starting point. + @param sz The z part of the starting point. + @param ex The x part of the end point. + @param ey The y part of the end point. + @param ez The z part of the end point. + */ + set(out: Line, sx: number, sy: number, sz: number, ex: number, ey: number, ez: number): Line; + /** + !#en + Calculate the length of the line. + !#zh + 计算线的长度。 + @param a The line to calculate. + */ + len(a: Line): number; + /** !#en + Start points. + !#zh + 起点。 */ + s: Vec3; + /** !#en + End points. + !#zh + 终点。 */ + e: Vec3; + /** + !#en + Calculate the length of the line. + !#zh + 计算线的长度。 + */ + length(): number; + } + } + + /**************************************************** + * geomUtils + *****************************************************/ + + export namespace geomUtils { + /** !#en obb + !#zh + 基础几何 方向包围盒。 */ + export class Obb { + /** !#zh + 获取形状的类型。 */ + type: number; + /** + !#en + create a new obb + !#zh + 创建一个新的 obb 实例。 + @param cx X coordinates of the shape relative to the origin. + @param cy Y coordinates of the shape relative to the origin. + @param cz Z coordinates of the shape relative to the origin. + @param hw Obb is half the width. + @param hh Obb is half the height. + @param hl Obb is half the Length. + @param ox_1 Direction matrix parameter. + @param ox_2 Direction matrix parameter. + @param ox_3 Direction matrix parameter. + @param oy_1 Direction matrix parameter. + @param oy_2 Direction matrix parameter. + @param oy_3 Direction matrix parameter. + @param oz_1 Direction matrix parameter. + @param oz_2 Direction matrix parameter. + @param oz_3 Direction matrix parameter. + */ + create(cx: number, cy: number, cz: number, hw: number, hh: number, hl: number, ox_1: number, ox_2: number, ox_3: number, oy_1: number, oy_2: number, oy_3: number, oz_1: number, oz_2: number, oz_3: number): Obb; + /** + !#en + clone a new obb + !#zh + 克隆一个 obb。 + @param a The target of cloning. + */ + clone(a: Obb): Obb; + /** + !#en + copy the values from one obb to another + !#zh + 将从一个 obb 的值复制到另一个 obb。 + @param out Obb that accepts the operation. + @param a Obb being copied. + */ + copy(out: Obb, a: Obb): Obb; + /** + !#en + create a new obb from two corner points + !#zh + 用两个点创建一个新的 obb。 + @param out Obb that accepts the operation. + @param minPos The smallest point of obb. + @param maxPos Obb's maximum point. + */ + fromPoints(out: Obb, minPos: Vec3, maxPos: Vec3): Obb; + /** + !#en + Set the components of a obb to the given values + !#zh + 将给定 obb 的属性设置为给定的值。 + @param cx X coordinates of the shape relative to the origin. + @param cy Y coordinates of the shape relative to the origin. + @param cz Z coordinates of the shape relative to the origin. + @param hw Obb is half the width. + @param hh Obb is half the height. + @param hl Obb is half the Length. + @param ox_1 Direction matrix parameter. + @param ox_2 Direction matrix parameter. + @param ox_3 Direction matrix parameter. + @param oy_1 Direction matrix parameter. + @param oy_2 Direction matrix parameter. + @param oy_3 Direction matrix parameter. + @param oz_1 Direction matrix parameter. + @param oz_2 Direction matrix parameter. + @param oz_3 Direction matrix parameter. + */ + set(cx: number, cy: number, cz: number, hw: number, hh: number, hl: number, ox_1: number, ox_2: number, ox_3: number, oy_1: number, oy_2: number, oy_3: number, oz_1: number, oz_2: number, oz_3: number): Obb; + /** !#en + The center of the local coordinate. + !#zh + 本地坐标的中心点。 */ + center: Vec3; + /** !#en + Half the length, width, and height. + !#zh + 长宽高的一半。 */ + halfExtents: Vec3; + /** !#en + Direction matrix. + !#zh + 方向矩阵。 */ + orientation: Mat3; + /** + !#en + Get the bounding points of this shape + !#zh + 获取 obb 的最小点和最大点。 + @param minPos minPos + @param maxPos maxPos + */ + getBoundary(minPos: Vec3, maxPos: Vec3): void; + /** + !#en Transform this shape + !#zh + 将 out 根据这个 obb 的数据进行变换。 + @param m The transformation matrix. + @param pos The position part of the transformation. + @param rot The rotating part of the transformation. + @param scale The scaling part of the transformation. + @param out Target of transformation. + */ + transform(m: Mat4, pos: Vec3, rot: Quat, scale: Vec3, out: Obb): void; + /** + !#en + Transform out based on this obb data. + !#zh + 将 out 根据这个 obb 的数据进行变换。 + @param m The transformation matrix. + @param rot The rotating part of the transformation. + @param out Target of transformation. + */ + translateAndRotate(m: Mat4, rot: Quat, out: Obb): void; + /** + !#en + Scale out based on this obb data. + !#zh + 将 out 根据这个 obb 的数据进行缩放。 + @param scale Scale value. + @param out Scaled target. + */ + setScale(scale: Vec3, out: Obb): void; + } + } + + /**************************************************** + * geomUtils + *****************************************************/ + + export namespace geomUtils { + /** !#en + plane。 + !#zh + 平面。 */ + export class Plane { + /** + !#en + create a new plane + !#zh + 创建一个新的 plane。 + @param nx The x part of the normal component. + @param ny The y part of the normal component. + @param nz The z part of the normal component. + @param d Distance from the origin. + */ + create(nx: number, ny: number, nz: number, d: number): Plane; + /** + !#en + clone a new plane + !#zh + 克隆一个新的 plane。 + @param p The source of cloning. + */ + clone(p: Plane): Plane; + /** + !#en + copy the values from one plane to another + !#zh + 复制一个平面的值到另一个。 + @param out The object that accepts the action. + @param p The source of the copy. + */ + copy(out: Plane, p: Plane): Plane; + /** + !#en + create a plane from three points + !#zh + 用三个点创建一个平面。 + @param out The object that accepts the action. + @param a Point a。 + @param b Point b。 + @param c Point c。 + */ + fromPoints(out: Plane, a: Vec3, b: Vec3, c: Vec3): Plane; + /** + !#en + Set the components of a plane to the given values + !#zh + 将给定平面的属性设置为给定值。 + @param out The object that accepts the action. + @param nx The x part of the normal component. + @param ny The y part of the normal component. + @param nz The z part of the normal component. + @param d Distance from the origin. + */ + set(out: Plane, nx: number, ny: number, nz: number, d: number): Plane; + /** + !#en + create plane from normal and point + !#zh + 用一条法线和一个点创建平面。 + @param out The object that accepts the action. + @param normal The normal of a plane. + @param point A point on the plane. + */ + fromNormalAndPoint(out: Plane, normal: Vec3, point: Vec3): Plane; + /** + !#en + normalize a plane + !#zh + 归一化一个平面。 + @param out The object that accepts the action. + @param a Source data for operations. + */ + normalize(out: Plane, a: Plane): Plane; + /** !#en + A normal vector. + !#zh + 法线向量。 */ + n: Vec3; + /** !#en + The distance from the origin to the plane. + !#zh + 原点到平面的距离。 */ + d: number; + /** + !#en + Transform a plane. + !#zh + 变换一个平面。 + @param mat mat + */ + transform(mat: Mat4): void; + } + } + + /**************************************************** + * geomUtils + *****************************************************/ + + export namespace geomUtils { + /** !#en + ray + !#zh + 射线。 */ + export class Ray { + /** + !#en + create a new ray + !#zh + 创建一条射线。 + @param ox The x part of the starting point. + @param oy The y part of the starting point. + @param oz The z part of the starting point. + @param dx X in the direction. + @param dy Y in the direction. + @param dz Z in the direction. + */ + create(ox: number, oy: number, oz: number, dx: number, dy: number, dz: number): Ray; + /** + !#en + Creates a new ray initialized with values from an existing ray + !#zh + 从一条射线克隆出一条新的射线。 + @param a Clone target + */ + clone(a: Ray): Ray; + /** + !#en + Copy the values from one ray to another + !#zh + 将从一个 ray 的值复制到另一个 ray。 + @param out Accept the ray of the operation. + @param a Copied ray. + */ + copy(out: Ray, a: Ray): Ray; + /** + !#en + create a ray from two points + !#zh + 用两个点创建一条射线。 + @param out Receive the operating ray. + @param origin Origin of ray + @param target A point on a ray. + */ + fromPoints(out: Ray, origin: Vec3, target: Vec3): Ray; + /** + !#en + Set the components of a ray to the given values + !#zh + 将给定射线的属性设置为给定的值。 + @param out Receive the operating ray. + @param ox The x part of the starting point. + @param oy The y part of the starting point. + @param oz The z part of the starting point. + @param dx X in the direction. + @param dy Y in the direction. + @param dz Z in the direction. + */ + set(out: Ray, ox: number, oy: number, oz: number, dx: number, dy: number, dz: number): Ray; + /** !#en + Start point. + !#zh + 起点。 */ + o: Vec3; + /** !#e + Direction + !#zh + 方向。 */ + d: Vec3; + /** + !#en Compute hit. + @param out out + @param distance distance + */ + computeHit(out: IVec3Like, distance: number): void; + } + } + + /**************************************************** + * geomUtils + *****************************************************/ + + export namespace geomUtils { + /** !#en + Sphere. + !#zh + 轴对齐球。 */ + export class Sphere { + /** + !#en + create a new sphere + !#zh + 创建一个新的 sphere 实例。 + @param cx X coordinates of the shape relative to the origin. + @param cy Y coordinates of the shape relative to the origin. + @param cz Z coordinates of the shape relative to the origin. + @param r Radius of sphere + */ + create(cx: any, cy: any, cz: any, r: any): Sphere; + /** + !#en + clone a new sphere + !#zh + 克隆一个新的 sphere 实例。 + @param p The target of cloning. + */ + clone(p: Sphere): Sphere; + /** + !#en + copy the values from one sphere to another + !#zh + 将从一个 sphere 的值复制到另一个 sphere。 + @param out Accept the sphere of operations. + @param a Sphere being copied. + */ + copy(out: Sphere, a: Sphere): Sphere; + /** + !#en + create a new bounding sphere from two corner points + !#zh + 从两个点创建一个新的 sphere。 + @param out Accept the sphere of operations. + @param minPos The smallest point of sphere. + @param maxPos The maximum point of sphere. + */ + fromPoints(out: any, minPos: any, maxPos: any): Sphere; + /** + !#en Set the components of a sphere to the given values + !#zh 将球体的属性设置为给定的值。 + @param out Accept the sphere of operations. + @param cx X coordinates of the shape relative to the origin. + @param cy Y coordinates of the shape relative to the origin. + @param cz Z coordinates of the shape relative to the origin. + @param r Radius. + */ + set(out: Sphere, cx: any, cy: any, cz: any, r: number): Sphere; + /** !#en + The center of the local coordinate. + !#zh + 本地坐标的中心点。 */ + center: Vec3; + /** !#zh + 半径。 */ + radius: number; + /** + !#en + Clone. + !#zh + 获得克隆。 + */ + clone(): void; + /** + !#en + Copy sphere + !#zh + 拷贝对象。 + @param a Copy target. + */ + copy(a: any): void; + /** + !#en + Get the bounding points of this shape + !#zh + 获取此形状的边界点。 + @param minPos minPos + @param maxPos maxPos + */ + getBoundary(minPos: Vec3, maxPos: Vec3): void; + /** + !#en + Transform this shape + !#zh + 将 out 根据这个 sphere 的数据进行变换。 + @param m The transformation matrix. + @param pos The position part of the transformation. + @param rot The rotating part of the transformation. + @param scale The scaling part of the transformation. + @param out The target of the transformation. + */ + transform(m: any, pos: any, rot: any, scale: any, out: any): void; + /** + !#en + Scale out based on the sphere data. + !#zh + 将 out 根据这个 sphere 的数据进行缩放。 + @param scale Scale value + @param out Scale target + */ + setScale(scale: any, out: any): void; + } + } + + /**************************************************** + * geomUtils + *****************************************************/ + + export namespace geomUtils { + /** Triangle */ + export class Triangle { + /** + create a new triangle + @param ax ax + @param ay ay + @param az az + @param bx bx + @param by by + @param bz bz + @param cx cx + @param cy cy + @param cz cz + */ + create(ax: number, ay: number, az: number, bx: number, by: number, bz: number, cx: number, cy: number, cz: number): Triangle; + /** + clone a new triangle + @param t the source plane + */ + clone(t: Triangle): Triangle; + /** + copy the values from one triangle to another + @param out the receiving triangle + @param t the source triangle + */ + copy(out: Triangle, t: Triangle): Triangle; + /** + Create a triangle from three points + @param out the receiving triangle + @param a a + @param b b + @param c c + */ + fromPoints(out: Triangle, a: Vec3, b: Vec3, c: Vec3): Triangle; + /** + Set the components of a triangle to the given values + @param out the receiving plane + @param ax X component of a + @param ay Y component of a + @param az Z component of a + @param bx X component of b + @param by Y component of b + @param bz Z component of b + @param cx X component of c + @param cy Y component of c + @param cz Z component of c + */ + set(out: Triangle, ax: number, ay: number, az: number, bx: number, by: number, bz: number, cx: number, cy: number, cz: number): Plane; + a: Vec3; + b: Vec3; + c: Vec3; + } + } + + /**************************************************** + * Camera + *****************************************************/ + + export namespace Camera { + /** !#en Values for Camera.clearFlags, determining what to clear when rendering a Camera. + !#zh 摄像机清除标记位,决定摄像机渲染时会清除哪些状态 */ + export enum ClearFlags { + COLOR = 0, + DEPTH = 0, + STENCIL = 0, + } + } + + /**************************************************** + * MeshRenderer + *****************************************************/ + + export namespace MeshRenderer { + /** !#en Shadow projection mode + + !#ch 阴影投射方式 */ + export enum ShadowCastingMode { + OFF = 0, + ON = 0, + } + } + + /**************************************************** + * PhysicsManager + *****************************************************/ + + export namespace PhysicsManager { + /** !#en + The draw bits for drawing physics debug information.
+ example:
+ ```js + cc.director.getPhysicsManager().debugDrawFlags = + // cc.PhysicsManager.DrawBits.e_aabbBit | + // cc.PhysicsManager.DrawBits.e_pairBit | + // cc.PhysicsManager.DrawBits.e_centerOfMassBit | + cc.PhysicsManager.DrawBits.e_jointBit | + cc.PhysicsManager.DrawBits.e_shapeBit; + ``` + !#zh + 指定物理系统需要绘制哪些调试信息。
+ example:
+ ```js + cc.director.getPhysicsManager().debugDrawFlags = + // cc.PhysicsManager.DrawBits.e_aabbBit | + // cc.PhysicsManager.DrawBits.e_pairBit | + // cc.PhysicsManager.DrawBits.e_centerOfMassBit | + cc.PhysicsManager.DrawBits.e_jointBit | + cc.PhysicsManager.DrawBits.e_shapeBit; + ``` */ + export enum DrawBits { + e_aabbBit = 0, + e_jointBit = 0, + e_shapeBit = 0, + } + } + + /**************************************************** + * macro + *****************************************************/ + + export namespace macro { + /** !#en Key map for keyboard event + !#zh 键盘事件的按键值 */ + export enum KEY { + none = 0, + back = 0, + menu = 0, + backspace = 0, + tab = 0, + enter = 0, + shift = 0, + ctrl = 0, + alt = 0, + pause = 0, + capslock = 0, + escape = 0, + space = 0, + pageup = 0, + pagedown = 0, + end = 0, + home = 0, + left = 0, + up = 0, + right = 0, + down = 0, + select = 0, + insert = 0, + Delete = 0, + a = 0, + b = 0, + c = 0, + d = 0, + e = 0, + f = 0, + g = 0, + h = 0, + i = 0, + j = 0, + k = 0, + l = 0, + m = 0, + n = 0, + o = 0, + p = 0, + q = 0, + r = 0, + s = 0, + t = 0, + u = 0, + v = 0, + w = 0, + x = 0, + y = 0, + z = 0, + num0 = 0, + num1 = 0, + num2 = 0, + num3 = 0, + num4 = 0, + num5 = 0, + num6 = 0, + num7 = 0, + num8 = 0, + num9 = 0, + '*' = 0, + '+' = 0, + '-' = 0, + numdel = 0, + '/' = 0, + f1 = 0, + f2 = 0, + f3 = 0, + f4 = 0, + f5 = 0, + f6 = 0, + f7 = 0, + f8 = 0, + f9 = 0, + f10 = 0, + f11 = 0, + f12 = 0, + numlock = 0, + scrolllock = 0, + ';' = 0, + semicolon = 0, + equal = 0, + '=' = 0, + ',' = 0, + comma = 0, + dash = 0, + '.' = 0, + period = 0, + forwardslash = 0, + grave = 0, + '[' = 0, + openbracket = 0, + backslash = 0, + ']' = 0, + closebracket = 0, + quote = 0, + dpadLeft = 0, + dpadRight = 0, + dpadUp = 0, + dpadDown = 0, + dpadCenter = 0, + } + } + + /**************************************************** + * macro + *****************************************************/ + + export namespace macro { + /** Image formats */ + export enum ImageFormat { + JPG = 0, + PNG = 0, + TIFF = 0, + WEBP = 0, + PVR = 0, + ETC = 0, + S3TC = 0, + ATITC = 0, + TGA = 0, + RAWDATA = 0, + UNKNOWN = 0, + } + } + + /**************************************************** + * macro + *****************************************************/ + + export namespace macro { + /** !#en + Enum for blend factor + Refer to: http://www.andersriggelsen.dk/glblendfunc.php + !#zh + 混合因子 + 可参考: http://www.andersriggelsen.dk/glblendfunc.php */ + export enum BlendFactor { + ONE = 0, + ZERO = 0, + SRC_ALPHA = 0, + SRC_COLOR = 0, + DST_ALPHA = 0, + DST_COLOR = 0, + ONE_MINUS_SRC_ALPHA = 0, + ONE_MINUS_SRC_COLOR = 0, + ONE_MINUS_DST_ALPHA = 0, + ONE_MINUS_DST_COLOR = 0, + } + } + + /**************************************************** + * macro + *****************************************************/ + + export namespace macro { + /** undefined */ + export enum TextAlignment { + LEFT = 0, + CENTER = 0, + RIGHT = 0, + } + } + + /**************************************************** + * sys + *****************************************************/ + + export namespace sys { + /** !#en + Network type enumeration + !#zh + 网络类型枚举 */ + export enum NetworkType { + NONE = 0, + LAN = 0, + WWAN = 0, + } + } + + /**************************************************** + * AnimationCurve + *****************************************************/ + + export namespace AnimationCurve { + /** !#en The wrap mode + !#zh 循环模式 */ + export enum WrapMode { + Default = 0, + Once = 0, + Loop = 0, + PingPong = 0, + ClampForever = 0, + time = 0, + value = 0, + inTangent = 0, + outTangent = 0, + } + } + + /**************************************************** + * ParticleSystem3DAssembler + *****************************************************/ + + export namespace ParticleSystem3DAssembler { + /** undefined */ + export enum Space { + } + } + + /**************************************************** + * ParticleSystem3DAssembler + *****************************************************/ + + export namespace ParticleSystem3DAssembler { + /** 粒子的生成模式 */ + export enum RenderMode { + } + } + + /**************************************************** + * shapeModule + *****************************************************/ + + export namespace shapeModule { + /** 粒子发射器类型 */ + export enum ShapeType { + Box = 0, + Circle = 0, + Cone = 0, + Sphere = 0, + Hemisphere = 0, + } + } + + /**************************************************** + * shapeModule + *****************************************************/ + + export namespace shapeModule { + /** 粒子从发射器的哪个部位发射 */ + export enum EmitLocation { + Base = 0, + Edge = 0, + Shell = 0, + Volume = 0, + } + } + + /**************************************************** + * shapeModule + *****************************************************/ + + export namespace shapeModule { + /** 粒子在扇形区域的发射方式 */ + export enum ArcMode { + Random = 0, + Loop = 0, + PingPong = 0, + } + } + + /**************************************************** + * trailModule + *****************************************************/ + + export namespace trailModule { + /** 选择如何为粒子系统生成轨迹 */ + export enum TrailMode { + } + } + + /**************************************************** + * trailModule + *****************************************************/ + + export namespace trailModule { + /** 纹理填充模式 */ + export enum TextureMode { + } + } + + /**************************************************** + * primitive + *****************************************************/ + + export namespace primitive { + /** undefined */ + export enum PolyhedronType { + Tetrahedron = 0, + Octahedron = 0, + Dodecahedron = 0, + Icosahedron = 0, + Rhombicuboctahedron = 0, + TriangularPrism = 0, + PentagonalPrism = 0, + HexagonalPrism = 0, + SquarePyramid = 0, + PentagonalPyramid = 0, + TriangularDipyramid = 0, + PentagonalDipyramid = 0, + ElongatedSquareDipyramid = 0, + ElongatedPentagonalDipyramid = 0, + ElongatedPentagonalCupola = 0, + } + } + + /**************************************************** + * primitive + *****************************************************/ + + export namespace primitive { + /** undefined */ + export class VertexData { + positions: number[]; + normals: number[]; + uvs: number[]; + indices: number[]; + minPos: Vec3; + maxPos: Vec3; + boundingRadius: number; + } + } + + /**************************************************** + * Material + *****************************************************/ + + export namespace Material { + /** !#en Material builtin name + !#zh 内置材质名字 */ + export enum BUILTIN_NAME { + SPRITE = 0, + GRAY_SPRITE = 0, + UNLIT = 0, + } + } + + /**************************************************** + * EditBox + *****************************************************/ + + export namespace EditBox { + /** !#en Enum for keyboard return types + !#zh 键盘的返回键类型 */ + export enum KeyboardReturnType { + DEFAULT = 0, + DONE = 0, + SEND = 0, + SEARCH = 0, + GO = 0, + NEXT = 0, + } + } + + /**************************************************** + * EditBox + *****************************************************/ + + export namespace EditBox { + /** !#en The EditBox's InputMode defines the type of text that the user is allowed to enter. + !#zh 输入模式 */ + export enum InputMode { + ANY = 0, + EMAIL_ADDR = 0, + NUMERIC = 0, + PHONE_NUMBER = 0, + URL = 0, + DECIMAL = 0, + SINGLE_LINE = 0, + } + } + + /**************************************************** + * EditBox + *****************************************************/ + + export namespace EditBox { + /** !#en Enum for the EditBox's input flags + !#zh 定义了一些用于设置文本显示和文本格式化的标志位。 */ + export enum InputFlag { + PASSWORD = 0, + SENSITIVE = 0, + INITIAL_CAPS_WORD = 0, + INITIAL_CAPS_SENTENCE = 0, + INITIAL_CAPS_ALL_CHARACTERS = 0, + DEFAULT = 0, + } + } + + /**************************************************** + * textureAnimationModule + *****************************************************/ + + export namespace textureAnimationModule { + /** 粒子贴图动画类型 */ + export enum Mode { + } + } + + /**************************************************** + * textureAnimationModule + *****************************************************/ + + export namespace textureAnimationModule { + /** 贴图动画的播放方式 */ + export enum Animation { + } + } + +} + +/** !#en +The global main namespace of DragonBones, all classes, functions, +properties and constants of DragonBones are defined in this namespace +!#zh +DragonBones 的全局的命名空间, +与 DragonBones 相关的所有的类,函数,属性,常量都在这个命名空间中定义。 */ +declare namespace dragonBones { + /** !#en + The Armature Display of DragonBones
+
+ Armature Display has a reference to a DragonBonesAsset and stores the state for ArmatureDisplay instance, + which consists of the current pose's bone SRT, slot colors, and which slot attachments are visible.
+ Multiple Armature Display can use the same DragonBonesAsset which includes all animations, skins, and attachments.
+ !#zh + DragonBones 骨骼动画
+
+ Armature Display 具有对骨骼数据的引用并且存储了骨骼实例的状态, + 它由当前的骨骼动作,slot 颜色,和可见的 slot attachments 组成。
+ 多个 Armature Display 可以使用相同的骨骼数据,其中包括所有的动画,皮肤和 attachments。
*/ + export class ArmatureDisplay extends cc.RenderComponent { + /** !#en + The DragonBones data contains the armatures information (bind pose bones, slots, draw order, + attachments, skins, etc) and animations but does not hold any state.
+ Multiple ArmatureDisplay can share the same DragonBones data. + !#zh + 骨骼数据包含了骨骼信息(绑定骨骼动作,slots,渲染顺序, + attachments,皮肤等等)和动画但不持有任何状态。
+ 多个 ArmatureDisplay 可以共用相同的骨骼数据。 */ + dragonAsset: DragonBonesAsset; + /** !#en + The atlas asset for the DragonBones. + !#zh + 骨骼数据所需的 Atlas Texture 数据。 */ + dragonAtlasAsset: DragonBonesAtlasAsset; + /** !#en The name of current armature. + !#zh 当前的 Armature 名称。 */ + armatureName: string; + /** !#en The name of current playing animation. + !#zh 当前播放的动画名称。 */ + animationName: string; + _defaultArmatureIndex: number; + /** !#en The time scale of this armature. + !#zh 当前骨骼中所有动画的时间缩放率。 */ + timeScale: number; + /** !#en The play times of the default animation. + -1 means using the value of config file; + 0 means repeat for ever + >0 means repeat times + !#zh 播放默认动画的循环次数 + -1 表示使用配置文件中的默认值; + 0 表示无限循环 + >0 表示循环次数 */ + playTimes: number; + /** !#en Indicates whether to enable premultiplied alpha. + You should disable this option when image's transparent area appears to have opaque pixels, + or enable this option when image's half transparent area appears to be darken. + !#zh 是否启用贴图预乘。 + 当图片的透明区域出现色块时需要关闭该选项,当图片的半透明区域颜色变黑时需要启用该选项。 */ + premultipliedAlpha: boolean; + /** !#en Indicates whether open debug bones. + !#zh 是否显示 bone 的 debug 信息。 */ + debugBones: boolean; + /** !#en Enabled batch model, if skeleton is complex, do not enable batch, or will lower performance. + !#zh 开启合批,如果渲染大量相同纹理,且结构简单的骨骼动画,开启合批可以降低drawcall,否则请不要开启,cpu消耗会上升。 */ + enableBatch: boolean; + /** + !#en + The key of dragonbones cache data, which is regard as 'dragonbonesName', when you want to change dragonbones cloth. + !#zh + 缓存龙骨数据的key值,换装的时会使用到该值,作为dragonbonesName使用 + + @example + ```js + let factory = dragonBones.CCFactory.getInstance(); + let needChangeSlot = needChangeArmature.armature().getSlot("changeSlotName"); + factory.replaceSlotDisplay(toChangeArmature.getArmatureKey(), "armatureName", "slotName", "displayName", needChangeSlot); + ``` + */ + getArmatureKey(): string; + /** + !#en + It's best to set cache mode before set property 'dragonAsset', or will waste some cpu time. + If set the mode in editor, then no need to worry about order problem. + !#zh + 若想切换渲染模式,最好在设置'dragonAsset'之前,先设置好渲染模式,否则有运行时开销。 + 若在编辑中设置渲染模式,则无需担心设置次序的问题。 + @param cacheMode cacheMode + + @example + ```js + armatureDisplay.setAnimationCacheMode(dragonBones.ArmatureDisplay.AnimationCacheMode.SHARED_CACHE); + ``` + */ + setAnimationCacheMode(cacheMode: ArmatureDisplay.AnimationCacheMode): void; + /** + !#en Whether in cached mode. + !#zh 当前是否处于缓存模式。 + */ + isAnimationCached(): boolean; + /** + !#en + Play the specified animation. + Parameter animName specify the animation name. + Parameter playTimes specify the repeat times of the animation. + -1 means use the value of the config file. + 0 means play the animation for ever. + >0 means repeat times. + !#zh + 播放指定的动画. + animName 指定播放动画的名称。 + playTimes 指定播放动画的次数。 + -1 为使用配置文件中的次数。 + 0 为无限循环播放。 + >0 为动画的重复次数。 + @param animName animName + @param playTimes playTimes + */ + playAnimation(animName: string, playTimes: number): dragonBones.AnimationState; + /** + !#en + Updating an animation cache to calculate all frame data in the animation is a cost in + performance due to calculating all data in a single frame. + To update the cache, use the invalidAnimationCache method with high performance. + !#zh + 更新某个动画缓存, 预计算动画中所有帧数据,由于在单帧计算所有数据,所以较消耗性能。 + 若想更新缓存,可使用 invalidAnimationCache 方法,具有较高性能。 + @param animName animName + */ + updateAnimationCache(animName: string): void; + /** + !#en + Invalidates the animation cache, which is then recomputed on each frame.. + !#zh + 使动画缓存失效,之后会在每帧重新计算。 + */ + invalidAnimationCache(): void; + /** + !#en + Get the all armature names in the DragonBones Data. + !#zh + 获取 DragonBones 数据中所有的 armature 名称 + */ + getArmatureNames(): any[]; + /** + !#en + Get the all animation names of specified armature. + !#zh + 获取指定的 armature 的所有动画名称。 + @param armatureName armatureName + */ + getAnimationNames(armatureName: string): any[]; + /** + !#en + Add event listener for the DragonBones Event, the same to addEventListener. + !#zh + 添加 DragonBones 事件监听器,与 addEventListener 作用相同。 + @param type A string representing the event type to listen for. + @param listener The callback that will be invoked when the event is dispatched. + @param target The target (this object) to invoke the callback, can be null + */ + on(type: string, listener: (event: cc.Event) => void, target?: any): void; + /** + !#en + Remove the event listener for the DragonBones Event, the same to removeEventListener. + !#zh + 移除 DragonBones 事件监听器,与 removeEventListener 作用相同。 + @param type A string representing the event type to listen for. + @param listener listener + @param target target + */ + off(type: string, listener?: Function, target?: any): void; + /** + !#en + Add DragonBones one-time event listener, the callback will remove itself after the first time it is triggered. + !#zh + 添加 DragonBones 一次性事件监听器,回调会在第一时间被触发后删除自身。 + @param type A string representing the event type to listen for. + @param listener The callback that will be invoked when the event is dispatched. + @param target The target (this object) to invoke the callback, can be null + */ + once(type: string, listener: (event: cc.Event) => void, target?: any): void; + /** + !#en + Add event listener for the DragonBones Event. + !#zh + 添加 DragonBones 事件监听器。 + @param type A string representing the event type to listen for. + @param listener The callback that will be invoked when the event is dispatched. + @param target The target (this object) to invoke the callback, can be null + */ + addEventListener(type: string, listener: (event: cc.Event) => void, target?: any): void; + /** + !#en + Remove the event listener for the DragonBones Event. + !#zh + 移除 DragonBones 事件监听器。 + @param type A string representing the event type to listen for. + @param listener listener + @param target target + */ + removeEventListener(type: string, listener?: Function, target?: any): void; + /** + !#en + Build the armature for specified name. + !#zh + 构建指定名称的 armature 对象 + @param armatureName armatureName + @param node node + */ + buildArmature(armatureName: string, node: cc.Node): ArmatureDisplay; + /** + !#en + Get the current armature object of the ArmatureDisplay. + !#zh + 获取 ArmatureDisplay 当前使用的 Armature 对象 + */ + armature(): any; + } + /** DragonBones factory */ + export class CCFactory extends BaseFactory { + /** + + + @example + ```js + let factory = dragonBones.CCFactory.getInstance(); + ``` + */ + static getInstance(): CCFactory; + } + /** !#en The skeleton data of dragonBones. + !#zh dragonBones 的 骨骼数据。 */ + export class DragonBonesAsset extends cc.Asset { + /** !#en See http://developer.egret.com/cn/github/egret-docs/DB/dbLibs/dataFormat/index.html + !#zh 可查看 DragonBones 官方文档 http://developer.egret.com/cn/github/egret-docs/DB/dbLibs/dataFormat/index.html */ + dragonBonesJson: string; + } + /** !#en The skeleton atlas data of dragonBones. + !#zh dragonBones 的骨骼纹理数据。 */ + export class DragonBonesAtlasAsset extends cc.Asset { + atlasJson: string; + texture: cc.Texture2D; + } + /**************************************************** + * ArmatureDisplay + *****************************************************/ + + export namespace ArmatureDisplay { + /** !#en Enum for cache mode type. + !#zh Dragonbones渲染类型 */ + export enum AnimationCacheMode { + REALTIME = 0, + SHARED_CACHE = 0, + PRIVATE_CACHE = 0, + } + } + + /**************************************************** + * dragonBones + *****************************************************/ + + export namespace dragonBones { + /** !#en Attach node tool + !#zh 挂点工具类 */ + export class AttachUtil { + /** + !#en Gets attached root node. + !#zh 获取挂接节点树的根节点 + */ + getAttachedRootNode(): cc.Node; + /** + !#en Gets attached node which you want. + !#zh 获得对应的挂点 + @param boneName boneName + */ + getAttachedNodes(boneName: string): cc.Node[]; + /** + !#en Destroy attached node which you want. + !#zh 销毁对应的挂点 + @param boneName boneName + */ + destroyAttachedNodes(boneName: string): void; + /** + !#en Traverse all bones to generate the minimum node tree containing the given bone names, NOTE that make sure the skeleton has initialized before calling this interface. + !#zh 遍历所有插槽,生成包含所有给定插槽名称的最小节点树,注意,调用该接口前请确保骨骼动画已经初始化好。 + @param boneName boneName + */ + generateAttachedNodes(boneName: string): cc.Node[]; + /** + !#en Destroy all attached node. + !#zh 销毁所有挂点 + */ + destroyAllAttachedNodes(): void; + /** + !#en Traverse all bones to generate a tree containing all bones nodes, NOTE that make sure the skeleton has initialized before calling this interface. + !#zh 遍历所有插槽,生成包含所有插槽的节点树,注意,调用该接口前请确保骨骼动画已经初始化好。 + */ + generateAllAttachedNodes(): cc.Node; + } + } + +} + +/** !#en +The global main namespace of Spine, all classes, functions, +properties and constants of Spine are defined in this namespace +!#zh +Spine 的全局的命名空间, +与 Spine 相关的所有的类,函数,属性,常量都在这个命名空间中定义。 */ +declare namespace sp { + /** !#en + The skeleton of Spine
+
+ (Skeleton has a reference to a SkeletonData and stores the state for skeleton instance, + which consists of the current pose's bone SRT, slot colors, and which slot attachments are visible.
+ Multiple skeletons can use the same SkeletonData which includes all animations, skins, and attachments.)
+ !#zh + Spine 骨骼动画
+
+ (Skeleton 具有对骨骼数据的引用并且存储了骨骼实例的状态, + 它由当前的骨骼动作,slot 颜色,和可见的 slot attachments 组成。
+ 多个 Skeleton 可以使用相同的骨骼数据,其中包括所有的动画,皮肤和 attachments。 */ + export class Skeleton extends cc.RenderComponent { + /** !#en The skeletal animation is paused? + !#zh 该骨骼动画是否暂停。 */ + paused: boolean; + /** !#en + The skeleton data contains the skeleton information (bind pose bones, slots, draw order, + attachments, skins, etc) and animations but does not hold any state.
+ Multiple skeletons can share the same skeleton data. + !#zh + 骨骼数据包含了骨骼信息(绑定骨骼动作,slots,渲染顺序, + attachments,皮肤等等)和动画但不持有任何状态。
+ 多个 Skeleton 可以共用相同的骨骼数据。 */ + skeletonData: SkeletonData; + /** !#en The name of default skin. + !#zh 默认的皮肤名称。 */ + defaultSkin: string; + /** !#en The name of default animation. + !#zh 默认的动画名称。 */ + defaultAnimation: string; + /** !#en The name of current playing animation. + !#zh 当前播放的动画名称。 */ + animation: string; + _defaultSkinIndex: number; + /** !#en TODO + !#zh 是否循环播放当前骨骼动画。 */ + loop: boolean; + /** !#en Indicates whether to enable premultiplied alpha. + You should disable this option when image's transparent area appears to have opaque pixels, + or enable this option when image's half transparent area appears to be darken. + !#zh 是否启用贴图预乘。 + 当图片的透明区域出现色块时需要关闭该选项,当图片的半透明区域颜色变黑时需要启用该选项。 */ + premultipliedAlpha: boolean; + /** !#en The time scale of this skeleton. + !#zh 当前骨骼中所有动画的时间缩放率。 */ + timeScale: number; + /** !#en Indicates whether open debug slots. + !#zh 是否显示 slot 的 debug 信息。 */ + debugSlots: boolean; + /** !#en Indicates whether open debug bones. + !#zh 是否显示 bone 的 debug 信息。 */ + debugBones: boolean; + /** !#en Indicates whether open debug mesh. + !#zh 是否显示 mesh 的 debug 信息。 */ + debugMesh: boolean; + /** !#en Enabled two color tint. + !#zh 是否启用染色效果。 */ + useTint: boolean; + /** !#en Enabled batch model, if skeleton is complex, do not enable batch, or will lower performance. + !#zh 开启合批,如果渲染大量相同纹理,且结构简单的骨骼动画,开启合批可以降低drawcall,否则请不要开启,cpu消耗会上升。 */ + enableBatch: boolean; + /** + !#en + Sets runtime skeleton data to sp.Skeleton.
+ This method is different from the `skeletonData` property. This method is passed in the raw data provided by the Spine runtime, and the skeletonData type is the asset type provided by Creator. + !#zh + 设置底层运行时用到的 SkeletonData。
+ 这个接口有别于 `skeletonData` 属性,这个接口传入的是 Spine runtime 提供的原始数据,而 skeletonData 的类型是 Creator 提供的资源类型。 + @param skeletonData skeletonData + */ + setSkeletonData(skeletonData: sp.spine.SkeletonData): void; + /** + !#en Sets slots visible range. + !#zh 设置骨骼插槽可视范围。 + @param startSlotIndex startSlotIndex + @param endSlotIndex endSlotIndex + */ + setSlotsRange(startSlotIndex: number, endSlotIndex: number): void; + /** + !#en Sets animation state data.
+ The parameter type is {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.AnimationStateData. + !#zh 设置动画状态数据。
+ 参数是 {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.AnimationStateData。 + @param stateData stateData + */ + setAnimationStateData(stateData: sp.spine.AnimationStateData): void; + /** + !#en + It's best to set cache mode before set property 'dragonAsset', or will waste some cpu time. + If set the mode in editor, then no need to worry about order problem. + !#zh + 若想切换渲染模式,最好在设置'dragonAsset'之前,先设置好渲染模式,否则有运行时开销。 + 若在编辑中设置渲染模式,则无需担心设置次序的问题。 + @param cacheMode cacheMode + + @example + ```js + skeleton.setAnimationCacheMode(sp.Skeleton.AnimationCacheMode.SHARED_CACHE); + ``` + */ + setAnimationCacheMode(cacheMode: Skeleton.AnimationCacheMode): void; + /** + !#en Whether in cached mode. + !#zh 当前是否处于缓存模式。 + */ + isAnimationCached(): boolean; + /** + !#en Sets vertex effect delegate. + !#zh 设置顶点动画代理 + @param effectDelegate effectDelegate + */ + setVertexEffectDelegate(effectDelegate: VertexEffectDelegate): void; + /** + !#en Computes the world SRT from the local SRT for each bone. + !#zh 重新更新所有骨骼的世界 Transform, + 当获取 bone 的数值未更新时,即可使用该函数进行更新数值。 + + @example + ```js + var bone = spine.findBone('head'); + cc.log(bone.worldX); // return 0; + spine.updateWorldTransform(); + bone = spine.findBone('head'); + cc.log(bone.worldX); // return -23.12; + ``` + */ + updateWorldTransform(): void; + /** + !#en Sets the bones and slots to the setup pose. + !#zh 还原到起始动作 + */ + setToSetupPose(): void; + /** + !#en + Sets the bones to the setup pose, + using the values from the `BoneData` list in the `SkeletonData`. + !#zh + 设置 bone 到起始动作 + 使用 SkeletonData 中的 BoneData 列表中的值。 + */ + setBonesToSetupPose(): void; + /** + !#en + Sets the slots to the setup pose, + using the values from the `SlotData` list in the `SkeletonData`. + !#zh + 设置 slot 到起始动作。 + 使用 SkeletonData 中的 SlotData 列表中的值。 + */ + setSlotsToSetupPose(): void; + /** + !#en + Updating an animation cache to calculate all frame data in the animation is a cost in + performance due to calculating all data in a single frame. + To update the cache, use the invalidAnimationCache method with high performance. + !#zh + 更新某个动画缓存, 预计算动画中所有帧数据,由于在单帧计算所有数据,所以较消耗性能。 + 若想更新缓存,可使用 invalidAnimationCache 方法,具有较高性能。 + @param animName animName + */ + updateAnimationCache(animName: string): void; + /** + !#en + Invalidates the animation cache, which is then recomputed on each frame.. + !#zh + 使动画缓存失效,之后会在每帧重新计算。 + */ + invalidAnimationCache(): void; + /** + !#en + Finds a bone by name. + This does a string comparison for every bone.
+ Returns a {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.Bone object. + !#zh + 通过名称查找 bone。 + 这里对每个 bone 的名称进行了对比。
+ 返回一个 {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.Bone 对象。 + @param boneName boneName + */ + findBone(boneName: string): sp.spine.Bone; + /** + !#en + Finds a slot by name. This does a string comparison for every slot.
+ Returns a {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.Slot object. + !#zh + 通过名称查找 slot。这里对每个 slot 的名称进行了比较。
+ 返回一个 {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.Slot 对象。 + @param slotName slotName + */ + findSlot(slotName: string): sp.spine.Slot; + /** + !#en + Finds a skin by name and makes it the active skin. + This does a string comparison for every skin.
+ Note that setting the skin does not change which attachments are visible.
+ Returns a {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.Skin object. + !#zh + 按名称查找皮肤,激活该皮肤。这里对每个皮肤的名称进行了比较。
+ 注意:设置皮肤不会改变 attachment 的可见性。
+ 返回一个 {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.Skin 对象。 + @param skinName skinName + */ + setSkin(skinName: string): void; + /** + !#en + Returns the attachment for the slot and attachment name. + The skeleton looks first in its skin, then in the skeleton data’s default skin.
+ Returns a {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.Attachment object. + !#zh + 通过 slot 和 attachment 的名称获取 attachment。Skeleton 优先查找它的皮肤,然后才是 Skeleton Data 中默认的皮肤。
+ 返回一个 {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.Attachment 对象。 + @param slotName slotName + @param attachmentName attachmentName + */ + getAttachment(slotName: string, attachmentName: string): sp.spine.Attachment; + /** + !#en + Sets the attachment for the slot and attachment name. + The skeleton looks first in its skin, then in the skeleton data’s default skin. + !#zh + 通过 slot 和 attachment 的名字来设置 attachment。 + Skeleton 优先查找它的皮肤,然后才是 Skeleton Data 中默认的皮肤。 + @param slotName slotName + @param attachmentName attachmentName + */ + setAttachment(slotName: string, attachmentName: string): void; + /** + Return the renderer of attachment. + @param regionAttachment regionAttachment + */ + getTextureAtlas(regionAttachment: sp.spine.RegionAttachment|spine.BoundingBoxAttachment): sp.spine.TextureAtlasRegion; + /** + !#en + Mix applies all keyframe values, + interpolated for the specified time and mixed with the current values. + !#zh 为所有关键帧设定混合及混合时间(从当前值开始差值)。 + @param fromAnimation fromAnimation + @param toAnimation toAnimation + @param duration duration + */ + setMix(fromAnimation: string, toAnimation: string, duration: number): void; + /** + !#en Set the current animation. Any queued animations are cleared.
+ Returns a {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.TrackEntry object. + !#zh 设置当前动画。队列中的任何的动画将被清除。
+ 返回一个 {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.TrackEntry 对象。 + @param trackIndex trackIndex + @param name name + @param loop loop + */ + setAnimation(trackIndex: number, name: string, loop: boolean): sp.spine.TrackEntry; + /** + !#en Adds an animation to be played delay seconds after the current or last queued animation.
+ Returns a {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.TrackEntry object. + !#zh 添加一个动画到动画队列尾部,还可以延迟指定的秒数。
+ 返回一个 {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.TrackEntry 对象。 + @param trackIndex trackIndex + @param name name + @param loop loop + @param delay delay + */ + addAnimation(trackIndex: number, name: string, loop: boolean, delay?: number): sp.spine.TrackEntry; + /** + !#en Find animation with specified name. + !#zh 查找指定名称的动画 + @param name name + */ + findAnimation(name: string): sp.spine.Animation; + /** + !#en Returns track entry by trackIndex.
+ Returns a {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.TrackEntry object. + !#zh 通过 track 索引获取 TrackEntry。
+ 返回一个 {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.TrackEntry 对象。 + @param trackIndex trackIndex + */ + getCurrent(trackIndex: any): sp.spine.TrackEntry; + /** + !#en Clears all tracks of animation state. + !#zh 清除所有 track 的动画状态。 + */ + clearTracks(): void; + /** + !#en Clears track of animation state by trackIndex. + !#zh 清除出指定 track 的动画状态。 + @param trackIndex trackIndex + */ + clearTrack(trackIndex: number): void; + /** + !#en Set the start event listener. + !#zh 用来设置开始播放动画的事件监听。 + @param listener listener + */ + setStartListener(listener: Function): void; + /** + !#en Set the interrupt event listener. + !#zh 用来设置动画被打断的事件监听。 + @param listener listener + */ + setInterruptListener(listener: Function): void; + /** + !#en Set the end event listener. + !#zh 用来设置动画播放完后的事件监听。 + @param listener listener + */ + setEndListener(listener: Function): void; + /** + !#en Set the dispose event listener. + !#zh 用来设置动画将被销毁的事件监听。 + @param listener listener + */ + setDisposeListener(listener: Function): void; + /** + !#en Set the complete event listener. + !#zh 用来设置动画播放一次循环结束后的事件监听。 + @param listener listener + */ + setCompleteListener(listener: Function): void; + /** + !#en Set the animation event listener. + !#zh 用来设置动画播放过程中帧事件的监听。 + @param listener listener + */ + setEventListener(listener: Function): void; + /** + !#en Set the start event listener for specified TrackEntry. + !#zh 用来为指定的 TrackEntry 设置动画开始播放的事件监听。 + @param entry entry + @param listener listener + */ + setTrackStartListener(entry: sp.spine.TrackEntry, listener: Function): void; + /** + !#en Set the interrupt event listener for specified TrackEntry. + !#zh 用来为指定的 TrackEntry 设置动画被打断的事件监听。 + @param entry entry + @param listener listener + */ + setTrackInterruptListener(entry: sp.spine.TrackEntry, listener: Function): void; + /** + !#en Set the end event listener for specified TrackEntry. + !#zh 用来为指定的 TrackEntry 设置动画播放结束的事件监听。 + @param entry entry + @param listener listener + */ + setTrackEndListener(entry: sp.spine.TrackEntry, listener: Function): void; + /** + !#en Set the dispose event listener for specified TrackEntry. + !#zh 用来为指定的 TrackEntry 设置动画即将被销毁的事件监听。 + @param entry entry + @param listener listener + */ + setTrackDisposeListener(entry: sp.spine.TrackEntry, listener: Function): void; + /** + !#en Set the complete event listener for specified TrackEntry. + !#zh 用来为指定的 TrackEntry 设置动画一次循环播放结束的事件监听。 + @param entry entry + @param listener listener + */ + setTrackCompleteListener(entry: sp.spine.TrackEntry, listener: (entry: sp.spine.TrackEntry, loopCount: number) => void): void; + /** + !#en Set the event listener for specified TrackEntry. + !#zh 用来为指定的 TrackEntry 设置动画帧事件的监听。 + @param entry entry + @param listener listener + */ + setTrackEventListener(entry: sp.spine.TrackEntry, listener: Function): void; + /** + !#en Get the animation state object + !#zh 获取动画状态 + */ + getState(): sp.spine.AnimationState; + } + /** !#en The event type of spine skeleton animation. + !#zh 骨骼动画事件类型。 */ + export enum AnimationEventType { + START = 0, + END = 0, + COMPLETE = 0, + EVENT = 0, + } + /** !#en The skeleton data of spine. + !#zh Spine 的 骨骼数据。 */ + export class SkeletonData extends cc.Asset { + /** !#en See http://en.esotericsoftware.com/spine-json-format + !#zh 可查看 Spine 官方文档 http://zh.esotericsoftware.com/spine-json-format */ + skeletonJson: any; + atlasText: string; + textures: cc.Texture2D[]; + /** !#en + A scale can be specified on the JSON or binary loader which will scale the bone positions, + image sizes, and animation translations. + This can be useful when using different sized images than were used when designing the skeleton + in Spine. For example, if using images that are half the size than were used in Spine, + a scale of 0.5 can be used. This is commonly used for games that can run with either low or high + resolution texture atlases. + see http://en.esotericsoftware.com/spine-using-runtimes#Scaling + !#zh 可查看 Spine 官方文档: http://zh.esotericsoftware.com/spine-using-runtimes#Scaling */ + scale: number; + /** + !#en Get the included SkeletonData used in spine runtime.
+ Returns a {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.SkeletonData object. + !#zh 获取 Spine Runtime 使用的 SkeletonData。
+ 返回一个 {{#crossLinkModule "sp.spine"}}sp.spine{{/crossLinkModule}}.SkeletonData 对象。 + @param quiet quiet + */ + getRuntimeData(quiet?: boolean): sp.spine.SkeletonData; + } + /** !#en + The delegate of spine vertex effect + !#zh + Spine 顶点动画代理 */ + export class VertexEffectDelegate { + /** + !#en Clears vertex effect. + !#zh 清空顶点效果 + */ + clear(): void; + /** + !#en Inits delegate with jitter effect + !#zh 设置顶点抖动效果 + @param jitterX jitterX + @param jitterY jitterY + */ + initJitter(jitterX: number, jitterY: number): void; + /** + !#en Inits delegate with swirl effect + !#zh 设置顶点漩涡效果 + @param radius radius + @param power power + */ + initSwirlWithPow(radius: number, power: number): sp.spine.JitterEffect; + /** + !#en Inits delegate with swirl effect + !#zh 设置顶点漩涡效果 + @param radius radius + @param power power + */ + initSwirlWithPowOut(radius: number, power: number): sp.spine.SwirlEffect; + /** + !#en Gets jitter vertex effect + !#zh 获取顶点抖动效果 + */ + getJitterVertexEffect(): sp.spine.JitterEffect; + /** + !#en Gets swirl vertex effect + !#zh 获取顶点漩涡效果 + */ + getSwirlVertexEffect(): sp.spine.SwirlEffect; + /** + !#en Gets vertex effect + !#zh 获取顶点效果 + */ + getVertexEffect(): sp.spine.JitterEffect; + /** + !#en Gets effect type + !#zh 获取效果类型 + */ + getEffectType(): string; + } + /**************************************************** + * sp + *****************************************************/ + + export namespace sp { + /** !#en Attach node tool + !#zh 挂点工具类 */ + export class AttachUtil { + /** + !#en Gets attached root node. + !#zh 获取挂接节点树的根节点 + */ + getAttachedRootNode(): cc.Node; + /** + !#en Gets attached node which you want. + !#zh 获得对应的挂点 + @param boneName boneName + */ + getAttachedNodes(boneName: string): cc.Node[]; + /** + !#en Destroy attached node which you want. + !#zh 销毁对应的挂点 + @param boneName boneName + */ + destroyAttachedNodes(boneName: string): void; + /** + !#en Traverse all bones to generate the minimum node tree containing the given bone names, NOTE that make sure the skeleton has initialized before calling this interface. + !#zh 遍历所有插槽,生成包含所有给定插槽名称的最小节点树,注意,调用该接口前请确保骨骼动画已经初始化好。 + @param boneName boneName + */ + generateAttachedNodes(boneName: string): cc.Node[]; + /** + !#en Destroy all attached node. + !#zh 销毁所有挂点 + */ + destroyAllAttachedNodes(): void; + /** + !#en Traverse all bones to generate a tree containing all bones nodes, NOTE that make sure the skeleton has initialized before calling this interface. + !#zh 遍历所有插槽,生成包含所有插槽的节点树,注意,调用该接口前请确保骨骼动画已经初始化好。 + */ + generateAllAttachedNodes(): cc.Node; + } + } + + /**************************************************** + * Skeleton + *****************************************************/ + + export namespace Skeleton { + /** !#en Enum for animation cache mode type. + !#zh Spine动画缓存类型 */ + export enum AnimationCacheMode { + REALTIME = 0, + SHARED_CACHE = 0, + PRIVATE_CACHE = 0, + } + } + +} + +/** !#en +`sp.spine` is the namespace for official Spine Runtime, which officially implemented and maintained by Spine.
+Please refer to the official documentation for its detailed usage: [http://en.esotericsoftware.com/spine-using-runtimes](http://en.esotericsoftware.com/spine-using-runtimes) +!#zh +sp.spine 模块是 Spine 官方运行库的 API 入口,由 Spine 官方统一实现和维护,具体用法请参考:[http://zh.esotericsoftware.com/spine-using-runtimes](http://zh.esotericsoftware.com/spine-using-runtimes) */ +declare namespace sp.spine { +} + +/** !#en +This module controls asset's behaviors and information, include loading, releasing etc. +All member can be accessed with `cc.assetManager`. All class or enum can be accessed with `cc.AssetManager` + +!#zh +此模块管理资源的行为和信息,包括加载,释放等,所有成员能够通过 `cc.assetManager` 调用. 所有类型或枚举能通过 `cc.AssetManager` 访问 */ +declare namespace cc.AssetManager { + /** !#en + This module contains the builtin asset, it's a singleton, all member can be accessed with `cc.assetManager.builtins` + + !#zh + 此模块包含内建资源,这是一个单例,所有成员能通过 `cc.assetManager.builtins` 访问 */ + export class Builtins { + /** + !#en + Initialize + + !#zh + 初始化 + @param cb Callback when finish loading built-in assets + */ + init (cb: () => void): void; + /** + !#en + Get the built-in asset using specific type and name. + + !#zh + 通过特定的类型和名称获取内建资源 + @param type The type of asset, such as `effect` + @param name The name of asset, such as `phong` + + @example + ```js + cc.assetManaer.builtins.getBuiltin('effect', 'phone'); + ``` + */ + getBuiltin(type?: string, name?: string): cc.Asset | Cache; + /** + !#en + Clear all builtin assets + + !#zh + 清空所有内置资源 + */ + clear(): void; + } + /** !#en + A bundle contains an amount of assets(includes scene), you can load, preload, release asset which is in this bundle + + !#zh + 一个包含一定数量资源(包括场景)的包,你可以加载,预加载,释放此包内的资源 */ + export class Bundle { + /** + !#en + Create a bundle + + !#zh + 创建一个 bundle + */ + constructor(); + /** !#en + The name of this bundle + + !#zh + 此 bundle 的名称 */ + name: string; + /** !#en + The dependency of this bundle + + !#zh + 此 bundle 的依赖 */ + deps: string[]; + /** !#en + The root path of this bundle, such like 'http://example.com/bundle1' + + !#zh + 此 bundle 的根路径, 例如 'http://example.com/bundle1' */ + base: string; + /** + !#en + Get asset's info using path, only valid when asset is in bundle folder. + + !#zh + 使用 path 获取资源的配置信息 + @param path The relative path of asset, such as 'images/a' + @param type The constructor of asset, such as `cc.Texture2D` + + @example + ```js + var info = bundle.getInfoWithPath('image/a', cc.Texture2D); + ``` + */ + getInfoWithPath (path: string, type?: typeof cc.Asset): Record; + /** + !#en + Get all asset's info within specific folder + + !#zh + 获取在某个指定文件夹下的所有资源信息 + @param path The relative path of folder, such as 'images' + @param type The constructor should be used to filter paths + @param out The output array + + @example + ```js + var infos = []; + bundle.getDirWithPath('images', cc.Texture2D, infos); + ``` + */ + getDirWithPath (path: string, type: typeof cc.Asset, out: Array>): Array>; + getDirWithPath (path: string, type: typeof cc.Asset): Array>; + getDirWithPath (path: string): Array>; + /** + !#en + Get asset's info with uuid + + !#zh + 通过 uuid 获取资源信息 + @param uuid The asset's uuid + + @example + ```js + var info = bundle.getAssetInfo('fcmR3XADNLgJ1ByKhqcC5Z'); + ``` + */ + getAssetInfo (uuid: string): Record; + /** + !#en + Get scene'info with name + + !#zh + 通过场景名获取场景信息 + @param name The name of scene + + @example + ```js + var info = bundle.getSceneInfo('first.fire'); + ``` + */ + getSceneInfo(name: string): Record; + /** + !#en + Initialize this bundle with options + + !#zh + 初始化此 bundle + @param options options + */ + init(options: Record): void; + /** + !#en + Load the asset within this bundle by the path which is relative to bundle's path + + !#zh + 通过相对路径加载分包中的资源。路径是相对分包文件夹路径的相对路径 + @param paths Paths of the target assets.The path is relative to the bundle's folder, extensions must be omitted. + @param type Only asset of type will be loaded if this argument is supplied. + @param onProgress Callback invoked when progression change. + @param onComplete Callback invoked when all assets loaded. + + @example + ```js + // load the texture (${project}/assets/resources/textures/background.jpg) from resources + cc.resources.load('textures/background', cc.Texture2D, (err, texture) => console.log(err)); + + // load the audio (${project}/assets/resources/music/hit.mp3) from resources + cc.resources.load('music/hit', cc.AudioClip, (err, audio) => console.log(err)); + + // load the prefab (${project}/assets/bundle1/misc/character/cocos) from bundle1 folder + bundle1.load('misc/character/cocos', cc.Prefab, (err, prefab) => console.log(err)); + + // load the sprite frame (${project}/assets/some/xxx/bundle2/imgs/cocos.png) from bundle2 folder + bundle2.load('imgs/cocos', cc.SpriteFrame, null, (err, spriteFrame) => console.log(err)); + ``` + */ + load(paths: string, type: typeof cc.Asset, onProgress: (finish: number, total: number, item: RequestItem) => void, onComplete: (error: Error, assets: T) => void): void; + load(paths: string[], type: typeof cc.Asset, onProgress: (finish: number, total: number, item: RequestItem) => void, onComplete: (error: Error, assets: Array) => void): void; + load(paths: string, onProgress: (finish: number, total: number, item: RequestItem) => void, onComplete: (error: Error, assets: T) => void): void; + load(paths: string[], onProgress: (finish: number, total: number, item: RequestItem) => void, onComplete: (error: Error, assets: Array) => void): void; + load(paths: string, type: typeof cc.Asset, onComplete?: (error: Error, assets: T) => void): void; + load(paths: string[], type: typeof cc.Asset, onComplete?: (error: Error, assets: Array) => void): void; + load(paths: string, onComplete?: (error: Error, assets: T) => void): void; + load(paths: string[], onComplete?: (error: Error, assets: Array) => void): void; + /** + !#en + Preload the asset within this bundle by the path which is relative to bundle's path. + After calling this method, you still need to finish loading by calling `Bundle.load`. + It will be totally fine to call `Bundle.load` at any time even if the preloading is not + yet finished + + !#zh + 通过相对路径预加载分包中的资源。路径是相对分包文件夹路径的相对路径。调用完后,你仍然需要通过 `Bundle.load` 来完成加载。 + 就算预加载还没完成,你也可以直接调用 `Bundle.load`。 + @param paths Paths of the target asset.The path is relative to bundle folder, extensions must be omitted. + @param type Only asset of type will be loaded if this argument is supplied. + @param onProgress Callback invoked when progression change. + @param onComplete Callback invoked when the resource loaded. + + @example + ```js + // preload the texture (${project}/assets/resources/textures/background.jpg) from resources + cc.resources.preload('textures/background', cc.Texture2D); + + // preload the audio (${project}/assets/resources/music/hit.mp3) from resources + cc.resources.preload('music/hit', cc.AudioClip); + // wait for while + cc.resources.load('music/hit', cc.AudioClip, (err, audioClip) => {}); + + * // preload the prefab (${project}/assets/bundle1/misc/character/cocos) from bundle1 folder + bundle1.preload('misc/character/cocos', cc.Prefab); + + // load the sprite frame of (${project}/assets/bundle2/imgs/cocos.png) from bundle2 folder + bundle2.preload('imgs/cocos', cc.SpriteFrame); + // wait for while + bundle2.load('imgs/cocos', cc.SpriteFrame, (err, spriteFrame) => {}); + ``` + */ + preload(paths: string|string[], type: typeof cc.Asset, onProgress: (finish: number, total: number, item: RequestItem) => void, onComplete: (error: Error, items: RequestItem[]) => void): void; + preload(paths: string|string[], onProgress: (finish: number, total: number, item: RequestItem) => void, onComplete: (error: Error, items: RequestItem[]) => void): void; + preload(paths: string|string[], type: typeof cc.Asset, onComplete: (error: Error, items: RequestItem[]) => void): void; + preload(paths: string|string[], type: typeof cc.Asset): void; + preload(paths: string|string[], onComplete: (error: Error, items: RequestItem[]) => void): void; + preload(paths: string|string[]): void; + /** + !#en + Load all assets under a folder inside the bundle folder.
+
+ Note: All asset paths in Creator use forward slashes, paths using backslashes will not work. + + !#zh + 加载目标文件夹中的所有资源, 注意:路径中只能使用斜杠,反斜杠将停止工作 + @param dir path of the target folder.The path is relative to the bundle folder, extensions must be omitted. + @param type Only asset of type will be loaded if this argument is supplied. + @param onProgress Callback invoked when progression change. + @param onComplete A callback which is called when all assets have been loaded, or an error occurs. + + @example + ```js + // load all audios (resources/audios/) + cc.resources.loadDir('audios', cc.AudioClip, (err, audios) => {}); + + // load all textures in "resources/imgs/" + cc.resources.loadDir('imgs', cc.Texture2D, null, function (err, textures) { + var texture1 = textures[0]; + var texture2 = textures[1]; + }); + + // load all prefabs (${project}/assets/bundle1/misc/characters/) from bundle1 folder + bundle1.loadDir('misc/characters', cc.Prefab, (err, prefabs) => console.log(err)); + + // load all sprite frame (${project}/assets/some/xxx/bundle2/skills/) from bundle2 folder + bundle2.loadDir('skills', cc.SpriteFrame, null, (err, spriteFrames) => console.log(err)); + ``` + */ + loadDir(dir: string, type: typeof cc.Asset, onProgress: (finish: number, total: number, item: RequestItem) => void, onComplete: (error: Error, assets: Array) => void): void; + loadDir(dir: string, onProgress: (finish: number, total: number, item: RequestItem) => void, onComplete: (error: Error, assets: Array) => void): void; + loadDir(dir: string, type: typeof cc.Asset, onComplete: (error: Error, assets: Array) => void): void; + loadDir(dir: string, type: typeof cc.Asset): void; + loadDir(dir: string, onComplete: (error: Error, assets: Array) => void): void; + loadDir(dir: string): void; + /** + !#en + Preload all assets under a folder inside the bundle folder.
After calling this method, you still need to finish loading by calling `Bundle.loadDir`. + It will be totally fine to call `Bundle.loadDir` at any time even if the preloading is not yet finished + + !#zh + 预加载目标文件夹中的所有资源。调用完后,你仍然需要通过 `Bundle.loadDir` 来完成加载。 + 就算预加载还没完成,你也可以直接调用 `Bundle.loadDir`。 + @param dir path of the target folder.The path is relative to the bundle folder, extensions must be omitted. + @param type Only asset of type will be preloaded if this argument is supplied. + @param onProgress Callback invoked when progression change. + @param onComplete A callback which is called when all assets have been loaded, or an error occurs. + + @example + ```js + // preload all audios (resources/audios/) + cc.resources.preloadDir('audios', cc.AudioClip); + + // preload all textures in "resources/imgs/" + cc.resources.preloadDir('imgs', cc.Texture2D); + // wait for while + cc.resources.loadDir('imgs', cc.Texture2D, (err, textures) => {}); + + // preload all prefabs (${project}/assets/bundle1/misc/characters/) from bundle1 folder + bundle1.preloadDir('misc/characters', cc.Prefab); + + // preload all sprite frame (${project}/assets/some/xxx/bundle2/skills/) from bundle2 folder + bundle2.preloadDir('skills', cc.SpriteFrame); + // wait for while + bundle2.loadDir('skills', cc.SpriteFrame, (err, spriteFrames) => {}); + ``` + */ + preloadDir(dir: string, type: typeof cc.Asset, onProgress: (finish: number, total: number, item: RequestItem) => void, onComplete: (error: Error, items: RequestItem[]) => void): void; + preloadDir(dir: string, onProgress: (finish: number, total: number, item: RequestItem) => void, onComplete: (error: Error, items: RequestItem[]) => void): void; + preloadDir(dir: string, type: typeof cc.Asset, onComplete: (error: Error, items: RequestItem[]) => void): void; + preloadDir(dir: string, type: typeof cc.Asset): void; + preloadDir(dir: string, onComplete: (error: Error, items: RequestItem[]) => void): void; + preloadDir(dir: string): void; + /** + !#en + Loads the scene within this bundle by its name. + + !#zh + 通过场景名称加载分包中的场景。 + @param sceneName The name of the scene to load. + @param options Some optional parameters + @param onProgress Callback invoked when progression change. + @param onComplete callback, will be called after scene launched. + + @example + ```js + bundle1.loadScene('first', (err, sceneAsset) => cc.director.runScene(sceneAsset)); + ``` + */ + loadScene(sceneName: string, options: Record, onProgress: (finish: number, total: number, item: RequestItem) => void, onComplete: (error: Error, sceneAsset: cc.SceneAsset) => void): void; + loadScene(sceneName: string, onProgress: (finish: number, total: number, item: RequestItem) => void, onComplete: (error: Error, sceneAsset: cc.SceneAsset) => void): void; + loadScene(sceneName: string, options: Record, onComplete: (error: Error, sceneAsset: cc.SceneAsset) => void): void; + loadScene(sceneName: string, onComplete: (error: Error, sceneAsset: cc.SceneAsset) => void): void; + loadScene(sceneName: string, options: Record): void; + loadScene(sceneName: string): void; + /** + !#en + Preloads the scene within this bundle by its name. After calling this method, you still need to finish loading by calling `Bundle.loadScene` or `cc.director.loadScene`. + It will be totally fine to call `Bundle.loadDir` at any time even if the preloading is not yet finished + + !#zh + 通过场景名称预加载分包中的场景.调用完后,你仍然需要通过 `Bundle.loadScene` 或 `cc.director.loadScene` 来完成加载。 + 就算预加载还没完成,你也可以直接调用 `Bundle.loadScene` 或 `cc.director.loadScene`。 + @param sceneName The name of the scene to preload. + @param options Some optional parameters + @param onProgress callback, will be called when the load progression change. + @param onComplete callback, will be called after scene loaded. + + @example + ```js + bundle1.preloadScene('first'); + // wait for a while + bundle1.loadScene('first', (err, scene) => cc.director.runScene(scene)); + ``` + */ + preloadScene(sceneName: string, options: Record, onProgress: (finish: number, total: number, item: RequestItem) => void, onComplete: (error: Error) => void): void; + preloadScene(sceneName: string, onProgress: (finish: number, total: number, item: RequestItem) => void, onComplete: (error: Error) => void): void; + preloadScene(sceneName: string, options: Record, onComplete: (error: Error) => void): void; + preloadScene(sceneName: string, onComplete: (error: Error) => void): void; + preloadScene(sceneName: string, options: Record): void; + preloadScene(sceneName: string): void; + /** + !#en + Get asset within this bundle by path and type.
+ After you load asset with {{#crossLink "Bundle/load:method"}}{{/crossLink}} or {{#crossLink "Bundle/loadDir:method"}}{{/crossLink}}, + you can acquire them by passing the path to this API. + + !#zh + 通过路径与类型获取资源。在你使用 {{#crossLink "Bundle/load:method"}}{{/crossLink}} 或者 {{#crossLink "Bundle/loadDir:method"}}{{/crossLink}} 之后, + 你能通过传路径通过这个 API 获取到这些资源。 + @param path The path of asset + @param type Only asset of type will be returned if this argument is supplied. + + @example + ```js + bundle1.get('music/hit', cc.AudioClip); + ``` + */ + get (path: string, type?: typeof cc.Asset): T; + /** + !#en + Release the asset loaded by {{#crossLink "Bundle/load:method"}}{{/crossLink}} or {{#crossLink "Bundle/loadDir:method"}}{{/crossLink}} and it's dependencies. + Refer to {{#crossLink "AssetManager/releaseAsset:method"}}{{/crossLink}} for detailed informations. + + !#zh + 释放通过 {{#crossLink "Bundle/load:method"}}{{/crossLink}} 或者 {{#crossLink "Bundle/loadDir:method"}}{{/crossLink}} 加载的资源。详细信息请参考 {{#crossLink "AssetManager/releaseAsset:method"}}{{/crossLink}} + @param path The path of asset + @param type Only asset of type will be released if this argument is supplied. + + @example + ```js + // release a texture which is no longer need + bundle1.release('misc/character/cocos'); + ``` + */ + release(path: string, type: typeof cc.Asset): void; + release(path: string): void; + /** + !#en + Release all assets within this bundle. Refer to {{#crossLink "AssetManager/releaseAll:method"}}{{/crossLink}} for detailed informations. + + !#zh + 释放此包中的所有资源。详细信息请参考 {{#crossLink "AssetManager/releaseAll:method"}}{{/crossLink}} + + @example + ```js + // release all asset within bundle1 + bundle1.releaseAll(); + ``` + */ + releaseAll(): void; + } + /** !#en + Cache manager is a module which controls all caches downloaded from server in non-web platform, it is a singleton + All member can be accessed with `cc.assetManager.cacheManager`. + + !#zh + 缓存管理器是一个模块,在非 WEB 平台上,用于管理所有从服务器上下载下来的缓存,这是一个单例,所有成员能通过 `cc.assetManager.cacheManager` 访问。 */ + export class CacheManager { + /** !#en + The name of cacheDir + + !#zh + 缓存目录的名称 */ + cacheDir: string; + /** !#en + Whether or not cache asset into user's storage space, this property only works on mini-game platforms + + !#zh + 是否缓存资源到用户存储空间,此属性只在小游戏平台有效 */ + cacheEnabled: boolean; + /** !#en + Whether or not auto clear cache when storage ran out, this property only works on mini-game platforms + + !#zh + 是否在存储空间满了后自动清理缓存,此属性只在小游戏平台有效 */ + autoClear: boolean; + /** !#en + The interval between caching resources, this property only works on mini-game platforms, unit: ms + + !#zh + 缓存资源的间隔时间,此属性只在小游戏平台有效,单位:ms */ + cacheInterval: number; + /** !#en + The interval between deleting resources, when you use `cleanLRU`, the resources will be deleted as this interval, unit: ms + + !#zh + 清理资源的间隔时间,当你使用 `cleanLRU` 时,资源将以此间隔被删除,单位:ms */ + deleteInterval: number; + /** !#en + List of all cached files + + !#zh + 所有缓存文件列表 */ + cachedFiles: Cache<{ bundle: string, url: string, lastTime: number }>; + /** + !#en + Get cached path with origin url + + !#zh + 通过原始 url 获取缓存后的路径 + @param originUrl originUrl + */ + getCache(originUrl: string): string; + /** + !#en + Get temporary path with origin url, this method only works on mini-game platforms + + !#zh + 通过原始 url 获取临时文件的路径,此方法只在小游戏平台有效 + @param originUrl originUrl + */ + getTemp(originUrl: string): string; + /** + !#en + Clear all caches, please use with caution, If necessary, we recommend using it before the game is launched + + !#zh + 清空所有缓存,请谨慎使用,如果必要的话,我们建议在游戏启动之前使用 + */ + clearCache(): void; + /** + !#en + Clear part of caches with LRU strategy + + !#zh + 使用 LRU 策略清空部分缓存 + */ + clearLRU(): void; + /** + !#en + Remove cache with origin url + + !#zh + 通过原始 url 移除缓存 + */ + removeCache(): void; + } + /** !#en + use to cache something + + !#zh + 用于缓存某些内容 */ + export class Cache { + /** + !#en + Create a cache + + !#zh + 创建一个 cache + @param map An object used to initialize + */ + constructor(map?: Record); + /** + !#en + Add Key-Value to cache + + !#zh + 增加键值对到缓存中 + @param key The key + @param val The value + + @example + ```js + var cache = new Cache(); + cache.add('test', null); + ``` + */ + add(key: string, val: T): T; + /** + !#en + Get the cached content by key + + !#zh + 通过 key 获取对应的 value + @param key The key + + @example + ```js + var cache = new Cache(); + var test = cache.get('test'); + ``` + */ + get(key: string): T; + /** + !#en + Check whether or not content exists by key + + !#zh + 通过 Key 判断是否存在对应的内容 + @param key The key + + @example + ```js + var cache = new Cache(); + var exist = cache.has('test'); + ``` + */ + has(key: string): boolean; + /** + !#en + Remove the cached content by key + + !#zh + 通过 Key 移除对应的内容 + @param key The key + + @example + ```js + var cache = new Cache(); + var content = cache.remove('test'); + ``` + */ + remove(key: string): T; + /** + !#en + Clear all content + + !#zh + 清除所有内容 + + @example + ```js + var cache = new Cache(); + cache.clear(); + ``` + */ + clear():void; + /** + !#en + Enumerate all content and invoke function + + !#zh + 枚举所有内容并执行方法 + @param func Function to be invoked + + @example + ```js + var cache = new Cache(); + cache.forEach((val, key) => console.log(key)); + ``` + */ + forEach(func: (val: T, key: string) => void): void; + /** + !#en + Enumerate all content to find one element which can fulfill condition + + !#zh + 枚举所有内容,找到一个可以满足条件的元素 + @param predicate The condition + + @example + ```js + var cache = new Cache(); + var val = cache.find((val, key) => key === 'test'); + ``` + */ + find(predicate: (val: T, key: string) => boolean): T; + /** !#en + The count of cached content + + !#zh + 缓存数量 */ + count: number; + /** + !#en + Destroy this cache + + !#zh + 销毁这个 cache + */ + destroy(): void; + } + /** !#en + Control asset's dependency list, it is a singleton. All member can be accessed with `cc.assetManager.dependUtil` + + !#zh + 控制资源的依赖列表,这是一个单例, 所有成员能通过 `cc.assetManager.dependUtil` 访问 */ + export class DependUtil { + /** + !#en + Get asset's native dependency. For example, Texture's native dependency is image. + + !#zh + 获取资源的原生依赖,例如 Texture 的原生依赖是图片 + @param uuid asset's uuid + + @example + ```js + var dep = dependUtil.getNativeDep('fcmR3XADNLgJ1ByKhqcC5Z'); + ``` + */ + getNativeDep(uuid: string): Record; + /** + !#en + Get asset's direct referencing non-native dependency list. For example, Material's non-native dependencies are Texture. + + !#zh + 获取资源直接引用的非原生依赖列表,例如,材质的非原生依赖是 Texture + @param uuid asset's uuid + + @example + ```js + var deps = dependUtil.getDeps('fcmR3XADNLgJ1ByKhqcC5Z'); + ``` + */ + getDeps(uuid: string): string[]; + /** + !#en + Get non-native dependency list of the loaded asset, include indirect reference. + The returned array stores the dependencies with their uuid, after retrieve dependencies, + + !#zh + 获取某个已经加载好的资源的所有非原生依赖资源列表,包括间接引用的资源,并保存在数组中返回。 + 返回的数组将仅保存依赖资源的 uuid。 + @param uuid The asset's uuid + + @example + ```js + var deps = dependUtil.getDepsRecursively('fcmR3XADNLgJ1ByKhqcC5Z'); + ``` + */ + getDepsRecursively(uuid: string): string[]; + } + /** !#en + Control all download process, it is a singleton. All member can be accessed with `cc.assetManager.downloader` , it can download several types of files: + 1. Text + 2. Image + 3. Audio + 4. Assets + 5. Scripts + + !#zh + 管理所有下载过程,downloader 是个单例,所有成员能通过 `cc.assetManager.downloader` 访问,它能下载以下几种类型的文件: + 1. 文本 + 2. 图片 + 3. 音频 + 4. 资源 + 5. 脚本 */ + export class Downloader { + /** !#en + The address of remote server + + !#zh + 远程服务器地址 */ + remoteServerAddress: string; + /** !#en + The maximum number of concurrent when downloading + + !#zh + 下载时的最大并发数 */ + maxConcurrency: number; + /** !#en + The maximum number of request can be launched per frame when downloading + + !#zh + 下载时每帧可以启动的最大请求数 */ + maxRequestsPerFrame: number; + /** !#en + The max number of retries when fail + + !#zh + 失败重试次数 */ + maxRetryCount: number; + /** !#en + Wait for while before another retry, unit: ms + + !#zh + 重试的间隔时间 */ + retryInterval: number; + /** + !#en + Register custom handler if you want to change default behavior or extend downloader to download other format file + + !#zh + 当你想修改默认行为或者拓展 downloader 来下载其他格式文件时可以注册自定义的 handler + @param type Extension likes '.jpg' or map likes {'.jpg': jpgHandler, '.png': pngHandler} + @param handler handler + + @example + ```js + downloader.register('.tga', (url, options, onComplete) => onComplete(null, null)); + downloader.register({'.tga': (url, options, onComplete) => onComplete(null, null), '.ext': (url, options, onComplete) => onComplete(null, null)}); + ``` + */ + register(type: string, handler: (url: string, options: Record, onComplete: (err: Error, content: any) => void) => void): void; + register(map: Record, onComplete: (err: Error, content: any) => void) => void>): void; + /** + !#en + Use corresponding handler to download file under limitation + + !#zh + 在限制下使用对应的 handler 来下载文件 + @param url The url should be downloaded + @param type The type indicates that which handler should be used to download, such as '.jpg' + @param options some optional paramters will be transferred to the corresponding handler. + @param onComplete callback when finishing downloading + + @example + ```js + download('http://example.com/test.tga', '.tga', {onFileProgress: (loaded, total) => console.lgo(loaded/total)}, onComplete: (err) => console.log(err)); + ``` + */ + download(id: string, url: string, type: string, options: Record, onComplete: (err: Error, content: any) => void): void; + } + /** !#en + Provide some helpful function, it is a singleton. All member can be accessed with `cc.assetManager.utils` + + !#zh + 提供一些辅助方法,helper 是一个单例, 所有成员能通过 `cc.assetManager.utils` 访问 */ + export class Helper { + /** + !#en + Decode uuid, returns the original uuid + + !#zh + 解码 uuid,返回原始 uuid + @param base64 the encoded uuid + + @example + ```js + var uuid = 'fcmR3XADNLgJ1ByKhqcC5Z'; + var originalUuid = decodeUuid(uuid); // fc991dd7-0033-4b80-9d41-c8a86a702e59 + ``` + */ + decodeUuid(base64: string): string; + /** + !#en + Extract uuid from url + + !#zh + 从 url 中提取 uuid + @param url url + + @example + ```js + var url = 'assets/main/import/fc/fc991dd7-0033-4b80-9d41-c8a86a702e59.json'; + var uuid = getUuidFromURL(url); // fc991dd7-0033-4b80-9d41-c8a86a702e59 + ``` + */ + getUuidFromURL(url: string): string; + /** + !#en + Transform uuid to url + + !#zh + 转换 uuid 为 url + @param uuid The uuid of asset + @param options Some optional parameters + + @example + ```js + // json path, 'assets/main/import/fc/fc991dd7-0033-4b80-9d41-c8a86a702e59.json'; + var url = getUrlWithUuid('fcmR3XADNLgJ1ByKhqcC5Z', {isNative: false}); + + // png path, 'assets/main/native/fc/fc991dd7-0033-4b80-9d41-c8a86a702e59.png'; + var url = getUrlWithUuid('fcmR3XADNLgJ1ByKhqcC5Z', {isNative: true, nativeExt: '.png'}); + ``` + */ + getUrlWithUuid(uuid: string, options?: Record): string; + /** + !#en + Check if the type of asset is scene + + !#zh + 检查资源类型是否是场景 + @param asset asset + */ + isScene(asset: any): boolean; + /** + !#en + Normalize url, strip './' and '/' + + !#zh + 标准化 url ,去除 './' 和 '/' + @param url url + */ + normalize(url: string): string; + } + /** !#en + Handle the packed asset, include unpacking, loading, cache and so on. It is a singleton. All member can be accessed with `cc.assetManager.packManager` + + !#zh + 处理打包资源,包括拆包,加载,缓存等等,这是一个单例, 所有成员能通过 `cc.assetManager.packManager` 访问 */ + export class PackManager { + /** + !#en + Unpack the json, revert to what it was before packing + + !#zh + 拆解 json 包,恢复为打包之前的内容 + @param pack The pack + @param json The content of pack + @param options Some optional parameters + @param onComplete Callback when finish unpacking + + @example + ```js + downloader.downloadFile('pack.json', {responseType: 'json'}, null, (err, file) => { + packManager.unpackJson(['a', 'b'], file, null, (err, data) => console.log(err)); + }); + ``` + */ + unpackJson(pack: string[], json: any, options: Record, onComplete?: (err: Error, content: any) => void): void; + /** + !#en + Register custom handler if you want to change default behavior or extend packManager to unpack other format pack + + !#zh + 当你想修改默认行为或者拓展 packManager 来拆分其他格式的包时可以注册自定义的 handler + @param type Extension likes '.bin' or map likes {'.bin': binHandler, '.ab': abHandler} + @param handler handler + + @example + ```js + packManager.register('.bin', (packUuid, file, options, onComplete) => onComplete(null, null)); + packManager.register({'.bin': (packUuid, file, options, onComplete) => onComplete(null, null), '.ab': (packUuid, file, options, onComplete) => onComplete(null, null)}); + ``` + */ + register(type: string, handler: (packUuid: string, data: any, options: Record, onComplete: (err: Error, content: any) => void) => void): void; + register(map: Record, onComplete: (err: Error, content: any) => void) => void>): void; + /** + !#en + Use corresponding handler to unpack package + + !#zh + 用对应的 handler 来进行解包 + @param pack The uuid of packed assets + @param data The packed data + @param type The type indicates that which handler should be used to download, such as '.jpg' + @param options Some optional parameter + @param onComplete callback when finishing unpacking + + @example + ```js + downloader.downloadFile('pack.json', {responseType: 'json'}, null, (err, file) => { + packManager.unpack(['2fawq123d', '1zsweq23f'], file, '.json', null, (err, data) => console.log(err)); + }); + ``` + */ + unpack(pack: string[], data: any, type: string, options: Record, onComplete?: (err: Error, data: any) => void): void; + /** + !#en + Download request item, If item is not in any package, download as usual. Otherwise, download the corresponding package and unpack it. + And then retrieve the corresponding content form it. + + !#zh + 下载请求对象,如果请求对象不在任何包内,则正常下载,否则下载对应的 package 并进行拆解,并取回包内对应的内容 + @param item Some item you want to download + @param options Some optional parameters + @param onComplete Callback when finished + + @example + ```js + var requestItem = cc.AssetManager.RequestItem.create(); + requestItem.uuid = 'fcmR3XADNLgJ1ByKhqcC5Z'; + requestItem.info = config.getAssetInfo('fcmR3XADNLgJ1ByKhqcC5Z'); + packManager.load(requestItem, null, (err, data) => console.log(err)); + ``` + */ + load(item: RequestItem, options: Record, onComplete: (err: Error, data: any) => void): void; + } + /** !#en + Parse the downloaded file, it's a singleton, all member can be accessed with `cc.assetManager.parser` + + !#zh + 解析已下载的文件,parser 是一个单例, 所有成员能通过 `cc.assetManaager.parser` 访问 */ + export class Parser { + /** + !#en + Register custom handler if you want to change default behavior or extend parser to parse other format file + + !#zh + 当你想修改默认行为或者拓展 parser 来解析其他格式文件时可以注册自定义的handler + @param type Extension likes '.jpg' or map likes {'.jpg': jpgHandler, '.png': pngHandler} + @param handler The corresponding handler + + @example + ```js + parser.register('.tga', (file, options, onComplete) => onComplete(null, null)); + parser.register({'.tga': (file, options, onComplete) => onComplete(null, null), '.ext': (file, options, onComplete) => onComplete(null, null)}); + ``` + */ + register(type: string, handler: (file: any, options: Record, onComplete: (err: Error, data: any) => void) => void): void; + register(map: Record, onComplete: (err: Error, data: any) => void) => void>): void; + /** + !#en + Use corresponding handler to parse file + + !#zh + 使用对应的handler来解析文件 + @param id The id of file + @param file File + @param type The corresponding type of file, likes '.jpg'. + @param options Some optional paramters will be transferred to the corresponding handler. + @param onComplete callback when finishing downloading + + @example + ```js + downloader.downloadFile('test.jpg', {responseType: 'blob'}, null, (err, file) => { + parser.parse('test.jpg', file, '.jpg', null, (err, img) => console.log(err)); + }); + ``` + */ + parse(id: string, file: any, type: string, options: Record, onComplete: (err: Error, content: any) => void): void; + } + /** !#en + Pipeline can execute the task for some effect. + + !#zh + 管线能执行任务达到某个效果 */ + export class Pipeline { + /** !#en + The id of pipeline + + !#zh + 管线的 id */ + id: number; + /** !#en + The name of pipeline + + !#zh + 管线的名字 */ + name: string; + /** !#en + All pipes of pipeline + + !#zh + 所有的管道 */ + pipes: Function[]; + /** + !#en + Create a new pipeline + + !#zh + 创建一个管线 + @param name The name of pipeline + @param funcs The array of pipe, every pipe must be function which take two parameters, the first is a `Task` flowed in pipeline, the second is complete callback + + @example + ```js + var pipeline = new Pipeline('download', [ + (task, done) => { + var url = task.input; + cc.assetManager.downloader.downloadFile(url, null, null, (err, result) => { + task.output = result; + done(err); + }); + }, + (task, done) => { + var text = task.input; + var json = JSON.stringify(text); + task.output = json; + done(); + } + ]); + ``` + */ + constructor(name: string, funcs: Array<(task: Task, done?: (err: Error) => void) => void>); + /** + !#en + At specific point insert a new pipe to pipeline + + !#zh + 在某个特定的点为管线插入一个新的 pipe + @param func The new pipe + @param index The specific point you want to insert at. + + @example + ```js + var pipeline = new Pipeline('test', []); + pipeline.insert((task, done) => { + // do something + done(); + }, 0); + ``` + */ + insert(func: (task: Task, callback?: (err: Error) => void) => void, index: number): Pipeline; + /** + !#en + Append a new pipe to the pipeline + + !#zh + 添加一个管道到管线中 + @param func The new pipe + + @example + ```js + var pipeline = new Pipeline('test', []); + pipeline.append((task, done) => { + // do something + done(); + }); + ``` + */ + append(func: (task: Task, callback?: (err: Error) => void) => void): Pipeline; + /** + !#en + Remove pipe which at specific point + + !#zh + 移除特定位置的管道 + @param index The specific point + + @example + ```js + var pipeline = new Pipeline('test', (task, done) => { + // do something + done(); + }); + pipeline.remove(0); + ``` + */ + remove(index: number): Pipeline; + /** + !#en + Execute task synchronously + + !#zh + 同步执行任务 + @param task The task will be executed + + @example + ```js + var pipeline = new Pipeline('sync', [(task) => { + let input = task.input; + task.output = doSomething(task.input); + }]); + + var task = new Task({input: 'test'}); + console.log(pipeline.sync(task)); + ``` + */ + sync(task: Task): any; + /** + !#en + Execute task asynchronously + + !#zh + 异步执行任务 + @param task The task will be executed + + @example + ```js + var pipeline = new Pipeline('sync', [(task, done) => { + let input = task.input; + task.output = doSomething(task.input); + done(); + }]); + var task = new Task({input: 'test', onComplete: (err, result) => console.log(result)}); + pipeline.async(task); + ``` + */ + async(task: Task): void; + } + /** !#en + A collection of information about a request + + !#zh + 请求的相关信息集合 */ + export class RequestItem { + /** !#en + The uuid of request + + !#zh + 请求资源的uuid */ + uuid: string; + /** !#en + The final url of request + + !#zh + 请求的最终url */ + url: string; + /** !#en + The extension name of asset + + !#zh + 资源的扩展名 */ + ext: string; + /** !#en + The content of asset + + !#zh + 资源的内容 */ + content: any; + /** !#en + The file of asset + + !#zh + 资源的文件 */ + file: any; + /** !#en + The information of asset + + !#zh + 资源的相关信息 */ + info: any; + /** !#en + Whether or not it is native asset + + !#zh + 资源是否是原生资源 */ + isNative: boolean; + /** !#en + Custom options + + !#zh + 自定义参数 */ + options: any; + /** + !#en + Create a request item + + !#zh + 创建一个 request item + */ + constructor(); + /** !#en + The id of request, combined from uuid and isNative + + !#zh + 请求的 id, 由 uuid 和 isNative 组合而成 */ + id: string; + /** + !#en + Recycle this for reuse + + !#zh + 回收 requestItem 用于复用 + */ + recycle(): void; + /** + !#en + Create a new request item from pool + + !#zh + 从对象池中创建 requestItem + */ + static create(): RequestItem; + } + /** !#en + Task is used to run in the pipeline for some effect + + !#zh + 任务用于在管线中运行以达成某种效果 */ + export class Task { + /** !#en + The id of task + + !#zh + 任务id */ + id: number; + /** !#en + The callback when task is completed + + !#zh + 完成回调 */ + onComplete: Function; + /** !#en + The callback of progression + + !#zh + 进度回调 */ + onProgress: Function; + /** !#en + The callback when something goes wrong + + !#zh + 错误回调 */ + onError: Function; + /** !#en + The source of task + + !#zh + 任务的源 */ + source: any; + /** !#en + The output of task + + !#zh + 任务的输出 */ + output: any; + /** !#en + The input of task + + !#zh + 任务的输入 */ + input: any; + /** !#en + The progression of task + + !#zh + 任务的进度 */ + progress: any; + /** !#en + Custom options + + !#zh + 自定义参数 */ + options: any; + /** + !#en + Create a new Task + + !#zh + 创建一个任务 + @param options Some optional paramters + */ + constructor(options?: {onComplete?: (err: Error, result: any) => void, onError?: () => void, onProgress?: Function, input: any, progress?: any, options?: Record}); + /** + !#en + Set paramters of this task + + !#zh + 设置任务的参数 + @param options Some optional paramters + + @example + ```js + var task = new Task(); + task.set({input: ['test'], onComplete: (err, result) => console.log(err), onProgress: (finish, total) => console.log(finish / total)}); + ``` + */ + set(options?: {onComplete?: (err: Error, result: any) => void, onError?: () => void, onProgress?: Function, input: any, progress?: any, options?: Record}): void; + /** + !#en + Dispatch event + + !#zh + 发布事件 + @param event The event name + @param param1 Parameter 1 + @param param2 Parameter 2 + @param param3 Parameter 3 + @param param4 Parameter 4 + + @example + ```js + var task = Task.create(); + Task.onComplete = (msg) => console.log(msg); + Task.dispatch('complete', 'hello world'); + ``` + */ + dispatch(event: string, param1?: any, param2?: any, param3?: any, param4?: any): void; + /** + !#en + Recycle this for reuse + + !#zh + 回收 task 用于复用 + */ + recycle(): void; + /** !#en + Whether or not this task is completed + + !#zh + 此任务是否已经完成 */ + isFinish: boolean; + /** + !#en + Create a new task from pool + + !#zh + 从对象池中创建 task + @param options Some optional paramters + */ + static create(options?: {onComplete?: (err: Error, result: any) => void, onError?: () => void, onProgress?: Function, input: any, progress?: any, options?: Record}): Task; + } + /** !#en + The builtin bundles + + !#zh + 内置 bundle */ + export enum BuiltinBundleName { + RESOURCES = 0, + INTERNAL = 0, + MAIN = 0, + START_SCENE = 0, + } +} + +/** Some helpful utilities */ +declare namespace cc.geomUtils { + /** + !#en + the distance between a point and a plane + !#zh + 计算点和平面之间的距离。 + @param point point + @param plane plane + */ + export function point_plane(point: cc.Vec3, plane: cc.Plane): number; + /** + !#en + the closest point on plane to a given point + !#zh + 计算平面上最接近给定点的点。 + @param out Closest point + @param point Given point + @param plane plane + */ + export function pt_point_plane(out: cc.Vec3, point: cc.Vec3, plane: cc.Plane): cc.Vec3; + /** + !#en + the closest point on aabb to a given point + !#zh + 计算 aabb 上最接近给定点的点。 + @param out Closest point. + @param point Given point. + @param aabb Align the axis around the box. + */ + export function pt_point_aabb(out: cc.Vec3, point: cc.Vec3, aabb: cc.Aabb): cc.Vec3; + /** + !#en + the closest point on obb to a given point + !#zh + 计算 obb 上最接近给定点的点。 + @param out Closest point + @param point Given point + @param obb Direction box + */ + export function pt_point_obb(out: cc.Vec3, point: cc.Vec3, obb: cc.Obb): cc.Vec3; +} + +/** !#en Some JavaScript decorators which can be accessed with "cc._decorator". +!#zh 一些 JavaScript 装饰器,目前可以通过 "cc._decorator" 来访问。 +(这些 API 仍不完全稳定,有可能随着 JavaScript 装饰器的标准实现而调整) */ +declare namespace cc._decorator { + /** + !#en + Declare the standard [ES6 Class](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes) + as CCClass, please see [Class](../../../manual/en/scripting/class.html) for details. + !#zh + 将标准写法的 [ES6 Class](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes) 声明为 CCClass,具体用法请参阅[类型定义](../../../manual/zh/scripting/class.html)。 + @param name The class name used for serialization. + + @example + ```js + const {ccclass} = cc._decorator; + + // define a CCClass, omit the name + @ccclass + class NewScript extends cc.Component { + // ... + } + + // define a CCClass with a name + @ccclass('LoginData') + class LoginData { + // ... + } + ``` + */ + export function ccclass(name?: string): Function; + export function ccclass(_class?: Function): void; + /** + !#en + Declare property for [CCClass](../../../manual/en/scripting/reference/attributes.html). + !#zh + 定义 [CCClass](../../../manual/zh/scripting/reference/attributes.html) 所用的属性。 + @param options an object with some property attributes + + @example + ```js + const {ccclass, property} = cc._decorator; + + @ccclass + class NewScript extends cc.Component { + @property({ + type: cc.Node + }) + targetNode1 = null; + + @property(cc.Node) + targetNode2 = null; + + @property(cc.Button) + targetButton = null; + + @property + _width = 100; + + @property + get width () { + return this._width; + } + + @property + set width (value) { + this._width = value; + } + + @property + offset = new cc.Vec2(100, 100); + + @property(cc.Vec2) + offsets = []; + + @property(cc.SpriteFrame) + frame = null; + } + + // above is equivalent to (上面的代码相当于): + + var NewScript = cc.Class({ + properties: { + targetNode1: { + default: null, + type: cc.Node + }, + + targetNode2: { + default: null, + type: cc.Node + }, + + targetButton: { + default: null, + type: cc.Button + }, + + _width: 100, + + width: { + get () { + return this._width; + }, + set (value) { + this._width = value; + } + }, + + offset: new cc.Vec2(100, 100) + + offsets: { + default: [], + type: cc.Vec2 + } + + frame: { + default: null, + type: cc.SpriteFrame + }, + } + }); + ``` + */ + export function property(options?: {type?: any; visible?: boolean|(() => boolean); displayName?: string; tooltip?: string; multiline?: boolean; readonly?: boolean; min?: number; max?: number; step?: number; range?: number[]; slide?: boolean; serializable?: boolean; formerlySerializedAs?: string; editorOnly?: boolean; override?: boolean; animatable?: boolean} | any[]|Function|cc.ValueType|number|string|boolean): Function; + export function property(_target: Object, _key: any, _desc?: any): void; + /** + !#en + Makes a CCClass that inherit from component execute in edit mode.
+ By default, all components are only executed in play mode, + which means they will not have their callback functions executed while the Editor is in edit mode. + !#zh + 允许继承自 Component 的 CCClass 在编辑器里执行。
+ 默认情况下,所有 Component 都只会在运行时才会执行,也就是说它们的生命周期回调不会在编辑器里触发。 + + @example + ```js + const {ccclass, executeInEditMode} = cc._decorator; + + @ccclass + @executeInEditMode + class NewScript extends cc.Component { + // ... + } + ``` + */ + export function executeInEditMode(): Function; + export function executeInEditMode(_class: Function): void; + /** + !#en + Automatically add required component as a dependency for the CCClass that inherit from component. + !#zh + 为声明为 CCClass 的组件添加依赖的其它组件。当组件添加到节点上时,如果依赖的组件不存在,引擎将会自动将依赖组件添加到同一个节点,防止脚本出错。该设置在运行时同样有效。 + @param requiredComponent requiredComponent + + @example + ```js + const {ccclass, requireComponent} = cc._decorator; + + @ccclass + @requireComponent(cc.Sprite) + class SpriteCtrl extends cc.Component { + // ... + } + ``` + */ + export function requireComponent(requiredComponent: typeof cc.Component): Function; + /** + !#en + The menu path to register a component to the editors "Component" menu. Eg. "Rendering/CameraCtrl". + !#zh + 将当前组件添加到组件菜单中,方便用户查找。例如 "Rendering/CameraCtrl"。 + @param path The path is the menu represented like a pathname. + For example the menu could be "Rendering/CameraCtrl". + + @example + ```js + const {ccclass, menu} = cc._decorator; + + @ccclass + @menu("Rendering/CameraCtrl") + class NewScript extends cc.Component { + // ... + } + ``` + */ + export function menu(path: string): Function; + /** + !#en + The execution order of lifecycle methods for Component. + Those less than 0 will execute before while those greater than 0 will execute after. + The order will only affect onLoad, onEnable, start, update and lateUpdate while onDisable and onDestroy will not be affected. + !#zh + 设置脚本生命周期方法调用的优先级。优先级小于 0 的组件将会优先执行,优先级大于 0 的组件将会延后执行。优先级仅会影响 onLoad, onEnable, start, update 和 lateUpdate,而 onDisable 和 onDestroy 不受影响。 + @param order The execution order of lifecycle methods for Component. Those less than 0 will execute before while those greater than 0 will execute after. + + @example + ```js + const {ccclass, executionOrder} = cc._decorator; + + @ccclass + @executionOrder(1) + class CameraCtrl extends cc.Component { + // ... + } + ``` + */ + export function executionOrder(order: number): Function; + /** + !#en + Prevents Component of the same type (or subtype) to be added more than once to a Node. + !#zh + 防止多个相同类型(或子类型)的组件被添加到同一个节点。 + + @example + ```js + const {ccclass, disallowMultiple} = cc._decorator; + + @ccclass + @disallowMultiple + class CameraCtrl extends cc.Component { + // ... + } + ``` + */ + export function disallowMultiple(): Function; + export function disallowMultiple(_class: Function): void; + /** + !#en + If specified, the editor's scene view will keep updating this node in 60 fps when it is selected, otherwise, it will update only if necessary.
+ This property is only available if executeInEditMode is true. + !#zh + 当指定了 "executeInEditMode" 以后,playOnFocus 可以在选中当前组件所在的节点时,提高编辑器的场景刷新频率到 60 FPS,否则场景就只会在必要的时候进行重绘。 + + @example + ```js + const {ccclass, playOnFocus, executeInEditMode} = cc._decorator; + + @ccclass + @executeInEditMode + @playOnFocus + class CameraCtrl extends cc.Component { + // ... + } + ``` + */ + export function playOnFocus(): Function; + export function playOnFocus(_class: Function): void; + /** + !#en + Specifying the url of the custom html to draw the component in **Properties**. + !#zh + 自定义当前组件在 **属性检查器** 中渲染时所用的网页 url。 + @param url url + + @example + ```js + const {ccclass, inspector} = cc._decorator; + + @ccclass + @inspector("packages://inspector/inspectors/comps/camera-ctrl.js") + class NewScript extends cc.Component { + // ... + } + ``` + */ + export function inspector(path: string): Function; + /** + !#en + The custom documentation URL. + !#zh + 指定当前组件的帮助文档的 url,设置过后,在 **属性检查器** 中就会出现一个帮助图标,用户点击将打开指定的网页。 + @param url url + + @example + ```js + const {ccclass, help} = cc._decorator; + + @ccclass + @help("app://docs/html/components/spine.html") + class NewScript extends cc.Component { + // ... + } + ``` + */ + export function help(path: string): Function; + /** + NOTE:
+ The old mixins implemented in cc.Class(ES5) behaves exact the same as multiple inheritance. + But since ES6, class constructor can't be function-called and class methods become non-enumerable, + so we can not mix in ES6 Classes.
+ See:
+ [https://esdiscuss.org/topic/traits-are-now-impossible-in-es6-until-es7-since-rev32](https://esdiscuss.org/topic/traits-are-now-impossible-in-es6-until-es7-since-rev32)
+ One possible solution (but IDE unfriendly):
+ [http://justinfagnani.com/2015/12/21/real-mixins-with-javascript-classes](http://justinfagnani.com/2015/12/21/real-mixins-with-javascript-classes/)
+
+ NOTE:
+ You must manually call mixins constructor, this is different from cc.Class(ES5). + @param ctor constructors to mix, only support ES5 constructors or classes defined by using `cc.Class`, + not support ES6 Classes. + + @example + ```js + const {ccclass, mixins} = cc._decorator; + + class Animal { ... } + + const Fly = cc.Class({ + constructor () { ... } + }); + + @ccclass + @mixins(cc.EventTarget, Fly) + class Bird extends Animal { + constructor () { + super(); + + // You must manually call mixins constructor, this is different from cc.Class(ES5) + cc.EventTarget.call(this); + Fly.call(this); + } + // ... + } + ``` + */ + export function mixins(ctor: Function, ...rest: Function[]): Function; +} + +/** !#en This module provides some JavaScript utilities. All members can be accessed with `cc.js`. +!#zh 这个模块封装了 JavaScript 相关的一些实用函数,你可以通过 `cc.js` 来访问这个模块。 */ +declare namespace cc.js { + /** + Check the obj whether is number or not + If a number is created by using 'new Number(10086)', the typeof it will be "object"... + Then you can use this function if you care about this case. + @param obj obj + */ + export function isNumber(obj: any): boolean; + /** + Check the obj whether is string or not. + If a string is created by using 'new String("blabla")', the typeof it will be "object"... + Then you can use this function if you care about this case. + @param obj obj + */ + export function isString(obj: any): boolean; + /** + Copy all properties not defined in obj from arguments[1...n] + @param obj object to extend its properties + @param sourceObj source object to copy properties from + */ + export function addon(obj: any, ...sourceObj: any[]): any; + /** + copy all properties from arguments[1...n] to obj + @param obj obj + @param sourceObj sourceObj + */ + export function mixin(obj: any, ...sourceObj: any[]): any; + /** + Derive the class from the supplied base class. + Both classes are just native javascript constructors, not created by cc.Class, so + usually you will want to inherit using {{#crossLink "cc/Class:method"}}cc.Class {{/crossLink}} instead. + @param cls cls + @param base the baseclass to inherit + */ + export function extend(cls: Function, base: Function): Function; + /** + Get super class + @param ctor the constructor of subclass + */ + export function getSuper(ctor: Function): Function; + /** + Checks whether subclass is child of superclass or equals to superclass + @param subclass subclass + @param superclass superclass + */ + export function isChildClassOf(subclass: Function, superclass: Function): boolean; + /** + Removes all enumerable properties from object + @param obj obj + */ + export function clear(obj: any): void; + /** + Checks whether obj is an empty object + @param obj obj + */ + export function isEmptyObject(obj: any): boolean; + /** + Get property descriptor in object and all its ancestors + @param obj obj + @param name name + */ + export function getPropertyDescriptor(obj: any, name: string): any; + /** + Define value, just help to call Object.defineProperty.
+ The configurable will be true. + @param obj obj + @param prop prop + @param value value + @param writable writable + @param enumerable enumerable + */ + export function value(obj: any, prop: string, value: any, writable?: boolean, enumerable?: boolean): void; + /** + Define get set accessor, just help to call Object.defineProperty(...) + @param obj obj + @param prop prop + @param getter getter + @param setter setter + @param enumerable enumerable + @param configurable configurable + */ + export function getset(obj: any, prop: string, getter: Function, setter?: Function, enumerable?: boolean, configurable?: boolean): void; + /** + Define get accessor, just help to call Object.defineProperty(...) + @param obj obj + @param prop prop + @param getter getter + @param enumerable enumerable + @param configurable configurable + */ + export function get(obj: any, prop: string, getter: Function, enumerable?: boolean, configurable?: boolean): void; + /** + Define set accessor, just help to call Object.defineProperty(...) + @param obj obj + @param prop prop + @param setter setter + @param enumerable enumerable + @param configurable configurable + */ + export function set(obj: any, prop: string, setter: Function, enumerable?: boolean, configurable?: boolean): void; + /** + Get class name of the object, if object is just a {} (and which class named 'Object'), it will return "". + (modified from the code from this stackoverflow post) + @param objOrCtor instance or constructor + */ + export function getClassName(objOrCtor: any|Function): string; + /** !#en All classes registered in the engine, indexed by ID. + !#zh 引擎中已注册的所有类型,通过 ID 进行索引。 */ + export var _registeredClassIds: any; + /** !#en All classes registered in the engine, indexed by name. + !#zh 引擎中已注册的所有类型,通过名称进行索引。 */ + export var _registeredClassNames: any; + /** + Register the class by specified name manually + @param className className + @param constructor constructor + */ + export function setClassName(className: string, constructor: Function): void; + /** + Unregister a class from fireball. + + If you dont need a registered class anymore, you should unregister the class so that Fireball will not keep its reference anymore. + Please note that its still your responsibility to free other references to the class. + @param constructor the class you will want to unregister, any number of classes can be added + */ + export function unregisterClass(...constructor: Function[]): void; + /** + Get the registered class by name + @param classname classname + */ + export function getClassByName(classname: string): Function; + /** + Defines a polyfill field for deprecated codes. + @param obj YourObject or YourClass.prototype + @param obsoleted "OldParam" or "YourClass.OldParam" + @param newExpr "NewParam" or "YourClass.NewParam" + @param writable writable + */ + export function obsolete(obj: any, obsoleted: string, newExpr: string, writable?: boolean): void; + /** + Defines all polyfill fields for obsoleted codes corresponding to the enumerable properties of props. + @param obj YourObject or YourClass.prototype + @param objName "YourObject" or "YourClass" + @param props props + @param writable writable + */ + export function obsoletes(obj: any, objName: any, props: any, writable?: boolean): void; + /** + A string tool to construct a string with format string. + @param msg A JavaScript string containing zero or more substitution strings (%s). + @param subst JavaScript objects with which to replace substitution strings within msg. This gives you additional control over the format of the output. + + @example + ```js + cc.js.formatStr("a: %s, b: %s", a, b); + cc.js.formatStr(a, b, c); + ``` + */ + export function formatStr(msg: string|any, ...subst: any[]): string; + /** + !#en + A simple wrapper of `Object.create(null)` which ensures the return object have no prototype (and thus no inherited members). So we can skip `hasOwnProperty` calls on property lookups. It is a worthwhile optimization than the `{}` literal when `hasOwnProperty` calls are necessary. + !#zh + 该方法是对 `Object.create(null)` 的简单封装。`Object.create(null)` 用于创建无 prototype (也就无继承)的空对象。这样我们在该对象上查找属性时,就不用进行 `hasOwnProperty` 判断。在需要频繁判断 `hasOwnProperty` 时,使用这个方法性能会比 `{}` 更高。 + @param forceDictMode Apply the delete operator to newly created map object. This causes V8 to put the object in "dictionary mode" and disables creation of hidden classes which are very expensive for objects that are constantly changing shape. + */ + export function createMap(forceDictMode?: boolean): any; + /** undefined */ + export class array { + /** + Removes the array item at the specified index. + @param array array + @param index index + */ + static removeAt(array: any[], index: number): void; + /** + Removes the array item at the specified index. + It's faster but the order of the array will be changed. + @param array array + @param index index + */ + static fastRemoveAt(array: any[], index: number): void; + /** + Removes the first occurrence of a specific object from the array. + @param array array + @param value value + */ + static remove(array: any[], value: any): boolean; + /** + Removes the first occurrence of a specific object from the array. + It's faster but the order of the array will be changed. + @param array array + @param value value + */ + static fastRemove(array: any[], value: number): void; + /** + Verify array's Type + @param array array + @param type type + */ + static verifyType(array: any[], type: Function): boolean; + /** + Removes from array all values in minusArr. For each Value in minusArr, the first matching instance in array will be removed. + @param array Source Array + @param minusArr minus Array + */ + static removeArray(array: any[], minusArr: any[]): void; + /** + Inserts some objects at index + @param array array + @param addObjs addObjs + @param index index + */ + static appendObjectsAt(array: any[], addObjs: any[], index: number): any[]; + /** + Determines whether the array contains a specific value. + @param array array + @param value value + */ + static contains(array: any[], value: any): boolean; + /** + Copy an array's item to a new array (its performance is better than Array.slice) + @param array array + */ + static copy(array: any[]): any[]; + } + /** !#en + A fixed-length object pool designed for general type.
+ The implementation of this object pool is very simple, + it can helps you to improve your game performance for objects which need frequent release and recreate operations
+ !#zh + 长度固定的对象缓存池,可以用来缓存各种对象类型。
+ 这个对象池的实现非常精简,它可以帮助您提高游戏性能,适用于优化对象的反复创建和销毁。 */ + export class Pool { + /** + !#en + Constructor for creating an object pool for the specific object type. + You can pass a callback argument for process the cleanup logic when the object is recycled. + !#zh + 使用构造函数来创建一个指定对象类型的对象池,您可以传递一个回调函数,用于处理对象回收时的清理逻辑。 + @param cleanupFunc the callback method used to process the cleanup logic when the object is recycled. + @param size initializes the length of the array + */ + constructor(cleanupFunc: (obj: any) => void, size: number); + constructor(size: number); + /** + !#en + Get and initialize an object from pool. This method defaults to null and requires the user to implement it. + !#zh + 获取并初始化对象池中的对象。这个方法默认为空,需要用户自己实现。 + @param params parameters to used to initialize the object + */ + get(...params: any[]): any; + /** !#en + The current number of available objects, the default is 0, it will gradually increase with the recycle of the object, + the maximum will not exceed the size specified when the constructor is called. + !#zh + 当前可用对象数量,一开始默认是 0,随着对象的回收会逐渐增大,最大不会超过调用构造函数时指定的 size。 */ + count: number; + /** + !#en + Get an object from pool, if no available object in the pool, null will be returned. + !#zh + 获取对象池中的对象,如果对象池没有可用对象,则返回空。 + */ + _get(): any; + /** + !#en Put an object into the pool. + !#zh 向对象池返还一个不再需要的对象。 + */ + put(): void; + /** + !#en Resize the pool. + !#zh 设置对象池容量。 + */ + resize(): void; + } +} + +/** !#en A basic module for creating vertex data for 3D objects. You can access this module by `cc.primitive`. +!#zh 一个创建 3D 物体顶点数据的基础模块,你可以通过 `cc.primitive` 来访问这个模块。 */ +declare namespace cc.primitive { + /** + !#en Create box vertex data + !#zh 创建长方体顶点数据 + @param width width + @param height height + @param length length + @param opts opts + */ + export function box(width: number, height: number, length: number, opts: {widthSegments: number; heightSegments: number; lengthSegments: number; }): cc.VertexData; + /** + !#en Create cone vertex data + !#zh 创建圆锥体顶点数据 + @param radius radius + @param height height + @param opts opts + */ + export function cone(radius: number, height: number, opts: {radialSegments: number; heightSegments: number; capped: boolean; arc: number; }): cc.VertexData; + /** + !#en Create cylinder vertex data + !#zh 创建圆柱体顶点数据 + @param radiusTop radiusTop + @param radiusBottom radiusBottom + @param height height + @param opts opts + */ + export function cylinder(radiusTop: number, radiusBottom: number, height: number, opts: {radialSegments: number; heightSegments: number; capped: boolean; arc: number; }): cc.VertexData; + /** + !#en Create plane vertex data + !#zh 创建平台顶点数据 + @param width width + @param length length + @param opts opts + */ + export function plane(width: number, length: number, opts: {widthSegments: number; lengthSegments: number; }): cc.VertexData; + /** + !#en Create quad vertex data + !#zh 创建面片顶点数据 + */ + export function quad(): cc.VertexData; + /** + !#en Create sphere vertex data + !#zh 创建球体顶点数据 + @param radius radius + @param opts opts + */ + export function sphere(radius: number, opts: {segments: number; }): cc.VertexData; + /** + !#en Create torus vertex data + !#zh 创建圆环顶点数据 + @param radius radius + @param tube tube + @param opts opts + */ + export function torus(radius: number, tube: number, opts: {radialSegments: number; tubularSegments: number; arc: number; }): cc.VertexData; + /** + !#en Create capsule vertex data + !#zh 创建胶囊体顶点数据 + @param radiusTop radiusTop + @param radiusBottom radiusBottom + @param height height + @param opts opts + */ + export function capsule(radiusTop: number, radiusBottom: number, height: number, opts: {sides: number; heightSegments: number; capped: boolean; arc: number; }): cc.VertexData; + /** + !#en Create polyhedron vertex data + !#zh 创建多面体顶点数据 + @param type type + @param Size Size + @param opts opts + */ + export function polyhedron(type: cc.primitive.PolyhedronType, Size: number, opts: {sizeX: number; sizeY: number; sizeZ: number; }): cc.VertexData; +} + +declare let CC_JSB: boolean +declare let CC_NATIVERENDERER: boolean +declare let CC_EDITOR: boolean +declare let CC_PREVIEW: boolean +declare let CC_TEST: boolean +declare let CC_DEBUG: boolean + +declare let cc: { + // polyfills: { + // destroyObject? (object: any): void; + // }; + [x: string]: any; +} + +declare let Editor: any; + +// https://medium.com/dailyjs/typescript-create-a-condition-based-subset-types-9d902cea5b8c +type FlagExcludedType = { [Key in keyof Base]: Base[Key] extends Type ? never : Key }; +type AllowedNames = FlagExcludedType[keyof Base]; +type KeyPartial = { [P in K]?: T[P] }; +type OmitType = KeyPartial>; +type ConstructorType = OmitType; + +declare interface IWritableArrayLike { + readonly length: number; + [index: number]: T; +} + +declare let module: { + exports: object +} + + +declare interface Math { + sign(v: number); +} + +declare interface Object { + assign(target: {}, source: {}); +} + + +type FloatArray = Float64Array | Float32Array; + +interface IColorLike { + r: number; + g: number; + b: number; + a: number; + _val: number; + +} + +interface IMat3Like { + m: FloatArray +} + +interface IMat4Like { + m: FloatArray +} + +interface IQuatLike { + x: number; + y: number; + z: number; + w: number; +} + +interface IRectLike { + x: number; + y: number; + width: number; + height: number; +} + +interface ISizeLike { + width: number; + height: number; +} + +interface IVec2Like { + x: number; + y: number; +} + +interface IVec3Like { + x: number; + y: number; + z: number; +} + +interface IVec4Like { + x: number; + y: number; + z: number; + w: number; +} +declare namespace dragonBones { + /** + * @internal + * @private + */ + const webAssemblyModule: { + HEAP16: Int16Array; + _malloc(byteSize: number): number; + _free(pointer: number): void; + setDataBinary(data: DragonBonesData, binaryPointer: number, intBytesLength: number, floatBytesLength: number, frameIntBytesLength: number, frameFloatBytesLength: number, frameBytesLength: number, timelineBytesLength: number): void; + }; +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * @internal + * @private + */ + const enum BinaryOffset { + WeigthBoneCount = 0, + WeigthFloatOffset = 1, + WeigthBoneIndices = 2, + MeshVertexCount = 0, + MeshTriangleCount = 1, + MeshFloatOffset = 2, + MeshWeightOffset = 3, + MeshVertexIndices = 4, + TimelineScale = 0, + TimelineOffset = 1, + TimelineKeyFrameCount = 2, + TimelineFrameValueCount = 3, + TimelineFrameValueOffset = 4, + TimelineFrameOffset = 5, + FramePosition = 0, + FrameTweenType = 1, + FrameTweenEasingOrCurveSampleCount = 2, + FrameCurveSamples = 3, + DeformMeshOffset = 0, + DeformCount = 1, + DeformValueCount = 2, + DeformValueOffset = 3, + DeformFloatOffset = 4, + } + /** + * @internal + * @private + */ + const enum ArmatureType { + Armature = 0, + MovieClip = 1, + Stage = 2, + } + /** + * @internal + * @private + */ + const enum BoneType { + Bone = 0, + Surface = 1, + } + /** + * @private + */ + const enum DisplayType { + Image = 0, + Armature = 1, + Mesh = 2, + BoundingBox = 3, + } + /** + * - Bounding box type. + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 边界框类型。 + * @version DragonBones 5.0 + * @language zh_CN + */ + const enum BoundingBoxType { + Rectangle = 0, + Ellipse = 1, + Polygon = 2, + } + /** + * @internal + * @private + */ + const enum ActionType { + Play = 0, + Frame = 10, + Sound = 11, + } + /** + * @internal + * @private + */ + const enum BlendMode { + Normal = 0, + Add = 1, + Alpha = 2, + Darken = 3, + Difference = 4, + Erase = 5, + HardLight = 6, + Invert = 7, + Layer = 8, + Lighten = 9, + Multiply = 10, + Overlay = 11, + Screen = 12, + Subtract = 13, + } + /** + * @internal + * @private + */ + const enum TweenType { + None = 0, + Line = 1, + Curve = 2, + QuadIn = 3, + QuadOut = 4, + QuadInOut = 5, + } + /** + * @internal + * @private + */ + const enum TimelineType { + Action = 0, + ZOrder = 1, + BoneAll = 10, + BoneTranslate = 11, + BoneRotate = 12, + BoneScale = 13, + Surface = 50, + SlotDisplay = 20, + SlotColor = 21, + SlotFFD = 22, + IKConstraint = 30, + AnimationTime = 40, + AnimationWeight = 41, + } + /** + * - Offset mode. + * @version DragonBones 5.5 + * @language en_US + */ + /** + * - 偏移模式。 + * @version DragonBones 5.5 + * @language zh_CN + */ + const enum OffsetMode { + None = 0, + Additive = 1, + Override = 2, + } + /** + * - Animation fade out mode. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 动画淡出模式。 + * @version DragonBones 4.5 + * @language zh_CN + */ + const enum AnimationFadeOutMode { + /** + * - Do not fade out of any animation states. + * @language en_US + */ + /** + * - 不淡出任何的动画状态。 + * @language zh_CN + */ + None = 0, + /** + * - Fade out the animation states of the same layer. + * @language en_US + */ + /** + * - 淡出同层的动画状态。 + * @language zh_CN + */ + SameLayer = 1, + /** + * - Fade out the animation states of the same group. + * @language en_US + */ + /** + * - 淡出同组的动画状态。 + * @language zh_CN + */ + SameGroup = 2, + /** + * - Fade out the animation states of the same layer and group. + * @language en_US + */ + /** + * - 淡出同层并且同组的动画状态。 + * @language zh_CN + */ + SameLayerAndGroup = 3, + /** + * - Fade out of all animation states. + * @language en_US + */ + /** + * - 淡出所有的动画状态。 + * @language zh_CN + */ + All = 4, + /** + * - Does not replace the animation state with the same name. + * @language en_US + */ + /** + * - 不替换同名的动画状态。 + * @language zh_CN + */ + Single = 5, + } + /** + * @private + */ + interface Map { + [key: string]: T; + } + /** + * @private + */ + class DragonBones { + static readonly VERSION: string; + static yDown: boolean; + static debug: boolean; + static debugDraw: boolean; + static webAssembly: boolean; + private readonly _clock; + private readonly _events; + private readonly _objects; + private _eventManager; + constructor(eventManager: IEventDispatcher); + advanceTime(passedTime: number): void; + bufferEvent(value: EventObject): void; + bufferObject(object: BaseObject): void; + readonly clock: WorldClock; + readonly eventManager: IEventDispatcher; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - The BaseObject is the base class for all objects in the DragonBones framework. + * All BaseObject instances are cached to the object pool to reduce the performance consumption of frequent requests for memory or memory recovery. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 基础对象,通常 DragonBones 的对象都继承自该类。 + * 所有基础对象的实例都会缓存到对象池,以减少频繁申请内存或内存回收的性能消耗。 + * @version DragonBones 4.5 + * @language zh_CN + */ + abstract class BaseObject { + private static _hashCode; + private static _defaultMaxCount; + private static readonly _maxCountMap; + private static readonly _poolsMap; + private static _returnObject(object); + static toString(): string; + /** + * - Set the maximum cache count of the specify object pool. + * @param objectConstructor - The specify class. (Set all object pools max cache count if not set) + * @param maxCount - Max count. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 设置特定对象池的最大缓存数量。 + * @param objectConstructor - 特定的类。 (不设置则设置所有对象池的最大缓存数量) + * @param maxCount - 最大缓存数量。 + * @version DragonBones 4.5 + * @language zh_CN + */ + static setMaxCount(objectConstructor: (typeof BaseObject) | null, maxCount: number): void; + /** + * - Clear the cached instances of a specify object pool. + * @param objectConstructor - Specify class. (Clear all cached instances if not set) + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 清除特定对象池的缓存实例。 + * @param objectConstructor - 特定的类。 (不设置则清除所有缓存的实例) + * @version DragonBones 4.5 + * @language zh_CN + */ + static clearPool(objectConstructor?: (typeof BaseObject) | null): void; + /** + * - Get an instance of the specify class from object pool. + * @param objectConstructor - The specify class. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 从对象池中获取特定类的实例。 + * @param objectConstructor - 特定的类。 + * @version DragonBones 4.5 + * @language zh_CN + */ + static borrowObject(objectConstructor: { + new (): T; + }): T; + /** + * - A unique identification number assigned to the object. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 分配给此实例的唯一标识号。 + * @version DragonBones 4.5 + * @language zh_CN + */ + readonly hashCode: number; + private _isInPool; + /** + * @private + */ + protected abstract _onClear(): void; + /** + * - Clear the object and return it back to object pool。 + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 清除该实例的所有数据并将其返还对象池。 + * @version DragonBones 4.5 + * @language zh_CN + */ + returnToPool(): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - 2D Transform matrix. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 2D 转换矩阵。 + * @version DragonBones 3.0 + * @language zh_CN + */ + class Matrix { + /** + * - The value that affects the positioning of pixels along the x axis when scaling or rotating an image. + * @default 1.0 + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 缩放或旋转图像时影响像素沿 x 轴定位的值。 + * @default 1.0 + * @version DragonBones 3.0 + * @language zh_CN + */ + a: number; + /** + * - The value that affects the positioning of pixels along the y axis when rotating or skewing an image. + * @default 0.0 + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 旋转或倾斜图像时影响像素沿 y 轴定位的值。 + * @default 0.0 + * @version DragonBones 3.0 + * @language zh_CN + */ + b: number; + /** + * - The value that affects the positioning of pixels along the x axis when rotating or skewing an image. + * @default 0.0 + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 旋转或倾斜图像时影响像素沿 x 轴定位的值。 + * @default 0.0 + * @version DragonBones 3.0 + * @language zh_CN + */ + c: number; + /** + * - The value that affects the positioning of pixels along the y axis when scaling or rotating an image. + * @default 1.0 + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 缩放或旋转图像时影响像素沿 y 轴定位的值。 + * @default 1.0 + * @version DragonBones 3.0 + * @language zh_CN + */ + d: number; + /** + * - The distance by which to translate each point along the x axis. + * @default 0.0 + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 沿 x 轴平移每个点的距离。 + * @default 0.0 + * @version DragonBones 3.0 + * @language zh_CN + */ + tx: number; + /** + * - The distance by which to translate each point along the y axis. + * @default 0.0 + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 沿 y 轴平移每个点的距离。 + * @default 0.0 + * @version DragonBones 3.0 + * @language zh_CN + */ + ty: number; + /** + * @private + */ + constructor(a?: number, b?: number, c?: number, d?: number, tx?: number, ty?: number); + toString(): string; + /** + * @private + */ + copyFrom(value: Matrix): Matrix; + /** + * @private + */ + copyFromArray(value: Array, offset?: number): Matrix; + /** + * - Convert to unit matrix. + * The resulting matrix has the following properties: a=1, b=0, c=0, d=1, tx=0, ty=0. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 转换为单位矩阵。 + * 该矩阵具有以下属性:a=1、b=0、c=0、d=1、tx=0、ty=0。 + * @version DragonBones 3.0 + * @language zh_CN + */ + identity(): Matrix; + /** + * - Multiplies the current matrix with another matrix. + * @param value - The matrix that needs to be multiplied. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 将当前矩阵与另一个矩阵相乘。 + * @param value - 需要相乘的矩阵。 + * @version DragonBones 3.0 + * @language zh_CN + */ + concat(value: Matrix): Matrix; + /** + * - Convert to inverse matrix. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 转换为逆矩阵。 + * @version DragonBones 3.0 + * @language zh_CN + */ + invert(): Matrix; + /** + * - Apply a matrix transformation to a specific point. + * @param x - X coordinate. + * @param y - Y coordinate. + * @param result - The point after the transformation is applied. + * @param delta - Whether to ignore tx, ty's conversion to point. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 将矩阵转换应用于特定点。 + * @param x - 横坐标。 + * @param y - 纵坐标。 + * @param result - 应用转换之后的点。 + * @param delta - 是否忽略 tx,ty 对点的转换。 + * @version DragonBones 3.0 + * @language zh_CN + */ + transformPoint(x: number, y: number, result: { + x: number; + y: number; + }, delta?: boolean): void; + /** + * @private + */ + transformRectangle(rectangle: { + x: number; + y: number; + width: number; + height: number; + }, delta?: boolean): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - 2D Transform. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 2D 变换。 + * @version DragonBones 3.0 + * @language zh_CN + */ + class Transform { + /** + * @private + */ + static readonly PI: number; + /** + * @private + */ + static readonly PI_D: number; + /** + * @private + */ + static readonly PI_H: number; + /** + * @private + */ + static readonly PI_Q: number; + /** + * @private + */ + static readonly RAD_DEG: number; + /** + * @private + */ + static readonly DEG_RAD: number; + /** + * @private + */ + static normalizeRadian(value: number): number; + /** + * - Horizontal translate. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 水平位移。 + * @version DragonBones 3.0 + * @language zh_CN + */ + x: number; + /** + * - Vertical translate. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 垂直位移。 + * @version DragonBones 3.0 + * @language zh_CN + */ + y: number; + /** + * - Skew. (In radians) + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 倾斜。 (以弧度为单位) + * @version DragonBones 3.0 + * @language zh_CN + */ + skew: number; + /** + * - rotation. (In radians) + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 旋转。 (以弧度为单位) + * @version DragonBones 3.0 + * @language zh_CN + */ + rotation: number; + /** + * - Horizontal Scaling. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 水平缩放。 + * @version DragonBones 3.0 + * @language zh_CN + */ + scaleX: number; + /** + * - Vertical scaling. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 垂直缩放。 + * @version DragonBones 3.0 + * @language zh_CN + */ + scaleY: number; + /** + * @private + */ + constructor(x?: number, y?: number, skew?: number, rotation?: number, scaleX?: number, scaleY?: number); + toString(): string; + /** + * @private + */ + copyFrom(value: Transform): Transform; + /** + * @private + */ + identity(): Transform; + /** + * @private + */ + add(value: Transform): Transform; + /** + * @private + */ + minus(value: Transform): Transform; + /** + * @private + */ + fromMatrix(matrix: Matrix): Transform; + /** + * @private + */ + toMatrix(matrix: Matrix): Transform; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * @internal + * @private + */ + class ColorTransform { + alphaMultiplier: number; + redMultiplier: number; + greenMultiplier: number; + blueMultiplier: number; + alphaOffset: number; + redOffset: number; + greenOffset: number; + blueOffset: number; + constructor(alphaMultiplier?: number, redMultiplier?: number, greenMultiplier?: number, blueMultiplier?: number, alphaOffset?: number, redOffset?: number, greenOffset?: number, blueOffset?: number); + copyFrom(value: ColorTransform): void; + identity(): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - The Point object represents a location in a two-dimensional coordinate system. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - Point 对象表示二维坐标系统中的某个位置。 + * @version DragonBones 3.0 + * @language zh_CN + */ + class Point { + /** + * - The horizontal coordinate. + * @default 0.0 + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 该点的水平坐标。 + * @default 0.0 + * @version DragonBones 3.0 + * @language zh_CN + */ + x: number; + /** + * - The vertical coordinate. + * @default 0.0 + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 该点的垂直坐标。 + * @default 0.0 + * @version DragonBones 3.0 + * @language zh_CN + */ + y: number; + /** + * - Creates a new point. If you pass no parameters to this method, a point is created at (0,0). + * @param x - The horizontal coordinate. + * @param y - The vertical coordinate. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 创建一个 egret.Point 对象.若不传入任何参数,将会创建一个位于(0,0)位置的点。 + * @param x - 该对象的x属性值,默认为 0.0。 + * @param y - 该对象的y属性值,默认为 0.0。 + * @version DragonBones 3.0 + * @language zh_CN + */ + constructor(x?: number, y?: number); + /** + * @private + */ + copyFrom(value: Point): void; + /** + * @private + */ + clear(): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - A Rectangle object is an area defined by its position, as indicated by its top-left corner point (x, y) and by its + * width and its height.
+ * The x, y, width, and height properties of the Rectangle class are independent of each other; changing the value of + * one property has no effect on the others. However, the right and bottom properties are integrally related to those + * four properties. For example, if you change the value of the right property, the value of the width property changes; + * if you change the bottom property, the value of the height property changes. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - Rectangle 对象是按其位置(由它左上角的点 (x, y) 确定)以及宽度和高度定义的区域。
+ * Rectangle 类的 x、y、width 和 height 属性相互独立;更改一个属性的值不会影响其他属性。 + * 但是,right 和 bottom 属性与这四个属性是整体相关的。例如,如果更改 right 属性的值,则 width + * 属性的值将发生变化;如果更改 bottom 属性,则 height 属性的值将发生变化。 + * @version DragonBones 3.0 + * @language zh_CN + */ + class Rectangle { + /** + * - The x coordinate of the top-left corner of the rectangle. + * @default 0.0 + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 矩形左上角的 x 坐标。 + * @default 0.0 + * @version DragonBones 3.0 + * @language zh_CN + */ + x: number; + /** + * - The y coordinate of the top-left corner of the rectangle. + * @default 0.0 + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 矩形左上角的 y 坐标。 + * @default 0.0 + * @version DragonBones 3.0 + * @language zh_CN + */ + y: number; + /** + * - The width of the rectangle, in pixels. + * @default 0.0 + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 矩形的宽度(以像素为单位)。 + * @default 0.0 + * @version DragonBones 3.0 + * @language zh_CN + */ + width: number; + /** + * - 矩形的高度(以像素为单位)。 + * @default 0.0 + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - The height of the rectangle, in pixels. + * @default 0.0 + * @version DragonBones 3.0 + * @language zh_CN + */ + height: number; + /** + * @private + */ + constructor(x?: number, y?: number, width?: number, height?: number); + /** + * @private + */ + copyFrom(value: Rectangle): void; + /** + * @private + */ + clear(): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - The user custom data. + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 用户自定义数据。 + * @version DragonBones 5.0 + * @language zh_CN + */ + class UserData extends BaseObject { + static toString(): string; + /** + * - The custom int numbers. + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 自定义整数。 + * @version DragonBones 5.0 + * @language zh_CN + */ + readonly ints: Array; + /** + * - The custom float numbers. + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 自定义浮点数。 + * @version DragonBones 5.0 + * @language zh_CN + */ + readonly floats: Array; + /** + * - The custom strings. + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 自定义字符串。 + * @version DragonBones 5.0 + * @language zh_CN + */ + readonly strings: Array; + /** + * @inheritDoc + */ + protected _onClear(): void; + /** + * @internal + * @private + */ + addInt(value: number): void; + /** + * @internal + * @private + */ + addFloat(value: number): void; + /** + * @internal + * @private + */ + addString(value: string): void; + /** + * - Get the custom int number. + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 获取自定义整数。 + * @version DragonBones 5.0 + * @language zh_CN + */ + getInt(index?: number): number; + /** + * - Get the custom float number. + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 获取自定义浮点数。 + * @version DragonBones 5.0 + * @language zh_CN + */ + getFloat(index?: number): number; + /** + * - Get the custom string. + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 获取自定义字符串。 + * @version DragonBones 5.0 + * @language zh_CN + */ + getString(index?: number): string; + } + /** + * @internal + * @private + */ + class ActionData extends BaseObject { + static toString(): string; + type: ActionType; + name: string; + bone: BoneData | null; + slot: SlotData | null; + data: UserData | null; + protected _onClear(): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - The DragonBones data. + * A DragonBones data contains multiple armature data. + * @see dragonBones.ArmatureData + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 龙骨数据。 + * 一个龙骨数据包含多个骨架数据。 + * @see dragonBones.ArmatureData + * @version DragonBones 3.0 + * @language zh_CN + */ + class DragonBonesData extends BaseObject { + static toString(): string; + /** + * @private + */ + autoSearch: boolean; + /** + * - The animation frame rate. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 动画帧频。 + * @version DragonBones 3.0 + * @language zh_CN + */ + frameRate: number; + /** + * - The data version. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 数据版本。 + * @version DragonBones 3.0 + * @language zh_CN + */ + version: string; + /** + * - The DragonBones data name. + * The name is consistent with the DragonBones project name. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 龙骨数据名称。 + * 该名称与龙骨项目名保持一致。 + * @version DragonBones 3.0 + * @language zh_CN + */ + name: string; + /** + * @private + */ + stage: ArmatureData | null; + /** + * @internal + * @private + */ + readonly frameIndices: Array; + /** + * @internal + * @private + */ + readonly cachedFrames: Array; + /** + * - All armature data names. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 所有的骨架数据名称。 + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly armatureNames: Array; + /** + * @private + */ + readonly armatures: Map; + /** + * @internal + * @private + */ + binary: ArrayBuffer; + /** + * @internal + * @private + */ + intArray: Int16Array; + /** + * @internal + * @private + */ + floatArray: Float32Array; + /** + * @internal + * @private + */ + frameIntArray: Int16Array; + /** + * @internal + * @private + */ + frameFloatArray: Float32Array; + /** + * @internal + * @private + */ + frameArray: Int16Array; + /** + * @internal + * @private + */ + timelineArray: Uint16Array; + /** + * @private + */ + userData: UserData | null; + /** + * @inheritDoc + */ + protected _onClear(): void; + /** + * @internal + * @private + */ + addArmature(value: ArmatureData): void; + /** + * - Get a specific armature data. + * @param name - The armature data name. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 获取特定的骨架数据。 + * @param name - 骨架数据名称。 + * @version DragonBones 3.0 + * @language zh_CN + */ + getArmature(name: string): ArmatureData | null; + /** + * - Deprecated, please refer to {@link #dragonBones.BaseFactory#removeDragonBonesData()}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #dragonBones.BaseFactory#removeDragonBonesData()}。 + * @deprecated + * @language zh_CN + */ + dispose(): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - The armature data. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 骨架数据。 + * @version DragonBones 3.0 + * @language zh_CN + */ + class ArmatureData extends BaseObject { + static toString(): string; + /** + * @private + */ + type: ArmatureType; + /** + * - The animation frame rate. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 动画帧率。 + * @version DragonBones 3.0 + * @language zh_CN + */ + frameRate: number; + /** + * @private + */ + cacheFrameRate: number; + /** + * @private + */ + scale: number; + /** + * - The armature name. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 骨架名称。 + * @version DragonBones 3.0 + * @language zh_CN + */ + name: string; + /** + * @private + */ + readonly aabb: Rectangle; + /** + * - The names of all the animation data. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 所有的动画数据名称。 + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly animationNames: Array; + /** + * @private + */ + readonly sortedBones: Array; + /** + * @private + */ + readonly sortedSlots: Array; + /** + * @private + */ + readonly defaultActions: Array; + /** + * @private + */ + readonly actions: Array; + /** + * @private + */ + readonly bones: Map; + /** + * @private + */ + readonly slots: Map; + /** + * @private + */ + readonly constraints: Map; + /** + * @private + */ + readonly skins: Map; + /** + * @private + */ + readonly animations: Map; + /** + * - The default skin data. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 默认插槽数据。 + * @version DragonBones 4.5 + * @language zh_CN + */ + defaultSkin: SkinData | null; + /** + * - The default animation data. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 默认动画数据。 + * @version DragonBones 4.5 + * @language zh_CN + */ + defaultAnimation: AnimationData | null; + /** + * @private + */ + canvas: CanvasData | null; + /** + * @private + */ + userData: UserData | null; + /** + * @private + */ + parent: DragonBonesData; + /** + * @inheritDoc + */ + protected _onClear(): void; + /** + * @internal + * @private + */ + sortBones(): void; + /** + * @internal + * @private + */ + cacheFrames(frameRate: number): void; + /** + * @internal + * @private + */ + setCacheFrame(globalTransformMatrix: Matrix, transform: Transform): number; + /** + * @internal + * @private + */ + getCacheFrame(globalTransformMatrix: Matrix, transform: Transform, arrayOffset: number): void; + /** + * @internal + * @private + */ + addBone(value: BoneData): void; + /** + * @internal + * @private + */ + addSlot(value: SlotData): void; + /** + * @internal + * @private + */ + addConstraint(value: ConstraintData): void; + /** + * @internal + * @private + */ + addSkin(value: SkinData): void; + /** + * @internal + * @private + */ + addAnimation(value: AnimationData): void; + /** + * @internal + * @private + */ + addAction(value: ActionData, isDefault: boolean): void; + /** + * - Get a specific done data. + * @param name - The bone name. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 获取特定的骨骼数据。 + * @param name - 骨骼名称。 + * @version DragonBones 3.0 + * @language zh_CN + */ + getBone(name: string): BoneData | null; + /** + * - Get a specific slot data. + * @param name - The slot name. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 获取特定的插槽数据。 + * @param name - 插槽名称。 + * @version DragonBones 3.0 + * @language zh_CN + */ + getSlot(name: string): SlotData | null; + /** + * @private + */ + getConstraint(name: string): ConstraintData | null; + /** + * - Get a specific skin data. + * @param name - The skin name. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 获取特定皮肤数据。 + * @param name - 皮肤名称。 + * @version DragonBones 3.0 + * @language zh_CN + */ + getSkin(name: string): SkinData | null; + /** + * @internal + * @private + */ + getMesh(skinName: string, slotName: string, meshName: string): MeshDisplayData | null; + /** + * - Get a specific animation data. + * @param name - The animation name. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 获取特定的动画数据。 + * @param name - 动画名称。 + * @version DragonBones 3.0 + * @language zh_CN + */ + getAnimation(name: string): AnimationData | null; + } + /** + * - The bone data. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 骨骼数据。 + * @version DragonBones 3.0 + * @language zh_CN + */ + class BoneData extends BaseObject { + static toString(): string; + /** + * @private + */ + inheritTranslation: boolean; + /** + * @private + */ + inheritRotation: boolean; + /** + * @private + */ + inheritScale: boolean; + /** + * @private + */ + inheritReflection: boolean; + /** + * @private + */ + type: BoneType; + /** + * - The bone length. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 骨骼长度。 + * @version DragonBones 3.0 + * @language zh_CN + */ + length: number; + /** + * - The bone name. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 骨骼名称。 + * @version DragonBones 3.0 + * @language zh_CN + */ + name: string; + /** + * @private + */ + readonly transform: Transform; + /** + * @private + */ + userData: UserData | null; + /** + * - The parent bone data. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 父骨骼数据。 + * @version DragonBones 3.0 + * @language zh_CN + */ + parent: BoneData | null; + /** + * @inheritDoc + */ + protected _onClear(): void; + } + /** + * @internal + * @private + */ + class SurfaceData extends BoneData { + static toString(): string; + segmentX: number; + segmentY: number; + readonly vertices: Array; + /** + * @inheritDoc + */ + protected _onClear(): void; + } + /** + * - The slot data. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 插槽数据。 + * @version DragonBones 3.0 + * @language zh_CN + */ + class SlotData extends BaseObject { + /** + * @internal + * @private + */ + static readonly DEFAULT_COLOR: ColorTransform; + /** + * @internal + * @private + */ + static createColor(): ColorTransform; + static toString(): string; + /** + * @private + */ + blendMode: BlendMode; + /** + * @private + */ + displayIndex: number; + /** + * @private + */ + zOrder: number; + /** + * - The slot name. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 插槽名称。 + * @version DragonBones 3.0 + * @language zh_CN + */ + name: string; + /** + * @private + */ + color: ColorTransform; + /** + * @private + */ + userData: UserData | null; + /** + * - The parent bone data. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 父骨骼数据。 + * @version DragonBones 3.0 + * @language zh_CN + */ + parent: BoneData; + /** + * @inheritDoc + */ + protected _onClear(): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * @internal + * @private + */ + abstract class ConstraintData extends BaseObject { + order: number; + name: string; + target: BoneData; + root: BoneData; + bone: BoneData | null; + protected _onClear(): void; + } + /** + * @internal + * @private + */ + class IKConstraintData extends ConstraintData { + static toString(): string; + scaleEnabled: boolean; + bendPositive: boolean; + weight: number; + protected _onClear(): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * @internal + * @private + */ + class CanvasData extends BaseObject { + static toString(): string; + hasBackground: boolean; + color: number; + x: number; + y: number; + width: number; + height: number; + protected _onClear(): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - The skin data, typically a armature data instance contains at least one skinData. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 皮肤数据,通常一个骨架数据至少包含一个皮肤数据。 + * @version DragonBones 3.0 + * @language zh_CN + */ + class SkinData extends BaseObject { + static toString(): string; + /** + * - The skin name. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 皮肤名称。 + * @version DragonBones 3.0 + * @language zh_CN + */ + name: string; + /** + * @private + */ + readonly displays: Map>; + /** + * @private + */ + parent: ArmatureData; + /** + * @inheritDoc + */ + protected _onClear(): void; + /** + * @internal + * @private + */ + addDisplay(slotName: string, value: DisplayData | null): void; + /** + * @private + */ + getDisplay(slotName: string, displayName: string): DisplayData | null; + /** + * @private + */ + getDisplays(slotName: string): Array | null; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * @internal + * @private + */ + abstract class DisplayData extends BaseObject { + type: DisplayType; + name: string; + path: string; + parent: SkinData; + readonly transform: Transform; + protected _onClear(): void; + } + /** + * @internal + * @private + */ + class ImageDisplayData extends DisplayData { + static toString(): string; + readonly pivot: Point; + texture: TextureData | null; + protected _onClear(): void; + } + /** + * @internal + * @private + */ + class ArmatureDisplayData extends DisplayData { + static toString(): string; + inheritAnimation: boolean; + readonly actions: Array; + armature: ArmatureData | null; + protected _onClear(): void; + /** + * @private + */ + addAction(value: ActionData): void; + } + /** + * @internal + * @private + */ + class MeshDisplayData extends DisplayData { + static toString(): string; + inheritDeform: boolean; + offset: number; + weight: WeightData | null; + glue: GlueData | null; + texture: TextureData | null; + protected _onClear(): void; + } + /** + * @internal + * @private + */ + class BoundingBoxDisplayData extends DisplayData { + static toString(): string; + boundingBox: BoundingBoxData | null; + protected _onClear(): void; + } + /** + * @internal + * @private + */ + class WeightData extends BaseObject { + static toString(): string; + count: number; + offset: number; + readonly bones: Array; + protected _onClear(): void; + addBone(value: BoneData): void; + } + /** + * @internal + * @private + */ + class GlueData extends BaseObject { + static toString(): string; + readonly weights: Array; + readonly meshes: Array; + protected _onClear(): void; + addMesh(value: MeshDisplayData | null): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - The base class of bounding box data. + * @see dragonBones.RectangleData + * @see dragonBones.EllipseData + * @see dragonBones.PolygonData + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 边界框数据基类。 + * @see dragonBones.RectangleData + * @see dragonBones.EllipseData + * @see dragonBones.PolygonData + * @version DragonBones 5.0 + * @language zh_CN + */ + abstract class BoundingBoxData extends BaseObject { + /** + * - The bounding box type. + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 边界框类型。 + * @version DragonBones 5.0 + * @language zh_CN + */ + type: BoundingBoxType; + /** + * @private + */ + color: number; + /** + * @private + */ + width: number; + /** + * @private + */ + height: number; + /** + * @private + */ + protected _onClear(): void; + /** + * - Check whether the bounding box contains a specific point. (Local coordinate system) + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 检查边界框是否包含特定点。(本地坐标系) + * @version DragonBones 5.0 + * @language zh_CN + */ + abstract containsPoint(pX: number, pY: number): boolean; + /** + * - Check whether the bounding box intersects a specific segment. (Local coordinate system) + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 检查边界框是否与特定线段相交。(本地坐标系) + * @version DragonBones 5.0 + * @language zh_CN + */ + abstract intersectsSegment(xA: number, yA: number, xB: number, yB: number, intersectionPointA: { + x: number; + y: number; + } | null, intersectionPointB: { + x: number; + y: number; + } | null, normalRadians: { + x: number; + y: number; + } | null): number; + } + /** + * - The rectangle bounding box data. + * @version DragonBones 5.1 + * @language en_US + */ + /** + * - 矩形边界框数据。 + * @version DragonBones 5.1 + * @language zh_CN + */ + class RectangleBoundingBoxData extends BoundingBoxData { + static toString(): string; + /** + * - Compute the bit code for a point (x, y) using the clip rectangle + */ + private static _computeOutCode(x, y, xMin, yMin, xMax, yMax); + /** + * @private + */ + static rectangleIntersectsSegment(xA: number, yA: number, xB: number, yB: number, xMin: number, yMin: number, xMax: number, yMax: number, intersectionPointA?: { + x: number; + y: number; + } | null, intersectionPointB?: { + x: number; + y: number; + } | null, normalRadians?: { + x: number; + y: number; + } | null): number; + /** + * @inheritDoc + * @private + */ + protected _onClear(): void; + /** + * @inheritDoc + */ + containsPoint(pX: number, pY: number): boolean; + /** + * @inheritDoc + */ + intersectsSegment(xA: number, yA: number, xB: number, yB: number, intersectionPointA?: { + x: number; + y: number; + } | null, intersectionPointB?: { + x: number; + y: number; + } | null, normalRadians?: { + x: number; + y: number; + } | null): number; + } + /** + * - The ellipse bounding box data. + * @version DragonBones 5.1 + * @language en_US + */ + /** + * - 椭圆边界框数据。 + * @version DragonBones 5.1 + * @language zh_CN + */ + class EllipseBoundingBoxData extends BoundingBoxData { + static toString(): string; + /** + * @private + */ + static ellipseIntersectsSegment(xA: number, yA: number, xB: number, yB: number, xC: number, yC: number, widthH: number, heightH: number, intersectionPointA?: { + x: number; + y: number; + } | null, intersectionPointB?: { + x: number; + y: number; + } | null, normalRadians?: { + x: number; + y: number; + } | null): number; + /** + * @inheritDoc + * @private + */ + protected _onClear(): void; + /** + * @inheritDoc + */ + containsPoint(pX: number, pY: number): boolean; + /** + * @inheritDoc + */ + intersectsSegment(xA: number, yA: number, xB: number, yB: number, intersectionPointA?: { + x: number; + y: number; + } | null, intersectionPointB?: { + x: number; + y: number; + } | null, normalRadians?: { + x: number; + y: number; + } | null): number; + } + /** + * - The polygon bounding box data. + * @version DragonBones 5.1 + * @language en_US + */ + /** + * - 多边形边界框数据。 + * @version DragonBones 5.1 + * @language zh_CN + */ + class PolygonBoundingBoxData extends BoundingBoxData { + static toString(): string; + /** + * @private + */ + static polygonIntersectsSegment(xA: number, yA: number, xB: number, yB: number, vertices: Array, intersectionPointA?: { + x: number; + y: number; + } | null, intersectionPointB?: { + x: number; + y: number; + } | null, normalRadians?: { + x: number; + y: number; + } | null): number; + /** + * @private + */ + x: number; + /** + * @private + */ + y: number; + /** + * - The polygon vertices. + * @version DragonBones 5.1 + * @language en_US + */ + /** + * - 多边形顶点。 + * @version DragonBones 5.1 + * @language zh_CN + */ + readonly vertices: Array; + /** + * @private + */ + weight: WeightData | null; + /** + * @inheritDoc + * @private + */ + protected _onClear(): void; + /** + * @inheritDoc + */ + containsPoint(pX: number, pY: number): boolean; + /** + * @inheritDoc + */ + intersectsSegment(xA: number, yA: number, xB: number, yB: number, intersectionPointA?: { + x: number; + y: number; + } | null, intersectionPointB?: { + x: number; + y: number; + } | null, normalRadians?: { + x: number; + y: number; + } | null): number; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - The animation data. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 动画数据。 + * @version DragonBones 3.0 + * @language zh_CN + */ + class AnimationData extends BaseObject { + static toString(): string; + /** + * - FrameIntArray. + * @internal + * @private + */ + frameIntOffset: number; + /** + * - FrameFloatArray. + * @internal + * @private + */ + frameFloatOffset: number; + /** + * - FrameArray. + * @internal + * @private + */ + frameOffset: number; + /** + * - The frame count of the animation. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 动画的帧数。 + * @version DragonBones 3.0 + * @language zh_CN + */ + frameCount: number; + /** + * - The play times of the animation. [0: Loop play, [1~N]: Play N times] + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 动画的播放次数。 [0: 无限循环播放, [1~N]: 循环播放 N 次] + * @version DragonBones 3.0 + * @language zh_CN + */ + playTimes: number; + /** + * - The duration of the animation. (In seconds) + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 动画的持续时间。 (以秒为单位) + * @version DragonBones 3.0 + * @language zh_CN + */ + duration: number; + /** + * @private + */ + scale: number; + /** + * - The fade in time of the animation. (In seconds) + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 动画的淡入时间。 (以秒为单位) + * @version DragonBones 3.0 + * @language zh_CN + */ + fadeInTime: number; + /** + * @private + */ + cacheFrameRate: number; + /** + * - The animation name. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 动画名称。 + * @version DragonBones 3.0 + * @language zh_CN + */ + name: string; + /** + * @private + */ + readonly cachedFrames: Array; + /** + * @private + */ + readonly boneTimelines: Map>; + /** + * @private + */ + readonly surfaceTimelines: Map>; + /** + * @private + */ + readonly slotTimelines: Map>; + /** + * @private + */ + readonly constraintTimelines: Map>; + /** + * @private + */ + readonly animationTimelines: Map>; + /** + * @private + */ + readonly boneCachedFrameIndices: Map>; + /** + * @private + */ + readonly slotCachedFrameIndices: Map>; + /** + * @private + */ + actionTimeline: TimelineData | null; + /** + * @private + */ + zOrderTimeline: TimelineData | null; + /** + * @private + */ + parent: ArmatureData; + /** + * @inheritDoc + */ + protected _onClear(): void; + /** + * @internal + * @private + */ + cacheFrames(frameRate: number): void; + /** + * @private + */ + addBoneTimeline(bone: BoneData, timeline: TimelineData): void; + /** + * @private + */ + addSurfaceTimeline(surface: SurfaceData, timeline: TimelineData): void; + /** + * @private + */ + addSlotTimeline(slot: SlotData, timeline: TimelineData): void; + /** + * @private + */ + addConstraintTimeline(constraint: ConstraintData, timeline: TimelineData): void; + /** + * @private + */ + addAnimationTimeline(name: string, timeline: TimelineData): void; + /** + * @private + */ + getBoneTimelines(name: string): Array | null; + /** + * @private + */ + getSurfaceTimelines(name: string): Array | null; + /** + * @private + */ + getSlotTimelines(name: string): Array | null; + /** + * @private + */ + getConstraintTimelines(name: string): Array | null; + /** + * @private + */ + getAnimationTimelines(name: string): Array | null; + /** + * @private + */ + getBoneCachedFrameIndices(name: string): Array | null; + /** + * @private + */ + getSlotCachedFrameIndices(name: string): Array | null; + } + /** + * @internal + * @private + */ + class TimelineData extends BaseObject { + static toString(): string; + type: TimelineType; + offset: number; + frameIndicesOffset: number; + protected _onClear(): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - The animation config is used to describe all the information needed to play an animation state. + * The API is still in the experimental phase and may encounter bugs or stability or compatibility issues when used. + * @see dragonBones.AnimationState + * @beta + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 动画配置用来描述播放一个动画状态所需要的全部信息。 + * 该 API 仍在实验阶段,使用时可能遭遇 bug 或稳定性或兼容性问题。 + * @see dragonBones.AnimationState + * @beta + * @version DragonBones 5.0 + * @language zh_CN + */ + class AnimationConfig extends BaseObject { + static toString(): string; + /** + * @private + */ + pauseFadeOut: boolean; + /** + * - Fade out the pattern of other animation states when the animation state is fade in. + * This property is typically used to specify the substitution of multiple animation states blend. + * @default dragonBones.AnimationFadeOutMode.All + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 淡入动画状态时淡出其他动画状态的模式。 + * 该属性通常用来指定多个动画状态混合时的相互替换关系。 + * @default dragonBones.AnimationFadeOutMode.All + * @version DragonBones 5.0 + * @language zh_CN + */ + fadeOutMode: AnimationFadeOutMode; + /** + * @private + */ + fadeOutTweenType: TweenType; + /** + * @private + */ + fadeOutTime: number; + /** + * @private + */ + pauseFadeIn: boolean; + /** + * @private + */ + actionEnabled: boolean; + /** + * @private + */ + additiveBlending: boolean; + /** + * - Whether the animation state has control over the display property of the slots. + * Sometimes blend a animation state does not want it to control the display properties of the slots, + * especially if other animation state are controlling the display properties of the slots. + * @default true + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 动画状态是否对插槽的显示对象属性有控制权。 + * 有时混合一个动画状态并不希望其控制插槽的显示对象属性, + * 尤其是其他动画状态正在控制这些插槽的显示对象属性时。 + * @default true + * @version DragonBones 5.0 + * @language zh_CN + */ + displayControl: boolean; + /** + * - Whether to reset the objects without animation to the armature pose when the animation state is start to play. + * This property should usually be set to false when blend multiple animation states. + * @default true + * @version DragonBones 5.1 + * @language en_US + */ + /** + * - 开始播放动画状态时是否将没有动画的对象重置为骨架初始值。 + * 通常在混合多个动画状态时应该将该属性设置为 false。 + * @default true + * @version DragonBones 5.1 + * @language zh_CN + */ + resetToPose: boolean; + /** + * @private + */ + fadeInTweenType: TweenType; + /** + * - The play times. [0: Loop play, [1~N]: Play N times] + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 播放次数。 [0: 无限循环播放, [1~N]: 循环播放 N 次] + * @version DragonBones 3.0 + * @language zh_CN + */ + playTimes: number; + /** + * - The blend layer. + * High layer animation state will get the blend weight first. + * When the blend weight is assigned more than 1, the remaining animation states will no longer get the weight assigned. + * @readonly + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 混合图层。 + * 图层高的动画状态会优先获取混合权重。 + * 当混合权重分配超过 1 时,剩余的动画状态将不再获得权重分配。 + * @readonly + * @version DragonBones 5.0 + * @language zh_CN + */ + layer: number; + /** + * - The start time of play. (In seconds) + * @default 0.0 + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 播放的开始时间。 (以秒为单位) + * @default 0.0 + * @version DragonBones 5.0 + * @language zh_CN + */ + position: number; + /** + * - The duration of play. + * [-1: Use the default value of the animation data, 0: Stop play, (0~N]: The duration] (In seconds) + * @default -1.0 + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 播放的持续时间。 + * [-1: 使用动画数据默认值, 0: 动画停止, (0~N]: 持续时间] (以秒为单位) + * @default -1.0 + * @version DragonBones 5.0 + * @language zh_CN + */ + duration: number; + /** + * - The play speed. + * The value is an overlay relationship with {@link dragonBones.Animation#timeScale}. + * [(-N~0): Reverse play, 0: Stop play, (0~1): Slow play, 1: Normal play, (1~N): Fast play] + * @default 1.0 + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 播放速度。 + * 该值与 {@link dragonBones.Animation#timeScale} 是叠加关系。 + * [(-N~0): 倒转播放, 0: 停止播放, (0~1): 慢速播放, 1: 正常播放, (1~N): 快速播放] + * @default 1.0 + * @version DragonBones 3.0 + * @language zh_CN + */ + timeScale: number; + /** + * - The blend weight. + * @default 1.0 + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 混合权重。 + * @default 1.0 + * @version DragonBones 5.0 + * @language zh_CN + */ + weight: number; + /** + * - The fade in time. + * [-1: Use the default value of the animation data, [0~N]: The fade in time] (In seconds) + * @default -1.0 + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 淡入时间。 + * [-1: 使用动画数据默认值, [0~N]: 淡入时间] (以秒为单位) + * @default -1.0 + * @version DragonBones 5.0 + * @language zh_CN + */ + fadeInTime: number; + /** + * - The auto fade out time when the animation state play completed. + * [-1: Do not fade out automatically, [0~N]: The fade out time] (In seconds) + * @default -1.0 + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 动画状态播放完成后的自动淡出时间。 + * [-1: 不自动淡出, [0~N]: 淡出时间] (以秒为单位) + * @default -1.0 + * @version DragonBones 5.0 + * @language zh_CN + */ + autoFadeOutTime: number; + /** + * - The name of the animation state. (Can be different from the name of the animation data) + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 动画状态名称。 (可以不同于动画数据) + * @version DragonBones 5.0 + * @language zh_CN + */ + name: string; + /** + * - The animation data name. + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 动画数据名称。 + * @version DragonBones 5.0 + * @language zh_CN + */ + animation: string; + /** + * - The blend group name of the animation state. + * This property is typically used to specify the substitution of multiple animation states blend. + * @readonly + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 混合组名称。 + * 该属性通常用来指定多个动画状态混合时的相互替换关系。 + * @readonly + * @version DragonBones 5.0 + * @language zh_CN + */ + group: string; + /** + * @private + */ + readonly boneMask: Array; + /** + * @private + */ + protected _onClear(): void; + /** + * @private + */ + clear(): void; + /** + * @private + */ + copyFrom(value: AnimationConfig): void; + /** + * @private + */ + containsBoneMask(name: string): boolean; + /** + * @private + */ + addBoneMask(armature: Armature, name: string, recursive?: boolean): void; + /** + * @private + */ + removeBoneMask(armature: Armature, name: string, recursive?: boolean): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - The texture atlas data. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 贴图集数据。 + * @version DragonBones 3.0 + * @language zh_CN + */ + abstract class TextureAtlasData extends BaseObject { + /** + * @private + */ + autoSearch: boolean; + /** + * @private + */ + width: number; + /** + * @private + */ + height: number; + /** + * @private + */ + scale: number; + /** + * - The texture atlas name. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 贴图集名称。 + * @version DragonBones 3.0 + * @language zh_CN + */ + name: string; + /** + * - The image path of the texture atlas. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 贴图集图片路径。 + * @version DragonBones 3.0 + * @language zh_CN + */ + imagePath: string; + /** + * @private + */ + readonly textures: Map; + /** + * @inheritDoc + */ + protected _onClear(): void; + /** + * @private + */ + copyFrom(value: TextureAtlasData): void; + /** + * @internal + * @private + */ + abstract createTexture(): TextureData; + /** + * @internal + * @private + */ + addTexture(value: TextureData): void; + /** + * @private + */ + getTexture(name: string): TextureData | null; + } + /** + * @internal + * @private + */ + abstract class TextureData extends BaseObject { + static createRectangle(): Rectangle; + rotated: boolean; + name: string; + readonly region: Rectangle; + parent: TextureAtlasData; + frame: Rectangle | null; + protected _onClear(): void; + copyFrom(value: TextureData): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - The armature proxy interface, the docking engine needs to implement it concretely. + * @see dragonBones.Armature + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 骨架代理接口,对接的引擎需要对其进行具体实现。 + * @see dragonBones.Armature + * @version DragonBones 5.0 + * @language zh_CN + */ + interface IArmatureProxy extends IEventDispatcher { + /** + * @internal + * @private + */ + dbInit(armature: Armature): void; + /** + * @internal + * @private + */ + dbClear(): void; + /** + * @internal + * @private + */ + dbUpdate(): void; + /** + * - Dispose the instance and the Armature instance. (The Armature instance will return to the object pool) + * @example + *
+         *     removeChild(armatureDisplay);
+         *     armatureDisplay.dispose();
+         * 
+ * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 释放该实例和骨架。 (骨架会回收到对象池) + * @example + *
+         *     removeChild(armatureDisplay);
+         *     armatureDisplay.dispose();
+         * 
+ * @version DragonBones 4.5 + * @language zh_CN + */ + dispose(disposeProxy: boolean): void; + /** + * - The armature. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 骨架。 + * @version DragonBones 4.5 + * @language zh_CN + */ + readonly armature: Armature; + /** + * - The animation player. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 动画播放器。 + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly animation: Animation; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - Armature is the core of the skeleton animation system. + * @see dragonBones.ArmatureData + * @see dragonBones.Bone + * @see dragonBones.Slot + * @see dragonBones.Animation + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 骨架是骨骼动画系统的核心。 + * @see dragonBones.ArmatureData + * @see dragonBones.Bone + * @see dragonBones.Slot + * @see dragonBones.Animation + * @version DragonBones 3.0 + * @language zh_CN + */ + class Armature extends BaseObject implements IAnimatable { + static toString(): string; + private static _onSortSlots(a, b); + /** + * - Whether to inherit the animation control of the parent armature. + * True to try to have the child armature play an animation with the same name when the parent armature play the animation. + * @default true + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 是否继承父骨架的动画控制。 + * 如果该值为 true,当父骨架播放动画时,会尝试让子骨架播放同名动画。 + * @default true + * @version DragonBones 4.5 + * @language zh_CN + */ + inheritAnimation: boolean; + /** + * @private + */ + userData: any; + private _lockUpdate; + private _bonesDirty; + private _slotsDirty; + private _zOrderDirty; + private _flipX; + private _flipY; + /** + * @internal + * @private + */ + _cacheFrameIndex: number; + private readonly _bones; + private readonly _slots; + /** + * @internal + * @private + */ + readonly _glueSlots: Array; + /** + * @internal + * @private + */ + readonly _constraints: Array; + private readonly _actions; + /** + * @internal + * @private + */ + _armatureData: ArmatureData; + private _animation; + private _proxy; + private _display; + /** + * @internal + * @private + */ + _replaceTextureAtlasData: TextureAtlasData | null; + private _replacedTexture; + /** + * @internal + * @private + */ + _dragonBones: DragonBones; + private _clock; + /** + * @internal + * @private + */ + _parent: Slot | null; + /** + * @private + */ + protected _onClear(): void; + private _sortBones(); + private _sortSlots(); + /** + * @internal + * @private + */ + _sortZOrder(slotIndices: Array | Int16Array | null, offset: number): void; + /** + * @internal + * @private + */ + _addBoneToBoneList(value: Bone): void; + /** + * @internal + * @private + */ + _removeBoneFromBoneList(value: Bone): void; + /** + * @internal + * @private + */ + _addSlotToSlotList(value: Slot): void; + /** + * @internal + * @private + */ + _removeSlotFromSlotList(value: Slot): void; + /** + * @internal + * @private + */ + _bufferAction(action: ActionData, append: boolean): void; + /** + * - Dispose the armature. (Return to the object pool) + * @example + *
+         *     removeChild(armature.display);
+         *     armature.dispose();
+         * 
+ * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 释放骨架。 (回收到对象池) + * @example + *
+         *     removeChild(armature.display);
+         *     armature.dispose();
+         * 
+ * @version DragonBones 3.0 + * @language zh_CN + */ + dispose(): void; + /** + * @internal + * @private + */ + init(armatureData: ArmatureData, proxy: IArmatureProxy, display: any, dragonBones: DragonBones): void; + /** + * @inheritDoc + */ + advanceTime(passedTime: number): void; + /** + * - Forces a specific bone or its owning slot to update the transform or display property in the next frame. + * @param boneName - The bone name. (If not set, all bones will be update) + * @param updateSlot - Whether to update the bone's slots. (Default: false) + * @see dragonBones.Bone#invalidUpdate() + * @see dragonBones.Slot#invalidUpdate() + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 强制特定骨骼或其拥有的插槽在下一帧更新变换或显示属性。 + * @param boneName - 骨骼名称。 (如果未设置,将更新所有骨骼) + * @param updateSlot - 是否更新骨骼的插槽。 (默认: false) + * @see dragonBones.Bone#invalidUpdate() + * @see dragonBones.Slot#invalidUpdate() + * @version DragonBones 3.0 + * @language zh_CN + */ + invalidUpdate(boneName?: string | null, updateSlot?: boolean): void; + /** + * - Check whether a specific point is inside a custom bounding box in a slot. + * The coordinate system of the point is the inner coordinate system of the armature. + * Custom bounding boxes need to be customized in Dragonbones Pro. + * @param x - The horizontal coordinate of the point. + * @param y - The vertical coordinate of the point. + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 检查特定点是否在某个插槽的自定义边界框内。 + * 点的坐标系为骨架内坐标系。 + * 自定义边界框需要在 DragonBones Pro 中自定义。 + * @param x - 点的水平坐标。 + * @param y - 点的垂直坐标。 + * @version DragonBones 5.0 + * @language zh_CN + */ + containsPoint(x: number, y: number): Slot | null; + /** + * - Check whether a specific segment intersects a custom bounding box for a slot in the armature. + * The coordinate system of the segment and intersection is the inner coordinate system of the armature. + * Custom bounding boxes need to be customized in Dragonbones Pro. + * @param xA - The horizontal coordinate of the beginning of the segment. + * @param yA - The vertical coordinate of the beginning of the segment. + * @param xB - The horizontal coordinate of the end point of the segment. + * @param yB - The vertical coordinate of the end point of the segment. + * @param intersectionPointA - The first intersection at which a line segment intersects the bounding box from the beginning to the end. (If not set, the intersection point will not calculated) + * @param intersectionPointB - The first intersection at which a line segment intersects the bounding box from the end to the beginning. (If not set, the intersection point will not calculated) + * @param normalRadians - The normal radians of the tangent of the intersection boundary box. [x: Normal radian of the first intersection tangent, y: Normal radian of the second intersection tangent] (If not set, the normal will not calculated) + * @returns The slot of the first custom bounding box where the segment intersects from the start point to the end point. + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 检查特定线段是否与骨架的某个插槽的自定义边界框相交。 + * 线段和交点的坐标系均为骨架内坐标系。 + * 自定义边界框需要在 DragonBones Pro 中自定义。 + * @param xA - 线段起点的水平坐标。 + * @param yA - 线段起点的垂直坐标。 + * @param xB - 线段终点的水平坐标。 + * @param yB - 线段终点的垂直坐标。 + * @param intersectionPointA - 线段从起点到终点与边界框相交的第一个交点。 (如果未设置,则不计算交点) + * @param intersectionPointB - 线段从终点到起点与边界框相交的第一个交点。 (如果未设置,则不计算交点) + * @param normalRadians - 交点边界框切线的法线弧度。 [x: 第一个交点切线的法线弧度, y: 第二个交点切线的法线弧度] (如果未设置,则不计算法线) + * @returns 线段从起点到终点相交的第一个自定义边界框的插槽。 + * @version DragonBones 5.0 + * @language zh_CN + */ + intersectsSegment(xA: number, yA: number, xB: number, yB: number, intersectionPointA?: { + x: number; + y: number; + } | null, intersectionPointB?: { + x: number; + y: number; + } | null, normalRadians?: { + x: number; + y: number; + } | null): Slot | null; + /** + * - Get a specific bone. + * @param name - The bone name. + * @see dragonBones.Bone + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 获取特定的骨骼。 + * @param name - 骨骼名称。 + * @see dragonBones.Bone + * @version DragonBones 3.0 + * @language zh_CN + */ + getBone(name: string): Bone | null; + /** + * - Get a specific bone by the display. + * @param display - The display object. + * @see dragonBones.Bone + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 通过显示对象获取特定的骨骼。 + * @param display - 显示对象。 + * @see dragonBones.Bone + * @version DragonBones 3.0 + * @language zh_CN + */ + getBoneByDisplay(display: any): Bone | null; + /** + * - Get a specific slot. + * @param name - The slot name. + * @see dragonBones.Slot + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 获取特定的插槽。 + * @param name - 插槽名称。 + * @see dragonBones.Slot + * @version DragonBones 3.0 + * @language zh_CN + */ + getSlot(name: string): Slot | null; + /** + * - Get a specific slot by the display. + * @param display - The display object. + * @see dragonBones.Slot + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 通过显示对象获取特定的插槽。 + * @param display - 显示对象。 + * @see dragonBones.Slot + * @version DragonBones 3.0 + * @language zh_CN + */ + getSlotByDisplay(display: any): Slot | null; + /** + * @deprecated + */ + addBone(value: Bone, parentName: string): void; + /** + * @deprecated + */ + addSlot(value: Slot, parentName: string): void; + /** + * @private + */ + addConstraint(value: Constraint): void; + /** + * @deprecated + */ + removeBone(value: Bone): void; + /** + * @deprecated + */ + removeSlot(value: Slot): void; + /** + * - Get all bones. + * @see dragonBones.Bone + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 获取所有的骨骼。 + * @see dragonBones.Bone + * @version DragonBones 3.0 + * @language zh_CN + */ + getBones(): Array; + /** + * - Get all slots. + * @see dragonBones.Slot + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 获取所有的插槽。 + * @see dragonBones.Slot + * @version DragonBones 3.0 + * @language zh_CN + */ + getSlots(): Array; + /** + * - Whether to flip the armature horizontally. + * @version DragonBones 5.5 + * @language en_US + */ + /** + * - 是否将骨架水平翻转。 + * @version DragonBones 5.5 + * @language zh_CN + */ + flipX: boolean; + /** + * - Whether to flip the armature vertically. + * @version DragonBones 5.5 + * @language en_US + */ + /** + * - 是否将骨架垂直翻转。 + * @version DragonBones 5.5 + * @language zh_CN + */ + flipY: boolean; + /** + * - The animation cache frame rate, which turns on the animation cache when the set value is greater than 0. + * There is a certain amount of memory overhead to improve performance by caching animation data in memory. + * The frame rate should not be set too high, usually with the frame rate of the animation is similar and lower than the program running frame rate. + * When the animation cache is turned on, some features will fail, such as the offset property of bone. + * @example + *
+         *     armature.cacheFrameRate = 24;
+         * 
+ * @see dragonBones.DragonBonesData#frameRate + * @see dragonBones.ArmatureData#frameRate + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 动画缓存帧率,当设置的值大于 0 的时,将会开启动画缓存。 + * 通过将动画数据缓存在内存中来提高运行性能,会有一定的内存开销。 + * 帧率不宜设置的过高,通常跟动画的帧率相当且低于程序运行的帧率。 + * 开启动画缓存后,某些功能将会失效,比如骨骼的 offset 属性等。 + * @example + *
+         *     armature.cacheFrameRate = 24;
+         * 
+ * @see dragonBones.DragonBonesData#frameRate + * @see dragonBones.ArmatureData#frameRate + * @version DragonBones 4.5 + * @language zh_CN + */ + cacheFrameRate: number; + /** + * - The armature name. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 骨架名称。 + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly name: string; + /** + * - The armature data. + * @see dragonBones.ArmatureData + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 骨架数据。 + * @see dragonBones.ArmatureData + * @version DragonBones 4.5 + * @language zh_CN + */ + readonly armatureData: ArmatureData; + /** + * - The animation player. + * @see dragonBones.Animation + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 动画播放器。 + * @see dragonBones.Animation + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly animation: Animation; + /** + * @pivate + */ + readonly proxy: IArmatureProxy; + /** + * - The EventDispatcher instance of the armature. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 该骨架的 EventDispatcher 实例。 + * @version DragonBones 4.5 + * @language zh_CN + */ + readonly eventDispatcher: IEventDispatcher; + /** + * - The display container. + * The display of the slot is displayed as the parent. + * Depending on the rendering engine, the type will be different, usually the DisplayObjectContainer type. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 显示容器实例。 + * 插槽的显示对象都会以此显示容器为父级。 + * 根据渲染引擎的不同,类型会不同,通常是 DisplayObjectContainer 类型。 + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly display: any; + /** + * @private + */ + replacedTexture: any; + /** + * @inheritDoc + */ + clock: WorldClock | null; + /** + * - Get the parent slot which the armature belongs to. + * @see dragonBones.Slot + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 该骨架所属的父插槽。 + * @see dragonBones.Slot + * @version DragonBones 4.5 + * @language zh_CN + */ + readonly parent: Slot | null; + /** + * @deprecated + * @private + */ + replaceTexture(texture: any): void; + /** + * - Deprecated, please refer to {@link #eventDispatcher}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #eventDispatcher}。 + * @deprecated + * @language zh_CN + */ + hasEventListener(type: EventStringType): boolean; + /** + * - Deprecated, please refer to {@link #eventDispatcher}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #eventDispatcher}。 + * @deprecated + * @language zh_CN + */ + addEventListener(type: EventStringType, listener: Function, target: any): void; + /** + * - Deprecated, please refer to {@link #eventDispatcher}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #eventDispatcher}。 + * @deprecated + * @language zh_CN + */ + removeEventListener(type: EventStringType, listener: Function, target: any): void; + /** + * - Deprecated, please refer to {@link #cacheFrameRate}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #cacheFrameRate}。 + * @deprecated + * @language zh_CN + */ + enableAnimationCache(frameRate: number): void; + /** + * - Deprecated, please refer to {@link #display}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #display}。 + * @deprecated + * @language zh_CN + */ + getDisplay(): any; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - The base class of the transform object. + * @see dragonBones.Transform + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 变换对象的基类。 + * @see dragonBones.Transform + * @version DragonBones 4.5 + * @language zh_CN + */ + abstract class TransformObject extends BaseObject { + /** + * @private + */ + protected static readonly _helpMatrix: Matrix; + /** + * @private + */ + protected static readonly _helpTransform: Transform; + /** + * @private + */ + protected static readonly _helpPoint: Point; + /** + * - A matrix relative to the armature coordinate system. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 相对于骨架坐标系的矩阵。 + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly globalTransformMatrix: Matrix; + /** + * - A transform relative to the armature coordinate system. + * @see #updateGlobalTransform() + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 相对于骨架坐标系的变换。 + * @see #updateGlobalTransform() + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly global: Transform; + /** + * - The offset transform relative to the armature or the parent bone coordinate system. + * @see #dragonBones.Bone#invalidUpdate() + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 相对于骨架或父骨骼坐标系的偏移变换。 + * @see #dragonBones.Bone#invalidUpdate() + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly offset: Transform; + /** + * @private + */ + origin: Transform | null; + /** + * @private + */ + userData: any; + /** + * @private + */ + protected _globalDirty: boolean; + /** + * @internal + * @private + */ + _armature: Armature; + /** + * @internal + * @private + */ + _parent: Bone; + /** + * @private + */ + protected _onClear(): void; + /** + * @internal + * @private + */ + _setArmature(value: Armature | null): void; + /** + * @internal + * @private + */ + _setParent(value: Bone | null): void; + /** + * - For performance considerations, rotation or scale in the {@link #global} attribute of the bone or slot is not always properly accessible, + * some engines do not rely on these attributes to update rendering, such as Egret. + * The use of this method ensures that the access to the {@link #global} property is correctly rotation or scale. + * @example + *
+         *     bone.updateGlobalTransform();
+         *     let rotation = bone.global.rotation;
+         * 
+ * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 出于性能的考虑,骨骼或插槽的 {@link #global} 属性中的旋转或缩放并不总是正确可访问的,有些引擎并不依赖这些属性更新渲染,比如 Egret。 + * 使用此方法可以保证访问到 {@link #global} 属性中正确的旋转或缩放。 + * @example + *
+         *     bone.updateGlobalTransform();
+         *     let rotation = bone.global.rotation;
+         * 
+ * @version DragonBones 3.0 + * @language zh_CN + */ + updateGlobalTransform(): void; + /** + * - The armature to which it belongs. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 所属的骨架。 + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly armature: Armature; + /** + * - The parent bone to which it belongs. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 所属的父骨骼。 + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly parent: Bone; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - Bone is one of the most important logical units in the armature animation system, + * and is responsible for the realization of translate, rotation, scaling in the animations. + * A armature can contain multiple bones. + * @see dragonBones.BoneData + * @see dragonBones.Armature + * @see dragonBones.Slot + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 骨骼在骨骼动画体系中是最重要的逻辑单元之一,负责动画中的平移、旋转、缩放的实现。 + * 一个骨架中可以包含多个骨骼。 + * @see dragonBones.BoneData + * @see dragonBones.Armature + * @see dragonBones.Slot + * @version DragonBones 3.0 + * @language zh_CN + */ + class Bone extends TransformObject { + static toString(): string; + /** + * - The offset mode. + * @see #offset + * @version DragonBones 5.5 + * @language en_US + */ + /** + * - 偏移模式。 + * @see #offset + * @version DragonBones 5.5 + * @language zh_CN + */ + offsetMode: OffsetMode; + /** + * @internal + * @private + */ + readonly animationPose: Transform; + /** + * @internal + * @private + */ + _transformDirty: boolean; + /** + * @internal + * @private + */ + _childrenTransformDirty: boolean; + protected _localDirty: boolean; + /** + * @internal + * @private + */ + _hasConstraint: boolean; + private _visible; + protected _cachedFrameIndex: number; + /** + * @internal + * @private + */ + readonly _blendState: BlendState; + /** + * @internal + * @private + */ + _boneData: BoneData; + /** + * @internal + * @private + */ + _cachedFrameIndices: Array | null; + /** + * @inheritDoc + */ + protected _onClear(): void; + /** + * @private + */ + protected _updateGlobalTransformMatrix(isCache: boolean): void; + /** + * @inheritDoc + */ + _setArmature(value: Armature | null): void; + /** + * @internal + * @private + */ + init(boneData: BoneData): void; + /** + * @internal + * @private + */ + update(cacheFrameIndex: number): void; + /** + * @internal + * @private + */ + updateByConstraint(): void; + /** + * - Forces the bone to update the transform in the next frame. + * When the bone is not animated or its animation state is finished, the bone will not continue to update, + * and when the skeleton must be updated for some reason, the method needs to be called explicitly. + * @example + *
+         *     let bone = armature.getBone("arm");
+         *     bone.offset.scaleX = 2.0;
+         *     bone.invalidUpdate();
+         * 
+ * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 强制骨骼在下一帧更新变换。 + * 当该骨骼没有动画状态或其动画状态播放完成时,骨骼将不在继续更新,而此时由于某些原因必须更新骨骼时,则需要显式调用该方法。 + * @example + *
+         *     let bone = armature.getBone("arm");
+         *     bone.offset.scaleX = 2.0;
+         *     bone.invalidUpdate();
+         * 
+ * @version DragonBones 3.0 + * @language zh_CN + */ + invalidUpdate(): void; + /** + * - Check whether the bone contains a specific bone or slot. + * @see dragonBones.Bone + * @see dragonBones.Slot + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 检查该骨骼是否包含特定的骨骼或插槽。 + * @see dragonBones.Bone + * @see dragonBones.Slot + * @version DragonBones 3.0 + * @language zh_CN + */ + contains(value: TransformObject): boolean; + /** + * - The bone data. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 骨骼数据。 + * @version DragonBones 4.5 + * @language zh_CN + */ + readonly boneData: BoneData; + /** + * - The visible of all slots in the bone. + * @default true + * @see dragonBones.Slot#visible + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 此骨骼所有插槽的可见。 + * @default true + * @see dragonBones.Slot#visible + * @version DragonBones 3.0 + * @language zh_CN + */ + visible: boolean; + /** + * - The bone name. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 骨骼名称。 + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly name: string; + /** + * - Deprecated, please refer to {@link dragonBones.Armature#getBones()}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link dragonBones.Armature#getBones()}。 + * @deprecated + * @language zh_CN + */ + getBones(): Array; + /** + * - Deprecated, please refer to {@link dragonBones.Armature#getSlots()}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link dragonBones.Armature#getSlots()}。 + * @deprecated + * @language zh_CN + */ + getSlots(): Array; + /** + * - Deprecated, please refer to {@link dragonBones.Armature#getSlot()}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link dragonBones.Armature#getSlot()}。 + * @deprecated + * @language zh_CN + */ + readonly slot: Slot | null; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * @internal + * @private + */ + class Surface extends Bone { + static toString(): string; + private _dX; + private _dY; + private _k; + private _kX; + private _kY; + /** + * For debug draw. + * @internal + * @private + */ + readonly _vertices: Array; + /** + * For timeline state. + * @internal + * @private + */ + readonly _deformVertices: Array; + /** + * x1, y1, x2, y2, x3, y3, x4, y4, d1X, d1Y, d2X, d2Y + */ + private readonly _hullCache; + /** + * Inside [flag, a, b, c, d, tx, ty], Outside [flag, a, b, c, d, tx, ty] + */ + private readonly _matrixCahce; + /** + * @inheritDoc + */ + protected _onClear(): void; + private _getAffineTransform(x, y, lX, lY, aX, aY, bX, bY, cX, cY, transform, matrix, isDown); + private _updateVertices(); + /** + * @private + */ + protected _updateGlobalTransformMatrix(isCache: boolean): void; + _getGlobalTransformMatrix(x: number, y: number): Matrix; + init(surfaceData: SurfaceData): void; + /** + * @internal + * @private + */ + update(cacheFrameIndex: number): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - The slot attached to the armature, controls the display status and properties of the display object. + * A bone can contain multiple slots. + * A slot can contain multiple display objects, displaying only one of the display objects at a time, + * but you can toggle the display object into frame animation while the animation is playing. + * The display object can be a normal texture, or it can be a display of a child armature, a grid display object, + * and a custom other display object. + * @see dragonBones.Armature + * @see dragonBones.Bone + * @see dragonBones.SlotData + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 插槽附着在骨骼上,控制显示对象的显示状态和属性。 + * 一个骨骼上可以包含多个插槽。 + * 一个插槽中可以包含多个显示对象,同一时间只能显示其中的一个显示对象,但可以在动画播放的过程中切换显示对象实现帧动画。 + * 显示对象可以是普通的图片纹理,也可以是子骨架的显示容器,网格显示对象,还可以是自定义的其他显示对象。 + * @see dragonBones.Armature + * @see dragonBones.Bone + * @see dragonBones.SlotData + * @version DragonBones 3.0 + * @language zh_CN + */ + abstract class Slot extends TransformObject { + /** + * - Displays the animated state or mixed group name controlled by the object, set to null to be controlled by all animation states. + * @default null + * @see dragonBones.AnimationState#displayControl + * @see dragonBones.AnimationState#name + * @see dragonBones.AnimationState#group + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 显示对象受到控制的动画状态或混合组名称,设置为 null 则表示受所有的动画状态控制。 + * @default null + * @see dragonBones.AnimationState#displayControl + * @see dragonBones.AnimationState#name + * @see dragonBones.AnimationState#group + * @version DragonBones 4.5 + * @language zh_CN + */ + displayController: string | null; + /** + * @private + */ + protected _displayDirty: boolean; + /** + * @private + */ + protected _zOrderDirty: boolean; + /** + * @private + */ + protected _visibleDirty: boolean; + /** + * @private + */ + protected _blendModeDirty: boolean; + /** + * @internal + * @private + */ + _colorDirty: boolean; + /** + * @internal + * @private + */ + _meshDirty: boolean; + /** + * @private + */ + protected _transformDirty: boolean; + /** + * @private + */ + protected _visible: boolean; + /** + * @private + */ + protected _blendMode: BlendMode; + /** + * @private + */ + protected _displayIndex: number; + /** + * @private + */ + protected _animationDisplayIndex: number; + /** + * @internal + * @private + */ + _zOrder: number; + /** + * @private + */ + protected _cachedFrameIndex: number; + /** + * @internal + * @private + */ + _pivotX: number; + /** + * @internal + * @private + */ + _pivotY: number; + /** + * @private + */ + protected readonly _localMatrix: Matrix; + /** + * @internal + * @private + */ + readonly _colorTransform: ColorTransform; + /** + * @internal + * @private + */ + readonly _deformVertices: Array; + /** + * @private + */ + readonly _displayDatas: Array; + /** + * @private + */ + protected readonly _displayList: Array; + /** + * @private + */ + protected readonly _meshBones: Array; + /** + * @private + */ + protected readonly _meshSlots: Array; + /** + * @internal + * @private + */ + _slotData: SlotData; + /** + * @private + */ + protected _rawDisplayDatas: Array | null; + /** + * @private + */ + protected _displayData: DisplayData | null; + /** + * @private + */ + protected _textureData: TextureData | null; + /** + * @internal + * @private + */ + _meshData: MeshDisplayData | null; + /** + * @private + */ + protected _boundingBoxData: BoundingBoxData | null; + /** + * @private + */ + protected _rawDisplay: any; + /** + * @private + */ + protected _meshDisplay: any; + /** + * @private + */ + protected _display: any; + /** + * @private + */ + protected _childArmature: Armature | null; + /** + * @internal + * @private + */ + _cachedFrameIndices: Array | null; + /** + * @inheritDoc + */ + protected _onClear(): void; + /** + * @private + */ + protected abstract _initDisplay(value: any, isRetain: boolean): void; + /** + * @private + */ + protected abstract _disposeDisplay(value: any, isRelease: boolean): void; + /** + * @private + */ + protected abstract _onUpdateDisplay(): void; + /** + * @private + */ + protected abstract _addDisplay(): void; + /** + * @private + */ + protected abstract _replaceDisplay(value: any): void; + /** + * @private + */ + protected abstract _removeDisplay(): void; + /** + * @private + */ + protected abstract _updateZOrder(): void; + /** + * @private + */ + abstract _updateVisible(): void; + /** + * @private + */ + protected abstract _updateBlendMode(): void; + /** + * @private + */ + protected abstract _updateColor(): void; + /** + * @private + */ + protected abstract _updateFrame(): void; + /** + * @private + */ + protected abstract _updateMesh(): void; + /** + * @internal + * @private + */ + abstract _updateGlueMesh(): void; + /** + * @private + */ + protected abstract _updateTransform(): void; + /** + * @private + */ + protected abstract _identityTransform(): void; + /** + * @private + */ + protected _getDefaultRawDisplayData(): DisplayData | null; + /** + * @private + */ + protected _updateDisplayData(): void; + /** + * @private + */ + protected _updateDisplay(): void; + /** + * @private + */ + protected _updateGlobalTransformMatrix(isCache: boolean): void; + /** + * @private + */ + protected _isMeshBonesUpdate(): boolean; + /** + * @inheritDoc + */ + _setArmature(value: Armature | null): void; + /** + * @internal + * @private + */ + _setDisplayIndex(value: number, isAnimation?: boolean): boolean; + /** + * @internal + * @private + */ + _setZorder(value: number): boolean; + /** + * @internal + * @private + */ + _setColor(value: ColorTransform): boolean; + /** + * @internal + * @private + */ + _setDisplayList(value: Array | null): boolean; + /** + * @internal + * @private + */ + init(slotData: SlotData, displayDatas: Array | null, rawDisplay: any, meshDisplay: any): void; + /** + * @internal + * @private + */ + update(cacheFrameIndex: number): void; + /** + * @private + */ + updateTransformAndMatrix(): void; + /** + * @private + */ + replaceDisplayData(value: DisplayData | null, displayIndex?: number): void; + /** + * - Check whether a specific point is inside a custom bounding box in the slot. + * The coordinate system of the point is the inner coordinate system of the armature. + * Custom bounding boxes need to be customized in Dragonbones Pro. + * @param x - The horizontal coordinate of the point. + * @param y - The vertical coordinate of the point. + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 检查特定点是否在插槽的自定义边界框内。 + * 点的坐标系为骨架内坐标系。 + * 自定义边界框需要在 DragonBones Pro 中自定义。 + * @param x - 点的水平坐标。 + * @param y - 点的垂直坐标。 + * @version DragonBones 5.0 + * @language zh_CN + */ + containsPoint(x: number, y: number): boolean; + /** + * - Check whether a specific segment intersects a custom bounding box for the slot. + * The coordinate system of the segment and intersection is the inner coordinate system of the armature. + * Custom bounding boxes need to be customized in Dragonbones Pro. + * @param xA - The horizontal coordinate of the beginning of the segment. + * @param yA - The vertical coordinate of the beginning of the segment. + * @param xB - The horizontal coordinate of the end point of the segment. + * @param yB - The vertical coordinate of the end point of the segment. + * @param intersectionPointA - The first intersection at which a line segment intersects the bounding box from the beginning to the end. (If not set, the intersection point will not calculated) + * @param intersectionPointB - The first intersection at which a line segment intersects the bounding box from the end to the beginning. (If not set, the intersection point will not calculated) + * @param normalRadians - The normal radians of the tangent of the intersection boundary box. [x: Normal radian of the first intersection tangent, y: Normal radian of the second intersection tangent] (If not set, the normal will not calculated) + * @returns Intersection situation. [1: Disjoint and segments within the bounding box, 0: Disjoint, 1: Intersecting and having a nodal point and ending in the bounding box, 2: Intersecting and having a nodal point and starting at the bounding box, 3: Intersecting and having two intersections, N: Intersecting and having N intersections] + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 检查特定线段是否与插槽的自定义边界框相交。 + * 线段和交点的坐标系均为骨架内坐标系。 + * 自定义边界框需要在 DragonBones Pro 中自定义。 + * @param xA - 线段起点的水平坐标。 + * @param yA - 线段起点的垂直坐标。 + * @param xB - 线段终点的水平坐标。 + * @param yB - 线段终点的垂直坐标。 + * @param intersectionPointA - 线段从起点到终点与边界框相交的第一个交点。 (如果未设置,则不计算交点) + * @param intersectionPointB - 线段从终点到起点与边界框相交的第一个交点。 (如果未设置,则不计算交点) + * @param normalRadians - 交点边界框切线的法线弧度。 [x: 第一个交点切线的法线弧度, y: 第二个交点切线的法线弧度] (如果未设置,则不计算法线) + * @returns 相交的情况。 [-1: 不相交且线段在包围盒内, 0: 不相交, 1: 相交且有一个交点且终点在包围盒内, 2: 相交且有一个交点且起点在包围盒内, 3: 相交且有两个交点, N: 相交且有 N 个交点] + * @version DragonBones 5.0 + * @language zh_CN + */ + intersectsSegment(xA: number, yA: number, xB: number, yB: number, intersectionPointA?: { + x: number; + y: number; + } | null, intersectionPointB?: { + x: number; + y: number; + } | null, normalRadians?: { + x: number; + y: number; + } | null): number; + /** + * - Forces the slot to update the state of the display object in the next frame. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 强制插槽在下一帧更新显示对象的状态。 + * @version DragonBones 4.5 + * @language zh_CN + */ + invalidUpdate(): void; + /** + * - The visible of slot's display object. + * @default true + * @version DragonBones 5.6 + * @language en_US + */ + /** + * - 插槽的显示对象的可见。 + * @default true + * @version DragonBones 5.6 + * @language zh_CN + */ + visible: boolean; + /** + * - The index of the display object displayed in the display list. + * @example + *
+         *     let slot = armature.getSlot("weapon");
+         *     slot.displayIndex = 3;
+         *     slot.displayController = "none";
+         * 
+ * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 此时显示的显示对象在显示列表中的索引。 + * @example + *
+         *     let slot = armature.getSlot("weapon");
+         *     slot.displayIndex = 3;
+         *     slot.displayController = "none";
+         * 
+ * @version DragonBones 4.5 + * @language zh_CN + */ + displayIndex: number; + /** + * - The slot name. + * @see dragonBones.SlotData#name + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 插槽名称。 + * @see dragonBones.SlotData#name + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly name: string; + /** + * - Contains a display list of display objects or child armatures. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 包含显示对象或子骨架的显示列表。 + * @version DragonBones 3.0 + * @language zh_CN + */ + displayList: Array; + /** + * - The slot data. + * @see dragonBones.SlotData + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 插槽数据。 + * @see dragonBones.SlotData + * @version DragonBones 4.5 + * @language zh_CN + */ + readonly slotData: SlotData; + /** + * @private + */ + rawDisplayDatas: Array | null; + /** + * - The custom bounding box data for the slot at current time. + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 插槽此时的自定义包围盒数据。 + * @version DragonBones 5.0 + * @language zh_CN + */ + readonly boundingBoxData: BoundingBoxData | null; + /** + * @private + */ + readonly rawDisplay: any; + /** + * @private + */ + readonly meshDisplay: any; + /** + * - The display object that the slot displays at this time. + * @example + *
+         *     let slot = armature.getSlot("text");
+         *     slot.display = new yourEngine.TextField();
+         * 
+ * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 插槽此时显示的显示对象。 + * @example + *
+         *     let slot = armature.getSlot("text");
+         *     slot.display = new yourEngine.TextField();
+         * 
+ * @version DragonBones 3.0 + * @language zh_CN + */ + display: any; + /** + * - The child armature that the slot displayed at current time. + * @example + *
+         *     let slot = armature.getSlot("weapon");
+         *     slot.childArmature = factory.buildArmature("weapon_blabla", "weapon_blabla_project");
+         * 
+ * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 插槽此时显示的子骨架。 + * @example + *
+         *     let slot = armature.getSlot("weapon");
+         *     slot.childArmature = factory.buildArmature("weapon_blabla", "weapon_blabla_project");
+         * 
+ * @version DragonBones 3.0 + * @language zh_CN + */ + childArmature: Armature | null; + /** + * - Deprecated, please refer to {@link #display}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #display}。 + * @deprecated + * @language zh_CN + */ + getDisplay(): any; + /** + * - Deprecated, please refer to {@link #display}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #display}。 + * @deprecated + * @language zh_CN + */ + setDisplay(value: any): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * @internal + * @private + */ + abstract class Constraint extends BaseObject { + protected static readonly _helpMatrix: Matrix; + protected static readonly _helpTransform: Transform; + protected static readonly _helpPoint: Point; + /** + * - For timeline state. + * @internal + */ + _constraintData: ConstraintData; + protected _armature: Armature; + /** + * - For sort bones. + * @internal + */ + _target: Bone; + /** + * - For sort bones. + * @internal + */ + _root: Bone; + protected _bone: Bone | null; + protected _onClear(): void; + abstract init(constraintData: ConstraintData, armature: Armature): void; + abstract update(): void; + abstract invalidUpdate(): void; + readonly name: string; + } + /** + * @internal + * @private + */ + class IKConstraint extends Constraint { + static toString(): string; + private _scaleEnabled; + /** + * - For timeline state. + * @internal + */ + _bendPositive: boolean; + /** + * - For timeline state. + * @internal + */ + _weight: number; + protected _onClear(): void; + private _computeA(); + private _computeB(); + init(constraintData: ConstraintData, armature: Armature): void; + update(): void; + invalidUpdate(): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - Play animation interface. (Both Armature and Wordclock implement the interface) + * Any instance that implements the interface can be added to the Worldclock instance and advance time by Worldclock instance uniformly. + * @see dragonBones.WorldClock + * @see dragonBones.Armature + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 播放动画接口。 (Armature 和 WordClock 都实现了该接口) + * 任何实现了此接口的实例都可以添加到 WorldClock 实例中,由 WorldClock 实例统一更新时间。 + * @see dragonBones.WorldClock + * @see dragonBones.Armature + * @version DragonBones 3.0 + * @language zh_CN + */ + interface IAnimatable { + /** + * - Advance time. + * @param passedTime - Passed time. (In seconds) + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 更新时间。 + * @param passedTime - 前进的时间。 (以秒为单位) + * @version DragonBones 3.0 + * @language zh_CN + */ + advanceTime(passedTime: number): void; + /** + * - The Wordclock instance to which the current belongs. + * @example + *
+         *     armature.clock = factory.clock; // Add armature to clock.
+         *     armature.clock = null; // Remove armature from clock.
+         * 
+ * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 当前所属的 WordClock 实例。 + * @example + *
+         *     armature.clock = factory.clock; // 将骨架添加到时钟。
+         *     armature.clock = null; // 将骨架从时钟移除。
+         * 
+ * @version DragonBones 5.0 + * @language zh_CN + */ + clock: WorldClock | null; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - Worldclock provides clock support for animations, advance time for each IAnimatable object added to the instance. + * @see dragonBones.IAnimateble + * @see dragonBones.Armature + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - WorldClock 对动画提供时钟支持,为每个加入到该实例的 IAnimatable 对象更新时间。 + * @see dragonBones.IAnimateble + * @see dragonBones.Armature + * @version DragonBones 3.0 + * @language zh_CN + */ + class WorldClock implements IAnimatable { + /** + * - Current time. (In seconds) + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 当前的时间。 (以秒为单位) + * @version DragonBones 3.0 + * @language zh_CN + */ + time: number; + /** + * - The play speed, used to control animation speed-shift play. + * [0: Stop play, (0~1): Slow play, 1: Normal play, (1~N): Fast play] + * @default 1.0 + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 播放速度,用于控制动画变速播放。 + * [0: 停止播放, (0~1): 慢速播放, 1: 正常播放, (1~N): 快速播放] + * @default 1.0 + * @version DragonBones 3.0 + * @language zh_CN + */ + timeScale: number; + private readonly _animatebles; + private _clock; + /** + * - Creating a Worldclock instance. Typically, you do not need to create Worldclock instance. + * When multiple Worldclock instances are running at different speeds, can achieving some specific animation effects, such as bullet time. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 创建一个 WorldClock 实例。通常并不需要创建 WorldClock 实例。 + * 当多个 WorldClock 实例使用不同的速度运行时,可以实现一些特殊的动画效果,比如子弹时间等。 + * @version DragonBones 3.0 + * @language zh_CN + */ + constructor(time?: number); + /** + * - Advance time for all IAnimatable instances. + * @param passedTime - Passed time. [-1: Automatically calculates the time difference between the current frame and the previous frame, [0~N): Passed time] (In seconds) + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 为所有的 IAnimatable 实例更新时间。 + * @param passedTime - 前进的时间。 [-1: 自动计算当前帧与上一帧的时间差, [0~N): 前进的时间] (以秒为单位) + * @version DragonBones 3.0 + * @language zh_CN + */ + advanceTime(passedTime: number): void; + /** + * - Check whether contains a specific instance of IAnimatable. + * @param value - The IAnimatable instance. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 检查是否包含特定的 IAnimatable 实例。 + * @param value - IAnimatable 实例。 + * @version DragonBones 3.0 + * @language zh_CN + */ + contains(value: IAnimatable): boolean; + /** + * - Add IAnimatable instance. + * @param value - The IAnimatable instance. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 添加 IAnimatable 实例。 + * @param value - IAnimatable 实例。 + * @version DragonBones 3.0 + * @language zh_CN + */ + add(value: IAnimatable): void; + /** + * - Removes a specified IAnimatable instance. + * @param value - The IAnimatable instance. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 移除特定的 IAnimatable 实例。 + * @param value - IAnimatable 实例。 + * @version DragonBones 3.0 + * @language zh_CN + */ + remove(value: IAnimatable): void; + /** + * - Clear all IAnimatable instances. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 清除所有的 IAnimatable 实例。 + * @version DragonBones 3.0 + * @language zh_CN + */ + clear(): void; + /** + * @inheritDoc + */ + clock: WorldClock | null; + /** + * - Deprecated, please refer to {@link dragonBones.BaseFactory#clock}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link dragonBones.BaseFactory#clock}。 + * @deprecated + * @language zh_CN + */ + static readonly clock: WorldClock; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - The animation player is used to play the animation data and manage the animation states. + * @see dragonBones.AnimationData + * @see dragonBones.AnimationState + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 动画播放器用来播放动画数据和管理动画状态。 + * @see dragonBones.AnimationData + * @see dragonBones.AnimationState + * @version DragonBones 3.0 + * @language zh_CN + */ + class Animation extends BaseObject { + static toString(): string; + /** + * - The play speed of all animations. [0: Stop, (0~1): Slow, 1: Normal, (1~N): Fast] + * @default 1.0 + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 所有动画的播放速度。 [0: 停止播放, (0~1): 慢速播放, 1: 正常播放, (1~N): 快速播放] + * @default 1.0 + * @version DragonBones 3.0 + * @language zh_CN + */ + timeScale: number; + private _lockUpdate; + private _animationDirty; + private _inheritTimeScale; + private readonly _animationNames; + private readonly _animationStates; + private readonly _animations; + private _armature; + private _animationConfig; + private _lastAnimationState; + /** + * @private + */ + protected _onClear(): void; + private _fadeOut(animationConfig); + /** + * @internal + * @private + */ + init(armature: Armature): void; + /** + * @internal + * @private + */ + advanceTime(passedTime: number): void; + /** + * - Clear all animations states. + * @see dragonBones.AnimationState + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 清除所有的动画状态。 + * @see dragonBones.AnimationState + * @version DragonBones 4.5 + * @language zh_CN + */ + reset(): void; + /** + * - Pause a specific animation state. + * @param animationName - The name of animation state. (If not set, it will pause all animations) + * @see dragonBones.AnimationState + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 暂停指定动画状态的播放。 + * @param animationName - 动画状态名称。 (如果未设置,则暂停所有动画) + * @see dragonBones.AnimationState + * @version DragonBones 3.0 + * @language zh_CN + */ + stop(animationName?: string | null): void; + /** + * - Play animation with a specific animation config. + * The API is still in the experimental phase and may encounter bugs or stability or compatibility issues when used. + * @param animationConfig - The animation config. + * @returns The playing animation state. + * @see dragonBones.AnimationConfig + * @beta + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 通过指定的动画配置来播放动画。 + * 该 API 仍在实验阶段,使用时可能遭遇 bug 或稳定性或兼容性问题。 + * @param animationConfig - 动画配置。 + * @returns 播放的动画状态。 + * @see dragonBones.AnimationConfig + * @beta + * @version DragonBones 5.0 + * @language zh_CN + */ + playConfig(animationConfig: AnimationConfig): AnimationState | null; + /** + * - Play a specific animation. + * @param animationName - The name of animation data. (If not set, The default animation will be played, or resume the animation playing from pause status, or replay the last playing animation) + * @param playTimes - Playing repeat times. [-1: Use default value of the animation data, 0: No end loop playing, [1~N]: Repeat N times] (default: -1) + * @returns The playing animation state. + * @example + *
+         *     armature.animation.play("walk");
+         * 
+ * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 播放指定动画。 + * @param animationName - 动画数据名称。 (如果未设置,则播放默认动画,或将暂停状态切换为播放状态,或重新播放之前播放的动画) + * @param playTimes - 循环播放次数。 [-1: 使用动画数据默认值, 0: 无限循环播放, [1~N]: 循环播放 N 次] (默认: -1) + * @returns 播放的动画状态。 + * @example + *
+         *     armature.animation.play("walk");
+         * 
+ * @version DragonBones 3.0 + * @language zh_CN + */ + play(animationName?: string | null, playTimes?: number): AnimationState | null; + /** + * - Fade in a specific animation. + * @param animationName - The name of animation data. + * @param fadeInTime - The fade in time. [-1: Use the default value of animation data, [0~N]: The fade in time (In seconds)] (Default: -1) + * @param playTimes - playing repeat times. [-1: Use the default value of animation data, 0: No end loop playing, [1~N]: Repeat N times] (Default: -1) + * @param layer - The blending layer, the animation states in high level layer will get the blending weights with high priority, when the total blending weights are more than 1.0, there will be no more weights can be allocated to the other animation states. (Default: 0) + * @param group - The blending group name, it is typically used to specify the substitution of multiple animation states blending. (Default: null) + * @param fadeOutMode - The fade out mode, which is typically used to specify alternate mode of multiple animation states blending. (Default: AnimationFadeOutMode.SameLayerAndGroup) + * @returns The playing animation state. + * @example + *
+         *     armature.animation.fadeIn("walk", 0.3, 0, 0, "normalGroup").resetToPose = false;
+         *     armature.animation.fadeIn("attack", 0.3, 1, 0, "attackGroup").resetToPose = false;
+         * 
+ * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 淡入播放指定的动画。 + * @param animationName - 动画数据名称。 + * @param fadeInTime - 淡入时间。 [-1: 使用动画数据默认值, [0~N]: 淡入时间 (以秒为单位)] (默认: -1) + * @param playTimes - 播放次数。 [-1: 使用动画数据默认值, 0: 无限循环播放, [1~N]: 循环播放 N 次] (默认: -1) + * @param layer - 混合图层,图层高的动画状态会优先获取混合权重,当混合权重分配总和超过 1.0 时,剩余的动画状态将不能再获得权重分配。 (默认: 0) + * @param group - 混合组名称,该属性通常用来指定多个动画状态混合时的相互替换关系。 (默认: null) + * @param fadeOutMode - 淡出模式,该属性通常用来指定多个动画状态混合时的相互替换模式。 (默认: AnimationFadeOutMode.SameLayerAndGroup) + * @returns 播放的动画状态。 + * @example + *
+         *     armature.animation.fadeIn("walk", 0.3, 0, 0, "normalGroup").resetToPose = false;
+         *     armature.animation.fadeIn("attack", 0.3, 1, 0, "attackGroup").resetToPose = false;
+         * 
+ * @version DragonBones 4.5 + * @language zh_CN + */ + fadeIn(animationName: string, fadeInTime?: number, playTimes?: number, layer?: number, group?: string | null, fadeOutMode?: AnimationFadeOutMode): AnimationState | null; + /** + * - Play a specific animation from the specific time. + * @param animationName - The name of animation data. + * @param time - The start time point of playing. (In seconds) + * @param playTimes - Playing repeat times. [-1: Use the default value of animation data, 0: No end loop playing, [1~N]: Repeat N times] (Default: -1) + * @returns The played animation state. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 从指定时间开始播放指定的动画。 + * @param animationName - 动画数据名称。 + * @param time - 播放开始的时间。 (以秒为单位) + * @param playTimes - 循环播放次数。 [-1: 使用动画数据默认值, 0: 无限循环播放, [1~N]: 循环播放 N 次] (默认: -1) + * @returns 播放的动画状态。 + * @version DragonBones 4.5 + * @language zh_CN + */ + gotoAndPlayByTime(animationName: string, time?: number, playTimes?: number): AnimationState | null; + /** + * - Play a specific animation from the specific frame. + * @param animationName - The name of animation data. + * @param frame - The start frame of playing. + * @param playTimes - Playing repeat times. [-1: Use the default value of animation data, 0: No end loop playing, [1~N]: Repeat N times] (Default: -1) + * @returns The played animation state. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 从指定帧开始播放指定的动画。 + * @param animationName - 动画数据名称。 + * @param frame - 播放开始的帧数。 + * @param playTimes - 播放次数。 [-1: 使用动画数据默认值, 0: 无限循环播放, [1~N]: 循环播放 N 次] (默认: -1) + * @returns 播放的动画状态。 + * @version DragonBones 4.5 + * @language zh_CN + */ + gotoAndPlayByFrame(animationName: string, frame?: number, playTimes?: number): AnimationState | null; + /** + * - Play a specific animation from the specific progress. + * @param animationName - The name of animation data. + * @param progress - The start progress value of playing. + * @param playTimes - Playing repeat times. [-1: Use the default value of animation data, 0: No end loop playing, [1~N]: Repeat N times] (Default: -1) + * @returns The played animation state. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 从指定进度开始播放指定的动画。 + * @param animationName - 动画数据名称。 + * @param progress - 开始播放的进度。 + * @param playTimes - 播放次数。 [-1: 使用动画数据默认值, 0: 无限循环播放, [1~N]: 循环播放 N 次] (默认: -1) + * @returns 播放的动画状态。 + * @version DragonBones 4.5 + * @language zh_CN + */ + gotoAndPlayByProgress(animationName: string, progress?: number, playTimes?: number): AnimationState | null; + /** + * - Stop a specific animation at the specific time. + * @param animationName - The name of animation data. + * @param time - The stop time. (In seconds) + * @returns The played animation state. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 在指定时间停止指定动画播放 + * @param animationName - 动画数据名称。 + * @param time - 停止的时间。 (以秒为单位) + * @returns 播放的动画状态。 + * @version DragonBones 4.5 + * @language zh_CN + */ + gotoAndStopByTime(animationName: string, time?: number): AnimationState | null; + /** + * - Stop a specific animation at the specific frame. + * @param animationName - The name of animation data. + * @param frame - The stop frame. + * @returns The played animation state. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 在指定帧停止指定动画的播放 + * @param animationName - 动画数据名称。 + * @param frame - 停止的帧数。 + * @returns 播放的动画状态。 + * @version DragonBones 4.5 + * @language zh_CN + */ + gotoAndStopByFrame(animationName: string, frame?: number): AnimationState | null; + /** + * - Stop a specific animation at the specific progress. + * @param animationName - The name of animation data. + * @param progress - The stop progress value. + * @returns The played animation state. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 在指定的进度停止指定的动画播放。 + * @param animationName - 动画数据名称。 + * @param progress - 停止进度。 + * @returns 播放的动画状态。 + * @version DragonBones 4.5 + * @language zh_CN + */ + gotoAndStopByProgress(animationName: string, progress?: number): AnimationState | null; + /** + * - Get a specific animation state. + * @param animationName - The name of animation state. + * @example + *
+         *     armature.animation.play("walk");
+         *     let walkState = armature.animation.getState("walk");
+         *     walkState.timeScale = 0.5;
+         * 
+ * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 获取指定的动画状态 + * @param animationName - 动画状态名称。 + * @example + *
+         *     armature.animation.play("walk");
+         *     let walkState = armature.animation.getState("walk");
+         *     walkState.timeScale = 0.5;
+         * 
+ * @version DragonBones 3.0 + * @language zh_CN + */ + getState(animationName: string): AnimationState | null; + /** + * - Check whether a specific animation data is included. + * @param animationName - The name of animation data. + * @see dragonBones.AnimationData + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 检查是否包含指定的动画数据 + * @param animationName - 动画数据名称。 + * @see dragonBones.AnimationData + * @version DragonBones 3.0 + * @language zh_CN + */ + hasAnimation(animationName: string): boolean; + /** + * - Get all the animation states. + * @version DragonBones 5.1 + * @language en_US + */ + /** + * - 获取所有的动画状态 + * @version DragonBones 5.1 + * @language zh_CN + */ + getStates(): Array; + /** + * - Check whether there is an animation state is playing + * @see dragonBones.AnimationState + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 检查是否有动画状态正在播放 + * @see dragonBones.AnimationState + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly isPlaying: boolean; + /** + * - Check whether all the animation states' playing were finished. + * @see dragonBones.AnimationState + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 检查是否所有的动画状态均已播放完毕。 + * @see dragonBones.AnimationState + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly isCompleted: boolean; + /** + * - The name of the last playing animation state. + * @see #lastAnimationState + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 上一个播放的动画状态名称 + * @see #lastAnimationState + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly lastAnimationName: string; + /** + * - The name of all animation data + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 所有动画数据的名称 + * @version DragonBones 4.5 + * @language zh_CN + */ + readonly animationNames: Array; + /** + * - All animation data. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 所有的动画数据。 + * @version DragonBones 4.5 + * @language zh_CN + */ + animations: Map; + /** + * - An AnimationConfig instance that can be used quickly. + * @see dragonBones.AnimationConfig + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 一个可以快速使用的动画配置实例。 + * @see dragonBones.AnimationConfig + * @version DragonBones 5.0 + * @language zh_CN + */ + readonly animationConfig: AnimationConfig; + /** + * - The last playing animation state + * @see dragonBones.AnimationState + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 上一个播放的动画状态 + * @see dragonBones.AnimationState + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly lastAnimationState: AnimationState | null; + /** + * - Deprecated, please refer to {@link #play()} {@link #fadeIn()}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #play()} {@link #fadeIn()}。 + * @deprecated + * @language zh_CN + */ + gotoAndPlay(animationName: string, fadeInTime?: number, duration?: number, playTimes?: number, layer?: number, group?: string | null, fadeOutMode?: AnimationFadeOutMode, pauseFadeOut?: boolean, pauseFadeIn?: boolean): AnimationState | null; + /** + * - Deprecated, please refer to {@link #gotoAndStopByTime()}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #gotoAndStopByTime()}。 + * @deprecated + * @language zh_CN + */ + gotoAndStop(animationName: string, time?: number): AnimationState | null; + /** + * - Deprecated, please refer to {@link #animationNames}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #animationNames}。 + * @deprecated + * @language zh_CN + */ + readonly animationList: Array; + /** + * - Deprecated, please refer to {@link #animationNames}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #animationNames}。 + * @deprecated + * @language zh_CN + */ + readonly animationDataList: Array; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - The animation state is generated when the animation data is played. + * @see dragonBones.Animation + * @see dragonBones.AnimationData + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 动画状态由播放动画数据时产生。 + * @see dragonBones.Animation + * @see dragonBones.AnimationData + * @version DragonBones 3.0 + * @language zh_CN + */ + class AnimationState extends BaseObject { + static toString(): string; + /** + * @private + */ + actionEnabled: boolean; + /** + * @private + */ + additiveBlending: boolean; + /** + * - Whether the animation state has control over the display object properties of the slots. + * Sometimes blend a animation state does not want it to control the display object properties of the slots, + * especially if other animation state are controlling the display object properties of the slots. + * @default true + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 动画状态是否对插槽的显示对象属性有控制权。 + * 有时混合一个动画状态并不希望其控制插槽的显示对象属性, + * 尤其是其他动画状态正在控制这些插槽的显示对象属性时。 + * @default true + * @version DragonBones 5.0 + * @language zh_CN + */ + displayControl: boolean; + /** + * - Whether to reset the objects without animation to the armature pose when the animation state is start to play. + * This property should usually be set to false when blend multiple animation states. + * @default true + * @version DragonBones 5.1 + * @language en_US + */ + /** + * - 开始播放动画状态时是否将没有动画的对象重置为骨架初始值。 + * 通常在混合多个动画状态时应该将该属性设置为 false。 + * @default true + * @version DragonBones 5.1 + * @language zh_CN + */ + resetToPose: boolean; + /** + * - The play times. [0: Loop play, [1~N]: Play N times] + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 播放次数。 [0: 无限循环播放, [1~N]: 循环播放 N 次] + * @version DragonBones 3.0 + * @language zh_CN + */ + playTimes: number; + /** + * - The blend layer. + * High layer animation state will get the blend weight first. + * When the blend weight is assigned more than 1, the remaining animation states will no longer get the weight assigned. + * @readonly + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 混合图层。 + * 图层高的动画状态会优先获取混合权重。 + * 当混合权重分配超过 1 时,剩余的动画状态将不再获得权重分配。 + * @readonly + * @version DragonBones 5.0 + * @language zh_CN + */ + layer: number; + /** + * - The play speed. + * The value is an overlay relationship with {@link dragonBones.Animation#timeScale}. + * [(-N~0): Reverse play, 0: Stop play, (0~1): Slow play, 1: Normal play, (1~N): Fast play] + * @default 1.0 + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 播放速度。 + * 该值与 {@link dragonBones.Animation#timeScale} 是叠加关系。 + * [(-N~0): 倒转播放, 0: 停止播放, (0~1): 慢速播放, 1: 正常播放, (1~N): 快速播放] + * @default 1.0 + * @version DragonBones 3.0 + * @language zh_CN + */ + timeScale: number; + /** + * - The blend weight. + * @default 1.0 + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 混合权重。 + * @default 1.0 + * @version DragonBones 5.0 + * @language zh_CN + */ + weight: number; + /** + * - The auto fade out time when the animation state play completed. + * [-1: Do not fade out automatically, [0~N]: The fade out time] (In seconds) + * @default -1.0 + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 动画状态播放完成后的自动淡出时间。 + * [-1: 不自动淡出, [0~N]: 淡出时间] (以秒为单位) + * @default -1.0 + * @version DragonBones 5.0 + * @language zh_CN + */ + autoFadeOutTime: number; + /** + * @private + */ + fadeTotalTime: number; + /** + * - The name of the animation state. (Can be different from the name of the animation data) + * @readonly + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 动画状态名称。 (可以不同于动画数据) + * @readonly + * @version DragonBones 5.0 + * @language zh_CN + */ + name: string; + /** + * - The blend group name of the animation state. + * This property is typically used to specify the substitution of multiple animation states blend. + * @readonly + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 混合组名称。 + * 该属性通常用来指定多个动画状态混合时的相互替换关系。 + * @readonly + * @version DragonBones 5.0 + * @language zh_CN + */ + group: string; + private _timelineDirty; + /** + * - xx: Play Enabled, Fade Play Enabled + * @internal + * @private + */ + _playheadState: number; + /** + * -1: Fade in, 0: Fade complete, 1: Fade out; + * @internal + * @private + */ + _fadeState: number; + /** + * -1: Fade start, 0: Fading, 1: Fade complete; + * @internal + * @private + */ + _subFadeState: number; + /** + * @internal + * @private + */ + _position: number; + /** + * @internal + * @private + */ + _duration: number; + private _fadeTime; + private _time; + /** + * @internal + * @private + */ + _fadeProgress: number; + /** + * @internal + * @private + */ + _weightResult: number; + /** + * @internal + * @private + */ + readonly _blendState: BlendState; + private readonly _boneMask; + private readonly _boneTimelines; + private readonly _surfaceTimelines; + private readonly _slotTimelines; + private readonly _constraintTimelines; + private readonly _animationTimelines; + private readonly _poseTimelines; + private readonly _bonePoses; + /** + * @internal + * @private + */ + _animationData: AnimationData; + private _armature; + /** + * @internal + * @private + */ + _actionTimeline: ActionTimelineState; + private _zOrderTimeline; + /** + * @internal + * @private + */ + _parent: AnimationState; + /** + * @private + */ + protected _onClear(): void; + private _updateTimelines(); + private _updateBoneAndSlotTimelines(); + private _advanceFadeTime(passedTime); + /** + * @internal + * @private + */ + init(armature: Armature, animationData: AnimationData, animationConfig: AnimationConfig): void; + /** + * @internal + * @private + */ + advanceTime(passedTime: number, cacheFrameRate: number): void; + /** + * - Continue play. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 继续播放。 + * @version DragonBones 3.0 + * @language zh_CN + */ + play(): void; + /** + * - Stop play. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 暂停播放。 + * @version DragonBones 3.0 + * @language zh_CN + */ + stop(): void; + /** + * - Fade out the animation state. + * @param fadeOutTime - The fade out time. (In seconds) + * @param pausePlayhead - Whether to pause the animation playing when fade out. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 淡出动画状态。 + * @param fadeOutTime - 淡出时间。 (以秒为单位) + * @param pausePlayhead - 淡出时是否暂停播放。 + * @version DragonBones 3.0 + * @language zh_CN + */ + fadeOut(fadeOutTime: number, pausePlayhead?: boolean): void; + /** + * - Check if a specific bone mask is included. + * @param name - The bone name. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 检查是否包含特定骨骼遮罩。 + * @param name - 骨骼名称。 + * @version DragonBones 3.0 + * @language zh_CN + */ + containsBoneMask(name: string): boolean; + /** + * - Add a specific bone mask. + * @param name - The bone name. + * @param recursive - Whether or not to add a mask to the bone's sub-bone. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 添加特定的骨骼遮罩。 + * @param name - 骨骼名称。 + * @param recursive - 是否为该骨骼的子骨骼添加遮罩。 + * @version DragonBones 3.0 + * @language zh_CN + */ + addBoneMask(name: string, recursive?: boolean): void; + /** + * - Remove the mask of a specific bone. + * @param name - The bone name. + * @param recursive - Whether to remove the bone's sub-bone mask. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 删除特定骨骼的遮罩。 + * @param name - 骨骼名称。 + * @param recursive - 是否删除该骨骼的子骨骼遮罩。 + * @version DragonBones 3.0 + * @language zh_CN + */ + removeBoneMask(name: string, recursive?: boolean): void; + /** + * - Remove all bone masks. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 删除所有骨骼遮罩。 + * @version DragonBones 3.0 + * @language zh_CN + */ + removeAllBoneMask(): void; + /** + * - Whether the animation state is fading in. + * @version DragonBones 5.1 + * @language en_US + */ + /** + * - 是否正在淡入。 + * @version DragonBones 5.1 + * @language zh_CN + */ + readonly isFadeIn: boolean; + /** + * - Whether the animation state is fading out. + * @version DragonBones 5.1 + * @language en_US + */ + /** + * - 是否正在淡出。 + * @version DragonBones 5.1 + * @language zh_CN + */ + readonly isFadeOut: boolean; + /** + * - Whether the animation state is fade completed. + * @version DragonBones 5.1 + * @language en_US + */ + /** + * - 是否淡入或淡出完毕。 + * @version DragonBones 5.1 + * @language zh_CN + */ + readonly isFadeComplete: boolean; + /** + * - Whether the animation state is playing. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 是否正在播放。 + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly isPlaying: boolean; + /** + * - Whether the animation state is play completed. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 是否播放完毕。 + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly isCompleted: boolean; + /** + * - The times has been played. + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 已经循环播放的次数。 + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly currentPlayTimes: number; + /** + * - The total time. (In seconds) + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 总播放时间。 (以秒为单位) + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly totalTime: number; + /** + * - The time is currently playing. (In seconds) + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 当前播放的时间。 (以秒为单位) + * @version DragonBones 3.0 + * @language zh_CN + */ + currentTime: number; + /** + * - The animation data. + * @see dragonBones.AnimationData + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 动画数据。 + * @see dragonBones.AnimationData + * @version DragonBones 3.0 + * @language zh_CN + */ + readonly animationData: AnimationData; + } + /** + * @internal + * @private + */ + class BonePose extends BaseObject { + static toString(): string; + readonly current: Transform; + readonly delta: Transform; + readonly result: Transform; + protected _onClear(): void; + } + /** + * @internal + * @private + */ + class BlendState { + dirty: boolean; + layer: number; + leftWeight: number; + layerWeight: number; + blendWeight: number; + update(weight: number, layer: number): number; + clear(): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * @internal + * @private + */ + const enum TweenState { + None = 0, + Once = 1, + Always = 2, + } + /** + * @internal + * @private + */ + abstract class TimelineState extends BaseObject { + playState: number; + currentPlayTimes: number; + currentTime: number; + protected _tweenState: TweenState; + protected _frameRate: number; + protected _frameValueOffset: number; + protected _frameCount: number; + protected _frameOffset: number; + protected _frameIndex: number; + protected _frameRateR: number; + protected _position: number; + protected _duration: number; + protected _timeScale: number; + protected _timeOffset: number; + protected _dragonBonesData: DragonBonesData; + protected _animationData: AnimationData; + protected _timelineData: TimelineData | null; + protected _armature: Armature; + protected _animationState: AnimationState; + protected _actionTimeline: TimelineState; + protected _frameArray: Array | Int16Array; + protected _frameIntArray: Array | Int16Array; + protected _frameFloatArray: Array | Int16Array; + protected _timelineArray: Array | Uint16Array; + protected _frameIndices: Array; + protected _onClear(): void; + protected abstract _onArriveAtFrame(): void; + protected abstract _onUpdateFrame(): void; + protected _setCurrentTime(passedTime: number): boolean; + init(armature: Armature, animationState: AnimationState, timelineData: TimelineData | null): void; + fadeOut(): void; + update(passedTime: number): void; + } + /** + * @internal + * @private + */ + abstract class TweenTimelineState extends TimelineState { + private static _getEasingValue(tweenType, progress, easing); + private static _getEasingCurveValue(progress, samples, count, offset); + protected _tweenType: TweenType; + protected _curveCount: number; + protected _framePosition: number; + protected _frameDurationR: number; + protected _tweenProgress: number; + protected _tweenEasing: number; + protected _onClear(): void; + protected _onArriveAtFrame(): void; + protected _onUpdateFrame(): void; + } + /** + * @internal + * @private + */ + abstract class BoneTimelineState extends TweenTimelineState { + bone: Bone; + bonePose: BonePose; + protected _onClear(): void; + blend(state: number): void; + } + /** + * @internal + * @private + */ + abstract class SlotTimelineState extends TweenTimelineState { + slot: Slot; + protected _onClear(): void; + } + /** + * @internal + * @private + */ + abstract class ConstraintTimelineState extends TweenTimelineState { + constraint: Constraint; + protected _onClear(): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * @internal + * @private + */ + class ActionTimelineState extends TimelineState { + static toString(): string; + private _onCrossFrame(frameIndex); + protected _onArriveAtFrame(): void; + protected _onUpdateFrame(): void; + update(passedTime: number): void; + setCurrentTime(value: number): void; + } + /** + * @internal + * @private + */ + class ZOrderTimelineState extends TimelineState { + static toString(): string; + protected _onArriveAtFrame(): void; + protected _onUpdateFrame(): void; + } + /** + * @internal + * @private + */ + class BoneAllTimelineState extends BoneTimelineState { + static toString(): string; + protected _onArriveAtFrame(): void; + protected _onUpdateFrame(): void; + fadeOut(): void; + } + /** + * @internal + * @private + */ + class BoneTranslateTimelineState extends BoneTimelineState { + static toString(): string; + protected _onArriveAtFrame(): void; + protected _onUpdateFrame(): void; + } + /** + * @internal + * @private + */ + class BoneRotateTimelineState extends BoneTimelineState { + static toString(): string; + protected _onArriveAtFrame(): void; + protected _onUpdateFrame(): void; + fadeOut(): void; + } + /** + * @internal + * @private + */ + class BoneScaleTimelineState extends BoneTimelineState { + static toString(): string; + protected _onArriveAtFrame(): void; + protected _onUpdateFrame(): void; + } + /** + * @internal + * @private + */ + class SurfaceTimelineState extends TweenTimelineState { + static toString(): string; + surface: Surface; + private _frameFloatOffset; + private _valueCount; + private _deformCount; + private _valueOffset; + private readonly _current; + private readonly _delta; + private readonly _result; + protected _onClear(): void; + protected _onArriveAtFrame(): void; + protected _onUpdateFrame(): void; + init(armature: Armature, animationState: AnimationState, timelineData: TimelineData | null): void; + blend(state: number): void; + } + /** + * @internal + * @private + */ + class SlotDislayTimelineState extends SlotTimelineState { + static toString(): string; + protected _onArriveAtFrame(): void; + } + /** + * @internal + * @private + */ + class SlotColorTimelineState extends SlotTimelineState { + static toString(): string; + private _dirty; + private readonly _current; + private readonly _delta; + private readonly _result; + protected _onClear(): void; + protected _onArriveAtFrame(): void; + protected _onUpdateFrame(): void; + fadeOut(): void; + update(passedTime: number): void; + } + /** + * @internal + * @private + */ + class SlotFFDTimelineState extends SlotTimelineState { + static toString(): string; + meshOffset: number; + private _dirty; + private _frameFloatOffset; + private _valueCount; + private _deformCount; + private _valueOffset; + private readonly _current; + private readonly _delta; + private readonly _result; + protected _onClear(): void; + protected _onArriveAtFrame(): void; + protected _onUpdateFrame(): void; + init(armature: Armature, animationState: AnimationState, timelineData: TimelineData | null): void; + fadeOut(): void; + update(passedTime: number): void; + } + /** + * @internal + * @private + */ + class IKConstraintTimelineState extends ConstraintTimelineState { + static toString(): string; + private _current; + private _delta; + protected _onClear(): void; + protected _onArriveAtFrame(): void; + protected _onUpdateFrame(): void; + } + /** + * @internal + * @private + */ + class AnimationTimelineState extends TweenTimelineState { + static toString(): string; + animationState: AnimationState; + private readonly _floats; + protected _onClear(): void; + protected _onArriveAtFrame(): void; + protected _onUpdateFrame(): void; + blend(state: number): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - The properties of the object carry basic information about an event, + * which are passed as parameter or parameter's parameter to event listeners when an event occurs. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 事件对象,包含有关事件的基本信息,当发生事件时,该实例将作为参数或参数的参数传递给事件侦听器。 + * @version DragonBones 4.5 + * @language zh_CN + */ + class EventObject extends BaseObject { + /** + * - Animation start play. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 动画开始播放。 + * @version DragonBones 4.5 + * @language zh_CN + */ + static readonly START: string; + /** + * - Animation loop play complete once. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 动画循环播放完成一次。 + * @version DragonBones 4.5 + * @language zh_CN + */ + static readonly LOOP_COMPLETE: string; + /** + * - Animation play complete. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 动画播放完成。 + * @version DragonBones 4.5 + * @language zh_CN + */ + static readonly COMPLETE: string; + /** + * - Animation fade in start. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 动画淡入开始。 + * @version DragonBones 4.5 + * @language zh_CN + */ + static readonly FADE_IN: string; + /** + * - Animation fade in complete. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 动画淡入完成。 + * @version DragonBones 4.5 + * @language zh_CN + */ + static readonly FADE_IN_COMPLETE: string; + /** + * - Animation fade out start. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 动画淡出开始。 + * @version DragonBones 4.5 + * @language zh_CN + */ + static readonly FADE_OUT: string; + /** + * - Animation fade out complete. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 动画淡出完成。 + * @version DragonBones 4.5 + * @language zh_CN + */ + static readonly FADE_OUT_COMPLETE: string; + /** + * - Animation frame event. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 动画帧事件。 + * @version DragonBones 4.5 + * @language zh_CN + */ + static readonly FRAME_EVENT: string; + /** + * - Animation frame sound event. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 动画帧声音事件。 + * @version DragonBones 4.5 + * @language zh_CN + */ + static readonly SOUND_EVENT: string; + static toString(): string; + /** + * - If is a frame event, the value is used to describe the time that the event was in the animation timeline. (In seconds) + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 如果是帧事件,此值用来描述该事件在动画时间轴中所处的时间。(以秒为单位) + * @version DragonBones 4.5 + * @language zh_CN + */ + time: number; + /** + * - The event type。 + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 事件类型。 + * @version DragonBones 4.5 + * @language zh_CN + */ + type: EventStringType; + /** + * - The event name. (The frame event name or the frame sound name) + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 事件名称。 (帧事件的名称或帧声音的名称) + * @version DragonBones 4.5 + * @language zh_CN + */ + name: string; + /** + * - The armature that dispatch the event. + * @see dragonBones.Armature + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 发出该事件的骨架。 + * @see dragonBones.Armature + * @version DragonBones 4.5 + * @language zh_CN + */ + armature: Armature; + /** + * - The bone that dispatch the event. + * @see dragonBones.Bone + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 发出该事件的骨骼。 + * @see dragonBones.Bone + * @version DragonBones 4.5 + * @language zh_CN + */ + bone: Bone | null; + /** + * - The slot that dispatch the event. + * @see dragonBones.Slot + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 发出该事件的插槽。 + * @see dragonBones.Slot + * @version DragonBones 4.5 + * @language zh_CN + */ + slot: Slot | null; + /** + * - The animation state that dispatch the event. + * @see dragonBones.AnimationState + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 发出该事件的动画状态。 + * @see dragonBones.AnimationState + * @version DragonBones 4.5 + * @language zh_CN + */ + animationState: AnimationState; + /** + * - The custom data. + * @see dragonBones.CustomData + * @version DragonBones 5.0 + * @language en_US + */ + /** + * - 自定义数据。 + * @see dragonBones.CustomData + * @version DragonBones 5.0 + * @language zh_CN + */ + data: UserData | null; + /** + * @private + */ + protected _onClear(): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * @private + */ + type EventStringType = string | "start" | "loopComplete" | "complete" | "fadeIn" | "fadeInComplete" | "fadeOut" | "fadeOutComplete" | "frameEvent" | "soundEvent"; + /** + * - The event dispatcher interface. + * Dragonbones event dispatch usually relies on docking engine to implement, which defines the event method to be implemented when docking the engine. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 事件派发接口。 + * DragonBones 的事件派发通常依赖于对接的引擎来实现,该接口定义了对接引擎时需要实现的事件方法。 + * @version DragonBones 4.5 + * @language zh_CN + */ + interface IEventDispatcher { + /** + * - Checks whether the object has any listeners registered for a specific type of event。 + * @param type - Event type. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 检查是否为特定的事件类型注册了任何侦听器。 + * @param type - 事件类型。 + * @version DragonBones 4.5 + * @language zh_CN + */ + hasDBEventListener(type: EventStringType): boolean; + /** + * - Dispatches an event into the event flow. + * @param type - Event type. + * @param eventObject - Event object. + * @see dragonBones.EventObject + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 分派特定的事件到事件流中。 + * @param type - 事件类型。 + * @param eventObject - 事件数据。 + * @see dragonBones.EventObject + * @version DragonBones 4.5 + * @language zh_CN + */ + dispatchDBEvent(type: EventStringType, eventObject: EventObject): void; + /** + * - Add an event listener object so that the listener receives notification of an event. + * @param type - Event type. + * @param listener - Event listener. + * @param thisObject - The listener function's "this". + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 添加特定事件类型的事件侦听器,以使侦听器能够接收事件通知。 + * @param type - 事件类型。 + * @param listener - 事件侦听器。 + * @param thisObject - 侦听函数绑定的 this 对象。 + * @version DragonBones 4.5 + * @language zh_CN + */ + addDBEventListener(type: EventStringType, listener: Function, thisObject: any): void; + /** + * - Removes a listener from the object. + * @param type - Event type. + * @param listener - Event listener. + * @param thisObject - The listener function's "this". + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 删除特定事件类型的侦听器。 + * @param type - 事件类型。 + * @param listener - 事件侦听器。 + * @param thisObject - 侦听函数绑定的 this 对象。 + * @version DragonBones 4.5 + * @language zh_CN + */ + removeDBEventListener(type: EventStringType, listener: Function, thisObject: any): void; + /** + * - Deprecated, please refer to {@link #hasDBEventListener()}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #hasDBEventListener()}。 + * @deprecated + * @language zh_CN + */ + hasEvent(type: EventStringType): boolean; + /** + * - Deprecated, please refer to {@link #addDBEventListener()}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #addDBEventListener()}。 + * @deprecated + * @language zh_CN + */ + addEvent(type: EventStringType, listener: Function, thisObject: any): void; + /** + * - Deprecated, please refer to {@link #removeDBEventListener()}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #removeDBEventListener()}。 + * @deprecated + * @language zh_CN + */ + removeEvent(type: EventStringType, listener: Function, thisObject: any): void; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * @internal + * @private + */ + abstract class DataParser { + protected static readonly DATA_VERSION_2_3: string; + protected static readonly DATA_VERSION_3_0: string; + protected static readonly DATA_VERSION_4_0: string; + protected static readonly DATA_VERSION_4_5: string; + protected static readonly DATA_VERSION_5_0: string; + protected static readonly DATA_VERSION_5_5: string; + protected static readonly DATA_VERSION: string; + protected static readonly DATA_VERSIONS: Array; + protected static readonly TEXTURE_ATLAS: string; + protected static readonly SUB_TEXTURE: string; + protected static readonly FORMAT: string; + protected static readonly IMAGE_PATH: string; + protected static readonly WIDTH: string; + protected static readonly HEIGHT: string; + protected static readonly ROTATED: string; + protected static readonly FRAME_X: string; + protected static readonly FRAME_Y: string; + protected static readonly FRAME_WIDTH: string; + protected static readonly FRAME_HEIGHT: string; + protected static readonly DRADON_BONES: string; + protected static readonly USER_DATA: string; + protected static readonly ARMATURE: string; + protected static readonly BONE: string; + protected static readonly SURFACE: string; + protected static readonly SLOT: string; + protected static readonly CONSTRAINT: string; + protected static readonly IK: string; + protected static readonly SKIN: string; + protected static readonly DISPLAY: string; + protected static readonly ANIMATION: string; + protected static readonly Z_ORDER: string; + protected static readonly FFD: string; + protected static readonly FRAME: string; + protected static readonly TRANSLATE_FRAME: string; + protected static readonly ROTATE_FRAME: string; + protected static readonly SCALE_FRAME: string; + protected static readonly DISPLAY_FRAME: string; + protected static readonly COLOR_FRAME: string; + protected static readonly DEFAULT_ACTIONS: string; + protected static readonly ACTIONS: string; + protected static readonly EVENTS: string; + protected static readonly INTS: string; + protected static readonly FLOATS: string; + protected static readonly STRINGS: string; + protected static readonly CANVAS: string; + protected static readonly TRANSFORM: string; + protected static readonly PIVOT: string; + protected static readonly AABB: string; + protected static readonly COLOR: string; + protected static readonly VERSION: string; + protected static readonly COMPATIBLE_VERSION: string; + protected static readonly FRAME_RATE: string; + protected static readonly TYPE: string; + protected static readonly SUB_TYPE: string; + protected static readonly NAME: string; + protected static readonly PARENT: string; + protected static readonly TARGET: string; + protected static readonly STAGE: string; + protected static readonly SHARE: string; + protected static readonly PATH: string; + protected static readonly LENGTH: string; + protected static readonly DISPLAY_INDEX: string; + protected static readonly BLEND_MODE: string; + protected static readonly INHERIT_TRANSLATION: string; + protected static readonly INHERIT_ROTATION: string; + protected static readonly INHERIT_SCALE: string; + protected static readonly INHERIT_REFLECTION: string; + protected static readonly INHERIT_ANIMATION: string; + protected static readonly INHERIT_DEFORM: string; + protected static readonly SEGMENT_X: string; + protected static readonly SEGMENT_Y: string; + protected static readonly BEND_POSITIVE: string; + protected static readonly CHAIN: string; + protected static readonly WEIGHT: string; + protected static readonly FADE_IN_TIME: string; + protected static readonly PLAY_TIMES: string; + protected static readonly SCALE: string; + protected static readonly OFFSET: string; + protected static readonly POSITION: string; + protected static readonly DURATION: string; + protected static readonly TWEEN_EASING: string; + protected static readonly TWEEN_ROTATE: string; + protected static readonly TWEEN_SCALE: string; + protected static readonly CLOCK_WISE: string; + protected static readonly CURVE: string; + protected static readonly SOUND: string; + protected static readonly EVENT: string; + protected static readonly ACTION: string; + protected static readonly X: string; + protected static readonly Y: string; + protected static readonly SKEW_X: string; + protected static readonly SKEW_Y: string; + protected static readonly SCALE_X: string; + protected static readonly SCALE_Y: string; + protected static readonly VALUE: string; + protected static readonly ROTATE: string; + protected static readonly SKEW: string; + protected static readonly ALPHA_OFFSET: string; + protected static readonly RED_OFFSET: string; + protected static readonly GREEN_OFFSET: string; + protected static readonly BLUE_OFFSET: string; + protected static readonly ALPHA_MULTIPLIER: string; + protected static readonly RED_MULTIPLIER: string; + protected static readonly GREEN_MULTIPLIER: string; + protected static readonly BLUE_MULTIPLIER: string; + protected static readonly UVS: string; + protected static readonly VERTICES: string; + protected static readonly TRIANGLES: string; + protected static readonly WEIGHTS: string; + protected static readonly SLOT_POSE: string; + protected static readonly BONE_POSE: string; + protected static readonly GLUE_WEIGHTS: string; + protected static readonly GLUE_MESHES: string; + protected static readonly GOTO_AND_PLAY: string; + protected static readonly DEFAULT_NAME: string; + protected static _getArmatureType(value: string): ArmatureType; + protected static _getBoneType(value: string): BoneType; + protected static _getDisplayType(value: string): DisplayType; + protected static _getBoundingBoxType(value: string): BoundingBoxType; + protected static _getActionType(value: string): ActionType; + protected static _getBlendMode(value: string): BlendMode; + abstract parseDragonBonesData(rawData: any, scale: number): DragonBonesData | null; + abstract parseTextureAtlasData(rawData: any, textureAtlasData: TextureAtlasData, scale: number): boolean; + /** + * - Deprecated, please refer to {@link dragonBones.BaseFactory#parsetTextureAtlasData()}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link dragonBones.BaseFactory#parsetTextureAtlasData()}。 + * @deprecated + * @language zh_CN + */ + static parseDragonBonesData(rawData: any): DragonBonesData | null; + /** + * - Deprecated, please refer to {@link dragonBones.BaseFactory#parsetTextureAtlasData()}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link dragonBones.BaseFactory#parsetTextureAtlasData()}。 + * @deprecated + * @language zh_CN + */ + static parseTextureAtlasData(rawData: any, scale?: number): any; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * @internal + * @private + */ + class ObjectDataParser extends DataParser { + protected static _getBoolean(rawData: any, key: string, defaultValue: boolean): boolean; + protected static _getNumber(rawData: any, key: string, defaultValue: number): number; + protected static _getString(rawData: any, key: string, defaultValue: string): string; + protected _rawTextureAtlasIndex: number; + protected readonly _rawBones: Array; + protected _data: DragonBonesData; + protected _armature: ArmatureData; + protected _bone: BoneData; + protected _surface: SurfaceData; + protected _slot: SlotData; + protected _skin: SkinData; + protected _mesh: MeshDisplayData; + protected _animation: AnimationData; + protected _timeline: TimelineData; + protected _rawTextureAtlases: Array | null; + private _defaultColorOffset; + private _prevClockwise; + private _prevRotation; + private readonly _helpMatrixA; + private readonly _helpMatrixB; + private readonly _helpTransform; + private readonly _helpColorTransform; + private readonly _helpPoint; + private readonly _helpArray; + private readonly _intArray; + private readonly _floatArray; + private readonly _frameIntArray; + private readonly _frameFloatArray; + private readonly _frameArray; + private readonly _timelineArray; + private readonly _cacheRawMeshes; + private readonly _cacheMeshes; + private readonly _actionFrames; + private readonly _weightSlotPose; + private readonly _weightBonePoses; + private readonly _cacheBones; + private readonly _slotChildActions; + private _getCurvePoint(x1, y1, x2, y2, x3, y3, x4, y4, t, result); + private _samplingEasingCurve(curve, samples); + private _parseActionDataInFrame(rawData, frameStart, bone, slot); + private _mergeActionFrame(rawData, frameStart, type, bone, slot); + protected _parseArmature(rawData: any, scale: number): ArmatureData; + protected _parseBone(rawData: any): BoneData; + protected _parseIKConstraint(rawData: any): ConstraintData | null; + protected _parseSlot(rawData: any, zOrder: number): SlotData; + protected _parseSkin(rawData: any): SkinData; + protected _parseDisplay(rawData: any): DisplayData | null; + protected _parsePivot(rawData: any, display: ImageDisplayData): void; + protected _parseMesh(rawData: any, mesh: MeshDisplayData): void; + protected _parseMeshGlue(rawData: any, mesh: MeshDisplayData): void; + protected _parseBoundingBox(rawData: any): BoundingBoxData | null; + protected _parsePolygonBoundingBox(rawData: any): PolygonBoundingBoxData; + protected _parseAnimation(rawData: any): AnimationData; + protected _parseTimeline(rawData: any, rawFrames: Array | null, framesKey: string, type: TimelineType, addIntOffset: boolean, addFloatOffset: boolean, frameValueCount: number, frameParser: (rawData: any, frameStart: number, frameCount: number) => number): TimelineData | null; + protected _parseBoneTimeline(rawData: any): void; + protected _parseSlotTimeline(rawData: any): void; + protected _parseFrame(rawData: any, frameStart: number, frameCount: number): number; + protected _parseTweenFrame(rawData: any, frameStart: number, frameCount: number): number; + protected _parseActionFrame(frame: ActionFrame, frameStart: number, frameCount: number): number; + protected _parseZOrderFrame(rawData: any, frameStart: number, frameCount: number): number; + protected _parseBoneAllFrame(rawData: any, frameStart: number, frameCount: number): number; + protected _parseBoneTranslateFrame(rawData: any, frameStart: number, frameCount: number): number; + protected _parseBoneRotateFrame(rawData: any, frameStart: number, frameCount: number): number; + protected _parseBoneScaleFrame(rawData: any, frameStart: number, frameCount: number): number; + protected _parseSurfaceFrame(rawData: any, frameStart: number, frameCount: number): number; + protected _parseSlotDisplayFrame(rawData: any, frameStart: number, frameCount: number): number; + protected _parseSlotColorFrame(rawData: any, frameStart: number, frameCount: number): number; + protected _parseSlotFFDFrame(rawData: any, frameStart: number, frameCount: number): number; + protected _parseIKConstraintFrame(rawData: any, frameStart: number, frameCount: number): number; + protected _parseAnimationFrame(rawData: any, frameStart: number, frameCount: number): number; + protected _parseActionData(rawData: any, type: ActionType, bone: BoneData | null, slot: SlotData | null): Array; + protected _parseTransform(rawData: any, transform: Transform, scale: number): void; + protected _parseColorTransform(rawData: any, color: ColorTransform): void; + protected _parseArray(rawData: any): void; + protected _modifyArray(): void; + parseDragonBonesData(rawData: any, scale?: number): DragonBonesData | null; + parseTextureAtlasData(rawData: any, textureAtlasData: TextureAtlasData, scale?: number): boolean; + private static _objectDataParserInstance; + /** + * - Deprecated, please refer to {@link dragonBones.BaseFactory#parseDragonBonesData()}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link dragonBones.BaseFactory#parseDragonBonesData()}。 + * @deprecated + * @language zh_CN + */ + static getInstance(): ObjectDataParser; + } + /** + * @internal + * @private + */ + class ActionFrame { + frameStart: number; + readonly actions: Array; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * @internal + * @private + */ + class BinaryDataParser extends ObjectDataParser { + private _binaryOffset; + private _binary; + private _intArrayBuffer; + private _floatArrayBuffer; + private _frameIntArrayBuffer; + private _frameFloatArrayBuffer; + private _frameArrayBuffer; + private _timelineArrayBuffer; + private _inRange(a, min, max); + private _decodeUTF8(data); + private _getUTF16Key(value); + private _parseBinaryTimeline(type, offset, timelineData?); + protected _parseMesh(rawData: any, mesh: MeshDisplayData): void; + protected _parseAnimation(rawData: any): AnimationData; + protected _parseArray(rawData: any): void; + parseDragonBonesData(rawData: any, scale?: number): DragonBonesData | null; + private static _binaryDataParserInstance; + /** + * - Deprecated, please refer to {@link dragonBones.BaseFactory#parseDragonBonesData()}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link dragonBones.BaseFactory#parseDragonBonesData()}。 + * @deprecated + * @language zh_CN + */ + static getInstance(): BinaryDataParser; + } +} +/** + * The MIT License (MIT) + * + * Copyright (c) 2012-2017 DragonBones team and other contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +declare namespace dragonBones { + /** + * - Base class for the factory that create the armatures. (Typically only one global factory instance is required) + * The factory instance create armatures by parsed and added DragonBonesData instances and TextureAtlasData instances. + * Once the data has been parsed, it has been cached in the factory instance and does not need to be parsed again until it is cleared by the factory instance. + * @see dragonBones.DragonBonesData + * @see dragonBones.TextureAtlasData + * @see dragonBones.ArmatureData + * @see dragonBones.Armature + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 创建骨架的工厂基类。 (通常只需要一个全局工厂实例) + * 工厂通过解析并添加的 DragonBonesData 实例和 TextureAtlasData 实例来创建骨架。 + * 当数据被解析过之后,已经添加到工厂中,在没有被工厂清理之前,不需要再次解析。 + * @see dragonBones.DragonBonesData + * @see dragonBones.TextureAtlasData + * @see dragonBones.ArmatureData + * @see dragonBones.Armature + * @version DragonBones 3.0 + * @language zh_CN + */ + abstract class BaseFactory { + /** + * @private + */ + protected static _objectParser: ObjectDataParser; + /** + * @private + */ + protected static _binaryParser: BinaryDataParser; + /** + * @private + */ + autoSearch: boolean; + /** + * @private + */ + protected readonly _dragonBonesDataMap: Map; + /** + * @private + */ + protected readonly _textureAtlasDataMap: Map>; + /** + * @private + */ + protected _dragonBones: DragonBones; + /** + * @private + */ + protected _dataParser: DataParser; + /** + * - Create a factory instance. (typically only one global factory instance is required) + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 创建一个工厂实例。 (通常只需要一个全局工厂实例) + * @version DragonBones 3.0 + * @language zh_CN + */ + constructor(dataParser?: DataParser | null); + /** + * @private + */ + protected _isSupportMesh(): boolean; + /** + * @private + */ + protected _getTextureData(textureAtlasName: string, textureName: string): TextureData | null; + /** + * @private + */ + protected _fillBuildArmaturePackage(dataPackage: BuildArmaturePackage, dragonBonesName: string, armatureName: string, skinName: string, textureAtlasName: string): boolean; + /** + * @private + */ + protected _buildBones(dataPackage: BuildArmaturePackage, armature: Armature): void; + /** + * @private + */ + protected _buildSlots(dataPackage: BuildArmaturePackage, armature: Armature): void; + /** + * @private + */ + protected _buildChildArmature(dataPackage: BuildArmaturePackage | null, slot: Slot, displayData: DisplayData): Armature | null; + /** + * @private + */ + protected _getSlotDisplay(dataPackage: BuildArmaturePackage | null, displayData: DisplayData, rawDisplayData: DisplayData | null, slot: Slot): any; + /** + * @private + */ + protected abstract _buildTextureAtlasData(textureAtlasData: TextureAtlasData | null, textureAtlas: any): TextureAtlasData; + /** + * @private + */ + protected abstract _buildArmature(dataPackage: BuildArmaturePackage): Armature; + /** + * @private + */ + protected abstract _buildSlot(dataPackage: BuildArmaturePackage, slotData: SlotData, displays: Array | null, armature: Armature): Slot; + /** + * - Parse the raw data to a DragonBonesData instance and cache it to the factory. + * @param rawData - The raw data. + * @param name - Specify a cache name for the instance so that the instance can be obtained through this name. (If not set, use the instance name instead) + * @param scale - Specify a scaling value for all armatures. (Default: 1.0) + * @returns DragonBonesData instance + * @see #getDragonBonesData() + * @see #addDragonBonesData() + * @see #removeDragonBonesData() + * @see dragonBones.DragonBonesData + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 将原始数据解析为 DragonBonesData 实例,并缓存到工厂中。 + * @param rawData - 原始数据。 + * @param name - 为该实例指定一个缓存名称,以便可以通过此名称获取该实例。 (如果未设置,则使用该实例中的名称) + * @param scale - 为所有的骨架指定一个缩放值。 (默认: 1.0) + * @returns DragonBonesData 实例 + * @see #getDragonBonesData() + * @see #addDragonBonesData() + * @see #removeDragonBonesData() + * @see dragonBones.DragonBonesData + * @version DragonBones 4.5 + * @language zh_CN + */ + parseDragonBonesData(rawData: any, name?: string | null, scale?: number): DragonBonesData | null; + /** + * - Parse the raw texture atlas data and the texture atlas object to a TextureAtlasData instance and cache it to the factory. + * @param rawData - The raw texture atlas data. + * @param textureAtlas - The texture atlas object. + * @param name - Specify a cache name for the instance so that the instance can be obtained through this name. (If not set, use the instance name instead) + * @param scale - Specify a scaling value for the map set. (Default: 1.0) + * @returns TextureAtlasData instance + * @see #getTextureAtlasData() + * @see #addTextureAtlasData() + * @see #removeTextureAtlasData() + * @see dragonBones.TextureAtlasData + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 将原始贴图集数据和贴图集对象解析为 TextureAtlasData 实例,并缓存到工厂中。 + * @param rawData - 原始贴图集数据。 + * @param textureAtlas - 贴图集对象。 + * @param name - 为该实例指定一个缓存名称,以便可以通过此名称获取该实例。 (如果未设置,则使用该实例中的名称) + * @param scale - 为贴图集指定一个缩放值。 (默认: 1.0) + * @returns TextureAtlasData 实例 + * @see #getTextureAtlasData() + * @see #addTextureAtlasData() + * @see #removeTextureAtlasData() + * @see dragonBones.TextureAtlasData + * @version DragonBones 4.5 + * @language zh_CN + */ + parseTextureAtlasData(rawData: any, textureAtlas: any, name?: string | null, scale?: number): TextureAtlasData; + /** + * @private + */ + updateTextureAtlasData(name: string, textureAtlases: Array): void; + /** + * - Get a specific DragonBonesData instance. + * @param name - The DragonBonesData instance cache name. + * @returns DragonBonesData instance + * @see #parseDragonBonesData() + * @see #addDragonBonesData() + * @see #removeDragonBonesData() + * @see dragonBones.DragonBonesData + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 获取特定的 DragonBonesData 实例。 + * @param name - DragonBonesData 实例的缓存名称。 + * @returns DragonBonesData 实例 + * @see #parseDragonBonesData() + * @see #addDragonBonesData() + * @see #removeDragonBonesData() + * @see dragonBones.DragonBonesData + * @version DragonBones 3.0 + * @language zh_CN + */ + getDragonBonesData(name: string): DragonBonesData | null; + /** + * - Cache a DragonBonesData instance to the factory. + * @param data - The DragonBonesData instance. + * @param name - Specify a cache name for the instance so that the instance can be obtained through this name. (if not set, use the instance name instead) + * @see #parseDragonBonesData() + * @see #getDragonBonesData() + * @see #removeDragonBonesData() + * @see dragonBones.DragonBonesData + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 将 DragonBonesData 实例缓存到工厂中。 + * @param data - DragonBonesData 实例。 + * @param name - 为该实例指定一个缓存名称,以便可以通过此名称获取该实例。 (如果未设置,则使用该实例中的名称) + * @see #parseDragonBonesData() + * @see #getDragonBonesData() + * @see #removeDragonBonesData() + * @see dragonBones.DragonBonesData + * @version DragonBones 3.0 + * @language zh_CN + */ + addDragonBonesData(data: DragonBonesData, name?: string | null): void; + /** + * - Remove a DragonBonesData instance. + * @param name - The DragonBonesData instance cache name. + * @param disposeData - Whether to dispose data. (Default: true) + * @see #parseDragonBonesData() + * @see #getDragonBonesData() + * @see #addDragonBonesData() + * @see dragonBones.DragonBonesData + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 移除 DragonBonesData 实例。 + * @param name - DragonBonesData 实例缓存名称。 + * @param disposeData - 是否释放数据。 (默认: true) + * @see #parseDragonBonesData() + * @see #getDragonBonesData() + * @see #addDragonBonesData() + * @see dragonBones.DragonBonesData + * @version DragonBones 3.0 + * @language zh_CN + */ + removeDragonBonesData(name: string, disposeData?: boolean): void; + /** + * - Get a list of specific TextureAtlasData instances. + * @param name - The TextureAtlasData cahce name. + * @see #parseTextureAtlasData() + * @see #addTextureAtlasData() + * @see #removeTextureAtlasData() + * @see dragonBones.TextureAtlasData + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 获取特定的 TextureAtlasData 实例列表。 + * @param name - TextureAtlasData 实例缓存名称。 + * @see #parseTextureAtlasData() + * @see #addTextureAtlasData() + * @see #removeTextureAtlasData() + * @see dragonBones.TextureAtlasData + * @version DragonBones 3.0 + * @language zh_CN + */ + getTextureAtlasData(name: string): Array | null; + /** + * - Cache a TextureAtlasData instance to the factory. + * @param data - The TextureAtlasData instance. + * @param name - Specify a cache name for the instance so that the instance can be obtained through this name. (if not set, use the instance name instead) + * @see #parseTextureAtlasData() + * @see #getTextureAtlasData() + * @see #removeTextureAtlasData() + * @see dragonBones.TextureAtlasData + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 将 TextureAtlasData 实例缓存到工厂中。 + * @param data - TextureAtlasData 实例。 + * @param name - 为该实例指定一个缓存名称,以便可以通过此名称获取该实例。 (如果未设置,则使用该实例中的名称) + * @see #parseTextureAtlasData() + * @see #getTextureAtlasData() + * @see #removeTextureAtlasData() + * @see dragonBones.TextureAtlasData + * @version DragonBones 3.0 + * @language zh_CN + */ + addTextureAtlasData(data: TextureAtlasData, name?: string | null): void; + /** + * - Remove a TextureAtlasData instance. + * @param name - The TextureAtlasData instance cache name. + * @param disposeData - Whether to dispose data. + * @see #parseTextureAtlasData() + * @see #getTextureAtlasData() + * @see #addTextureAtlasData() + * @see dragonBones.TextureAtlasData + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 移除 TextureAtlasData 实例。 + * @param name - TextureAtlasData 实例的缓存名称。 + * @param disposeData - 是否释放数据。 + * @see #parseTextureAtlasData() + * @see #getTextureAtlasData() + * @see #addTextureAtlasData() + * @see dragonBones.TextureAtlasData + * @version DragonBones 3.0 + * @language zh_CN + */ + removeTextureAtlasData(name: string, disposeData?: boolean): void; + /** + * - Get a specific armature data. + * @param name - The armature data name. + * @param dragonBonesName - The cached name for DragonbonesData instance. + * @see dragonBones.ArmatureData + * @version DragonBones 5.1 + * @language en_US + */ + /** + * - 获取特定的骨架数据。 + * @param name - 骨架数据名称。 + * @param dragonBonesName - DragonBonesData 实例的缓存名称。 + * @see dragonBones.ArmatureData + * @version DragonBones 5.1 + * @language zh_CN + */ + getArmatureData(name: string, dragonBonesName?: string): ArmatureData | null; + /** + * - Clear all cached DragonBonesData instances and TextureAtlasData instances. + * @param disposeData - Whether to dispose data. + * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 清除缓存的所有 DragonBonesData 实例和 TextureAtlasData 实例。 + * @param disposeData - 是否释放数据。 + * @version DragonBones 4.5 + * @language zh_CN + */ + clear(disposeData?: boolean): void; + /** + * - Create a armature from cached DragonBonesData instances and TextureAtlasData instances. + * @param armatureName - The armature data name. + * @param dragonBonesName - The cached name of the DragonBonesData instance. (If not set, all DragonBonesData instances are retrieved, and when multiple DragonBonesData instances contain a the same name armature data, it may not be possible to accurately create a specific armature) + * @param skinName - The skin name, you can set a different ArmatureData name to share it's skin data. (If not set, use the default skin data) + * @returns The armature. + * @example + *
+         *     let armature = factory.buildArmature("armatureName", "dragonBonesName");
+         *     armature.clock = factory.clock;
+         * 
+ * @see dragonBones.DragonBonesData + * @see dragonBones.ArmatureData + * @see dragonBones.Armature + * @version DragonBones 3.0 + * @language en_US + */ + /** + * - 通过缓存的 DragonBonesData 实例和 TextureAtlasData 实例创建一个骨架。 + * @param armatureName - 骨架数据名称。 + * @param dragonBonesName - DragonBonesData 实例的缓存名称。 (如果未设置,将检索所有的 DragonBonesData 实例,当多个 DragonBonesData 实例中包含同名的骨架数据时,可能无法准确的创建出特定的骨架) + * @param skinName - 皮肤名称,可以设置一个其他骨架数据名称来共享其皮肤数据(如果未设置,则使用默认的皮肤数据)。 + * @returns 骨架。 + * @example + *
+         *     let armature = factory.buildArmature("armatureName", "dragonBonesName");
+         *     armature.clock = factory.clock;
+         * 
+ * @see dragonBones.DragonBonesData + * @see dragonBones.ArmatureData + * @see dragonBones.Armature + * @version DragonBones 3.0 + * @language zh_CN + */ + buildArmature(armatureName: string, dragonBonesName?: string, skinName?: string, textureAtlasName?: string): Armature | null; + /** + * @private + */ + replaceDisplay(slot: Slot, displayData: DisplayData, displayIndex?: number): void; + /** + * - Replaces the current display data for a particular slot with a specific display data. + * Specify display data with "dragonBonesName/armatureName/slotName/displayName". + * @param dragonBonesName - The DragonBonesData instance cache name. + * @param armatureName - The armature data name. + * @param slotName - The slot data name. + * @param displayName - The display data name. + * @param slot - The slot. + * @param displayIndex - The index of the display data that is replaced. (If it is not set, replaces the current display data) + * @example + *
+         *     let slot = armature.getSlot("weapon");
+         *     factory.replaceSlotDisplay("dragonBonesName", "armatureName", "slotName", "displayName", slot);
+         * 
+ * @version DragonBones 4.5 + * @language en_US + */ + /** + * - 用特定的显示对象数据替换特定插槽当前的显示对象数据。 + * 用 "dragonBonesName/armatureName/slotName/displayName" 指定显示对象数据。 + * @param dragonBonesName - DragonBonesData 实例的缓存名称。 + * @param armatureName - 骨架数据名称。 + * @param slotName - 插槽数据名称。 + * @param displayName - 显示对象数据名称。 + * @param slot - 插槽。 + * @param displayIndex - 被替换的显示对象数据的索引。 (如果未设置,则替换当前的显示对象数据) + * @example + *
+         *     let slot = armature.getSlot("weapon");
+         *     factory.replaceSlotDisplay("dragonBonesName", "armatureName", "slotName", "displayName", slot);
+         * 
+ * @version DragonBones 4.5 + * @language zh_CN + */ + replaceSlotDisplay(dragonBonesName: string, armatureName: string, slotName: string, displayName: string, slot: Slot, displayIndex?: number): boolean; + /** + * @private + */ + replaceSlotDisplayList(dragonBonesName: string | null, armatureName: string, slotName: string, slot: Slot): boolean; + /** + * - Share specific skin data with specific armature. + * @param armature - The armature. + * @param skin - The skin data. + * @param isOverride - Whether it completely override the original skin. (Default: false) + * @param exclude - A list of slot names that do not need to be replace. + * @example + *
+         *     let armatureA = factory.buildArmature("armatureA", "dragonBonesA");
+         *     let armatureDataB = factory.getArmatureData("armatureB", "dragonBonesB");
+         *     if (armatureDataB && armatureDataB.defaultSkin) {
+         *     factory.replaceSkin(armatureA, armatureDataB.defaultSkin, false, ["arm_l", "weapon_l"]);
+         *     }
+         * 
+ * @see dragonBones.Armature + * @see dragonBones.SkinData + * @version DragonBones 5.6 + * @language en_US + */ + /** + * - 将特定的皮肤数据共享给特定的骨架使用。 + * @param armature - 骨架。 + * @param skin - 皮肤数据。 + * @param isOverride - 是否完全覆盖原来的皮肤。 (默认: false) + * @param exclude - 不需要被替换的插槽名称列表。 + * @example + *
+         *     let armatureA = factory.buildArmature("armatureA", "dragonBonesA");
+         *     let armatureDataB = factory.getArmatureData("armatureB", "dragonBonesB");
+         *     if (armatureDataB && armatureDataB.defaultSkin) {
+         *     factory.replaceSkin(armatureA, armatureDataB.defaultSkin, false, ["arm_l", "weapon_l"]);
+         *     }
+         * 
+ * @see dragonBones.Armature + * @see dragonBones.SkinData + * @version DragonBones 5.6 + * @language zh_CN + */ + replaceSkin(armature: Armature, skin: SkinData, isOverride?: boolean, exclude?: Array | null): boolean; + /** + * - Replaces the existing animation data for a specific armature with the animation data for the specific armature data. + * This enables you to make a armature template so that other armature without animations can share it's animations. + * @param armature - The armtaure. + * @param armatureData - The armature data. + * @param isOverride - Whether to completely overwrite the original animation. (Default: false) + * @example + *
+         *     let armatureA = factory.buildArmature("armatureA", "dragonBonesA");
+         *     let armatureDataB = factory.getArmatureData("armatureB", "dragonBonesB");
+         *     if (armatureDataB) {
+         *     factory.replaceAnimation(armatureA, armatureDataB);
+         *     }
+         * 
+ * @see dragonBones.Armature + * @see dragonBones.ArmatureData + * @version DragonBones 5.6 + * @language en_US + */ + /** + * - 用特定骨架数据的动画数据替换特定骨架现有的动画数据。 + * 这样就能实现制作一个骨架动画模板,让其他没有制作动画的骨架共享该动画。 + * @param armature - 骨架。 + * @param armatureData - 骨架数据。 + * @param isOverride - 是否完全覆盖原来的动画。(默认: false)。 + * @example + *
+         *     let armatureA = factory.buildArmature("armatureA", "dragonBonesA");
+         *     let armatureDataB = factory.getArmatureData("armatureB", "dragonBonesB");
+         *     if (armatureDataB) {
+         *     factory.replaceAnimation(armatureA, armatureDataB);
+         *     }
+         * 
+ * @see dragonBones.Armature + * @see dragonBones.ArmatureData + * @version DragonBones 5.6 + * @language zh_CN + */ + replaceAnimation(armature: Armature, armatureData: ArmatureData, isOverride?: boolean): boolean; + /** + * @private + */ + getAllDragonBonesData(): Map; + /** + * @private + */ + getAllTextureAtlasData(): Map>; + /** + * - An Worldclock instance updated by engine. + * @version DragonBones 5.7 + * @language en_US + */ + /** + * - 由引擎驱动的 WorldClock 实例。 + * @version DragonBones 5.7 + * @language zh_CN + */ + readonly clock: WorldClock; + /** + * @private + */ + readonly dragonBones: DragonBones; + /** + * - Deprecated, please refer to {@link #replaceSkin}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #replaceSkin}。 + * @deprecated + * @language zh_CN + */ + changeSkin(armature: Armature, skin: SkinData, exclude?: Array | null): boolean; + /** + * - Deprecated, please refer to {@link #replaceAnimation}. + * @deprecated + * @language en_US + */ + /** + * - 已废弃,请参考 {@link #replaceAnimation}。 + * @deprecated + * @language zh_CN + */ + copyAnimationsToArmature(toArmature: Armature, fromArmatreName: string, fromSkinName?: string, fromDragonBonesDataName?: string, replaceOriginalAnimation?: boolean): boolean; + } + /** + * @internal + * @private + */ + class BuildArmaturePackage { + dataName: string; + textureAtlasName: string; + data: DragonBonesData; + armature: ArmatureData; + skin: SkinData | null; + } +} + +declare namespace sp.spine { + class Animation { + name: string; + timelines: Array; + timelineIds: Array; + duration: number; + constructor(name: string, timelines: Array, duration: number); + hasTimeline(id: number): boolean; + apply(skeleton: Skeleton, lastTime: number, time: number, loop: boolean, events: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + static binarySearch(values: ArrayLike, target: number, step?: number): number; + static linearSearch(values: ArrayLike, target: number, step: number): number; + } + interface Timeline { + apply(skeleton: Skeleton, lastTime: number, time: number, events: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + getPropertyId(): number; + } + enum MixBlend { + setup = 0, + first = 1, + replace = 2, + add = 3 + } + enum MixDirection { + mixIn = 0, + mixOut = 1 + } + enum TimelineType { + rotate = 0, + translate = 1, + scale = 2, + shear = 3, + attachment = 4, + color = 5, + deform = 6, + event = 7, + drawOrder = 8, + ikConstraint = 9, + transformConstraint = 10, + pathConstraintPosition = 11, + pathConstraintSpacing = 12, + pathConstraintMix = 13, + twoColor = 14 + } + abstract class CurveTimeline implements Timeline { + static LINEAR: number; + static STEPPED: number; + static BEZIER: number; + static BEZIER_SIZE: number; + private curves; + abstract getPropertyId(): number; + constructor(frameCount: number); + getFrameCount(): number; + setLinear(frameIndex: number): void; + setStepped(frameIndex: number): void; + getCurveType(frameIndex: number): number; + setCurve(frameIndex: number, cx1: number, cy1: number, cx2: number, cy2: number): void; + getCurvePercent(frameIndex: number, percent: number): number; + abstract apply(skeleton: Skeleton, lastTime: number, time: number, events: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + } + class RotateTimeline extends CurveTimeline { + static ENTRIES: number; + static PREV_TIME: number; + static PREV_ROTATION: number; + static ROTATION: number; + boneIndex: number; + frames: ArrayLike; + constructor(frameCount: number); + getPropertyId(): number; + setFrame(frameIndex: number, time: number, degrees: number): void; + apply(skeleton: Skeleton, lastTime: number, time: number, events: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + } + class TranslateTimeline extends CurveTimeline { + static ENTRIES: number; + static PREV_TIME: number; + static PREV_X: number; + static PREV_Y: number; + static X: number; + static Y: number; + boneIndex: number; + frames: ArrayLike; + constructor(frameCount: number); + getPropertyId(): number; + setFrame(frameIndex: number, time: number, x: number, y: number): void; + apply(skeleton: Skeleton, lastTime: number, time: number, events: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + } + class ScaleTimeline extends TranslateTimeline { + constructor(frameCount: number); + getPropertyId(): number; + apply(skeleton: Skeleton, lastTime: number, time: number, events: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + } + class ShearTimeline extends TranslateTimeline { + constructor(frameCount: number); + getPropertyId(): number; + apply(skeleton: Skeleton, lastTime: number, time: number, events: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + } + class ColorTimeline extends CurveTimeline { + static ENTRIES: number; + static PREV_TIME: number; + static PREV_R: number; + static PREV_G: number; + static PREV_B: number; + static PREV_A: number; + static R: number; + static G: number; + static B: number; + static A: number; + slotIndex: number; + frames: ArrayLike; + constructor(frameCount: number); + getPropertyId(): number; + setFrame(frameIndex: number, time: number, r: number, g: number, b: number, a: number): void; + apply(skeleton: Skeleton, lastTime: number, time: number, events: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + } + class TwoColorTimeline extends CurveTimeline { + static ENTRIES: number; + static PREV_TIME: number; + static PREV_R: number; + static PREV_G: number; + static PREV_B: number; + static PREV_A: number; + static PREV_R2: number; + static PREV_G2: number; + static PREV_B2: number; + static R: number; + static G: number; + static B: number; + static A: number; + static R2: number; + static G2: number; + static B2: number; + slotIndex: number; + frames: ArrayLike; + constructor(frameCount: number); + getPropertyId(): number; + setFrame(frameIndex: number, time: number, r: number, g: number, b: number, a: number, r2: number, g2: number, b2: number): void; + apply(skeleton: Skeleton, lastTime: number, time: number, events: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + } + class AttachmentTimeline implements Timeline { + slotIndex: number; + frames: ArrayLike; + attachmentNames: Array; + constructor(frameCount: number); + getPropertyId(): number; + getFrameCount(): number; + setFrame(frameIndex: number, time: number, attachmentName: string): void; + apply(skeleton: Skeleton, lastTime: number, time: number, events: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + } + class DeformTimeline extends CurveTimeline { + slotIndex: number; + attachment: VertexAttachment; + frames: ArrayLike; + frameVertices: Array>; + constructor(frameCount: number); + getPropertyId(): number; + setFrame(frameIndex: number, time: number, vertices: ArrayLike): void; + apply(skeleton: Skeleton, lastTime: number, time: number, firedEvents: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + } + class EventTimeline implements Timeline { + frames: ArrayLike; + events: Array; + constructor(frameCount: number); + getPropertyId(): number; + getFrameCount(): number; + setFrame(frameIndex: number, event: Event): void; + apply(skeleton: Skeleton, lastTime: number, time: number, firedEvents: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + } + class DrawOrderTimeline implements Timeline { + frames: ArrayLike; + drawOrders: Array>; + constructor(frameCount: number); + getPropertyId(): number; + getFrameCount(): number; + setFrame(frameIndex: number, time: number, drawOrder: Array): void; + apply(skeleton: Skeleton, lastTime: number, time: number, firedEvents: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + } + class IkConstraintTimeline extends CurveTimeline { + static ENTRIES: number; + static PREV_TIME: number; + static PREV_MIX: number; + static PREV_SOFTNESS: number; + static PREV_BEND_DIRECTION: number; + static PREV_COMPRESS: number; + static PREV_STRETCH: number; + static MIX: number; + static SOFTNESS: number; + static BEND_DIRECTION: number; + static COMPRESS: number; + static STRETCH: number; + ikConstraintIndex: number; + frames: ArrayLike; + constructor(frameCount: number); + getPropertyId(): number; + setFrame(frameIndex: number, time: number, mix: number, softness: number, bendDirection: number, compress: boolean, stretch: boolean): void; + apply(skeleton: Skeleton, lastTime: number, time: number, firedEvents: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + } + class TransformConstraintTimeline extends CurveTimeline { + static ENTRIES: number; + static PREV_TIME: number; + static PREV_ROTATE: number; + static PREV_TRANSLATE: number; + static PREV_SCALE: number; + static PREV_SHEAR: number; + static ROTATE: number; + static TRANSLATE: number; + static SCALE: number; + static SHEAR: number; + transformConstraintIndex: number; + frames: ArrayLike; + constructor(frameCount: number); + getPropertyId(): number; + setFrame(frameIndex: number, time: number, rotateMix: number, translateMix: number, scaleMix: number, shearMix: number): void; + apply(skeleton: Skeleton, lastTime: number, time: number, firedEvents: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + } + class PathConstraintPositionTimeline extends CurveTimeline { + static ENTRIES: number; + static PREV_TIME: number; + static PREV_VALUE: number; + static VALUE: number; + pathConstraintIndex: number; + frames: ArrayLike; + constructor(frameCount: number); + getPropertyId(): number; + setFrame(frameIndex: number, time: number, value: number): void; + apply(skeleton: Skeleton, lastTime: number, time: number, firedEvents: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + } + class PathConstraintSpacingTimeline extends PathConstraintPositionTimeline { + constructor(frameCount: number); + getPropertyId(): number; + apply(skeleton: Skeleton, lastTime: number, time: number, firedEvents: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + } + class PathConstraintMixTimeline extends CurveTimeline { + static ENTRIES: number; + static PREV_TIME: number; + static PREV_ROTATE: number; + static PREV_TRANSLATE: number; + static ROTATE: number; + static TRANSLATE: number; + pathConstraintIndex: number; + frames: ArrayLike; + constructor(frameCount: number); + getPropertyId(): number; + setFrame(frameIndex: number, time: number, rotateMix: number, translateMix: number): void; + apply(skeleton: Skeleton, lastTime: number, time: number, firedEvents: Array, alpha: number, blend: MixBlend, direction: MixDirection): void; + } +} +declare namespace sp.spine { + class AnimationState { + static emptyAnimation: Animation; + static SUBSEQUENT: number; + static FIRST: number; + static HOLD: number; + static HOLD_MIX: number; + static NOT_LAST: number; + data: AnimationStateData; + tracks: TrackEntry[]; + timeScale: number; + events: Event[]; + listeners: AnimationStateListener[]; + queue: EventQueue; + propertyIDs: IntSet; + animationsChanged: boolean; + trackEntryPool: Pool; + constructor(data: AnimationStateData); + update(delta: number): void; + updateMixingFrom(to: TrackEntry, delta: number): boolean; + apply(skeleton: Skeleton): boolean; + applyMixingFrom(to: TrackEntry, skeleton: Skeleton, blend: MixBlend): number; + applyRotateTimeline(timeline: Timeline, skeleton: Skeleton, time: number, alpha: number, blend: MixBlend, timelinesRotation: Array, i: number, firstFrame: boolean): void; + queueEvents(entry: TrackEntry, animationTime: number): void; + clearTracks(): void; + clearTrack(trackIndex: number): void; + setCurrent(index: number, current: TrackEntry, interrupt: boolean): void; + setAnimation(trackIndex: number, animationName: string, loop: boolean): TrackEntry; + setAnimationWith(trackIndex: number, animation: Animation, loop: boolean): TrackEntry; + addAnimation(trackIndex: number, animationName: string, loop: boolean, delay: number): TrackEntry; + addAnimationWith(trackIndex: number, animation: Animation, loop: boolean, delay: number): TrackEntry; + setEmptyAnimation(trackIndex: number, mixDuration: number): TrackEntry; + addEmptyAnimation(trackIndex: number, mixDuration: number, delay: number): TrackEntry; + setEmptyAnimations(mixDuration: number): void; + expandToIndex(index: number): TrackEntry; + trackEntry(trackIndex: number, animation: Animation, loop: boolean, last: TrackEntry): TrackEntry; + disposeNext(entry: TrackEntry): void; + _animationsChanged(): void; + computeHold(entry: TrackEntry): void; + computeNotLast(entry: TrackEntry): void; + getCurrent(trackIndex: number): TrackEntry; + addListener(listener: AnimationStateListener): void; + removeListener(listener: AnimationStateListener): void; + clearListeners(): void; + clearListenerNotifications(): void; + } + class TrackEntry { + animation: Animation; + next: TrackEntry; + mixingFrom: TrackEntry; + mixingTo: TrackEntry; + listener: AnimationStateListener; + trackIndex: number; + loop: boolean; + holdPrevious: boolean; + eventThreshold: number; + attachmentThreshold: number; + drawOrderThreshold: number; + animationStart: number; + animationEnd: number; + animationLast: number; + nextAnimationLast: number; + delay: number; + trackTime: number; + trackLast: number; + nextTrackLast: number; + trackEnd: number; + timeScale: number; + alpha: number; + mixTime: number; + mixDuration: number; + interruptAlpha: number; + totalAlpha: number; + mixBlend: MixBlend; + timelineMode: number[]; + timelineHoldMix: TrackEntry[]; + timelinesRotation: number[]; + reset(): void; + getAnimationTime(): number; + setAnimationLast(animationLast: number): void; + isComplete(): boolean; + resetRotationDirections(): void; + } + class EventQueue { + objects: Array; + drainDisabled: boolean; + animState: AnimationState; + constructor(animState: AnimationState); + start(entry: TrackEntry): void; + interrupt(entry: TrackEntry): void; + end(entry: TrackEntry): void; + dispose(entry: TrackEntry): void; + complete(entry: TrackEntry): void; + event(entry: TrackEntry, event: Event): void; + drain(): void; + clear(): void; + } + enum EventType { + start = 0, + interrupt = 1, + end = 2, + dispose = 3, + complete = 4, + event = 5 + } + interface AnimationStateListener { + start(entry: TrackEntry): void; + interrupt(entry: TrackEntry): void; + end(entry: TrackEntry): void; + dispose(entry: TrackEntry): void; + complete(entry: TrackEntry): void; + event(entry: TrackEntry, event: Event): void; + } + abstract class AnimationStateAdapter implements AnimationStateListener { + start(entry: TrackEntry): void; + interrupt(entry: TrackEntry): void; + end(entry: TrackEntry): void; + dispose(entry: TrackEntry): void; + complete(entry: TrackEntry): void; + event(entry: TrackEntry, event: Event): void; + } +} +declare namespace sp.spine { + class AnimationStateData { + skeletonData: SkeletonData; + animationToMixTime: Map; + defaultMix: number; + constructor(skeletonData: SkeletonData); + setMix(fromName: string, toName: string, duration: number): void; + setMixWith(from: Animation, to: Animation, duration: number): void; + getMix(from: Animation, to: Animation): number; + } +} +declare namespace sp.spine { + class AssetManager implements Disposable { + private pathPrefix; + private textureLoader; + private assets; + private errors; + private toLoad; + private loaded; + constructor(textureLoader: (image: HTMLImageElement) => any, pathPrefix?: string); + private static downloadText; + private static downloadBinary; + loadBinary(path: string, success?: (path: string, binary: Uint8Array) => void, error?: (path: string, error: string) => void): void; + loadText(path: string, success?: (path: string, text: string) => void, error?: (path: string, error: string) => void): void; + loadTexture(path: string, success?: (path: string, image: HTMLImageElement) => void, error?: (path: string, error: string) => void): void; + loadTextureData(path: string, data: string, success?: (path: string, image: HTMLImageElement) => void, error?: (path: string, error: string) => void): void; + loadTextureAtlas(path: string, success?: (path: string, atlas: TextureAtlas) => void, error?: (path: string, error: string) => void): void; + get(path: string): any; + remove(path: string): void; + removeAll(): void; + isLoadingComplete(): boolean; + getToLoad(): number; + getLoaded(): number; + dispose(): void; + hasErrors(): boolean; + getErrors(): Map; + } +} +declare namespace sp.spine { + class AtlasAttachmentLoader implements AttachmentLoader { + atlas: TextureAtlas; + constructor(atlas: TextureAtlas); + newRegionAttachment(skin: Skin, name: string, path: string): RegionAttachment; + newMeshAttachment(skin: Skin, name: string, path: string): MeshAttachment; + newBoundingBoxAttachment(skin: Skin, name: string): BoundingBoxAttachment; + newPathAttachment(skin: Skin, name: string): PathAttachment; + newPointAttachment(skin: Skin, name: string): PointAttachment; + newClippingAttachment(skin: Skin, name: string): ClippingAttachment; + } +} +declare namespace sp.spine { + enum BlendMode { + Normal = 0, + Additive = 1, + Multiply = 2, + Screen = 3 + } +} +declare namespace sp.spine { + class Bone implements Updatable { + data: BoneData; + skeleton: Skeleton; + parent: Bone; + children: Bone[]; + x: number; + y: number; + rotation: number; + scaleX: number; + scaleY: number; + shearX: number; + shearY: number; + ax: number; + ay: number; + arotation: number; + ascaleX: number; + ascaleY: number; + ashearX: number; + ashearY: number; + appliedValid: boolean; + a: number; + b: number; + c: number; + d: number; + worldY: number; + worldX: number; + sorted: boolean; + active: boolean; + constructor(data: BoneData, skeleton: Skeleton, parent: Bone); + isActive(): boolean; + update(): void; + updateWorldTransform(): void; + updateWorldTransformWith(x: number, y: number, rotation: number, scaleX: number, scaleY: number, shearX: number, shearY: number): void; + setToSetupPose(): void; + getWorldRotationX(): number; + getWorldRotationY(): number; + getWorldScaleX(): number; + getWorldScaleY(): number; + updateAppliedTransform(): void; + worldToLocal(world: Vector2): Vector2; + localToWorld(local: Vector2): Vector2; + worldToLocalRotation(worldRotation: number): number; + localToWorldRotation(localRotation: number): number; + rotateWorld(degrees: number): void; + } +} +declare namespace sp.spine { + class BoneData { + index: number; + name: string; + parent: BoneData; + length: number; + x: number; + y: number; + rotation: number; + scaleX: number; + scaleY: number; + shearX: number; + shearY: number; + transformMode: TransformMode; + skinRequired: boolean; + color: Color; + constructor(index: number, name: string, parent: BoneData); + } + enum TransformMode { + Normal = 0, + OnlyTranslation = 1, + NoRotationOrReflection = 2, + NoScale = 3, + NoScaleOrReflection = 4 + } +} +declare namespace sp.spine { + abstract class ConstraintData { + name: string; + order: number; + skinRequired: boolean; + constructor(name: string, order: number, skinRequired: boolean); + } +} +declare namespace sp.spine { + class Event { + data: EventData; + intValue: number; + floatValue: number; + stringValue: string; + time: number; + volume: number; + balance: number; + constructor(time: number, data: EventData); + } +} +declare namespace sp.spine { + class EventData { + name: string; + intValue: number; + floatValue: number; + stringValue: string; + audioPath: string; + volume: number; + balance: number; + constructor(name: string); + } +} +declare namespace sp.spine { + class IkConstraint implements Updatable { + data: IkConstraintData; + bones: Array; + target: Bone; + bendDirection: number; + compress: boolean; + stretch: boolean; + mix: number; + softness: number; + active: boolean; + constructor(data: IkConstraintData, skeleton: Skeleton); + isActive(): boolean; + apply(): void; + update(): void; + apply1(bone: Bone, targetX: number, targetY: number, compress: boolean, stretch: boolean, uniform: boolean, alpha: number): void; + apply2(parent: Bone, child: Bone, targetX: number, targetY: number, bendDir: number, stretch: boolean, softness: number, alpha: number): void; + } +} +declare namespace sp.spine { + class IkConstraintData extends ConstraintData { + bones: BoneData[]; + target: BoneData; + bendDirection: number; + compress: boolean; + stretch: boolean; + uniform: boolean; + mix: number; + softness: number; + constructor(name: string); + } +} +declare namespace sp.spine { + class PathConstraint implements Updatable { + static NONE: number; + static BEFORE: number; + static AFTER: number; + static epsilon: number; + data: PathConstraintData; + bones: Array; + target: Slot; + position: number; + spacing: number; + rotateMix: number; + translateMix: number; + spaces: number[]; + positions: number[]; + world: number[]; + curves: number[]; + lengths: number[]; + segments: number[]; + active: boolean; + constructor(data: PathConstraintData, skeleton: Skeleton); + isActive(): boolean; + apply(): void; + update(): void; + computeWorldPositions(path: PathAttachment, spacesCount: number, tangents: boolean, percentPosition: boolean, percentSpacing: boolean): number[]; + addBeforePosition(p: number, temp: Array, i: number, out: Array, o: number): void; + addAfterPosition(p: number, temp: Array, i: number, out: Array, o: number): void; + addCurvePosition(p: number, x1: number, y1: number, cx1: number, cy1: number, cx2: number, cy2: number, x2: number, y2: number, out: Array, o: number, tangents: boolean): void; + } +} +declare namespace sp.spine { + class PathConstraintData extends ConstraintData { + bones: BoneData[]; + target: SlotData; + positionMode: PositionMode; + spacingMode: SpacingMode; + rotateMode: RotateMode; + offsetRotation: number; + position: number; + spacing: number; + rotateMix: number; + translateMix: number; + constructor(name: string); + } + enum PositionMode { + Fixed = 0, + Percent = 1 + } + enum SpacingMode { + Length = 0, + Fixed = 1, + Percent = 2 + } + enum RotateMode { + Tangent = 0, + Chain = 1, + ChainScale = 2 + } +} +declare namespace sp.spine { + class SharedAssetManager implements Disposable { + private pathPrefix; + private clientAssets; + private queuedAssets; + private rawAssets; + private errors; + constructor(pathPrefix?: string); + private queueAsset; + loadText(clientId: string, path: string): void; + loadJson(clientId: string, path: string): void; + loadTexture(clientId: string, textureLoader: (image: HTMLImageElement) => any, path: string): void; + get(clientId: string, path: string): any; + private updateClientAssets; + isLoadingComplete(clientId: string): boolean; + dispose(): void; + hasErrors(): boolean; + getErrors(): Map; + } +} +declare namespace sp.spine { + class Skeleton { + data: SkeletonData; + bones: Array; + slots: Array; + drawOrder: Array; + ikConstraints: Array; + transformConstraints: Array; + pathConstraints: Array; + _updateCache: Updatable[]; + updateCacheReset: Updatable[]; + skin: Skin; + color: Color; + time: number; + scaleX: number; + scaleY: number; + x: number; + y: number; + constructor(data: SkeletonData); + updateCache(): void; + sortIkConstraint(constraint: IkConstraint): void; + sortPathConstraint(constraint: PathConstraint): void; + sortTransformConstraint(constraint: TransformConstraint): void; + sortPathConstraintAttachment(skin: Skin, slotIndex: number, slotBone: Bone): void; + sortPathConstraintAttachmentWith(attachment: Attachment, slotBone: Bone): void; + sortBone(bone: Bone): void; + sortReset(bones: Array): void; + updateWorldTransform(): void; + setToSetupPose(): void; + setBonesToSetupPose(): void; + setSlotsToSetupPose(): void; + getRootBone(): Bone; + findBone(boneName: string): Bone; + findBoneIndex(boneName: string): number; + findSlot(slotName: string): Slot; + findSlotIndex(slotName: string): number; + setSkinByName(skinName: string): void; + setSkin(newSkin: Skin): void; + getAttachmentByName(slotName: string, attachmentName: string): Attachment; + getAttachment(slotIndex: number, attachmentName: string): Attachment; + setAttachment(slotName: string, attachmentName: string): void; + findIkConstraint(constraintName: string): IkConstraint; + findTransformConstraint(constraintName: string): TransformConstraint; + findPathConstraint(constraintName: string): PathConstraint; + getBounds(offset: Vector2, size: Vector2, temp?: Array): void; + update(delta: number): void; + } +} +declare namespace sp.spine { + class SkeletonBinary { + static AttachmentTypeValues: number[]; + static TransformModeValues: TransformMode[]; + static PositionModeValues: PositionMode[]; + static SpacingModeValues: SpacingMode[]; + static RotateModeValues: RotateMode[]; + static BlendModeValues: BlendMode[]; + static BONE_ROTATE: number; + static BONE_TRANSLATE: number; + static BONE_SCALE: number; + static BONE_SHEAR: number; + static SLOT_ATTACHMENT: number; + static SLOT_COLOR: number; + static SLOT_TWO_COLOR: number; + static PATH_POSITION: number; + static PATH_SPACING: number; + static PATH_MIX: number; + static CURVE_LINEAR: number; + static CURVE_STEPPED: number; + static CURVE_BEZIER: number; + scale: number; + attachmentLoader: AttachmentLoader; + private linkedMeshes; + constructor(attachmentLoader: AttachmentLoader); + readSkeletonData(binary: Uint8Array): SkeletonData; + private readSkin; + private readAttachment; + private readVertices; + private readFloatArray; + private readShortArray; + private readAnimation; + private readCurve; + setCurve(timeline: CurveTimeline, frameIndex: number, cx1: number, cy1: number, cx2: number, cy2: number): void; + } +} +declare namespace sp.spine { + class SkeletonBounds { + minX: number; + minY: number; + maxX: number; + maxY: number; + boundingBoxes: BoundingBoxAttachment[]; + polygons: ArrayLike[]; + private polygonPool; + update(skeleton: Skeleton, updateAabb: boolean): void; + aabbCompute(): void; + aabbContainsPoint(x: number, y: number): boolean; + aabbIntersectsSegment(x1: number, y1: number, x2: number, y2: number): boolean; + aabbIntersectsSkeleton(bounds: SkeletonBounds): boolean; + containsPoint(x: number, y: number): BoundingBoxAttachment; + containsPointPolygon(polygon: ArrayLike, x: number, y: number): boolean; + intersectsSegment(x1: number, y1: number, x2: number, y2: number): BoundingBoxAttachment; + intersectsSegmentPolygon(polygon: ArrayLike, x1: number, y1: number, x2: number, y2: number): boolean; + getPolygon(boundingBox: BoundingBoxAttachment): ArrayLike; + getWidth(): number; + getHeight(): number; + } +} +declare namespace sp.spine { + class SkeletonClipping { + private triangulator; + private clippingPolygon; + private clipOutput; + clippedVertices: number[]; + clippedTriangles: number[]; + private scratch; + private clipAttachment; + private clippingPolygons; + clipStart(slot: Slot, clip: ClippingAttachment): number; + clipEndWithSlot(slot: Slot): void; + clipEnd(): void; + isClipping(): boolean; + clipTriangles(vertices: ArrayLike, verticesLength: number, triangles: ArrayLike, trianglesLength: number, uvs: ArrayLike, light: Color, dark: Color, twoColor: boolean): void; + clip(x1: number, y1: number, x2: number, y2: number, x3: number, y3: number, clippingArea: Array, output: Array): boolean; + static makeClockwise(polygon: ArrayLike): void; + } +} +declare namespace sp.spine { + class SkeletonData { + name: string; + bones: BoneData[]; + slots: SlotData[]; + skins: Skin[]; + defaultSkin: Skin; + events: EventData[]; + animations: Animation[]; + ikConstraints: IkConstraintData[]; + transformConstraints: TransformConstraintData[]; + pathConstraints: PathConstraintData[]; + x: number; + y: number; + width: number; + height: number; + version: string; + hash: string; + fps: number; + imagesPath: string; + audioPath: string; + findBone(boneName: string): BoneData; + findBoneIndex(boneName: string): number; + findSlot(slotName: string): SlotData; + findSlotIndex(slotName: string): number; + findSkin(skinName: string): Skin; + findEvent(eventDataName: string): EventData; + findAnimation(animationName: string): Animation; + findIkConstraint(constraintName: string): IkConstraintData; + findTransformConstraint(constraintName: string): TransformConstraintData; + findPathConstraint(constraintName: string): PathConstraintData; + findPathConstraintIndex(pathConstraintName: string): number; + } +} +declare namespace sp.spine { + class SkeletonJson { + attachmentLoader: AttachmentLoader; + scale: number; + private linkedMeshes; + constructor(attachmentLoader: AttachmentLoader); + readSkeletonData(json: string | any): SkeletonData; + readAttachment(map: any, skin: Skin, slotIndex: number, name: string, skeletonData: SkeletonData): Attachment; + readVertices(map: any, attachment: VertexAttachment, verticesLength: number): void; + readAnimation(map: any, name: string, skeletonData: SkeletonData): void; + readCurve(map: any, timeline: CurveTimeline, frameIndex: number): void; + getValue(map: any, prop: string, defaultValue: any): any; + static blendModeFromString(str: string): BlendMode; + static positionModeFromString(str: string): PositionMode; + static spacingModeFromString(str: string): SpacingMode; + static rotateModeFromString(str: string): RotateMode; + static transformModeFromString(str: string): TransformMode; + } +} +declare namespace sp.spine { + class SkinEntry { + slotIndex: number; + name: string; + attachment: Attachment; + constructor(slotIndex: number, name: string, attachment: Attachment); + } + class Skin { + name: string; + attachments: Map[]; + bones: BoneData[]; + constraints: ConstraintData[]; + constructor(name: string); + setAttachment(slotIndex: number, name: string, attachment: Attachment): void; + addSkin(skin: Skin): void; + copySkin(skin: Skin): void; + getAttachment(slotIndex: number, name: string): Attachment; + removeAttachment(slotIndex: number, name: string): void; + getAttachments(): Array; + getAttachmentsForSlot(slotIndex: number, attachments: Array): void; + clear(): void; + attachAll(skeleton: Skeleton, oldSkin: Skin): void; + } +} +declare namespace sp.spine { + class Slot { + data: SlotData; + bone: Bone; + color: Color; + darkColor: Color; + private attachment; + private attachmentTime; + deform: number[]; + constructor(data: SlotData, bone: Bone); + getSkeleton(): Skeleton; + getAttachment(): Attachment; + setAttachment(attachment: Attachment): void; + setAttachmentTime(time: number): void; + getAttachmentTime(): number; + setToSetupPose(): void; + } +} +declare namespace sp.spine { + class SlotData { + index: number; + name: string; + boneData: BoneData; + color: Color; + darkColor: Color; + attachmentName: string; + blendMode: BlendMode; + constructor(index: number, name: string, boneData: BoneData); + } +} +declare namespace sp.spine { + abstract class Texture { + protected _image: HTMLImageElement; + constructor(image: HTMLImageElement); + getImage(): HTMLImageElement; + abstract setFilters(minFilter: TextureFilter, magFilter: TextureFilter): void; + abstract setWraps(uWrap: TextureWrap, vWrap: TextureWrap): void; + abstract dispose(): void; + static filterFromString(text: string): TextureFilter; + static wrapFromString(text: string): TextureWrap; + } + enum TextureFilter { + Nearest = 9728, + Linear = 9729, + MipMap = 9987, + MipMapNearestNearest = 9984, + MipMapLinearNearest = 9985, + MipMapNearestLinear = 9986, + MipMapLinearLinear = 9987 + } + enum TextureWrap { + MirroredRepeat = 33648, + ClampToEdge = 33071, + Repeat = 10497 + } + class TextureRegion { + renderObject: any; + u: number; + v: number; + u2: number; + v2: number; + width: number; + height: number; + rotate: boolean; + offsetX: number; + offsetY: number; + originalWidth: number; + originalHeight: number; + } + class FakeTexture extends Texture { + setFilters(minFilter: TextureFilter, magFilter: TextureFilter): void; + setWraps(uWrap: TextureWrap, vWrap: TextureWrap): void; + dispose(): void; + } +} +declare namespace sp.spine { + class TextureAtlas implements Disposable { + pages: TextureAtlasPage[]; + regions: TextureAtlasRegion[]; + constructor(atlasText: string, textureLoader: (path: string) => any); + private load; + findRegion(name: string): TextureAtlasRegion; + dispose(): void; + } + class TextureAtlasPage { + name: string; + minFilter: TextureFilter; + magFilter: TextureFilter; + uWrap: TextureWrap; + vWrap: TextureWrap; + texture: Texture; + width: number; + height: number; + } + class TextureAtlasRegion extends TextureRegion { + page: TextureAtlasPage; + name: string; + x: number; + y: number; + index: number; + rotate: boolean; + degrees: number; + texture: Texture; + } +} +declare namespace sp.spine { + class TransformConstraint implements Updatable { + data: TransformConstraintData; + bones: Array; + target: Bone; + rotateMix: number; + translateMix: number; + scaleMix: number; + shearMix: number; + temp: Vector2; + active: boolean; + constructor(data: TransformConstraintData, skeleton: Skeleton); + isActive(): boolean; + apply(): void; + update(): void; + applyAbsoluteWorld(): void; + applyRelativeWorld(): void; + applyAbsoluteLocal(): void; + applyRelativeLocal(): void; + } +} +declare namespace sp.spine { + class TransformConstraintData extends ConstraintData { + bones: BoneData[]; + target: BoneData; + rotateMix: number; + translateMix: number; + scaleMix: number; + shearMix: number; + offsetRotation: number; + offsetX: number; + offsetY: number; + offsetScaleX: number; + offsetScaleY: number; + offsetShearY: number; + relative: boolean; + local: boolean; + constructor(name: string); + } +} +declare namespace sp.spine { + class Triangulator { + private convexPolygons; + private convexPolygonsIndices; + private indicesArray; + private isConcaveArray; + private triangles; + private polygonPool; + private polygonIndicesPool; + triangulate(verticesArray: ArrayLike): Array; + decompose(verticesArray: Array, triangles: Array): Array>; + private static isConcave; + private static positiveArea; + private static winding; + } +} +declare namespace sp.spine { + interface Updatable { + update(): void; + isActive(): boolean; + } +} +declare namespace sp.spine { + interface Map { + [key: string]: T; + } + class IntSet { + array: number[]; + add(value: number): boolean; + contains(value: number): boolean; + remove(value: number): void; + clear(): void; + } + interface Disposable { + dispose(): void; + } + interface Restorable { + restore(): void; + } + class Color { + r: number; + g: number; + b: number; + a: number; + static WHITE: Color; + static RED: Color; + static GREEN: Color; + static BLUE: Color; + static MAGENTA: Color; + constructor(r?: number, g?: number, b?: number, a?: number); + set(r: number, g: number, b: number, a: number): this; + setFromColor(c: Color): this; + setFromString(hex: string): this; + add(r: number, g: number, b: number, a: number): this; + clamp(): this; + static rgba8888ToColor(color: Color, value: number): void; + static rgb888ToColor(color: Color, value: number): void; + } + class MathUtils { + static PI: number; + static PI2: number; + static radiansToDegrees: number; + static radDeg: number; + static degreesToRadians: number; + static degRad: number; + static clamp(value: number, min: number, max: number): number; + static cosDeg(degrees: number): number; + static sinDeg(degrees: number): number; + static signum(value: number): number; + static toInt(x: number): number; + static cbrt(x: number): number; + static randomTriangular(min: number, max: number): number; + static randomTriangularWith(min: number, max: number, mode: number): number; + } + abstract class Interpolation { + protected abstract applyInternal(a: number): number; + apply(start: number, end: number, a: number): number; + } + class Pow extends Interpolation { + protected power: number; + constructor(power: number); + applyInternal(a: number): number; + } + class PowOut extends Pow { + constructor(power: number); + applyInternal(a: number): number; + } + class Utils { + static SUPPORTS_TYPED_ARRAYS: boolean; + static arrayCopy(source: ArrayLike, sourceStart: number, dest: ArrayLike, destStart: number, numElements: number): void; + static setArraySize(array: Array, size: number, value?: any): Array; + static ensureArrayCapacity(array: Array, size: number, value?: any): Array; + static newArray(size: number, defaultValue: T): Array; + static newFloatArray(size: number): ArrayLike; + static newShortArray(size: number): ArrayLike; + static toFloatArray(array: Array): number[] | Float32Array; + static toSinglePrecision(value: number): number; + static webkit602BugfixHelper(alpha: number, blend: MixBlend): void; + static contains(array: Array, element: T, identity?: boolean): boolean; + } + class DebugUtils { + static logBones(skeleton: Skeleton): void; + } + class Pool { + private items; + private instantiator; + constructor(instantiator: () => T); + obtain(): T; + free(item: T): void; + freeAll(items: ArrayLike): void; + clear(): void; + } + class Vector2 { + x: number; + y: number; + constructor(x?: number, y?: number); + set(x: number, y: number): Vector2; + length(): number; + normalize(): this; + } + class TimeKeeper { + maxDelta: number; + framesPerSecond: number; + delta: number; + totalTime: number; + private lastTime; + private frameCount; + private frameTime; + update(): void; + } + interface ArrayLike { + length: number; + [n: number]: T; + } + class WindowedMean { + values: Array; + addedValues: number; + lastValue: number; + mean: number; + dirty: boolean; + constructor(windowSize?: number); + hasEnoughData(): boolean; + addValue(value: number): void; + getMean(): number; + } +} +declare namespace sp.spine { + interface VertexEffect { + begin(skeleton: Skeleton): void; + transform(position: Vector2, uv: Vector2, light: Color, dark: Color): void; + end(): void; + } +} +interface Math { + fround(n: number): number; +} +declare namespace sp.spine { + abstract class Attachment { + name: string; + constructor(name: string); + abstract copy(): Attachment; + } + abstract class VertexAttachment extends Attachment { + private static nextID; + id: number; + bones: Array; + vertices: ArrayLike; + worldVerticesLength: number; + deformAttachment: VertexAttachment; + constructor(name: string); + computeWorldVertices(slot: Slot, start: number, count: number, worldVertices: ArrayLike, offset: number, stride: number): void; + copyTo(attachment: VertexAttachment): void; + } +} +declare namespace sp.spine { + interface AttachmentLoader { + newRegionAttachment(skin: Skin, name: string, path: string): RegionAttachment; + newMeshAttachment(skin: Skin, name: string, path: string): MeshAttachment; + newBoundingBoxAttachment(skin: Skin, name: string): BoundingBoxAttachment; + newPathAttachment(skin: Skin, name: string): PathAttachment; + newPointAttachment(skin: Skin, name: string): PointAttachment; + newClippingAttachment(skin: Skin, name: string): ClippingAttachment; + } +} +declare namespace sp.spine { + enum AttachmentType { + Region = 0, + BoundingBox = 1, + Mesh = 2, + LinkedMesh = 3, + Path = 4, + Point = 5, + Clipping = 6 + } +} +declare namespace sp.spine { + class BoundingBoxAttachment extends VertexAttachment { + color: Color; + constructor(name: string); + copy(): Attachment; + } +} +declare namespace sp.spine { + class ClippingAttachment extends VertexAttachment { + endSlot: SlotData; + color: Color; + constructor(name: string); + copy(): Attachment; + } +} +declare namespace sp.spine { + class MeshAttachment extends VertexAttachment { + region: TextureRegion; + path: string; + regionUVs: ArrayLike; + uvs: ArrayLike; + triangles: Array; + color: Color; + width: number; + height: number; + hullLength: number; + edges: Array; + private parentMesh; + tempColor: Color; + constructor(name: string); + updateUVs(): void; + getParentMesh(): MeshAttachment; + setParentMesh(parentMesh: MeshAttachment): void; + copy(): Attachment; + newLinkedMesh(): MeshAttachment; + } +} +declare namespace sp.spine { + class PathAttachment extends VertexAttachment { + lengths: Array; + closed: boolean; + constantSpeed: boolean; + color: Color; + constructor(name: string); + copy(): Attachment; + } +} +declare namespace sp.spine { + class PointAttachment extends VertexAttachment { + x: number; + y: number; + rotation: number; + color: Color; + constructor(name: string); + computeWorldPosition(bone: Bone, point: Vector2): Vector2; + computeWorldRotation(bone: Bone): number; + copy(): Attachment; + } +} +declare namespace sp.spine { + class RegionAttachment extends Attachment { + static OX1: number; + static OY1: number; + static OX2: number; + static OY2: number; + static OX3: number; + static OY3: number; + static OX4: number; + static OY4: number; + static X1: number; + static Y1: number; + static C1R: number; + static C1G: number; + static C1B: number; + static C1A: number; + static U1: number; + static V1: number; + static X2: number; + static Y2: number; + static C2R: number; + static C2G: number; + static C2B: number; + static C2A: number; + static U2: number; + static V2: number; + static X3: number; + static Y3: number; + static C3R: number; + static C3G: number; + static C3B: number; + static C3A: number; + static U3: number; + static V3: number; + static X4: number; + static Y4: number; + static C4R: number; + static C4G: number; + static C4B: number; + static C4A: number; + static U4: number; + static V4: number; + x: number; + y: number; + scaleX: number; + scaleY: number; + rotation: number; + width: number; + height: number; + color: Color; + path: string; + rendererObject: any; + region: TextureRegion; + offset: ArrayLike; + uvs: ArrayLike; + tempColor: Color; + constructor(name: string); + updateOffset(): void; + setRegion(region: TextureRegion): void; + computeWorldVertices(bone: Bone, worldVertices: ArrayLike, offset: number, stride: number): void; + copy(): Attachment; + } +} +declare namespace sp.spine { + class JitterEffect implements VertexEffect { + jitterX: number; + jitterY: number; + constructor(jitterX: number, jitterY: number); + begin(skeleton: Skeleton): void; + transform(position: Vector2, uv: Vector2, light: Color, dark: Color): void; + end(): void; + } +} +declare namespace sp.spine { + class SwirlEffect implements VertexEffect { + static interpolation: PowOut; + centerX: number; + centerY: number; + radius: number; + angle: number; + private worldX; + private worldY; + constructor(radius: number); + begin(skeleton: Skeleton): void; + transform(position: Vector2, uv: Vector2, light: Color, dark: Color): void; + end(): void; + } +} + +/** + * API for jsb module + * Author: haroel + * Homepage: https://github.com/haroel/creatorexDTS + */ +declare namespace jsb{ + export module reflection{ + /** + * https://docs.cocos.com/creator/manual/zh/advanced-topics/java-reflection.html + * call OBJC/Java static methods + * + * @param className + * @param methodName + * @param methodSignature + * @param parameters + */ + export function callStaticMethod (className: string, methodName: string, methodSignature: string, ...parameters:any): any; + } + /** + * 下载任务对象 + */ + export type DownloaderTask = { requestURL: string, storagePath: string, identifier: string }; + + /** + * Http file downloader for jsb! + */ + export class Downloader{ + /** + * create a download task + * @param requestURL + * @param storagePath + * @param identifier + */ + createDownloadFileTask (requestURL:string, storagePath:string, identifier?:string): DownloaderTask; + + setOnFileTaskSuccess (onSucceed: (task: DownloaderTask) => void): void; + + setOnTaskProgress (onProgress: (task: DownloaderTask, bytesReceived: number, totalBytesReceived: number, totalBytesExpected: number) => void): void; + + setOnTaskError (onError: (task: DownloaderTask, errorCode: number, errorCodeInternal: number, errorStr: string) => void): void; + + } + + export interface ManifestAsset { + md5: string; + path: string; + compressed: boolean; + size: number; + downloadState: number; + } + + export class Manifest { + constructor (manifestUrl: string); + constructor (content: string, manifestRoot: string); + parseFile (manifestUrl: string): void; + parseJSONString (content: string, manifestRoot: string): void; + + getManifestRoot (): string; + getManifestFileUrl (): string; + getVersionFileUrl (): string; + getSearchPaths (): [string]; + getVersion (): string; + getPackageUrl (): boolean; + + setUpdating (isUpdating: boolean): void; + isUpdating (): boolean; + isVersionLoaded (): boolean; + isLoaded (): boolean; + } + + export class EventAssetsManager { + // EventCode + static ERROR_NO_LOCAL_MANIFEST: number; + static ERROR_DOWNLOAD_MANIFEST: number; + static ERROR_PARSE_MANIFEST: number; + static NEW_VERSION_FOUND: number; + static ALREADY_UP_TO_DATE: number; + static UPDATE_PROGRESSION: number; + static ASSET_UPDATED: number; + static ERROR_UPDATING: number; + static UPDATE_FINISHED: number; + static UPDATE_FAILED: number; + static ERROR_DECOMPRESS: number; + + constructor (eventName: string, manager: AssetsManager, eventCode: number, + assetId?: string, message?: string, curleCode?: number, curlmCode?: number); + getAssetsManagerEx (): AssetsManager; + isResuming (): boolean; + + getDownloadedFiles (): number; + getDownloadedBytes (): number; + getTotalFiles (): number; + getTotalBytes (): number; + getPercent (): number; + getPercentByFile (): number; + + getEventCode (): number; + getMessage (): string; + getAssetId (): string; + getCURLECode (): number; + getCURLMCode (): number; + } + + export module AssetsManager { + export enum State { + UNINITED, + UNCHECKED, + PREDOWNLOAD_VERSION, + DOWNLOADING_VERSION, + VERSION_LOADED, + PREDOWNLOAD_MANIFEST, + DOWNLOADING_MANIFEST, + MANIFEST_LOADED, + NEED_UPDATE, + READY_TO_UPDATE, + UPDATING, + UNZIPPING, + UP_TO_DATE, + FAIL_TO_UPDATE, + } + } + + export class AssetsManager { + constructor (manifestUrl: string, storagePath: string, versionCompareHandle?: (versionA: string, versionB: string) => number); + static create (manifestUrl: string, storagePath: string): AssetsManager; + + getState (): AssetsManager.State; + getStoragePath (): string + getMaxConcurrentTask (): number; + // setMaxConcurrentTask (max: number): void; // actually not supported + + checkUpdate (): void; + prepareUpdate (): void; + update (): void; + isResuming (): boolean; + + getDownloadedFiles (): number; + getDownloadedBytes (): number; + getTotalFiles (): number; + getTotalBytes (): number; + downloadFailedAssets (): void; + + getLocalManifest (): Manifest; + loadLocalManifest (manifestUrl: string): boolean; + loadLocalManifest (localManifest: Manifest, storagePath: string): boolean; + getRemoteManifest (): Manifest; + loadRemoteManifest (remoteManifest: Manifest): boolean; + + /** + * Setup your own version compare handler, versionA and B is versions in string. + * if the return value greater than 0, versionA is greater than B, + * if the return value equals 0, versionA equals to B, + * if the return value smaller than 0, versionA is smaller than B. + */ + setVersionCompareHandle (versionCompareHandle?: (versionA: string, versionB: string) => number): void; + /** + * Setup the verification callback, Return true if the verification passed, otherwise return false + */ + setVerifyCallback (verifyCallback: (path: string, asset: ManifestAsset) => boolean): void; + setEventCallback (eventCallback: (event: EventAssetsManager) => void): void; + } + + /** + * FileUtils Helper class to handle file operations. + */ + export module fileUtils{ + /** + * Checks whether the path is an absolute path. + * + * @note On Android, if the parameter passed in is relative to "@assets/", this method will treat it as an absolute path. + * Also on Blackberry, path starts with "app/native/Resources/" is treated as an absolute path. + * + * @param path The path that needs to be checked. + * @return True if it's an absolute path, false if not. + */ + export function isAbsolutePath (path:string):boolean; + /** Returns the fullpath for a given filename. + + First it will try to get a new filename from the "filenameLookup" dictionary. + If a new filename can't be found on the dictionary, it will use the original filename. + Then it will try to obtain the full path of the filename using the FileUtils search rules: resolutions, and search paths. + The file search is based on the array element order of search paths and resolution directories. + + For instance: + + We set two elements("/mnt/sdcard/", "internal_dir/") to search paths vector by setSearchPaths, + and set three elements("resources-ipadhd/", "resources-ipad/", "resources-iphonehd") + to resolutions vector by setSearchResolutionsOrder. The "internal_dir" is relative to "Resources/". + + If we have a file named 'sprite.png', the mapping in fileLookup dictionary contains `key: sprite.png -> value: sprite.pvr.gz`. + Firstly, it will replace 'sprite.png' with 'sprite.pvr.gz', then searching the file sprite.pvr.gz as follows: + + /mnt/sdcard/resources-ipadhd/sprite.pvr.gz (if not found, search next) + /mnt/sdcard/resources-ipad/sprite.pvr.gz (if not found, search next) + /mnt/sdcard/resources-iphonehd/sprite.pvr.gz (if not found, search next) + /mnt/sdcard/sprite.pvr.gz (if not found, search next) + internal_dir/resources-ipadhd/sprite.pvr.gz (if not found, search next) + internal_dir/resources-ipad/sprite.pvr.gz (if not found, search next) + internal_dir/resources-iphonehd/sprite.pvr.gz (if not found, search next) + internal_dir/sprite.pvr.gz (if not found, return "sprite.png") + + If the filename contains relative path like "gamescene/uilayer/sprite.png", + and the mapping in fileLookup dictionary contains `key: gamescene/uilayer/sprite.png -> value: gamescene/uilayer/sprite.pvr.gz`. + The file search order will be: + + /mnt/sdcard/gamescene/uilayer/resources-ipadhd/sprite.pvr.gz (if not found, search next) + /mnt/sdcard/gamescene/uilayer/resources-ipad/sprite.pvr.gz (if not found, search next) + /mnt/sdcard/gamescene/uilayer/resources-iphonehd/sprite.pvr.gz (if not found, search next) + /mnt/sdcard/gamescene/uilayer/sprite.pvr.gz (if not found, search next) + internal_dir/gamescene/uilayer/resources-ipadhd/sprite.pvr.gz (if not found, search next) + internal_dir/gamescene/uilayer/resources-ipad/sprite.pvr.gz (if not found, search next) + internal_dir/gamescene/uilayer/resources-iphonehd/sprite.pvr.gz (if not found, search next) + internal_dir/gamescene/uilayer/sprite.pvr.gz (if not found, return "gamescene/uilayer/sprite.png") + + If the new file can't be found on the file system, it will return the parameter filename directly. + + This method was added to simplify multiplatform support. Whether you are using cocos2d-js or any cross-compilation toolchain like StellaSDK or Apportable, + you might need to load different resources for a given file in the different platforms. + + @since v2.1 + */ + export function fullPathForFilename (filename:string):string; + /** + * Gets string from a file. + */ + export function getStringFromFile (filename:string):string; + /** + * Removes a file. + * + * @param filepath The full path of the file, it must be an absolute path. + * @return True if the file have been removed successfully, false if not. + */ + export function removeFile (filepath:string):boolean; + /** + * Checks whether the path is a directory. + * + * @param dirPath The path of the directory, it could be a relative or an absolute path. + * @return True if the directory exists, false if not. + */ + export function isDirectoryExist (dirPath:string):boolean; + /** + * Normalize: remove . and .. + * @param filepath + */ + export function normalizePath (filepath:string):string; + /** + * Get default resource root path. + */ + export function getDefaultResourceRootPath ():string; + /** + * Loads the filenameLookup dictionary from the contents of a filename. + * + * @note The plist file name should follow the format below: + * + * @code + * + * + * + * + * filenames + * + * sounds/click.wav + * sounds/click.caf + * sounds/endgame.wav + * sounds/endgame.caf + * sounds/gem-0.wav + * sounds/gem-0.caf + * + * metadata + * + * version + * 1 + * + * + * + * @endcode + * @param filename The plist file name. + * + @since v2.1 + * @js loadFilenameLookup + * @lua loadFilenameLookup + */ + export function loadFilenameLookup (filepath:string):void; + /** Checks whether to pop up a message box when failed to load an image. + * @return True if pop up a message box when failed to load an image, false if not. + */ + export function isPopupNotify ():boolean; + /** + * Sets whether to pop-up a message box when failed to load an image. + */ + export function setPopupNotify (notify:boolean):void; + + // Converts the contents of a file to a ValueVector. + // This method is used internally. + export function getValueVectorFromFile (filepath:string):Array; + /** + * Gets the array of search paths. + * + * @return The array of search paths which may contain the prefix of default resource root path. + * @note In best practise, getter function should return the value of setter function passes in. + * But since we should not break the compatibility, we keep using the old logic. + * Therefore, If you want to get the original search paths, please call 'getOriginalSearchPaths()' instead. + * @see fullPathForFilename(const char*). + * @lua NA + */ + export function getSearchPaths ():Array; + /** + * + * @param filepath + */ + export function getFileDir (filepath:string):string; + /** + * write a ValueMap into a plist file + * + *@param dict the ValueMap want to save (key,value) + *@param fullPath The full path to the file you want to save a string + *@return bool + */ + export function writeToFile ( valueMap:any ):boolean; + /** + * Gets the original search path array set by 'setSearchPaths' or 'addSearchPath'. + * @return The array of the original search paths + */ + export function getOriginalSearchPaths ():Array; + /** + * List all files in a directory. + * + * @param dirPath The path of the directory, it could be a relative or an absolute path. + * @return File paths in a string vector + */ + export function listFiles (filepath:string):Array; + /** + * Converts the contents of a file to a ValueMap. + * @param filename The filename of the file to gets content. + * @return ValueMap of the file contents. + * @note This method is used internally. + */ + export function getValueMapFromFile (filepath:string):any; + /** + * Retrieve the file size. + * + * @note If a relative path was passed in, it will be inserted a default root path at the beginning. + * @param filepath The path of the file, it could be a relative or absolute path. + * @return The file size. + */ + export function getFileSize (filepath:string):number; + + /** Converts the contents of a file to a ValueMap. + * This method is used internally. + */ + export function getValueMapFromData (filedata:string,filesize:number):any; + /** + * Removes a directory. + * + * @param dirPath The full path of the directory, it must be an absolute path. + * @return True if the directory have been removed successfully, false if not. + */ + export function removeDirectory (dirPath:string):boolean; + /** + * Sets the array of search paths. + * + * You can use this array to modify the search path of the resources. + * If you want to use "themes" or search resources in the "cache", you can do it easily by adding new entries in this array. + * + * @note This method could access relative path and absolute path. + * If the relative path was passed to the vector, FileUtils will add the default resource directory before the relative path. + * For instance: + * On Android, the default resource root path is "@assets/". + * If "/mnt/sdcard/" and "resources-large" were set to the search paths vector, + * "resources-large" will be converted to "@assets/resources-large" since it was a relative path. + * + * @param searchPaths The array contains search paths. + * @see fullPathForFilename(const char*) + * @since v2.1 + * In js:var setSearchPaths(var jsval); + * @lua NA + */ + export function setSearchPaths ( searchPath:Array):void; + /** + * write a string into a file + * + * @param dataStr the string want to save + * @param fullPath The full path to the file you want to save a string + * @return bool True if write success + */ + export function writeStringToFile (dataStr:string,fullPath:string):boolean; + /** + * Sets the array that contains the search order of the resources. + * + * @param searchResolutionsOrder The source array that contains the search order of the resources. + * @see getSearchResolutionsOrder(), fullPathForFilename(const char*). + * @since v2.1 + * In js:var setSearchResolutionsOrder(var jsval) + * @lua NA + */ + export function setSearchResolutionsOrder (searchResolutionsOrder:Array):void; + /** + * Append search order of the resources. + * + * @see setSearchResolutionsOrder(), fullPathForFilename(). + * @since v2.1 + */ + export function addSearchResolutionsOrder (order:string,front:boolean):void; + /** + * Add search path. + * + * @since v2.1 + */ + export function addSearchPath (path:string,front:boolean):void; + /** + * write ValueVector into a plist file + * + *@param vecData the ValueVector want to save + *@param fullPath The full path to the file you want to save a string + *@return bool + */ + export function writeValueVectorToFile (vecData:Array,fullPath:string):boolean; + /** + * Checks whether a file exists. + * + * @note If a relative path was passed in, it will be inserted a default root path at the beginning. + * @param filename The path of the file, it could be a relative or absolute path. + * @return True if the file exists, false if not. + */ + export function isFileExist (filename:string):boolean; + /**©∫ + * Purges full path caches. + */ + export function purgeCachedEntries ():void; + /** + * Gets full path from a file name and the path of the relative file. + * @param filename The file name. + * @param relativeFile The path of the relative file. + * @return The full path. + * e.g. filename: hello.png, pszRelativeFile: /User/path1/path2/hello.plist + * Return: /User/path1/path2/hello.pvr (If there a a key(hello.png)-value(hello.pvr) in FilenameLookup dictionary. ) + * + */ + export function fullPathFromRelativeFile (filename:string,relativeFile:string):string; + /** + * Windows fopen can't support UTF-8 filename + * Need convert all parameters fopen and other 3rd-party libs + * + * @param filenameUtf8 std::string name file for conversion from utf-8 + * @return std::string ansi filename in current locale + */ + export function getSuitableFOpen (filenameUtf8:string):string; + /** + * write ValueMap into a plist file + * + *@param dict the ValueMap want to save + *@param fullPath The full path to the file you want to save a string + *@return bool + */ + export function writeValueMapToFile (dict:any,fullPath:string):string; + /** + * Gets filename extension is a suffix (separated from the base filename by a dot) in lower case. + * Examples of filename extensions are .png, .jpeg, .exe, .dmg and .txt. + * @param filePath The path of the file, it could be a relative or absolute path. + * @return suffix for filename in lower case or empty if a dot not found. + */ + export function getFileExtension (filePath:string):string; + /** + * Sets writable path. + */ + export function setWritablePath (writablePath:string):void; + /** + * Set default resource root path. + */ + export function setDefaultResourceRootPath (filepath:string):void; + + /** + * Gets the array that contains the search order of the resources. + * + * @see setSearchResolutionsOrder(const std::vector&), fullPathForFilename(const char*). + * @since v2.1 + * @lua NA + */ + export function getSearchResolutionsOrder ():Array; + /** + * Creates a directory. + * + * @param dirPath The path of the directory, it must be an absolute path. + * @return True if the directory have been created successfully, false if not. + */ + export function createDirectory (dirPath:string):string; + /** + * List all files recursively in a directory. + * + * @param dirPath The path of the directory, it could be a relative or an absolute path. + * @return File paths in a string vector + */ + export function listFilesRecursively (dirPath:string, files:Array):void; + /** + * Gets the writable path. + * @return The path that can be write/read a file in + */ + export function getWritablePath ():string; + } +} + +/** Running in the editor. */ +declare const CC_EDITOR: boolean; +/** Preview in browser or simulator. */ +declare const CC_PREVIEW: boolean; +/** Running in the editor or preview. */ +declare const CC_DEV: boolean; +/** Running in the editor or preview, or build in debug mode. */ +declare const CC_DEBUG: boolean; +/** Running in published project. */ +declare const CC_BUILD: boolean; +/** Running in native platforms (mobile app, desktop app, or simulator). */ +declare const CC_JSB: boolean; +/** Running in runtime environments. */ +declare const CC_RUNTIME: boolean; +/** Running in the engine's unit test. */ +declare const CC_TEST: boolean; +/** Running in the WeChat Mini Game. */ +declare const CC_WECHATGAME: boolean; diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..db6991e --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,15 @@ +{ + "compilerOptions": { + "target": "es6", + "module": "commonjs", + "experimentalDecorators": true + }, + "exclude": [ + "node_modules", + ".vscode", + "library", + "local", + "settings", + "temp" + ] +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..61ee454 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,215 @@ +{ + "requires": true, + "lockfileVersion": 1, + "dependencies": { + "@types/node": { + "version": "15.6.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-15.6.1.tgz", + "integrity": "sha512-7EIraBEyRHEe7CH+Fm1XvgqU6uwZN8Q7jppJGcqjROMT29qhAuuOxYB1uEY5UMYQKEmA5D+5tBnhdaPXSsLONA==" + }, + "asn1": { + "version": "0.1.11", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz", + "integrity": "sha1-VZvhg3bQik7E2+gId9J4GGObLfc=" + }, + "assert-plus": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz", + "integrity": "sha1-7nQAlBMALYTOxyGcasgRgS5yMWA=" + }, + "async": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", + "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=" + }, + "aws-sign2": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz", + "integrity": "sha1-xXED96F/wDfwLXwuZLYC6iI/fWM=" + }, + "axios": { + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "requires": { + "follow-redirects": "^1.10.0" + } + }, + "boom": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/boom/-/boom-0.4.2.tgz", + "integrity": "sha1-emNune1O/O+xnO9JR6PGffrukRs=", + "requires": { + "hoek": "0.9.x" + } + }, + "combined-stream": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz", + "integrity": "sha1-ATfmV7qlp1QcV6w3rF/AfXO03B8=", + "requires": { + "delayed-stream": "0.0.5" + } + }, + "cryptiles": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz", + "integrity": "sha1-7ZH/HxetE9N0gohZT4pIoNJvMlw=", + "requires": { + "boom": "0.4.x" + } + }, + "ctype": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz", + "integrity": "sha1-gsGMJGH3QRTvFsE1IkrQuRRMoS8=" + }, + "delayed-stream": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz", + "integrity": "sha1-1LH0OpPoKW3+AmlPRoC8N6MTxz8=" + }, + "follow-redirects": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz", + "integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==" + }, + "forever-agent": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz", + "integrity": "sha1-bQ4JxJIflKJ/Y9O0nF/v8epMUTA=" + }, + "form-data": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz", + "integrity": "sha1-kavXiKupcCsaq/qLwBAxoqyeOxI=", + "requires": { + "async": "~0.9.0", + "combined-stream": "~0.0.4", + "mime": "~1.2.11" + } + }, + "hawk": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hawk/-/hawk-1.0.0.tgz", + "integrity": "sha1-uQuxaYByhUEdp//LjdJZhQLTtS0=", + "requires": { + "boom": "0.4.x", + "cryptiles": "0.2.x", + "hoek": "0.9.x", + "sntp": "0.2.x" + } + }, + "hoek": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz", + "integrity": "sha1-PTIkYrrfB3Fup+uFuviAec3c5QU=" + }, + "http-signature": { + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz", + "integrity": "sha1-T72sEyVZqoMjEh5UB3nAoBKyfmY=", + "requires": { + "asn1": "0.1.11", + "assert-plus": "^0.1.5", + "ctype": "0.5.3" + } + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "mime": { + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz", + "integrity": "sha1-WCA+7Ybjpe8XrtK32evUfwpg3RA=" + }, + "node-google-text-to-speech": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/node-google-text-to-speech/-/node-google-text-to-speech-0.1.0.tgz", + "integrity": "sha1-J3Cw3KP/0yr37CG9sXWmrOkU+2A=", + "requires": { + "request": "2.34.0", + "stream-buffers": "0.2.5" + } + }, + "node-uuid": { + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.8.tgz", + "integrity": "sha1-sEDrCSOWivq/jTL7HxfxFn/auQc=" + }, + "oauth-sign": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz", + "integrity": "sha1-y1QPk7srIqfVlBaRoojWDo6pOG4=" + }, + "psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + }, + "qs": { + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/qs/-/qs-0.6.6.tgz", + "integrity": "sha1-bgFQmP9RlouKPIGQAdXyyJvEsQc=" + }, + "request": { + "version": "2.34.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.34.0.tgz", + "integrity": "sha1-tdi5UmrdSi1GKfTUFxJFc5lkRa4=", + "requires": { + "aws-sign2": "~0.5.0", + "forever-agent": "~0.5.0", + "form-data": "~0.1.0", + "hawk": "~1.0.0", + "http-signature": "~0.10.0", + "json-stringify-safe": "~5.0.0", + "mime": "~1.2.9", + "node-uuid": "~1.4.0", + "oauth-sign": "~0.3.0", + "qs": "~0.6.0", + "tough-cookie": ">=0.12.0", + "tunnel-agent": "~0.3.0" + } + }, + "sntp": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz", + "integrity": "sha1-+4hfGLDzqtGJ+CSGJTa87ux1CQA=", + "requires": { + "hoek": "0.9.x" + } + }, + "stream-buffers": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-0.2.5.tgz", + "integrity": "sha1-+TBTnTzwjXSKNArWE5+Vss60jwU=" + }, + "tough-cookie": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", + "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", + "requires": { + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.1.2" + } + }, + "tunnel-agent": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.3.0.tgz", + "integrity": "sha1-rWgbaPUyGtKCfEz7G31d8s/pQu4=" + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + } + } +} diff --git a/preview-templates/boot.js b/preview-templates/boot.js new file mode 100644 index 0000000..f0ead86 --- /dev/null +++ b/preview-templates/boot.js @@ -0,0 +1,419 @@ +(function () { + 'use strict'; + + // init device resolutions + var devices = [ + { name: 'Apple iPhone 5', width: 320, height: 568, ratio: 2 }, + { name: 'Apple iPhone 6', width: 375, height: 667, ratio: 2 }, + { name: 'Apple iPhone 6 Plus', width: 414, height: 736, ratio: 3 }, + { name: 'Apple iPhone 7', width: 375, height: 667, ratio: 2 }, + { name: 'Apple iPhone 7 Plus', width: 414, height: 736, ratio: 3 }, + { name: 'Apple iPhone X', width: 375, height: 812, ratio: 3 }, + + { name: 'Apple iPad', width: 1024, height: 768, ratio: 2 }, + { name: 'Apple iPad Air 2', width: 768, height: 1024, ratio: 2 }, + { name: 'Apple iPad Pro 10.5-inch', width: 834, height: 1112, ratio: 2 }, + { name: 'Apple iPad Pro 12.9-inch', width: 1024, height: 1366, ratio: 2 }, + + { name: 'Huawei P9', width: 540, height: 960, ratio: 2 }, + { name: 'Huawei Mate9 Pro', width: 720, height: 1280, ratio: 2 }, + + { name: 'Google Nexus 5', width: 360, height: 640, ratio: 3 }, + { name: 'Google Nexus 5X', width: 411, height: 731, ratio: 2.625 }, + { name: 'Google Nexus 6', width: 412, height: 732, ratio: 3.5 }, + { name: 'Google Nexus 7', width: 960, height: 600, ratio: 2 }, + ]; + + function setCSSChecked (element, checked) { + if (checked) { + element.classList.add('checked'); + } + else { + element.classList.remove('checked'); + } + return checked; + } + + function refreshPauseBtnState () { + if (cc.game.isPaused()) { + btnPause.style.borderTopRightRadius = '0'; + btnPause.style.borderBottomRightRadius = '0'; + btnStep.style.borderTopLeftRadius = '0'; + btnStep.style.borderBottomLeftRadius = '0'; + btnStep.style.display = ''; + setCSSChecked(btnPause, true); + } + else { + btnPause.style.borderTopRightRadius = ''; + btnPause.style.borderBottomRightRadius = ''; + btnStep.style.borderTopLeftRadius = ''; + btnStep.style.borderBottomLeftRadius = ''; + btnStep.style.display = 'none'; + setCSSChecked(btnPause, false); + } + } + + var isMobile = function () { + var check = false; + (function(a){if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4)))check = true;})(navigator.userAgent||navigator.vendor||window.opera); + return check; + }; + + // init toolbar + // ======================= + + var designWidth = _CCSettings.designWidth; + var designHeight = _CCSettings.designHeight; + + var rotated = false; + // var paused = false; + var canvas = document.getElementById('GameCanvas'); + var btnRotate = document.getElementById('btn-rotate'); + var optsDevice = document.getElementById('opts-device'); + var btnPause = document.getElementById('btn-pause'); + var btnStep = document.getElementById('btn-step'); + var optsDebugMode = document.getElementById('opts-debug-mode'); + var btnShowFPS = document.getElementById('btn-show-fps'); + var inputSetFPS = document.getElementById('input-set-fps'); + var btnRecompile = document.getElementById('btn-recompile'); + + devices.forEach( function ( info, idx ) { + var opt = document.createElement('option'); + opt.value = idx+1; + opt.text = info.name; + optsDevice.add( opt, null ); + }); + + // coockie + // ======================= + function setCookie (name, value, days) { + days = days || 30; //cookie will be saved for 30 days + var expires = new Date(); + expires.setTime(expires.getTime() + days*24*60*60*1000); + document.cookie = name + '='+ encodeURIComponent(value) + ';expires=' + expires.toGMTString(); + } + + function getCookie (name) { + var arr = document.cookie.match(new RegExp('(^| )' + name + '=([^;]*)(;|$)')); + if(arr !== null) return (arr[2]); + return null; + } + + function isFullScreen () { + var toolbar = document.getElementsByClassName('toolbar')[0]; + return getComputedStyle(toolbar).display === 'none'; + } + + function getEmulatedScreenSize () { + var w, h; + var idx = optsDevice.value; + if ( idx === '0' ) { + w = designWidth; + h = designHeight; + } + else { + var info = devices[parseInt(idx) - 1]; + w = info.width; + h = info.height; + } + return { + width: rotated ? h : w, + height: rotated ? w : h + }; + } + + function showSplash () { + var LOGO_IMG_L_W = 416; + var LOGO_IMG_L_H = 87; + var LOGO_SIZE = 0.4; + + var size = isFullScreen() ? document.documentElement.getBoundingClientRect() : getEmulatedScreenSize(); + var splash = document.getElementById('splash'); + var progressBar = splash.querySelector('.progress-bar span'); + splash.style.width = size.width + 'px'; + splash.style.height = size.height + 'px'; + var marginTop; + if (size.width < size.height) { + // portrait + splash.style.backgroundImage = 'url("app/editor/static/img/logo_portrait.png")'; + splash.style.backgroundSize = '30%'; + marginTop = (size.height - size.width * (1 - LOGO_SIZE)) / 2; + } + else { + var logoDisplayH = size.width * LOGO_SIZE / LOGO_IMG_L_W * LOGO_IMG_L_H; + marginTop = logoDisplayH / 2 * 1.47; + } + progressBar.parentElement.style.marginTop = marginTop + 'px'; + splash.style.display = ''; + progressBar.style.width = '0%'; + + var div = document.getElementById('GameDiv'); + if (div) { + div.style.visibility = 'visible'; + } + + if ( !isMobile() ) { + // make the splash screen in center + canvas.width = size.width; + canvas.height = size.height; + } + } + + // init options + function initPreviewOptions () { + var defaultDevice = getCookie('device'); + var defaultRotate = getCookie('rotate'); + + var hasDefaultDevice = defaultDevice !== null; + var hasDefaultRotate = defaultRotate !== null; + + if (hasDefaultDevice) { + optsDevice.value = parseInt(defaultDevice); + } + + if (hasDefaultRotate && defaultRotate === 'true') { + rotated = !rotated; + setCSSChecked(btnRotate, rotated); + } + + optsDebugMode.value = getCookie('debugMode') || '1'; + setCSSChecked(btnShowFPS, getCookie('showFPS') === 'true'); + inputSetFPS.value = '60'; + + showSplash(); + } + + initPreviewOptions(); + + window.onload = function () { + if (window.__quick_compile_engine__) { + window.__quick_compile_engine__.load(onload); + } + else { + onload(); + } + }; + + function onload () { + + // socket + // ======================= + + // jshint camelcase:false + + var socket = window.__socket_io__(); + socket.on('browser:reload', function () { + window.location.reload(); + }); + socket.on('browser:confirm-reload', function () { + var r = confirm( 'Reload?' ); + if ( r ) { + window.location.reload(); + } + }); + + function updateResolution () { + var size = isFullScreen() ? document.documentElement.getBoundingClientRect() : getEmulatedScreenSize(); + var gameDiv = document.getElementById('GameDiv'); + gameDiv.style.width = size.width + 'px'; + gameDiv.style.height = size.height + 'px'; + + cc.view.setCanvasSize(size.width, size.height); + } + + // init rotate button + btnRotate.addEventListener('click', function () { + rotated = !rotated; + setCSSChecked(btnRotate, rotated); + setCookie('rotate', rotated.toString()); + updateResolution(); + }); + + optsDevice.addEventListener( 'change', function () { + var idx = optsDevice.value; + setCookie('device', idx.toString()); + updateResolution(); + }); + + // init debug modes + optsDebugMode.addEventListener('change', function (event) { + var value = event.target.value; + setCookie('debugMode', value); + cc.debug._resetDebugSetting(parseInt(value)); + }); + + // init pause button + btnPause.addEventListener('click', function () { + var shouldPause = !cc.game.isPaused(); + if (shouldPause) { + cc.game.pause(); + } + else { + cc.game.resume(); + } + refreshPauseBtnState(); + }); + + // init recompile button + btnRecompile.addEventListener('click', function () { + var url = window.location.href + 'update-db'; + var xmlHttp = new XMLHttpRequest(); + xmlHttp.onreadystatechange = function () { + if (xmlHttp.readyState === 4 && xmlHttp.status === 200) { + document.getElementById('recompiling').style.display = 'block'; + } + }; + xmlHttp.open("GET", url, true); // true for asynchronous + xmlHttp.send(null); + }); + + // init step button + btnStep.addEventListener('click', function () { + cc.game.step(); + }); + + // init show fps, true by default + btnShowFPS.addEventListener('click', function () { + var show = !cc.debug.isDisplayStats(); + cc.debug.setDisplayStats(show); + setCSSChecked(btnShowFPS, show); + setCookie('showFPS', show.toString()); + }); + + // init set fps + inputSetFPS.addEventListener('change', function (event) { + var fps = parseInt(inputSetFPS.value); + if (isNaN(fps)) { + fps = 60; + inputSetFPS.value = fps.toString(); + } + cc.game.setFrameRate(fps); + }); + + + // init engine + // ======================= + + var engineInited = false; + + if (isFullScreen()) { + window.addEventListener('resize', updateResolution); + } + + var showFPS = getCookie('showFPS'); + // FPS is on by default + showFPS = showFPS === null ? true : showFPS === 'true'; + + var onStart = function () { + // resize canvas + if (!isFullScreen()) { + updateResolution(); + } + + cc.view.enableRetina(true); + cc.view.resizeWithBrowserSize(true); + + // Loading splash scene + var splash = document.getElementById('splash'); + var progressBar = splash.querySelector('.progress-bar span'); + showSplash(); + + cc.director.once(cc.Director.EVENT_AFTER_SCENE_LAUNCH, function () { + splash.style.display = 'none'; + checkEmptyScene(); + }); + + cc.game.pause(); + + // init assets + engineInited = true; + + cc.assetManager.loadAny({url: 'preview-scene.json', __isNative__: false }, null, function (finish, totalCount) { + var percent = 100 * finish / totalCount; + if (progressBar) { + progressBar.style.width = percent.toFixed(2) + '%'; + } + }, function (err, sceneAsset) { + if (err) { + console.error(err.message, err.stack); + return; + } + var scene = sceneAsset.scene; + scene._name = sceneAsset._name; + // HACK: Change key to uuid from url + cc.assetManager.dependUtil._depends.add(scene._id, cc.assetManager.dependUtil._depends.get('preview-scene.json')); + cc.director.runSceneImmediate(scene, function () { + // play game + cc.game.resume(); + }); + }); + + // purge + //noinspection JSUnresolvedVariable + _CCSettings = undefined; + }; + + var option = { + id: canvas, + debugMode: parseInt(optsDebugMode.value), + showFPS: showFPS, + frameRate: parseInt(inputSetFPS.value), + groupList: _CCSettings.groupList, + collisionMatrix: _CCSettings.collisionMatrix, + }; + + cc.assetManager.init({ + importBase: 'assets/others/import', + nativeBase: 'assets/others/native' + }); + + var RESOURCES = cc.AssetManager.BuiltinBundleName.RESOURCES; + var INTERNAL = cc.AssetManager.BuiltinBundleName.INTERNAL; + var MAIN = cc.AssetManager.BuiltinBundleName.MAIN; + var bundleRoot = [INTERNAL]; + _CCSettings.hasResourcesBundle && bundleRoot.push(RESOURCES); + + var count = 0; + function cb (err) { + if (err) return console.error(err); + count++; + if (count === bundleRoot.length + 1) { + cc.assetManager.loadBundle(MAIN, function (err) { + if (!err) cc.game.run(option, onStart); + }); + } + } + + // load plugins + cc.assetManager.loadScript(_CCSettings.jsList.map(function (x) { return '/plugins/' + x; }), cb); + + // load bundles + for (var i = 0; i < bundleRoot.length; i++) { + cc.assetManager.loadBundle(bundleRoot[i], cb); + } + }; + + function checkEmptyScene () { + var scene = cc.director.getScene(); + if (scene) { + if (scene.children.length > 1) { + return; + } + if (scene.children.length === 1) { + var node = scene.children[0]; + if (node.children.length > 0) { + return; + } + if (node._components.length > 1) { + return; + } + if (node._components.length > 0 && !(node._components[0] instanceof cc.Canvas)) { + return; + } + } + } + document.getElementById('bulletin').style.display = 'block'; + document.getElementById('sceneIsEmpty').style.display = 'block'; + } +})(); + diff --git a/preview-templates/ccc-devtools/LICENSE b/preview-templates/ccc-devtools/LICENSE new file mode 100644 index 0000000..ab60297 --- /dev/null +++ b/preview-templates/ccc-devtools/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/preview-templates/ccc-devtools/README.md b/preview-templates/ccc-devtools/README.md new file mode 100644 index 0000000..b2ba864 --- /dev/null +++ b/preview-templates/ccc-devtools/README.md @@ -0,0 +1,76 @@ +# ccc-devtools +Cocos Creator 网页调试工具,运行时查看、修改节点树,实时更新节点属性,可视化缓存资源。 + +## 功能 + +- 场景节点树实时显示,节点、组件属性实时显示更改 + +![preview](./screenshots/preview1.gif) + +- 可视化缓存资源 + +![preview](./screenshots/preview2.png) + +- 标记场景中节点位置 + +![preview](./screenshots/preview3.png) + +- 输出节点、组件引用到控制台 + +![preview](./screenshots/preview4.png) + +- cc控制台功能扩展 + +![preview](./screenshots/preview5.png) + +## 全局使用 + +1. 点击 Creator 右上角进入编辑器 resources 目录,再依次进入`static/preview-templates`目录 + + ![t1](./screenshots/t1.png) + +2. 根据creator版本将本项目对应分支clone到上面的目录下,**如果使用下载压缩包的方式记得把后缀名-branchname去掉** + + ![t2](./screenshots/t2.png) + +3. 打开 `index.jade`,找到 `body` 将中间部分替换为 `include ./ccc-devtools/index.html`,**注意用tab键对齐** + + ![t3](./screenshots/t3.png) + +## 项目使用 + +Cocos Creator 从 v2.2 开始新增了自定义网页预览功能。 + +1. 重复上面的操作步骤,将修改后的 `preview-templates` 目录拷贝到项目根目录 + +2. 将 `ccc-devtools/index.html` 里所有引用的资源路径 `app/editor/static/preview-templates/ccc-devtools/...` 替换为 `ccc-devtools/...` + +3. 重启 Cocos Creator + +## 自定义 + +- 本项目使用了 vue 和 vuetify,可根据 [vuetify 文档](https://vuetifyjs.com/en/getting-started/quick-start/) 对页面进行修改 + +- 节点、组件显示属性可在 `config.js` 里配置,目前支持 text,number,textarea,color,bool 几种类型 + +## 需求、更新 + +https://github.com/potato47/ccc-devtools + +如果没有更改源码,可直接在目录下 git pull + +论坛讨论地址:https://forum.cocos.com/t/creator-20190201/71578 + +## 贡献指南 + +- 版本号命名规则 https://semver.org/lang/zh-CN/ ,简单来讲,新功能第二位加一,修复bug第三位加一 + +- 如果新增功能请在README中添加预览截图说明 + +- 记得更新version.json中的版本号 + +## 前人种树 + +- https://github.com/vuejs/vue + +- https://github.com/vuetifyjs/vuetify diff --git a/preview-templates/ccc-devtools/config.js b/preview-templates/ccc-devtools/config.js new file mode 100644 index 0000000..1f91255 --- /dev/null +++ b/preview-templates/ccc-devtools/config.js @@ -0,0 +1,54 @@ +const NEX_CONFIG = { + nodeSchema: { + node2d: { + title: 'Node', + key: 'cc.Node', + rows: [ + { name: 'Name', key: 'name', type: 'text' }, + { name: 'X', key: 'x', type: 'number' }, + { name: 'Y', key: 'y', type: 'number' }, + { name: 'Width', key: 'width', type: 'number' }, + { name: 'Height', key: 'height', type: 'number' }, + { name: 'Angle', key: 'angle', type: 'number' }, + { name: 'ScaleX', key: 'scaleX', type: 'number' }, + { name: 'ScaleY', key: 'scaleY', type: 'number' }, + { name: 'Opacity', key: 'opacity', type: 'number' }, + { name: 'Color', key: 'hex_color', type: 'color' }, + { name: 'Group', key: 'group', type: 'text' }, + ] + }, + node3d: { + title: 'Node', + key: 'cc.Node', + rows: [ + // TODO: + ] + }, + }, + componentsSchema: { + 'cc.Camera': { + title: 'cc.Camera', + key: 'cc.Camera', + rows: [ + { name: 'Zoom Ratio', key: 'zoomRatio', type: 'number' }, + { name: 'Depth', key: 'depth', type: 'number' }, + { name: 'Bacground Color', key: 'hex_backgroundColor', rawKey: 'backgroundColor', type: 'color' }, + { name: 'Align with Screen', key: 'alignWithScreen', type: 'bool' }, + ] + }, + 'cc.Sprite': { + key: 'cc.Sprite', + title: 'cc.Sprite', + rows: [] + }, + 'cc.Label': { + title: 'cc.Label', + key: 'cc.Label', + rows: [ + { name: 'String', key: 'string', type: 'textarea' }, + { name: 'Font Size', key: 'fontSize', type: 'number' }, + { name: 'Line Height', key: 'lineHeight', type: 'number' }, + ] + } + } +} \ No newline at end of file diff --git a/preview-templates/ccc-devtools/index.html b/preview-templates/ccc-devtools/index.html new file mode 100644 index 0000000..72dea2a --- /dev/null +++ b/preview-templates/ccc-devtools/index.html @@ -0,0 +1,248 @@ + + + + + + + +
Recompiling...
+ +
+
+ +
+
+ Rotate +
+ + +
+ Show FPS +
+
+ FPS: +
+
+ Pause +
+
+ +
+
+ Recompile +
+ mdi-cloud-search + mdi-forum + mdi-table + mdi-home +
+
+ +
+
Recompiling...
+
+
+ +
+
+ Rotate +
+ + +
+ Show FPS +
+
+ FPS: +
+
+ Pause +
+
+ +
+
+ Recompile +
+
+
+ + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
预览场景中啥都没有,加点什么,或在编辑器中打开其它场景吧
+
+
+
+
+
+
+ + + + + {{ cacheTitle }} + + + + + + + + + + + + + + Close + + + + + + +
+ + + + + + \ No newline at end of file diff --git a/preview-templates/ccc-devtools/libs/css/googlefonts.css b/preview-templates/ccc-devtools/libs/css/googlefonts.css new file mode 100644 index 0000000..8ba71a0 --- /dev/null +++ b/preview-templates/ccc-devtools/libs/css/googlefonts.css @@ -0,0 +1,336 @@ +/* cyrillic-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 100; + src: local('Roboto Thin'), local('Roboto-Thin'), url(../fonts/googlefonts-base.woff2) format('woff2'); + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} +/* cyrillic */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 100; + src: local('Roboto Thin'), local('Roboto-Thin'), url(../fonts/googlefonts-base.woff22) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 100; + src: local('Roboto Thin'), local('Roboto-Thin'), url(../fonts/googlefonts-base.woff22) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 100; + src: local('Roboto Thin'), local('Roboto-Thin'), url(../fonts/googlefonts-base.woff22) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 100; + src: local('Roboto Thin'), local('Roboto-Thin'), url(../fonts/googlefonts-base.woff22) format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 100; + src: local('Roboto Thin'), local('Roboto-Thin'), url(../fonts/googlefonts-base.woff22) format('woff2'); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 100; + src: local('Roboto Thin'), local('Roboto-Thin'), url(../fonts/googlefonts-base.woff2format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} +/* cyrillic-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 300; + src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} +/* cyrillic */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 300; + src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 300; + src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 300; + src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 300; + src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 300; + src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 300; + src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/googlefonts-base.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} +/* cyrillic-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: local('Roboto'), local('Roboto-Regular'), url(../fonts/googlefonts-base.woff2format('woff2'); + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} +/* cyrillic */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: local('Roboto'), local('Roboto-Regular'), url(../fonts/googlefonts-base.woff2format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: local('Roboto'), local('Roboto-Regular'), url(../fonts/googlefonts-base.woff2format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: local('Roboto'), local('Roboto-Regular'), url(../fonts/googlefonts-base.woff2format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: local('Roboto'), local('Roboto-Regular'), url(../fonts/googlefonts-base.woff2format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: local('Roboto'), local('Roboto-Regular'), url(../fonts/googlefonts-base.woff2format('woff2'); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: local('Roboto'), local('Roboto-Regular'), url(../fonts/googlefonts-base.woff2rmat('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} +/* cyrillic-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 500; + src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} +/* cyrillic */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 500; + src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 500; + src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 500; + src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 500; + src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 500; + src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 500; + src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/googlefonts-base.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} +/* cyrillic-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 700; + src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} +/* cyrillic */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 700; + src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 700; + src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 700; + src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 700; + src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 700; + src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 700; + src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/googlefonts-base.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} +/* cyrillic-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 900; + src: local('Roboto Black'), local('Roboto-Black'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} +/* cyrillic */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 900; + src: local('Roboto Black'), local('Roboto-Black'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 900; + src: local('Roboto Black'), local('Roboto-Black'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 900; + src: local('Roboto Black'), local('Roboto-Black'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 900; + src: local('Roboto Black'), local('Roboto-Black'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 900; + src: local('Roboto Black'), local('Roboto-Black'), url(../fonts/googlefonts-base.woff2f2) format('woff2'); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 900; + src: local('Roboto Black'), local('Roboto-Black'), url(../fonts/googlefonts-base.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} diff --git a/preview-templates/ccc-devtools/libs/css/materialdesignicons.min.css b/preview-templates/ccc-devtools/libs/css/materialdesignicons.min.css new file mode 100644 index 0000000..ef4479f --- /dev/null +++ b/preview-templates/ccc-devtools/libs/css/materialdesignicons.min.css @@ -0,0 +1 @@ +@font-face{font-family:"Material Design Icons";src:url("../fonts/materialdesignicons-webfont.eot?v=4.9.95");src:url("../fonts/materialdesignicons-webfont.eot?#iefix&v=4.9.95") format("embedded-opentype"),url("../fonts/materialdesignicons-webfont.woff2?v=4.9.95") format("woff2"),url("../fonts/materialdesignicons-webfont.woff?v=4.9.95") format("woff"),url("../fonts/materialdesignicons-webfont.ttf?v=4.9.95") format("truetype");font-weight:normal;font-style:normal}.mdi:before,.mdi-set{display:inline-block;font:normal normal normal 24px/1 "Material Design Icons";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mdi-ab-testing::before{content:"\F001C"}.mdi-abjad-arabic::before{content:"\F0353"}.mdi-abjad-hebrew::before{content:"\F0354"}.mdi-abugida-devanagari::before{content:"\F0355"}.mdi-abugida-thai::before{content:"\F0356"}.mdi-access-point::before{content:"\F002"}.mdi-access-point-network::before{content:"\F003"}.mdi-access-point-network-off::before{content:"\FBBD"}.mdi-account::before{content:"\F004"}.mdi-account-alert::before{content:"\F005"}.mdi-account-alert-outline::before{content:"\FB2C"}.mdi-account-arrow-left::before{content:"\FB2D"}.mdi-account-arrow-left-outline::before{content:"\FB2E"}.mdi-account-arrow-right::before{content:"\FB2F"}.mdi-account-arrow-right-outline::before{content:"\FB30"}.mdi-account-badge::before{content:"\FD83"}.mdi-account-badge-alert::before{content:"\FD84"}.mdi-account-badge-alert-outline::before{content:"\FD85"}.mdi-account-badge-horizontal::before{content:"\FDF0"}.mdi-account-badge-horizontal-outline::before{content:"\FDF1"}.mdi-account-badge-outline::before{content:"\FD86"}.mdi-account-box::before{content:"\F006"}.mdi-account-box-multiple::before{content:"\F933"}.mdi-account-box-multiple-outline::before{content:"\F002C"}.mdi-account-box-outline::before{content:"\F007"}.mdi-account-cancel::before{content:"\F030A"}.mdi-account-cancel-outline::before{content:"\F030B"}.mdi-account-card-details::before{content:"\F5D2"}.mdi-account-card-details-outline::before{content:"\FD87"}.mdi-account-cash::before{content:"\F00C2"}.mdi-account-cash-outline::before{content:"\F00C3"}.mdi-account-check::before{content:"\F008"}.mdi-account-check-outline::before{content:"\FBBE"}.mdi-account-child::before{content:"\FA88"}.mdi-account-child-circle::before{content:"\FA89"}.mdi-account-child-outline::before{content:"\F00F3"}.mdi-account-circle::before{content:"\F009"}.mdi-account-circle-outline::before{content:"\FB31"}.mdi-account-clock::before{content:"\FB32"}.mdi-account-clock-outline::before{content:"\FB33"}.mdi-account-cog::before{content:"\F039B"}.mdi-account-cog-outline::before{content:"\F039C"}.mdi-account-convert::before{content:"\F00A"}.mdi-account-convert-outline::before{content:"\F032C"}.mdi-account-details::before{content:"\F631"}.mdi-account-details-outline::before{content:"\F039D"}.mdi-account-edit::before{content:"\F6BB"}.mdi-account-edit-outline::before{content:"\F001D"}.mdi-account-group::before{content:"\F848"}.mdi-account-group-outline::before{content:"\FB34"}.mdi-account-heart::before{content:"\F898"}.mdi-account-heart-outline::before{content:"\FBBF"}.mdi-account-key::before{content:"\F00B"}.mdi-account-key-outline::before{content:"\FBC0"}.mdi-account-lock::before{content:"\F0189"}.mdi-account-lock-outline::before{content:"\F018A"}.mdi-account-minus::before{content:"\F00D"}.mdi-account-minus-outline::before{content:"\FAEB"}.mdi-account-multiple::before{content:"\F00E"}.mdi-account-multiple-check::before{content:"\F8C4"}.mdi-account-multiple-check-outline::before{content:"\F0229"}.mdi-account-multiple-minus::before{content:"\F5D3"}.mdi-account-multiple-minus-outline::before{content:"\FBC1"}.mdi-account-multiple-outline::before{content:"\F00F"}.mdi-account-multiple-plus::before{content:"\F010"}.mdi-account-multiple-plus-outline::before{content:"\F7FF"}.mdi-account-multiple-remove::before{content:"\F0235"}.mdi-account-multiple-remove-outline::before{content:"\F0236"}.mdi-account-network::before{content:"\F011"}.mdi-account-network-outline::before{content:"\FBC2"}.mdi-account-off::before{content:"\F012"}.mdi-account-off-outline::before{content:"\FBC3"}.mdi-account-outline::before{content:"\F013"}.mdi-account-plus::before{content:"\F014"}.mdi-account-plus-outline::before{content:"\F800"}.mdi-account-question::before{content:"\FB35"}.mdi-account-question-outline::before{content:"\FB36"}.mdi-account-remove::before{content:"\F015"}.mdi-account-remove-outline::before{content:"\FAEC"}.mdi-account-search::before{content:"\F016"}.mdi-account-search-outline::before{content:"\F934"}.mdi-account-settings::before{content:"\F630"}.mdi-account-settings-outline::before{content:"\F00F4"}.mdi-account-star::before{content:"\F017"}.mdi-account-star-outline::before{content:"\FBC4"}.mdi-account-supervisor::before{content:"\FA8A"}.mdi-account-supervisor-circle::before{content:"\FA8B"}.mdi-account-supervisor-outline::before{content:"\F0158"}.mdi-account-switch::before{content:"\F019"}.mdi-account-tie::before{content:"\FCBF"}.mdi-account-tie-outline::before{content:"\F00F5"}.mdi-account-tie-voice::before{content:"\F0333"}.mdi-account-tie-voice-off::before{content:"\F0335"}.mdi-account-tie-voice-off-outline::before{content:"\F0336"}.mdi-account-tie-voice-outline::before{content:"\F0334"}.mdi-accusoft::before{content:"\F849"}.mdi-adjust::before{content:"\F01A"}.mdi-adobe::before{content:"\F935"}.mdi-adobe-acrobat::before{content:"\FFBD"}.mdi-air-conditioner::before{content:"\F01B"}.mdi-air-filter::before{content:"\FD1F"}.mdi-air-horn::before{content:"\FD88"}.mdi-air-humidifier::before{content:"\F00C4"}.mdi-air-purifier::before{content:"\FD20"}.mdi-airbag::before{content:"\FBC5"}.mdi-airballoon::before{content:"\F01C"}.mdi-airballoon-outline::before{content:"\F002D"}.mdi-airplane::before{content:"\F01D"}.mdi-airplane-landing::before{content:"\F5D4"}.mdi-airplane-off::before{content:"\F01E"}.mdi-airplane-takeoff::before{content:"\F5D5"}.mdi-airplay::before{content:"\F01F"}.mdi-airport::before{content:"\F84A"}.mdi-alarm::before{content:"\F020"}.mdi-alarm-bell::before{content:"\F78D"}.mdi-alarm-check::before{content:"\F021"}.mdi-alarm-light::before{content:"\F78E"}.mdi-alarm-light-outline::before{content:"\FBC6"}.mdi-alarm-multiple::before{content:"\F022"}.mdi-alarm-note::before{content:"\FE8E"}.mdi-alarm-note-off::before{content:"\FE8F"}.mdi-alarm-off::before{content:"\F023"}.mdi-alarm-plus::before{content:"\F024"}.mdi-alarm-snooze::before{content:"\F68D"}.mdi-album::before{content:"\F025"}.mdi-alert::before{content:"\F026"}.mdi-alert-box::before{content:"\F027"}.mdi-alert-box-outline::before{content:"\FCC0"}.mdi-alert-circle::before{content:"\F028"}.mdi-alert-circle-check::before{content:"\F0218"}.mdi-alert-circle-check-outline::before{content:"\F0219"}.mdi-alert-circle-outline::before{content:"\F5D6"}.mdi-alert-decagram::before{content:"\F6BC"}.mdi-alert-decagram-outline::before{content:"\FCC1"}.mdi-alert-octagon::before{content:"\F029"}.mdi-alert-octagon-outline::before{content:"\FCC2"}.mdi-alert-octagram::before{content:"\F766"}.mdi-alert-octagram-outline::before{content:"\FCC3"}.mdi-alert-outline::before{content:"\F02A"}.mdi-alert-rhombus::before{content:"\F01F9"}.mdi-alert-rhombus-outline::before{content:"\F01FA"}.mdi-alien::before{content:"\F899"}.mdi-alien-outline::before{content:"\F00F6"}.mdi-align-horizontal-center::before{content:"\F01EE"}.mdi-align-horizontal-left::before{content:"\F01ED"}.mdi-align-horizontal-right::before{content:"\F01EF"}.mdi-align-vertical-bottom::before{content:"\F01F0"}.mdi-align-vertical-center::before{content:"\F01F1"}.mdi-align-vertical-top::before{content:"\F01F2"}.mdi-all-inclusive::before{content:"\F6BD"}.mdi-allergy::before{content:"\F0283"}.mdi-alpha::before{content:"\F02B"}.mdi-alpha-a::before{content:"\41"}.mdi-alpha-a-box::before{content:"\FAED"}.mdi-alpha-a-box-outline::before{content:"\FBC7"}.mdi-alpha-a-circle::before{content:"\FBC8"}.mdi-alpha-a-circle-outline::before{content:"\FBC9"}.mdi-alpha-b::before{content:"\42"}.mdi-alpha-b-box::before{content:"\FAEE"}.mdi-alpha-b-box-outline::before{content:"\FBCA"}.mdi-alpha-b-circle::before{content:"\FBCB"}.mdi-alpha-b-circle-outline::before{content:"\FBCC"}.mdi-alpha-c::before{content:"\43"}.mdi-alpha-c-box::before{content:"\FAEF"}.mdi-alpha-c-box-outline::before{content:"\FBCD"}.mdi-alpha-c-circle::before{content:"\FBCE"}.mdi-alpha-c-circle-outline::before{content:"\FBCF"}.mdi-alpha-d::before{content:"\44"}.mdi-alpha-d-box::before{content:"\FAF0"}.mdi-alpha-d-box-outline::before{content:"\FBD0"}.mdi-alpha-d-circle::before{content:"\FBD1"}.mdi-alpha-d-circle-outline::before{content:"\FBD2"}.mdi-alpha-e::before{content:"\45"}.mdi-alpha-e-box::before{content:"\FAF1"}.mdi-alpha-e-box-outline::before{content:"\FBD3"}.mdi-alpha-e-circle::before{content:"\FBD4"}.mdi-alpha-e-circle-outline::before{content:"\FBD5"}.mdi-alpha-f::before{content:"\46"}.mdi-alpha-f-box::before{content:"\FAF2"}.mdi-alpha-f-box-outline::before{content:"\FBD6"}.mdi-alpha-f-circle::before{content:"\FBD7"}.mdi-alpha-f-circle-outline::before{content:"\FBD8"}.mdi-alpha-g::before{content:"\47"}.mdi-alpha-g-box::before{content:"\FAF3"}.mdi-alpha-g-box-outline::before{content:"\FBD9"}.mdi-alpha-g-circle::before{content:"\FBDA"}.mdi-alpha-g-circle-outline::before{content:"\FBDB"}.mdi-alpha-h::before{content:"\48"}.mdi-alpha-h-box::before{content:"\FAF4"}.mdi-alpha-h-box-outline::before{content:"\FBDC"}.mdi-alpha-h-circle::before{content:"\FBDD"}.mdi-alpha-h-circle-outline::before{content:"\FBDE"}.mdi-alpha-i::before{content:"\49"}.mdi-alpha-i-box::before{content:"\FAF5"}.mdi-alpha-i-box-outline::before{content:"\FBDF"}.mdi-alpha-i-circle::before{content:"\FBE0"}.mdi-alpha-i-circle-outline::before{content:"\FBE1"}.mdi-alpha-j::before{content:"\4A"}.mdi-alpha-j-box::before{content:"\FAF6"}.mdi-alpha-j-box-outline::before{content:"\FBE2"}.mdi-alpha-j-circle::before{content:"\FBE3"}.mdi-alpha-j-circle-outline::before{content:"\FBE4"}.mdi-alpha-k::before{content:"\4B"}.mdi-alpha-k-box::before{content:"\FAF7"}.mdi-alpha-k-box-outline::before{content:"\FBE5"}.mdi-alpha-k-circle::before{content:"\FBE6"}.mdi-alpha-k-circle-outline::before{content:"\FBE7"}.mdi-alpha-l::before{content:"\4C"}.mdi-alpha-l-box::before{content:"\FAF8"}.mdi-alpha-l-box-outline::before{content:"\FBE8"}.mdi-alpha-l-circle::before{content:"\FBE9"}.mdi-alpha-l-circle-outline::before{content:"\FBEA"}.mdi-alpha-m::before{content:"\4D"}.mdi-alpha-m-box::before{content:"\FAF9"}.mdi-alpha-m-box-outline::before{content:"\FBEB"}.mdi-alpha-m-circle::before{content:"\FBEC"}.mdi-alpha-m-circle-outline::before{content:"\FBED"}.mdi-alpha-n::before{content:"\4E"}.mdi-alpha-n-box::before{content:"\FAFA"}.mdi-alpha-n-box-outline::before{content:"\FBEE"}.mdi-alpha-n-circle::before{content:"\FBEF"}.mdi-alpha-n-circle-outline::before{content:"\FBF0"}.mdi-alpha-o::before{content:"\4F"}.mdi-alpha-o-box::before{content:"\FAFB"}.mdi-alpha-o-box-outline::before{content:"\FBF1"}.mdi-alpha-o-circle::before{content:"\FBF2"}.mdi-alpha-o-circle-outline::before{content:"\FBF3"}.mdi-alpha-p::before{content:"\50"}.mdi-alpha-p-box::before{content:"\FAFC"}.mdi-alpha-p-box-outline::before{content:"\FBF4"}.mdi-alpha-p-circle::before{content:"\FBF5"}.mdi-alpha-p-circle-outline::before{content:"\FBF6"}.mdi-alpha-q::before{content:"\51"}.mdi-alpha-q-box::before{content:"\FAFD"}.mdi-alpha-q-box-outline::before{content:"\FBF7"}.mdi-alpha-q-circle::before{content:"\FBF8"}.mdi-alpha-q-circle-outline::before{content:"\FBF9"}.mdi-alpha-r::before{content:"\52"}.mdi-alpha-r-box::before{content:"\FAFE"}.mdi-alpha-r-box-outline::before{content:"\FBFA"}.mdi-alpha-r-circle::before{content:"\FBFB"}.mdi-alpha-r-circle-outline::before{content:"\FBFC"}.mdi-alpha-s::before{content:"\53"}.mdi-alpha-s-box::before{content:"\FAFF"}.mdi-alpha-s-box-outline::before{content:"\FBFD"}.mdi-alpha-s-circle::before{content:"\FBFE"}.mdi-alpha-s-circle-outline::before{content:"\FBFF"}.mdi-alpha-t::before{content:"\54"}.mdi-alpha-t-box::before{content:"\FB00"}.mdi-alpha-t-box-outline::before{content:"\FC00"}.mdi-alpha-t-circle::before{content:"\FC01"}.mdi-alpha-t-circle-outline::before{content:"\FC02"}.mdi-alpha-u::before{content:"\55"}.mdi-alpha-u-box::before{content:"\FB01"}.mdi-alpha-u-box-outline::before{content:"\FC03"}.mdi-alpha-u-circle::before{content:"\FC04"}.mdi-alpha-u-circle-outline::before{content:"\FC05"}.mdi-alpha-v::before{content:"\56"}.mdi-alpha-v-box::before{content:"\FB02"}.mdi-alpha-v-box-outline::before{content:"\FC06"}.mdi-alpha-v-circle::before{content:"\FC07"}.mdi-alpha-v-circle-outline::before{content:"\FC08"}.mdi-alpha-w::before{content:"\57"}.mdi-alpha-w-box::before{content:"\FB03"}.mdi-alpha-w-box-outline::before{content:"\FC09"}.mdi-alpha-w-circle::before{content:"\FC0A"}.mdi-alpha-w-circle-outline::before{content:"\FC0B"}.mdi-alpha-x::before{content:"\58"}.mdi-alpha-x-box::before{content:"\FB04"}.mdi-alpha-x-box-outline::before{content:"\FC0C"}.mdi-alpha-x-circle::before{content:"\FC0D"}.mdi-alpha-x-circle-outline::before{content:"\FC0E"}.mdi-alpha-y::before{content:"\59"}.mdi-alpha-y-box::before{content:"\FB05"}.mdi-alpha-y-box-outline::before{content:"\FC0F"}.mdi-alpha-y-circle::before{content:"\FC10"}.mdi-alpha-y-circle-outline::before{content:"\FC11"}.mdi-alpha-z::before{content:"\5A"}.mdi-alpha-z-box::before{content:"\FB06"}.mdi-alpha-z-box-outline::before{content:"\FC12"}.mdi-alpha-z-circle::before{content:"\FC13"}.mdi-alpha-z-circle-outline::before{content:"\FC14"}.mdi-alphabet-aurebesh::before{content:"\F0357"}.mdi-alphabet-cyrillic::before{content:"\F0358"}.mdi-alphabet-greek::before{content:"\F0359"}.mdi-alphabet-latin::before{content:"\F035A"}.mdi-alphabet-piqad::before{content:"\F035B"}.mdi-alphabet-tengwar::before{content:"\F0362"}.mdi-alphabetical::before{content:"\F02C"}.mdi-alphabetical-off::before{content:"\F002E"}.mdi-alphabetical-variant::before{content:"\F002F"}.mdi-alphabetical-variant-off::before{content:"\F0030"}.mdi-altimeter::before{content:"\F5D7"}.mdi-amazon::before{content:"\F02D"}.mdi-amazon-alexa::before{content:"\F8C5"}.mdi-amazon-drive::before{content:"\F02E"}.mdi-ambulance::before{content:"\F02F"}.mdi-ammunition::before{content:"\FCC4"}.mdi-ampersand::before{content:"\FA8C"}.mdi-amplifier::before{content:"\F030"}.mdi-amplifier-off::before{content:"\F01E0"}.mdi-anchor::before{content:"\F031"}.mdi-android::before{content:"\F032"}.mdi-android-auto::before{content:"\FA8D"}.mdi-android-debug-bridge::before{content:"\F033"}.mdi-android-head::before{content:"\F78F"}.mdi-android-messages::before{content:"\FD21"}.mdi-android-studio::before{content:"\F034"}.mdi-angle-acute::before{content:"\F936"}.mdi-angle-obtuse::before{content:"\F937"}.mdi-angle-right::before{content:"\F938"}.mdi-angular::before{content:"\F6B1"}.mdi-angularjs::before{content:"\F6BE"}.mdi-animation::before{content:"\F5D8"}.mdi-animation-outline::before{content:"\FA8E"}.mdi-animation-play::before{content:"\F939"}.mdi-animation-play-outline::before{content:"\FA8F"}.mdi-ansible::before{content:"\F00C5"}.mdi-antenna::before{content:"\F0144"}.mdi-anvil::before{content:"\F89A"}.mdi-apache-kafka::before{content:"\F0031"}.mdi-api::before{content:"\F00C6"}.mdi-api-off::before{content:"\F0282"}.mdi-apple::before{content:"\F035"}.mdi-apple-finder::before{content:"\F036"}.mdi-apple-icloud::before{content:"\F038"}.mdi-apple-ios::before{content:"\F037"}.mdi-apple-keyboard-caps::before{content:"\F632"}.mdi-apple-keyboard-command::before{content:"\F633"}.mdi-apple-keyboard-control::before{content:"\F634"}.mdi-apple-keyboard-option::before{content:"\F635"}.mdi-apple-keyboard-shift::before{content:"\F636"}.mdi-apple-safari::before{content:"\F039"}.mdi-application::before{content:"\F614"}.mdi-application-export::before{content:"\FD89"}.mdi-application-import::before{content:"\FD8A"}.mdi-approximately-equal::before{content:"\FFBE"}.mdi-approximately-equal-box::before{content:"\FFBF"}.mdi-apps::before{content:"\F03B"}.mdi-apps-box::before{content:"\FD22"}.mdi-arch::before{content:"\F8C6"}.mdi-archive::before{content:"\F03C"}.mdi-archive-arrow-down::before{content:"\F0284"}.mdi-archive-arrow-down-outline::before{content:"\F0285"}.mdi-archive-arrow-up::before{content:"\F0286"}.mdi-archive-arrow-up-outline::before{content:"\F0287"}.mdi-archive-outline::before{content:"\F0239"}.mdi-arm-flex::before{content:"\F008F"}.mdi-arm-flex-outline::before{content:"\F0090"}.mdi-arrange-bring-forward::before{content:"\F03D"}.mdi-arrange-bring-to-front::before{content:"\F03E"}.mdi-arrange-send-backward::before{content:"\F03F"}.mdi-arrange-send-to-back::before{content:"\F040"}.mdi-arrow-all::before{content:"\F041"}.mdi-arrow-bottom-left::before{content:"\F042"}.mdi-arrow-bottom-left-bold-outline::before{content:"\F9B6"}.mdi-arrow-bottom-left-thick::before{content:"\F9B7"}.mdi-arrow-bottom-right::before{content:"\F043"}.mdi-arrow-bottom-right-bold-outline::before{content:"\F9B8"}.mdi-arrow-bottom-right-thick::before{content:"\F9B9"}.mdi-arrow-collapse::before{content:"\F615"}.mdi-arrow-collapse-all::before{content:"\F044"}.mdi-arrow-collapse-down::before{content:"\F791"}.mdi-arrow-collapse-horizontal::before{content:"\F84B"}.mdi-arrow-collapse-left::before{content:"\F792"}.mdi-arrow-collapse-right::before{content:"\F793"}.mdi-arrow-collapse-up::before{content:"\F794"}.mdi-arrow-collapse-vertical::before{content:"\F84C"}.mdi-arrow-decision::before{content:"\F9BA"}.mdi-arrow-decision-auto::before{content:"\F9BB"}.mdi-arrow-decision-auto-outline::before{content:"\F9BC"}.mdi-arrow-decision-outline::before{content:"\F9BD"}.mdi-arrow-down::before{content:"\F045"}.mdi-arrow-down-bold::before{content:"\F72D"}.mdi-arrow-down-bold-box::before{content:"\F72E"}.mdi-arrow-down-bold-box-outline::before{content:"\F72F"}.mdi-arrow-down-bold-circle::before{content:"\F047"}.mdi-arrow-down-bold-circle-outline::before{content:"\F048"}.mdi-arrow-down-bold-hexagon-outline::before{content:"\F049"}.mdi-arrow-down-bold-outline::before{content:"\F9BE"}.mdi-arrow-down-box::before{content:"\F6BF"}.mdi-arrow-down-circle::before{content:"\FCB7"}.mdi-arrow-down-circle-outline::before{content:"\FCB8"}.mdi-arrow-down-drop-circle::before{content:"\F04A"}.mdi-arrow-down-drop-circle-outline::before{content:"\F04B"}.mdi-arrow-down-thick::before{content:"\F046"}.mdi-arrow-expand::before{content:"\F616"}.mdi-arrow-expand-all::before{content:"\F04C"}.mdi-arrow-expand-down::before{content:"\F795"}.mdi-arrow-expand-horizontal::before{content:"\F84D"}.mdi-arrow-expand-left::before{content:"\F796"}.mdi-arrow-expand-right::before{content:"\F797"}.mdi-arrow-expand-up::before{content:"\F798"}.mdi-arrow-expand-vertical::before{content:"\F84E"}.mdi-arrow-horizontal-lock::before{content:"\F0186"}.mdi-arrow-left::before{content:"\F04D"}.mdi-arrow-left-bold::before{content:"\F730"}.mdi-arrow-left-bold-box::before{content:"\F731"}.mdi-arrow-left-bold-box-outline::before{content:"\F732"}.mdi-arrow-left-bold-circle::before{content:"\F04F"}.mdi-arrow-left-bold-circle-outline::before{content:"\F050"}.mdi-arrow-left-bold-hexagon-outline::before{content:"\F051"}.mdi-arrow-left-bold-outline::before{content:"\F9BF"}.mdi-arrow-left-box::before{content:"\F6C0"}.mdi-arrow-left-circle::before{content:"\FCB9"}.mdi-arrow-left-circle-outline::before{content:"\FCBA"}.mdi-arrow-left-drop-circle::before{content:"\F052"}.mdi-arrow-left-drop-circle-outline::before{content:"\F053"}.mdi-arrow-left-right::before{content:"\FE90"}.mdi-arrow-left-right-bold::before{content:"\FE91"}.mdi-arrow-left-right-bold-outline::before{content:"\F9C0"}.mdi-arrow-left-thick::before{content:"\F04E"}.mdi-arrow-right::before{content:"\F054"}.mdi-arrow-right-bold::before{content:"\F733"}.mdi-arrow-right-bold-box::before{content:"\F734"}.mdi-arrow-right-bold-box-outline::before{content:"\F735"}.mdi-arrow-right-bold-circle::before{content:"\F056"}.mdi-arrow-right-bold-circle-outline::before{content:"\F057"}.mdi-arrow-right-bold-hexagon-outline::before{content:"\F058"}.mdi-arrow-right-bold-outline::before{content:"\F9C1"}.mdi-arrow-right-box::before{content:"\F6C1"}.mdi-arrow-right-circle::before{content:"\FCBB"}.mdi-arrow-right-circle-outline::before{content:"\FCBC"}.mdi-arrow-right-drop-circle::before{content:"\F059"}.mdi-arrow-right-drop-circle-outline::before{content:"\F05A"}.mdi-arrow-right-thick::before{content:"\F055"}.mdi-arrow-split-horizontal::before{content:"\F93A"}.mdi-arrow-split-vertical::before{content:"\F93B"}.mdi-arrow-top-left::before{content:"\F05B"}.mdi-arrow-top-left-bold-outline::before{content:"\F9C2"}.mdi-arrow-top-left-bottom-right::before{content:"\FE92"}.mdi-arrow-top-left-bottom-right-bold::before{content:"\FE93"}.mdi-arrow-top-left-thick::before{content:"\F9C3"}.mdi-arrow-top-right::before{content:"\F05C"}.mdi-arrow-top-right-bold-outline::before{content:"\F9C4"}.mdi-arrow-top-right-bottom-left::before{content:"\FE94"}.mdi-arrow-top-right-bottom-left-bold::before{content:"\FE95"}.mdi-arrow-top-right-thick::before{content:"\F9C5"}.mdi-arrow-up::before{content:"\F05D"}.mdi-arrow-up-bold::before{content:"\F736"}.mdi-arrow-up-bold-box::before{content:"\F737"}.mdi-arrow-up-bold-box-outline::before{content:"\F738"}.mdi-arrow-up-bold-circle::before{content:"\F05F"}.mdi-arrow-up-bold-circle-outline::before{content:"\F060"}.mdi-arrow-up-bold-hexagon-outline::before{content:"\F061"}.mdi-arrow-up-bold-outline::before{content:"\F9C6"}.mdi-arrow-up-box::before{content:"\F6C2"}.mdi-arrow-up-circle::before{content:"\FCBD"}.mdi-arrow-up-circle-outline::before{content:"\FCBE"}.mdi-arrow-up-down::before{content:"\FE96"}.mdi-arrow-up-down-bold::before{content:"\FE97"}.mdi-arrow-up-down-bold-outline::before{content:"\F9C7"}.mdi-arrow-up-drop-circle::before{content:"\F062"}.mdi-arrow-up-drop-circle-outline::before{content:"\F063"}.mdi-arrow-up-thick::before{content:"\F05E"}.mdi-arrow-vertical-lock::before{content:"\F0187"}.mdi-artist::before{content:"\F802"}.mdi-artist-outline::before{content:"\FCC5"}.mdi-artstation::before{content:"\FB37"}.mdi-aspect-ratio::before{content:"\FA23"}.mdi-assistant::before{content:"\F064"}.mdi-asterisk::before{content:"\F6C3"}.mdi-at::before{content:"\F065"}.mdi-atlassian::before{content:"\F803"}.mdi-atm::before{content:"\FD23"}.mdi-atom::before{content:"\F767"}.mdi-atom-variant::before{content:"\FE98"}.mdi-attachment::before{content:"\F066"}.mdi-audio-video::before{content:"\F93C"}.mdi-audio-video-off::before{content:"\F01E1"}.mdi-audiobook::before{content:"\F067"}.mdi-augmented-reality::before{content:"\F84F"}.mdi-auto-download::before{content:"\F03A9"}.mdi-auto-fix::before{content:"\F068"}.mdi-auto-upload::before{content:"\F069"}.mdi-autorenew::before{content:"\F06A"}.mdi-av-timer::before{content:"\F06B"}.mdi-aws::before{content:"\FDF2"}.mdi-axe::before{content:"\F8C7"}.mdi-axis::before{content:"\FD24"}.mdi-axis-arrow::before{content:"\FD25"}.mdi-axis-arrow-lock::before{content:"\FD26"}.mdi-axis-lock::before{content:"\FD27"}.mdi-axis-x-arrow::before{content:"\FD28"}.mdi-axis-x-arrow-lock::before{content:"\FD29"}.mdi-axis-x-rotate-clockwise::before{content:"\FD2A"}.mdi-axis-x-rotate-counterclockwise::before{content:"\FD2B"}.mdi-axis-x-y-arrow-lock::before{content:"\FD2C"}.mdi-axis-y-arrow::before{content:"\FD2D"}.mdi-axis-y-arrow-lock::before{content:"\FD2E"}.mdi-axis-y-rotate-clockwise::before{content:"\FD2F"}.mdi-axis-y-rotate-counterclockwise::before{content:"\FD30"}.mdi-axis-z-arrow::before{content:"\FD31"}.mdi-axis-z-arrow-lock::before{content:"\FD32"}.mdi-axis-z-rotate-clockwise::before{content:"\FD33"}.mdi-axis-z-rotate-counterclockwise::before{content:"\FD34"}.mdi-azure::before{content:"\F804"}.mdi-azure-devops::before{content:"\F0091"}.mdi-babel::before{content:"\FA24"}.mdi-baby::before{content:"\F06C"}.mdi-baby-bottle::before{content:"\FF56"}.mdi-baby-bottle-outline::before{content:"\FF57"}.mdi-baby-carriage::before{content:"\F68E"}.mdi-baby-carriage-off::before{content:"\FFC0"}.mdi-baby-face::before{content:"\FE99"}.mdi-baby-face-outline::before{content:"\FE9A"}.mdi-backburger::before{content:"\F06D"}.mdi-backspace::before{content:"\F06E"}.mdi-backspace-outline::before{content:"\FB38"}.mdi-backspace-reverse::before{content:"\FE9B"}.mdi-backspace-reverse-outline::before{content:"\FE9C"}.mdi-backup-restore::before{content:"\F06F"}.mdi-bacteria::before{content:"\FEF2"}.mdi-bacteria-outline::before{content:"\FEF3"}.mdi-badminton::before{content:"\F850"}.mdi-bag-carry-on::before{content:"\FF58"}.mdi-bag-carry-on-check::before{content:"\FD41"}.mdi-bag-carry-on-off::before{content:"\FF59"}.mdi-bag-checked::before{content:"\FF5A"}.mdi-bag-personal::before{content:"\FDF3"}.mdi-bag-personal-off::before{content:"\FDF4"}.mdi-bag-personal-off-outline::before{content:"\FDF5"}.mdi-bag-personal-outline::before{content:"\FDF6"}.mdi-baguette::before{content:"\FF5B"}.mdi-balloon::before{content:"\FA25"}.mdi-ballot::before{content:"\F9C8"}.mdi-ballot-outline::before{content:"\F9C9"}.mdi-ballot-recount::before{content:"\FC15"}.mdi-ballot-recount-outline::before{content:"\FC16"}.mdi-bandage::before{content:"\FD8B"}.mdi-bandcamp::before{content:"\F674"}.mdi-bank::before{content:"\F070"}.mdi-bank-minus::before{content:"\FD8C"}.mdi-bank-outline::before{content:"\FE9D"}.mdi-bank-plus::before{content:"\FD8D"}.mdi-bank-remove::before{content:"\FD8E"}.mdi-bank-transfer::before{content:"\FA26"}.mdi-bank-transfer-in::before{content:"\FA27"}.mdi-bank-transfer-out::before{content:"\FA28"}.mdi-barcode::before{content:"\F071"}.mdi-barcode-off::before{content:"\F0261"}.mdi-barcode-scan::before{content:"\F072"}.mdi-barley::before{content:"\F073"}.mdi-barley-off::before{content:"\FB39"}.mdi-barn::before{content:"\FB3A"}.mdi-barrel::before{content:"\F074"}.mdi-baseball::before{content:"\F851"}.mdi-baseball-bat::before{content:"\F852"}.mdi-basecamp::before{content:"\F075"}.mdi-bash::before{content:"\F01AE"}.mdi-basket::before{content:"\F076"}.mdi-basket-fill::before{content:"\F077"}.mdi-basket-outline::before{content:"\F01AC"}.mdi-basket-unfill::before{content:"\F078"}.mdi-basketball::before{content:"\F805"}.mdi-basketball-hoop::before{content:"\FC17"}.mdi-basketball-hoop-outline::before{content:"\FC18"}.mdi-bat::before{content:"\FB3B"}.mdi-battery::before{content:"\F079"}.mdi-battery-10::before{content:"\F07A"}.mdi-battery-10-bluetooth::before{content:"\F93D"}.mdi-battery-20::before{content:"\F07B"}.mdi-battery-20-bluetooth::before{content:"\F93E"}.mdi-battery-30::before{content:"\F07C"}.mdi-battery-30-bluetooth::before{content:"\F93F"}.mdi-battery-40::before{content:"\F07D"}.mdi-battery-40-bluetooth::before{content:"\F940"}.mdi-battery-50::before{content:"\F07E"}.mdi-battery-50-bluetooth::before{content:"\F941"}.mdi-battery-60::before{content:"\F07F"}.mdi-battery-60-bluetooth::before{content:"\F942"}.mdi-battery-70::before{content:"\F080"}.mdi-battery-70-bluetooth::before{content:"\F943"}.mdi-battery-80::before{content:"\F081"}.mdi-battery-80-bluetooth::before{content:"\F944"}.mdi-battery-90::before{content:"\F082"}.mdi-battery-90-bluetooth::before{content:"\F945"}.mdi-battery-alert::before{content:"\F083"}.mdi-battery-alert-bluetooth::before{content:"\F946"}.mdi-battery-alert-variant::before{content:"\F00F7"}.mdi-battery-alert-variant-outline::before{content:"\F00F8"}.mdi-battery-bluetooth::before{content:"\F947"}.mdi-battery-bluetooth-variant::before{content:"\F948"}.mdi-battery-charging::before{content:"\F084"}.mdi-battery-charging-10::before{content:"\F89B"}.mdi-battery-charging-100::before{content:"\F085"}.mdi-battery-charging-20::before{content:"\F086"}.mdi-battery-charging-30::before{content:"\F087"}.mdi-battery-charging-40::before{content:"\F088"}.mdi-battery-charging-50::before{content:"\F89C"}.mdi-battery-charging-60::before{content:"\F089"}.mdi-battery-charging-70::before{content:"\F89D"}.mdi-battery-charging-80::before{content:"\F08A"}.mdi-battery-charging-90::before{content:"\F08B"}.mdi-battery-charging-high::before{content:"\F02D1"}.mdi-battery-charging-low::before{content:"\F02CF"}.mdi-battery-charging-medium::before{content:"\F02D0"}.mdi-battery-charging-outline::before{content:"\F89E"}.mdi-battery-charging-wireless::before{content:"\F806"}.mdi-battery-charging-wireless-10::before{content:"\F807"}.mdi-battery-charging-wireless-20::before{content:"\F808"}.mdi-battery-charging-wireless-30::before{content:"\F809"}.mdi-battery-charging-wireless-40::before{content:"\F80A"}.mdi-battery-charging-wireless-50::before{content:"\F80B"}.mdi-battery-charging-wireless-60::before{content:"\F80C"}.mdi-battery-charging-wireless-70::before{content:"\F80D"}.mdi-battery-charging-wireless-80::before{content:"\F80E"}.mdi-battery-charging-wireless-90::before{content:"\F80F"}.mdi-battery-charging-wireless-alert::before{content:"\F810"}.mdi-battery-charging-wireless-outline::before{content:"\F811"}.mdi-battery-heart::before{content:"\F023A"}.mdi-battery-heart-outline::before{content:"\F023B"}.mdi-battery-heart-variant::before{content:"\F023C"}.mdi-battery-high::before{content:"\F02CE"}.mdi-battery-low::before{content:"\F02CC"}.mdi-battery-medium::before{content:"\F02CD"}.mdi-battery-minus::before{content:"\F08C"}.mdi-battery-negative::before{content:"\F08D"}.mdi-battery-off::before{content:"\F0288"}.mdi-battery-off-outline::before{content:"\F0289"}.mdi-battery-outline::before{content:"\F08E"}.mdi-battery-plus::before{content:"\F08F"}.mdi-battery-positive::before{content:"\F090"}.mdi-battery-unknown::before{content:"\F091"}.mdi-battery-unknown-bluetooth::before{content:"\F949"}.mdi-battlenet::before{content:"\FB3C"}.mdi-beach::before{content:"\F092"}.mdi-beaker::before{content:"\FCC6"}.mdi-beaker-alert::before{content:"\F0254"}.mdi-beaker-alert-outline::before{content:"\F0255"}.mdi-beaker-check::before{content:"\F0256"}.mdi-beaker-check-outline::before{content:"\F0257"}.mdi-beaker-minus::before{content:"\F0258"}.mdi-beaker-minus-outline::before{content:"\F0259"}.mdi-beaker-outline::before{content:"\F68F"}.mdi-beaker-plus::before{content:"\F025A"}.mdi-beaker-plus-outline::before{content:"\F025B"}.mdi-beaker-question::before{content:"\F025C"}.mdi-beaker-question-outline::before{content:"\F025D"}.mdi-beaker-remove::before{content:"\F025E"}.mdi-beaker-remove-outline::before{content:"\F025F"}.mdi-beats::before{content:"\F097"}.mdi-bed-double::before{content:"\F0092"}.mdi-bed-double-outline::before{content:"\F0093"}.mdi-bed-empty::before{content:"\F89F"}.mdi-bed-king::before{content:"\F0094"}.mdi-bed-king-outline::before{content:"\F0095"}.mdi-bed-queen::before{content:"\F0096"}.mdi-bed-queen-outline::before{content:"\F0097"}.mdi-bed-single::before{content:"\F0098"}.mdi-bed-single-outline::before{content:"\F0099"}.mdi-bee::before{content:"\FFC1"}.mdi-bee-flower::before{content:"\FFC2"}.mdi-beehive-outline::before{content:"\F00F9"}.mdi-beer::before{content:"\F098"}.mdi-beer-outline::before{content:"\F0337"}.mdi-behance::before{content:"\F099"}.mdi-bell::before{content:"\F09A"}.mdi-bell-alert::before{content:"\FD35"}.mdi-bell-alert-outline::before{content:"\FE9E"}.mdi-bell-check::before{content:"\F0210"}.mdi-bell-check-outline::before{content:"\F0211"}.mdi-bell-circle::before{content:"\FD36"}.mdi-bell-circle-outline::before{content:"\FD37"}.mdi-bell-off::before{content:"\F09B"}.mdi-bell-off-outline::before{content:"\FA90"}.mdi-bell-outline::before{content:"\F09C"}.mdi-bell-plus::before{content:"\F09D"}.mdi-bell-plus-outline::before{content:"\FA91"}.mdi-bell-ring::before{content:"\F09E"}.mdi-bell-ring-outline::before{content:"\F09F"}.mdi-bell-sleep::before{content:"\F0A0"}.mdi-bell-sleep-outline::before{content:"\FA92"}.mdi-beta::before{content:"\F0A1"}.mdi-betamax::before{content:"\F9CA"}.mdi-biathlon::before{content:"\FDF7"}.mdi-bible::before{content:"\F0A2"}.mdi-bicycle::before{content:"\F00C7"}.mdi-bicycle-basket::before{content:"\F0260"}.mdi-bike::before{content:"\F0A3"}.mdi-bike-fast::before{content:"\F014A"}.mdi-billboard::before{content:"\F0032"}.mdi-billiards::before{content:"\FB3D"}.mdi-billiards-rack::before{content:"\FB3E"}.mdi-bing::before{content:"\F0A4"}.mdi-binoculars::before{content:"\F0A5"}.mdi-bio::before{content:"\F0A6"}.mdi-biohazard::before{content:"\F0A7"}.mdi-bitbucket::before{content:"\F0A8"}.mdi-bitcoin::before{content:"\F812"}.mdi-black-mesa::before{content:"\F0A9"}.mdi-blackberry::before{content:"\F0AA"}.mdi-blender::before{content:"\FCC7"}.mdi-blender-software::before{content:"\F0AB"}.mdi-blinds::before{content:"\F0AC"}.mdi-blinds-open::before{content:"\F0033"}.mdi-block-helper::before{content:"\F0AD"}.mdi-blogger::before{content:"\F0AE"}.mdi-blood-bag::before{content:"\FCC8"}.mdi-bluetooth::before{content:"\F0AF"}.mdi-bluetooth-audio::before{content:"\F0B0"}.mdi-bluetooth-connect::before{content:"\F0B1"}.mdi-bluetooth-off::before{content:"\F0B2"}.mdi-bluetooth-settings::before{content:"\F0B3"}.mdi-bluetooth-transfer::before{content:"\F0B4"}.mdi-blur::before{content:"\F0B5"}.mdi-blur-linear::before{content:"\F0B6"}.mdi-blur-off::before{content:"\F0B7"}.mdi-blur-radial::before{content:"\F0B8"}.mdi-bolnisi-cross::before{content:"\FCC9"}.mdi-bolt::before{content:"\FD8F"}.mdi-bomb::before{content:"\F690"}.mdi-bomb-off::before{content:"\F6C4"}.mdi-bone::before{content:"\F0B9"}.mdi-book::before{content:"\F0BA"}.mdi-book-information-variant::before{content:"\F009A"}.mdi-book-lock::before{content:"\F799"}.mdi-book-lock-open::before{content:"\F79A"}.mdi-book-minus::before{content:"\F5D9"}.mdi-book-minus-multiple::before{content:"\FA93"}.mdi-book-multiple::before{content:"\F0BB"}.mdi-book-open::before{content:"\F0BD"}.mdi-book-open-outline::before{content:"\FB3F"}.mdi-book-open-page-variant::before{content:"\F5DA"}.mdi-book-open-variant::before{content:"\F0BE"}.mdi-book-outline::before{content:"\FB40"}.mdi-book-play::before{content:"\FE9F"}.mdi-book-play-outline::before{content:"\FEA0"}.mdi-book-plus::before{content:"\F5DB"}.mdi-book-plus-multiple::before{content:"\FA94"}.mdi-book-remove::before{content:"\FA96"}.mdi-book-remove-multiple::before{content:"\FA95"}.mdi-book-search::before{content:"\FEA1"}.mdi-book-search-outline::before{content:"\FEA2"}.mdi-book-variant::before{content:"\F0BF"}.mdi-book-variant-multiple::before{content:"\F0BC"}.mdi-bookmark::before{content:"\F0C0"}.mdi-bookmark-check::before{content:"\F0C1"}.mdi-bookmark-check-outline::before{content:"\F03A6"}.mdi-bookmark-minus::before{content:"\F9CB"}.mdi-bookmark-minus-outline::before{content:"\F9CC"}.mdi-bookmark-multiple::before{content:"\FDF8"}.mdi-bookmark-multiple-outline::before{content:"\FDF9"}.mdi-bookmark-music::before{content:"\F0C2"}.mdi-bookmark-music-outline::before{content:"\F03A4"}.mdi-bookmark-off::before{content:"\F9CD"}.mdi-bookmark-off-outline::before{content:"\F9CE"}.mdi-bookmark-outline::before{content:"\F0C3"}.mdi-bookmark-plus::before{content:"\F0C5"}.mdi-bookmark-plus-outline::before{content:"\F0C4"}.mdi-bookmark-remove::before{content:"\F0C6"}.mdi-bookmark-remove-outline::before{content:"\F03A5"}.mdi-bookshelf::before{content:"\F028A"}.mdi-boom-gate::before{content:"\FEA3"}.mdi-boom-gate-alert::before{content:"\FEA4"}.mdi-boom-gate-alert-outline::before{content:"\FEA5"}.mdi-boom-gate-down::before{content:"\FEA6"}.mdi-boom-gate-down-outline::before{content:"\FEA7"}.mdi-boom-gate-outline::before{content:"\FEA8"}.mdi-boom-gate-up::before{content:"\FEA9"}.mdi-boom-gate-up-outline::before{content:"\FEAA"}.mdi-boombox::before{content:"\F5DC"}.mdi-boomerang::before{content:"\F00FA"}.mdi-bootstrap::before{content:"\F6C5"}.mdi-border-all::before{content:"\F0C7"}.mdi-border-all-variant::before{content:"\F8A0"}.mdi-border-bottom::before{content:"\F0C8"}.mdi-border-bottom-variant::before{content:"\F8A1"}.mdi-border-color::before{content:"\F0C9"}.mdi-border-horizontal::before{content:"\F0CA"}.mdi-border-inside::before{content:"\F0CB"}.mdi-border-left::before{content:"\F0CC"}.mdi-border-left-variant::before{content:"\F8A2"}.mdi-border-none::before{content:"\F0CD"}.mdi-border-none-variant::before{content:"\F8A3"}.mdi-border-outside::before{content:"\F0CE"}.mdi-border-right::before{content:"\F0CF"}.mdi-border-right-variant::before{content:"\F8A4"}.mdi-border-style::before{content:"\F0D0"}.mdi-border-top::before{content:"\F0D1"}.mdi-border-top-variant::before{content:"\F8A5"}.mdi-border-vertical::before{content:"\F0D2"}.mdi-bottle-soda::before{content:"\F009B"}.mdi-bottle-soda-classic::before{content:"\F009C"}.mdi-bottle-soda-classic-outline::before{content:"\F038E"}.mdi-bottle-soda-outline::before{content:"\F009D"}.mdi-bottle-tonic::before{content:"\F0159"}.mdi-bottle-tonic-outline::before{content:"\F015A"}.mdi-bottle-tonic-plus::before{content:"\F015B"}.mdi-bottle-tonic-plus-outline::before{content:"\F015C"}.mdi-bottle-tonic-skull::before{content:"\F015D"}.mdi-bottle-tonic-skull-outline::before{content:"\F015E"}.mdi-bottle-wine::before{content:"\F853"}.mdi-bottle-wine-outline::before{content:"\F033B"}.mdi-bow-tie::before{content:"\F677"}.mdi-bowl::before{content:"\F617"}.mdi-bowling::before{content:"\F0D3"}.mdi-box::before{content:"\F0D4"}.mdi-box-cutter::before{content:"\F0D5"}.mdi-box-shadow::before{content:"\F637"}.mdi-boxing-glove::before{content:"\FB41"}.mdi-braille::before{content:"\F9CF"}.mdi-brain::before{content:"\F9D0"}.mdi-bread-slice::before{content:"\FCCA"}.mdi-bread-slice-outline::before{content:"\FCCB"}.mdi-bridge::before{content:"\F618"}.mdi-briefcase::before{content:"\F0D6"}.mdi-briefcase-account::before{content:"\FCCC"}.mdi-briefcase-account-outline::before{content:"\FCCD"}.mdi-briefcase-check::before{content:"\F0D7"}.mdi-briefcase-check-outline::before{content:"\F0349"}.mdi-briefcase-clock::before{content:"\F00FB"}.mdi-briefcase-clock-outline::before{content:"\F00FC"}.mdi-briefcase-download::before{content:"\F0D8"}.mdi-briefcase-download-outline::before{content:"\FC19"}.mdi-briefcase-edit::before{content:"\FA97"}.mdi-briefcase-edit-outline::before{content:"\FC1A"}.mdi-briefcase-minus::before{content:"\FA29"}.mdi-briefcase-minus-outline::before{content:"\FC1B"}.mdi-briefcase-outline::before{content:"\F813"}.mdi-briefcase-plus::before{content:"\FA2A"}.mdi-briefcase-plus-outline::before{content:"\FC1C"}.mdi-briefcase-remove::before{content:"\FA2B"}.mdi-briefcase-remove-outline::before{content:"\FC1D"}.mdi-briefcase-search::before{content:"\FA2C"}.mdi-briefcase-search-outline::before{content:"\FC1E"}.mdi-briefcase-upload::before{content:"\F0D9"}.mdi-briefcase-upload-outline::before{content:"\FC1F"}.mdi-brightness-1::before{content:"\F0DA"}.mdi-brightness-2::before{content:"\F0DB"}.mdi-brightness-3::before{content:"\F0DC"}.mdi-brightness-4::before{content:"\F0DD"}.mdi-brightness-5::before{content:"\F0DE"}.mdi-brightness-6::before{content:"\F0DF"}.mdi-brightness-7::before{content:"\F0E0"}.mdi-brightness-auto::before{content:"\F0E1"}.mdi-brightness-percent::before{content:"\FCCE"}.mdi-broom::before{content:"\F0E2"}.mdi-brush::before{content:"\F0E3"}.mdi-buddhism::before{content:"\F94A"}.mdi-buffer::before{content:"\F619"}.mdi-bug::before{content:"\F0E4"}.mdi-bug-check::before{content:"\FA2D"}.mdi-bug-check-outline::before{content:"\FA2E"}.mdi-bug-outline::before{content:"\FA2F"}.mdi-bugle::before{content:"\FD90"}.mdi-bulldozer::before{content:"\FB07"}.mdi-bullet::before{content:"\FCCF"}.mdi-bulletin-board::before{content:"\F0E5"}.mdi-bullhorn::before{content:"\F0E6"}.mdi-bullhorn-outline::before{content:"\FB08"}.mdi-bullseye::before{content:"\F5DD"}.mdi-bullseye-arrow::before{content:"\F8C8"}.mdi-bulma::before{content:"\F0312"}.mdi-bunk-bed::before{content:"\F032D"}.mdi-bus::before{content:"\F0E7"}.mdi-bus-alert::before{content:"\FA98"}.mdi-bus-articulated-end::before{content:"\F79B"}.mdi-bus-articulated-front::before{content:"\F79C"}.mdi-bus-clock::before{content:"\F8C9"}.mdi-bus-double-decker::before{content:"\F79D"}.mdi-bus-marker::before{content:"\F023D"}.mdi-bus-multiple::before{content:"\FF5C"}.mdi-bus-school::before{content:"\F79E"}.mdi-bus-side::before{content:"\F79F"}.mdi-bus-stop::before{content:"\F0034"}.mdi-bus-stop-covered::before{content:"\F0035"}.mdi-bus-stop-uncovered::before{content:"\F0036"}.mdi-cached::before{content:"\F0E8"}.mdi-cactus::before{content:"\FD91"}.mdi-cake::before{content:"\F0E9"}.mdi-cake-layered::before{content:"\F0EA"}.mdi-cake-variant::before{content:"\F0EB"}.mdi-calculator::before{content:"\F0EC"}.mdi-calculator-variant::before{content:"\FA99"}.mdi-calendar::before{content:"\F0ED"}.mdi-calendar-account::before{content:"\FEF4"}.mdi-calendar-account-outline::before{content:"\FEF5"}.mdi-calendar-alert::before{content:"\FA30"}.mdi-calendar-arrow-left::before{content:"\F015F"}.mdi-calendar-arrow-right::before{content:"\F0160"}.mdi-calendar-blank::before{content:"\F0EE"}.mdi-calendar-blank-multiple::before{content:"\F009E"}.mdi-calendar-blank-outline::before{content:"\FB42"}.mdi-calendar-check::before{content:"\F0EF"}.mdi-calendar-check-outline::before{content:"\FC20"}.mdi-calendar-clock::before{content:"\F0F0"}.mdi-calendar-edit::before{content:"\F8A6"}.mdi-calendar-export::before{content:"\FB09"}.mdi-calendar-heart::before{content:"\F9D1"}.mdi-calendar-import::before{content:"\FB0A"}.mdi-calendar-minus::before{content:"\FD38"}.mdi-calendar-month::before{content:"\FDFA"}.mdi-calendar-month-outline::before{content:"\FDFB"}.mdi-calendar-multiple::before{content:"\F0F1"}.mdi-calendar-multiple-check::before{content:"\F0F2"}.mdi-calendar-multiselect::before{content:"\FA31"}.mdi-calendar-outline::before{content:"\FB43"}.mdi-calendar-plus::before{content:"\F0F3"}.mdi-calendar-question::before{content:"\F691"}.mdi-calendar-range::before{content:"\F678"}.mdi-calendar-range-outline::before{content:"\FB44"}.mdi-calendar-remove::before{content:"\F0F4"}.mdi-calendar-remove-outline::before{content:"\FC21"}.mdi-calendar-repeat::before{content:"\FEAB"}.mdi-calendar-repeat-outline::before{content:"\FEAC"}.mdi-calendar-search::before{content:"\F94B"}.mdi-calendar-star::before{content:"\F9D2"}.mdi-calendar-text::before{content:"\F0F5"}.mdi-calendar-text-outline::before{content:"\FC22"}.mdi-calendar-today::before{content:"\F0F6"}.mdi-calendar-week::before{content:"\FA32"}.mdi-calendar-week-begin::before{content:"\FA33"}.mdi-calendar-weekend::before{content:"\FEF6"}.mdi-calendar-weekend-outline::before{content:"\FEF7"}.mdi-call-made::before{content:"\F0F7"}.mdi-call-merge::before{content:"\F0F8"}.mdi-call-missed::before{content:"\F0F9"}.mdi-call-received::before{content:"\F0FA"}.mdi-call-split::before{content:"\F0FB"}.mdi-camcorder::before{content:"\F0FC"}.mdi-camcorder-box::before{content:"\F0FD"}.mdi-camcorder-box-off::before{content:"\F0FE"}.mdi-camcorder-off::before{content:"\F0FF"}.mdi-camera::before{content:"\F100"}.mdi-camera-account::before{content:"\F8CA"}.mdi-camera-burst::before{content:"\F692"}.mdi-camera-control::before{content:"\FB45"}.mdi-camera-enhance::before{content:"\F101"}.mdi-camera-enhance-outline::before{content:"\FB46"}.mdi-camera-front::before{content:"\F102"}.mdi-camera-front-variant::before{content:"\F103"}.mdi-camera-gopro::before{content:"\F7A0"}.mdi-camera-image::before{content:"\F8CB"}.mdi-camera-iris::before{content:"\F104"}.mdi-camera-metering-center::before{content:"\F7A1"}.mdi-camera-metering-matrix::before{content:"\F7A2"}.mdi-camera-metering-partial::before{content:"\F7A3"}.mdi-camera-metering-spot::before{content:"\F7A4"}.mdi-camera-off::before{content:"\F5DF"}.mdi-camera-outline::before{content:"\FD39"}.mdi-camera-party-mode::before{content:"\F105"}.mdi-camera-plus::before{content:"\FEF8"}.mdi-camera-plus-outline::before{content:"\FEF9"}.mdi-camera-rear::before{content:"\F106"}.mdi-camera-rear-variant::before{content:"\F107"}.mdi-camera-retake::before{content:"\FDFC"}.mdi-camera-retake-outline::before{content:"\FDFD"}.mdi-camera-switch::before{content:"\F108"}.mdi-camera-timer::before{content:"\F109"}.mdi-camera-wireless::before{content:"\FD92"}.mdi-camera-wireless-outline::before{content:"\FD93"}.mdi-campfire::before{content:"\FEFA"}.mdi-cancel::before{content:"\F739"}.mdi-candle::before{content:"\F5E2"}.mdi-candycane::before{content:"\F10A"}.mdi-cannabis::before{content:"\F7A5"}.mdi-caps-lock::before{content:"\FA9A"}.mdi-car::before{content:"\F10B"}.mdi-car-2-plus::before{content:"\F0037"}.mdi-car-3-plus::before{content:"\F0038"}.mdi-car-back::before{content:"\FDFE"}.mdi-car-battery::before{content:"\F10C"}.mdi-car-brake-abs::before{content:"\FC23"}.mdi-car-brake-alert::before{content:"\FC24"}.mdi-car-brake-hold::before{content:"\FD3A"}.mdi-car-brake-parking::before{content:"\FD3B"}.mdi-car-brake-retarder::before{content:"\F0039"}.mdi-car-child-seat::before{content:"\FFC3"}.mdi-car-clutch::before{content:"\F003A"}.mdi-car-connected::before{content:"\F10D"}.mdi-car-convertible::before{content:"\F7A6"}.mdi-car-coolant-level::before{content:"\F003B"}.mdi-car-cruise-control::before{content:"\FD3C"}.mdi-car-defrost-front::before{content:"\FD3D"}.mdi-car-defrost-rear::before{content:"\FD3E"}.mdi-car-door::before{content:"\FB47"}.mdi-car-door-lock::before{content:"\F00C8"}.mdi-car-electric::before{content:"\FB48"}.mdi-car-esp::before{content:"\FC25"}.mdi-car-estate::before{content:"\F7A7"}.mdi-car-hatchback::before{content:"\F7A8"}.mdi-car-info::before{content:"\F01E9"}.mdi-car-key::before{content:"\FB49"}.mdi-car-light-dimmed::before{content:"\FC26"}.mdi-car-light-fog::before{content:"\FC27"}.mdi-car-light-high::before{content:"\FC28"}.mdi-car-limousine::before{content:"\F8CC"}.mdi-car-multiple::before{content:"\FB4A"}.mdi-car-off::before{content:"\FDFF"}.mdi-car-parking-lights::before{content:"\FD3F"}.mdi-car-pickup::before{content:"\F7A9"}.mdi-car-seat::before{content:"\FFC4"}.mdi-car-seat-cooler::before{content:"\FFC5"}.mdi-car-seat-heater::before{content:"\FFC6"}.mdi-car-shift-pattern::before{content:"\FF5D"}.mdi-car-side::before{content:"\F7AA"}.mdi-car-sports::before{content:"\F7AB"}.mdi-car-tire-alert::before{content:"\FC29"}.mdi-car-traction-control::before{content:"\FD40"}.mdi-car-turbocharger::before{content:"\F003C"}.mdi-car-wash::before{content:"\F10E"}.mdi-car-windshield::before{content:"\F003D"}.mdi-car-windshield-outline::before{content:"\F003E"}.mdi-caravan::before{content:"\F7AC"}.mdi-card::before{content:"\FB4B"}.mdi-card-bulleted::before{content:"\FB4C"}.mdi-card-bulleted-off::before{content:"\FB4D"}.mdi-card-bulleted-off-outline::before{content:"\FB4E"}.mdi-card-bulleted-outline::before{content:"\FB4F"}.mdi-card-bulleted-settings::before{content:"\FB50"}.mdi-card-bulleted-settings-outline::before{content:"\FB51"}.mdi-card-outline::before{content:"\FB52"}.mdi-card-plus::before{content:"\F022A"}.mdi-card-plus-outline::before{content:"\F022B"}.mdi-card-search::before{content:"\F009F"}.mdi-card-search-outline::before{content:"\F00A0"}.mdi-card-text::before{content:"\FB53"}.mdi-card-text-outline::before{content:"\FB54"}.mdi-cards::before{content:"\F638"}.mdi-cards-club::before{content:"\F8CD"}.mdi-cards-diamond::before{content:"\F8CE"}.mdi-cards-diamond-outline::before{content:"\F003F"}.mdi-cards-heart::before{content:"\F8CF"}.mdi-cards-outline::before{content:"\F639"}.mdi-cards-playing-outline::before{content:"\F63A"}.mdi-cards-spade::before{content:"\F8D0"}.mdi-cards-variant::before{content:"\F6C6"}.mdi-carrot::before{content:"\F10F"}.mdi-cart::before{content:"\F110"}.mdi-cart-arrow-down::before{content:"\FD42"}.mdi-cart-arrow-right::before{content:"\FC2A"}.mdi-cart-arrow-up::before{content:"\FD43"}.mdi-cart-minus::before{content:"\FD44"}.mdi-cart-off::before{content:"\F66B"}.mdi-cart-outline::before{content:"\F111"}.mdi-cart-plus::before{content:"\F112"}.mdi-cart-remove::before{content:"\FD45"}.mdi-case-sensitive-alt::before{content:"\F113"}.mdi-cash::before{content:"\F114"}.mdi-cash-100::before{content:"\F115"}.mdi-cash-marker::before{content:"\FD94"}.mdi-cash-minus::before{content:"\F028B"}.mdi-cash-multiple::before{content:"\F116"}.mdi-cash-plus::before{content:"\F028C"}.mdi-cash-refund::before{content:"\FA9B"}.mdi-cash-register::before{content:"\FCD0"}.mdi-cash-remove::before{content:"\F028D"}.mdi-cash-usd::before{content:"\F01A1"}.mdi-cash-usd-outline::before{content:"\F117"}.mdi-cassette::before{content:"\F9D3"}.mdi-cast::before{content:"\F118"}.mdi-cast-audio::before{content:"\F0040"}.mdi-cast-connected::before{content:"\F119"}.mdi-cast-education::before{content:"\FE6D"}.mdi-cast-off::before{content:"\F789"}.mdi-castle::before{content:"\F11A"}.mdi-cat::before{content:"\F11B"}.mdi-cctv::before{content:"\F7AD"}.mdi-ceiling-light::before{content:"\F768"}.mdi-cellphone::before{content:"\F11C"}.mdi-cellphone-android::before{content:"\F11D"}.mdi-cellphone-arrow-down::before{content:"\F9D4"}.mdi-cellphone-basic::before{content:"\F11E"}.mdi-cellphone-dock::before{content:"\F11F"}.mdi-cellphone-erase::before{content:"\F94C"}.mdi-cellphone-information::before{content:"\FF5E"}.mdi-cellphone-iphone::before{content:"\F120"}.mdi-cellphone-key::before{content:"\F94D"}.mdi-cellphone-link::before{content:"\F121"}.mdi-cellphone-link-off::before{content:"\F122"}.mdi-cellphone-lock::before{content:"\F94E"}.mdi-cellphone-message::before{content:"\F8D2"}.mdi-cellphone-message-off::before{content:"\F00FD"}.mdi-cellphone-nfc::before{content:"\FEAD"}.mdi-cellphone-nfc-off::before{content:"\F0303"}.mdi-cellphone-off::before{content:"\F94F"}.mdi-cellphone-play::before{content:"\F0041"}.mdi-cellphone-screenshot::before{content:"\FA34"}.mdi-cellphone-settings::before{content:"\F123"}.mdi-cellphone-settings-variant::before{content:"\F950"}.mdi-cellphone-sound::before{content:"\F951"}.mdi-cellphone-text::before{content:"\F8D1"}.mdi-cellphone-wireless::before{content:"\F814"}.mdi-celtic-cross::before{content:"\FCD1"}.mdi-centos::before{content:"\F0145"}.mdi-certificate::before{content:"\F124"}.mdi-certificate-outline::before{content:"\F01B3"}.mdi-chair-rolling::before{content:"\FFBA"}.mdi-chair-school::before{content:"\F125"}.mdi-charity::before{content:"\FC2B"}.mdi-chart-arc::before{content:"\F126"}.mdi-chart-areaspline::before{content:"\F127"}.mdi-chart-areaspline-variant::before{content:"\FEAE"}.mdi-chart-bar::before{content:"\F128"}.mdi-chart-bar-stacked::before{content:"\F769"}.mdi-chart-bell-curve::before{content:"\FC2C"}.mdi-chart-bell-curve-cumulative::before{content:"\FFC7"}.mdi-chart-bubble::before{content:"\F5E3"}.mdi-chart-donut::before{content:"\F7AE"}.mdi-chart-donut-variant::before{content:"\F7AF"}.mdi-chart-gantt::before{content:"\F66C"}.mdi-chart-histogram::before{content:"\F129"}.mdi-chart-line::before{content:"\F12A"}.mdi-chart-line-stacked::before{content:"\F76A"}.mdi-chart-line-variant::before{content:"\F7B0"}.mdi-chart-multiline::before{content:"\F8D3"}.mdi-chart-multiple::before{content:"\F023E"}.mdi-chart-pie::before{content:"\F12B"}.mdi-chart-ppf::before{content:"\F03AB"}.mdi-chart-scatter-plot::before{content:"\FEAF"}.mdi-chart-scatter-plot-hexbin::before{content:"\F66D"}.mdi-chart-snakey::before{content:"\F020A"}.mdi-chart-snakey-variant::before{content:"\F020B"}.mdi-chart-timeline::before{content:"\F66E"}.mdi-chart-timeline-variant::before{content:"\FEB0"}.mdi-chart-tree::before{content:"\FEB1"}.mdi-chat::before{content:"\FB55"}.mdi-chat-alert::before{content:"\FB56"}.mdi-chat-alert-outline::before{content:"\F02F4"}.mdi-chat-outline::before{content:"\FEFB"}.mdi-chat-processing::before{content:"\FB57"}.mdi-chat-processing-outline::before{content:"\F02F5"}.mdi-chat-sleep::before{content:"\F02FC"}.mdi-chat-sleep-outline::before{content:"\F02FD"}.mdi-check::before{content:"\F12C"}.mdi-check-all::before{content:"\F12D"}.mdi-check-bold::before{content:"\FE6E"}.mdi-check-box-multiple-outline::before{content:"\FC2D"}.mdi-check-box-outline::before{content:"\FC2E"}.mdi-check-circle::before{content:"\F5E0"}.mdi-check-circle-outline::before{content:"\F5E1"}.mdi-check-decagram::before{content:"\F790"}.mdi-check-network::before{content:"\FC2F"}.mdi-check-network-outline::before{content:"\FC30"}.mdi-check-outline::before{content:"\F854"}.mdi-check-underline::before{content:"\FE70"}.mdi-check-underline-circle::before{content:"\FE71"}.mdi-check-underline-circle-outline::before{content:"\FE72"}.mdi-checkbook::before{content:"\FA9C"}.mdi-checkbox-blank::before{content:"\F12E"}.mdi-checkbox-blank-circle::before{content:"\F12F"}.mdi-checkbox-blank-circle-outline::before{content:"\F130"}.mdi-checkbox-blank-off::before{content:"\F0317"}.mdi-checkbox-blank-off-outline::before{content:"\F0318"}.mdi-checkbox-blank-outline::before{content:"\F131"}.mdi-checkbox-intermediate::before{content:"\F855"}.mdi-checkbox-marked::before{content:"\F132"}.mdi-checkbox-marked-circle::before{content:"\F133"}.mdi-checkbox-marked-circle-outline::before{content:"\F134"}.mdi-checkbox-marked-outline::before{content:"\F135"}.mdi-checkbox-multiple-blank::before{content:"\F136"}.mdi-checkbox-multiple-blank-circle::before{content:"\F63B"}.mdi-checkbox-multiple-blank-circle-outline::before{content:"\F63C"}.mdi-checkbox-multiple-blank-outline::before{content:"\F137"}.mdi-checkbox-multiple-marked::before{content:"\F138"}.mdi-checkbox-multiple-marked-circle::before{content:"\F63D"}.mdi-checkbox-multiple-marked-circle-outline::before{content:"\F63E"}.mdi-checkbox-multiple-marked-outline::before{content:"\F139"}.mdi-checkerboard::before{content:"\F13A"}.mdi-checkerboard-minus::before{content:"\F022D"}.mdi-checkerboard-plus::before{content:"\F022C"}.mdi-checkerboard-remove::before{content:"\F022E"}.mdi-cheese::before{content:"\F02E4"}.mdi-chef-hat::before{content:"\FB58"}.mdi-chemical-weapon::before{content:"\F13B"}.mdi-chess-bishop::before{content:"\F85B"}.mdi-chess-king::before{content:"\F856"}.mdi-chess-knight::before{content:"\F857"}.mdi-chess-pawn::before{content:"\F858"}.mdi-chess-queen::before{content:"\F859"}.mdi-chess-rook::before{content:"\F85A"}.mdi-chevron-double-down::before{content:"\F13C"}.mdi-chevron-double-left::before{content:"\F13D"}.mdi-chevron-double-right::before{content:"\F13E"}.mdi-chevron-double-up::before{content:"\F13F"}.mdi-chevron-down::before{content:"\F140"}.mdi-chevron-down-box::before{content:"\F9D5"}.mdi-chevron-down-box-outline::before{content:"\F9D6"}.mdi-chevron-down-circle::before{content:"\FB0B"}.mdi-chevron-down-circle-outline::before{content:"\FB0C"}.mdi-chevron-left::before{content:"\F141"}.mdi-chevron-left-box::before{content:"\F9D7"}.mdi-chevron-left-box-outline::before{content:"\F9D8"}.mdi-chevron-left-circle::before{content:"\FB0D"}.mdi-chevron-left-circle-outline::before{content:"\FB0E"}.mdi-chevron-right::before{content:"\F142"}.mdi-chevron-right-box::before{content:"\F9D9"}.mdi-chevron-right-box-outline::before{content:"\F9DA"}.mdi-chevron-right-circle::before{content:"\FB0F"}.mdi-chevron-right-circle-outline::before{content:"\FB10"}.mdi-chevron-triple-down::before{content:"\FD95"}.mdi-chevron-triple-left::before{content:"\FD96"}.mdi-chevron-triple-right::before{content:"\FD97"}.mdi-chevron-triple-up::before{content:"\FD98"}.mdi-chevron-up::before{content:"\F143"}.mdi-chevron-up-box::before{content:"\F9DB"}.mdi-chevron-up-box-outline::before{content:"\F9DC"}.mdi-chevron-up-circle::before{content:"\FB11"}.mdi-chevron-up-circle-outline::before{content:"\FB12"}.mdi-chili-hot::before{content:"\F7B1"}.mdi-chili-medium::before{content:"\F7B2"}.mdi-chili-mild::before{content:"\F7B3"}.mdi-chip::before{content:"\F61A"}.mdi-christianity::before{content:"\F952"}.mdi-christianity-outline::before{content:"\FCD2"}.mdi-church::before{content:"\F144"}.mdi-cigar::before{content:"\F01B4"}.mdi-circle::before{content:"\F764"}.mdi-circle-double::before{content:"\FEB2"}.mdi-circle-edit-outline::before{content:"\F8D4"}.mdi-circle-expand::before{content:"\FEB3"}.mdi-circle-medium::before{content:"\F9DD"}.mdi-circle-off-outline::before{content:"\F00FE"}.mdi-circle-outline::before{content:"\F765"}.mdi-circle-slice-1::before{content:"\FA9D"}.mdi-circle-slice-2::before{content:"\FA9E"}.mdi-circle-slice-3::before{content:"\FA9F"}.mdi-circle-slice-4::before{content:"\FAA0"}.mdi-circle-slice-5::before{content:"\FAA1"}.mdi-circle-slice-6::before{content:"\FAA2"}.mdi-circle-slice-7::before{content:"\FAA3"}.mdi-circle-slice-8::before{content:"\FAA4"}.mdi-circle-small::before{content:"\F9DE"}.mdi-circular-saw::before{content:"\FE73"}.mdi-cisco-webex::before{content:"\F145"}.mdi-city::before{content:"\F146"}.mdi-city-variant::before{content:"\FA35"}.mdi-city-variant-outline::before{content:"\FA36"}.mdi-clipboard::before{content:"\F147"}.mdi-clipboard-account::before{content:"\F148"}.mdi-clipboard-account-outline::before{content:"\FC31"}.mdi-clipboard-alert::before{content:"\F149"}.mdi-clipboard-alert-outline::before{content:"\FCD3"}.mdi-clipboard-arrow-down::before{content:"\F14A"}.mdi-clipboard-arrow-down-outline::before{content:"\FC32"}.mdi-clipboard-arrow-left::before{content:"\F14B"}.mdi-clipboard-arrow-left-outline::before{content:"\FCD4"}.mdi-clipboard-arrow-right::before{content:"\FCD5"}.mdi-clipboard-arrow-right-outline::before{content:"\FCD6"}.mdi-clipboard-arrow-up::before{content:"\FC33"}.mdi-clipboard-arrow-up-outline::before{content:"\FC34"}.mdi-clipboard-check::before{content:"\F14C"}.mdi-clipboard-check-multiple::before{content:"\F028E"}.mdi-clipboard-check-multiple-outline::before{content:"\F028F"}.mdi-clipboard-check-outline::before{content:"\F8A7"}.mdi-clipboard-file::before{content:"\F0290"}.mdi-clipboard-file-outline::before{content:"\F0291"}.mdi-clipboard-flow::before{content:"\F6C7"}.mdi-clipboard-flow-outline::before{content:"\F0142"}.mdi-clipboard-list::before{content:"\F00FF"}.mdi-clipboard-list-outline::before{content:"\F0100"}.mdi-clipboard-multiple::before{content:"\F0292"}.mdi-clipboard-multiple-outline::before{content:"\F0293"}.mdi-clipboard-outline::before{content:"\F14D"}.mdi-clipboard-play::before{content:"\FC35"}.mdi-clipboard-play-multiple::before{content:"\F0294"}.mdi-clipboard-play-multiple-outline::before{content:"\F0295"}.mdi-clipboard-play-outline::before{content:"\FC36"}.mdi-clipboard-plus::before{content:"\F750"}.mdi-clipboard-plus-outline::before{content:"\F034A"}.mdi-clipboard-pulse::before{content:"\F85C"}.mdi-clipboard-pulse-outline::before{content:"\F85D"}.mdi-clipboard-text::before{content:"\F14E"}.mdi-clipboard-text-multiple::before{content:"\F0296"}.mdi-clipboard-text-multiple-outline::before{content:"\F0297"}.mdi-clipboard-text-outline::before{content:"\FA37"}.mdi-clipboard-text-play::before{content:"\FC37"}.mdi-clipboard-text-play-outline::before{content:"\FC38"}.mdi-clippy::before{content:"\F14F"}.mdi-clock::before{content:"\F953"}.mdi-clock-alert::before{content:"\F954"}.mdi-clock-alert-outline::before{content:"\F5CE"}.mdi-clock-check::before{content:"\FFC8"}.mdi-clock-check-outline::before{content:"\FFC9"}.mdi-clock-digital::before{content:"\FEB4"}.mdi-clock-end::before{content:"\F151"}.mdi-clock-fast::before{content:"\F152"}.mdi-clock-in::before{content:"\F153"}.mdi-clock-out::before{content:"\F154"}.mdi-clock-outline::before{content:"\F150"}.mdi-clock-start::before{content:"\F155"}.mdi-close::before{content:"\F156"}.mdi-close-box::before{content:"\F157"}.mdi-close-box-multiple::before{content:"\FC39"}.mdi-close-box-multiple-outline::before{content:"\FC3A"}.mdi-close-box-outline::before{content:"\F158"}.mdi-close-circle::before{content:"\F159"}.mdi-close-circle-outline::before{content:"\F15A"}.mdi-close-network::before{content:"\F15B"}.mdi-close-network-outline::before{content:"\FC3B"}.mdi-close-octagon::before{content:"\F15C"}.mdi-close-octagon-outline::before{content:"\F15D"}.mdi-close-outline::before{content:"\F6C8"}.mdi-closed-caption::before{content:"\F15E"}.mdi-closed-caption-outline::before{content:"\FD99"}.mdi-cloud::before{content:"\F15F"}.mdi-cloud-alert::before{content:"\F9DF"}.mdi-cloud-braces::before{content:"\F7B4"}.mdi-cloud-check::before{content:"\F160"}.mdi-cloud-check-outline::before{content:"\F02F7"}.mdi-cloud-circle::before{content:"\F161"}.mdi-cloud-download::before{content:"\F162"}.mdi-cloud-download-outline::before{content:"\FB59"}.mdi-cloud-lock::before{content:"\F021C"}.mdi-cloud-lock-outline::before{content:"\F021D"}.mdi-cloud-off-outline::before{content:"\F164"}.mdi-cloud-outline::before{content:"\F163"}.mdi-cloud-print::before{content:"\F165"}.mdi-cloud-print-outline::before{content:"\F166"}.mdi-cloud-question::before{content:"\FA38"}.mdi-cloud-search::before{content:"\F955"}.mdi-cloud-search-outline::before{content:"\F956"}.mdi-cloud-sync::before{content:"\F63F"}.mdi-cloud-sync-outline::before{content:"\F0301"}.mdi-cloud-tags::before{content:"\F7B5"}.mdi-cloud-upload::before{content:"\F167"}.mdi-cloud-upload-outline::before{content:"\FB5A"}.mdi-clover::before{content:"\F815"}.mdi-coach-lamp::before{content:"\F0042"}.mdi-coat-rack::before{content:"\F00C9"}.mdi-code-array::before{content:"\F168"}.mdi-code-braces::before{content:"\F169"}.mdi-code-braces-box::before{content:"\F0101"}.mdi-code-brackets::before{content:"\F16A"}.mdi-code-equal::before{content:"\F16B"}.mdi-code-greater-than::before{content:"\F16C"}.mdi-code-greater-than-or-equal::before{content:"\F16D"}.mdi-code-less-than::before{content:"\F16E"}.mdi-code-less-than-or-equal::before{content:"\F16F"}.mdi-code-not-equal::before{content:"\F170"}.mdi-code-not-equal-variant::before{content:"\F171"}.mdi-code-parentheses::before{content:"\F172"}.mdi-code-parentheses-box::before{content:"\F0102"}.mdi-code-string::before{content:"\F173"}.mdi-code-tags::before{content:"\F174"}.mdi-code-tags-check::before{content:"\F693"}.mdi-codepen::before{content:"\F175"}.mdi-coffee::before{content:"\F176"}.mdi-coffee-maker::before{content:"\F00CA"}.mdi-coffee-off::before{content:"\FFCA"}.mdi-coffee-off-outline::before{content:"\FFCB"}.mdi-coffee-outline::before{content:"\F6C9"}.mdi-coffee-to-go::before{content:"\F177"}.mdi-coffee-to-go-outline::before{content:"\F0339"}.mdi-coffin::before{content:"\FB5B"}.mdi-cog-clockwise::before{content:"\F0208"}.mdi-cog-counterclockwise::before{content:"\F0209"}.mdi-cogs::before{content:"\F8D5"}.mdi-coin::before{content:"\F0196"}.mdi-coin-outline::before{content:"\F178"}.mdi-coins::before{content:"\F694"}.mdi-collage::before{content:"\F640"}.mdi-collapse-all::before{content:"\FAA5"}.mdi-collapse-all-outline::before{content:"\FAA6"}.mdi-color-helper::before{content:"\F179"}.mdi-comma::before{content:"\FE74"}.mdi-comma-box::before{content:"\FE75"}.mdi-comma-box-outline::before{content:"\FE76"}.mdi-comma-circle::before{content:"\FE77"}.mdi-comma-circle-outline::before{content:"\FE78"}.mdi-comment::before{content:"\F17A"}.mdi-comment-account::before{content:"\F17B"}.mdi-comment-account-outline::before{content:"\F17C"}.mdi-comment-alert::before{content:"\F17D"}.mdi-comment-alert-outline::before{content:"\F17E"}.mdi-comment-arrow-left::before{content:"\F9E0"}.mdi-comment-arrow-left-outline::before{content:"\F9E1"}.mdi-comment-arrow-right::before{content:"\F9E2"}.mdi-comment-arrow-right-outline::before{content:"\F9E3"}.mdi-comment-check::before{content:"\F17F"}.mdi-comment-check-outline::before{content:"\F180"}.mdi-comment-edit::before{content:"\F01EA"}.mdi-comment-edit-outline::before{content:"\F02EF"}.mdi-comment-eye::before{content:"\FA39"}.mdi-comment-eye-outline::before{content:"\FA3A"}.mdi-comment-multiple::before{content:"\F85E"}.mdi-comment-multiple-outline::before{content:"\F181"}.mdi-comment-outline::before{content:"\F182"}.mdi-comment-plus::before{content:"\F9E4"}.mdi-comment-plus-outline::before{content:"\F183"}.mdi-comment-processing::before{content:"\F184"}.mdi-comment-processing-outline::before{content:"\F185"}.mdi-comment-question::before{content:"\F816"}.mdi-comment-question-outline::before{content:"\F186"}.mdi-comment-quote::before{content:"\F0043"}.mdi-comment-quote-outline::before{content:"\F0044"}.mdi-comment-remove::before{content:"\F5DE"}.mdi-comment-remove-outline::before{content:"\F187"}.mdi-comment-search::before{content:"\FA3B"}.mdi-comment-search-outline::before{content:"\FA3C"}.mdi-comment-text::before{content:"\F188"}.mdi-comment-text-multiple::before{content:"\F85F"}.mdi-comment-text-multiple-outline::before{content:"\F860"}.mdi-comment-text-outline::before{content:"\F189"}.mdi-compare::before{content:"\F18A"}.mdi-compass::before{content:"\F18B"}.mdi-compass-off::before{content:"\FB5C"}.mdi-compass-off-outline::before{content:"\FB5D"}.mdi-compass-outline::before{content:"\F18C"}.mdi-compass-rose::before{content:"\F03AD"}.mdi-concourse-ci::before{content:"\F00CB"}.mdi-console::before{content:"\F18D"}.mdi-console-line::before{content:"\F7B6"}.mdi-console-network::before{content:"\F8A8"}.mdi-console-network-outline::before{content:"\FC3C"}.mdi-consolidate::before{content:"\F0103"}.mdi-contact-mail::before{content:"\F18E"}.mdi-contact-mail-outline::before{content:"\FEB5"}.mdi-contact-phone::before{content:"\FEB6"}.mdi-contact-phone-outline::before{content:"\FEB7"}.mdi-contactless-payment::before{content:"\FD46"}.mdi-contacts::before{content:"\F6CA"}.mdi-contain::before{content:"\FA3D"}.mdi-contain-end::before{content:"\FA3E"}.mdi-contain-start::before{content:"\FA3F"}.mdi-content-copy::before{content:"\F18F"}.mdi-content-cut::before{content:"\F190"}.mdi-content-duplicate::before{content:"\F191"}.mdi-content-paste::before{content:"\F192"}.mdi-content-save::before{content:"\F193"}.mdi-content-save-alert::before{content:"\FF5F"}.mdi-content-save-alert-outline::before{content:"\FF60"}.mdi-content-save-all::before{content:"\F194"}.mdi-content-save-all-outline::before{content:"\FF61"}.mdi-content-save-edit::before{content:"\FCD7"}.mdi-content-save-edit-outline::before{content:"\FCD8"}.mdi-content-save-move::before{content:"\FE79"}.mdi-content-save-move-outline::before{content:"\FE7A"}.mdi-content-save-outline::before{content:"\F817"}.mdi-content-save-settings::before{content:"\F61B"}.mdi-content-save-settings-outline::before{content:"\FB13"}.mdi-contrast::before{content:"\F195"}.mdi-contrast-box::before{content:"\F196"}.mdi-contrast-circle::before{content:"\F197"}.mdi-controller-classic::before{content:"\FB5E"}.mdi-controller-classic-outline::before{content:"\FB5F"}.mdi-cookie::before{content:"\F198"}.mdi-coolant-temperature::before{content:"\F3C8"}.mdi-copyright::before{content:"\F5E6"}.mdi-cordova::before{content:"\F957"}.mdi-corn::before{content:"\F7B7"}.mdi-counter::before{content:"\F199"}.mdi-cow::before{content:"\F19A"}.mdi-cowboy::before{content:"\FEB8"}.mdi-cpu-32-bit::before{content:"\FEFC"}.mdi-cpu-64-bit::before{content:"\FEFD"}.mdi-crane::before{content:"\F861"}.mdi-creation::before{content:"\F1C9"}.mdi-creative-commons::before{content:"\FD47"}.mdi-credit-card::before{content:"\F0010"}.mdi-credit-card-clock::before{content:"\FEFE"}.mdi-credit-card-clock-outline::before{content:"\FFBC"}.mdi-credit-card-marker::before{content:"\F6A7"}.mdi-credit-card-marker-outline::before{content:"\FD9A"}.mdi-credit-card-minus::before{content:"\FFCC"}.mdi-credit-card-minus-outline::before{content:"\FFCD"}.mdi-credit-card-multiple::before{content:"\F0011"}.mdi-credit-card-multiple-outline::before{content:"\F19C"}.mdi-credit-card-off::before{content:"\F0012"}.mdi-credit-card-off-outline::before{content:"\F5E4"}.mdi-credit-card-outline::before{content:"\F19B"}.mdi-credit-card-plus::before{content:"\F0013"}.mdi-credit-card-plus-outline::before{content:"\F675"}.mdi-credit-card-refund::before{content:"\F0014"}.mdi-credit-card-refund-outline::before{content:"\FAA7"}.mdi-credit-card-remove::before{content:"\FFCE"}.mdi-credit-card-remove-outline::before{content:"\FFCF"}.mdi-credit-card-scan::before{content:"\F0015"}.mdi-credit-card-scan-outline::before{content:"\F19D"}.mdi-credit-card-settings::before{content:"\F0016"}.mdi-credit-card-settings-outline::before{content:"\F8D6"}.mdi-credit-card-wireless::before{content:"\F801"}.mdi-credit-card-wireless-outline::before{content:"\FD48"}.mdi-cricket::before{content:"\FD49"}.mdi-crop::before{content:"\F19E"}.mdi-crop-free::before{content:"\F19F"}.mdi-crop-landscape::before{content:"\F1A0"}.mdi-crop-portrait::before{content:"\F1A1"}.mdi-crop-rotate::before{content:"\F695"}.mdi-crop-square::before{content:"\F1A2"}.mdi-crosshairs::before{content:"\F1A3"}.mdi-crosshairs-gps::before{content:"\F1A4"}.mdi-crosshairs-off::before{content:"\FF62"}.mdi-crosshairs-question::before{content:"\F0161"}.mdi-crown::before{content:"\F1A5"}.mdi-crown-outline::before{content:"\F01FB"}.mdi-cryengine::before{content:"\F958"}.mdi-crystal-ball::before{content:"\FB14"}.mdi-cube::before{content:"\F1A6"}.mdi-cube-outline::before{content:"\F1A7"}.mdi-cube-scan::before{content:"\FB60"}.mdi-cube-send::before{content:"\F1A8"}.mdi-cube-unfolded::before{content:"\F1A9"}.mdi-cup::before{content:"\F1AA"}.mdi-cup-off::before{content:"\F5E5"}.mdi-cup-off-outline::before{content:"\F03A8"}.mdi-cup-outline::before{content:"\F033A"}.mdi-cup-water::before{content:"\F1AB"}.mdi-cupboard::before{content:"\FF63"}.mdi-cupboard-outline::before{content:"\FF64"}.mdi-cupcake::before{content:"\F959"}.mdi-curling::before{content:"\F862"}.mdi-currency-bdt::before{content:"\F863"}.mdi-currency-brl::before{content:"\FB61"}.mdi-currency-btc::before{content:"\F1AC"}.mdi-currency-cny::before{content:"\F7B9"}.mdi-currency-eth::before{content:"\F7BA"}.mdi-currency-eur::before{content:"\F1AD"}.mdi-currency-eur-off::before{content:"\F0340"}.mdi-currency-gbp::before{content:"\F1AE"}.mdi-currency-ils::before{content:"\FC3D"}.mdi-currency-inr::before{content:"\F1AF"}.mdi-currency-jpy::before{content:"\F7BB"}.mdi-currency-krw::before{content:"\F7BC"}.mdi-currency-kzt::before{content:"\F864"}.mdi-currency-ngn::before{content:"\F1B0"}.mdi-currency-php::before{content:"\F9E5"}.mdi-currency-rial::before{content:"\FEB9"}.mdi-currency-rub::before{content:"\F1B1"}.mdi-currency-sign::before{content:"\F7BD"}.mdi-currency-try::before{content:"\F1B2"}.mdi-currency-twd::before{content:"\F7BE"}.mdi-currency-usd::before{content:"\F1B3"}.mdi-currency-usd-off::before{content:"\F679"}.mdi-current-ac::before{content:"\F95A"}.mdi-current-dc::before{content:"\F95B"}.mdi-cursor-default::before{content:"\F1B4"}.mdi-cursor-default-click::before{content:"\FCD9"}.mdi-cursor-default-click-outline::before{content:"\FCDA"}.mdi-cursor-default-gesture::before{content:"\F0152"}.mdi-cursor-default-gesture-outline::before{content:"\F0153"}.mdi-cursor-default-outline::before{content:"\F1B5"}.mdi-cursor-move::before{content:"\F1B6"}.mdi-cursor-pointer::before{content:"\F1B7"}.mdi-cursor-text::before{content:"\F5E7"}.mdi-database::before{content:"\F1B8"}.mdi-database-check::before{content:"\FAA8"}.mdi-database-edit::before{content:"\FB62"}.mdi-database-export::before{content:"\F95D"}.mdi-database-import::before{content:"\F95C"}.mdi-database-lock::before{content:"\FAA9"}.mdi-database-marker::before{content:"\F0321"}.mdi-database-minus::before{content:"\F1B9"}.mdi-database-plus::before{content:"\F1BA"}.mdi-database-refresh::before{content:"\FCDB"}.mdi-database-remove::before{content:"\FCDC"}.mdi-database-search::before{content:"\F865"}.mdi-database-settings::before{content:"\FCDD"}.mdi-death-star::before{content:"\F8D7"}.mdi-death-star-variant::before{content:"\F8D8"}.mdi-deathly-hallows::before{content:"\FB63"}.mdi-debian::before{content:"\F8D9"}.mdi-debug-step-into::before{content:"\F1BB"}.mdi-debug-step-out::before{content:"\F1BC"}.mdi-debug-step-over::before{content:"\F1BD"}.mdi-decagram::before{content:"\F76B"}.mdi-decagram-outline::before{content:"\F76C"}.mdi-decimal::before{content:"\F00CC"}.mdi-decimal-comma::before{content:"\F00CD"}.mdi-decimal-comma-decrease::before{content:"\F00CE"}.mdi-decimal-comma-increase::before{content:"\F00CF"}.mdi-decimal-decrease::before{content:"\F1BE"}.mdi-decimal-increase::before{content:"\F1BF"}.mdi-delete::before{content:"\F1C0"}.mdi-delete-alert::before{content:"\F00D0"}.mdi-delete-alert-outline::before{content:"\F00D1"}.mdi-delete-circle::before{content:"\F682"}.mdi-delete-circle-outline::before{content:"\FB64"}.mdi-delete-empty::before{content:"\F6CB"}.mdi-delete-empty-outline::before{content:"\FEBA"}.mdi-delete-forever::before{content:"\F5E8"}.mdi-delete-forever-outline::before{content:"\FB65"}.mdi-delete-off::before{content:"\F00D2"}.mdi-delete-off-outline::before{content:"\F00D3"}.mdi-delete-outline::before{content:"\F9E6"}.mdi-delete-restore::before{content:"\F818"}.mdi-delete-sweep::before{content:"\F5E9"}.mdi-delete-sweep-outline::before{content:"\FC3E"}.mdi-delete-variant::before{content:"\F1C1"}.mdi-delta::before{content:"\F1C2"}.mdi-desk::before{content:"\F0264"}.mdi-desk-lamp::before{content:"\F95E"}.mdi-deskphone::before{content:"\F1C3"}.mdi-desktop-classic::before{content:"\F7BF"}.mdi-desktop-mac::before{content:"\F1C4"}.mdi-desktop-mac-dashboard::before{content:"\F9E7"}.mdi-desktop-tower::before{content:"\F1C5"}.mdi-desktop-tower-monitor::before{content:"\FAAA"}.mdi-details::before{content:"\F1C6"}.mdi-dev-to::before{content:"\FD4A"}.mdi-developer-board::before{content:"\F696"}.mdi-deviantart::before{content:"\F1C7"}.mdi-devices::before{content:"\FFD0"}.mdi-diabetes::before{content:"\F0151"}.mdi-dialpad::before{content:"\F61C"}.mdi-diameter::before{content:"\FC3F"}.mdi-diameter-outline::before{content:"\FC40"}.mdi-diameter-variant::before{content:"\FC41"}.mdi-diamond::before{content:"\FB66"}.mdi-diamond-outline::before{content:"\FB67"}.mdi-diamond-stone::before{content:"\F1C8"}.mdi-dice-1::before{content:"\F1CA"}.mdi-dice-1-outline::before{content:"\F0175"}.mdi-dice-2::before{content:"\F1CB"}.mdi-dice-2-outline::before{content:"\F0176"}.mdi-dice-3::before{content:"\F1CC"}.mdi-dice-3-outline::before{content:"\F0177"}.mdi-dice-4::before{content:"\F1CD"}.mdi-dice-4-outline::before{content:"\F0178"}.mdi-dice-5::before{content:"\F1CE"}.mdi-dice-5-outline::before{content:"\F0179"}.mdi-dice-6::before{content:"\F1CF"}.mdi-dice-6-outline::before{content:"\F017A"}.mdi-dice-d10::before{content:"\F017E"}.mdi-dice-d10-outline::before{content:"\F76E"}.mdi-dice-d12::before{content:"\F017F"}.mdi-dice-d12-outline::before{content:"\F866"}.mdi-dice-d20::before{content:"\F0180"}.mdi-dice-d20-outline::before{content:"\F5EA"}.mdi-dice-d4::before{content:"\F017B"}.mdi-dice-d4-outline::before{content:"\F5EB"}.mdi-dice-d6::before{content:"\F017C"}.mdi-dice-d6-outline::before{content:"\F5EC"}.mdi-dice-d8::before{content:"\F017D"}.mdi-dice-d8-outline::before{content:"\F5ED"}.mdi-dice-multiple::before{content:"\F76D"}.mdi-dice-multiple-outline::before{content:"\F0181"}.mdi-dictionary::before{content:"\F61D"}.mdi-digital-ocean::before{content:"\F0262"}.mdi-dip-switch::before{content:"\F7C0"}.mdi-directions::before{content:"\F1D0"}.mdi-directions-fork::before{content:"\F641"}.mdi-disc::before{content:"\F5EE"}.mdi-disc-alert::before{content:"\F1D1"}.mdi-disc-player::before{content:"\F95F"}.mdi-discord::before{content:"\F66F"}.mdi-dishwasher::before{content:"\FAAB"}.mdi-dishwasher-alert::before{content:"\F01E3"}.mdi-dishwasher-off::before{content:"\F01E4"}.mdi-disqus::before{content:"\F1D2"}.mdi-disqus-outline::before{content:"\F1D3"}.mdi-distribute-horizontal-center::before{content:"\F01F4"}.mdi-distribute-horizontal-left::before{content:"\F01F3"}.mdi-distribute-horizontal-right::before{content:"\F01F5"}.mdi-distribute-vertical-bottom::before{content:"\F01F6"}.mdi-distribute-vertical-center::before{content:"\F01F7"}.mdi-distribute-vertical-top::before{content:"\F01F8"}.mdi-diving-flippers::before{content:"\FD9B"}.mdi-diving-helmet::before{content:"\FD9C"}.mdi-diving-scuba::before{content:"\FD9D"}.mdi-diving-scuba-flag::before{content:"\FD9E"}.mdi-diving-scuba-tank::before{content:"\FD9F"}.mdi-diving-scuba-tank-multiple::before{content:"\FDA0"}.mdi-diving-snorkel::before{content:"\FDA1"}.mdi-division::before{content:"\F1D4"}.mdi-division-box::before{content:"\F1D5"}.mdi-dlna::before{content:"\FA40"}.mdi-dna::before{content:"\F683"}.mdi-dns::before{content:"\F1D6"}.mdi-dns-outline::before{content:"\FB68"}.mdi-do-not-disturb::before{content:"\F697"}.mdi-do-not-disturb-off::before{content:"\F698"}.mdi-dock-bottom::before{content:"\F00D4"}.mdi-dock-left::before{content:"\F00D5"}.mdi-dock-right::before{content:"\F00D6"}.mdi-dock-window::before{content:"\F00D7"}.mdi-docker::before{content:"\F867"}.mdi-doctor::before{content:"\FA41"}.mdi-dog::before{content:"\FA42"}.mdi-dog-service::before{content:"\FAAC"}.mdi-dog-side::before{content:"\FA43"}.mdi-dolby::before{content:"\F6B2"}.mdi-dolly::before{content:"\FEBB"}.mdi-domain::before{content:"\F1D7"}.mdi-domain-off::before{content:"\FD4B"}.mdi-domain-plus::before{content:"\F00D8"}.mdi-domain-remove::before{content:"\F00D9"}.mdi-domino-mask::before{content:"\F0045"}.mdi-donkey::before{content:"\F7C1"}.mdi-door::before{content:"\F819"}.mdi-door-closed::before{content:"\F81A"}.mdi-door-closed-lock::before{content:"\F00DA"}.mdi-door-open::before{content:"\F81B"}.mdi-doorbell::before{content:"\F0311"}.mdi-doorbell-video::before{content:"\F868"}.mdi-dot-net::before{content:"\FAAD"}.mdi-dots-horizontal::before{content:"\F1D8"}.mdi-dots-horizontal-circle::before{content:"\F7C2"}.mdi-dots-horizontal-circle-outline::before{content:"\FB69"}.mdi-dots-vertical::before{content:"\F1D9"}.mdi-dots-vertical-circle::before{content:"\F7C3"}.mdi-dots-vertical-circle-outline::before{content:"\FB6A"}.mdi-douban::before{content:"\F699"}.mdi-download::before{content:"\F1DA"}.mdi-download-lock::before{content:"\F034B"}.mdi-download-lock-outline::before{content:"\F034C"}.mdi-download-multiple::before{content:"\F9E8"}.mdi-download-network::before{content:"\F6F3"}.mdi-download-network-outline::before{content:"\FC42"}.mdi-download-off::before{content:"\F00DB"}.mdi-download-off-outline::before{content:"\F00DC"}.mdi-download-outline::before{content:"\FB6B"}.mdi-drag::before{content:"\F1DB"}.mdi-drag-horizontal::before{content:"\F1DC"}.mdi-drag-horizontal-variant::before{content:"\F031B"}.mdi-drag-variant::before{content:"\FB6C"}.mdi-drag-vertical::before{content:"\F1DD"}.mdi-drag-vertical-variant::before{content:"\F031C"}.mdi-drama-masks::before{content:"\FCDE"}.mdi-draw::before{content:"\FF66"}.mdi-drawing::before{content:"\F1DE"}.mdi-drawing-box::before{content:"\F1DF"}.mdi-dresser::before{content:"\FF67"}.mdi-dresser-outline::before{content:"\FF68"}.mdi-dribbble::before{content:"\F1E0"}.mdi-dribbble-box::before{content:"\F1E1"}.mdi-drone::before{content:"\F1E2"}.mdi-dropbox::before{content:"\F1E3"}.mdi-drupal::before{content:"\F1E4"}.mdi-duck::before{content:"\F1E5"}.mdi-dumbbell::before{content:"\F1E6"}.mdi-dump-truck::before{content:"\FC43"}.mdi-ear-hearing::before{content:"\F7C4"}.mdi-ear-hearing-off::before{content:"\FA44"}.mdi-earth::before{content:"\F1E7"}.mdi-earth-arrow-right::before{content:"\F033C"}.mdi-earth-box::before{content:"\F6CC"}.mdi-earth-box-off::before{content:"\F6CD"}.mdi-earth-off::before{content:"\F1E8"}.mdi-edge::before{content:"\F1E9"}.mdi-edge-legacy::before{content:"\F027B"}.mdi-egg::before{content:"\FAAE"}.mdi-egg-easter::before{content:"\FAAF"}.mdi-eight-track::before{content:"\F9E9"}.mdi-eject::before{content:"\F1EA"}.mdi-eject-outline::before{content:"\FB6D"}.mdi-electric-switch::before{content:"\FEBC"}.mdi-electric-switch-closed::before{content:"\F0104"}.mdi-electron-framework::before{content:"\F0046"}.mdi-elephant::before{content:"\F7C5"}.mdi-elevation-decline::before{content:"\F1EB"}.mdi-elevation-rise::before{content:"\F1EC"}.mdi-elevator::before{content:"\F1ED"}.mdi-elevator-down::before{content:"\F02ED"}.mdi-elevator-passenger::before{content:"\F03AC"}.mdi-elevator-up::before{content:"\F02EC"}.mdi-ellipse::before{content:"\FEBD"}.mdi-ellipse-outline::before{content:"\FEBE"}.mdi-email::before{content:"\F1EE"}.mdi-email-alert::before{content:"\F6CE"}.mdi-email-alert-outline::before{content:"\FD1E"}.mdi-email-box::before{content:"\FCDF"}.mdi-email-check::before{content:"\FAB0"}.mdi-email-check-outline::before{content:"\FAB1"}.mdi-email-edit::before{content:"\FF00"}.mdi-email-edit-outline::before{content:"\FF01"}.mdi-email-lock::before{content:"\F1F1"}.mdi-email-mark-as-unread::before{content:"\FB6E"}.mdi-email-minus::before{content:"\FF02"}.mdi-email-minus-outline::before{content:"\FF03"}.mdi-email-multiple::before{content:"\FF04"}.mdi-email-multiple-outline::before{content:"\FF05"}.mdi-email-newsletter::before{content:"\FFD1"}.mdi-email-open::before{content:"\F1EF"}.mdi-email-open-multiple::before{content:"\FF06"}.mdi-email-open-multiple-outline::before{content:"\FF07"}.mdi-email-open-outline::before{content:"\F5EF"}.mdi-email-outline::before{content:"\F1F0"}.mdi-email-plus::before{content:"\F9EA"}.mdi-email-plus-outline::before{content:"\F9EB"}.mdi-email-receive::before{content:"\F0105"}.mdi-email-receive-outline::before{content:"\F0106"}.mdi-email-search::before{content:"\F960"}.mdi-email-search-outline::before{content:"\F961"}.mdi-email-send::before{content:"\F0107"}.mdi-email-send-outline::before{content:"\F0108"}.mdi-email-sync::before{content:"\F02F2"}.mdi-email-sync-outline::before{content:"\F02F3"}.mdi-email-variant::before{content:"\F5F0"}.mdi-ember::before{content:"\FB15"}.mdi-emby::before{content:"\F6B3"}.mdi-emoticon::before{content:"\FC44"}.mdi-emoticon-angry::before{content:"\FC45"}.mdi-emoticon-angry-outline::before{content:"\FC46"}.mdi-emoticon-confused::before{content:"\F0109"}.mdi-emoticon-confused-outline::before{content:"\F010A"}.mdi-emoticon-cool::before{content:"\FC47"}.mdi-emoticon-cool-outline::before{content:"\F1F3"}.mdi-emoticon-cry::before{content:"\FC48"}.mdi-emoticon-cry-outline::before{content:"\FC49"}.mdi-emoticon-dead::before{content:"\FC4A"}.mdi-emoticon-dead-outline::before{content:"\F69A"}.mdi-emoticon-devil::before{content:"\FC4B"}.mdi-emoticon-devil-outline::before{content:"\F1F4"}.mdi-emoticon-excited::before{content:"\FC4C"}.mdi-emoticon-excited-outline::before{content:"\F69B"}.mdi-emoticon-frown::before{content:"\FF69"}.mdi-emoticon-frown-outline::before{content:"\FF6A"}.mdi-emoticon-happy::before{content:"\FC4D"}.mdi-emoticon-happy-outline::before{content:"\F1F5"}.mdi-emoticon-kiss::before{content:"\FC4E"}.mdi-emoticon-kiss-outline::before{content:"\FC4F"}.mdi-emoticon-lol::before{content:"\F023F"}.mdi-emoticon-lol-outline::before{content:"\F0240"}.mdi-emoticon-neutral::before{content:"\FC50"}.mdi-emoticon-neutral-outline::before{content:"\F1F6"}.mdi-emoticon-outline::before{content:"\F1F2"}.mdi-emoticon-poop::before{content:"\F1F7"}.mdi-emoticon-poop-outline::before{content:"\FC51"}.mdi-emoticon-sad::before{content:"\FC52"}.mdi-emoticon-sad-outline::before{content:"\F1F8"}.mdi-emoticon-tongue::before{content:"\F1F9"}.mdi-emoticon-tongue-outline::before{content:"\FC53"}.mdi-emoticon-wink::before{content:"\FC54"}.mdi-emoticon-wink-outline::before{content:"\FC55"}.mdi-engine::before{content:"\F1FA"}.mdi-engine-off::before{content:"\FA45"}.mdi-engine-off-outline::before{content:"\FA46"}.mdi-engine-outline::before{content:"\F1FB"}.mdi-epsilon::before{content:"\F010B"}.mdi-equal::before{content:"\F1FC"}.mdi-equal-box::before{content:"\F1FD"}.mdi-equalizer::before{content:"\FEBF"}.mdi-equalizer-outline::before{content:"\FEC0"}.mdi-eraser::before{content:"\F1FE"}.mdi-eraser-variant::before{content:"\F642"}.mdi-escalator::before{content:"\F1FF"}.mdi-escalator-down::before{content:"\F02EB"}.mdi-escalator-up::before{content:"\F02EA"}.mdi-eslint::before{content:"\FC56"}.mdi-et::before{content:"\FAB2"}.mdi-ethereum::before{content:"\F869"}.mdi-ethernet::before{content:"\F200"}.mdi-ethernet-cable::before{content:"\F201"}.mdi-ethernet-cable-off::before{content:"\F202"}.mdi-etsy::before{content:"\F203"}.mdi-ev-station::before{content:"\F5F1"}.mdi-eventbrite::before{content:"\F7C6"}.mdi-evernote::before{content:"\F204"}.mdi-excavator::before{content:"\F0047"}.mdi-exclamation::before{content:"\F205"}.mdi-exclamation-thick::before{content:"\F0263"}.mdi-exit-run::before{content:"\FA47"}.mdi-exit-to-app::before{content:"\F206"}.mdi-expand-all::before{content:"\FAB3"}.mdi-expand-all-outline::before{content:"\FAB4"}.mdi-expansion-card::before{content:"\F8AD"}.mdi-expansion-card-variant::before{content:"\FFD2"}.mdi-exponent::before{content:"\F962"}.mdi-exponent-box::before{content:"\F963"}.mdi-export::before{content:"\F207"}.mdi-export-variant::before{content:"\FB6F"}.mdi-eye::before{content:"\F208"}.mdi-eye-check::before{content:"\FCE0"}.mdi-eye-check-outline::before{content:"\FCE1"}.mdi-eye-circle::before{content:"\FB70"}.mdi-eye-circle-outline::before{content:"\FB71"}.mdi-eye-minus::before{content:"\F0048"}.mdi-eye-minus-outline::before{content:"\F0049"}.mdi-eye-off::before{content:"\F209"}.mdi-eye-off-outline::before{content:"\F6D0"}.mdi-eye-outline::before{content:"\F6CF"}.mdi-eye-plus::before{content:"\F86A"}.mdi-eye-plus-outline::before{content:"\F86B"}.mdi-eye-settings::before{content:"\F86C"}.mdi-eye-settings-outline::before{content:"\F86D"}.mdi-eyedropper::before{content:"\F20A"}.mdi-eyedropper-variant::before{content:"\F20B"}.mdi-face::before{content:"\F643"}.mdi-face-agent::before{content:"\FD4C"}.mdi-face-outline::before{content:"\FB72"}.mdi-face-profile::before{content:"\F644"}.mdi-face-profile-woman::before{content:"\F00A1"}.mdi-face-recognition::before{content:"\FC57"}.mdi-face-woman::before{content:"\F00A2"}.mdi-face-woman-outline::before{content:"\F00A3"}.mdi-facebook::before{content:"\F20C"}.mdi-facebook-box::before{content:"\F20D"}.mdi-facebook-messenger::before{content:"\F20E"}.mdi-facebook-workplace::before{content:"\FB16"}.mdi-factory::before{content:"\F20F"}.mdi-fan::before{content:"\F210"}.mdi-fan-off::before{content:"\F81C"}.mdi-fast-forward::before{content:"\F211"}.mdi-fast-forward-10::before{content:"\FD4D"}.mdi-fast-forward-30::before{content:"\FCE2"}.mdi-fast-forward-5::before{content:"\F0223"}.mdi-fast-forward-outline::before{content:"\F6D1"}.mdi-fax::before{content:"\F212"}.mdi-feather::before{content:"\F6D2"}.mdi-feature-search::before{content:"\FA48"}.mdi-feature-search-outline::before{content:"\FA49"}.mdi-fedora::before{content:"\F8DA"}.mdi-ferris-wheel::before{content:"\FEC1"}.mdi-ferry::before{content:"\F213"}.mdi-file::before{content:"\F214"}.mdi-file-account::before{content:"\F73A"}.mdi-file-account-outline::before{content:"\F004A"}.mdi-file-alert::before{content:"\FA4A"}.mdi-file-alert-outline::before{content:"\FA4B"}.mdi-file-cabinet::before{content:"\FAB5"}.mdi-file-cad::before{content:"\FF08"}.mdi-file-cad-box::before{content:"\FF09"}.mdi-file-cancel::before{content:"\FDA2"}.mdi-file-cancel-outline::before{content:"\FDA3"}.mdi-file-certificate::before{content:"\F01B1"}.mdi-file-certificate-outline::before{content:"\F01B2"}.mdi-file-chart::before{content:"\F215"}.mdi-file-chart-outline::before{content:"\F004B"}.mdi-file-check::before{content:"\F216"}.mdi-file-check-outline::before{content:"\FE7B"}.mdi-file-clock::before{content:"\F030C"}.mdi-file-clock-outline::before{content:"\F030D"}.mdi-file-cloud::before{content:"\F217"}.mdi-file-cloud-outline::before{content:"\F004C"}.mdi-file-code::before{content:"\F22E"}.mdi-file-code-outline::before{content:"\F004D"}.mdi-file-compare::before{content:"\F8A9"}.mdi-file-delimited::before{content:"\F218"}.mdi-file-delimited-outline::before{content:"\FEC2"}.mdi-file-document::before{content:"\F219"}.mdi-file-document-box::before{content:"\F21A"}.mdi-file-document-box-check::before{content:"\FEC3"}.mdi-file-document-box-check-outline::before{content:"\FEC4"}.mdi-file-document-box-minus::before{content:"\FEC5"}.mdi-file-document-box-minus-outline::before{content:"\FEC6"}.mdi-file-document-box-multiple::before{content:"\FAB6"}.mdi-file-document-box-multiple-outline::before{content:"\FAB7"}.mdi-file-document-box-outline::before{content:"\F9EC"}.mdi-file-document-box-plus::before{content:"\FEC7"}.mdi-file-document-box-plus-outline::before{content:"\FEC8"}.mdi-file-document-box-remove::before{content:"\FEC9"}.mdi-file-document-box-remove-outline::before{content:"\FECA"}.mdi-file-document-box-search::before{content:"\FECB"}.mdi-file-document-box-search-outline::before{content:"\FECC"}.mdi-file-document-edit::before{content:"\FDA4"}.mdi-file-document-edit-outline::before{content:"\FDA5"}.mdi-file-document-outline::before{content:"\F9ED"}.mdi-file-download::before{content:"\F964"}.mdi-file-download-outline::before{content:"\F965"}.mdi-file-edit::before{content:"\F0212"}.mdi-file-edit-outline::before{content:"\F0213"}.mdi-file-excel::before{content:"\F21B"}.mdi-file-excel-box::before{content:"\F21C"}.mdi-file-excel-box-outline::before{content:"\F004E"}.mdi-file-excel-outline::before{content:"\F004F"}.mdi-file-export::before{content:"\F21D"}.mdi-file-export-outline::before{content:"\F0050"}.mdi-file-eye::before{content:"\FDA6"}.mdi-file-eye-outline::before{content:"\FDA7"}.mdi-file-find::before{content:"\F21E"}.mdi-file-find-outline::before{content:"\FB73"}.mdi-file-hidden::before{content:"\F613"}.mdi-file-image::before{content:"\F21F"}.mdi-file-image-outline::before{content:"\FECD"}.mdi-file-import::before{content:"\F220"}.mdi-file-import-outline::before{content:"\F0051"}.mdi-file-key::before{content:"\F01AF"}.mdi-file-key-outline::before{content:"\F01B0"}.mdi-file-link::before{content:"\F01A2"}.mdi-file-link-outline::before{content:"\F01A3"}.mdi-file-lock::before{content:"\F221"}.mdi-file-lock-outline::before{content:"\F0052"}.mdi-file-move::before{content:"\FAB8"}.mdi-file-move-outline::before{content:"\F0053"}.mdi-file-multiple::before{content:"\F222"}.mdi-file-multiple-outline::before{content:"\F0054"}.mdi-file-music::before{content:"\F223"}.mdi-file-music-outline::before{content:"\FE7C"}.mdi-file-outline::before{content:"\F224"}.mdi-file-pdf::before{content:"\F225"}.mdi-file-pdf-box::before{content:"\F226"}.mdi-file-pdf-box-outline::before{content:"\FFD3"}.mdi-file-pdf-outline::before{content:"\FE7D"}.mdi-file-percent::before{content:"\F81D"}.mdi-file-percent-outline::before{content:"\F0055"}.mdi-file-phone::before{content:"\F01A4"}.mdi-file-phone-outline::before{content:"\F01A5"}.mdi-file-plus::before{content:"\F751"}.mdi-file-plus-outline::before{content:"\FF0A"}.mdi-file-powerpoint::before{content:"\F227"}.mdi-file-powerpoint-box::before{content:"\F228"}.mdi-file-powerpoint-box-outline::before{content:"\F0056"}.mdi-file-powerpoint-outline::before{content:"\F0057"}.mdi-file-presentation-box::before{content:"\F229"}.mdi-file-question::before{content:"\F86E"}.mdi-file-question-outline::before{content:"\F0058"}.mdi-file-remove::before{content:"\FB74"}.mdi-file-remove-outline::before{content:"\F0059"}.mdi-file-replace::before{content:"\FB17"}.mdi-file-replace-outline::before{content:"\FB18"}.mdi-file-restore::before{content:"\F670"}.mdi-file-restore-outline::before{content:"\F005A"}.mdi-file-search::before{content:"\FC58"}.mdi-file-search-outline::before{content:"\FC59"}.mdi-file-send::before{content:"\F22A"}.mdi-file-send-outline::before{content:"\F005B"}.mdi-file-settings::before{content:"\F00A4"}.mdi-file-settings-outline::before{content:"\F00A5"}.mdi-file-settings-variant::before{content:"\F00A6"}.mdi-file-settings-variant-outline::before{content:"\F00A7"}.mdi-file-star::before{content:"\F005C"}.mdi-file-star-outline::before{content:"\F005D"}.mdi-file-swap::before{content:"\FFD4"}.mdi-file-swap-outline::before{content:"\FFD5"}.mdi-file-sync::before{content:"\F0241"}.mdi-file-sync-outline::before{content:"\F0242"}.mdi-file-table::before{content:"\FC5A"}.mdi-file-table-box::before{content:"\F010C"}.mdi-file-table-box-multiple::before{content:"\F010D"}.mdi-file-table-box-multiple-outline::before{content:"\F010E"}.mdi-file-table-box-outline::before{content:"\F010F"}.mdi-file-table-outline::before{content:"\FC5B"}.mdi-file-tree::before{content:"\F645"}.mdi-file-undo::before{content:"\F8DB"}.mdi-file-undo-outline::before{content:"\F005E"}.mdi-file-upload::before{content:"\FA4C"}.mdi-file-upload-outline::before{content:"\FA4D"}.mdi-file-video::before{content:"\F22B"}.mdi-file-video-outline::before{content:"\FE10"}.mdi-file-word::before{content:"\F22C"}.mdi-file-word-box::before{content:"\F22D"}.mdi-file-word-box-outline::before{content:"\F005F"}.mdi-file-word-outline::before{content:"\F0060"}.mdi-film::before{content:"\F22F"}.mdi-filmstrip::before{content:"\F230"}.mdi-filmstrip-off::before{content:"\F231"}.mdi-filter::before{content:"\F232"}.mdi-filter-menu::before{content:"\F0110"}.mdi-filter-menu-outline::before{content:"\F0111"}.mdi-filter-minus::before{content:"\FF0B"}.mdi-filter-minus-outline::before{content:"\FF0C"}.mdi-filter-outline::before{content:"\F233"}.mdi-filter-plus::before{content:"\FF0D"}.mdi-filter-plus-outline::before{content:"\FF0E"}.mdi-filter-remove::before{content:"\F234"}.mdi-filter-remove-outline::before{content:"\F235"}.mdi-filter-variant::before{content:"\F236"}.mdi-filter-variant-minus::before{content:"\F013D"}.mdi-filter-variant-plus::before{content:"\F013E"}.mdi-filter-variant-remove::before{content:"\F0061"}.mdi-finance::before{content:"\F81E"}.mdi-find-replace::before{content:"\F6D3"}.mdi-fingerprint::before{content:"\F237"}.mdi-fingerprint-off::before{content:"\FECE"}.mdi-fire::before{content:"\F238"}.mdi-fire-extinguisher::before{content:"\FF0F"}.mdi-fire-hydrant::before{content:"\F0162"}.mdi-fire-hydrant-alert::before{content:"\F0163"}.mdi-fire-hydrant-off::before{content:"\F0164"}.mdi-fire-truck::before{content:"\F8AA"}.mdi-firebase::before{content:"\F966"}.mdi-firefox::before{content:"\F239"}.mdi-fireplace::before{content:"\FE11"}.mdi-fireplace-off::before{content:"\FE12"}.mdi-firework::before{content:"\FE13"}.mdi-fish::before{content:"\F23A"}.mdi-fishbowl::before{content:"\FF10"}.mdi-fishbowl-outline::before{content:"\FF11"}.mdi-fit-to-page::before{content:"\FF12"}.mdi-fit-to-page-outline::before{content:"\FF13"}.mdi-flag::before{content:"\F23B"}.mdi-flag-checkered::before{content:"\F23C"}.mdi-flag-minus::before{content:"\FB75"}.mdi-flag-minus-outline::before{content:"\F00DD"}.mdi-flag-outline::before{content:"\F23D"}.mdi-flag-plus::before{content:"\FB76"}.mdi-flag-plus-outline::before{content:"\F00DE"}.mdi-flag-remove::before{content:"\FB77"}.mdi-flag-remove-outline::before{content:"\F00DF"}.mdi-flag-triangle::before{content:"\F23F"}.mdi-flag-variant::before{content:"\F240"}.mdi-flag-variant-outline::before{content:"\F23E"}.mdi-flare::before{content:"\FD4E"}.mdi-flash::before{content:"\F241"}.mdi-flash-alert::before{content:"\FF14"}.mdi-flash-alert-outline::before{content:"\FF15"}.mdi-flash-auto::before{content:"\F242"}.mdi-flash-circle::before{content:"\F81F"}.mdi-flash-off::before{content:"\F243"}.mdi-flash-outline::before{content:"\F6D4"}.mdi-flash-red-eye::before{content:"\F67A"}.mdi-flashlight::before{content:"\F244"}.mdi-flashlight-off::before{content:"\F245"}.mdi-flask::before{content:"\F093"}.mdi-flask-empty::before{content:"\F094"}.mdi-flask-empty-minus::before{content:"\F0265"}.mdi-flask-empty-minus-outline::before{content:"\F0266"}.mdi-flask-empty-outline::before{content:"\F095"}.mdi-flask-empty-plus::before{content:"\F0267"}.mdi-flask-empty-plus-outline::before{content:"\F0268"}.mdi-flask-empty-remove::before{content:"\F0269"}.mdi-flask-empty-remove-outline::before{content:"\F026A"}.mdi-flask-minus::before{content:"\F026B"}.mdi-flask-minus-outline::before{content:"\F026C"}.mdi-flask-outline::before{content:"\F096"}.mdi-flask-plus::before{content:"\F026D"}.mdi-flask-plus-outline::before{content:"\F026E"}.mdi-flask-remove::before{content:"\F026F"}.mdi-flask-remove-outline::before{content:"\F0270"}.mdi-flask-round-bottom::before{content:"\F0276"}.mdi-flask-round-bottom-empty::before{content:"\F0277"}.mdi-flask-round-bottom-empty-outline::before{content:"\F0278"}.mdi-flask-round-bottom-outline::before{content:"\F0279"}.mdi-flattr::before{content:"\F246"}.mdi-fleur-de-lis::before{content:"\F032E"}.mdi-flickr::before{content:"\FCE3"}.mdi-flip-horizontal::before{content:"\F0112"}.mdi-flip-to-back::before{content:"\F247"}.mdi-flip-to-front::before{content:"\F248"}.mdi-flip-vertical::before{content:"\F0113"}.mdi-floor-lamp::before{content:"\F8DC"}.mdi-floor-lamp-dual::before{content:"\F0062"}.mdi-floor-lamp-variant::before{content:"\F0063"}.mdi-floor-plan::before{content:"\F820"}.mdi-floppy::before{content:"\F249"}.mdi-floppy-variant::before{content:"\F9EE"}.mdi-flower::before{content:"\F24A"}.mdi-flower-outline::before{content:"\F9EF"}.mdi-flower-poppy::before{content:"\FCE4"}.mdi-flower-tulip::before{content:"\F9F0"}.mdi-flower-tulip-outline::before{content:"\F9F1"}.mdi-focus-auto::before{content:"\FF6B"}.mdi-focus-field::before{content:"\FF6C"}.mdi-focus-field-horizontal::before{content:"\FF6D"}.mdi-focus-field-vertical::before{content:"\FF6E"}.mdi-folder::before{content:"\F24B"}.mdi-folder-account::before{content:"\F24C"}.mdi-folder-account-outline::before{content:"\FB78"}.mdi-folder-alert::before{content:"\FDA8"}.mdi-folder-alert-outline::before{content:"\FDA9"}.mdi-folder-clock::before{content:"\FAB9"}.mdi-folder-clock-outline::before{content:"\FABA"}.mdi-folder-download::before{content:"\F24D"}.mdi-folder-download-outline::before{content:"\F0114"}.mdi-folder-edit::before{content:"\F8DD"}.mdi-folder-edit-outline::before{content:"\FDAA"}.mdi-folder-google-drive::before{content:"\F24E"}.mdi-folder-heart::before{content:"\F0115"}.mdi-folder-heart-outline::before{content:"\F0116"}.mdi-folder-home::before{content:"\F00E0"}.mdi-folder-home-outline::before{content:"\F00E1"}.mdi-folder-image::before{content:"\F24F"}.mdi-folder-information::before{content:"\F00E2"}.mdi-folder-information-outline::before{content:"\F00E3"}.mdi-folder-key::before{content:"\F8AB"}.mdi-folder-key-network::before{content:"\F8AC"}.mdi-folder-key-network-outline::before{content:"\FC5C"}.mdi-folder-key-outline::before{content:"\F0117"}.mdi-folder-lock::before{content:"\F250"}.mdi-folder-lock-open::before{content:"\F251"}.mdi-folder-marker::before{content:"\F0298"}.mdi-folder-marker-outline::before{content:"\F0299"}.mdi-folder-move::before{content:"\F252"}.mdi-folder-move-outline::before{content:"\F0271"}.mdi-folder-multiple::before{content:"\F253"}.mdi-folder-multiple-image::before{content:"\F254"}.mdi-folder-multiple-outline::before{content:"\F255"}.mdi-folder-music::before{content:"\F0384"}.mdi-folder-music-outline::before{content:"\F0385"}.mdi-folder-network::before{content:"\F86F"}.mdi-folder-network-outline::before{content:"\FC5D"}.mdi-folder-open::before{content:"\F76F"}.mdi-folder-open-outline::before{content:"\FDAB"}.mdi-folder-outline::before{content:"\F256"}.mdi-folder-plus::before{content:"\F257"}.mdi-folder-plus-outline::before{content:"\FB79"}.mdi-folder-pound::before{content:"\FCE5"}.mdi-folder-pound-outline::before{content:"\FCE6"}.mdi-folder-remove::before{content:"\F258"}.mdi-folder-remove-outline::before{content:"\FB7A"}.mdi-folder-search::before{content:"\F967"}.mdi-folder-search-outline::before{content:"\F968"}.mdi-folder-settings::before{content:"\F00A8"}.mdi-folder-settings-outline::before{content:"\F00A9"}.mdi-folder-settings-variant::before{content:"\F00AA"}.mdi-folder-settings-variant-outline::before{content:"\F00AB"}.mdi-folder-star::before{content:"\F69C"}.mdi-folder-star-outline::before{content:"\FB7B"}.mdi-folder-swap::before{content:"\FFD6"}.mdi-folder-swap-outline::before{content:"\FFD7"}.mdi-folder-sync::before{content:"\FCE7"}.mdi-folder-sync-outline::before{content:"\FCE8"}.mdi-folder-table::before{content:"\F030E"}.mdi-folder-table-outline::before{content:"\F030F"}.mdi-folder-text::before{content:"\FC5E"}.mdi-folder-text-outline::before{content:"\FC5F"}.mdi-folder-upload::before{content:"\F259"}.mdi-folder-upload-outline::before{content:"\F0118"}.mdi-folder-zip::before{content:"\F6EA"}.mdi-folder-zip-outline::before{content:"\F7B8"}.mdi-font-awesome::before{content:"\F03A"}.mdi-food::before{content:"\F25A"}.mdi-food-apple::before{content:"\F25B"}.mdi-food-apple-outline::before{content:"\FC60"}.mdi-food-croissant::before{content:"\F7C7"}.mdi-food-fork-drink::before{content:"\F5F2"}.mdi-food-off::before{content:"\F5F3"}.mdi-food-variant::before{content:"\F25C"}.mdi-foot-print::before{content:"\FF6F"}.mdi-football::before{content:"\F25D"}.mdi-football-australian::before{content:"\F25E"}.mdi-football-helmet::before{content:"\F25F"}.mdi-forklift::before{content:"\F7C8"}.mdi-format-align-bottom::before{content:"\F752"}.mdi-format-align-center::before{content:"\F260"}.mdi-format-align-justify::before{content:"\F261"}.mdi-format-align-left::before{content:"\F262"}.mdi-format-align-middle::before{content:"\F753"}.mdi-format-align-right::before{content:"\F263"}.mdi-format-align-top::before{content:"\F754"}.mdi-format-annotation-minus::before{content:"\FABB"}.mdi-format-annotation-plus::before{content:"\F646"}.mdi-format-bold::before{content:"\F264"}.mdi-format-clear::before{content:"\F265"}.mdi-format-color-fill::before{content:"\F266"}.mdi-format-color-highlight::before{content:"\FE14"}.mdi-format-color-marker-cancel::before{content:"\F033E"}.mdi-format-color-text::before{content:"\F69D"}.mdi-format-columns::before{content:"\F8DE"}.mdi-format-float-center::before{content:"\F267"}.mdi-format-float-left::before{content:"\F268"}.mdi-format-float-none::before{content:"\F269"}.mdi-format-float-right::before{content:"\F26A"}.mdi-format-font::before{content:"\F6D5"}.mdi-format-font-size-decrease::before{content:"\F9F2"}.mdi-format-font-size-increase::before{content:"\F9F3"}.mdi-format-header-1::before{content:"\F26B"}.mdi-format-header-2::before{content:"\F26C"}.mdi-format-header-3::before{content:"\F26D"}.mdi-format-header-4::before{content:"\F26E"}.mdi-format-header-5::before{content:"\F26F"}.mdi-format-header-6::before{content:"\F270"}.mdi-format-header-decrease::before{content:"\F271"}.mdi-format-header-equal::before{content:"\F272"}.mdi-format-header-increase::before{content:"\F273"}.mdi-format-header-pound::before{content:"\F274"}.mdi-format-horizontal-align-center::before{content:"\F61E"}.mdi-format-horizontal-align-left::before{content:"\F61F"}.mdi-format-horizontal-align-right::before{content:"\F620"}.mdi-format-indent-decrease::before{content:"\F275"}.mdi-format-indent-increase::before{content:"\F276"}.mdi-format-italic::before{content:"\F277"}.mdi-format-letter-case::before{content:"\FB19"}.mdi-format-letter-case-lower::before{content:"\FB1A"}.mdi-format-letter-case-upper::before{content:"\FB1B"}.mdi-format-letter-ends-with::before{content:"\FFD8"}.mdi-format-letter-matches::before{content:"\FFD9"}.mdi-format-letter-starts-with::before{content:"\FFDA"}.mdi-format-line-spacing::before{content:"\F278"}.mdi-format-line-style::before{content:"\F5C8"}.mdi-format-line-weight::before{content:"\F5C9"}.mdi-format-list-bulleted::before{content:"\F279"}.mdi-format-list-bulleted-square::before{content:"\FDAC"}.mdi-format-list-bulleted-triangle::before{content:"\FECF"}.mdi-format-list-bulleted-type::before{content:"\F27A"}.mdi-format-list-checkbox::before{content:"\F969"}.mdi-format-list-checks::before{content:"\F755"}.mdi-format-list-numbered::before{content:"\F27B"}.mdi-format-list-numbered-rtl::before{content:"\FCE9"}.mdi-format-list-text::before{content:"\F029A"}.mdi-format-overline::before{content:"\FED0"}.mdi-format-page-break::before{content:"\F6D6"}.mdi-format-paint::before{content:"\F27C"}.mdi-format-paragraph::before{content:"\F27D"}.mdi-format-pilcrow::before{content:"\F6D7"}.mdi-format-quote-close::before{content:"\F27E"}.mdi-format-quote-close-outline::before{content:"\F01D3"}.mdi-format-quote-open::before{content:"\F756"}.mdi-format-quote-open-outline::before{content:"\F01D2"}.mdi-format-rotate-90::before{content:"\F6A9"}.mdi-format-section::before{content:"\F69E"}.mdi-format-size::before{content:"\F27F"}.mdi-format-strikethrough::before{content:"\F280"}.mdi-format-strikethrough-variant::before{content:"\F281"}.mdi-format-subscript::before{content:"\F282"}.mdi-format-superscript::before{content:"\F283"}.mdi-format-text::before{content:"\F284"}.mdi-format-text-rotation-angle-down::before{content:"\FFDB"}.mdi-format-text-rotation-angle-up::before{content:"\FFDC"}.mdi-format-text-rotation-down::before{content:"\FD4F"}.mdi-format-text-rotation-down-vertical::before{content:"\FFDD"}.mdi-format-text-rotation-none::before{content:"\FD50"}.mdi-format-text-rotation-up::before{content:"\FFDE"}.mdi-format-text-rotation-vertical::before{content:"\FFDF"}.mdi-format-text-variant::before{content:"\FE15"}.mdi-format-text-wrapping-clip::before{content:"\FCEA"}.mdi-format-text-wrapping-overflow::before{content:"\FCEB"}.mdi-format-text-wrapping-wrap::before{content:"\FCEC"}.mdi-format-textbox::before{content:"\FCED"}.mdi-format-textdirection-l-to-r::before{content:"\F285"}.mdi-format-textdirection-r-to-l::before{content:"\F286"}.mdi-format-title::before{content:"\F5F4"}.mdi-format-underline::before{content:"\F287"}.mdi-format-vertical-align-bottom::before{content:"\F621"}.mdi-format-vertical-align-center::before{content:"\F622"}.mdi-format-vertical-align-top::before{content:"\F623"}.mdi-format-wrap-inline::before{content:"\F288"}.mdi-format-wrap-square::before{content:"\F289"}.mdi-format-wrap-tight::before{content:"\F28A"}.mdi-format-wrap-top-bottom::before{content:"\F28B"}.mdi-forum::before{content:"\F28C"}.mdi-forum-outline::before{content:"\F821"}.mdi-forward::before{content:"\F28D"}.mdi-forwardburger::before{content:"\FD51"}.mdi-fountain::before{content:"\F96A"}.mdi-fountain-pen::before{content:"\FCEE"}.mdi-fountain-pen-tip::before{content:"\FCEF"}.mdi-foursquare::before{content:"\F28E"}.mdi-freebsd::before{content:"\F8DF"}.mdi-frequently-asked-questions::before{content:"\FED1"}.mdi-fridge::before{content:"\F290"}.mdi-fridge-alert::before{content:"\F01DC"}.mdi-fridge-alert-outline::before{content:"\F01DD"}.mdi-fridge-bottom::before{content:"\F292"}.mdi-fridge-off::before{content:"\F01DA"}.mdi-fridge-off-outline::before{content:"\F01DB"}.mdi-fridge-outline::before{content:"\F28F"}.mdi-fridge-top::before{content:"\F291"}.mdi-fruit-cherries::before{content:"\F0064"}.mdi-fruit-citrus::before{content:"\F0065"}.mdi-fruit-grapes::before{content:"\F0066"}.mdi-fruit-grapes-outline::before{content:"\F0067"}.mdi-fruit-pineapple::before{content:"\F0068"}.mdi-fruit-watermelon::before{content:"\F0069"}.mdi-fuel::before{content:"\F7C9"}.mdi-fullscreen::before{content:"\F293"}.mdi-fullscreen-exit::before{content:"\F294"}.mdi-function::before{content:"\F295"}.mdi-function-variant::before{content:"\F870"}.mdi-furigana-horizontal::before{content:"\F00AC"}.mdi-furigana-vertical::before{content:"\F00AD"}.mdi-fuse::before{content:"\FC61"}.mdi-fuse-blade::before{content:"\FC62"}.mdi-gamepad::before{content:"\F296"}.mdi-gamepad-circle::before{content:"\FE16"}.mdi-gamepad-circle-down::before{content:"\FE17"}.mdi-gamepad-circle-left::before{content:"\FE18"}.mdi-gamepad-circle-outline::before{content:"\FE19"}.mdi-gamepad-circle-right::before{content:"\FE1A"}.mdi-gamepad-circle-up::before{content:"\FE1B"}.mdi-gamepad-down::before{content:"\FE1C"}.mdi-gamepad-left::before{content:"\FE1D"}.mdi-gamepad-right::before{content:"\FE1E"}.mdi-gamepad-round::before{content:"\FE1F"}.mdi-gamepad-round-down::before{content:"\FE7E"}.mdi-gamepad-round-left::before{content:"\FE7F"}.mdi-gamepad-round-outline::before{content:"\FE80"}.mdi-gamepad-round-right::before{content:"\FE81"}.mdi-gamepad-round-up::before{content:"\FE82"}.mdi-gamepad-square::before{content:"\FED2"}.mdi-gamepad-square-outline::before{content:"\FED3"}.mdi-gamepad-up::before{content:"\FE83"}.mdi-gamepad-variant::before{content:"\F297"}.mdi-gamepad-variant-outline::before{content:"\FED4"}.mdi-gamma::before{content:"\F0119"}.mdi-gantry-crane::before{content:"\FDAD"}.mdi-garage::before{content:"\F6D8"}.mdi-garage-alert::before{content:"\F871"}.mdi-garage-alert-variant::before{content:"\F0300"}.mdi-garage-open::before{content:"\F6D9"}.mdi-garage-open-variant::before{content:"\F02FF"}.mdi-garage-variant::before{content:"\F02FE"}.mdi-gas-cylinder::before{content:"\F647"}.mdi-gas-station::before{content:"\F298"}.mdi-gas-station-outline::before{content:"\FED5"}.mdi-gate::before{content:"\F299"}.mdi-gate-and::before{content:"\F8E0"}.mdi-gate-arrow-right::before{content:"\F0194"}.mdi-gate-nand::before{content:"\F8E1"}.mdi-gate-nor::before{content:"\F8E2"}.mdi-gate-not::before{content:"\F8E3"}.mdi-gate-open::before{content:"\F0195"}.mdi-gate-or::before{content:"\F8E4"}.mdi-gate-xnor::before{content:"\F8E5"}.mdi-gate-xor::before{content:"\F8E6"}.mdi-gatsby::before{content:"\FE84"}.mdi-gauge::before{content:"\F29A"}.mdi-gauge-empty::before{content:"\F872"}.mdi-gauge-full::before{content:"\F873"}.mdi-gauge-low::before{content:"\F874"}.mdi-gavel::before{content:"\F29B"}.mdi-gender-female::before{content:"\F29C"}.mdi-gender-male::before{content:"\F29D"}.mdi-gender-male-female::before{content:"\F29E"}.mdi-gender-male-female-variant::before{content:"\F016A"}.mdi-gender-non-binary::before{content:"\F016B"}.mdi-gender-transgender::before{content:"\F29F"}.mdi-gentoo::before{content:"\F8E7"}.mdi-gesture::before{content:"\F7CA"}.mdi-gesture-double-tap::before{content:"\F73B"}.mdi-gesture-pinch::before{content:"\FABC"}.mdi-gesture-spread::before{content:"\FABD"}.mdi-gesture-swipe::before{content:"\FD52"}.mdi-gesture-swipe-down::before{content:"\F73C"}.mdi-gesture-swipe-horizontal::before{content:"\FABE"}.mdi-gesture-swipe-left::before{content:"\F73D"}.mdi-gesture-swipe-right::before{content:"\F73E"}.mdi-gesture-swipe-up::before{content:"\F73F"}.mdi-gesture-swipe-vertical::before{content:"\FABF"}.mdi-gesture-tap::before{content:"\F740"}.mdi-gesture-tap-box::before{content:"\F02D4"}.mdi-gesture-tap-button::before{content:"\F02D3"}.mdi-gesture-tap-hold::before{content:"\FD53"}.mdi-gesture-two-double-tap::before{content:"\F741"}.mdi-gesture-two-tap::before{content:"\F742"}.mdi-ghost::before{content:"\F2A0"}.mdi-ghost-off::before{content:"\F9F4"}.mdi-gif::before{content:"\FD54"}.mdi-gift::before{content:"\FE85"}.mdi-gift-outline::before{content:"\F2A1"}.mdi-git::before{content:"\F2A2"}.mdi-github-box::before{content:"\F2A3"}.mdi-github-circle::before{content:"\F2A4"}.mdi-github-face::before{content:"\F6DA"}.mdi-gitlab::before{content:"\FB7C"}.mdi-glass-cocktail::before{content:"\F356"}.mdi-glass-flute::before{content:"\F2A5"}.mdi-glass-mug::before{content:"\F2A6"}.mdi-glass-mug-variant::before{content:"\F0141"}.mdi-glass-pint-outline::before{content:"\F0338"}.mdi-glass-stange::before{content:"\F2A7"}.mdi-glass-tulip::before{content:"\F2A8"}.mdi-glass-wine::before{content:"\F875"}.mdi-glassdoor::before{content:"\F2A9"}.mdi-glasses::before{content:"\F2AA"}.mdi-globe-light::before{content:"\F0302"}.mdi-globe-model::before{content:"\F8E8"}.mdi-gmail::before{content:"\F2AB"}.mdi-gnome::before{content:"\F2AC"}.mdi-go-kart::before{content:"\FD55"}.mdi-go-kart-track::before{content:"\FD56"}.mdi-gog::before{content:"\FB7D"}.mdi-gold::before{content:"\F027A"}.mdi-golf::before{content:"\F822"}.mdi-golf-cart::before{content:"\F01CF"}.mdi-golf-tee::before{content:"\F00AE"}.mdi-gondola::before{content:"\F685"}.mdi-goodreads::before{content:"\FD57"}.mdi-google::before{content:"\F2AD"}.mdi-google-adwords::before{content:"\FC63"}.mdi-google-analytics::before{content:"\F7CB"}.mdi-google-assistant::before{content:"\F7CC"}.mdi-google-cardboard::before{content:"\F2AE"}.mdi-google-chrome::before{content:"\F2AF"}.mdi-google-circles::before{content:"\F2B0"}.mdi-google-circles-communities::before{content:"\F2B1"}.mdi-google-circles-extended::before{content:"\F2B2"}.mdi-google-circles-group::before{content:"\F2B3"}.mdi-google-classroom::before{content:"\F2C0"}.mdi-google-cloud::before{content:"\F0221"}.mdi-google-controller::before{content:"\F2B4"}.mdi-google-controller-off::before{content:"\F2B5"}.mdi-google-downasaur::before{content:"\F038D"}.mdi-google-drive::before{content:"\F2B6"}.mdi-google-earth::before{content:"\F2B7"}.mdi-google-fit::before{content:"\F96B"}.mdi-google-glass::before{content:"\F2B8"}.mdi-google-hangouts::before{content:"\F2C9"}.mdi-google-home::before{content:"\F823"}.mdi-google-keep::before{content:"\F6DB"}.mdi-google-lens::before{content:"\F9F5"}.mdi-google-maps::before{content:"\F5F5"}.mdi-google-my-business::before{content:"\F006A"}.mdi-google-nearby::before{content:"\F2B9"}.mdi-google-pages::before{content:"\F2BA"}.mdi-google-photos::before{content:"\F6DC"}.mdi-google-physical-web::before{content:"\F2BB"}.mdi-google-play::before{content:"\F2BC"}.mdi-google-plus::before{content:"\F2BD"}.mdi-google-plus-box::before{content:"\F2BE"}.mdi-google-podcast::before{content:"\FED6"}.mdi-google-spreadsheet::before{content:"\F9F6"}.mdi-google-street-view::before{content:"\FC64"}.mdi-google-translate::before{content:"\F2BF"}.mdi-gradient::before{content:"\F69F"}.mdi-grain::before{content:"\FD58"}.mdi-graph::before{content:"\F006B"}.mdi-graph-outline::before{content:"\F006C"}.mdi-graphql::before{content:"\F876"}.mdi-grave-stone::before{content:"\FB7E"}.mdi-grease-pencil::before{content:"\F648"}.mdi-greater-than::before{content:"\F96C"}.mdi-greater-than-or-equal::before{content:"\F96D"}.mdi-grid::before{content:"\F2C1"}.mdi-grid-large::before{content:"\F757"}.mdi-grid-off::before{content:"\F2C2"}.mdi-grill::before{content:"\FE86"}.mdi-grill-outline::before{content:"\F01B5"}.mdi-group::before{content:"\F2C3"}.mdi-guitar-acoustic::before{content:"\F770"}.mdi-guitar-electric::before{content:"\F2C4"}.mdi-guitar-pick::before{content:"\F2C5"}.mdi-guitar-pick-outline::before{content:"\F2C6"}.mdi-guy-fawkes-mask::before{content:"\F824"}.mdi-hackernews::before{content:"\F624"}.mdi-hail::before{content:"\FAC0"}.mdi-hair-dryer::before{content:"\F011A"}.mdi-hair-dryer-outline::before{content:"\F011B"}.mdi-halloween::before{content:"\FB7F"}.mdi-hamburger::before{content:"\F684"}.mdi-hammer::before{content:"\F8E9"}.mdi-hammer-screwdriver::before{content:"\F034D"}.mdi-hammer-wrench::before{content:"\F034E"}.mdi-hand::before{content:"\FA4E"}.mdi-hand-heart::before{content:"\F011C"}.mdi-hand-left::before{content:"\FE87"}.mdi-hand-okay::before{content:"\FA4F"}.mdi-hand-peace::before{content:"\FA50"}.mdi-hand-peace-variant::before{content:"\FA51"}.mdi-hand-pointing-down::before{content:"\FA52"}.mdi-hand-pointing-left::before{content:"\FA53"}.mdi-hand-pointing-right::before{content:"\F2C7"}.mdi-hand-pointing-up::before{content:"\FA54"}.mdi-hand-right::before{content:"\FE88"}.mdi-hand-saw::before{content:"\FE89"}.mdi-handball::before{content:"\FF70"}.mdi-handcuffs::before{content:"\F0169"}.mdi-handshake::before{content:"\F0243"}.mdi-hanger::before{content:"\F2C8"}.mdi-hard-hat::before{content:"\F96E"}.mdi-harddisk::before{content:"\F2CA"}.mdi-harddisk-plus::before{content:"\F006D"}.mdi-harddisk-remove::before{content:"\F006E"}.mdi-hat-fedora::before{content:"\FB80"}.mdi-hazard-lights::before{content:"\FC65"}.mdi-hdr::before{content:"\FD59"}.mdi-hdr-off::before{content:"\FD5A"}.mdi-head::before{content:"\F0389"}.mdi-head-alert::before{content:"\F0363"}.mdi-head-alert-outline::before{content:"\F0364"}.mdi-head-check::before{content:"\F0365"}.mdi-head-check-outline::before{content:"\F0366"}.mdi-head-cog::before{content:"\F0367"}.mdi-head-cog-outline::before{content:"\F0368"}.mdi-head-dots-horizontal::before{content:"\F0369"}.mdi-head-dots-horizontal-outline::before{content:"\F036A"}.mdi-head-flash::before{content:"\F036B"}.mdi-head-flash-outline::before{content:"\F036C"}.mdi-head-heart::before{content:"\F036D"}.mdi-head-heart-outline::before{content:"\F036E"}.mdi-head-lightbulb::before{content:"\F036F"}.mdi-head-lightbulb-outline::before{content:"\F0370"}.mdi-head-minus::before{content:"\F0371"}.mdi-head-minus-outline::before{content:"\F0372"}.mdi-head-outline::before{content:"\F038A"}.mdi-head-plus::before{content:"\F0373"}.mdi-head-plus-outline::before{content:"\F0374"}.mdi-head-question::before{content:"\F0375"}.mdi-head-question-outline::before{content:"\F0376"}.mdi-head-remove::before{content:"\F0377"}.mdi-head-remove-outline::before{content:"\F0378"}.mdi-head-snowflake::before{content:"\F0379"}.mdi-head-snowflake-outline::before{content:"\F037A"}.mdi-head-sync::before{content:"\F037B"}.mdi-head-sync-outline::before{content:"\F037C"}.mdi-headphones::before{content:"\F2CB"}.mdi-headphones-bluetooth::before{content:"\F96F"}.mdi-headphones-box::before{content:"\F2CC"}.mdi-headphones-off::before{content:"\F7CD"}.mdi-headphones-settings::before{content:"\F2CD"}.mdi-headset::before{content:"\F2CE"}.mdi-headset-dock::before{content:"\F2CF"}.mdi-headset-off::before{content:"\F2D0"}.mdi-heart::before{content:"\F2D1"}.mdi-heart-box::before{content:"\F2D2"}.mdi-heart-box-outline::before{content:"\F2D3"}.mdi-heart-broken::before{content:"\F2D4"}.mdi-heart-broken-outline::before{content:"\FCF0"}.mdi-heart-circle::before{content:"\F970"}.mdi-heart-circle-outline::before{content:"\F971"}.mdi-heart-flash::before{content:"\FF16"}.mdi-heart-half::before{content:"\F6DE"}.mdi-heart-half-full::before{content:"\F6DD"}.mdi-heart-half-outline::before{content:"\F6DF"}.mdi-heart-multiple::before{content:"\FA55"}.mdi-heart-multiple-outline::before{content:"\FA56"}.mdi-heart-off::before{content:"\F758"}.mdi-heart-outline::before{content:"\F2D5"}.mdi-heart-pulse::before{content:"\F5F6"}.mdi-helicopter::before{content:"\FAC1"}.mdi-help::before{content:"\F2D6"}.mdi-help-box::before{content:"\F78A"}.mdi-help-circle::before{content:"\F2D7"}.mdi-help-circle-outline::before{content:"\F625"}.mdi-help-network::before{content:"\F6F4"}.mdi-help-network-outline::before{content:"\FC66"}.mdi-help-rhombus::before{content:"\FB81"}.mdi-help-rhombus-outline::before{content:"\FB82"}.mdi-hexadecimal::before{content:"\F02D2"}.mdi-hexagon::before{content:"\F2D8"}.mdi-hexagon-multiple::before{content:"\F6E0"}.mdi-hexagon-multiple-outline::before{content:"\F011D"}.mdi-hexagon-outline::before{content:"\F2D9"}.mdi-hexagon-slice-1::before{content:"\FAC2"}.mdi-hexagon-slice-2::before{content:"\FAC3"}.mdi-hexagon-slice-3::before{content:"\FAC4"}.mdi-hexagon-slice-4::before{content:"\FAC5"}.mdi-hexagon-slice-5::before{content:"\FAC6"}.mdi-hexagon-slice-6::before{content:"\FAC7"}.mdi-hexagram::before{content:"\FAC8"}.mdi-hexagram-outline::before{content:"\FAC9"}.mdi-high-definition::before{content:"\F7CE"}.mdi-high-definition-box::before{content:"\F877"}.mdi-highway::before{content:"\F5F7"}.mdi-hiking::before{content:"\FD5B"}.mdi-hinduism::before{content:"\F972"}.mdi-history::before{content:"\F2DA"}.mdi-hockey-puck::before{content:"\F878"}.mdi-hockey-sticks::before{content:"\F879"}.mdi-hololens::before{content:"\F2DB"}.mdi-home::before{content:"\F2DC"}.mdi-home-account::before{content:"\F825"}.mdi-home-alert::before{content:"\F87A"}.mdi-home-analytics::before{content:"\FED7"}.mdi-home-assistant::before{content:"\F7CF"}.mdi-home-automation::before{content:"\F7D0"}.mdi-home-circle::before{content:"\F7D1"}.mdi-home-circle-outline::before{content:"\F006F"}.mdi-home-city::before{content:"\FCF1"}.mdi-home-city-outline::before{content:"\FCF2"}.mdi-home-currency-usd::before{content:"\F8AE"}.mdi-home-edit::before{content:"\F0184"}.mdi-home-edit-outline::before{content:"\F0185"}.mdi-home-export-outline::before{content:"\FFB8"}.mdi-home-flood::before{content:"\FF17"}.mdi-home-floor-0::before{content:"\FDAE"}.mdi-home-floor-1::before{content:"\FD5C"}.mdi-home-floor-2::before{content:"\FD5D"}.mdi-home-floor-3::before{content:"\FD5E"}.mdi-home-floor-a::before{content:"\FD5F"}.mdi-home-floor-b::before{content:"\FD60"}.mdi-home-floor-g::before{content:"\FD61"}.mdi-home-floor-l::before{content:"\FD62"}.mdi-home-floor-negative-1::before{content:"\FDAF"}.mdi-home-group::before{content:"\FDB0"}.mdi-home-heart::before{content:"\F826"}.mdi-home-import-outline::before{content:"\FFB9"}.mdi-home-lightbulb::before{content:"\F027C"}.mdi-home-lightbulb-outline::before{content:"\F027D"}.mdi-home-lock::before{content:"\F8EA"}.mdi-home-lock-open::before{content:"\F8EB"}.mdi-home-map-marker::before{content:"\F5F8"}.mdi-home-minus::before{content:"\F973"}.mdi-home-modern::before{content:"\F2DD"}.mdi-home-outline::before{content:"\F6A0"}.mdi-home-plus::before{content:"\F974"}.mdi-home-remove::before{content:"\F0272"}.mdi-home-roof::before{content:"\F0156"}.mdi-home-thermometer::before{content:"\FF71"}.mdi-home-thermometer-outline::before{content:"\FF72"}.mdi-home-variant::before{content:"\F2DE"}.mdi-home-variant-outline::before{content:"\FB83"}.mdi-hook::before{content:"\F6E1"}.mdi-hook-off::before{content:"\F6E2"}.mdi-hops::before{content:"\F2DF"}.mdi-horizontal-rotate-clockwise::before{content:"\F011E"}.mdi-horizontal-rotate-counterclockwise::before{content:"\F011F"}.mdi-horseshoe::before{content:"\FA57"}.mdi-hospital::before{content:"\F0017"}.mdi-hospital-box::before{content:"\F2E0"}.mdi-hospital-box-outline::before{content:"\F0018"}.mdi-hospital-building::before{content:"\F2E1"}.mdi-hospital-marker::before{content:"\F2E2"}.mdi-hot-tub::before{content:"\F827"}.mdi-hotel::before{content:"\F2E3"}.mdi-houzz::before{content:"\F2E4"}.mdi-houzz-box::before{content:"\F2E5"}.mdi-hubspot::before{content:"\FCF3"}.mdi-hulu::before{content:"\F828"}.mdi-human::before{content:"\F2E6"}.mdi-human-child::before{content:"\F2E7"}.mdi-human-female::before{content:"\F649"}.mdi-human-female-boy::before{content:"\FA58"}.mdi-human-female-female::before{content:"\FA59"}.mdi-human-female-girl::before{content:"\FA5A"}.mdi-human-greeting::before{content:"\F64A"}.mdi-human-handsdown::before{content:"\F64B"}.mdi-human-handsup::before{content:"\F64C"}.mdi-human-male::before{content:"\F64D"}.mdi-human-male-boy::before{content:"\FA5B"}.mdi-human-male-female::before{content:"\F2E8"}.mdi-human-male-girl::before{content:"\FA5C"}.mdi-human-male-height::before{content:"\FF18"}.mdi-human-male-height-variant::before{content:"\FF19"}.mdi-human-male-male::before{content:"\FA5D"}.mdi-human-pregnant::before{content:"\F5CF"}.mdi-humble-bundle::before{content:"\F743"}.mdi-hvac::before{content:"\F037D"}.mdi-hydraulic-oil-level::before{content:"\F034F"}.mdi-hydraulic-oil-temperature::before{content:"\F0350"}.mdi-hydro-power::before{content:"\F0310"}.mdi-ice-cream::before{content:"\F829"}.mdi-ice-pop::before{content:"\FF1A"}.mdi-id-card::before{content:"\FFE0"}.mdi-identifier::before{content:"\FF1B"}.mdi-ideogram-cjk::before{content:"\F035C"}.mdi-ideogram-cjk-variant::before{content:"\F035D"}.mdi-iframe::before{content:"\FC67"}.mdi-iframe-array::before{content:"\F0120"}.mdi-iframe-array-outline::before{content:"\F0121"}.mdi-iframe-braces::before{content:"\F0122"}.mdi-iframe-braces-outline::before{content:"\F0123"}.mdi-iframe-outline::before{content:"\FC68"}.mdi-iframe-parentheses::before{content:"\F0124"}.mdi-iframe-parentheses-outline::before{content:"\F0125"}.mdi-iframe-variable::before{content:"\F0126"}.mdi-iframe-variable-outline::before{content:"\F0127"}.mdi-image::before{content:"\F2E9"}.mdi-image-album::before{content:"\F2EA"}.mdi-image-area::before{content:"\F2EB"}.mdi-image-area-close::before{content:"\F2EC"}.mdi-image-auto-adjust::before{content:"\FFE1"}.mdi-image-broken::before{content:"\F2ED"}.mdi-image-broken-variant::before{content:"\F2EE"}.mdi-image-edit::before{content:"\F020E"}.mdi-image-edit-outline::before{content:"\F020F"}.mdi-image-filter::before{content:"\F2EF"}.mdi-image-filter-black-white::before{content:"\F2F0"}.mdi-image-filter-center-focus::before{content:"\F2F1"}.mdi-image-filter-center-focus-strong::before{content:"\FF1C"}.mdi-image-filter-center-focus-strong-outline::before{content:"\FF1D"}.mdi-image-filter-center-focus-weak::before{content:"\F2F2"}.mdi-image-filter-drama::before{content:"\F2F3"}.mdi-image-filter-frames::before{content:"\F2F4"}.mdi-image-filter-hdr::before{content:"\F2F5"}.mdi-image-filter-none::before{content:"\F2F6"}.mdi-image-filter-tilt-shift::before{content:"\F2F7"}.mdi-image-filter-vintage::before{content:"\F2F8"}.mdi-image-frame::before{content:"\FE8A"}.mdi-image-move::before{content:"\F9F7"}.mdi-image-multiple::before{content:"\F2F9"}.mdi-image-off::before{content:"\F82A"}.mdi-image-off-outline::before{content:"\F01FC"}.mdi-image-outline::before{content:"\F975"}.mdi-image-plus::before{content:"\F87B"}.mdi-image-search::before{content:"\F976"}.mdi-image-search-outline::before{content:"\F977"}.mdi-image-size-select-actual::before{content:"\FC69"}.mdi-image-size-select-large::before{content:"\FC6A"}.mdi-image-size-select-small::before{content:"\FC6B"}.mdi-import::before{content:"\F2FA"}.mdi-inbox::before{content:"\F686"}.mdi-inbox-arrow-down::before{content:"\F2FB"}.mdi-inbox-arrow-down-outline::before{content:"\F029B"}.mdi-inbox-arrow-up::before{content:"\F3D1"}.mdi-inbox-arrow-up-outline::before{content:"\F029C"}.mdi-inbox-full::before{content:"\F029D"}.mdi-inbox-full-outline::before{content:"\F029E"}.mdi-inbox-multiple::before{content:"\F8AF"}.mdi-inbox-multiple-outline::before{content:"\FB84"}.mdi-inbox-outline::before{content:"\F029F"}.mdi-incognito::before{content:"\F5F9"}.mdi-infinity::before{content:"\F6E3"}.mdi-information::before{content:"\F2FC"}.mdi-information-outline::before{content:"\F2FD"}.mdi-information-variant::before{content:"\F64E"}.mdi-instagram::before{content:"\F2FE"}.mdi-instapaper::before{content:"\F2FF"}.mdi-instrument-triangle::before{content:"\F0070"}.mdi-internet-explorer::before{content:"\F300"}.mdi-invert-colors::before{content:"\F301"}.mdi-invert-colors-off::before{content:"\FE8B"}.mdi-iobroker::before{content:"\F0313"}.mdi-ip::before{content:"\FA5E"}.mdi-ip-network::before{content:"\FA5F"}.mdi-ip-network-outline::before{content:"\FC6C"}.mdi-ipod::before{content:"\FC6D"}.mdi-islam::before{content:"\F978"}.mdi-island::before{content:"\F0071"}.mdi-itunes::before{content:"\F676"}.mdi-iv-bag::before{content:"\F00E4"}.mdi-jabber::before{content:"\FDB1"}.mdi-jeepney::before{content:"\F302"}.mdi-jellyfish::before{content:"\FF1E"}.mdi-jellyfish-outline::before{content:"\FF1F"}.mdi-jira::before{content:"\F303"}.mdi-jquery::before{content:"\F87C"}.mdi-jsfiddle::before{content:"\F304"}.mdi-json::before{content:"\F626"}.mdi-judaism::before{content:"\F979"}.mdi-jump-rope::before{content:"\F032A"}.mdi-kabaddi::before{content:"\FD63"}.mdi-karate::before{content:"\F82B"}.mdi-keg::before{content:"\F305"}.mdi-kettle::before{content:"\F5FA"}.mdi-kettle-alert::before{content:"\F0342"}.mdi-kettle-alert-outline::before{content:"\F0343"}.mdi-kettle-off::before{content:"\F0346"}.mdi-kettle-off-outline::before{content:"\F0347"}.mdi-kettle-outline::before{content:"\FF73"}.mdi-kettle-steam::before{content:"\F0344"}.mdi-kettle-steam-outline::before{content:"\F0345"}.mdi-kettlebell::before{content:"\F032B"}.mdi-key::before{content:"\F306"}.mdi-key-arrow-right::before{content:"\F033D"}.mdi-key-change::before{content:"\F307"}.mdi-key-link::before{content:"\F01CA"}.mdi-key-minus::before{content:"\F308"}.mdi-key-outline::before{content:"\FDB2"}.mdi-key-plus::before{content:"\F309"}.mdi-key-remove::before{content:"\F30A"}.mdi-key-star::before{content:"\F01C9"}.mdi-key-variant::before{content:"\F30B"}.mdi-key-wireless::before{content:"\FFE2"}.mdi-keyboard::before{content:"\F30C"}.mdi-keyboard-backspace::before{content:"\F30D"}.mdi-keyboard-caps::before{content:"\F30E"}.mdi-keyboard-close::before{content:"\F30F"}.mdi-keyboard-esc::before{content:"\F02E2"}.mdi-keyboard-f1::before{content:"\F02D6"}.mdi-keyboard-f10::before{content:"\F02DF"}.mdi-keyboard-f11::before{content:"\F02E0"}.mdi-keyboard-f12::before{content:"\F02E1"}.mdi-keyboard-f2::before{content:"\F02D7"}.mdi-keyboard-f3::before{content:"\F02D8"}.mdi-keyboard-f4::before{content:"\F02D9"}.mdi-keyboard-f5::before{content:"\F02DA"}.mdi-keyboard-f6::before{content:"\F02DB"}.mdi-keyboard-f7::before{content:"\F02DC"}.mdi-keyboard-f8::before{content:"\F02DD"}.mdi-keyboard-f9::before{content:"\F02DE"}.mdi-keyboard-off::before{content:"\F310"}.mdi-keyboard-off-outline::before{content:"\FE8C"}.mdi-keyboard-outline::before{content:"\F97A"}.mdi-keyboard-return::before{content:"\F311"}.mdi-keyboard-settings::before{content:"\F9F8"}.mdi-keyboard-settings-outline::before{content:"\F9F9"}.mdi-keyboard-space::before{content:"\F0072"}.mdi-keyboard-tab::before{content:"\F312"}.mdi-keyboard-variant::before{content:"\F313"}.mdi-khanda::before{content:"\F0128"}.mdi-kickstarter::before{content:"\F744"}.mdi-klingon::before{content:"\F0386"}.mdi-knife::before{content:"\F9FA"}.mdi-knife-military::before{content:"\F9FB"}.mdi-kodi::before{content:"\F314"}.mdi-kotlin::before{content:"\F0244"}.mdi-kubernetes::before{content:"\F0129"}.mdi-label::before{content:"\F315"}.mdi-label-multiple::before{content:"\F03A0"}.mdi-label-multiple-outline::before{content:"\F03A1"}.mdi-label-off::before{content:"\FACA"}.mdi-label-off-outline::before{content:"\FACB"}.mdi-label-outline::before{content:"\F316"}.mdi-label-percent::before{content:"\F0315"}.mdi-label-percent-outline::before{content:"\F0316"}.mdi-label-variant::before{content:"\FACC"}.mdi-label-variant-outline::before{content:"\FACD"}.mdi-ladybug::before{content:"\F82C"}.mdi-lambda::before{content:"\F627"}.mdi-lamp::before{content:"\F6B4"}.mdi-lan::before{content:"\F317"}.mdi-lan-check::before{content:"\F02D5"}.mdi-lan-connect::before{content:"\F318"}.mdi-lan-disconnect::before{content:"\F319"}.mdi-lan-pending::before{content:"\F31A"}.mdi-language-c::before{content:"\F671"}.mdi-language-cpp::before{content:"\F672"}.mdi-language-csharp::before{content:"\F31B"}.mdi-language-css3::before{content:"\F31C"}.mdi-language-fortran::before{content:"\F0245"}.mdi-language-go::before{content:"\F7D2"}.mdi-language-haskell::before{content:"\FC6E"}.mdi-language-html5::before{content:"\F31D"}.mdi-language-java::before{content:"\FB1C"}.mdi-language-javascript::before{content:"\F31E"}.mdi-language-lua::before{content:"\F8B0"}.mdi-language-php::before{content:"\F31F"}.mdi-language-python::before{content:"\F320"}.mdi-language-python-text::before{content:"\F321"}.mdi-language-r::before{content:"\F7D3"}.mdi-language-ruby-on-rails::before{content:"\FACE"}.mdi-language-swift::before{content:"\F6E4"}.mdi-language-typescript::before{content:"\F6E5"}.mdi-laptop::before{content:"\F322"}.mdi-laptop-chromebook::before{content:"\F323"}.mdi-laptop-mac::before{content:"\F324"}.mdi-laptop-off::before{content:"\F6E6"}.mdi-laptop-windows::before{content:"\F325"}.mdi-laravel::before{content:"\FACF"}.mdi-lasso::before{content:"\FF20"}.mdi-lastfm::before{content:"\F326"}.mdi-lastpass::before{content:"\F446"}.mdi-latitude::before{content:"\FF74"}.mdi-launch::before{content:"\F327"}.mdi-lava-lamp::before{content:"\F7D4"}.mdi-layers::before{content:"\F328"}.mdi-layers-minus::before{content:"\FE8D"}.mdi-layers-off::before{content:"\F329"}.mdi-layers-off-outline::before{content:"\F9FC"}.mdi-layers-outline::before{content:"\F9FD"}.mdi-layers-plus::before{content:"\FE30"}.mdi-layers-remove::before{content:"\FE31"}.mdi-layers-search::before{content:"\F0231"}.mdi-layers-search-outline::before{content:"\F0232"}.mdi-layers-triple::before{content:"\FF75"}.mdi-layers-triple-outline::before{content:"\FF76"}.mdi-lead-pencil::before{content:"\F64F"}.mdi-leaf::before{content:"\F32A"}.mdi-leaf-maple::before{content:"\FC6F"}.mdi-leaf-maple-off::before{content:"\F0305"}.mdi-leaf-off::before{content:"\F0304"}.mdi-leak::before{content:"\FDB3"}.mdi-leak-off::before{content:"\FDB4"}.mdi-led-off::before{content:"\F32B"}.mdi-led-on::before{content:"\F32C"}.mdi-led-outline::before{content:"\F32D"}.mdi-led-strip::before{content:"\F7D5"}.mdi-led-strip-variant::before{content:"\F0073"}.mdi-led-variant-off::before{content:"\F32E"}.mdi-led-variant-on::before{content:"\F32F"}.mdi-led-variant-outline::before{content:"\F330"}.mdi-leek::before{content:"\F01A8"}.mdi-less-than::before{content:"\F97B"}.mdi-less-than-or-equal::before{content:"\F97C"}.mdi-library::before{content:"\F331"}.mdi-library-books::before{content:"\F332"}.mdi-library-movie::before{content:"\FCF4"}.mdi-library-music::before{content:"\F333"}.mdi-library-music-outline::before{content:"\FF21"}.mdi-library-shelves::before{content:"\FB85"}.mdi-library-video::before{content:"\FCF5"}.mdi-license::before{content:"\FFE3"}.mdi-lifebuoy::before{content:"\F87D"}.mdi-light-switch::before{content:"\F97D"}.mdi-lightbulb::before{content:"\F335"}.mdi-lightbulb-cfl::before{content:"\F0233"}.mdi-lightbulb-cfl-off::before{content:"\F0234"}.mdi-lightbulb-cfl-spiral::before{content:"\F02A0"}.mdi-lightbulb-cfl-spiral-off::before{content:"\F02EE"}.mdi-lightbulb-group::before{content:"\F027E"}.mdi-lightbulb-group-off::before{content:"\F02F8"}.mdi-lightbulb-group-off-outline::before{content:"\F02F9"}.mdi-lightbulb-group-outline::before{content:"\F027F"}.mdi-lightbulb-multiple::before{content:"\F0280"}.mdi-lightbulb-multiple-off::before{content:"\F02FA"}.mdi-lightbulb-multiple-off-outline::before{content:"\F02FB"}.mdi-lightbulb-multiple-outline::before{content:"\F0281"}.mdi-lightbulb-off::before{content:"\FE32"}.mdi-lightbulb-off-outline::before{content:"\FE33"}.mdi-lightbulb-on::before{content:"\F6E7"}.mdi-lightbulb-on-outline::before{content:"\F6E8"}.mdi-lightbulb-outline::before{content:"\F336"}.mdi-lighthouse::before{content:"\F9FE"}.mdi-lighthouse-on::before{content:"\F9FF"}.mdi-link::before{content:"\F337"}.mdi-link-box::before{content:"\FCF6"}.mdi-link-box-outline::before{content:"\FCF7"}.mdi-link-box-variant::before{content:"\FCF8"}.mdi-link-box-variant-outline::before{content:"\FCF9"}.mdi-link-lock::before{content:"\F00E5"}.mdi-link-off::before{content:"\F338"}.mdi-link-plus::before{content:"\FC70"}.mdi-link-variant::before{content:"\F339"}.mdi-link-variant-minus::before{content:"\F012A"}.mdi-link-variant-off::before{content:"\F33A"}.mdi-link-variant-plus::before{content:"\F012B"}.mdi-link-variant-remove::before{content:"\F012C"}.mdi-linkedin::before{content:"\F33B"}.mdi-linkedin-box::before{content:"\F33C"}.mdi-linux::before{content:"\F33D"}.mdi-linux-mint::before{content:"\F8EC"}.mdi-litecoin::before{content:"\FA60"}.mdi-loading::before{content:"\F771"}.mdi-location-enter::before{content:"\FFE4"}.mdi-location-exit::before{content:"\FFE5"}.mdi-lock::before{content:"\F33E"}.mdi-lock-alert::before{content:"\F8ED"}.mdi-lock-clock::before{content:"\F97E"}.mdi-lock-open::before{content:"\F33F"}.mdi-lock-open-outline::before{content:"\F340"}.mdi-lock-open-variant::before{content:"\FFE6"}.mdi-lock-open-variant-outline::before{content:"\FFE7"}.mdi-lock-outline::before{content:"\F341"}.mdi-lock-pattern::before{content:"\F6E9"}.mdi-lock-plus::before{content:"\F5FB"}.mdi-lock-question::before{content:"\F8EE"}.mdi-lock-reset::before{content:"\F772"}.mdi-lock-smart::before{content:"\F8B1"}.mdi-locker::before{content:"\F7D6"}.mdi-locker-multiple::before{content:"\F7D7"}.mdi-login::before{content:"\F342"}.mdi-login-variant::before{content:"\F5FC"}.mdi-logout::before{content:"\F343"}.mdi-logout-variant::before{content:"\F5FD"}.mdi-longitude::before{content:"\FF77"}.mdi-looks::before{content:"\F344"}.mdi-loupe::before{content:"\F345"}.mdi-lumx::before{content:"\F346"}.mdi-lungs::before{content:"\F00AF"}.mdi-lyft::before{content:"\FB1D"}.mdi-magnet::before{content:"\F347"}.mdi-magnet-on::before{content:"\F348"}.mdi-magnify::before{content:"\F349"}.mdi-magnify-close::before{content:"\F97F"}.mdi-magnify-minus::before{content:"\F34A"}.mdi-magnify-minus-cursor::before{content:"\FA61"}.mdi-magnify-minus-outline::before{content:"\F6EB"}.mdi-magnify-plus::before{content:"\F34B"}.mdi-magnify-plus-cursor::before{content:"\FA62"}.mdi-magnify-plus-outline::before{content:"\F6EC"}.mdi-magnify-remove-cursor::before{content:"\F0237"}.mdi-magnify-remove-outline::before{content:"\F0238"}.mdi-magnify-scan::before{content:"\F02A1"}.mdi-mail::before{content:"\FED8"}.mdi-mail-ru::before{content:"\F34C"}.mdi-mailbox::before{content:"\F6ED"}.mdi-mailbox-open::before{content:"\FD64"}.mdi-mailbox-open-outline::before{content:"\FD65"}.mdi-mailbox-open-up::before{content:"\FD66"}.mdi-mailbox-open-up-outline::before{content:"\FD67"}.mdi-mailbox-outline::before{content:"\FD68"}.mdi-mailbox-up::before{content:"\FD69"}.mdi-mailbox-up-outline::before{content:"\FD6A"}.mdi-map::before{content:"\F34D"}.mdi-map-check::before{content:"\FED9"}.mdi-map-check-outline::before{content:"\FEDA"}.mdi-map-clock::before{content:"\FCFA"}.mdi-map-clock-outline::before{content:"\FCFB"}.mdi-map-legend::before{content:"\FA00"}.mdi-map-marker::before{content:"\F34E"}.mdi-map-marker-alert::before{content:"\FF22"}.mdi-map-marker-alert-outline::before{content:"\FF23"}.mdi-map-marker-check::before{content:"\FC71"}.mdi-map-marker-check-outline::before{content:"\F0326"}.mdi-map-marker-circle::before{content:"\F34F"}.mdi-map-marker-distance::before{content:"\F8EF"}.mdi-map-marker-down::before{content:"\F012D"}.mdi-map-marker-left::before{content:"\F0306"}.mdi-map-marker-left-outline::before{content:"\F0308"}.mdi-map-marker-minus::before{content:"\F650"}.mdi-map-marker-minus-outline::before{content:"\F0324"}.mdi-map-marker-multiple::before{content:"\F350"}.mdi-map-marker-multiple-outline::before{content:"\F02A2"}.mdi-map-marker-off::before{content:"\F351"}.mdi-map-marker-off-outline::before{content:"\F0328"}.mdi-map-marker-outline::before{content:"\F7D8"}.mdi-map-marker-path::before{content:"\FCFC"}.mdi-map-marker-plus::before{content:"\F651"}.mdi-map-marker-plus-outline::before{content:"\F0323"}.mdi-map-marker-question::before{content:"\FF24"}.mdi-map-marker-question-outline::before{content:"\FF25"}.mdi-map-marker-radius::before{content:"\F352"}.mdi-map-marker-radius-outline::before{content:"\F0327"}.mdi-map-marker-remove::before{content:"\FF26"}.mdi-map-marker-remove-outline::before{content:"\F0325"}.mdi-map-marker-remove-variant::before{content:"\FF27"}.mdi-map-marker-right::before{content:"\F0307"}.mdi-map-marker-right-outline::before{content:"\F0309"}.mdi-map-marker-up::before{content:"\F012E"}.mdi-map-minus::before{content:"\F980"}.mdi-map-outline::before{content:"\F981"}.mdi-map-plus::before{content:"\F982"}.mdi-map-search::before{content:"\F983"}.mdi-map-search-outline::before{content:"\F984"}.mdi-mapbox::before{content:"\FB86"}.mdi-margin::before{content:"\F353"}.mdi-markdown::before{content:"\F354"}.mdi-markdown-outline::before{content:"\FF78"}.mdi-marker::before{content:"\F652"}.mdi-marker-cancel::before{content:"\FDB5"}.mdi-marker-check::before{content:"\F355"}.mdi-mastodon::before{content:"\FAD0"}.mdi-mastodon-variant::before{content:"\FAD1"}.mdi-material-design::before{content:"\F985"}.mdi-material-ui::before{content:"\F357"}.mdi-math-compass::before{content:"\F358"}.mdi-math-cos::before{content:"\FC72"}.mdi-math-integral::before{content:"\FFE8"}.mdi-math-integral-box::before{content:"\FFE9"}.mdi-math-log::before{content:"\F00B0"}.mdi-math-norm::before{content:"\FFEA"}.mdi-math-norm-box::before{content:"\FFEB"}.mdi-math-sin::before{content:"\FC73"}.mdi-math-tan::before{content:"\FC74"}.mdi-matrix::before{content:"\F628"}.mdi-medal::before{content:"\F986"}.mdi-medal-outline::before{content:"\F0351"}.mdi-medical-bag::before{content:"\F6EE"}.mdi-meditation::before{content:"\F01A6"}.mdi-medium::before{content:"\F35A"}.mdi-meetup::before{content:"\FAD2"}.mdi-memory::before{content:"\F35B"}.mdi-menu::before{content:"\F35C"}.mdi-menu-down::before{content:"\F35D"}.mdi-menu-down-outline::before{content:"\F6B5"}.mdi-menu-left::before{content:"\F35E"}.mdi-menu-left-outline::before{content:"\FA01"}.mdi-menu-open::before{content:"\FB87"}.mdi-menu-right::before{content:"\F35F"}.mdi-menu-right-outline::before{content:"\FA02"}.mdi-menu-swap::before{content:"\FA63"}.mdi-menu-swap-outline::before{content:"\FA64"}.mdi-menu-up::before{content:"\F360"}.mdi-menu-up-outline::before{content:"\F6B6"}.mdi-merge::before{content:"\FF79"}.mdi-message::before{content:"\F361"}.mdi-message-alert::before{content:"\F362"}.mdi-message-alert-outline::before{content:"\FA03"}.mdi-message-arrow-left::before{content:"\F031D"}.mdi-message-arrow-left-outline::before{content:"\F031E"}.mdi-message-arrow-right::before{content:"\F031F"}.mdi-message-arrow-right-outline::before{content:"\F0320"}.mdi-message-bulleted::before{content:"\F6A1"}.mdi-message-bulleted-off::before{content:"\F6A2"}.mdi-message-draw::before{content:"\F363"}.mdi-message-image::before{content:"\F364"}.mdi-message-image-outline::before{content:"\F0197"}.mdi-message-lock::before{content:"\FFEC"}.mdi-message-lock-outline::before{content:"\F0198"}.mdi-message-minus::before{content:"\F0199"}.mdi-message-minus-outline::before{content:"\F019A"}.mdi-message-outline::before{content:"\F365"}.mdi-message-plus::before{content:"\F653"}.mdi-message-plus-outline::before{content:"\F00E6"}.mdi-message-processing::before{content:"\F366"}.mdi-message-processing-outline::before{content:"\F019B"}.mdi-message-reply::before{content:"\F367"}.mdi-message-reply-text::before{content:"\F368"}.mdi-message-settings::before{content:"\F6EF"}.mdi-message-settings-outline::before{content:"\F019C"}.mdi-message-settings-variant::before{content:"\F6F0"}.mdi-message-settings-variant-outline::before{content:"\F019D"}.mdi-message-text::before{content:"\F369"}.mdi-message-text-clock::before{content:"\F019E"}.mdi-message-text-clock-outline::before{content:"\F019F"}.mdi-message-text-lock::before{content:"\FFED"}.mdi-message-text-lock-outline::before{content:"\F01A0"}.mdi-message-text-outline::before{content:"\F36A"}.mdi-message-video::before{content:"\F36B"}.mdi-meteor::before{content:"\F629"}.mdi-metronome::before{content:"\F7D9"}.mdi-metronome-tick::before{content:"\F7DA"}.mdi-micro-sd::before{content:"\F7DB"}.mdi-microphone::before{content:"\F36C"}.mdi-microphone-minus::before{content:"\F8B2"}.mdi-microphone-off::before{content:"\F36D"}.mdi-microphone-outline::before{content:"\F36E"}.mdi-microphone-plus::before{content:"\F8B3"}.mdi-microphone-settings::before{content:"\F36F"}.mdi-microphone-variant::before{content:"\F370"}.mdi-microphone-variant-off::before{content:"\F371"}.mdi-microscope::before{content:"\F654"}.mdi-microsoft::before{content:"\F372"}.mdi-microsoft-dynamics::before{content:"\F987"}.mdi-microwave::before{content:"\FC75"}.mdi-middleware::before{content:"\FF7A"}.mdi-middleware-outline::before{content:"\FF7B"}.mdi-midi::before{content:"\F8F0"}.mdi-midi-port::before{content:"\F8F1"}.mdi-mine::before{content:"\FDB6"}.mdi-minecraft::before{content:"\F373"}.mdi-mini-sd::before{content:"\FA04"}.mdi-minidisc::before{content:"\FA05"}.mdi-minus::before{content:"\F374"}.mdi-minus-box::before{content:"\F375"}.mdi-minus-box-multiple::before{content:"\F016C"}.mdi-minus-box-multiple-outline::before{content:"\F016D"}.mdi-minus-box-outline::before{content:"\F6F1"}.mdi-minus-circle::before{content:"\F376"}.mdi-minus-circle-outline::before{content:"\F377"}.mdi-minus-network::before{content:"\F378"}.mdi-minus-network-outline::before{content:"\FC76"}.mdi-mirror::before{content:"\F0228"}.mdi-mixcloud::before{content:"\F62A"}.mdi-mixed-martial-arts::before{content:"\FD6B"}.mdi-mixed-reality::before{content:"\F87E"}.mdi-mixer::before{content:"\F7DC"}.mdi-molecule::before{content:"\FB88"}.mdi-monitor::before{content:"\F379"}.mdi-monitor-cellphone::before{content:"\F988"}.mdi-monitor-cellphone-star::before{content:"\F989"}.mdi-monitor-clean::before{content:"\F012F"}.mdi-monitor-dashboard::before{content:"\FA06"}.mdi-monitor-edit::before{content:"\F02F1"}.mdi-monitor-lock::before{content:"\FDB7"}.mdi-monitor-multiple::before{content:"\F37A"}.mdi-monitor-off::before{content:"\FD6C"}.mdi-monitor-screenshot::before{content:"\FE34"}.mdi-monitor-speaker::before{content:"\FF7C"}.mdi-monitor-speaker-off::before{content:"\FF7D"}.mdi-monitor-star::before{content:"\FDB8"}.mdi-moon-first-quarter::before{content:"\FF7E"}.mdi-moon-full::before{content:"\FF7F"}.mdi-moon-last-quarter::before{content:"\FF80"}.mdi-moon-new::before{content:"\FF81"}.mdi-moon-waning-crescent::before{content:"\FF82"}.mdi-moon-waning-gibbous::before{content:"\FF83"}.mdi-moon-waxing-crescent::before{content:"\FF84"}.mdi-moon-waxing-gibbous::before{content:"\FF85"}.mdi-moped::before{content:"\F00B1"}.mdi-more::before{content:"\F37B"}.mdi-mother-heart::before{content:"\F033F"}.mdi-mother-nurse::before{content:"\FCFD"}.mdi-motion-sensor::before{content:"\FD6D"}.mdi-motorbike::before{content:"\F37C"}.mdi-mouse::before{content:"\F37D"}.mdi-mouse-bluetooth::before{content:"\F98A"}.mdi-mouse-off::before{content:"\F37E"}.mdi-mouse-variant::before{content:"\F37F"}.mdi-mouse-variant-off::before{content:"\F380"}.mdi-move-resize::before{content:"\F655"}.mdi-move-resize-variant::before{content:"\F656"}.mdi-movie::before{content:"\F381"}.mdi-movie-edit::before{content:"\F014D"}.mdi-movie-edit-outline::before{content:"\F014E"}.mdi-movie-filter::before{content:"\F014F"}.mdi-movie-filter-outline::before{content:"\F0150"}.mdi-movie-open::before{content:"\FFEE"}.mdi-movie-open-outline::before{content:"\FFEF"}.mdi-movie-outline::before{content:"\FDB9"}.mdi-movie-roll::before{content:"\F7DD"}.mdi-movie-search::before{content:"\F01FD"}.mdi-movie-search-outline::before{content:"\F01FE"}.mdi-muffin::before{content:"\F98B"}.mdi-multiplication::before{content:"\F382"}.mdi-multiplication-box::before{content:"\F383"}.mdi-mushroom::before{content:"\F7DE"}.mdi-mushroom-outline::before{content:"\F7DF"}.mdi-music::before{content:"\F759"}.mdi-music-accidental-double-flat::before{content:"\FF86"}.mdi-music-accidental-double-sharp::before{content:"\FF87"}.mdi-music-accidental-flat::before{content:"\FF88"}.mdi-music-accidental-natural::before{content:"\FF89"}.mdi-music-accidental-sharp::before{content:"\FF8A"}.mdi-music-box::before{content:"\F384"}.mdi-music-box-outline::before{content:"\F385"}.mdi-music-circle::before{content:"\F386"}.mdi-music-circle-outline::before{content:"\FAD3"}.mdi-music-clef-alto::before{content:"\FF8B"}.mdi-music-clef-bass::before{content:"\FF8C"}.mdi-music-clef-treble::before{content:"\FF8D"}.mdi-music-note::before{content:"\F387"}.mdi-music-note-bluetooth::before{content:"\F5FE"}.mdi-music-note-bluetooth-off::before{content:"\F5FF"}.mdi-music-note-eighth::before{content:"\F388"}.mdi-music-note-eighth-dotted::before{content:"\FF8E"}.mdi-music-note-half::before{content:"\F389"}.mdi-music-note-half-dotted::before{content:"\FF8F"}.mdi-music-note-off::before{content:"\F38A"}.mdi-music-note-off-outline::before{content:"\FF90"}.mdi-music-note-outline::before{content:"\FF91"}.mdi-music-note-plus::before{content:"\FDBA"}.mdi-music-note-quarter::before{content:"\F38B"}.mdi-music-note-quarter-dotted::before{content:"\FF92"}.mdi-music-note-sixteenth::before{content:"\F38C"}.mdi-music-note-sixteenth-dotted::before{content:"\FF93"}.mdi-music-note-whole::before{content:"\F38D"}.mdi-music-note-whole-dotted::before{content:"\FF94"}.mdi-music-off::before{content:"\F75A"}.mdi-music-rest-eighth::before{content:"\FF95"}.mdi-music-rest-half::before{content:"\FF96"}.mdi-music-rest-quarter::before{content:"\FF97"}.mdi-music-rest-sixteenth::before{content:"\FF98"}.mdi-music-rest-whole::before{content:"\FF99"}.mdi-nail::before{content:"\FDBB"}.mdi-nas::before{content:"\F8F2"}.mdi-nativescript::before{content:"\F87F"}.mdi-nature::before{content:"\F38E"}.mdi-nature-people::before{content:"\F38F"}.mdi-navigation::before{content:"\F390"}.mdi-near-me::before{content:"\F5CD"}.mdi-necklace::before{content:"\FF28"}.mdi-needle::before{content:"\F391"}.mdi-netflix::before{content:"\F745"}.mdi-network::before{content:"\F6F2"}.mdi-network-off::before{content:"\FC77"}.mdi-network-off-outline::before{content:"\FC78"}.mdi-network-outline::before{content:"\FC79"}.mdi-network-router::before{content:"\F00B2"}.mdi-network-strength-1::before{content:"\F8F3"}.mdi-network-strength-1-alert::before{content:"\F8F4"}.mdi-network-strength-2::before{content:"\F8F5"}.mdi-network-strength-2-alert::before{content:"\F8F6"}.mdi-network-strength-3::before{content:"\F8F7"}.mdi-network-strength-3-alert::before{content:"\F8F8"}.mdi-network-strength-4::before{content:"\F8F9"}.mdi-network-strength-4-alert::before{content:"\F8FA"}.mdi-network-strength-off::before{content:"\F8FB"}.mdi-network-strength-off-outline::before{content:"\F8FC"}.mdi-network-strength-outline::before{content:"\F8FD"}.mdi-new-box::before{content:"\F394"}.mdi-newspaper::before{content:"\F395"}.mdi-newspaper-minus::before{content:"\FF29"}.mdi-newspaper-plus::before{content:"\FF2A"}.mdi-newspaper-variant::before{content:"\F0023"}.mdi-newspaper-variant-multiple::before{content:"\F0024"}.mdi-newspaper-variant-multiple-outline::before{content:"\F0025"}.mdi-newspaper-variant-outline::before{content:"\F0026"}.mdi-nfc::before{content:"\F396"}.mdi-nfc-off::before{content:"\FE35"}.mdi-nfc-search-variant::before{content:"\FE36"}.mdi-nfc-tap::before{content:"\F397"}.mdi-nfc-variant::before{content:"\F398"}.mdi-nfc-variant-off::before{content:"\FE37"}.mdi-ninja::before{content:"\F773"}.mdi-nintendo-switch::before{content:"\F7E0"}.mdi-nix::before{content:"\F0130"}.mdi-nodejs::before{content:"\F399"}.mdi-noodles::before{content:"\F01A9"}.mdi-not-equal::before{content:"\F98C"}.mdi-not-equal-variant::before{content:"\F98D"}.mdi-note::before{content:"\F39A"}.mdi-note-multiple::before{content:"\F6B7"}.mdi-note-multiple-outline::before{content:"\F6B8"}.mdi-note-outline::before{content:"\F39B"}.mdi-note-plus::before{content:"\F39C"}.mdi-note-plus-outline::before{content:"\F39D"}.mdi-note-text::before{content:"\F39E"}.mdi-note-text-outline::before{content:"\F0202"}.mdi-notebook::before{content:"\F82D"}.mdi-notebook-multiple::before{content:"\FE38"}.mdi-notebook-outline::before{content:"\FEDC"}.mdi-notification-clear-all::before{content:"\F39F"}.mdi-npm::before{content:"\F6F6"}.mdi-npm-variant::before{content:"\F98E"}.mdi-npm-variant-outline::before{content:"\F98F"}.mdi-nuke::before{content:"\F6A3"}.mdi-null::before{content:"\F7E1"}.mdi-numeric::before{content:"\F3A0"}.mdi-numeric-0::before{content:"\30"}.mdi-numeric-0-box::before{content:"\F3A1"}.mdi-numeric-0-box-multiple::before{content:"\FF2B"}.mdi-numeric-0-box-multiple-outline::before{content:"\F3A2"}.mdi-numeric-0-box-outline::before{content:"\F3A3"}.mdi-numeric-0-circle::before{content:"\FC7A"}.mdi-numeric-0-circle-outline::before{content:"\FC7B"}.mdi-numeric-1::before{content:"\31"}.mdi-numeric-1-box::before{content:"\F3A4"}.mdi-numeric-1-box-multiple::before{content:"\FF2C"}.mdi-numeric-1-box-multiple-outline::before{content:"\F3A5"}.mdi-numeric-1-box-outline::before{content:"\F3A6"}.mdi-numeric-1-circle::before{content:"\FC7C"}.mdi-numeric-1-circle-outline::before{content:"\FC7D"}.mdi-numeric-10::before{content:"\F000A"}.mdi-numeric-10-box::before{content:"\FF9A"}.mdi-numeric-10-box-multiple::before{content:"\F000B"}.mdi-numeric-10-box-multiple-outline::before{content:"\F000C"}.mdi-numeric-10-box-outline::before{content:"\FF9B"}.mdi-numeric-10-circle::before{content:"\F000D"}.mdi-numeric-10-circle-outline::before{content:"\F000E"}.mdi-numeric-2::before{content:"\32"}.mdi-numeric-2-box::before{content:"\F3A7"}.mdi-numeric-2-box-multiple::before{content:"\FF2D"}.mdi-numeric-2-box-multiple-outline::before{content:"\F3A8"}.mdi-numeric-2-box-outline::before{content:"\F3A9"}.mdi-numeric-2-circle::before{content:"\FC7E"}.mdi-numeric-2-circle-outline::before{content:"\FC7F"}.mdi-numeric-3::before{content:"\33"}.mdi-numeric-3-box::before{content:"\F3AA"}.mdi-numeric-3-box-multiple::before{content:"\FF2E"}.mdi-numeric-3-box-multiple-outline::before{content:"\F3AB"}.mdi-numeric-3-box-outline::before{content:"\F3AC"}.mdi-numeric-3-circle::before{content:"\FC80"}.mdi-numeric-3-circle-outline::before{content:"\FC81"}.mdi-numeric-4::before{content:"\34"}.mdi-numeric-4-box::before{content:"\F3AD"}.mdi-numeric-4-box-multiple::before{content:"\FF2F"}.mdi-numeric-4-box-multiple-outline::before{content:"\F3AE"}.mdi-numeric-4-box-outline::before{content:"\F3AF"}.mdi-numeric-4-circle::before{content:"\FC82"}.mdi-numeric-4-circle-outline::before{content:"\FC83"}.mdi-numeric-5::before{content:"\35"}.mdi-numeric-5-box::before{content:"\F3B0"}.mdi-numeric-5-box-multiple::before{content:"\FF30"}.mdi-numeric-5-box-multiple-outline::before{content:"\F3B1"}.mdi-numeric-5-box-outline::before{content:"\F3B2"}.mdi-numeric-5-circle::before{content:"\FC84"}.mdi-numeric-5-circle-outline::before{content:"\FC85"}.mdi-numeric-6::before{content:"\36"}.mdi-numeric-6-box::before{content:"\F3B3"}.mdi-numeric-6-box-multiple::before{content:"\FF31"}.mdi-numeric-6-box-multiple-outline::before{content:"\F3B4"}.mdi-numeric-6-box-outline::before{content:"\F3B5"}.mdi-numeric-6-circle::before{content:"\FC86"}.mdi-numeric-6-circle-outline::before{content:"\FC87"}.mdi-numeric-7::before{content:"\37"}.mdi-numeric-7-box::before{content:"\F3B6"}.mdi-numeric-7-box-multiple::before{content:"\FF32"}.mdi-numeric-7-box-multiple-outline::before{content:"\F3B7"}.mdi-numeric-7-box-outline::before{content:"\F3B8"}.mdi-numeric-7-circle::before{content:"\FC88"}.mdi-numeric-7-circle-outline::before{content:"\FC89"}.mdi-numeric-8::before{content:"\38"}.mdi-numeric-8-box::before{content:"\F3B9"}.mdi-numeric-8-box-multiple::before{content:"\FF33"}.mdi-numeric-8-box-multiple-outline::before{content:"\F3BA"}.mdi-numeric-8-box-outline::before{content:"\F3BB"}.mdi-numeric-8-circle::before{content:"\FC8A"}.mdi-numeric-8-circle-outline::before{content:"\FC8B"}.mdi-numeric-9::before{content:"\39"}.mdi-numeric-9-box::before{content:"\F3BC"}.mdi-numeric-9-box-multiple::before{content:"\FF34"}.mdi-numeric-9-box-multiple-outline::before{content:"\F3BD"}.mdi-numeric-9-box-outline::before{content:"\F3BE"}.mdi-numeric-9-circle::before{content:"\FC8C"}.mdi-numeric-9-circle-outline::before{content:"\FC8D"}.mdi-numeric-9-plus::before{content:"\F000F"}.mdi-numeric-9-plus-box::before{content:"\F3BF"}.mdi-numeric-9-plus-box-multiple::before{content:"\FF35"}.mdi-numeric-9-plus-box-multiple-outline::before{content:"\F3C0"}.mdi-numeric-9-plus-box-outline::before{content:"\F3C1"}.mdi-numeric-9-plus-circle::before{content:"\FC8E"}.mdi-numeric-9-plus-circle-outline::before{content:"\FC8F"}.mdi-numeric-negative-1::before{content:"\F0074"}.mdi-nut::before{content:"\F6F7"}.mdi-nutrition::before{content:"\F3C2"}.mdi-nuxt::before{content:"\F0131"}.mdi-oar::before{content:"\F67B"}.mdi-ocarina::before{content:"\FDBC"}.mdi-oci::before{content:"\F0314"}.mdi-ocr::before{content:"\F0165"}.mdi-octagon::before{content:"\F3C3"}.mdi-octagon-outline::before{content:"\F3C4"}.mdi-octagram::before{content:"\F6F8"}.mdi-octagram-outline::before{content:"\F774"}.mdi-odnoklassniki::before{content:"\F3C5"}.mdi-offer::before{content:"\F0246"}.mdi-office::before{content:"\F3C6"}.mdi-office-building::before{content:"\F990"}.mdi-oil::before{content:"\F3C7"}.mdi-oil-lamp::before{content:"\FF36"}.mdi-oil-level::before{content:"\F0075"}.mdi-oil-temperature::before{content:"\F0019"}.mdi-omega::before{content:"\F3C9"}.mdi-one-up::before{content:"\FB89"}.mdi-onedrive::before{content:"\F3CA"}.mdi-onenote::before{content:"\F746"}.mdi-onepassword::before{content:"\F880"}.mdi-opacity::before{content:"\F5CC"}.mdi-open-in-app::before{content:"\F3CB"}.mdi-open-in-new::before{content:"\F3CC"}.mdi-open-source-initiative::before{content:"\FB8A"}.mdi-openid::before{content:"\F3CD"}.mdi-opera::before{content:"\F3CE"}.mdi-orbit::before{content:"\F018"}.mdi-origin::before{content:"\FB2B"}.mdi-ornament::before{content:"\F3CF"}.mdi-ornament-variant::before{content:"\F3D0"}.mdi-outdoor-lamp::before{content:"\F0076"}.mdi-outlook::before{content:"\FCFE"}.mdi-overscan::before{content:"\F0027"}.mdi-owl::before{content:"\F3D2"}.mdi-pac-man::before{content:"\FB8B"}.mdi-package::before{content:"\F3D3"}.mdi-package-down::before{content:"\F3D4"}.mdi-package-up::before{content:"\F3D5"}.mdi-package-variant::before{content:"\F3D6"}.mdi-package-variant-closed::before{content:"\F3D7"}.mdi-page-first::before{content:"\F600"}.mdi-page-last::before{content:"\F601"}.mdi-page-layout-body::before{content:"\F6F9"}.mdi-page-layout-footer::before{content:"\F6FA"}.mdi-page-layout-header::before{content:"\F6FB"}.mdi-page-layout-header-footer::before{content:"\FF9C"}.mdi-page-layout-sidebar-left::before{content:"\F6FC"}.mdi-page-layout-sidebar-right::before{content:"\F6FD"}.mdi-page-next::before{content:"\FB8C"}.mdi-page-next-outline::before{content:"\FB8D"}.mdi-page-previous::before{content:"\FB8E"}.mdi-page-previous-outline::before{content:"\FB8F"}.mdi-palette::before{content:"\F3D8"}.mdi-palette-advanced::before{content:"\F3D9"}.mdi-palette-outline::before{content:"\FE6C"}.mdi-palette-swatch::before{content:"\F8B4"}.mdi-palette-swatch-outline::before{content:"\F0387"}.mdi-palm-tree::before{content:"\F0077"}.mdi-pan::before{content:"\FB90"}.mdi-pan-bottom-left::before{content:"\FB91"}.mdi-pan-bottom-right::before{content:"\FB92"}.mdi-pan-down::before{content:"\FB93"}.mdi-pan-horizontal::before{content:"\FB94"}.mdi-pan-left::before{content:"\FB95"}.mdi-pan-right::before{content:"\FB96"}.mdi-pan-top-left::before{content:"\FB97"}.mdi-pan-top-right::before{content:"\FB98"}.mdi-pan-up::before{content:"\FB99"}.mdi-pan-vertical::before{content:"\FB9A"}.mdi-panda::before{content:"\F3DA"}.mdi-pandora::before{content:"\F3DB"}.mdi-panorama::before{content:"\F3DC"}.mdi-panorama-fisheye::before{content:"\F3DD"}.mdi-panorama-horizontal::before{content:"\F3DE"}.mdi-panorama-vertical::before{content:"\F3DF"}.mdi-panorama-wide-angle::before{content:"\F3E0"}.mdi-paper-cut-vertical::before{content:"\F3E1"}.mdi-paper-roll::before{content:"\F0182"}.mdi-paper-roll-outline::before{content:"\F0183"}.mdi-paperclip::before{content:"\F3E2"}.mdi-parachute::before{content:"\FC90"}.mdi-parachute-outline::before{content:"\FC91"}.mdi-parking::before{content:"\F3E3"}.mdi-party-popper::before{content:"\F0078"}.mdi-passport::before{content:"\F7E2"}.mdi-passport-biometric::before{content:"\FDBD"}.mdi-pasta::before{content:"\F018B"}.mdi-patio-heater::before{content:"\FF9D"}.mdi-patreon::before{content:"\F881"}.mdi-pause::before{content:"\F3E4"}.mdi-pause-circle::before{content:"\F3E5"}.mdi-pause-circle-outline::before{content:"\F3E6"}.mdi-pause-octagon::before{content:"\F3E7"}.mdi-pause-octagon-outline::before{content:"\F3E8"}.mdi-paw::before{content:"\F3E9"}.mdi-paw-off::before{content:"\F657"}.mdi-paypal::before{content:"\F882"}.mdi-pdf-box::before{content:"\FE39"}.mdi-peace::before{content:"\F883"}.mdi-peanut::before{content:"\F001E"}.mdi-peanut-off::before{content:"\F001F"}.mdi-peanut-off-outline::before{content:"\F0021"}.mdi-peanut-outline::before{content:"\F0020"}.mdi-pen::before{content:"\F3EA"}.mdi-pen-lock::before{content:"\FDBE"}.mdi-pen-minus::before{content:"\FDBF"}.mdi-pen-off::before{content:"\FDC0"}.mdi-pen-plus::before{content:"\FDC1"}.mdi-pen-remove::before{content:"\FDC2"}.mdi-pencil::before{content:"\F3EB"}.mdi-pencil-box::before{content:"\F3EC"}.mdi-pencil-box-multiple::before{content:"\F016F"}.mdi-pencil-box-multiple-outline::before{content:"\F0170"}.mdi-pencil-box-outline::before{content:"\F3ED"}.mdi-pencil-circle::before{content:"\F6FE"}.mdi-pencil-circle-outline::before{content:"\F775"}.mdi-pencil-lock::before{content:"\F3EE"}.mdi-pencil-lock-outline::before{content:"\FDC3"}.mdi-pencil-minus::before{content:"\FDC4"}.mdi-pencil-minus-outline::before{content:"\FDC5"}.mdi-pencil-off::before{content:"\F3EF"}.mdi-pencil-off-outline::before{content:"\FDC6"}.mdi-pencil-outline::before{content:"\FC92"}.mdi-pencil-plus::before{content:"\FDC7"}.mdi-pencil-plus-outline::before{content:"\FDC8"}.mdi-pencil-remove::before{content:"\FDC9"}.mdi-pencil-remove-outline::before{content:"\FDCA"}.mdi-pencil-ruler::before{content:"\F037E"}.mdi-penguin::before{content:"\FEDD"}.mdi-pentagon::before{content:"\F6FF"}.mdi-pentagon-outline::before{content:"\F700"}.mdi-percent::before{content:"\F3F0"}.mdi-percent-outline::before{content:"\F02A3"}.mdi-periodic-table::before{content:"\F8B5"}.mdi-periodic-table-co::before{content:"\F0329"}.mdi-periodic-table-co2::before{content:"\F7E3"}.mdi-periscope::before{content:"\F747"}.mdi-perspective-less::before{content:"\FCFF"}.mdi-perspective-more::before{content:"\FD00"}.mdi-pharmacy::before{content:"\F3F1"}.mdi-phone::before{content:"\F3F2"}.mdi-phone-alert::before{content:"\FF37"}.mdi-phone-alert-outline::before{content:"\F01B9"}.mdi-phone-bluetooth::before{content:"\F3F3"}.mdi-phone-bluetooth-outline::before{content:"\F01BA"}.mdi-phone-cancel::before{content:"\F00E7"}.mdi-phone-cancel-outline::before{content:"\F01BB"}.mdi-phone-check::before{content:"\F01D4"}.mdi-phone-check-outline::before{content:"\F01D5"}.mdi-phone-classic::before{content:"\F602"}.mdi-phone-classic-off::before{content:"\F02A4"}.mdi-phone-forward::before{content:"\F3F4"}.mdi-phone-forward-outline::before{content:"\F01BC"}.mdi-phone-hangup::before{content:"\F3F5"}.mdi-phone-hangup-outline::before{content:"\F01BD"}.mdi-phone-in-talk::before{content:"\F3F6"}.mdi-phone-in-talk-outline::before{content:"\F01AD"}.mdi-phone-incoming::before{content:"\F3F7"}.mdi-phone-incoming-outline::before{content:"\F01BE"}.mdi-phone-lock::before{content:"\F3F8"}.mdi-phone-lock-outline::before{content:"\F01BF"}.mdi-phone-log::before{content:"\F3F9"}.mdi-phone-log-outline::before{content:"\F01C0"}.mdi-phone-message::before{content:"\F01C1"}.mdi-phone-message-outline::before{content:"\F01C2"}.mdi-phone-minus::before{content:"\F658"}.mdi-phone-minus-outline::before{content:"\F01C3"}.mdi-phone-missed::before{content:"\F3FA"}.mdi-phone-missed-outline::before{content:"\F01D0"}.mdi-phone-off::before{content:"\FDCB"}.mdi-phone-off-outline::before{content:"\F01D1"}.mdi-phone-outgoing::before{content:"\F3FB"}.mdi-phone-outgoing-outline::before{content:"\F01C4"}.mdi-phone-outline::before{content:"\FDCC"}.mdi-phone-paused::before{content:"\F3FC"}.mdi-phone-paused-outline::before{content:"\F01C5"}.mdi-phone-plus::before{content:"\F659"}.mdi-phone-plus-outline::before{content:"\F01C6"}.mdi-phone-return::before{content:"\F82E"}.mdi-phone-return-outline::before{content:"\F01C7"}.mdi-phone-ring::before{content:"\F01D6"}.mdi-phone-ring-outline::before{content:"\F01D7"}.mdi-phone-rotate-landscape::before{content:"\F884"}.mdi-phone-rotate-portrait::before{content:"\F885"}.mdi-phone-settings::before{content:"\F3FD"}.mdi-phone-settings-outline::before{content:"\F01C8"}.mdi-phone-voip::before{content:"\F3FE"}.mdi-pi::before{content:"\F3FF"}.mdi-pi-box::before{content:"\F400"}.mdi-pi-hole::before{content:"\FDCD"}.mdi-piano::before{content:"\F67C"}.mdi-pickaxe::before{content:"\F8B6"}.mdi-picture-in-picture-bottom-right::before{content:"\FE3A"}.mdi-picture-in-picture-bottom-right-outline::before{content:"\FE3B"}.mdi-picture-in-picture-top-right::before{content:"\FE3C"}.mdi-picture-in-picture-top-right-outline::before{content:"\FE3D"}.mdi-pier::before{content:"\F886"}.mdi-pier-crane::before{content:"\F887"}.mdi-pig::before{content:"\F401"}.mdi-pig-variant::before{content:"\F0028"}.mdi-piggy-bank::before{content:"\F0029"}.mdi-pill::before{content:"\F402"}.mdi-pillar::before{content:"\F701"}.mdi-pin::before{content:"\F403"}.mdi-pin-off::before{content:"\F404"}.mdi-pin-off-outline::before{content:"\F92F"}.mdi-pin-outline::before{content:"\F930"}.mdi-pine-tree::before{content:"\F405"}.mdi-pine-tree-box::before{content:"\F406"}.mdi-pinterest::before{content:"\F407"}.mdi-pinterest-box::before{content:"\F408"}.mdi-pinwheel::before{content:"\FAD4"}.mdi-pinwheel-outline::before{content:"\FAD5"}.mdi-pipe::before{content:"\F7E4"}.mdi-pipe-disconnected::before{content:"\F7E5"}.mdi-pipe-leak::before{content:"\F888"}.mdi-pipe-wrench::before{content:"\F037F"}.mdi-pirate::before{content:"\FA07"}.mdi-pistol::before{content:"\F702"}.mdi-piston::before{content:"\F889"}.mdi-pizza::before{content:"\F409"}.mdi-play::before{content:"\F40A"}.mdi-play-box::before{content:"\F02A5"}.mdi-play-box-outline::before{content:"\F40B"}.mdi-play-circle::before{content:"\F40C"}.mdi-play-circle-outline::before{content:"\F40D"}.mdi-play-network::before{content:"\F88A"}.mdi-play-network-outline::before{content:"\FC93"}.mdi-play-outline::before{content:"\FF38"}.mdi-play-pause::before{content:"\F40E"}.mdi-play-protected-content::before{content:"\F40F"}.mdi-play-speed::before{content:"\F8FE"}.mdi-playlist-check::before{content:"\F5C7"}.mdi-playlist-edit::before{content:"\F8FF"}.mdi-playlist-minus::before{content:"\F410"}.mdi-playlist-music::before{content:"\FC94"}.mdi-playlist-music-outline::before{content:"\FC95"}.mdi-playlist-play::before{content:"\F411"}.mdi-playlist-plus::before{content:"\F412"}.mdi-playlist-remove::before{content:"\F413"}.mdi-playlist-star::before{content:"\FDCE"}.mdi-playstation::before{content:"\F414"}.mdi-plex::before{content:"\F6B9"}.mdi-plus::before{content:"\F415"}.mdi-plus-box::before{content:"\F416"}.mdi-plus-box-multiple::before{content:"\F334"}.mdi-plus-box-multiple-outline::before{content:"\F016E"}.mdi-plus-box-outline::before{content:"\F703"}.mdi-plus-circle::before{content:"\F417"}.mdi-plus-circle-multiple-outline::before{content:"\F418"}.mdi-plus-circle-outline::before{content:"\F419"}.mdi-plus-minus::before{content:"\F991"}.mdi-plus-minus-box::before{content:"\F992"}.mdi-plus-network::before{content:"\F41A"}.mdi-plus-network-outline::before{content:"\FC96"}.mdi-plus-one::before{content:"\F41B"}.mdi-plus-outline::before{content:"\F704"}.mdi-plus-thick::before{content:"\F0217"}.mdi-pocket::before{content:"\F41C"}.mdi-podcast::before{content:"\F993"}.mdi-podium::before{content:"\FD01"}.mdi-podium-bronze::before{content:"\FD02"}.mdi-podium-gold::before{content:"\FD03"}.mdi-podium-silver::before{content:"\FD04"}.mdi-point-of-sale::before{content:"\FD6E"}.mdi-pokeball::before{content:"\F41D"}.mdi-pokemon-go::before{content:"\FA08"}.mdi-poker-chip::before{content:"\F82F"}.mdi-polaroid::before{content:"\F41E"}.mdi-police-badge::before{content:"\F0192"}.mdi-police-badge-outline::before{content:"\F0193"}.mdi-poll::before{content:"\F41F"}.mdi-poll-box::before{content:"\F420"}.mdi-poll-box-outline::before{content:"\F02A6"}.mdi-polymer::before{content:"\F421"}.mdi-pool::before{content:"\F606"}.mdi-popcorn::before{content:"\F422"}.mdi-post::before{content:"\F002A"}.mdi-post-outline::before{content:"\F002B"}.mdi-postage-stamp::before{content:"\FC97"}.mdi-pot::before{content:"\F65A"}.mdi-pot-mix::before{content:"\F65B"}.mdi-pound::before{content:"\F423"}.mdi-pound-box::before{content:"\F424"}.mdi-pound-box-outline::before{content:"\F01AA"}.mdi-power::before{content:"\F425"}.mdi-power-cycle::before{content:"\F900"}.mdi-power-off::before{content:"\F901"}.mdi-power-on::before{content:"\F902"}.mdi-power-plug::before{content:"\F6A4"}.mdi-power-plug-off::before{content:"\F6A5"}.mdi-power-settings::before{content:"\F426"}.mdi-power-sleep::before{content:"\F903"}.mdi-power-socket::before{content:"\F427"}.mdi-power-socket-au::before{content:"\F904"}.mdi-power-socket-de::before{content:"\F0132"}.mdi-power-socket-eu::before{content:"\F7E6"}.mdi-power-socket-fr::before{content:"\F0133"}.mdi-power-socket-jp::before{content:"\F0134"}.mdi-power-socket-uk::before{content:"\F7E7"}.mdi-power-socket-us::before{content:"\F7E8"}.mdi-power-standby::before{content:"\F905"}.mdi-powershell::before{content:"\FA09"}.mdi-prescription::before{content:"\F705"}.mdi-presentation::before{content:"\F428"}.mdi-presentation-play::before{content:"\F429"}.mdi-printer::before{content:"\F42A"}.mdi-printer-3d::before{content:"\F42B"}.mdi-printer-3d-nozzle::before{content:"\FE3E"}.mdi-printer-3d-nozzle-alert::before{content:"\F01EB"}.mdi-printer-3d-nozzle-alert-outline::before{content:"\F01EC"}.mdi-printer-3d-nozzle-outline::before{content:"\FE3F"}.mdi-printer-alert::before{content:"\F42C"}.mdi-printer-check::before{content:"\F0171"}.mdi-printer-off::before{content:"\FE40"}.mdi-printer-pos::before{content:"\F0079"}.mdi-printer-settings::before{content:"\F706"}.mdi-printer-wireless::before{content:"\FA0A"}.mdi-priority-high::before{content:"\F603"}.mdi-priority-low::before{content:"\F604"}.mdi-professional-hexagon::before{content:"\F42D"}.mdi-progress-alert::before{content:"\FC98"}.mdi-progress-check::before{content:"\F994"}.mdi-progress-clock::before{content:"\F995"}.mdi-progress-close::before{content:"\F0135"}.mdi-progress-download::before{content:"\F996"}.mdi-progress-upload::before{content:"\F997"}.mdi-progress-wrench::before{content:"\FC99"}.mdi-projector::before{content:"\F42E"}.mdi-projector-screen::before{content:"\F42F"}.mdi-propane-tank::before{content:"\F0382"}.mdi-propane-tank-outline::before{content:"\F0383"}.mdi-protocol::before{content:"\FFF9"}.mdi-publish::before{content:"\F6A6"}.mdi-pulse::before{content:"\F430"}.mdi-pumpkin::before{content:"\FB9B"}.mdi-purse::before{content:"\FF39"}.mdi-purse-outline::before{content:"\FF3A"}.mdi-puzzle::before{content:"\F431"}.mdi-puzzle-outline::before{content:"\FA65"}.mdi-qi::before{content:"\F998"}.mdi-qqchat::before{content:"\F605"}.mdi-qrcode::before{content:"\F432"}.mdi-qrcode-edit::before{content:"\F8B7"}.mdi-qrcode-minus::before{content:"\F01B7"}.mdi-qrcode-plus::before{content:"\F01B6"}.mdi-qrcode-remove::before{content:"\F01B8"}.mdi-qrcode-scan::before{content:"\F433"}.mdi-quadcopter::before{content:"\F434"}.mdi-quality-high::before{content:"\F435"}.mdi-quality-low::before{content:"\FA0B"}.mdi-quality-medium::before{content:"\FA0C"}.mdi-quicktime::before{content:"\F436"}.mdi-quora::before{content:"\FD05"}.mdi-rabbit::before{content:"\F906"}.mdi-racing-helmet::before{content:"\FD6F"}.mdi-racquetball::before{content:"\FD70"}.mdi-radar::before{content:"\F437"}.mdi-radiator::before{content:"\F438"}.mdi-radiator-disabled::before{content:"\FAD6"}.mdi-radiator-off::before{content:"\FAD7"}.mdi-radio::before{content:"\F439"}.mdi-radio-am::before{content:"\FC9A"}.mdi-radio-fm::before{content:"\FC9B"}.mdi-radio-handheld::before{content:"\F43A"}.mdi-radio-off::before{content:"\F0247"}.mdi-radio-tower::before{content:"\F43B"}.mdi-radioactive::before{content:"\F43C"}.mdi-radioactive-off::before{content:"\FEDE"}.mdi-radiobox-blank::before{content:"\F43D"}.mdi-radiobox-marked::before{content:"\F43E"}.mdi-radius::before{content:"\FC9C"}.mdi-radius-outline::before{content:"\FC9D"}.mdi-railroad-light::before{content:"\FF3B"}.mdi-raspberry-pi::before{content:"\F43F"}.mdi-ray-end::before{content:"\F440"}.mdi-ray-end-arrow::before{content:"\F441"}.mdi-ray-start::before{content:"\F442"}.mdi-ray-start-arrow::before{content:"\F443"}.mdi-ray-start-end::before{content:"\F444"}.mdi-ray-vertex::before{content:"\F445"}.mdi-react::before{content:"\F707"}.mdi-read::before{content:"\F447"}.mdi-receipt::before{content:"\F449"}.mdi-record::before{content:"\F44A"}.mdi-record-circle::before{content:"\FEDF"}.mdi-record-circle-outline::before{content:"\FEE0"}.mdi-record-player::before{content:"\F999"}.mdi-record-rec::before{content:"\F44B"}.mdi-rectangle::before{content:"\FE41"}.mdi-rectangle-outline::before{content:"\FE42"}.mdi-recycle::before{content:"\F44C"}.mdi-reddit::before{content:"\F44D"}.mdi-redhat::before{content:"\F0146"}.mdi-redo::before{content:"\F44E"}.mdi-redo-variant::before{content:"\F44F"}.mdi-reflect-horizontal::before{content:"\FA0D"}.mdi-reflect-vertical::before{content:"\FA0E"}.mdi-refresh::before{content:"\F450"}.mdi-refresh-circle::before{content:"\F03A2"}.mdi-regex::before{content:"\F451"}.mdi-registered-trademark::before{content:"\FA66"}.mdi-relative-scale::before{content:"\F452"}.mdi-reload::before{content:"\F453"}.mdi-reload-alert::before{content:"\F0136"}.mdi-reminder::before{content:"\F88B"}.mdi-remote::before{content:"\F454"}.mdi-remote-desktop::before{content:"\F8B8"}.mdi-remote-off::before{content:"\FEE1"}.mdi-remote-tv::before{content:"\FEE2"}.mdi-remote-tv-off::before{content:"\FEE3"}.mdi-rename-box::before{content:"\F455"}.mdi-reorder-horizontal::before{content:"\F687"}.mdi-reorder-vertical::before{content:"\F688"}.mdi-repeat::before{content:"\F456"}.mdi-repeat-off::before{content:"\F457"}.mdi-repeat-once::before{content:"\F458"}.mdi-replay::before{content:"\F459"}.mdi-reply::before{content:"\F45A"}.mdi-reply-all::before{content:"\F45B"}.mdi-reply-all-outline::before{content:"\FF3C"}.mdi-reply-circle::before{content:"\F01D9"}.mdi-reply-outline::before{content:"\FF3D"}.mdi-reproduction::before{content:"\F45C"}.mdi-resistor::before{content:"\FB1F"}.mdi-resistor-nodes::before{content:"\FB20"}.mdi-resize::before{content:"\FA67"}.mdi-resize-bottom-right::before{content:"\F45D"}.mdi-responsive::before{content:"\F45E"}.mdi-restart::before{content:"\F708"}.mdi-restart-alert::before{content:"\F0137"}.mdi-restart-off::before{content:"\FD71"}.mdi-restore::before{content:"\F99A"}.mdi-restore-alert::before{content:"\F0138"}.mdi-rewind::before{content:"\F45F"}.mdi-rewind-10::before{content:"\FD06"}.mdi-rewind-30::before{content:"\FD72"}.mdi-rewind-5::before{content:"\F0224"}.mdi-rewind-outline::before{content:"\F709"}.mdi-rhombus::before{content:"\F70A"}.mdi-rhombus-medium::before{content:"\FA0F"}.mdi-rhombus-outline::before{content:"\F70B"}.mdi-rhombus-split::before{content:"\FA10"}.mdi-ribbon::before{content:"\F460"}.mdi-rice::before{content:"\F7E9"}.mdi-ring::before{content:"\F7EA"}.mdi-rivet::before{content:"\FE43"}.mdi-road::before{content:"\F461"}.mdi-road-variant::before{content:"\F462"}.mdi-robber::before{content:"\F007A"}.mdi-robot::before{content:"\F6A8"}.mdi-robot-industrial::before{content:"\FB21"}.mdi-robot-mower::before{content:"\F0222"}.mdi-robot-mower-outline::before{content:"\F021E"}.mdi-robot-vacuum::before{content:"\F70C"}.mdi-robot-vacuum-variant::before{content:"\F907"}.mdi-rocket::before{content:"\F463"}.mdi-rodent::before{content:"\F0352"}.mdi-roller-skate::before{content:"\FD07"}.mdi-rollerblade::before{content:"\FD08"}.mdi-rollupjs::before{content:"\FB9C"}.mdi-roman-numeral-1::before{content:"\F00B3"}.mdi-roman-numeral-10::before{content:"\F00BC"}.mdi-roman-numeral-2::before{content:"\F00B4"}.mdi-roman-numeral-3::before{content:"\F00B5"}.mdi-roman-numeral-4::before{content:"\F00B6"}.mdi-roman-numeral-5::before{content:"\F00B7"}.mdi-roman-numeral-6::before{content:"\F00B8"}.mdi-roman-numeral-7::before{content:"\F00B9"}.mdi-roman-numeral-8::before{content:"\F00BA"}.mdi-roman-numeral-9::before{content:"\F00BB"}.mdi-room-service::before{content:"\F88C"}.mdi-room-service-outline::before{content:"\FD73"}.mdi-rotate-3d::before{content:"\FEE4"}.mdi-rotate-3d-variant::before{content:"\F464"}.mdi-rotate-left::before{content:"\F465"}.mdi-rotate-left-variant::before{content:"\F466"}.mdi-rotate-orbit::before{content:"\FD74"}.mdi-rotate-right::before{content:"\F467"}.mdi-rotate-right-variant::before{content:"\F468"}.mdi-rounded-corner::before{content:"\F607"}.mdi-router::before{content:"\F020D"}.mdi-router-wireless::before{content:"\F469"}.mdi-router-wireless-settings::before{content:"\FA68"}.mdi-routes::before{content:"\F46A"}.mdi-routes-clock::before{content:"\F007B"}.mdi-rowing::before{content:"\F608"}.mdi-rss::before{content:"\F46B"}.mdi-rss-box::before{content:"\F46C"}.mdi-rss-off::before{content:"\FF3E"}.mdi-ruby::before{content:"\FD09"}.mdi-rugby::before{content:"\FD75"}.mdi-ruler::before{content:"\F46D"}.mdi-ruler-square::before{content:"\FC9E"}.mdi-ruler-square-compass::before{content:"\FEDB"}.mdi-run::before{content:"\F70D"}.mdi-run-fast::before{content:"\F46E"}.mdi-rv-truck::before{content:"\F01FF"}.mdi-sack::before{content:"\FD0A"}.mdi-sack-percent::before{content:"\FD0B"}.mdi-safe::before{content:"\FA69"}.mdi-safe-square::before{content:"\F02A7"}.mdi-safe-square-outline::before{content:"\F02A8"}.mdi-safety-goggles::before{content:"\FD0C"}.mdi-sailing::before{content:"\FEE5"}.mdi-sale::before{content:"\F46F"}.mdi-salesforce::before{content:"\F88D"}.mdi-sass::before{content:"\F7EB"}.mdi-satellite::before{content:"\F470"}.mdi-satellite-uplink::before{content:"\F908"}.mdi-satellite-variant::before{content:"\F471"}.mdi-sausage::before{content:"\F8B9"}.mdi-saw-blade::before{content:"\FE44"}.mdi-saxophone::before{content:"\F609"}.mdi-scale::before{content:"\F472"}.mdi-scale-balance::before{content:"\F5D1"}.mdi-scale-bathroom::before{content:"\F473"}.mdi-scale-off::before{content:"\F007C"}.mdi-scanner::before{content:"\F6AA"}.mdi-scanner-off::before{content:"\F909"}.mdi-scatter-plot::before{content:"\FEE6"}.mdi-scatter-plot-outline::before{content:"\FEE7"}.mdi-school::before{content:"\F474"}.mdi-school-outline::before{content:"\F01AB"}.mdi-scissors-cutting::before{content:"\FA6A"}.mdi-scooter::before{content:"\F0214"}.mdi-scoreboard::before{content:"\F02A9"}.mdi-scoreboard-outline::before{content:"\F02AA"}.mdi-screen-rotation::before{content:"\F475"}.mdi-screen-rotation-lock::before{content:"\F476"}.mdi-screw-flat-top::before{content:"\FDCF"}.mdi-screw-lag::before{content:"\FE54"}.mdi-screw-machine-flat-top::before{content:"\FE55"}.mdi-screw-machine-round-top::before{content:"\FE56"}.mdi-screw-round-top::before{content:"\FE57"}.mdi-screwdriver::before{content:"\F477"}.mdi-script::before{content:"\FB9D"}.mdi-script-outline::before{content:"\F478"}.mdi-script-text::before{content:"\FB9E"}.mdi-script-text-outline::before{content:"\FB9F"}.mdi-sd::before{content:"\F479"}.mdi-seal::before{content:"\F47A"}.mdi-seal-variant::before{content:"\FFFA"}.mdi-search-web::before{content:"\F70E"}.mdi-seat::before{content:"\FC9F"}.mdi-seat-flat::before{content:"\F47B"}.mdi-seat-flat-angled::before{content:"\F47C"}.mdi-seat-individual-suite::before{content:"\F47D"}.mdi-seat-legroom-extra::before{content:"\F47E"}.mdi-seat-legroom-normal::before{content:"\F47F"}.mdi-seat-legroom-reduced::before{content:"\F480"}.mdi-seat-outline::before{content:"\FCA0"}.mdi-seat-passenger::before{content:"\F0274"}.mdi-seat-recline-extra::before{content:"\F481"}.mdi-seat-recline-normal::before{content:"\F482"}.mdi-seatbelt::before{content:"\FCA1"}.mdi-security::before{content:"\F483"}.mdi-security-network::before{content:"\F484"}.mdi-seed::before{content:"\FE45"}.mdi-seed-outline::before{content:"\FE46"}.mdi-segment::before{content:"\FEE8"}.mdi-select::before{content:"\F485"}.mdi-select-all::before{content:"\F486"}.mdi-select-color::before{content:"\FD0D"}.mdi-select-compare::before{content:"\FAD8"}.mdi-select-drag::before{content:"\FA6B"}.mdi-select-group::before{content:"\FF9F"}.mdi-select-inverse::before{content:"\F487"}.mdi-select-marker::before{content:"\F02AB"}.mdi-select-multiple::before{content:"\F02AC"}.mdi-select-multiple-marker::before{content:"\F02AD"}.mdi-select-off::before{content:"\F488"}.mdi-select-place::before{content:"\FFFB"}.mdi-select-search::before{content:"\F022F"}.mdi-selection::before{content:"\F489"}.mdi-selection-drag::before{content:"\FA6C"}.mdi-selection-ellipse::before{content:"\FD0E"}.mdi-selection-ellipse-arrow-inside::before{content:"\FF3F"}.mdi-selection-marker::before{content:"\F02AE"}.mdi-selection-multiple-marker::before{content:"\F02AF"}.mdi-selection-mutliple::before{content:"\F02B0"}.mdi-selection-off::before{content:"\F776"}.mdi-selection-search::before{content:"\F0230"}.mdi-semantic-web::before{content:"\F0341"}.mdi-send::before{content:"\F48A"}.mdi-send-check::before{content:"\F018C"}.mdi-send-check-outline::before{content:"\F018D"}.mdi-send-circle::before{content:"\FE58"}.mdi-send-circle-outline::before{content:"\FE59"}.mdi-send-clock::before{content:"\F018E"}.mdi-send-clock-outline::before{content:"\F018F"}.mdi-send-lock::before{content:"\F7EC"}.mdi-send-lock-outline::before{content:"\F0191"}.mdi-send-outline::before{content:"\F0190"}.mdi-serial-port::before{content:"\F65C"}.mdi-server::before{content:"\F48B"}.mdi-server-minus::before{content:"\F48C"}.mdi-server-network::before{content:"\F48D"}.mdi-server-network-off::before{content:"\F48E"}.mdi-server-off::before{content:"\F48F"}.mdi-server-plus::before{content:"\F490"}.mdi-server-remove::before{content:"\F491"}.mdi-server-security::before{content:"\F492"}.mdi-set-all::before{content:"\F777"}.mdi-set-center::before{content:"\F778"}.mdi-set-center-right::before{content:"\F779"}.mdi-set-left::before{content:"\F77A"}.mdi-set-left-center::before{content:"\F77B"}.mdi-set-left-right::before{content:"\F77C"}.mdi-set-none::before{content:"\F77D"}.mdi-set-right::before{content:"\F77E"}.mdi-set-top-box::before{content:"\F99E"}.mdi-settings::before{content:"\F493"}.mdi-settings-box::before{content:"\F494"}.mdi-settings-helper::before{content:"\FA6D"}.mdi-settings-outline::before{content:"\F8BA"}.mdi-settings-transfer::before{content:"\F007D"}.mdi-settings-transfer-outline::before{content:"\F007E"}.mdi-shaker::before{content:"\F0139"}.mdi-shaker-outline::before{content:"\F013A"}.mdi-shape::before{content:"\F830"}.mdi-shape-circle-plus::before{content:"\F65D"}.mdi-shape-outline::before{content:"\F831"}.mdi-shape-oval-plus::before{content:"\F0225"}.mdi-shape-plus::before{content:"\F495"}.mdi-shape-polygon-plus::before{content:"\F65E"}.mdi-shape-rectangle-plus::before{content:"\F65F"}.mdi-shape-square-plus::before{content:"\F660"}.mdi-share::before{content:"\F496"}.mdi-share-all::before{content:"\F021F"}.mdi-share-all-outline::before{content:"\F0220"}.mdi-share-circle::before{content:"\F01D8"}.mdi-share-off::before{content:"\FF40"}.mdi-share-off-outline::before{content:"\FF41"}.mdi-share-outline::before{content:"\F931"}.mdi-share-variant::before{content:"\F497"}.mdi-sheep::before{content:"\FCA2"}.mdi-shield::before{content:"\F498"}.mdi-shield-account::before{content:"\F88E"}.mdi-shield-account-outline::before{content:"\FA11"}.mdi-shield-airplane::before{content:"\F6BA"}.mdi-shield-airplane-outline::before{content:"\FCA3"}.mdi-shield-alert::before{content:"\FEE9"}.mdi-shield-alert-outline::before{content:"\FEEA"}.mdi-shield-car::before{content:"\FFA0"}.mdi-shield-check::before{content:"\F565"}.mdi-shield-check-outline::before{content:"\FCA4"}.mdi-shield-cross::before{content:"\FCA5"}.mdi-shield-cross-outline::before{content:"\FCA6"}.mdi-shield-edit::before{content:"\F01CB"}.mdi-shield-edit-outline::before{content:"\F01CC"}.mdi-shield-half::before{content:"\F038B"}.mdi-shield-half-full::before{content:"\F77F"}.mdi-shield-home::before{content:"\F689"}.mdi-shield-home-outline::before{content:"\FCA7"}.mdi-shield-key::before{content:"\FBA0"}.mdi-shield-key-outline::before{content:"\FBA1"}.mdi-shield-link-variant::before{content:"\FD0F"}.mdi-shield-link-variant-outline::before{content:"\FD10"}.mdi-shield-lock::before{content:"\F99C"}.mdi-shield-lock-outline::before{content:"\FCA8"}.mdi-shield-off::before{content:"\F99D"}.mdi-shield-off-outline::before{content:"\F99B"}.mdi-shield-outline::before{content:"\F499"}.mdi-shield-plus::before{content:"\FAD9"}.mdi-shield-plus-outline::before{content:"\FADA"}.mdi-shield-refresh::before{content:"\F01CD"}.mdi-shield-refresh-outline::before{content:"\F01CE"}.mdi-shield-remove::before{content:"\FADB"}.mdi-shield-remove-outline::before{content:"\FADC"}.mdi-shield-search::before{content:"\FD76"}.mdi-shield-star::before{content:"\F0166"}.mdi-shield-star-outline::before{content:"\F0167"}.mdi-shield-sun::before{content:"\F007F"}.mdi-shield-sun-outline::before{content:"\F0080"}.mdi-ship-wheel::before{content:"\F832"}.mdi-shoe-formal::before{content:"\FB22"}.mdi-shoe-heel::before{content:"\FB23"}.mdi-shoe-print::before{content:"\FE5A"}.mdi-shopify::before{content:"\FADD"}.mdi-shopping::before{content:"\F49A"}.mdi-shopping-music::before{content:"\F49B"}.mdi-shopping-outline::before{content:"\F0200"}.mdi-shopping-search::before{content:"\FFA1"}.mdi-shovel::before{content:"\F70F"}.mdi-shovel-off::before{content:"\F710"}.mdi-shower::before{content:"\F99F"}.mdi-shower-head::before{content:"\F9A0"}.mdi-shredder::before{content:"\F49C"}.mdi-shuffle::before{content:"\F49D"}.mdi-shuffle-disabled::before{content:"\F49E"}.mdi-shuffle-variant::before{content:"\F49F"}.mdi-shuriken::before{content:"\F03AA"}.mdi-sigma::before{content:"\F4A0"}.mdi-sigma-lower::before{content:"\F62B"}.mdi-sign-caution::before{content:"\F4A1"}.mdi-sign-direction::before{content:"\F780"}.mdi-sign-direction-minus::before{content:"\F0022"}.mdi-sign-direction-plus::before{content:"\FFFD"}.mdi-sign-direction-remove::before{content:"\FFFE"}.mdi-sign-real-estate::before{content:"\F0143"}.mdi-sign-text::before{content:"\F781"}.mdi-signal::before{content:"\F4A2"}.mdi-signal-2g::before{content:"\F711"}.mdi-signal-3g::before{content:"\F712"}.mdi-signal-4g::before{content:"\F713"}.mdi-signal-5g::before{content:"\FA6E"}.mdi-signal-cellular-1::before{content:"\F8BB"}.mdi-signal-cellular-2::before{content:"\F8BC"}.mdi-signal-cellular-3::before{content:"\F8BD"}.mdi-signal-cellular-outline::before{content:"\F8BE"}.mdi-signal-distance-variant::before{content:"\FE47"}.mdi-signal-hspa::before{content:"\F714"}.mdi-signal-hspa-plus::before{content:"\F715"}.mdi-signal-off::before{content:"\F782"}.mdi-signal-variant::before{content:"\F60A"}.mdi-signature::before{content:"\FE5B"}.mdi-signature-freehand::before{content:"\FE5C"}.mdi-signature-image::before{content:"\FE5D"}.mdi-signature-text::before{content:"\FE5E"}.mdi-silo::before{content:"\FB24"}.mdi-silverware::before{content:"\F4A3"}.mdi-silverware-clean::before{content:"\FFFF"}.mdi-silverware-fork::before{content:"\F4A4"}.mdi-silverware-fork-knife::before{content:"\FA6F"}.mdi-silverware-spoon::before{content:"\F4A5"}.mdi-silverware-variant::before{content:"\F4A6"}.mdi-sim::before{content:"\F4A7"}.mdi-sim-alert::before{content:"\F4A8"}.mdi-sim-off::before{content:"\F4A9"}.mdi-simple-icons::before{content:"\F0348"}.mdi-sina-weibo::before{content:"\FADE"}.mdi-sitemap::before{content:"\F4AA"}.mdi-skate::before{content:"\FD11"}.mdi-skew-less::before{content:"\FD12"}.mdi-skew-more::before{content:"\FD13"}.mdi-ski::before{content:"\F032F"}.mdi-ski-cross-country::before{content:"\F0330"}.mdi-ski-water::before{content:"\F0331"}.mdi-skip-backward::before{content:"\F4AB"}.mdi-skip-backward-outline::before{content:"\FF42"}.mdi-skip-forward::before{content:"\F4AC"}.mdi-skip-forward-outline::before{content:"\FF43"}.mdi-skip-next::before{content:"\F4AD"}.mdi-skip-next-circle::before{content:"\F661"}.mdi-skip-next-circle-outline::before{content:"\F662"}.mdi-skip-next-outline::before{content:"\FF44"}.mdi-skip-previous::before{content:"\F4AE"}.mdi-skip-previous-circle::before{content:"\F663"}.mdi-skip-previous-circle-outline::before{content:"\F664"}.mdi-skip-previous-outline::before{content:"\FF45"}.mdi-skull::before{content:"\F68B"}.mdi-skull-crossbones::before{content:"\FBA2"}.mdi-skull-crossbones-outline::before{content:"\FBA3"}.mdi-skull-outline::before{content:"\FBA4"}.mdi-skype::before{content:"\F4AF"}.mdi-skype-business::before{content:"\F4B0"}.mdi-slack::before{content:"\F4B1"}.mdi-slackware::before{content:"\F90A"}.mdi-slash-forward::before{content:"\F0000"}.mdi-slash-forward-box::before{content:"\F0001"}.mdi-sleep::before{content:"\F4B2"}.mdi-sleep-off::before{content:"\F4B3"}.mdi-slope-downhill::before{content:"\FE5F"}.mdi-slope-uphill::before{content:"\FE60"}.mdi-slot-machine::before{content:"\F013F"}.mdi-slot-machine-outline::before{content:"\F0140"}.mdi-smart-card::before{content:"\F00E8"}.mdi-smart-card-outline::before{content:"\F00E9"}.mdi-smart-card-reader::before{content:"\F00EA"}.mdi-smart-card-reader-outline::before{content:"\F00EB"}.mdi-smog::before{content:"\FA70"}.mdi-smoke-detector::before{content:"\F392"}.mdi-smoking::before{content:"\F4B4"}.mdi-smoking-off::before{content:"\F4B5"}.mdi-snapchat::before{content:"\F4B6"}.mdi-snowboard::before{content:"\F0332"}.mdi-snowflake::before{content:"\F716"}.mdi-snowflake-alert::before{content:"\FF46"}.mdi-snowflake-melt::before{content:"\F02F6"}.mdi-snowflake-variant::before{content:"\FF47"}.mdi-snowman::before{content:"\F4B7"}.mdi-soccer::before{content:"\F4B8"}.mdi-soccer-field::before{content:"\F833"}.mdi-sofa::before{content:"\F4B9"}.mdi-solar-panel::before{content:"\FD77"}.mdi-solar-panel-large::before{content:"\FD78"}.mdi-solar-power::before{content:"\FA71"}.mdi-soldering-iron::before{content:"\F00BD"}.mdi-solid::before{content:"\F68C"}.mdi-sort::before{content:"\F4BA"}.mdi-sort-alphabetical::before{content:"\F4BB"}.mdi-sort-alphabetical-ascending::before{content:"\F0173"}.mdi-sort-alphabetical-descending::before{content:"\F0174"}.mdi-sort-ascending::before{content:"\F4BC"}.mdi-sort-descending::before{content:"\F4BD"}.mdi-sort-numeric::before{content:"\F4BE"}.mdi-sort-variant::before{content:"\F4BF"}.mdi-sort-variant-lock::before{content:"\FCA9"}.mdi-sort-variant-lock-open::before{content:"\FCAA"}.mdi-sort-variant-remove::before{content:"\F0172"}.mdi-soundcloud::before{content:"\F4C0"}.mdi-source-branch::before{content:"\F62C"}.mdi-source-commit::before{content:"\F717"}.mdi-source-commit-end::before{content:"\F718"}.mdi-source-commit-end-local::before{content:"\F719"}.mdi-source-commit-local::before{content:"\F71A"}.mdi-source-commit-next-local::before{content:"\F71B"}.mdi-source-commit-start::before{content:"\F71C"}.mdi-source-commit-start-next-local::before{content:"\F71D"}.mdi-source-fork::before{content:"\F4C1"}.mdi-source-merge::before{content:"\F62D"}.mdi-source-pull::before{content:"\F4C2"}.mdi-source-repository::before{content:"\FCAB"}.mdi-source-repository-multiple::before{content:"\FCAC"}.mdi-soy-sauce::before{content:"\F7ED"}.mdi-spa::before{content:"\FCAD"}.mdi-spa-outline::before{content:"\FCAE"}.mdi-space-invaders::before{content:"\FBA5"}.mdi-space-station::before{content:"\F03AE"}.mdi-spade::before{content:"\FE48"}.mdi-speaker::before{content:"\F4C3"}.mdi-speaker-bluetooth::before{content:"\F9A1"}.mdi-speaker-multiple::before{content:"\FD14"}.mdi-speaker-off::before{content:"\F4C4"}.mdi-speaker-wireless::before{content:"\F71E"}.mdi-speedometer::before{content:"\F4C5"}.mdi-speedometer-medium::before{content:"\FFA2"}.mdi-speedometer-slow::before{content:"\FFA3"}.mdi-spellcheck::before{content:"\F4C6"}.mdi-spider::before{content:"\F0215"}.mdi-spider-thread::before{content:"\F0216"}.mdi-spider-web::before{content:"\FBA6"}.mdi-spotify::before{content:"\F4C7"}.mdi-spotlight::before{content:"\F4C8"}.mdi-spotlight-beam::before{content:"\F4C9"}.mdi-spray::before{content:"\F665"}.mdi-spray-bottle::before{content:"\FADF"}.mdi-sprinkler::before{content:"\F0081"}.mdi-sprinkler-variant::before{content:"\F0082"}.mdi-sprout::before{content:"\FE49"}.mdi-sprout-outline::before{content:"\FE4A"}.mdi-square::before{content:"\F763"}.mdi-square-edit-outline::before{content:"\F90B"}.mdi-square-inc::before{content:"\F4CA"}.mdi-square-inc-cash::before{content:"\F4CB"}.mdi-square-medium::before{content:"\FA12"}.mdi-square-medium-outline::before{content:"\FA13"}.mdi-square-off::before{content:"\F0319"}.mdi-square-off-outline::before{content:"\F031A"}.mdi-square-outline::before{content:"\F762"}.mdi-square-root::before{content:"\F783"}.mdi-square-root-box::before{content:"\F9A2"}.mdi-square-small::before{content:"\FA14"}.mdi-squeegee::before{content:"\FAE0"}.mdi-ssh::before{content:"\F8BF"}.mdi-stack-exchange::before{content:"\F60B"}.mdi-stack-overflow::before{content:"\F4CC"}.mdi-stackpath::before{content:"\F359"}.mdi-stadium::before{content:"\F001A"}.mdi-stadium-variant::before{content:"\F71F"}.mdi-stairs::before{content:"\F4CD"}.mdi-stairs-down::before{content:"\F02E9"}.mdi-stairs-up::before{content:"\F02E8"}.mdi-stamper::before{content:"\FD15"}.mdi-standard-definition::before{content:"\F7EE"}.mdi-star::before{content:"\F4CE"}.mdi-star-box::before{content:"\FA72"}.mdi-star-box-multiple::before{content:"\F02B1"}.mdi-star-box-multiple-outline::before{content:"\F02B2"}.mdi-star-box-outline::before{content:"\FA73"}.mdi-star-circle::before{content:"\F4CF"}.mdi-star-circle-outline::before{content:"\F9A3"}.mdi-star-face::before{content:"\F9A4"}.mdi-star-four-points::before{content:"\FAE1"}.mdi-star-four-points-outline::before{content:"\FAE2"}.mdi-star-half::before{content:"\F4D0"}.mdi-star-off::before{content:"\F4D1"}.mdi-star-outline::before{content:"\F4D2"}.mdi-star-three-points::before{content:"\FAE3"}.mdi-star-three-points-outline::before{content:"\FAE4"}.mdi-state-machine::before{content:"\F021A"}.mdi-steam::before{content:"\F4D3"}.mdi-steam-box::before{content:"\F90C"}.mdi-steering::before{content:"\F4D4"}.mdi-steering-off::before{content:"\F90D"}.mdi-step-backward::before{content:"\F4D5"}.mdi-step-backward-2::before{content:"\F4D6"}.mdi-step-forward::before{content:"\F4D7"}.mdi-step-forward-2::before{content:"\F4D8"}.mdi-stethoscope::before{content:"\F4D9"}.mdi-sticker::before{content:"\F038F"}.mdi-sticker-alert::before{content:"\F0390"}.mdi-sticker-alert-outline::before{content:"\F0391"}.mdi-sticker-check::before{content:"\F0392"}.mdi-sticker-check-outline::before{content:"\F0393"}.mdi-sticker-circle-outline::before{content:"\F5D0"}.mdi-sticker-emoji::before{content:"\F784"}.mdi-sticker-minus::before{content:"\F0394"}.mdi-sticker-minus-outline::before{content:"\F0395"}.mdi-sticker-outline::before{content:"\F0396"}.mdi-sticker-plus::before{content:"\F0397"}.mdi-sticker-plus-outline::before{content:"\F0398"}.mdi-sticker-remove::before{content:"\F0399"}.mdi-sticker-remove-outline::before{content:"\F039A"}.mdi-stocking::before{content:"\F4DA"}.mdi-stomach::before{content:"\F00BE"}.mdi-stop::before{content:"\F4DB"}.mdi-stop-circle::before{content:"\F666"}.mdi-stop-circle-outline::before{content:"\F667"}.mdi-store::before{content:"\F4DC"}.mdi-store-24-hour::before{content:"\F4DD"}.mdi-store-outline::before{content:"\F038C"}.mdi-storefront::before{content:"\F00EC"}.mdi-stove::before{content:"\F4DE"}.mdi-strategy::before{content:"\F0201"}.mdi-strava::before{content:"\FB25"}.mdi-stretch-to-page::before{content:"\FF48"}.mdi-stretch-to-page-outline::before{content:"\FF49"}.mdi-string-lights::before{content:"\F02E5"}.mdi-string-lights-off::before{content:"\F02E6"}.mdi-subdirectory-arrow-left::before{content:"\F60C"}.mdi-subdirectory-arrow-right::before{content:"\F60D"}.mdi-subtitles::before{content:"\FA15"}.mdi-subtitles-outline::before{content:"\FA16"}.mdi-subway::before{content:"\F6AB"}.mdi-subway-alert-variant::before{content:"\FD79"}.mdi-subway-variant::before{content:"\F4DF"}.mdi-summit::before{content:"\F785"}.mdi-sunglasses::before{content:"\F4E0"}.mdi-surround-sound::before{content:"\F5C5"}.mdi-surround-sound-2-0::before{content:"\F7EF"}.mdi-surround-sound-3-1::before{content:"\F7F0"}.mdi-surround-sound-5-1::before{content:"\F7F1"}.mdi-surround-sound-7-1::before{content:"\F7F2"}.mdi-svg::before{content:"\F720"}.mdi-swap-horizontal::before{content:"\F4E1"}.mdi-swap-horizontal-bold::before{content:"\FBA9"}.mdi-swap-horizontal-circle::before{content:"\F0002"}.mdi-swap-horizontal-circle-outline::before{content:"\F0003"}.mdi-swap-horizontal-variant::before{content:"\F8C0"}.mdi-swap-vertical::before{content:"\F4E2"}.mdi-swap-vertical-bold::before{content:"\FBAA"}.mdi-swap-vertical-circle::before{content:"\F0004"}.mdi-swap-vertical-circle-outline::before{content:"\F0005"}.mdi-swap-vertical-variant::before{content:"\F8C1"}.mdi-swim::before{content:"\F4E3"}.mdi-switch::before{content:"\F4E4"}.mdi-sword::before{content:"\F4E5"}.mdi-sword-cross::before{content:"\F786"}.mdi-syllabary-hangul::before{content:"\F035E"}.mdi-syllabary-hiragana::before{content:"\F035F"}.mdi-syllabary-katakana::before{content:"\F0360"}.mdi-syllabary-katakana-half-width::before{content:"\F0361"}.mdi-symfony::before{content:"\FAE5"}.mdi-sync::before{content:"\F4E6"}.mdi-sync-alert::before{content:"\F4E7"}.mdi-sync-circle::before{content:"\F03A3"}.mdi-sync-off::before{content:"\F4E8"}.mdi-tab::before{content:"\F4E9"}.mdi-tab-minus::before{content:"\FB26"}.mdi-tab-plus::before{content:"\F75B"}.mdi-tab-remove::before{content:"\FB27"}.mdi-tab-unselected::before{content:"\F4EA"}.mdi-table::before{content:"\F4EB"}.mdi-table-border::before{content:"\FA17"}.mdi-table-chair::before{content:"\F0083"}.mdi-table-column::before{content:"\F834"}.mdi-table-column-plus-after::before{content:"\F4EC"}.mdi-table-column-plus-before::before{content:"\F4ED"}.mdi-table-column-remove::before{content:"\F4EE"}.mdi-table-column-width::before{content:"\F4EF"}.mdi-table-edit::before{content:"\F4F0"}.mdi-table-eye::before{content:"\F00BF"}.mdi-table-headers-eye::before{content:"\F0248"}.mdi-table-headers-eye-off::before{content:"\F0249"}.mdi-table-large::before{content:"\F4F1"}.mdi-table-large-plus::before{content:"\FFA4"}.mdi-table-large-remove::before{content:"\FFA5"}.mdi-table-merge-cells::before{content:"\F9A5"}.mdi-table-of-contents::before{content:"\F835"}.mdi-table-plus::before{content:"\FA74"}.mdi-table-remove::before{content:"\FA75"}.mdi-table-row::before{content:"\F836"}.mdi-table-row-height::before{content:"\F4F2"}.mdi-table-row-plus-after::before{content:"\F4F3"}.mdi-table-row-plus-before::before{content:"\F4F4"}.mdi-table-row-remove::before{content:"\F4F5"}.mdi-table-search::before{content:"\F90E"}.mdi-table-settings::before{content:"\F837"}.mdi-table-tennis::before{content:"\FE4B"}.mdi-tablet::before{content:"\F4F6"}.mdi-tablet-android::before{content:"\F4F7"}.mdi-tablet-cellphone::before{content:"\F9A6"}.mdi-tablet-dashboard::before{content:"\FEEB"}.mdi-tablet-ipad::before{content:"\F4F8"}.mdi-taco::before{content:"\F761"}.mdi-tag::before{content:"\F4F9"}.mdi-tag-faces::before{content:"\F4FA"}.mdi-tag-heart::before{content:"\F68A"}.mdi-tag-heart-outline::before{content:"\FBAB"}.mdi-tag-minus::before{content:"\F90F"}.mdi-tag-minus-outline::before{content:"\F024A"}.mdi-tag-multiple::before{content:"\F4FB"}.mdi-tag-multiple-outline::before{content:"\F0322"}.mdi-tag-off::before{content:"\F024B"}.mdi-tag-off-outline::before{content:"\F024C"}.mdi-tag-outline::before{content:"\F4FC"}.mdi-tag-plus::before{content:"\F721"}.mdi-tag-plus-outline::before{content:"\F024D"}.mdi-tag-remove::before{content:"\F722"}.mdi-tag-remove-outline::before{content:"\F024E"}.mdi-tag-text::before{content:"\F024F"}.mdi-tag-text-outline::before{content:"\F4FD"}.mdi-tank::before{content:"\FD16"}.mdi-tanker-truck::before{content:"\F0006"}.mdi-tape-measure::before{content:"\FB28"}.mdi-target::before{content:"\F4FE"}.mdi-target-account::before{content:"\FBAC"}.mdi-target-variant::before{content:"\FA76"}.mdi-taxi::before{content:"\F4FF"}.mdi-tea::before{content:"\FD7A"}.mdi-tea-outline::before{content:"\FD7B"}.mdi-teach::before{content:"\F88F"}.mdi-teamviewer::before{content:"\F500"}.mdi-telegram::before{content:"\F501"}.mdi-telescope::before{content:"\FB29"}.mdi-television::before{content:"\F502"}.mdi-television-ambient-light::before{content:"\F0381"}.mdi-television-box::before{content:"\F838"}.mdi-television-classic::before{content:"\F7F3"}.mdi-television-classic-off::before{content:"\F839"}.mdi-television-clean::before{content:"\F013B"}.mdi-television-guide::before{content:"\F503"}.mdi-television-off::before{content:"\F83A"}.mdi-television-pause::before{content:"\FFA6"}.mdi-television-play::before{content:"\FEEC"}.mdi-television-stop::before{content:"\FFA7"}.mdi-temperature-celsius::before{content:"\F504"}.mdi-temperature-fahrenheit::before{content:"\F505"}.mdi-temperature-kelvin::before{content:"\F506"}.mdi-tennis::before{content:"\FD7C"}.mdi-tennis-ball::before{content:"\F507"}.mdi-tent::before{content:"\F508"}.mdi-terraform::before{content:"\F0084"}.mdi-terrain::before{content:"\F509"}.mdi-test-tube::before{content:"\F668"}.mdi-test-tube-empty::before{content:"\F910"}.mdi-test-tube-off::before{content:"\F911"}.mdi-text::before{content:"\F9A7"}.mdi-text-recognition::before{content:"\F0168"}.mdi-text-shadow::before{content:"\F669"}.mdi-text-short::before{content:"\F9A8"}.mdi-text-subject::before{content:"\F9A9"}.mdi-text-to-speech::before{content:"\F50A"}.mdi-text-to-speech-off::before{content:"\F50B"}.mdi-textarea::before{content:"\F00C0"}.mdi-textbox::before{content:"\F60E"}.mdi-textbox-lock::before{content:"\F0388"}.mdi-textbox-password::before{content:"\F7F4"}.mdi-texture::before{content:"\F50C"}.mdi-texture-box::before{content:"\F0007"}.mdi-theater::before{content:"\F50D"}.mdi-theme-light-dark::before{content:"\F50E"}.mdi-thermometer::before{content:"\F50F"}.mdi-thermometer-alert::before{content:"\FE61"}.mdi-thermometer-chevron-down::before{content:"\FE62"}.mdi-thermometer-chevron-up::before{content:"\FE63"}.mdi-thermometer-high::before{content:"\F00ED"}.mdi-thermometer-lines::before{content:"\F510"}.mdi-thermometer-low::before{content:"\F00EE"}.mdi-thermometer-minus::before{content:"\FE64"}.mdi-thermometer-plus::before{content:"\FE65"}.mdi-thermostat::before{content:"\F393"}.mdi-thermostat-box::before{content:"\F890"}.mdi-thought-bubble::before{content:"\F7F5"}.mdi-thought-bubble-outline::before{content:"\F7F6"}.mdi-thumb-down::before{content:"\F511"}.mdi-thumb-down-outline::before{content:"\F512"}.mdi-thumb-up::before{content:"\F513"}.mdi-thumb-up-outline::before{content:"\F514"}.mdi-thumbs-up-down::before{content:"\F515"}.mdi-ticket::before{content:"\F516"}.mdi-ticket-account::before{content:"\F517"}.mdi-ticket-confirmation::before{content:"\F518"}.mdi-ticket-outline::before{content:"\F912"}.mdi-ticket-percent::before{content:"\F723"}.mdi-tie::before{content:"\F519"}.mdi-tilde::before{content:"\F724"}.mdi-timelapse::before{content:"\F51A"}.mdi-timeline::before{content:"\FBAD"}.mdi-timeline-alert::before{content:"\FFB2"}.mdi-timeline-alert-outline::before{content:"\FFB5"}.mdi-timeline-clock::before{content:"\F0226"}.mdi-timeline-clock-outline::before{content:"\F0227"}.mdi-timeline-help::before{content:"\FFB6"}.mdi-timeline-help-outline::before{content:"\FFB7"}.mdi-timeline-outline::before{content:"\FBAE"}.mdi-timeline-plus::before{content:"\FFB3"}.mdi-timeline-plus-outline::before{content:"\FFB4"}.mdi-timeline-text::before{content:"\FBAF"}.mdi-timeline-text-outline::before{content:"\FBB0"}.mdi-timer::before{content:"\F51B"}.mdi-timer-10::before{content:"\F51C"}.mdi-timer-3::before{content:"\F51D"}.mdi-timer-off::before{content:"\F51E"}.mdi-timer-sand::before{content:"\F51F"}.mdi-timer-sand-empty::before{content:"\F6AC"}.mdi-timer-sand-full::before{content:"\F78B"}.mdi-timetable::before{content:"\F520"}.mdi-toaster::before{content:"\F0085"}.mdi-toaster-off::before{content:"\F01E2"}.mdi-toaster-oven::before{content:"\FCAF"}.mdi-toggle-switch::before{content:"\F521"}.mdi-toggle-switch-off::before{content:"\F522"}.mdi-toggle-switch-off-outline::before{content:"\FA18"}.mdi-toggle-switch-outline::before{content:"\FA19"}.mdi-toilet::before{content:"\F9AA"}.mdi-toolbox::before{content:"\F9AB"}.mdi-toolbox-outline::before{content:"\F9AC"}.mdi-tools::before{content:"\F0086"}.mdi-tooltip::before{content:"\F523"}.mdi-tooltip-account::before{content:"\F00C"}.mdi-tooltip-edit::before{content:"\F524"}.mdi-tooltip-edit-outline::before{content:"\F02F0"}.mdi-tooltip-image::before{content:"\F525"}.mdi-tooltip-image-outline::before{content:"\FBB1"}.mdi-tooltip-outline::before{content:"\F526"}.mdi-tooltip-plus::before{content:"\FBB2"}.mdi-tooltip-plus-outline::before{content:"\F527"}.mdi-tooltip-text::before{content:"\F528"}.mdi-tooltip-text-outline::before{content:"\FBB3"}.mdi-tooth::before{content:"\F8C2"}.mdi-tooth-outline::before{content:"\F529"}.mdi-toothbrush::before{content:"\F0154"}.mdi-toothbrush-electric::before{content:"\F0157"}.mdi-toothbrush-paste::before{content:"\F0155"}.mdi-tor::before{content:"\F52A"}.mdi-tortoise::before{content:"\FD17"}.mdi-toslink::before{content:"\F02E3"}.mdi-tournament::before{content:"\F9AD"}.mdi-tower-beach::before{content:"\F680"}.mdi-tower-fire::before{content:"\F681"}.mdi-towing::before{content:"\F83B"}.mdi-toy-brick::before{content:"\F02B3"}.mdi-toy-brick-marker::before{content:"\F02B4"}.mdi-toy-brick-marker-outline::before{content:"\F02B5"}.mdi-toy-brick-minus::before{content:"\F02B6"}.mdi-toy-brick-minus-outline::before{content:"\F02B7"}.mdi-toy-brick-outline::before{content:"\F02B8"}.mdi-toy-brick-plus::before{content:"\F02B9"}.mdi-toy-brick-plus-outline::before{content:"\F02BA"}.mdi-toy-brick-remove::before{content:"\F02BB"}.mdi-toy-brick-remove-outline::before{content:"\F02BC"}.mdi-toy-brick-search::before{content:"\F02BD"}.mdi-toy-brick-search-outline::before{content:"\F02BE"}.mdi-track-light::before{content:"\F913"}.mdi-trackpad::before{content:"\F7F7"}.mdi-trackpad-lock::before{content:"\F932"}.mdi-tractor::before{content:"\F891"}.mdi-trademark::before{content:"\FA77"}.mdi-traffic-cone::before{content:"\F03A7"}.mdi-traffic-light::before{content:"\F52B"}.mdi-train::before{content:"\F52C"}.mdi-train-car::before{content:"\FBB4"}.mdi-train-variant::before{content:"\F8C3"}.mdi-tram::before{content:"\F52D"}.mdi-tram-side::before{content:"\F0008"}.mdi-transcribe::before{content:"\F52E"}.mdi-transcribe-close::before{content:"\F52F"}.mdi-transfer::before{content:"\F0087"}.mdi-transfer-down::before{content:"\FD7D"}.mdi-transfer-left::before{content:"\FD7E"}.mdi-transfer-right::before{content:"\F530"}.mdi-transfer-up::before{content:"\FD7F"}.mdi-transit-connection::before{content:"\FD18"}.mdi-transit-connection-variant::before{content:"\FD19"}.mdi-transit-detour::before{content:"\FFA8"}.mdi-transit-transfer::before{content:"\F6AD"}.mdi-transition::before{content:"\F914"}.mdi-transition-masked::before{content:"\F915"}.mdi-translate::before{content:"\F5CA"}.mdi-translate-off::before{content:"\FE66"}.mdi-transmission-tower::before{content:"\FD1A"}.mdi-trash-can::before{content:"\FA78"}.mdi-trash-can-outline::before{content:"\FA79"}.mdi-tray::before{content:"\F02BF"}.mdi-tray-alert::before{content:"\F02C0"}.mdi-tray-full::before{content:"\F02C1"}.mdi-tray-minus::before{content:"\F02C2"}.mdi-tray-plus::before{content:"\F02C3"}.mdi-tray-remove::before{content:"\F02C4"}.mdi-treasure-chest::before{content:"\F725"}.mdi-tree::before{content:"\F531"}.mdi-tree-outline::before{content:"\FE4C"}.mdi-trello::before{content:"\F532"}.mdi-trending-down::before{content:"\F533"}.mdi-trending-neutral::before{content:"\F534"}.mdi-trending-up::before{content:"\F535"}.mdi-triangle::before{content:"\F536"}.mdi-triangle-outline::before{content:"\F537"}.mdi-triforce::before{content:"\FBB5"}.mdi-trophy::before{content:"\F538"}.mdi-trophy-award::before{content:"\F539"}.mdi-trophy-broken::before{content:"\FD80"}.mdi-trophy-outline::before{content:"\F53A"}.mdi-trophy-variant::before{content:"\F53B"}.mdi-trophy-variant-outline::before{content:"\F53C"}.mdi-truck::before{content:"\F53D"}.mdi-truck-check::before{content:"\FCB0"}.mdi-truck-check-outline::before{content:"\F02C5"}.mdi-truck-delivery::before{content:"\F53E"}.mdi-truck-delivery-outline::before{content:"\F02C6"}.mdi-truck-fast::before{content:"\F787"}.mdi-truck-fast-outline::before{content:"\F02C7"}.mdi-truck-outline::before{content:"\F02C8"}.mdi-truck-trailer::before{content:"\F726"}.mdi-trumpet::before{content:"\F00C1"}.mdi-tshirt-crew::before{content:"\FA7A"}.mdi-tshirt-crew-outline::before{content:"\F53F"}.mdi-tshirt-v::before{content:"\FA7B"}.mdi-tshirt-v-outline::before{content:"\F540"}.mdi-tumble-dryer::before{content:"\F916"}.mdi-tumble-dryer-alert::before{content:"\F01E5"}.mdi-tumble-dryer-off::before{content:"\F01E6"}.mdi-tumblr::before{content:"\F541"}.mdi-tumblr-box::before{content:"\F917"}.mdi-tumblr-reblog::before{content:"\F542"}.mdi-tune::before{content:"\F62E"}.mdi-tune-vertical::before{content:"\F66A"}.mdi-turnstile::before{content:"\FCB1"}.mdi-turnstile-outline::before{content:"\FCB2"}.mdi-turtle::before{content:"\FCB3"}.mdi-twitch::before{content:"\F543"}.mdi-twitter::before{content:"\F544"}.mdi-twitter-box::before{content:"\F545"}.mdi-twitter-circle::before{content:"\F546"}.mdi-twitter-retweet::before{content:"\F547"}.mdi-two-factor-authentication::before{content:"\F9AE"}.mdi-typewriter::before{content:"\FF4A"}.mdi-uber::before{content:"\F748"}.mdi-ubisoft::before{content:"\FBB6"}.mdi-ubuntu::before{content:"\F548"}.mdi-ufo::before{content:"\F00EF"}.mdi-ufo-outline::before{content:"\F00F0"}.mdi-ultra-high-definition::before{content:"\F7F8"}.mdi-umbraco::before{content:"\F549"}.mdi-umbrella::before{content:"\F54A"}.mdi-umbrella-closed::before{content:"\F9AF"}.mdi-umbrella-outline::before{content:"\F54B"}.mdi-undo::before{content:"\F54C"}.mdi-undo-variant::before{content:"\F54D"}.mdi-unfold-less-horizontal::before{content:"\F54E"}.mdi-unfold-less-vertical::before{content:"\F75F"}.mdi-unfold-more-horizontal::before{content:"\F54F"}.mdi-unfold-more-vertical::before{content:"\F760"}.mdi-ungroup::before{content:"\F550"}.mdi-unicode::before{content:"\FEED"}.mdi-unity::before{content:"\F6AE"}.mdi-unreal::before{content:"\F9B0"}.mdi-untappd::before{content:"\F551"}.mdi-update::before{content:"\F6AF"}.mdi-upload::before{content:"\F552"}.mdi-upload-lock::before{content:"\F039E"}.mdi-upload-lock-outline::before{content:"\F039F"}.mdi-upload-multiple::before{content:"\F83C"}.mdi-upload-network::before{content:"\F6F5"}.mdi-upload-network-outline::before{content:"\FCB4"}.mdi-upload-off::before{content:"\F00F1"}.mdi-upload-off-outline::before{content:"\F00F2"}.mdi-upload-outline::before{content:"\FE67"}.mdi-usb::before{content:"\F553"}.mdi-usb-flash-drive::before{content:"\F02C9"}.mdi-usb-flash-drive-outline::before{content:"\F02CA"}.mdi-usb-port::before{content:"\F021B"}.mdi-valve::before{content:"\F0088"}.mdi-valve-closed::before{content:"\F0089"}.mdi-valve-open::before{content:"\F008A"}.mdi-van-passenger::before{content:"\F7F9"}.mdi-van-utility::before{content:"\F7FA"}.mdi-vanish::before{content:"\F7FB"}.mdi-vanity-light::before{content:"\F020C"}.mdi-variable::before{content:"\FAE6"}.mdi-variable-box::before{content:"\F013C"}.mdi-vector-arrange-above::before{content:"\F554"}.mdi-vector-arrange-below::before{content:"\F555"}.mdi-vector-bezier::before{content:"\FAE7"}.mdi-vector-circle::before{content:"\F556"}.mdi-vector-circle-variant::before{content:"\F557"}.mdi-vector-combine::before{content:"\F558"}.mdi-vector-curve::before{content:"\F559"}.mdi-vector-difference::before{content:"\F55A"}.mdi-vector-difference-ab::before{content:"\F55B"}.mdi-vector-difference-ba::before{content:"\F55C"}.mdi-vector-ellipse::before{content:"\F892"}.mdi-vector-intersection::before{content:"\F55D"}.mdi-vector-line::before{content:"\F55E"}.mdi-vector-link::before{content:"\F0009"}.mdi-vector-point::before{content:"\F55F"}.mdi-vector-polygon::before{content:"\F560"}.mdi-vector-polyline::before{content:"\F561"}.mdi-vector-polyline-edit::before{content:"\F0250"}.mdi-vector-polyline-minus::before{content:"\F0251"}.mdi-vector-polyline-plus::before{content:"\F0252"}.mdi-vector-polyline-remove::before{content:"\F0253"}.mdi-vector-radius::before{content:"\F749"}.mdi-vector-rectangle::before{content:"\F5C6"}.mdi-vector-selection::before{content:"\F562"}.mdi-vector-square::before{content:"\F001"}.mdi-vector-triangle::before{content:"\F563"}.mdi-vector-union::before{content:"\F564"}.mdi-venmo::before{content:"\F578"}.mdi-vhs::before{content:"\FA1A"}.mdi-vibrate::before{content:"\F566"}.mdi-vibrate-off::before{content:"\FCB5"}.mdi-video::before{content:"\F567"}.mdi-video-3d::before{content:"\F7FC"}.mdi-video-3d-variant::before{content:"\FEEE"}.mdi-video-4k-box::before{content:"\F83D"}.mdi-video-account::before{content:"\F918"}.mdi-video-check::before{content:"\F008B"}.mdi-video-check-outline::before{content:"\F008C"}.mdi-video-image::before{content:"\F919"}.mdi-video-input-antenna::before{content:"\F83E"}.mdi-video-input-component::before{content:"\F83F"}.mdi-video-input-hdmi::before{content:"\F840"}.mdi-video-input-scart::before{content:"\FFA9"}.mdi-video-input-svideo::before{content:"\F841"}.mdi-video-minus::before{content:"\F9B1"}.mdi-video-off::before{content:"\F568"}.mdi-video-off-outline::before{content:"\FBB7"}.mdi-video-outline::before{content:"\FBB8"}.mdi-video-plus::before{content:"\F9B2"}.mdi-video-stabilization::before{content:"\F91A"}.mdi-video-switch::before{content:"\F569"}.mdi-video-vintage::before{content:"\FA1B"}.mdi-video-wireless::before{content:"\FEEF"}.mdi-video-wireless-outline::before{content:"\FEF0"}.mdi-view-agenda::before{content:"\F56A"}.mdi-view-agenda-outline::before{content:"\F0203"}.mdi-view-array::before{content:"\F56B"}.mdi-view-carousel::before{content:"\F56C"}.mdi-view-column::before{content:"\F56D"}.mdi-view-comfy::before{content:"\FE4D"}.mdi-view-compact::before{content:"\FE4E"}.mdi-view-compact-outline::before{content:"\FE4F"}.mdi-view-dashboard::before{content:"\F56E"}.mdi-view-dashboard-outline::before{content:"\FA1C"}.mdi-view-dashboard-variant::before{content:"\F842"}.mdi-view-day::before{content:"\F56F"}.mdi-view-grid::before{content:"\F570"}.mdi-view-grid-outline::before{content:"\F0204"}.mdi-view-grid-plus::before{content:"\FFAA"}.mdi-view-grid-plus-outline::before{content:"\F0205"}.mdi-view-headline::before{content:"\F571"}.mdi-view-list::before{content:"\F572"}.mdi-view-module::before{content:"\F573"}.mdi-view-parallel::before{content:"\F727"}.mdi-view-quilt::before{content:"\F574"}.mdi-view-sequential::before{content:"\F728"}.mdi-view-split-horizontal::before{content:"\FBA7"}.mdi-view-split-vertical::before{content:"\FBA8"}.mdi-view-stream::before{content:"\F575"}.mdi-view-week::before{content:"\F576"}.mdi-vimeo::before{content:"\F577"}.mdi-violin::before{content:"\F60F"}.mdi-virtual-reality::before{content:"\F893"}.mdi-visual-studio::before{content:"\F610"}.mdi-visual-studio-code::before{content:"\FA1D"}.mdi-vk::before{content:"\F579"}.mdi-vk-box::before{content:"\F57A"}.mdi-vk-circle::before{content:"\F57B"}.mdi-vlc::before{content:"\F57C"}.mdi-voice::before{content:"\F5CB"}.mdi-voice-off::before{content:"\FEF1"}.mdi-voicemail::before{content:"\F57D"}.mdi-volleyball::before{content:"\F9B3"}.mdi-volume-high::before{content:"\F57E"}.mdi-volume-low::before{content:"\F57F"}.mdi-volume-medium::before{content:"\F580"}.mdi-volume-minus::before{content:"\F75D"}.mdi-volume-mute::before{content:"\F75E"}.mdi-volume-off::before{content:"\F581"}.mdi-volume-plus::before{content:"\F75C"}.mdi-volume-source::before{content:"\F014B"}.mdi-volume-variant-off::before{content:"\FE68"}.mdi-volume-vibrate::before{content:"\F014C"}.mdi-vote::before{content:"\FA1E"}.mdi-vote-outline::before{content:"\FA1F"}.mdi-vpn::before{content:"\F582"}.mdi-vuejs::before{content:"\F843"}.mdi-vuetify::before{content:"\FE50"}.mdi-walk::before{content:"\F583"}.mdi-wall::before{content:"\F7FD"}.mdi-wall-sconce::before{content:"\F91B"}.mdi-wall-sconce-flat::before{content:"\F91C"}.mdi-wall-sconce-variant::before{content:"\F91D"}.mdi-wallet::before{content:"\F584"}.mdi-wallet-giftcard::before{content:"\F585"}.mdi-wallet-membership::before{content:"\F586"}.mdi-wallet-outline::before{content:"\FBB9"}.mdi-wallet-plus::before{content:"\FFAB"}.mdi-wallet-plus-outline::before{content:"\FFAC"}.mdi-wallet-travel::before{content:"\F587"}.mdi-wallpaper::before{content:"\FE69"}.mdi-wan::before{content:"\F588"}.mdi-wardrobe::before{content:"\FFAD"}.mdi-wardrobe-outline::before{content:"\FFAE"}.mdi-warehouse::before{content:"\FFBB"}.mdi-washing-machine::before{content:"\F729"}.mdi-washing-machine-alert::before{content:"\F01E7"}.mdi-washing-machine-off::before{content:"\F01E8"}.mdi-watch::before{content:"\F589"}.mdi-watch-export::before{content:"\F58A"}.mdi-watch-export-variant::before{content:"\F894"}.mdi-watch-import::before{content:"\F58B"}.mdi-watch-import-variant::before{content:"\F895"}.mdi-watch-variant::before{content:"\F896"}.mdi-watch-vibrate::before{content:"\F6B0"}.mdi-watch-vibrate-off::before{content:"\FCB6"}.mdi-water::before{content:"\F58C"}.mdi-water-boiler::before{content:"\FFAF"}.mdi-water-boiler-alert::before{content:"\F01DE"}.mdi-water-boiler-off::before{content:"\F01DF"}.mdi-water-off::before{content:"\F58D"}.mdi-water-outline::before{content:"\FE6A"}.mdi-water-percent::before{content:"\F58E"}.mdi-water-polo::before{content:"\F02CB"}.mdi-water-pump::before{content:"\F58F"}.mdi-water-pump-off::before{content:"\FFB0"}.mdi-water-well::before{content:"\F008D"}.mdi-water-well-outline::before{content:"\F008E"}.mdi-watermark::before{content:"\F612"}.mdi-wave::before{content:"\FF4B"}.mdi-waves::before{content:"\F78C"}.mdi-waze::before{content:"\FBBA"}.mdi-weather-cloudy::before{content:"\F590"}.mdi-weather-cloudy-alert::before{content:"\FF4C"}.mdi-weather-cloudy-arrow-right::before{content:"\FE51"}.mdi-weather-fog::before{content:"\F591"}.mdi-weather-hail::before{content:"\F592"}.mdi-weather-hazy::before{content:"\FF4D"}.mdi-weather-hurricane::before{content:"\F897"}.mdi-weather-lightning::before{content:"\F593"}.mdi-weather-lightning-rainy::before{content:"\F67D"}.mdi-weather-night::before{content:"\F594"}.mdi-weather-night-partly-cloudy::before{content:"\FF4E"}.mdi-weather-partly-cloudy::before{content:"\F595"}.mdi-weather-partly-lightning::before{content:"\FF4F"}.mdi-weather-partly-rainy::before{content:"\FF50"}.mdi-weather-partly-snowy::before{content:"\FF51"}.mdi-weather-partly-snowy-rainy::before{content:"\FF52"}.mdi-weather-pouring::before{content:"\F596"}.mdi-weather-rainy::before{content:"\F597"}.mdi-weather-snowy::before{content:"\F598"}.mdi-weather-snowy-heavy::before{content:"\FF53"}.mdi-weather-snowy-rainy::before{content:"\F67E"}.mdi-weather-sunny::before{content:"\F599"}.mdi-weather-sunny-alert::before{content:"\FF54"}.mdi-weather-sunset::before{content:"\F59A"}.mdi-weather-sunset-down::before{content:"\F59B"}.mdi-weather-sunset-up::before{content:"\F59C"}.mdi-weather-tornado::before{content:"\FF55"}.mdi-weather-windy::before{content:"\F59D"}.mdi-weather-windy-variant::before{content:"\F59E"}.mdi-web::before{content:"\F59F"}.mdi-web-box::before{content:"\FFB1"}.mdi-web-clock::before{content:"\F0275"}.mdi-webcam::before{content:"\F5A0"}.mdi-webhook::before{content:"\F62F"}.mdi-webpack::before{content:"\F72A"}.mdi-webrtc::before{content:"\F0273"}.mdi-wechat::before{content:"\F611"}.mdi-weight::before{content:"\F5A1"}.mdi-weight-gram::before{content:"\FD1B"}.mdi-weight-kilogram::before{content:"\F5A2"}.mdi-weight-lifter::before{content:"\F0188"}.mdi-weight-pound::before{content:"\F9B4"}.mdi-whatsapp::before{content:"\F5A3"}.mdi-wheelchair-accessibility::before{content:"\F5A4"}.mdi-whistle::before{content:"\F9B5"}.mdi-whistle-outline::before{content:"\F02E7"}.mdi-white-balance-auto::before{content:"\F5A5"}.mdi-white-balance-incandescent::before{content:"\F5A6"}.mdi-white-balance-iridescent::before{content:"\F5A7"}.mdi-white-balance-sunny::before{content:"\F5A8"}.mdi-widgets::before{content:"\F72B"}.mdi-widgets-outline::before{content:"\F0380"}.mdi-wifi::before{content:"\F5A9"}.mdi-wifi-off::before{content:"\F5AA"}.mdi-wifi-star::before{content:"\FE6B"}.mdi-wifi-strength-1::before{content:"\F91E"}.mdi-wifi-strength-1-alert::before{content:"\F91F"}.mdi-wifi-strength-1-lock::before{content:"\F920"}.mdi-wifi-strength-2::before{content:"\F921"}.mdi-wifi-strength-2-alert::before{content:"\F922"}.mdi-wifi-strength-2-lock::before{content:"\F923"}.mdi-wifi-strength-3::before{content:"\F924"}.mdi-wifi-strength-3-alert::before{content:"\F925"}.mdi-wifi-strength-3-lock::before{content:"\F926"}.mdi-wifi-strength-4::before{content:"\F927"}.mdi-wifi-strength-4-alert::before{content:"\F928"}.mdi-wifi-strength-4-lock::before{content:"\F929"}.mdi-wifi-strength-alert-outline::before{content:"\F92A"}.mdi-wifi-strength-lock-outline::before{content:"\F92B"}.mdi-wifi-strength-off::before{content:"\F92C"}.mdi-wifi-strength-off-outline::before{content:"\F92D"}.mdi-wifi-strength-outline::before{content:"\F92E"}.mdi-wii::before{content:"\F5AB"}.mdi-wiiu::before{content:"\F72C"}.mdi-wikipedia::before{content:"\F5AC"}.mdi-wind-turbine::before{content:"\FD81"}.mdi-window-close::before{content:"\F5AD"}.mdi-window-closed::before{content:"\F5AE"}.mdi-window-closed-variant::before{content:"\F0206"}.mdi-window-maximize::before{content:"\F5AF"}.mdi-window-minimize::before{content:"\F5B0"}.mdi-window-open::before{content:"\F5B1"}.mdi-window-open-variant::before{content:"\F0207"}.mdi-window-restore::before{content:"\F5B2"}.mdi-window-shutter::before{content:"\F0147"}.mdi-window-shutter-alert::before{content:"\F0148"}.mdi-window-shutter-open::before{content:"\F0149"}.mdi-windows::before{content:"\F5B3"}.mdi-windows-classic::before{content:"\FA20"}.mdi-wiper::before{content:"\FAE8"}.mdi-wiper-wash::before{content:"\FD82"}.mdi-wordpress::before{content:"\F5B4"}.mdi-worker::before{content:"\F5B5"}.mdi-wrap::before{content:"\F5B6"}.mdi-wrap-disabled::before{content:"\FBBB"}.mdi-wrench::before{content:"\F5B7"}.mdi-wrench-outline::before{content:"\FBBC"}.mdi-wunderlist::before{content:"\F5B8"}.mdi-xamarin::before{content:"\F844"}.mdi-xamarin-outline::before{content:"\F845"}.mdi-xaml::before{content:"\F673"}.mdi-xbox::before{content:"\F5B9"}.mdi-xbox-controller::before{content:"\F5BA"}.mdi-xbox-controller-battery-alert::before{content:"\F74A"}.mdi-xbox-controller-battery-charging::before{content:"\FA21"}.mdi-xbox-controller-battery-empty::before{content:"\F74B"}.mdi-xbox-controller-battery-full::before{content:"\F74C"}.mdi-xbox-controller-battery-low::before{content:"\F74D"}.mdi-xbox-controller-battery-medium::before{content:"\F74E"}.mdi-xbox-controller-battery-unknown::before{content:"\F74F"}.mdi-xbox-controller-menu::before{content:"\FE52"}.mdi-xbox-controller-off::before{content:"\F5BB"}.mdi-xbox-controller-view::before{content:"\FE53"}.mdi-xda::before{content:"\F5BC"}.mdi-xing::before{content:"\F5BD"}.mdi-xing-box::before{content:"\F5BE"}.mdi-xing-circle::before{content:"\F5BF"}.mdi-xml::before{content:"\F5C0"}.mdi-xmpp::before{content:"\F7FE"}.mdi-yahoo::before{content:"\FB2A"}.mdi-yammer::before{content:"\F788"}.mdi-yeast::before{content:"\F5C1"}.mdi-yelp::before{content:"\F5C2"}.mdi-yin-yang::before{content:"\F67F"}.mdi-yoga::before{content:"\F01A7"}.mdi-youtube::before{content:"\F5C3"}.mdi-youtube-creator-studio::before{content:"\F846"}.mdi-youtube-gaming::before{content:"\F847"}.mdi-youtube-subscription::before{content:"\FD1C"}.mdi-youtube-tv::before{content:"\F448"}.mdi-z-wave::before{content:"\FAE9"}.mdi-zend::before{content:"\FAEA"}.mdi-zigbee::before{content:"\FD1D"}.mdi-zip-box::before{content:"\F5C4"}.mdi-zip-box-outline::before{content:"\F001B"}.mdi-zip-disk::before{content:"\FA22"}.mdi-zodiac-aquarius::before{content:"\FA7C"}.mdi-zodiac-aries::before{content:"\FA7D"}.mdi-zodiac-cancer::before{content:"\FA7E"}.mdi-zodiac-capricorn::before{content:"\FA7F"}.mdi-zodiac-gemini::before{content:"\FA80"}.mdi-zodiac-leo::before{content:"\FA81"}.mdi-zodiac-libra::before{content:"\FA82"}.mdi-zodiac-pisces::before{content:"\FA83"}.mdi-zodiac-sagittarius::before{content:"\FA84"}.mdi-zodiac-scorpio::before{content:"\FA85"}.mdi-zodiac-taurus::before{content:"\FA86"}.mdi-zodiac-virgo::before{content:"\FA87"}.mdi-blank::before{content:"\F68C";visibility:hidden}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px}.mdi-dark:before{color:rgba(0,0,0,0.54)}.mdi-dark.mdi-inactive:before{color:rgba(0,0,0,0.26)}.mdi-light:before{color:#fff}.mdi-light.mdi-inactive:before{color:rgba(255,255,255,0.3)}.mdi-rotate-45:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mdi-rotate-90:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mdi-rotate-135:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.mdi-rotate-180:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mdi-rotate-225:before{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.mdi-rotate-270:before{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mdi-rotate-315:before{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.mdi-flip-h:before{-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.mdi-flip-v:before{-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.mdi-spin:before{-webkit-animation:mdi-spin 2s infinite linear;animation:mdi-spin 2s infinite linear}@-webkit-keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} diff --git a/preview-templates/ccc-devtools/libs/css/vuetify.min.css b/preview-templates/ccc-devtools/libs/css/vuetify.min.css new file mode 100644 index 0000000..6dc04ff --- /dev/null +++ b/preview-templates/ccc-devtools/libs/css/vuetify.min.css @@ -0,0 +1,8 @@ +@charset "UTF-8"; +/*! +* Vuetify v2.2.20 +* Forged by John Leider +* Released under the MIT License. +*/@-webkit-keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}@keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}.v-application .black{background-color:#000!important;border-color:#000!important}.v-application .black--text{color:#000!important;caret-color:#000!important}.v-application .white{background-color:#fff!important;border-color:#fff!important}.v-application .white--text{color:#fff!important;caret-color:#fff!important}.v-application .transparent{background-color:transparent!important;border-color:transparent!important}.v-application .transparent--text{color:transparent!important;caret-color:transparent!important}.v-application .red{background-color:#f44336!important;border-color:#f44336!important}.v-application .red--text{color:#f44336!important;caret-color:#f44336!important}.v-application .red.lighten-5{background-color:#ffebee!important;border-color:#ffebee!important}.v-application .red--text.text--lighten-5{color:#ffebee!important;caret-color:#ffebee!important}.v-application .red.lighten-4{background-color:#ffcdd2!important;border-color:#ffcdd2!important}.v-application .red--text.text--lighten-4{color:#ffcdd2!important;caret-color:#ffcdd2!important}.v-application .red.lighten-3{background-color:#ef9a9a!important;border-color:#ef9a9a!important}.v-application .red--text.text--lighten-3{color:#ef9a9a!important;caret-color:#ef9a9a!important}.v-application .red.lighten-2{background-color:#e57373!important;border-color:#e57373!important}.v-application .red--text.text--lighten-2{color:#e57373!important;caret-color:#e57373!important}.v-application .red.lighten-1{background-color:#ef5350!important;border-color:#ef5350!important}.v-application .red--text.text--lighten-1{color:#ef5350!important;caret-color:#ef5350!important}.v-application .red.darken-1{background-color:#e53935!important;border-color:#e53935!important}.v-application .red--text.text--darken-1{color:#e53935!important;caret-color:#e53935!important}.v-application .red.darken-2{background-color:#d32f2f!important;border-color:#d32f2f!important}.v-application .red--text.text--darken-2{color:#d32f2f!important;caret-color:#d32f2f!important}.v-application .red.darken-3{background-color:#c62828!important;border-color:#c62828!important}.v-application .red--text.text--darken-3{color:#c62828!important;caret-color:#c62828!important}.v-application .red.darken-4{background-color:#b71c1c!important;border-color:#b71c1c!important}.v-application .red--text.text--darken-4{color:#b71c1c!important;caret-color:#b71c1c!important}.v-application .red.accent-1{background-color:#ff8a80!important;border-color:#ff8a80!important}.v-application .red--text.text--accent-1{color:#ff8a80!important;caret-color:#ff8a80!important}.v-application .red.accent-2{background-color:#ff5252!important;border-color:#ff5252!important}.v-application .red--text.text--accent-2{color:#ff5252!important;caret-color:#ff5252!important}.v-application .red.accent-3{background-color:#ff1744!important;border-color:#ff1744!important}.v-application .red--text.text--accent-3{color:#ff1744!important;caret-color:#ff1744!important}.v-application .red.accent-4{background-color:#d50000!important;border-color:#d50000!important}.v-application .red--text.text--accent-4{color:#d50000!important;caret-color:#d50000!important}.v-application .pink{background-color:#e91e63!important;border-color:#e91e63!important}.v-application .pink--text{color:#e91e63!important;caret-color:#e91e63!important}.v-application .pink.lighten-5{background-color:#fce4ec!important;border-color:#fce4ec!important}.v-application .pink--text.text--lighten-5{color:#fce4ec!important;caret-color:#fce4ec!important}.v-application .pink.lighten-4{background-color:#f8bbd0!important;border-color:#f8bbd0!important}.v-application .pink--text.text--lighten-4{color:#f8bbd0!important;caret-color:#f8bbd0!important}.v-application .pink.lighten-3{background-color:#f48fb1!important;border-color:#f48fb1!important}.v-application .pink--text.text--lighten-3{color:#f48fb1!important;caret-color:#f48fb1!important}.v-application .pink.lighten-2{background-color:#f06292!important;border-color:#f06292!important}.v-application .pink--text.text--lighten-2{color:#f06292!important;caret-color:#f06292!important}.v-application .pink.lighten-1{background-color:#ec407a!important;border-color:#ec407a!important}.v-application .pink--text.text--lighten-1{color:#ec407a!important;caret-color:#ec407a!important}.v-application .pink.darken-1{background-color:#d81b60!important;border-color:#d81b60!important}.v-application .pink--text.text--darken-1{color:#d81b60!important;caret-color:#d81b60!important}.v-application .pink.darken-2{background-color:#c2185b!important;border-color:#c2185b!important}.v-application .pink--text.text--darken-2{color:#c2185b!important;caret-color:#c2185b!important}.v-application .pink.darken-3{background-color:#ad1457!important;border-color:#ad1457!important}.v-application .pink--text.text--darken-3{color:#ad1457!important;caret-color:#ad1457!important}.v-application .pink.darken-4{background-color:#880e4f!important;border-color:#880e4f!important}.v-application .pink--text.text--darken-4{color:#880e4f!important;caret-color:#880e4f!important}.v-application .pink.accent-1{background-color:#ff80ab!important;border-color:#ff80ab!important}.v-application .pink--text.text--accent-1{color:#ff80ab!important;caret-color:#ff80ab!important}.v-application .pink.accent-2{background-color:#ff4081!important;border-color:#ff4081!important}.v-application .pink--text.text--accent-2{color:#ff4081!important;caret-color:#ff4081!important}.v-application .pink.accent-3{background-color:#f50057!important;border-color:#f50057!important}.v-application .pink--text.text--accent-3{color:#f50057!important;caret-color:#f50057!important}.v-application .pink.accent-4{background-color:#c51162!important;border-color:#c51162!important}.v-application .pink--text.text--accent-4{color:#c51162!important;caret-color:#c51162!important}.v-application .purple{background-color:#9c27b0!important;border-color:#9c27b0!important}.v-application .purple--text{color:#9c27b0!important;caret-color:#9c27b0!important}.v-application .purple.lighten-5{background-color:#f3e5f5!important;border-color:#f3e5f5!important}.v-application .purple--text.text--lighten-5{color:#f3e5f5!important;caret-color:#f3e5f5!important}.v-application .purple.lighten-4{background-color:#e1bee7!important;border-color:#e1bee7!important}.v-application .purple--text.text--lighten-4{color:#e1bee7!important;caret-color:#e1bee7!important}.v-application .purple.lighten-3{background-color:#ce93d8!important;border-color:#ce93d8!important}.v-application .purple--text.text--lighten-3{color:#ce93d8!important;caret-color:#ce93d8!important}.v-application .purple.lighten-2{background-color:#ba68c8!important;border-color:#ba68c8!important}.v-application .purple--text.text--lighten-2{color:#ba68c8!important;caret-color:#ba68c8!important}.v-application .purple.lighten-1{background-color:#ab47bc!important;border-color:#ab47bc!important}.v-application .purple--text.text--lighten-1{color:#ab47bc!important;caret-color:#ab47bc!important}.v-application .purple.darken-1{background-color:#8e24aa!important;border-color:#8e24aa!important}.v-application .purple--text.text--darken-1{color:#8e24aa!important;caret-color:#8e24aa!important}.v-application .purple.darken-2{background-color:#7b1fa2!important;border-color:#7b1fa2!important}.v-application .purple--text.text--darken-2{color:#7b1fa2!important;caret-color:#7b1fa2!important}.v-application .purple.darken-3{background-color:#6a1b9a!important;border-color:#6a1b9a!important}.v-application .purple--text.text--darken-3{color:#6a1b9a!important;caret-color:#6a1b9a!important}.v-application .purple.darken-4{background-color:#4a148c!important;border-color:#4a148c!important}.v-application .purple--text.text--darken-4{color:#4a148c!important;caret-color:#4a148c!important}.v-application .purple.accent-1{background-color:#ea80fc!important;border-color:#ea80fc!important}.v-application .purple--text.text--accent-1{color:#ea80fc!important;caret-color:#ea80fc!important}.v-application .purple.accent-2{background-color:#e040fb!important;border-color:#e040fb!important}.v-application .purple--text.text--accent-2{color:#e040fb!important;caret-color:#e040fb!important}.v-application .purple.accent-3{background-color:#d500f9!important;border-color:#d500f9!important}.v-application .purple--text.text--accent-3{color:#d500f9!important;caret-color:#d500f9!important}.v-application .purple.accent-4{background-color:#a0f!important;border-color:#a0f!important}.v-application .purple--text.text--accent-4{color:#a0f!important;caret-color:#a0f!important}.v-application .deep-purple{background-color:#673ab7!important;border-color:#673ab7!important}.v-application .deep-purple--text{color:#673ab7!important;caret-color:#673ab7!important}.v-application .deep-purple.lighten-5{background-color:#ede7f6!important;border-color:#ede7f6!important}.v-application .deep-purple--text.text--lighten-5{color:#ede7f6!important;caret-color:#ede7f6!important}.v-application .deep-purple.lighten-4{background-color:#d1c4e9!important;border-color:#d1c4e9!important}.v-application .deep-purple--text.text--lighten-4{color:#d1c4e9!important;caret-color:#d1c4e9!important}.v-application .deep-purple.lighten-3{background-color:#b39ddb!important;border-color:#b39ddb!important}.v-application .deep-purple--text.text--lighten-3{color:#b39ddb!important;caret-color:#b39ddb!important}.v-application .deep-purple.lighten-2{background-color:#9575cd!important;border-color:#9575cd!important}.v-application .deep-purple--text.text--lighten-2{color:#9575cd!important;caret-color:#9575cd!important}.v-application .deep-purple.lighten-1{background-color:#7e57c2!important;border-color:#7e57c2!important}.v-application .deep-purple--text.text--lighten-1{color:#7e57c2!important;caret-color:#7e57c2!important}.v-application .deep-purple.darken-1{background-color:#5e35b1!important;border-color:#5e35b1!important}.v-application .deep-purple--text.text--darken-1{color:#5e35b1!important;caret-color:#5e35b1!important}.v-application .deep-purple.darken-2{background-color:#512da8!important;border-color:#512da8!important}.v-application .deep-purple--text.text--darken-2{color:#512da8!important;caret-color:#512da8!important}.v-application .deep-purple.darken-3{background-color:#4527a0!important;border-color:#4527a0!important}.v-application .deep-purple--text.text--darken-3{color:#4527a0!important;caret-color:#4527a0!important}.v-application .deep-purple.darken-4{background-color:#311b92!important;border-color:#311b92!important}.v-application .deep-purple--text.text--darken-4{color:#311b92!important;caret-color:#311b92!important}.v-application .deep-purple.accent-1{background-color:#b388ff!important;border-color:#b388ff!important}.v-application .deep-purple--text.text--accent-1{color:#b388ff!important;caret-color:#b388ff!important}.v-application .deep-purple.accent-2{background-color:#7c4dff!important;border-color:#7c4dff!important}.v-application .deep-purple--text.text--accent-2{color:#7c4dff!important;caret-color:#7c4dff!important}.v-application .deep-purple.accent-3{background-color:#651fff!important;border-color:#651fff!important}.v-application .deep-purple--text.text--accent-3{color:#651fff!important;caret-color:#651fff!important}.v-application .deep-purple.accent-4{background-color:#6200ea!important;border-color:#6200ea!important}.v-application .deep-purple--text.text--accent-4{color:#6200ea!important;caret-color:#6200ea!important}.v-application .indigo{background-color:#3f51b5!important;border-color:#3f51b5!important}.v-application .indigo--text{color:#3f51b5!important;caret-color:#3f51b5!important}.v-application .indigo.lighten-5{background-color:#e8eaf6!important;border-color:#e8eaf6!important}.v-application .indigo--text.text--lighten-5{color:#e8eaf6!important;caret-color:#e8eaf6!important}.v-application .indigo.lighten-4{background-color:#c5cae9!important;border-color:#c5cae9!important}.v-application .indigo--text.text--lighten-4{color:#c5cae9!important;caret-color:#c5cae9!important}.v-application .indigo.lighten-3{background-color:#9fa8da!important;border-color:#9fa8da!important}.v-application .indigo--text.text--lighten-3{color:#9fa8da!important;caret-color:#9fa8da!important}.v-application .indigo.lighten-2{background-color:#7986cb!important;border-color:#7986cb!important}.v-application .indigo--text.text--lighten-2{color:#7986cb!important;caret-color:#7986cb!important}.v-application .indigo.lighten-1{background-color:#5c6bc0!important;border-color:#5c6bc0!important}.v-application .indigo--text.text--lighten-1{color:#5c6bc0!important;caret-color:#5c6bc0!important}.v-application .indigo.darken-1{background-color:#3949ab!important;border-color:#3949ab!important}.v-application .indigo--text.text--darken-1{color:#3949ab!important;caret-color:#3949ab!important}.v-application .indigo.darken-2{background-color:#303f9f!important;border-color:#303f9f!important}.v-application .indigo--text.text--darken-2{color:#303f9f!important;caret-color:#303f9f!important}.v-application .indigo.darken-3{background-color:#283593!important;border-color:#283593!important}.v-application .indigo--text.text--darken-3{color:#283593!important;caret-color:#283593!important}.v-application .indigo.darken-4{background-color:#1a237e!important;border-color:#1a237e!important}.v-application .indigo--text.text--darken-4{color:#1a237e!important;caret-color:#1a237e!important}.v-application .indigo.accent-1{background-color:#8c9eff!important;border-color:#8c9eff!important}.v-application .indigo--text.text--accent-1{color:#8c9eff!important;caret-color:#8c9eff!important}.v-application .indigo.accent-2{background-color:#536dfe!important;border-color:#536dfe!important}.v-application .indigo--text.text--accent-2{color:#536dfe!important;caret-color:#536dfe!important}.v-application .indigo.accent-3{background-color:#3d5afe!important;border-color:#3d5afe!important}.v-application .indigo--text.text--accent-3{color:#3d5afe!important;caret-color:#3d5afe!important}.v-application .indigo.accent-4{background-color:#304ffe!important;border-color:#304ffe!important}.v-application .indigo--text.text--accent-4{color:#304ffe!important;caret-color:#304ffe!important}.v-application .blue{background-color:#2196f3!important;border-color:#2196f3!important}.v-application .blue--text{color:#2196f3!important;caret-color:#2196f3!important}.v-application .blue.lighten-5{background-color:#e3f2fd!important;border-color:#e3f2fd!important}.v-application .blue--text.text--lighten-5{color:#e3f2fd!important;caret-color:#e3f2fd!important}.v-application .blue.lighten-4{background-color:#bbdefb!important;border-color:#bbdefb!important}.v-application .blue--text.text--lighten-4{color:#bbdefb!important;caret-color:#bbdefb!important}.v-application .blue.lighten-3{background-color:#90caf9!important;border-color:#90caf9!important}.v-application .blue--text.text--lighten-3{color:#90caf9!important;caret-color:#90caf9!important}.v-application .blue.lighten-2{background-color:#64b5f6!important;border-color:#64b5f6!important}.v-application .blue--text.text--lighten-2{color:#64b5f6!important;caret-color:#64b5f6!important}.v-application .blue.lighten-1{background-color:#42a5f5!important;border-color:#42a5f5!important}.v-application .blue--text.text--lighten-1{color:#42a5f5!important;caret-color:#42a5f5!important}.v-application .blue.darken-1{background-color:#1e88e5!important;border-color:#1e88e5!important}.v-application .blue--text.text--darken-1{color:#1e88e5!important;caret-color:#1e88e5!important}.v-application .blue.darken-2{background-color:#1976d2!important;border-color:#1976d2!important}.v-application .blue--text.text--darken-2{color:#1976d2!important;caret-color:#1976d2!important}.v-application .blue.darken-3{background-color:#1565c0!important;border-color:#1565c0!important}.v-application .blue--text.text--darken-3{color:#1565c0!important;caret-color:#1565c0!important}.v-application .blue.darken-4{background-color:#0d47a1!important;border-color:#0d47a1!important}.v-application .blue--text.text--darken-4{color:#0d47a1!important;caret-color:#0d47a1!important}.v-application .blue.accent-1{background-color:#82b1ff!important;border-color:#82b1ff!important}.v-application .blue--text.text--accent-1{color:#82b1ff!important;caret-color:#82b1ff!important}.v-application .blue.accent-2{background-color:#448aff!important;border-color:#448aff!important}.v-application .blue--text.text--accent-2{color:#448aff!important;caret-color:#448aff!important}.v-application .blue.accent-3{background-color:#2979ff!important;border-color:#2979ff!important}.v-application .blue--text.text--accent-3{color:#2979ff!important;caret-color:#2979ff!important}.v-application .blue.accent-4{background-color:#2962ff!important;border-color:#2962ff!important}.v-application .blue--text.text--accent-4{color:#2962ff!important;caret-color:#2962ff!important}.v-application .light-blue{background-color:#03a9f4!important;border-color:#03a9f4!important}.v-application .light-blue--text{color:#03a9f4!important;caret-color:#03a9f4!important}.v-application .light-blue.lighten-5{background-color:#e1f5fe!important;border-color:#e1f5fe!important}.v-application .light-blue--text.text--lighten-5{color:#e1f5fe!important;caret-color:#e1f5fe!important}.v-application .light-blue.lighten-4{background-color:#b3e5fc!important;border-color:#b3e5fc!important}.v-application .light-blue--text.text--lighten-4{color:#b3e5fc!important;caret-color:#b3e5fc!important}.v-application .light-blue.lighten-3{background-color:#81d4fa!important;border-color:#81d4fa!important}.v-application .light-blue--text.text--lighten-3{color:#81d4fa!important;caret-color:#81d4fa!important}.v-application .light-blue.lighten-2{background-color:#4fc3f7!important;border-color:#4fc3f7!important}.v-application .light-blue--text.text--lighten-2{color:#4fc3f7!important;caret-color:#4fc3f7!important}.v-application .light-blue.lighten-1{background-color:#29b6f6!important;border-color:#29b6f6!important}.v-application .light-blue--text.text--lighten-1{color:#29b6f6!important;caret-color:#29b6f6!important}.v-application .light-blue.darken-1{background-color:#039be5!important;border-color:#039be5!important}.v-application .light-blue--text.text--darken-1{color:#039be5!important;caret-color:#039be5!important}.v-application .light-blue.darken-2{background-color:#0288d1!important;border-color:#0288d1!important}.v-application .light-blue--text.text--darken-2{color:#0288d1!important;caret-color:#0288d1!important}.v-application .light-blue.darken-3{background-color:#0277bd!important;border-color:#0277bd!important}.v-application .light-blue--text.text--darken-3{color:#0277bd!important;caret-color:#0277bd!important}.v-application .light-blue.darken-4{background-color:#01579b!important;border-color:#01579b!important}.v-application .light-blue--text.text--darken-4{color:#01579b!important;caret-color:#01579b!important}.v-application .light-blue.accent-1{background-color:#80d8ff!important;border-color:#80d8ff!important}.v-application .light-blue--text.text--accent-1{color:#80d8ff!important;caret-color:#80d8ff!important}.v-application .light-blue.accent-2{background-color:#40c4ff!important;border-color:#40c4ff!important}.v-application .light-blue--text.text--accent-2{color:#40c4ff!important;caret-color:#40c4ff!important}.v-application .light-blue.accent-3{background-color:#00b0ff!important;border-color:#00b0ff!important}.v-application .light-blue--text.text--accent-3{color:#00b0ff!important;caret-color:#00b0ff!important}.v-application .light-blue.accent-4{background-color:#0091ea!important;border-color:#0091ea!important}.v-application .light-blue--text.text--accent-4{color:#0091ea!important;caret-color:#0091ea!important}.v-application .cyan{background-color:#00bcd4!important;border-color:#00bcd4!important}.v-application .cyan--text{color:#00bcd4!important;caret-color:#00bcd4!important}.v-application .cyan.lighten-5{background-color:#e0f7fa!important;border-color:#e0f7fa!important}.v-application .cyan--text.text--lighten-5{color:#e0f7fa!important;caret-color:#e0f7fa!important}.v-application .cyan.lighten-4{background-color:#b2ebf2!important;border-color:#b2ebf2!important}.v-application .cyan--text.text--lighten-4{color:#b2ebf2!important;caret-color:#b2ebf2!important}.v-application .cyan.lighten-3{background-color:#80deea!important;border-color:#80deea!important}.v-application .cyan--text.text--lighten-3{color:#80deea!important;caret-color:#80deea!important}.v-application .cyan.lighten-2{background-color:#4dd0e1!important;border-color:#4dd0e1!important}.v-application .cyan--text.text--lighten-2{color:#4dd0e1!important;caret-color:#4dd0e1!important}.v-application .cyan.lighten-1{background-color:#26c6da!important;border-color:#26c6da!important}.v-application .cyan--text.text--lighten-1{color:#26c6da!important;caret-color:#26c6da!important}.v-application .cyan.darken-1{background-color:#00acc1!important;border-color:#00acc1!important}.v-application .cyan--text.text--darken-1{color:#00acc1!important;caret-color:#00acc1!important}.v-application .cyan.darken-2{background-color:#0097a7!important;border-color:#0097a7!important}.v-application .cyan--text.text--darken-2{color:#0097a7!important;caret-color:#0097a7!important}.v-application .cyan.darken-3{background-color:#00838f!important;border-color:#00838f!important}.v-application .cyan--text.text--darken-3{color:#00838f!important;caret-color:#00838f!important}.v-application .cyan.darken-4{background-color:#006064!important;border-color:#006064!important}.v-application .cyan--text.text--darken-4{color:#006064!important;caret-color:#006064!important}.v-application .cyan.accent-1{background-color:#84ffff!important;border-color:#84ffff!important}.v-application .cyan--text.text--accent-1{color:#84ffff!important;caret-color:#84ffff!important}.v-application .cyan.accent-2{background-color:#18ffff!important;border-color:#18ffff!important}.v-application .cyan--text.text--accent-2{color:#18ffff!important;caret-color:#18ffff!important}.v-application .cyan.accent-3{background-color:#00e5ff!important;border-color:#00e5ff!important}.v-application .cyan--text.text--accent-3{color:#00e5ff!important;caret-color:#00e5ff!important}.v-application .cyan.accent-4{background-color:#00b8d4!important;border-color:#00b8d4!important}.v-application .cyan--text.text--accent-4{color:#00b8d4!important;caret-color:#00b8d4!important}.v-application .teal{background-color:#009688!important;border-color:#009688!important}.v-application .teal--text{color:#009688!important;caret-color:#009688!important}.v-application .teal.lighten-5{background-color:#e0f2f1!important;border-color:#e0f2f1!important}.v-application .teal--text.text--lighten-5{color:#e0f2f1!important;caret-color:#e0f2f1!important}.v-application .teal.lighten-4{background-color:#b2dfdb!important;border-color:#b2dfdb!important}.v-application .teal--text.text--lighten-4{color:#b2dfdb!important;caret-color:#b2dfdb!important}.v-application .teal.lighten-3{background-color:#80cbc4!important;border-color:#80cbc4!important}.v-application .teal--text.text--lighten-3{color:#80cbc4!important;caret-color:#80cbc4!important}.v-application .teal.lighten-2{background-color:#4db6ac!important;border-color:#4db6ac!important}.v-application .teal--text.text--lighten-2{color:#4db6ac!important;caret-color:#4db6ac!important}.v-application .teal.lighten-1{background-color:#26a69a!important;border-color:#26a69a!important}.v-application .teal--text.text--lighten-1{color:#26a69a!important;caret-color:#26a69a!important}.v-application .teal.darken-1{background-color:#00897b!important;border-color:#00897b!important}.v-application .teal--text.text--darken-1{color:#00897b!important;caret-color:#00897b!important}.v-application .teal.darken-2{background-color:#00796b!important;border-color:#00796b!important}.v-application .teal--text.text--darken-2{color:#00796b!important;caret-color:#00796b!important}.v-application .teal.darken-3{background-color:#00695c!important;border-color:#00695c!important}.v-application .teal--text.text--darken-3{color:#00695c!important;caret-color:#00695c!important}.v-application .teal.darken-4{background-color:#004d40!important;border-color:#004d40!important}.v-application .teal--text.text--darken-4{color:#004d40!important;caret-color:#004d40!important}.v-application .teal.accent-1{background-color:#a7ffeb!important;border-color:#a7ffeb!important}.v-application .teal--text.text--accent-1{color:#a7ffeb!important;caret-color:#a7ffeb!important}.v-application .teal.accent-2{background-color:#64ffda!important;border-color:#64ffda!important}.v-application .teal--text.text--accent-2{color:#64ffda!important;caret-color:#64ffda!important}.v-application .teal.accent-3{background-color:#1de9b6!important;border-color:#1de9b6!important}.v-application .teal--text.text--accent-3{color:#1de9b6!important;caret-color:#1de9b6!important}.v-application .teal.accent-4{background-color:#00bfa5!important;border-color:#00bfa5!important}.v-application .teal--text.text--accent-4{color:#00bfa5!important;caret-color:#00bfa5!important}.v-application .green{background-color:#4caf50!important;border-color:#4caf50!important}.v-application .green--text{color:#4caf50!important;caret-color:#4caf50!important}.v-application .green.lighten-5{background-color:#e8f5e9!important;border-color:#e8f5e9!important}.v-application .green--text.text--lighten-5{color:#e8f5e9!important;caret-color:#e8f5e9!important}.v-application .green.lighten-4{background-color:#c8e6c9!important;border-color:#c8e6c9!important}.v-application .green--text.text--lighten-4{color:#c8e6c9!important;caret-color:#c8e6c9!important}.v-application .green.lighten-3{background-color:#a5d6a7!important;border-color:#a5d6a7!important}.v-application .green--text.text--lighten-3{color:#a5d6a7!important;caret-color:#a5d6a7!important}.v-application .green.lighten-2{background-color:#81c784!important;border-color:#81c784!important}.v-application .green--text.text--lighten-2{color:#81c784!important;caret-color:#81c784!important}.v-application .green.lighten-1{background-color:#66bb6a!important;border-color:#66bb6a!important}.v-application .green--text.text--lighten-1{color:#66bb6a!important;caret-color:#66bb6a!important}.v-application .green.darken-1{background-color:#43a047!important;border-color:#43a047!important}.v-application .green--text.text--darken-1{color:#43a047!important;caret-color:#43a047!important}.v-application .green.darken-2{background-color:#388e3c!important;border-color:#388e3c!important}.v-application .green--text.text--darken-2{color:#388e3c!important;caret-color:#388e3c!important}.v-application .green.darken-3{background-color:#2e7d32!important;border-color:#2e7d32!important}.v-application .green--text.text--darken-3{color:#2e7d32!important;caret-color:#2e7d32!important}.v-application .green.darken-4{background-color:#1b5e20!important;border-color:#1b5e20!important}.v-application .green--text.text--darken-4{color:#1b5e20!important;caret-color:#1b5e20!important}.v-application .green.accent-1{background-color:#b9f6ca!important;border-color:#b9f6ca!important}.v-application .green--text.text--accent-1{color:#b9f6ca!important;caret-color:#b9f6ca!important}.v-application .green.accent-2{background-color:#69f0ae!important;border-color:#69f0ae!important}.v-application .green--text.text--accent-2{color:#69f0ae!important;caret-color:#69f0ae!important}.v-application .green.accent-3{background-color:#00e676!important;border-color:#00e676!important}.v-application .green--text.text--accent-3{color:#00e676!important;caret-color:#00e676!important}.v-application .green.accent-4{background-color:#00c853!important;border-color:#00c853!important}.v-application .green--text.text--accent-4{color:#00c853!important;caret-color:#00c853!important}.v-application .light-green{background-color:#8bc34a!important;border-color:#8bc34a!important}.v-application .light-green--text{color:#8bc34a!important;caret-color:#8bc34a!important}.v-application .light-green.lighten-5{background-color:#f1f8e9!important;border-color:#f1f8e9!important}.v-application .light-green--text.text--lighten-5{color:#f1f8e9!important;caret-color:#f1f8e9!important}.v-application .light-green.lighten-4{background-color:#dcedc8!important;border-color:#dcedc8!important}.v-application .light-green--text.text--lighten-4{color:#dcedc8!important;caret-color:#dcedc8!important}.v-application .light-green.lighten-3{background-color:#c5e1a5!important;border-color:#c5e1a5!important}.v-application .light-green--text.text--lighten-3{color:#c5e1a5!important;caret-color:#c5e1a5!important}.v-application .light-green.lighten-2{background-color:#aed581!important;border-color:#aed581!important}.v-application .light-green--text.text--lighten-2{color:#aed581!important;caret-color:#aed581!important}.v-application .light-green.lighten-1{background-color:#9ccc65!important;border-color:#9ccc65!important}.v-application .light-green--text.text--lighten-1{color:#9ccc65!important;caret-color:#9ccc65!important}.v-application .light-green.darken-1{background-color:#7cb342!important;border-color:#7cb342!important}.v-application .light-green--text.text--darken-1{color:#7cb342!important;caret-color:#7cb342!important}.v-application .light-green.darken-2{background-color:#689f38!important;border-color:#689f38!important}.v-application .light-green--text.text--darken-2{color:#689f38!important;caret-color:#689f38!important}.v-application .light-green.darken-3{background-color:#558b2f!important;border-color:#558b2f!important}.v-application .light-green--text.text--darken-3{color:#558b2f!important;caret-color:#558b2f!important}.v-application .light-green.darken-4{background-color:#33691e!important;border-color:#33691e!important}.v-application .light-green--text.text--darken-4{color:#33691e!important;caret-color:#33691e!important}.v-application .light-green.accent-1{background-color:#ccff90!important;border-color:#ccff90!important}.v-application .light-green--text.text--accent-1{color:#ccff90!important;caret-color:#ccff90!important}.v-application .light-green.accent-2{background-color:#b2ff59!important;border-color:#b2ff59!important}.v-application .light-green--text.text--accent-2{color:#b2ff59!important;caret-color:#b2ff59!important}.v-application .light-green.accent-3{background-color:#76ff03!important;border-color:#76ff03!important}.v-application .light-green--text.text--accent-3{color:#76ff03!important;caret-color:#76ff03!important}.v-application .light-green.accent-4{background-color:#64dd17!important;border-color:#64dd17!important}.v-application .light-green--text.text--accent-4{color:#64dd17!important;caret-color:#64dd17!important}.v-application .lime{background-color:#cddc39!important;border-color:#cddc39!important}.v-application .lime--text{color:#cddc39!important;caret-color:#cddc39!important}.v-application .lime.lighten-5{background-color:#f9fbe7!important;border-color:#f9fbe7!important}.v-application .lime--text.text--lighten-5{color:#f9fbe7!important;caret-color:#f9fbe7!important}.v-application .lime.lighten-4{background-color:#f0f4c3!important;border-color:#f0f4c3!important}.v-application .lime--text.text--lighten-4{color:#f0f4c3!important;caret-color:#f0f4c3!important}.v-application .lime.lighten-3{background-color:#e6ee9c!important;border-color:#e6ee9c!important}.v-application .lime--text.text--lighten-3{color:#e6ee9c!important;caret-color:#e6ee9c!important}.v-application .lime.lighten-2{background-color:#dce775!important;border-color:#dce775!important}.v-application .lime--text.text--lighten-2{color:#dce775!important;caret-color:#dce775!important}.v-application .lime.lighten-1{background-color:#d4e157!important;border-color:#d4e157!important}.v-application .lime--text.text--lighten-1{color:#d4e157!important;caret-color:#d4e157!important}.v-application .lime.darken-1{background-color:#c0ca33!important;border-color:#c0ca33!important}.v-application .lime--text.text--darken-1{color:#c0ca33!important;caret-color:#c0ca33!important}.v-application .lime.darken-2{background-color:#afb42b!important;border-color:#afb42b!important}.v-application .lime--text.text--darken-2{color:#afb42b!important;caret-color:#afb42b!important}.v-application .lime.darken-3{background-color:#9e9d24!important;border-color:#9e9d24!important}.v-application .lime--text.text--darken-3{color:#9e9d24!important;caret-color:#9e9d24!important}.v-application .lime.darken-4{background-color:#827717!important;border-color:#827717!important}.v-application .lime--text.text--darken-4{color:#827717!important;caret-color:#827717!important}.v-application .lime.accent-1{background-color:#f4ff81!important;border-color:#f4ff81!important}.v-application .lime--text.text--accent-1{color:#f4ff81!important;caret-color:#f4ff81!important}.v-application .lime.accent-2{background-color:#eeff41!important;border-color:#eeff41!important}.v-application .lime--text.text--accent-2{color:#eeff41!important;caret-color:#eeff41!important}.v-application .lime.accent-3{background-color:#c6ff00!important;border-color:#c6ff00!important}.v-application .lime--text.text--accent-3{color:#c6ff00!important;caret-color:#c6ff00!important}.v-application .lime.accent-4{background-color:#aeea00!important;border-color:#aeea00!important}.v-application .lime--text.text--accent-4{color:#aeea00!important;caret-color:#aeea00!important}.v-application .yellow{background-color:#ffeb3b!important;border-color:#ffeb3b!important}.v-application .yellow--text{color:#ffeb3b!important;caret-color:#ffeb3b!important}.v-application .yellow.lighten-5{background-color:#fffde7!important;border-color:#fffde7!important}.v-application .yellow--text.text--lighten-5{color:#fffde7!important;caret-color:#fffde7!important}.v-application .yellow.lighten-4{background-color:#fff9c4!important;border-color:#fff9c4!important}.v-application .yellow--text.text--lighten-4{color:#fff9c4!important;caret-color:#fff9c4!important}.v-application .yellow.lighten-3{background-color:#fff59d!important;border-color:#fff59d!important}.v-application .yellow--text.text--lighten-3{color:#fff59d!important;caret-color:#fff59d!important}.v-application .yellow.lighten-2{background-color:#fff176!important;border-color:#fff176!important}.v-application .yellow--text.text--lighten-2{color:#fff176!important;caret-color:#fff176!important}.v-application .yellow.lighten-1{background-color:#ffee58!important;border-color:#ffee58!important}.v-application .yellow--text.text--lighten-1{color:#ffee58!important;caret-color:#ffee58!important}.v-application .yellow.darken-1{background-color:#fdd835!important;border-color:#fdd835!important}.v-application .yellow--text.text--darken-1{color:#fdd835!important;caret-color:#fdd835!important}.v-application .yellow.darken-2{background-color:#fbc02d!important;border-color:#fbc02d!important}.v-application .yellow--text.text--darken-2{color:#fbc02d!important;caret-color:#fbc02d!important}.v-application .yellow.darken-3{background-color:#f9a825!important;border-color:#f9a825!important}.v-application .yellow--text.text--darken-3{color:#f9a825!important;caret-color:#f9a825!important}.v-application .yellow.darken-4{background-color:#f57f17!important;border-color:#f57f17!important}.v-application .yellow--text.text--darken-4{color:#f57f17!important;caret-color:#f57f17!important}.v-application .yellow.accent-1{background-color:#ffff8d!important;border-color:#ffff8d!important}.v-application .yellow--text.text--accent-1{color:#ffff8d!important;caret-color:#ffff8d!important}.v-application .yellow.accent-2{background-color:#ff0!important;border-color:#ff0!important}.v-application .yellow--text.text--accent-2{color:#ff0!important;caret-color:#ff0!important}.v-application .yellow.accent-3{background-color:#ffea00!important;border-color:#ffea00!important}.v-application .yellow--text.text--accent-3{color:#ffea00!important;caret-color:#ffea00!important}.v-application .yellow.accent-4{background-color:#ffd600!important;border-color:#ffd600!important}.v-application .yellow--text.text--accent-4{color:#ffd600!important;caret-color:#ffd600!important}.v-application .amber{background-color:#ffc107!important;border-color:#ffc107!important}.v-application .amber--text{color:#ffc107!important;caret-color:#ffc107!important}.v-application .amber.lighten-5{background-color:#fff8e1!important;border-color:#fff8e1!important}.v-application .amber--text.text--lighten-5{color:#fff8e1!important;caret-color:#fff8e1!important}.v-application .amber.lighten-4{background-color:#ffecb3!important;border-color:#ffecb3!important}.v-application .amber--text.text--lighten-4{color:#ffecb3!important;caret-color:#ffecb3!important}.v-application .amber.lighten-3{background-color:#ffe082!important;border-color:#ffe082!important}.v-application .amber--text.text--lighten-3{color:#ffe082!important;caret-color:#ffe082!important}.v-application .amber.lighten-2{background-color:#ffd54f!important;border-color:#ffd54f!important}.v-application .amber--text.text--lighten-2{color:#ffd54f!important;caret-color:#ffd54f!important}.v-application .amber.lighten-1{background-color:#ffca28!important;border-color:#ffca28!important}.v-application .amber--text.text--lighten-1{color:#ffca28!important;caret-color:#ffca28!important}.v-application .amber.darken-1{background-color:#ffb300!important;border-color:#ffb300!important}.v-application .amber--text.text--darken-1{color:#ffb300!important;caret-color:#ffb300!important}.v-application .amber.darken-2{background-color:#ffa000!important;border-color:#ffa000!important}.v-application .amber--text.text--darken-2{color:#ffa000!important;caret-color:#ffa000!important}.v-application .amber.darken-3{background-color:#ff8f00!important;border-color:#ff8f00!important}.v-application .amber--text.text--darken-3{color:#ff8f00!important;caret-color:#ff8f00!important}.v-application .amber.darken-4{background-color:#ff6f00!important;border-color:#ff6f00!important}.v-application .amber--text.text--darken-4{color:#ff6f00!important;caret-color:#ff6f00!important}.v-application .amber.accent-1{background-color:#ffe57f!important;border-color:#ffe57f!important}.v-application .amber--text.text--accent-1{color:#ffe57f!important;caret-color:#ffe57f!important}.v-application .amber.accent-2{background-color:#ffd740!important;border-color:#ffd740!important}.v-application .amber--text.text--accent-2{color:#ffd740!important;caret-color:#ffd740!important}.v-application .amber.accent-3{background-color:#ffc400!important;border-color:#ffc400!important}.v-application .amber--text.text--accent-3{color:#ffc400!important;caret-color:#ffc400!important}.v-application .amber.accent-4{background-color:#ffab00!important;border-color:#ffab00!important}.v-application .amber--text.text--accent-4{color:#ffab00!important;caret-color:#ffab00!important}.v-application .orange{background-color:#ff9800!important;border-color:#ff9800!important}.v-application .orange--text{color:#ff9800!important;caret-color:#ff9800!important}.v-application .orange.lighten-5{background-color:#fff3e0!important;border-color:#fff3e0!important}.v-application .orange--text.text--lighten-5{color:#fff3e0!important;caret-color:#fff3e0!important}.v-application .orange.lighten-4{background-color:#ffe0b2!important;border-color:#ffe0b2!important}.v-application .orange--text.text--lighten-4{color:#ffe0b2!important;caret-color:#ffe0b2!important}.v-application .orange.lighten-3{background-color:#ffcc80!important;border-color:#ffcc80!important}.v-application .orange--text.text--lighten-3{color:#ffcc80!important;caret-color:#ffcc80!important}.v-application .orange.lighten-2{background-color:#ffb74d!important;border-color:#ffb74d!important}.v-application .orange--text.text--lighten-2{color:#ffb74d!important;caret-color:#ffb74d!important}.v-application .orange.lighten-1{background-color:#ffa726!important;border-color:#ffa726!important}.v-application .orange--text.text--lighten-1{color:#ffa726!important;caret-color:#ffa726!important}.v-application .orange.darken-1{background-color:#fb8c00!important;border-color:#fb8c00!important}.v-application .orange--text.text--darken-1{color:#fb8c00!important;caret-color:#fb8c00!important}.v-application .orange.darken-2{background-color:#f57c00!important;border-color:#f57c00!important}.v-application .orange--text.text--darken-2{color:#f57c00!important;caret-color:#f57c00!important}.v-application .orange.darken-3{background-color:#ef6c00!important;border-color:#ef6c00!important}.v-application .orange--text.text--darken-3{color:#ef6c00!important;caret-color:#ef6c00!important}.v-application .orange.darken-4{background-color:#e65100!important;border-color:#e65100!important}.v-application .orange--text.text--darken-4{color:#e65100!important;caret-color:#e65100!important}.v-application .orange.accent-1{background-color:#ffd180!important;border-color:#ffd180!important}.v-application .orange--text.text--accent-1{color:#ffd180!important;caret-color:#ffd180!important}.v-application .orange.accent-2{background-color:#ffab40!important;border-color:#ffab40!important}.v-application .orange--text.text--accent-2{color:#ffab40!important;caret-color:#ffab40!important}.v-application .orange.accent-3{background-color:#ff9100!important;border-color:#ff9100!important}.v-application .orange--text.text--accent-3{color:#ff9100!important;caret-color:#ff9100!important}.v-application .orange.accent-4{background-color:#ff6d00!important;border-color:#ff6d00!important}.v-application .orange--text.text--accent-4{color:#ff6d00!important;caret-color:#ff6d00!important}.v-application .deep-orange{background-color:#ff5722!important;border-color:#ff5722!important}.v-application .deep-orange--text{color:#ff5722!important;caret-color:#ff5722!important}.v-application .deep-orange.lighten-5{background-color:#fbe9e7!important;border-color:#fbe9e7!important}.v-application .deep-orange--text.text--lighten-5{color:#fbe9e7!important;caret-color:#fbe9e7!important}.v-application .deep-orange.lighten-4{background-color:#ffccbc!important;border-color:#ffccbc!important}.v-application .deep-orange--text.text--lighten-4{color:#ffccbc!important;caret-color:#ffccbc!important}.v-application .deep-orange.lighten-3{background-color:#ffab91!important;border-color:#ffab91!important}.v-application .deep-orange--text.text--lighten-3{color:#ffab91!important;caret-color:#ffab91!important}.v-application .deep-orange.lighten-2{background-color:#ff8a65!important;border-color:#ff8a65!important}.v-application .deep-orange--text.text--lighten-2{color:#ff8a65!important;caret-color:#ff8a65!important}.v-application .deep-orange.lighten-1{background-color:#ff7043!important;border-color:#ff7043!important}.v-application .deep-orange--text.text--lighten-1{color:#ff7043!important;caret-color:#ff7043!important}.v-application .deep-orange.darken-1{background-color:#f4511e!important;border-color:#f4511e!important}.v-application .deep-orange--text.text--darken-1{color:#f4511e!important;caret-color:#f4511e!important}.v-application .deep-orange.darken-2{background-color:#e64a19!important;border-color:#e64a19!important}.v-application .deep-orange--text.text--darken-2{color:#e64a19!important;caret-color:#e64a19!important}.v-application .deep-orange.darken-3{background-color:#d84315!important;border-color:#d84315!important}.v-application .deep-orange--text.text--darken-3{color:#d84315!important;caret-color:#d84315!important}.v-application .deep-orange.darken-4{background-color:#bf360c!important;border-color:#bf360c!important}.v-application .deep-orange--text.text--darken-4{color:#bf360c!important;caret-color:#bf360c!important}.v-application .deep-orange.accent-1{background-color:#ff9e80!important;border-color:#ff9e80!important}.v-application .deep-orange--text.text--accent-1{color:#ff9e80!important;caret-color:#ff9e80!important}.v-application .deep-orange.accent-2{background-color:#ff6e40!important;border-color:#ff6e40!important}.v-application .deep-orange--text.text--accent-2{color:#ff6e40!important;caret-color:#ff6e40!important}.v-application .deep-orange.accent-3{background-color:#ff3d00!important;border-color:#ff3d00!important}.v-application .deep-orange--text.text--accent-3{color:#ff3d00!important;caret-color:#ff3d00!important}.v-application .deep-orange.accent-4{background-color:#dd2c00!important;border-color:#dd2c00!important}.v-application .deep-orange--text.text--accent-4{color:#dd2c00!important;caret-color:#dd2c00!important}.v-application .brown{background-color:#795548!important;border-color:#795548!important}.v-application .brown--text{color:#795548!important;caret-color:#795548!important}.v-application .brown.lighten-5{background-color:#efebe9!important;border-color:#efebe9!important}.v-application .brown--text.text--lighten-5{color:#efebe9!important;caret-color:#efebe9!important}.v-application .brown.lighten-4{background-color:#d7ccc8!important;border-color:#d7ccc8!important}.v-application .brown--text.text--lighten-4{color:#d7ccc8!important;caret-color:#d7ccc8!important}.v-application .brown.lighten-3{background-color:#bcaaa4!important;border-color:#bcaaa4!important}.v-application .brown--text.text--lighten-3{color:#bcaaa4!important;caret-color:#bcaaa4!important}.v-application .brown.lighten-2{background-color:#a1887f!important;border-color:#a1887f!important}.v-application .brown--text.text--lighten-2{color:#a1887f!important;caret-color:#a1887f!important}.v-application .brown.lighten-1{background-color:#8d6e63!important;border-color:#8d6e63!important}.v-application .brown--text.text--lighten-1{color:#8d6e63!important;caret-color:#8d6e63!important}.v-application .brown.darken-1{background-color:#6d4c41!important;border-color:#6d4c41!important}.v-application .brown--text.text--darken-1{color:#6d4c41!important;caret-color:#6d4c41!important}.v-application .brown.darken-2{background-color:#5d4037!important;border-color:#5d4037!important}.v-application .brown--text.text--darken-2{color:#5d4037!important;caret-color:#5d4037!important}.v-application .brown.darken-3{background-color:#4e342e!important;border-color:#4e342e!important}.v-application .brown--text.text--darken-3{color:#4e342e!important;caret-color:#4e342e!important}.v-application .brown.darken-4{background-color:#3e2723!important;border-color:#3e2723!important}.v-application .brown--text.text--darken-4{color:#3e2723!important;caret-color:#3e2723!important}.v-application .blue-grey{background-color:#607d8b!important;border-color:#607d8b!important}.v-application .blue-grey--text{color:#607d8b!important;caret-color:#607d8b!important}.v-application .blue-grey.lighten-5{background-color:#eceff1!important;border-color:#eceff1!important}.v-application .blue-grey--text.text--lighten-5{color:#eceff1!important;caret-color:#eceff1!important}.v-application .blue-grey.lighten-4{background-color:#cfd8dc!important;border-color:#cfd8dc!important}.v-application .blue-grey--text.text--lighten-4{color:#cfd8dc!important;caret-color:#cfd8dc!important}.v-application .blue-grey.lighten-3{background-color:#b0bec5!important;border-color:#b0bec5!important}.v-application .blue-grey--text.text--lighten-3{color:#b0bec5!important;caret-color:#b0bec5!important}.v-application .blue-grey.lighten-2{background-color:#90a4ae!important;border-color:#90a4ae!important}.v-application .blue-grey--text.text--lighten-2{color:#90a4ae!important;caret-color:#90a4ae!important}.v-application .blue-grey.lighten-1{background-color:#78909c!important;border-color:#78909c!important}.v-application .blue-grey--text.text--lighten-1{color:#78909c!important;caret-color:#78909c!important}.v-application .blue-grey.darken-1{background-color:#546e7a!important;border-color:#546e7a!important}.v-application .blue-grey--text.text--darken-1{color:#546e7a!important;caret-color:#546e7a!important}.v-application .blue-grey.darken-2{background-color:#455a64!important;border-color:#455a64!important}.v-application .blue-grey--text.text--darken-2{color:#455a64!important;caret-color:#455a64!important}.v-application .blue-grey.darken-3{background-color:#37474f!important;border-color:#37474f!important}.v-application .blue-grey--text.text--darken-3{color:#37474f!important;caret-color:#37474f!important}.v-application .blue-grey.darken-4{background-color:#263238!important;border-color:#263238!important}.v-application .blue-grey--text.text--darken-4{color:#263238!important;caret-color:#263238!important}.v-application .grey{background-color:#9e9e9e!important;border-color:#9e9e9e!important}.v-application .grey--text{color:#9e9e9e!important;caret-color:#9e9e9e!important}.v-application .grey.lighten-5{background-color:#fafafa!important;border-color:#fafafa!important}.v-application .grey--text.text--lighten-5{color:#fafafa!important;caret-color:#fafafa!important}.v-application .grey.lighten-4{background-color:#f5f5f5!important;border-color:#f5f5f5!important}.v-application .grey--text.text--lighten-4{color:#f5f5f5!important;caret-color:#f5f5f5!important}.v-application .grey.lighten-3{background-color:#eee!important;border-color:#eee!important}.v-application .grey--text.text--lighten-3{color:#eee!important;caret-color:#eee!important}.v-application .grey.lighten-2{background-color:#e0e0e0!important;border-color:#e0e0e0!important}.v-application .grey--text.text--lighten-2{color:#e0e0e0!important;caret-color:#e0e0e0!important}.v-application .grey.lighten-1{background-color:#bdbdbd!important;border-color:#bdbdbd!important}.v-application .grey--text.text--lighten-1{color:#bdbdbd!important;caret-color:#bdbdbd!important}.v-application .grey.darken-1{background-color:#757575!important;border-color:#757575!important}.v-application .grey--text.text--darken-1{color:#757575!important;caret-color:#757575!important}.v-application .grey.darken-2{background-color:#616161!important;border-color:#616161!important}.v-application .grey--text.text--darken-2{color:#616161!important;caret-color:#616161!important}.v-application .grey.darken-3{background-color:#424242!important;border-color:#424242!important}.v-application .grey--text.text--darken-3{color:#424242!important;caret-color:#424242!important}.v-application .grey.darken-4{background-color:#212121!important;border-color:#212121!important}.v-application .grey--text.text--darken-4{color:#212121!important;caret-color:#212121!important}.v-application .shades.black{background-color:#000!important;border-color:#000!important}.v-application .shades--text.text--black{color:#000!important;caret-color:#000!important}.v-application .shades.white{background-color:#fff!important;border-color:#fff!important}.v-application .shades--text.text--white{color:#fff!important;caret-color:#fff!important}.v-application .shades.transparent{background-color:transparent!important;border-color:transparent!important}.v-application .shades--text.text--transparent{color:transparent!important;caret-color:transparent!important} + +/* ! ress.css • v1.1.1 - MIT License - github.com/filipelinhares/ress */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{background-repeat:no-repeat;padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{outline:0;border:0}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{border-style:none}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}.v-application .elevation-24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)!important}.v-application .elevation-23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)!important}.v-application .elevation-22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)!important}.v-application .elevation-21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)!important}.v-application .elevation-20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)!important}.v-application .elevation-19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)!important}.v-application .elevation-18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)!important}.v-application .elevation-17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)!important}.v-application .elevation-16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)!important}.v-application .elevation-15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)!important}.v-application .elevation-14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)!important}.v-application .elevation-13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)!important}.v-application .elevation-12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)!important}.v-application .elevation-11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)!important}.v-application .elevation-10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)!important}.v-application .elevation-9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)!important}.v-application .elevation-8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)!important}.v-application .elevation-7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)!important}.v-application .elevation-6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)!important}.v-application .elevation-5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)!important}.v-application .elevation-4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)!important}.v-application .elevation-3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)!important}.v-application .elevation-2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)!important}.v-application .elevation-1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)!important}.v-application .elevation-0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important}.v-application .carousel-transition-enter{transform:translate(100%)}.v-application .carousel-transition-leave,.v-application .carousel-transition-leave-to{position:absolute;top:0;transform:translate(-100%)}.carousel-reverse-transition-enter{transform:translate(-100%)}.carousel-reverse-transition-leave,.carousel-reverse-transition-leave-to{position:absolute;top:0;transform:translate(100%)}.dialog-transition-enter,.dialog-transition-leave-to{transform:scale(.5);opacity:0}.dialog-transition-enter-to,.dialog-transition-leave{opacity:1}.dialog-bottom-transition-enter,.dialog-bottom-transition-leave-to{transform:translateY(100%)}.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active,.picker-transition-enter-active,.picker-transition-leave-active{transition:.3s cubic-bezier(0,0,.2,1)}.picker-reverse-transition-enter,.picker-reverse-transition-leave-to,.picker-transition-enter,.picker-transition-leave-to{opacity:0}.picker-reverse-transition-leave,.picker-reverse-transition-leave-active,.picker-reverse-transition-leave-to,.picker-transition-leave,.picker-transition-leave-active,.picker-transition-leave-to{position:absolute!important}.picker-transition-enter{transform:translateY(100%)}.picker-reverse-transition-enter,.picker-transition-leave-to{transform:translateY(-100%)}.picker-reverse-transition-leave-to{transform:translateY(100%)}.picker-title-transition-enter-to,.picker-title-transition-leave{transform:translate(0)}.picker-title-transition-enter{transform:translate(-100%)}.picker-title-transition-leave-to{opacity:0;transform:translate(100%)}.picker-title-transition-leave,.picker-title-transition-leave-active,.picker-title-transition-leave-to{position:absolute!important}.tab-transition-enter{transform:translate(100%)}.tab-transition-leave,.tab-transition-leave-active{position:absolute;top:0}.tab-transition-leave-to{position:absolute}.tab-reverse-transition-enter,.tab-transition-leave-to{transform:translate(-100%)}.tab-reverse-transition-leave,.tab-reverse-transition-leave-to{top:0;position:absolute;transform:translate(100%)}.expand-transition-enter-active,.expand-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.expand-transition-move{transition:transform .6s}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.expand-x-transition-move{transition:transform .6s}.scale-transition-enter-active,.scale-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.scale-transition-move{transition:transform .6s}.scale-transition-enter,.scale-transition-leave,.scale-transition-leave-to{opacity:0;transform:scale(0)}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.scale-rotate-transition-move{transition:transform .6s}.scale-rotate-transition-enter,.scale-rotate-transition-leave,.scale-rotate-transition-leave-to{opacity:0;transform:scale(0) rotate(-45deg)}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.scale-rotate-reverse-transition-move{transition:transform .6s}.scale-rotate-reverse-transition-enter,.scale-rotate-reverse-transition-leave,.scale-rotate-reverse-transition-leave-to{opacity:0;transform:scale(0) rotate(45deg)}.message-transition-enter-active,.message-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.message-transition-move{transition:transform .6s}.message-transition-enter,.message-transition-leave-to{opacity:0;transform:translateY(-15px)}.message-transition-leave,.message-transition-leave-active{position:absolute}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.slide-y-transition-move{transition:transform .6s}.slide-y-transition-enter,.slide-y-transition-leave-to{opacity:0;transform:translateY(-15px)}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.slide-y-reverse-transition-move{transition:transform .6s}.slide-y-reverse-transition-enter,.slide-y-reverse-transition-leave-to{opacity:0;transform:translateY(15px)}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.scroll-y-transition-move{transition:transform .6s}.scroll-y-transition-enter,.scroll-y-transition-leave-to{opacity:0}.scroll-y-transition-enter{transform:translateY(-15px)}.scroll-y-transition-leave-to{transform:translateY(15px)}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.scroll-y-reverse-transition-move{transition:transform .6s}.scroll-y-reverse-transition-enter,.scroll-y-reverse-transition-leave-to{opacity:0}.scroll-y-reverse-transition-enter{transform:translateY(15px)}.scroll-y-reverse-transition-leave-to{transform:translateY(-15px)}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.scroll-x-transition-move{transition:transform .6s}.scroll-x-transition-enter,.scroll-x-transition-leave-to{opacity:0}.scroll-x-transition-enter{transform:translateX(-15px)}.scroll-x-transition-leave-to{transform:translateX(15px)}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.scroll-x-reverse-transition-move{transition:transform .6s}.scroll-x-reverse-transition-enter,.scroll-x-reverse-transition-leave-to{opacity:0}.scroll-x-reverse-transition-enter{transform:translateX(15px)}.scroll-x-reverse-transition-leave-to{transform:translateX(-15px)}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.slide-x-transition-move{transition:transform .6s}.slide-x-transition-enter,.slide-x-transition-leave-to{opacity:0;transform:translateX(-15px)}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.slide-x-reverse-transition-move{transition:transform .6s}.slide-x-reverse-transition-enter,.slide-x-reverse-transition-leave-to{opacity:0;transform:translateX(15px)}.fade-transition-enter-active,.fade-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.fade-transition-move{transition:transform .6s}.fade-transition-enter,.fade-transition-leave-to{opacity:0!important}.fab-transition-enter-active,.fab-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.fab-transition-move{transition:transform .6s}.fab-transition-enter,.fab-transition-leave-to{transform:scale(0) rotate(-45deg)}.v-application .blockquote{padding:16px 0 16px 24px;font-size:18px;font-weight:300}.v-application code,.v-application kbd{display:inline-block;border-radius:3px;white-space:pre-wrap;font-size:85%;font-weight:900}.v-application code:after,.v-application code:before,.v-application kbd:after,.v-application kbd:before{content:" ";letter-spacing:-1px}.v-application code{background-color:#f5f5f5;color:#bd4147;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.v-application kbd{background:#616161;color:#fff}html{font-size:16px;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.overflow-y-hidden{overflow-y:hidden!important}.v-application{font-family:Roboto,sans-serif;line-height:1.5}.v-application ::-ms-clear,.v-application ::-ms-reveal{display:none}.v-application .theme--light.heading{color:rgba(0,0,0,.87)}.v-application .theme--dark.heading{color:#fff}.v-application ol,.v-application ul{padding-left:24px}.v-application .display-4{font-size:6rem!important;line-height:6rem;letter-spacing:-.015625em!important}.v-application .display-3,.v-application .display-4{font-weight:300;font-family:Roboto,sans-serif!important}.v-application .display-3{font-size:3.75rem!important;line-height:3.75rem;letter-spacing:-.0083333333em!important}.v-application .display-2{font-size:3rem!important;line-height:3.125rem;letter-spacing:normal!important}.v-application .display-1,.v-application .display-2{font-weight:400;font-family:Roboto,sans-serif!important}.v-application .display-1{font-size:2.125rem!important;line-height:2.5rem;letter-spacing:.0073529412em!important}.v-application .headline{font-size:1.5rem!important;font-weight:400;letter-spacing:normal!important}.v-application .headline,.v-application .title{line-height:2rem;font-family:Roboto,sans-serif!important}.v-application .title{font-size:1.25rem!important;font-weight:500;letter-spacing:.0125em!important}.v-application .subtitle-2{font-size:.875rem!important;font-weight:500;letter-spacing:.0071428571em!important;line-height:1.375rem;font-family:Roboto,sans-serif!important}.v-application .subtitle-1{font-size:1rem!important;letter-spacing:.009375em!important;line-height:1.75rem}.v-application .body-2,.v-application .subtitle-1{font-weight:400;font-family:Roboto,sans-serif!important}.v-application .body-2{font-size:.875rem!important;letter-spacing:.0178571429em!important;line-height:1.25rem}.v-application .body-1{font-size:1rem!important;letter-spacing:.03125em!important;line-height:1.5rem}.v-application .body-1,.v-application .caption{font-weight:400;font-family:Roboto,sans-serif!important}.v-application .caption{font-size:.75rem!important;letter-spacing:.0333333333em!important;line-height:1.25rem}.v-application .overline{font-size:.625rem!important;font-weight:400;letter-spacing:.1666666667em!important;line-height:1rem;text-transform:uppercase;font-family:Roboto,sans-serif!important}.v-application p{margin-bottom:16px}@media only print{.v-application .hidden-print-only{display:none!important}}@media only screen{.v-application .hidden-screen-only{display:none!important}}@media only screen and (max-width:599px){.v-application .hidden-xs-only{display:none!important}}@media only screen and (min-width:600px) and (max-width:959px){.v-application .hidden-sm-only{display:none!important}}@media only screen and (max-width:959px){.v-application .hidden-sm-and-down{display:none!important}}@media only screen and (min-width:600px){.v-application .hidden-sm-and-up{display:none!important}}@media only screen and (min-width:960px) and (max-width:1263px){.v-application .hidden-md-only{display:none!important}}@media only screen and (max-width:1263px){.v-application .hidden-md-and-down{display:none!important}}@media only screen and (min-width:960px){.v-application .hidden-md-and-up{display:none!important}}@media only screen and (min-width:1264px) and (max-width:1903px){.v-application .hidden-lg-only{display:none!important}}@media only screen and (max-width:1903px){.v-application .hidden-lg-and-down{display:none!important}}@media only screen and (min-width:1264px){.v-application .hidden-lg-and-up{display:none!important}}@media only screen and (min-width:1904px){.v-application .hidden-xl-only{display:none!important}}.v-application .font-weight-thin{font-weight:100!important}.v-application .font-weight-light{font-weight:300!important}.v-application .font-weight-regular{font-weight:400!important}.v-application .font-weight-medium{font-weight:500!important}.v-application .font-weight-bold{font-weight:700!important}.v-application .font-weight-black{font-weight:900!important}.v-application .font-italic{font-style:italic!important}.v-application .transition-fast-out-slow-in{transition:.3s cubic-bezier(.4,0,.2,1)!important}.v-application .transition-linear-out-slow-in{transition:.3s cubic-bezier(0,0,.2,1)!important}.v-application .transition-fast-out-linear-in{transition:.3s cubic-bezier(.4,0,1,1)!important}.v-application .transition-ease-in-out{transition:.3s cubic-bezier(.4,0,.6,1)!important}.v-application .transition-fast-in-fast-out{transition:.3s cubic-bezier(.25,.8,.25,1)!important}.v-application .transition-swing{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.v-application .overflow-auto{overflow:auto!important}.v-application .overflow-hidden{overflow:hidden!important}.v-application .overflow-visible{overflow:visible!important}.v-application .overflow-x-auto{overflow-x:auto!important}.v-application .overflow-x-hidden{overflow-x:hidden!important}.v-application .overflow-y-auto{overflow-y:auto!important}.v-application .overflow-y-hidden{overflow-y:hidden!important}.v-application .d-none{display:none!important}.v-application .d-inline{display:inline!important}.v-application .d-inline-block{display:inline-block!important}.v-application .d-block{display:block!important}.v-application .d-table{display:table!important}.v-application .d-table-row{display:table-row!important}.v-application .d-table-cell{display:table-cell!important}.v-application .d-flex{display:flex!important}.v-application .d-inline-flex{display:inline-flex!important}.v-application .float-none{float:none!important}.v-application .float-left{float:left!important}.v-application .float-right{float:right!important}.v-application .flex-fill{flex:1 1 auto!important}.v-application .flex-row{flex-direction:row!important}.v-application .flex-column{flex-direction:column!important}.v-application .flex-row-reverse{flex-direction:row-reverse!important}.v-application .flex-column-reverse{flex-direction:column-reverse!important}.v-application .flex-grow-0{flex-grow:0!important}.v-application .flex-grow-1{flex-grow:1!important}.v-application .flex-shrink-0{flex-shrink:0!important}.v-application .flex-shrink-1{flex-shrink:1!important}.v-application .flex-wrap{flex-wrap:wrap!important}.v-application .flex-nowrap{flex-wrap:nowrap!important}.v-application .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.v-application .justify-start{justify-content:flex-start!important}.v-application .justify-end{justify-content:flex-end!important}.v-application .justify-center{justify-content:center!important}.v-application .justify-space-between{justify-content:space-between!important}.v-application .justify-space-around{justify-content:space-around!important}.v-application .align-start{align-items:flex-start!important}.v-application .align-end{align-items:flex-end!important}.v-application .align-center{align-items:center!important}.v-application .align-baseline{align-items:baseline!important}.v-application .align-stretch{align-items:stretch!important}.v-application .align-content-start{align-content:flex-start!important}.v-application .align-content-end{align-content:flex-end!important}.v-application .align-content-center{align-content:center!important}.v-application .align-content-space-between{align-content:space-between!important}.v-application .align-content-space-around{align-content:space-around!important}.v-application .align-content-stretch{align-content:stretch!important}.v-application .align-self-auto{align-self:auto!important}.v-application .align-self-start{align-self:flex-start!important}.v-application .align-self-end{align-self:flex-end!important}.v-application .align-self-center{align-self:center!important}.v-application .align-self-baseline{align-self:baseline!important}.v-application .align-self-stretch{align-self:stretch!important}.v-application .order-first{order:-1!important}.v-application .order-0{order:0!important}.v-application .order-1{order:1!important}.v-application .order-2{order:2!important}.v-application .order-3{order:3!important}.v-application .order-4{order:4!important}.v-application .order-5{order:5!important}.v-application .order-6{order:6!important}.v-application .order-7{order:7!important}.v-application .order-8{order:8!important}.v-application .order-9{order:9!important}.v-application .order-10{order:10!important}.v-application .order-11{order:11!important}.v-application .order-12{order:12!important}.v-application .order-last{order:13!important}.v-application .ma-0{margin:0!important}.v-application .ma-1{margin:4px!important}.v-application .ma-2{margin:8px!important}.v-application .ma-3{margin:12px!important}.v-application .ma-4{margin:16px!important}.v-application .ma-5{margin:20px!important}.v-application .ma-6{margin:24px!important}.v-application .ma-7{margin:28px!important}.v-application .ma-8{margin:32px!important}.v-application .ma-9{margin:36px!important}.v-application .ma-10{margin:40px!important}.v-application .ma-11{margin:44px!important}.v-application .ma-12{margin:48px!important}.v-application .ma-auto{margin:auto!important}.v-application .mx-0{margin-right:0!important;margin-left:0!important}.v-application .mx-1{margin-right:4px!important;margin-left:4px!important}.v-application .mx-2{margin-right:8px!important;margin-left:8px!important}.v-application .mx-3{margin-right:12px!important;margin-left:12px!important}.v-application .mx-4{margin-right:16px!important;margin-left:16px!important}.v-application .mx-5{margin-right:20px!important;margin-left:20px!important}.v-application .mx-6{margin-right:24px!important;margin-left:24px!important}.v-application .mx-7{margin-right:28px!important;margin-left:28px!important}.v-application .mx-8{margin-right:32px!important;margin-left:32px!important}.v-application .mx-9{margin-right:36px!important;margin-left:36px!important}.v-application .mx-10{margin-right:40px!important;margin-left:40px!important}.v-application .mx-11{margin-right:44px!important;margin-left:44px!important}.v-application .mx-12{margin-right:48px!important;margin-left:48px!important}.v-application .mx-auto{margin-right:auto!important;margin-left:auto!important}.v-application .my-0{margin-top:0!important;margin-bottom:0!important}.v-application .my-1{margin-top:4px!important;margin-bottom:4px!important}.v-application .my-2{margin-top:8px!important;margin-bottom:8px!important}.v-application .my-3{margin-top:12px!important;margin-bottom:12px!important}.v-application .my-4{margin-top:16px!important;margin-bottom:16px!important}.v-application .my-5{margin-top:20px!important;margin-bottom:20px!important}.v-application .my-6{margin-top:24px!important;margin-bottom:24px!important}.v-application .my-7{margin-top:28px!important;margin-bottom:28px!important}.v-application .my-8{margin-top:32px!important;margin-bottom:32px!important}.v-application .my-9{margin-top:36px!important;margin-bottom:36px!important}.v-application .my-10{margin-top:40px!important;margin-bottom:40px!important}.v-application .my-11{margin-top:44px!important;margin-bottom:44px!important}.v-application .my-12{margin-top:48px!important;margin-bottom:48px!important}.v-application .my-auto{margin-top:auto!important;margin-bottom:auto!important}.v-application .mt-0{margin-top:0!important}.v-application .mt-1{margin-top:4px!important}.v-application .mt-2{margin-top:8px!important}.v-application .mt-3{margin-top:12px!important}.v-application .mt-4{margin-top:16px!important}.v-application .mt-5{margin-top:20px!important}.v-application .mt-6{margin-top:24px!important}.v-application .mt-7{margin-top:28px!important}.v-application .mt-8{margin-top:32px!important}.v-application .mt-9{margin-top:36px!important}.v-application .mt-10{margin-top:40px!important}.v-application .mt-11{margin-top:44px!important}.v-application .mt-12{margin-top:48px!important}.v-application .mt-auto{margin-top:auto!important}.v-application .mr-0{margin-right:0!important}.v-application .mr-1{margin-right:4px!important}.v-application .mr-2{margin-right:8px!important}.v-application .mr-3{margin-right:12px!important}.v-application .mr-4{margin-right:16px!important}.v-application .mr-5{margin-right:20px!important}.v-application .mr-6{margin-right:24px!important}.v-application .mr-7{margin-right:28px!important}.v-application .mr-8{margin-right:32px!important}.v-application .mr-9{margin-right:36px!important}.v-application .mr-10{margin-right:40px!important}.v-application .mr-11{margin-right:44px!important}.v-application .mr-12{margin-right:48px!important}.v-application .mr-auto{margin-right:auto!important}.v-application .mb-0{margin-bottom:0!important}.v-application .mb-1{margin-bottom:4px!important}.v-application .mb-2{margin-bottom:8px!important}.v-application .mb-3{margin-bottom:12px!important}.v-application .mb-4{margin-bottom:16px!important}.v-application .mb-5{margin-bottom:20px!important}.v-application .mb-6{margin-bottom:24px!important}.v-application .mb-7{margin-bottom:28px!important}.v-application .mb-8{margin-bottom:32px!important}.v-application .mb-9{margin-bottom:36px!important}.v-application .mb-10{margin-bottom:40px!important}.v-application .mb-11{margin-bottom:44px!important}.v-application .mb-12{margin-bottom:48px!important}.v-application .mb-auto{margin-bottom:auto!important}.v-application .ml-0{margin-left:0!important}.v-application .ml-1{margin-left:4px!important}.v-application .ml-2{margin-left:8px!important}.v-application .ml-3{margin-left:12px!important}.v-application .ml-4{margin-left:16px!important}.v-application .ml-5{margin-left:20px!important}.v-application .ml-6{margin-left:24px!important}.v-application .ml-7{margin-left:28px!important}.v-application .ml-8{margin-left:32px!important}.v-application .ml-9{margin-left:36px!important}.v-application .ml-10{margin-left:40px!important}.v-application .ml-11{margin-left:44px!important}.v-application .ml-12{margin-left:48px!important}.v-application .ml-auto{margin-left:auto!important}.v-application--is-ltr .ms-0{margin-left:0!important}.v-application--is-rtl .ms-0{margin-right:0!important}.v-application--is-ltr .ms-1{margin-left:4px!important}.v-application--is-rtl .ms-1{margin-right:4px!important}.v-application--is-ltr .ms-2{margin-left:8px!important}.v-application--is-rtl .ms-2{margin-right:8px!important}.v-application--is-ltr .ms-3{margin-left:12px!important}.v-application--is-rtl .ms-3{margin-right:12px!important}.v-application--is-ltr .ms-4{margin-left:16px!important}.v-application--is-rtl .ms-4{margin-right:16px!important}.v-application--is-ltr .ms-5{margin-left:20px!important}.v-application--is-rtl .ms-5{margin-right:20px!important}.v-application--is-ltr .ms-6{margin-left:24px!important}.v-application--is-rtl .ms-6{margin-right:24px!important}.v-application--is-ltr .ms-7{margin-left:28px!important}.v-application--is-rtl .ms-7{margin-right:28px!important}.v-application--is-ltr .ms-8{margin-left:32px!important}.v-application--is-rtl .ms-8{margin-right:32px!important}.v-application--is-ltr .ms-9{margin-left:36px!important}.v-application--is-rtl .ms-9{margin-right:36px!important}.v-application--is-ltr .ms-10{margin-left:40px!important}.v-application--is-rtl .ms-10{margin-right:40px!important}.v-application--is-ltr .ms-11{margin-left:44px!important}.v-application--is-rtl .ms-11{margin-right:44px!important}.v-application--is-ltr .ms-12{margin-left:48px!important}.v-application--is-rtl .ms-12{margin-right:48px!important}.v-application--is-ltr .ms-auto{margin-left:auto!important}.v-application--is-rtl .ms-auto{margin-right:auto!important}.v-application--is-ltr .me-0{margin-right:0!important}.v-application--is-rtl .me-0{margin-left:0!important}.v-application--is-ltr .me-1{margin-right:4px!important}.v-application--is-rtl .me-1{margin-left:4px!important}.v-application--is-ltr .me-2{margin-right:8px!important}.v-application--is-rtl .me-2{margin-left:8px!important}.v-application--is-ltr .me-3{margin-right:12px!important}.v-application--is-rtl .me-3{margin-left:12px!important}.v-application--is-ltr .me-4{margin-right:16px!important}.v-application--is-rtl .me-4{margin-left:16px!important}.v-application--is-ltr .me-5{margin-right:20px!important}.v-application--is-rtl .me-5{margin-left:20px!important}.v-application--is-ltr .me-6{margin-right:24px!important}.v-application--is-rtl .me-6{margin-left:24px!important}.v-application--is-ltr .me-7{margin-right:28px!important}.v-application--is-rtl .me-7{margin-left:28px!important}.v-application--is-ltr .me-8{margin-right:32px!important}.v-application--is-rtl .me-8{margin-left:32px!important}.v-application--is-ltr .me-9{margin-right:36px!important}.v-application--is-rtl .me-9{margin-left:36px!important}.v-application--is-ltr .me-10{margin-right:40px!important}.v-application--is-rtl .me-10{margin-left:40px!important}.v-application--is-ltr .me-11{margin-right:44px!important}.v-application--is-rtl .me-11{margin-left:44px!important}.v-application--is-ltr .me-12{margin-right:48px!important}.v-application--is-rtl .me-12{margin-left:48px!important}.v-application--is-ltr .me-auto{margin-right:auto!important}.v-application--is-rtl .me-auto{margin-left:auto!important}.v-application .ma-n1{margin:-4px!important}.v-application .ma-n2{margin:-8px!important}.v-application .ma-n3{margin:-12px!important}.v-application .ma-n4{margin:-16px!important}.v-application .ma-n5{margin:-20px!important}.v-application .ma-n6{margin:-24px!important}.v-application .ma-n7{margin:-28px!important}.v-application .ma-n8{margin:-32px!important}.v-application .ma-n9{margin:-36px!important}.v-application .ma-n10{margin:-40px!important}.v-application .ma-n11{margin:-44px!important}.v-application .ma-n12{margin:-48px!important}.v-application .mx-n1{margin-right:-4px!important;margin-left:-4px!important}.v-application .mx-n2{margin-right:-8px!important;margin-left:-8px!important}.v-application .mx-n3{margin-right:-12px!important;margin-left:-12px!important}.v-application .mx-n4{margin-right:-16px!important;margin-left:-16px!important}.v-application .mx-n5{margin-right:-20px!important;margin-left:-20px!important}.v-application .mx-n6{margin-right:-24px!important;margin-left:-24px!important}.v-application .mx-n7{margin-right:-28px!important;margin-left:-28px!important}.v-application .mx-n8{margin-right:-32px!important;margin-left:-32px!important}.v-application .mx-n9{margin-right:-36px!important;margin-left:-36px!important}.v-application .mx-n10{margin-right:-40px!important;margin-left:-40px!important}.v-application .mx-n11{margin-right:-44px!important;margin-left:-44px!important}.v-application .mx-n12{margin-right:-48px!important;margin-left:-48px!important}.v-application .my-n1{margin-top:-4px!important;margin-bottom:-4px!important}.v-application .my-n2{margin-top:-8px!important;margin-bottom:-8px!important}.v-application .my-n3{margin-top:-12px!important;margin-bottom:-12px!important}.v-application .my-n4{margin-top:-16px!important;margin-bottom:-16px!important}.v-application .my-n5{margin-top:-20px!important;margin-bottom:-20px!important}.v-application .my-n6{margin-top:-24px!important;margin-bottom:-24px!important}.v-application .my-n7{margin-top:-28px!important;margin-bottom:-28px!important}.v-application .my-n8{margin-top:-32px!important;margin-bottom:-32px!important}.v-application .my-n9{margin-top:-36px!important;margin-bottom:-36px!important}.v-application .my-n10{margin-top:-40px!important;margin-bottom:-40px!important}.v-application .my-n11{margin-top:-44px!important;margin-bottom:-44px!important}.v-application .my-n12{margin-top:-48px!important;margin-bottom:-48px!important}.v-application .mt-n1{margin-top:-4px!important}.v-application .mt-n2{margin-top:-8px!important}.v-application .mt-n3{margin-top:-12px!important}.v-application .mt-n4{margin-top:-16px!important}.v-application .mt-n5{margin-top:-20px!important}.v-application .mt-n6{margin-top:-24px!important}.v-application .mt-n7{margin-top:-28px!important}.v-application .mt-n8{margin-top:-32px!important}.v-application .mt-n9{margin-top:-36px!important}.v-application .mt-n10{margin-top:-40px!important}.v-application .mt-n11{margin-top:-44px!important}.v-application .mt-n12{margin-top:-48px!important}.v-application .mr-n1{margin-right:-4px!important}.v-application .mr-n2{margin-right:-8px!important}.v-application .mr-n3{margin-right:-12px!important}.v-application .mr-n4{margin-right:-16px!important}.v-application .mr-n5{margin-right:-20px!important}.v-application .mr-n6{margin-right:-24px!important}.v-application .mr-n7{margin-right:-28px!important}.v-application .mr-n8{margin-right:-32px!important}.v-application .mr-n9{margin-right:-36px!important}.v-application .mr-n10{margin-right:-40px!important}.v-application .mr-n11{margin-right:-44px!important}.v-application .mr-n12{margin-right:-48px!important}.v-application .mb-n1{margin-bottom:-4px!important}.v-application .mb-n2{margin-bottom:-8px!important}.v-application .mb-n3{margin-bottom:-12px!important}.v-application .mb-n4{margin-bottom:-16px!important}.v-application .mb-n5{margin-bottom:-20px!important}.v-application .mb-n6{margin-bottom:-24px!important}.v-application .mb-n7{margin-bottom:-28px!important}.v-application .mb-n8{margin-bottom:-32px!important}.v-application .mb-n9{margin-bottom:-36px!important}.v-application .mb-n10{margin-bottom:-40px!important}.v-application .mb-n11{margin-bottom:-44px!important}.v-application .mb-n12{margin-bottom:-48px!important}.v-application .ml-n1{margin-left:-4px!important}.v-application .ml-n2{margin-left:-8px!important}.v-application .ml-n3{margin-left:-12px!important}.v-application .ml-n4{margin-left:-16px!important}.v-application .ml-n5{margin-left:-20px!important}.v-application .ml-n6{margin-left:-24px!important}.v-application .ml-n7{margin-left:-28px!important}.v-application .ml-n8{margin-left:-32px!important}.v-application .ml-n9{margin-left:-36px!important}.v-application .ml-n10{margin-left:-40px!important}.v-application .ml-n11{margin-left:-44px!important}.v-application .ml-n12{margin-left:-48px!important}.v-application--is-ltr .ms-n1{margin-left:-4px!important}.v-application--is-rtl .ms-n1{margin-right:-4px!important}.v-application--is-ltr .ms-n2{margin-left:-8px!important}.v-application--is-rtl .ms-n2{margin-right:-8px!important}.v-application--is-ltr .ms-n3{margin-left:-12px!important}.v-application--is-rtl .ms-n3{margin-right:-12px!important}.v-application--is-ltr .ms-n4{margin-left:-16px!important}.v-application--is-rtl .ms-n4{margin-right:-16px!important}.v-application--is-ltr .ms-n5{margin-left:-20px!important}.v-application--is-rtl .ms-n5{margin-right:-20px!important}.v-application--is-ltr .ms-n6{margin-left:-24px!important}.v-application--is-rtl .ms-n6{margin-right:-24px!important}.v-application--is-ltr .ms-n7{margin-left:-28px!important}.v-application--is-rtl .ms-n7{margin-right:-28px!important}.v-application--is-ltr .ms-n8{margin-left:-32px!important}.v-application--is-rtl .ms-n8{margin-right:-32px!important}.v-application--is-ltr .ms-n9{margin-left:-36px!important}.v-application--is-rtl .ms-n9{margin-right:-36px!important}.v-application--is-ltr .ms-n10{margin-left:-40px!important}.v-application--is-rtl .ms-n10{margin-right:-40px!important}.v-application--is-ltr .ms-n11{margin-left:-44px!important}.v-application--is-rtl .ms-n11{margin-right:-44px!important}.v-application--is-ltr .ms-n12{margin-left:-48px!important}.v-application--is-rtl .ms-n12{margin-right:-48px!important}.v-application--is-ltr .me-n1{margin-right:-4px!important}.v-application--is-rtl .me-n1{margin-left:-4px!important}.v-application--is-ltr .me-n2{margin-right:-8px!important}.v-application--is-rtl .me-n2{margin-left:-8px!important}.v-application--is-ltr .me-n3{margin-right:-12px!important}.v-application--is-rtl .me-n3{margin-left:-12px!important}.v-application--is-ltr .me-n4{margin-right:-16px!important}.v-application--is-rtl .me-n4{margin-left:-16px!important}.v-application--is-ltr .me-n5{margin-right:-20px!important}.v-application--is-rtl .me-n5{margin-left:-20px!important}.v-application--is-ltr .me-n6{margin-right:-24px!important}.v-application--is-rtl .me-n6{margin-left:-24px!important}.v-application--is-ltr .me-n7{margin-right:-28px!important}.v-application--is-rtl .me-n7{margin-left:-28px!important}.v-application--is-ltr .me-n8{margin-right:-32px!important}.v-application--is-rtl .me-n8{margin-left:-32px!important}.v-application--is-ltr .me-n9{margin-right:-36px!important}.v-application--is-rtl .me-n9{margin-left:-36px!important}.v-application--is-ltr .me-n10{margin-right:-40px!important}.v-application--is-rtl .me-n10{margin-left:-40px!important}.v-application--is-ltr .me-n11{margin-right:-44px!important}.v-application--is-rtl .me-n11{margin-left:-44px!important}.v-application--is-ltr .me-n12{margin-right:-48px!important}.v-application--is-rtl .me-n12{margin-left:-48px!important}.v-application .pa-0{padding:0!important}.v-application .pa-1{padding:4px!important}.v-application .pa-2{padding:8px!important}.v-application .pa-3{padding:12px!important}.v-application .pa-4{padding:16px!important}.v-application .pa-5{padding:20px!important}.v-application .pa-6{padding:24px!important}.v-application .pa-7{padding:28px!important}.v-application .pa-8{padding:32px!important}.v-application .pa-9{padding:36px!important}.v-application .pa-10{padding:40px!important}.v-application .pa-11{padding:44px!important}.v-application .pa-12{padding:48px!important}.v-application .px-0{padding-right:0!important;padding-left:0!important}.v-application .px-1{padding-right:4px!important;padding-left:4px!important}.v-application .px-2{padding-right:8px!important;padding-left:8px!important}.v-application .px-3{padding-right:12px!important;padding-left:12px!important}.v-application .px-4{padding-right:16px!important;padding-left:16px!important}.v-application .px-5{padding-right:20px!important;padding-left:20px!important}.v-application .px-6{padding-right:24px!important;padding-left:24px!important}.v-application .px-7{padding-right:28px!important;padding-left:28px!important}.v-application .px-8{padding-right:32px!important;padding-left:32px!important}.v-application .px-9{padding-right:36px!important;padding-left:36px!important}.v-application .px-10{padding-right:40px!important;padding-left:40px!important}.v-application .px-11{padding-right:44px!important;padding-left:44px!important}.v-application .px-12{padding-right:48px!important;padding-left:48px!important}.v-application .py-0{padding-top:0!important;padding-bottom:0!important}.v-application .py-1{padding-top:4px!important;padding-bottom:4px!important}.v-application .py-2{padding-top:8px!important;padding-bottom:8px!important}.v-application .py-3{padding-top:12px!important;padding-bottom:12px!important}.v-application .py-4{padding-top:16px!important;padding-bottom:16px!important}.v-application .py-5{padding-top:20px!important;padding-bottom:20px!important}.v-application .py-6{padding-top:24px!important;padding-bottom:24px!important}.v-application .py-7{padding-top:28px!important;padding-bottom:28px!important}.v-application .py-8{padding-top:32px!important;padding-bottom:32px!important}.v-application .py-9{padding-top:36px!important;padding-bottom:36px!important}.v-application .py-10{padding-top:40px!important;padding-bottom:40px!important}.v-application .py-11{padding-top:44px!important;padding-bottom:44px!important}.v-application .py-12{padding-top:48px!important;padding-bottom:48px!important}.v-application .pt-0{padding-top:0!important}.v-application .pt-1{padding-top:4px!important}.v-application .pt-2{padding-top:8px!important}.v-application .pt-3{padding-top:12px!important}.v-application .pt-4{padding-top:16px!important}.v-application .pt-5{padding-top:20px!important}.v-application .pt-6{padding-top:24px!important}.v-application .pt-7{padding-top:28px!important}.v-application .pt-8{padding-top:32px!important}.v-application .pt-9{padding-top:36px!important}.v-application .pt-10{padding-top:40px!important}.v-application .pt-11{padding-top:44px!important}.v-application .pt-12{padding-top:48px!important}.v-application .pr-0{padding-right:0!important}.v-application .pr-1{padding-right:4px!important}.v-application .pr-2{padding-right:8px!important}.v-application .pr-3{padding-right:12px!important}.v-application .pr-4{padding-right:16px!important}.v-application .pr-5{padding-right:20px!important}.v-application .pr-6{padding-right:24px!important}.v-application .pr-7{padding-right:28px!important}.v-application .pr-8{padding-right:32px!important}.v-application .pr-9{padding-right:36px!important}.v-application .pr-10{padding-right:40px!important}.v-application .pr-11{padding-right:44px!important}.v-application .pr-12{padding-right:48px!important}.v-application .pb-0{padding-bottom:0!important}.v-application .pb-1{padding-bottom:4px!important}.v-application .pb-2{padding-bottom:8px!important}.v-application .pb-3{padding-bottom:12px!important}.v-application .pb-4{padding-bottom:16px!important}.v-application .pb-5{padding-bottom:20px!important}.v-application .pb-6{padding-bottom:24px!important}.v-application .pb-7{padding-bottom:28px!important}.v-application .pb-8{padding-bottom:32px!important}.v-application .pb-9{padding-bottom:36px!important}.v-application .pb-10{padding-bottom:40px!important}.v-application .pb-11{padding-bottom:44px!important}.v-application .pb-12{padding-bottom:48px!important}.v-application .pl-0{padding-left:0!important}.v-application .pl-1{padding-left:4px!important}.v-application .pl-2{padding-left:8px!important}.v-application .pl-3{padding-left:12px!important}.v-application .pl-4{padding-left:16px!important}.v-application .pl-5{padding-left:20px!important}.v-application .pl-6{padding-left:24px!important}.v-application .pl-7{padding-left:28px!important}.v-application .pl-8{padding-left:32px!important}.v-application .pl-9{padding-left:36px!important}.v-application .pl-10{padding-left:40px!important}.v-application .pl-11{padding-left:44px!important}.v-application .pl-12{padding-left:48px!important}.v-application--is-ltr .ps-0{padding-left:0!important}.v-application--is-rtl .ps-0{padding-right:0!important}.v-application--is-ltr .ps-1{padding-left:4px!important}.v-application--is-rtl .ps-1{padding-right:4px!important}.v-application--is-ltr .ps-2{padding-left:8px!important}.v-application--is-rtl .ps-2{padding-right:8px!important}.v-application--is-ltr .ps-3{padding-left:12px!important}.v-application--is-rtl .ps-3{padding-right:12px!important}.v-application--is-ltr .ps-4{padding-left:16px!important}.v-application--is-rtl .ps-4{padding-right:16px!important}.v-application--is-ltr .ps-5{padding-left:20px!important}.v-application--is-rtl .ps-5{padding-right:20px!important}.v-application--is-ltr .ps-6{padding-left:24px!important}.v-application--is-rtl .ps-6{padding-right:24px!important}.v-application--is-ltr .ps-7{padding-left:28px!important}.v-application--is-rtl .ps-7{padding-right:28px!important}.v-application--is-ltr .ps-8{padding-left:32px!important}.v-application--is-rtl .ps-8{padding-right:32px!important}.v-application--is-ltr .ps-9{padding-left:36px!important}.v-application--is-rtl .ps-9{padding-right:36px!important}.v-application--is-ltr .ps-10{padding-left:40px!important}.v-application--is-rtl .ps-10{padding-right:40px!important}.v-application--is-ltr .ps-11{padding-left:44px!important}.v-application--is-rtl .ps-11{padding-right:44px!important}.v-application--is-ltr .ps-12{padding-left:48px!important}.v-application--is-rtl .ps-12{padding-right:48px!important}.v-application--is-ltr .pe-0{padding-right:0!important}.v-application--is-rtl .pe-0{padding-left:0!important}.v-application--is-ltr .pe-1{padding-right:4px!important}.v-application--is-rtl .pe-1{padding-left:4px!important}.v-application--is-ltr .pe-2{padding-right:8px!important}.v-application--is-rtl .pe-2{padding-left:8px!important}.v-application--is-ltr .pe-3{padding-right:12px!important}.v-application--is-rtl .pe-3{padding-left:12px!important}.v-application--is-ltr .pe-4{padding-right:16px!important}.v-application--is-rtl .pe-4{padding-left:16px!important}.v-application--is-ltr .pe-5{padding-right:20px!important}.v-application--is-rtl .pe-5{padding-left:20px!important}.v-application--is-ltr .pe-6{padding-right:24px!important}.v-application--is-rtl .pe-6{padding-left:24px!important}.v-application--is-ltr .pe-7{padding-right:28px!important}.v-application--is-rtl .pe-7{padding-left:28px!important}.v-application--is-ltr .pe-8{padding-right:32px!important}.v-application--is-rtl .pe-8{padding-left:32px!important}.v-application--is-ltr .pe-9{padding-right:36px!important}.v-application--is-rtl .pe-9{padding-left:36px!important}.v-application--is-ltr .pe-10{padding-right:40px!important}.v-application--is-rtl .pe-10{padding-left:40px!important}.v-application--is-ltr .pe-11{padding-right:44px!important}.v-application--is-rtl .pe-11{padding-left:44px!important}.v-application--is-ltr .pe-12{padding-right:48px!important}.v-application--is-rtl .pe-12{padding-left:48px!important}.v-application .text-left{text-align:left!important}.v-application .text-right{text-align:right!important}.v-application .text-center{text-align:center!important}.v-application .text-justify{text-align:justify!important}.v-application .text-start{text-align:start!important}.v-application .text-end{text-align:end!important}.v-application .text-wrap{white-space:normal!important}.v-application .text-no-wrap{white-space:nowrap!important}.v-application .text-break{overflow-wrap:break-word!important;word-break:break-word!important}.v-application .text-truncate{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.v-application .text-none{text-transform:none!important}.v-application .text-capitalize{text-transform:capitalize!important}.v-application .text-lowercase{text-transform:lowercase!important}.v-application .text-uppercase{text-transform:uppercase!important}@media (min-width:600px){.v-application .d-sm-none{display:none!important}.v-application .d-sm-inline{display:inline!important}.v-application .d-sm-inline-block{display:inline-block!important}.v-application .d-sm-block{display:block!important}.v-application .d-sm-table{display:table!important}.v-application .d-sm-table-row{display:table-row!important}.v-application .d-sm-table-cell{display:table-cell!important}.v-application .d-sm-flex{display:flex!important}.v-application .d-sm-inline-flex{display:inline-flex!important}.v-application .float-sm-none{float:none!important}.v-application .float-sm-left{float:left!important}.v-application .float-sm-right{float:right!important}.v-application .flex-sm-fill{flex:1 1 auto!important}.v-application .flex-sm-row{flex-direction:row!important}.v-application .flex-sm-column{flex-direction:column!important}.v-application .flex-sm-row-reverse{flex-direction:row-reverse!important}.v-application .flex-sm-column-reverse{flex-direction:column-reverse!important}.v-application .flex-sm-grow-0{flex-grow:0!important}.v-application .flex-sm-grow-1{flex-grow:1!important}.v-application .flex-sm-shrink-0{flex-shrink:0!important}.v-application .flex-sm-shrink-1{flex-shrink:1!important}.v-application .flex-sm-wrap{flex-wrap:wrap!important}.v-application .flex-sm-nowrap{flex-wrap:nowrap!important}.v-application .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.v-application .justify-sm-start{justify-content:flex-start!important}.v-application .justify-sm-end{justify-content:flex-end!important}.v-application .justify-sm-center{justify-content:center!important}.v-application .justify-sm-space-between{justify-content:space-between!important}.v-application .justify-sm-space-around{justify-content:space-around!important}.v-application .align-sm-start{align-items:flex-start!important}.v-application .align-sm-end{align-items:flex-end!important}.v-application .align-sm-center{align-items:center!important}.v-application .align-sm-baseline{align-items:baseline!important}.v-application .align-sm-stretch{align-items:stretch!important}.v-application .align-content-sm-start{align-content:flex-start!important}.v-application .align-content-sm-end{align-content:flex-end!important}.v-application .align-content-sm-center{align-content:center!important}.v-application .align-content-sm-space-between{align-content:space-between!important}.v-application .align-content-sm-space-around{align-content:space-around!important}.v-application .align-content-sm-stretch{align-content:stretch!important}.v-application .align-self-sm-auto{align-self:auto!important}.v-application .align-self-sm-start{align-self:flex-start!important}.v-application .align-self-sm-end{align-self:flex-end!important}.v-application .align-self-sm-center{align-self:center!important}.v-application .align-self-sm-baseline{align-self:baseline!important}.v-application .align-self-sm-stretch{align-self:stretch!important}.v-application .order-sm-first{order:-1!important}.v-application .order-sm-0{order:0!important}.v-application .order-sm-1{order:1!important}.v-application .order-sm-2{order:2!important}.v-application .order-sm-3{order:3!important}.v-application .order-sm-4{order:4!important}.v-application .order-sm-5{order:5!important}.v-application .order-sm-6{order:6!important}.v-application .order-sm-7{order:7!important}.v-application .order-sm-8{order:8!important}.v-application .order-sm-9{order:9!important}.v-application .order-sm-10{order:10!important}.v-application .order-sm-11{order:11!important}.v-application .order-sm-12{order:12!important}.v-application .order-sm-last{order:13!important}.v-application .ma-sm-0{margin:0!important}.v-application .ma-sm-1{margin:4px!important}.v-application .ma-sm-2{margin:8px!important}.v-application .ma-sm-3{margin:12px!important}.v-application .ma-sm-4{margin:16px!important}.v-application .ma-sm-5{margin:20px!important}.v-application .ma-sm-6{margin:24px!important}.v-application .ma-sm-7{margin:28px!important}.v-application .ma-sm-8{margin:32px!important}.v-application .ma-sm-9{margin:36px!important}.v-application .ma-sm-10{margin:40px!important}.v-application .ma-sm-11{margin:44px!important}.v-application .ma-sm-12{margin:48px!important}.v-application .ma-sm-auto{margin:auto!important}.v-application .mx-sm-0{margin-right:0!important;margin-left:0!important}.v-application .mx-sm-1{margin-right:4px!important;margin-left:4px!important}.v-application .mx-sm-2{margin-right:8px!important;margin-left:8px!important}.v-application .mx-sm-3{margin-right:12px!important;margin-left:12px!important}.v-application .mx-sm-4{margin-right:16px!important;margin-left:16px!important}.v-application .mx-sm-5{margin-right:20px!important;margin-left:20px!important}.v-application .mx-sm-6{margin-right:24px!important;margin-left:24px!important}.v-application .mx-sm-7{margin-right:28px!important;margin-left:28px!important}.v-application .mx-sm-8{margin-right:32px!important;margin-left:32px!important}.v-application .mx-sm-9{margin-right:36px!important;margin-left:36px!important}.v-application .mx-sm-10{margin-right:40px!important;margin-left:40px!important}.v-application .mx-sm-11{margin-right:44px!important;margin-left:44px!important}.v-application .mx-sm-12{margin-right:48px!important;margin-left:48px!important}.v-application .mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.v-application .my-sm-0{margin-top:0!important;margin-bottom:0!important}.v-application .my-sm-1{margin-top:4px!important;margin-bottom:4px!important}.v-application .my-sm-2{margin-top:8px!important;margin-bottom:8px!important}.v-application .my-sm-3{margin-top:12px!important;margin-bottom:12px!important}.v-application .my-sm-4{margin-top:16px!important;margin-bottom:16px!important}.v-application .my-sm-5{margin-top:20px!important;margin-bottom:20px!important}.v-application .my-sm-6{margin-top:24px!important;margin-bottom:24px!important}.v-application .my-sm-7{margin-top:28px!important;margin-bottom:28px!important}.v-application .my-sm-8{margin-top:32px!important;margin-bottom:32px!important}.v-application .my-sm-9{margin-top:36px!important;margin-bottom:36px!important}.v-application .my-sm-10{margin-top:40px!important;margin-bottom:40px!important}.v-application .my-sm-11{margin-top:44px!important;margin-bottom:44px!important}.v-application .my-sm-12{margin-top:48px!important;margin-bottom:48px!important}.v-application .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.v-application .mt-sm-0{margin-top:0!important}.v-application .mt-sm-1{margin-top:4px!important}.v-application .mt-sm-2{margin-top:8px!important}.v-application .mt-sm-3{margin-top:12px!important}.v-application .mt-sm-4{margin-top:16px!important}.v-application .mt-sm-5{margin-top:20px!important}.v-application .mt-sm-6{margin-top:24px!important}.v-application .mt-sm-7{margin-top:28px!important}.v-application .mt-sm-8{margin-top:32px!important}.v-application .mt-sm-9{margin-top:36px!important}.v-application .mt-sm-10{margin-top:40px!important}.v-application .mt-sm-11{margin-top:44px!important}.v-application .mt-sm-12{margin-top:48px!important}.v-application .mt-sm-auto{margin-top:auto!important}.v-application .mr-sm-0{margin-right:0!important}.v-application .mr-sm-1{margin-right:4px!important}.v-application .mr-sm-2{margin-right:8px!important}.v-application .mr-sm-3{margin-right:12px!important}.v-application .mr-sm-4{margin-right:16px!important}.v-application .mr-sm-5{margin-right:20px!important}.v-application .mr-sm-6{margin-right:24px!important}.v-application .mr-sm-7{margin-right:28px!important}.v-application .mr-sm-8{margin-right:32px!important}.v-application .mr-sm-9{margin-right:36px!important}.v-application .mr-sm-10{margin-right:40px!important}.v-application .mr-sm-11{margin-right:44px!important}.v-application .mr-sm-12{margin-right:48px!important}.v-application .mr-sm-auto{margin-right:auto!important}.v-application .mb-sm-0{margin-bottom:0!important}.v-application .mb-sm-1{margin-bottom:4px!important}.v-application .mb-sm-2{margin-bottom:8px!important}.v-application .mb-sm-3{margin-bottom:12px!important}.v-application .mb-sm-4{margin-bottom:16px!important}.v-application .mb-sm-5{margin-bottom:20px!important}.v-application .mb-sm-6{margin-bottom:24px!important}.v-application .mb-sm-7{margin-bottom:28px!important}.v-application .mb-sm-8{margin-bottom:32px!important}.v-application .mb-sm-9{margin-bottom:36px!important}.v-application .mb-sm-10{margin-bottom:40px!important}.v-application .mb-sm-11{margin-bottom:44px!important}.v-application .mb-sm-12{margin-bottom:48px!important}.v-application .mb-sm-auto{margin-bottom:auto!important}.v-application .ml-sm-0{margin-left:0!important}.v-application .ml-sm-1{margin-left:4px!important}.v-application .ml-sm-2{margin-left:8px!important}.v-application .ml-sm-3{margin-left:12px!important}.v-application .ml-sm-4{margin-left:16px!important}.v-application .ml-sm-5{margin-left:20px!important}.v-application .ml-sm-6{margin-left:24px!important}.v-application .ml-sm-7{margin-left:28px!important}.v-application .ml-sm-8{margin-left:32px!important}.v-application .ml-sm-9{margin-left:36px!important}.v-application .ml-sm-10{margin-left:40px!important}.v-application .ml-sm-11{margin-left:44px!important}.v-application .ml-sm-12{margin-left:48px!important}.v-application .ml-sm-auto{margin-left:auto!important}.v-application--is-ltr .ms-sm-0{margin-left:0!important}.v-application--is-rtl .ms-sm-0{margin-right:0!important}.v-application--is-ltr .ms-sm-1{margin-left:4px!important}.v-application--is-rtl .ms-sm-1{margin-right:4px!important}.v-application--is-ltr .ms-sm-2{margin-left:8px!important}.v-application--is-rtl .ms-sm-2{margin-right:8px!important}.v-application--is-ltr .ms-sm-3{margin-left:12px!important}.v-application--is-rtl .ms-sm-3{margin-right:12px!important}.v-application--is-ltr .ms-sm-4{margin-left:16px!important}.v-application--is-rtl .ms-sm-4{margin-right:16px!important}.v-application--is-ltr .ms-sm-5{margin-left:20px!important}.v-application--is-rtl .ms-sm-5{margin-right:20px!important}.v-application--is-ltr .ms-sm-6{margin-left:24px!important}.v-application--is-rtl .ms-sm-6{margin-right:24px!important}.v-application--is-ltr .ms-sm-7{margin-left:28px!important}.v-application--is-rtl .ms-sm-7{margin-right:28px!important}.v-application--is-ltr .ms-sm-8{margin-left:32px!important}.v-application--is-rtl .ms-sm-8{margin-right:32px!important}.v-application--is-ltr .ms-sm-9{margin-left:36px!important}.v-application--is-rtl .ms-sm-9{margin-right:36px!important}.v-application--is-ltr .ms-sm-10{margin-left:40px!important}.v-application--is-rtl .ms-sm-10{margin-right:40px!important}.v-application--is-ltr .ms-sm-11{margin-left:44px!important}.v-application--is-rtl .ms-sm-11{margin-right:44px!important}.v-application--is-ltr .ms-sm-12{margin-left:48px!important}.v-application--is-rtl .ms-sm-12{margin-right:48px!important}.v-application--is-ltr .ms-sm-auto{margin-left:auto!important}.v-application--is-rtl .ms-sm-auto{margin-right:auto!important}.v-application--is-ltr .me-sm-0{margin-right:0!important}.v-application--is-rtl .me-sm-0{margin-left:0!important}.v-application--is-ltr .me-sm-1{margin-right:4px!important}.v-application--is-rtl .me-sm-1{margin-left:4px!important}.v-application--is-ltr .me-sm-2{margin-right:8px!important}.v-application--is-rtl .me-sm-2{margin-left:8px!important}.v-application--is-ltr .me-sm-3{margin-right:12px!important}.v-application--is-rtl .me-sm-3{margin-left:12px!important}.v-application--is-ltr .me-sm-4{margin-right:16px!important}.v-application--is-rtl .me-sm-4{margin-left:16px!important}.v-application--is-ltr .me-sm-5{margin-right:20px!important}.v-application--is-rtl .me-sm-5{margin-left:20px!important}.v-application--is-ltr .me-sm-6{margin-right:24px!important}.v-application--is-rtl .me-sm-6{margin-left:24px!important}.v-application--is-ltr .me-sm-7{margin-right:28px!important}.v-application--is-rtl .me-sm-7{margin-left:28px!important}.v-application--is-ltr .me-sm-8{margin-right:32px!important}.v-application--is-rtl .me-sm-8{margin-left:32px!important}.v-application--is-ltr .me-sm-9{margin-right:36px!important}.v-application--is-rtl .me-sm-9{margin-left:36px!important}.v-application--is-ltr .me-sm-10{margin-right:40px!important}.v-application--is-rtl .me-sm-10{margin-left:40px!important}.v-application--is-ltr .me-sm-11{margin-right:44px!important}.v-application--is-rtl .me-sm-11{margin-left:44px!important}.v-application--is-ltr .me-sm-12{margin-right:48px!important}.v-application--is-rtl .me-sm-12{margin-left:48px!important}.v-application--is-ltr .me-sm-auto{margin-right:auto!important}.v-application--is-rtl .me-sm-auto{margin-left:auto!important}.v-application .ma-sm-n1{margin:-4px!important}.v-application .ma-sm-n2{margin:-8px!important}.v-application .ma-sm-n3{margin:-12px!important}.v-application .ma-sm-n4{margin:-16px!important}.v-application .ma-sm-n5{margin:-20px!important}.v-application .ma-sm-n6{margin:-24px!important}.v-application .ma-sm-n7{margin:-28px!important}.v-application .ma-sm-n8{margin:-32px!important}.v-application .ma-sm-n9{margin:-36px!important}.v-application .ma-sm-n10{margin:-40px!important}.v-application .ma-sm-n11{margin:-44px!important}.v-application .ma-sm-n12{margin:-48px!important}.v-application .mx-sm-n1{margin-right:-4px!important;margin-left:-4px!important}.v-application .mx-sm-n2{margin-right:-8px!important;margin-left:-8px!important}.v-application .mx-sm-n3{margin-right:-12px!important;margin-left:-12px!important}.v-application .mx-sm-n4{margin-right:-16px!important;margin-left:-16px!important}.v-application .mx-sm-n5{margin-right:-20px!important;margin-left:-20px!important}.v-application .mx-sm-n6{margin-right:-24px!important;margin-left:-24px!important}.v-application .mx-sm-n7{margin-right:-28px!important;margin-left:-28px!important}.v-application .mx-sm-n8{margin-right:-32px!important;margin-left:-32px!important}.v-application .mx-sm-n9{margin-right:-36px!important;margin-left:-36px!important}.v-application .mx-sm-n10{margin-right:-40px!important;margin-left:-40px!important}.v-application .mx-sm-n11{margin-right:-44px!important;margin-left:-44px!important}.v-application .mx-sm-n12{margin-right:-48px!important;margin-left:-48px!important}.v-application .my-sm-n1{margin-top:-4px!important;margin-bottom:-4px!important}.v-application .my-sm-n2{margin-top:-8px!important;margin-bottom:-8px!important}.v-application .my-sm-n3{margin-top:-12px!important;margin-bottom:-12px!important}.v-application .my-sm-n4{margin-top:-16px!important;margin-bottom:-16px!important}.v-application .my-sm-n5{margin-top:-20px!important;margin-bottom:-20px!important}.v-application .my-sm-n6{margin-top:-24px!important;margin-bottom:-24px!important}.v-application .my-sm-n7{margin-top:-28px!important;margin-bottom:-28px!important}.v-application .my-sm-n8{margin-top:-32px!important;margin-bottom:-32px!important}.v-application .my-sm-n9{margin-top:-36px!important;margin-bottom:-36px!important}.v-application .my-sm-n10{margin-top:-40px!important;margin-bottom:-40px!important}.v-application .my-sm-n11{margin-top:-44px!important;margin-bottom:-44px!important}.v-application .my-sm-n12{margin-top:-48px!important;margin-bottom:-48px!important}.v-application .mt-sm-n1{margin-top:-4px!important}.v-application .mt-sm-n2{margin-top:-8px!important}.v-application .mt-sm-n3{margin-top:-12px!important}.v-application .mt-sm-n4{margin-top:-16px!important}.v-application .mt-sm-n5{margin-top:-20px!important}.v-application .mt-sm-n6{margin-top:-24px!important}.v-application .mt-sm-n7{margin-top:-28px!important}.v-application .mt-sm-n8{margin-top:-32px!important}.v-application .mt-sm-n9{margin-top:-36px!important}.v-application .mt-sm-n10{margin-top:-40px!important}.v-application .mt-sm-n11{margin-top:-44px!important}.v-application .mt-sm-n12{margin-top:-48px!important}.v-application .mr-sm-n1{margin-right:-4px!important}.v-application .mr-sm-n2{margin-right:-8px!important}.v-application .mr-sm-n3{margin-right:-12px!important}.v-application .mr-sm-n4{margin-right:-16px!important}.v-application .mr-sm-n5{margin-right:-20px!important}.v-application .mr-sm-n6{margin-right:-24px!important}.v-application .mr-sm-n7{margin-right:-28px!important}.v-application .mr-sm-n8{margin-right:-32px!important}.v-application .mr-sm-n9{margin-right:-36px!important}.v-application .mr-sm-n10{margin-right:-40px!important}.v-application .mr-sm-n11{margin-right:-44px!important}.v-application .mr-sm-n12{margin-right:-48px!important}.v-application .mb-sm-n1{margin-bottom:-4px!important}.v-application .mb-sm-n2{margin-bottom:-8px!important}.v-application .mb-sm-n3{margin-bottom:-12px!important}.v-application .mb-sm-n4{margin-bottom:-16px!important}.v-application .mb-sm-n5{margin-bottom:-20px!important}.v-application .mb-sm-n6{margin-bottom:-24px!important}.v-application .mb-sm-n7{margin-bottom:-28px!important}.v-application .mb-sm-n8{margin-bottom:-32px!important}.v-application .mb-sm-n9{margin-bottom:-36px!important}.v-application .mb-sm-n10{margin-bottom:-40px!important}.v-application .mb-sm-n11{margin-bottom:-44px!important}.v-application .mb-sm-n12{margin-bottom:-48px!important}.v-application .ml-sm-n1{margin-left:-4px!important}.v-application .ml-sm-n2{margin-left:-8px!important}.v-application .ml-sm-n3{margin-left:-12px!important}.v-application .ml-sm-n4{margin-left:-16px!important}.v-application .ml-sm-n5{margin-left:-20px!important}.v-application .ml-sm-n6{margin-left:-24px!important}.v-application .ml-sm-n7{margin-left:-28px!important}.v-application .ml-sm-n8{margin-left:-32px!important}.v-application .ml-sm-n9{margin-left:-36px!important}.v-application .ml-sm-n10{margin-left:-40px!important}.v-application .ml-sm-n11{margin-left:-44px!important}.v-application .ml-sm-n12{margin-left:-48px!important}.v-application--is-ltr .ms-sm-n1{margin-left:-4px!important}.v-application--is-rtl .ms-sm-n1{margin-right:-4px!important}.v-application--is-ltr .ms-sm-n2{margin-left:-8px!important}.v-application--is-rtl .ms-sm-n2{margin-right:-8px!important}.v-application--is-ltr .ms-sm-n3{margin-left:-12px!important}.v-application--is-rtl .ms-sm-n3{margin-right:-12px!important}.v-application--is-ltr .ms-sm-n4{margin-left:-16px!important}.v-application--is-rtl .ms-sm-n4{margin-right:-16px!important}.v-application--is-ltr .ms-sm-n5{margin-left:-20px!important}.v-application--is-rtl .ms-sm-n5{margin-right:-20px!important}.v-application--is-ltr .ms-sm-n6{margin-left:-24px!important}.v-application--is-rtl .ms-sm-n6{margin-right:-24px!important}.v-application--is-ltr .ms-sm-n7{margin-left:-28px!important}.v-application--is-rtl .ms-sm-n7{margin-right:-28px!important}.v-application--is-ltr .ms-sm-n8{margin-left:-32px!important}.v-application--is-rtl .ms-sm-n8{margin-right:-32px!important}.v-application--is-ltr .ms-sm-n9{margin-left:-36px!important}.v-application--is-rtl .ms-sm-n9{margin-right:-36px!important}.v-application--is-ltr .ms-sm-n10{margin-left:-40px!important}.v-application--is-rtl .ms-sm-n10{margin-right:-40px!important}.v-application--is-ltr .ms-sm-n11{margin-left:-44px!important}.v-application--is-rtl .ms-sm-n11{margin-right:-44px!important}.v-application--is-ltr .ms-sm-n12{margin-left:-48px!important}.v-application--is-rtl .ms-sm-n12{margin-right:-48px!important}.v-application--is-ltr .me-sm-n1{margin-right:-4px!important}.v-application--is-rtl .me-sm-n1{margin-left:-4px!important}.v-application--is-ltr .me-sm-n2{margin-right:-8px!important}.v-application--is-rtl .me-sm-n2{margin-left:-8px!important}.v-application--is-ltr .me-sm-n3{margin-right:-12px!important}.v-application--is-rtl .me-sm-n3{margin-left:-12px!important}.v-application--is-ltr .me-sm-n4{margin-right:-16px!important}.v-application--is-rtl .me-sm-n4{margin-left:-16px!important}.v-application--is-ltr .me-sm-n5{margin-right:-20px!important}.v-application--is-rtl .me-sm-n5{margin-left:-20px!important}.v-application--is-ltr .me-sm-n6{margin-right:-24px!important}.v-application--is-rtl .me-sm-n6{margin-left:-24px!important}.v-application--is-ltr .me-sm-n7{margin-right:-28px!important}.v-application--is-rtl .me-sm-n7{margin-left:-28px!important}.v-application--is-ltr .me-sm-n8{margin-right:-32px!important}.v-application--is-rtl .me-sm-n8{margin-left:-32px!important}.v-application--is-ltr .me-sm-n9{margin-right:-36px!important}.v-application--is-rtl .me-sm-n9{margin-left:-36px!important}.v-application--is-ltr .me-sm-n10{margin-right:-40px!important}.v-application--is-rtl .me-sm-n10{margin-left:-40px!important}.v-application--is-ltr .me-sm-n11{margin-right:-44px!important}.v-application--is-rtl .me-sm-n11{margin-left:-44px!important}.v-application--is-ltr .me-sm-n12{margin-right:-48px!important}.v-application--is-rtl .me-sm-n12{margin-left:-48px!important}.v-application .pa-sm-0{padding:0!important}.v-application .pa-sm-1{padding:4px!important}.v-application .pa-sm-2{padding:8px!important}.v-application .pa-sm-3{padding:12px!important}.v-application .pa-sm-4{padding:16px!important}.v-application .pa-sm-5{padding:20px!important}.v-application .pa-sm-6{padding:24px!important}.v-application .pa-sm-7{padding:28px!important}.v-application .pa-sm-8{padding:32px!important}.v-application .pa-sm-9{padding:36px!important}.v-application .pa-sm-10{padding:40px!important}.v-application .pa-sm-11{padding:44px!important}.v-application .pa-sm-12{padding:48px!important}.v-application .px-sm-0{padding-right:0!important;padding-left:0!important}.v-application .px-sm-1{padding-right:4px!important;padding-left:4px!important}.v-application .px-sm-2{padding-right:8px!important;padding-left:8px!important}.v-application .px-sm-3{padding-right:12px!important;padding-left:12px!important}.v-application .px-sm-4{padding-right:16px!important;padding-left:16px!important}.v-application .px-sm-5{padding-right:20px!important;padding-left:20px!important}.v-application .px-sm-6{padding-right:24px!important;padding-left:24px!important}.v-application .px-sm-7{padding-right:28px!important;padding-left:28px!important}.v-application .px-sm-8{padding-right:32px!important;padding-left:32px!important}.v-application .px-sm-9{padding-right:36px!important;padding-left:36px!important}.v-application .px-sm-10{padding-right:40px!important;padding-left:40px!important}.v-application .px-sm-11{padding-right:44px!important;padding-left:44px!important}.v-application .px-sm-12{padding-right:48px!important;padding-left:48px!important}.v-application .py-sm-0{padding-top:0!important;padding-bottom:0!important}.v-application .py-sm-1{padding-top:4px!important;padding-bottom:4px!important}.v-application .py-sm-2{padding-top:8px!important;padding-bottom:8px!important}.v-application .py-sm-3{padding-top:12px!important;padding-bottom:12px!important}.v-application .py-sm-4{padding-top:16px!important;padding-bottom:16px!important}.v-application .py-sm-5{padding-top:20px!important;padding-bottom:20px!important}.v-application .py-sm-6{padding-top:24px!important;padding-bottom:24px!important}.v-application .py-sm-7{padding-top:28px!important;padding-bottom:28px!important}.v-application .py-sm-8{padding-top:32px!important;padding-bottom:32px!important}.v-application .py-sm-9{padding-top:36px!important;padding-bottom:36px!important}.v-application .py-sm-10{padding-top:40px!important;padding-bottom:40px!important}.v-application .py-sm-11{padding-top:44px!important;padding-bottom:44px!important}.v-application .py-sm-12{padding-top:48px!important;padding-bottom:48px!important}.v-application .pt-sm-0{padding-top:0!important}.v-application .pt-sm-1{padding-top:4px!important}.v-application .pt-sm-2{padding-top:8px!important}.v-application .pt-sm-3{padding-top:12px!important}.v-application .pt-sm-4{padding-top:16px!important}.v-application .pt-sm-5{padding-top:20px!important}.v-application .pt-sm-6{padding-top:24px!important}.v-application .pt-sm-7{padding-top:28px!important}.v-application .pt-sm-8{padding-top:32px!important}.v-application .pt-sm-9{padding-top:36px!important}.v-application .pt-sm-10{padding-top:40px!important}.v-application .pt-sm-11{padding-top:44px!important}.v-application .pt-sm-12{padding-top:48px!important}.v-application .pr-sm-0{padding-right:0!important}.v-application .pr-sm-1{padding-right:4px!important}.v-application .pr-sm-2{padding-right:8px!important}.v-application .pr-sm-3{padding-right:12px!important}.v-application .pr-sm-4{padding-right:16px!important}.v-application .pr-sm-5{padding-right:20px!important}.v-application .pr-sm-6{padding-right:24px!important}.v-application .pr-sm-7{padding-right:28px!important}.v-application .pr-sm-8{padding-right:32px!important}.v-application .pr-sm-9{padding-right:36px!important}.v-application .pr-sm-10{padding-right:40px!important}.v-application .pr-sm-11{padding-right:44px!important}.v-application .pr-sm-12{padding-right:48px!important}.v-application .pb-sm-0{padding-bottom:0!important}.v-application .pb-sm-1{padding-bottom:4px!important}.v-application .pb-sm-2{padding-bottom:8px!important}.v-application .pb-sm-3{padding-bottom:12px!important}.v-application .pb-sm-4{padding-bottom:16px!important}.v-application .pb-sm-5{padding-bottom:20px!important}.v-application .pb-sm-6{padding-bottom:24px!important}.v-application .pb-sm-7{padding-bottom:28px!important}.v-application .pb-sm-8{padding-bottom:32px!important}.v-application .pb-sm-9{padding-bottom:36px!important}.v-application .pb-sm-10{padding-bottom:40px!important}.v-application .pb-sm-11{padding-bottom:44px!important}.v-application .pb-sm-12{padding-bottom:48px!important}.v-application .pl-sm-0{padding-left:0!important}.v-application .pl-sm-1{padding-left:4px!important}.v-application .pl-sm-2{padding-left:8px!important}.v-application .pl-sm-3{padding-left:12px!important}.v-application .pl-sm-4{padding-left:16px!important}.v-application .pl-sm-5{padding-left:20px!important}.v-application .pl-sm-6{padding-left:24px!important}.v-application .pl-sm-7{padding-left:28px!important}.v-application .pl-sm-8{padding-left:32px!important}.v-application .pl-sm-9{padding-left:36px!important}.v-application .pl-sm-10{padding-left:40px!important}.v-application .pl-sm-11{padding-left:44px!important}.v-application .pl-sm-12{padding-left:48px!important}.v-application--is-ltr .ps-sm-0{padding-left:0!important}.v-application--is-rtl .ps-sm-0{padding-right:0!important}.v-application--is-ltr .ps-sm-1{padding-left:4px!important}.v-application--is-rtl .ps-sm-1{padding-right:4px!important}.v-application--is-ltr .ps-sm-2{padding-left:8px!important}.v-application--is-rtl .ps-sm-2{padding-right:8px!important}.v-application--is-ltr .ps-sm-3{padding-left:12px!important}.v-application--is-rtl .ps-sm-3{padding-right:12px!important}.v-application--is-ltr .ps-sm-4{padding-left:16px!important}.v-application--is-rtl .ps-sm-4{padding-right:16px!important}.v-application--is-ltr .ps-sm-5{padding-left:20px!important}.v-application--is-rtl .ps-sm-5{padding-right:20px!important}.v-application--is-ltr .ps-sm-6{padding-left:24px!important}.v-application--is-rtl .ps-sm-6{padding-right:24px!important}.v-application--is-ltr .ps-sm-7{padding-left:28px!important}.v-application--is-rtl .ps-sm-7{padding-right:28px!important}.v-application--is-ltr .ps-sm-8{padding-left:32px!important}.v-application--is-rtl .ps-sm-8{padding-right:32px!important}.v-application--is-ltr .ps-sm-9{padding-left:36px!important}.v-application--is-rtl .ps-sm-9{padding-right:36px!important}.v-application--is-ltr .ps-sm-10{padding-left:40px!important}.v-application--is-rtl .ps-sm-10{padding-right:40px!important}.v-application--is-ltr .ps-sm-11{padding-left:44px!important}.v-application--is-rtl .ps-sm-11{padding-right:44px!important}.v-application--is-ltr .ps-sm-12{padding-left:48px!important}.v-application--is-rtl .ps-sm-12{padding-right:48px!important}.v-application--is-ltr .pe-sm-0{padding-right:0!important}.v-application--is-rtl .pe-sm-0{padding-left:0!important}.v-application--is-ltr .pe-sm-1{padding-right:4px!important}.v-application--is-rtl .pe-sm-1{padding-left:4px!important}.v-application--is-ltr .pe-sm-2{padding-right:8px!important}.v-application--is-rtl .pe-sm-2{padding-left:8px!important}.v-application--is-ltr .pe-sm-3{padding-right:12px!important}.v-application--is-rtl .pe-sm-3{padding-left:12px!important}.v-application--is-ltr .pe-sm-4{padding-right:16px!important}.v-application--is-rtl .pe-sm-4{padding-left:16px!important}.v-application--is-ltr .pe-sm-5{padding-right:20px!important}.v-application--is-rtl .pe-sm-5{padding-left:20px!important}.v-application--is-ltr .pe-sm-6{padding-right:24px!important}.v-application--is-rtl .pe-sm-6{padding-left:24px!important}.v-application--is-ltr .pe-sm-7{padding-right:28px!important}.v-application--is-rtl .pe-sm-7{padding-left:28px!important}.v-application--is-ltr .pe-sm-8{padding-right:32px!important}.v-application--is-rtl .pe-sm-8{padding-left:32px!important}.v-application--is-ltr .pe-sm-9{padding-right:36px!important}.v-application--is-rtl .pe-sm-9{padding-left:36px!important}.v-application--is-ltr .pe-sm-10{padding-right:40px!important}.v-application--is-rtl .pe-sm-10{padding-left:40px!important}.v-application--is-ltr .pe-sm-11{padding-right:44px!important}.v-application--is-rtl .pe-sm-11{padding-left:44px!important}.v-application--is-ltr .pe-sm-12{padding-right:48px!important}.v-application--is-rtl .pe-sm-12{padding-left:48px!important}.v-application .text-sm-left{text-align:left!important}.v-application .text-sm-right{text-align:right!important}.v-application .text-sm-center{text-align:center!important}.v-application .text-sm-justify{text-align:justify!important}.v-application .text-sm-start{text-align:start!important}.v-application .text-sm-end{text-align:end!important}}@media (min-width:960px){.v-application .d-md-none{display:none!important}.v-application .d-md-inline{display:inline!important}.v-application .d-md-inline-block{display:inline-block!important}.v-application .d-md-block{display:block!important}.v-application .d-md-table{display:table!important}.v-application .d-md-table-row{display:table-row!important}.v-application .d-md-table-cell{display:table-cell!important}.v-application .d-md-flex{display:flex!important}.v-application .d-md-inline-flex{display:inline-flex!important}.v-application .float-md-none{float:none!important}.v-application .float-md-left{float:left!important}.v-application .float-md-right{float:right!important}.v-application .flex-md-fill{flex:1 1 auto!important}.v-application .flex-md-row{flex-direction:row!important}.v-application .flex-md-column{flex-direction:column!important}.v-application .flex-md-row-reverse{flex-direction:row-reverse!important}.v-application .flex-md-column-reverse{flex-direction:column-reverse!important}.v-application .flex-md-grow-0{flex-grow:0!important}.v-application .flex-md-grow-1{flex-grow:1!important}.v-application .flex-md-shrink-0{flex-shrink:0!important}.v-application .flex-md-shrink-1{flex-shrink:1!important}.v-application .flex-md-wrap{flex-wrap:wrap!important}.v-application .flex-md-nowrap{flex-wrap:nowrap!important}.v-application .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.v-application .justify-md-start{justify-content:flex-start!important}.v-application .justify-md-end{justify-content:flex-end!important}.v-application .justify-md-center{justify-content:center!important}.v-application .justify-md-space-between{justify-content:space-between!important}.v-application .justify-md-space-around{justify-content:space-around!important}.v-application .align-md-start{align-items:flex-start!important}.v-application .align-md-end{align-items:flex-end!important}.v-application .align-md-center{align-items:center!important}.v-application .align-md-baseline{align-items:baseline!important}.v-application .align-md-stretch{align-items:stretch!important}.v-application .align-content-md-start{align-content:flex-start!important}.v-application .align-content-md-end{align-content:flex-end!important}.v-application .align-content-md-center{align-content:center!important}.v-application .align-content-md-space-between{align-content:space-between!important}.v-application .align-content-md-space-around{align-content:space-around!important}.v-application .align-content-md-stretch{align-content:stretch!important}.v-application .align-self-md-auto{align-self:auto!important}.v-application .align-self-md-start{align-self:flex-start!important}.v-application .align-self-md-end{align-self:flex-end!important}.v-application .align-self-md-center{align-self:center!important}.v-application .align-self-md-baseline{align-self:baseline!important}.v-application .align-self-md-stretch{align-self:stretch!important}.v-application .order-md-first{order:-1!important}.v-application .order-md-0{order:0!important}.v-application .order-md-1{order:1!important}.v-application .order-md-2{order:2!important}.v-application .order-md-3{order:3!important}.v-application .order-md-4{order:4!important}.v-application .order-md-5{order:5!important}.v-application .order-md-6{order:6!important}.v-application .order-md-7{order:7!important}.v-application .order-md-8{order:8!important}.v-application .order-md-9{order:9!important}.v-application .order-md-10{order:10!important}.v-application .order-md-11{order:11!important}.v-application .order-md-12{order:12!important}.v-application .order-md-last{order:13!important}.v-application .ma-md-0{margin:0!important}.v-application .ma-md-1{margin:4px!important}.v-application .ma-md-2{margin:8px!important}.v-application .ma-md-3{margin:12px!important}.v-application .ma-md-4{margin:16px!important}.v-application .ma-md-5{margin:20px!important}.v-application .ma-md-6{margin:24px!important}.v-application .ma-md-7{margin:28px!important}.v-application .ma-md-8{margin:32px!important}.v-application .ma-md-9{margin:36px!important}.v-application .ma-md-10{margin:40px!important}.v-application .ma-md-11{margin:44px!important}.v-application .ma-md-12{margin:48px!important}.v-application .ma-md-auto{margin:auto!important}.v-application .mx-md-0{margin-right:0!important;margin-left:0!important}.v-application .mx-md-1{margin-right:4px!important;margin-left:4px!important}.v-application .mx-md-2{margin-right:8px!important;margin-left:8px!important}.v-application .mx-md-3{margin-right:12px!important;margin-left:12px!important}.v-application .mx-md-4{margin-right:16px!important;margin-left:16px!important}.v-application .mx-md-5{margin-right:20px!important;margin-left:20px!important}.v-application .mx-md-6{margin-right:24px!important;margin-left:24px!important}.v-application .mx-md-7{margin-right:28px!important;margin-left:28px!important}.v-application .mx-md-8{margin-right:32px!important;margin-left:32px!important}.v-application .mx-md-9{margin-right:36px!important;margin-left:36px!important}.v-application .mx-md-10{margin-right:40px!important;margin-left:40px!important}.v-application .mx-md-11{margin-right:44px!important;margin-left:44px!important}.v-application .mx-md-12{margin-right:48px!important;margin-left:48px!important}.v-application .mx-md-auto{margin-right:auto!important;margin-left:auto!important}.v-application .my-md-0{margin-top:0!important;margin-bottom:0!important}.v-application .my-md-1{margin-top:4px!important;margin-bottom:4px!important}.v-application .my-md-2{margin-top:8px!important;margin-bottom:8px!important}.v-application .my-md-3{margin-top:12px!important;margin-bottom:12px!important}.v-application .my-md-4{margin-top:16px!important;margin-bottom:16px!important}.v-application .my-md-5{margin-top:20px!important;margin-bottom:20px!important}.v-application .my-md-6{margin-top:24px!important;margin-bottom:24px!important}.v-application .my-md-7{margin-top:28px!important;margin-bottom:28px!important}.v-application .my-md-8{margin-top:32px!important;margin-bottom:32px!important}.v-application .my-md-9{margin-top:36px!important;margin-bottom:36px!important}.v-application .my-md-10{margin-top:40px!important;margin-bottom:40px!important}.v-application .my-md-11{margin-top:44px!important;margin-bottom:44px!important}.v-application .my-md-12{margin-top:48px!important;margin-bottom:48px!important}.v-application .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.v-application .mt-md-0{margin-top:0!important}.v-application .mt-md-1{margin-top:4px!important}.v-application .mt-md-2{margin-top:8px!important}.v-application .mt-md-3{margin-top:12px!important}.v-application .mt-md-4{margin-top:16px!important}.v-application .mt-md-5{margin-top:20px!important}.v-application .mt-md-6{margin-top:24px!important}.v-application .mt-md-7{margin-top:28px!important}.v-application .mt-md-8{margin-top:32px!important}.v-application .mt-md-9{margin-top:36px!important}.v-application .mt-md-10{margin-top:40px!important}.v-application .mt-md-11{margin-top:44px!important}.v-application .mt-md-12{margin-top:48px!important}.v-application .mt-md-auto{margin-top:auto!important}.v-application .mr-md-0{margin-right:0!important}.v-application .mr-md-1{margin-right:4px!important}.v-application .mr-md-2{margin-right:8px!important}.v-application .mr-md-3{margin-right:12px!important}.v-application .mr-md-4{margin-right:16px!important}.v-application .mr-md-5{margin-right:20px!important}.v-application .mr-md-6{margin-right:24px!important}.v-application .mr-md-7{margin-right:28px!important}.v-application .mr-md-8{margin-right:32px!important}.v-application .mr-md-9{margin-right:36px!important}.v-application .mr-md-10{margin-right:40px!important}.v-application .mr-md-11{margin-right:44px!important}.v-application .mr-md-12{margin-right:48px!important}.v-application .mr-md-auto{margin-right:auto!important}.v-application .mb-md-0{margin-bottom:0!important}.v-application .mb-md-1{margin-bottom:4px!important}.v-application .mb-md-2{margin-bottom:8px!important}.v-application .mb-md-3{margin-bottom:12px!important}.v-application .mb-md-4{margin-bottom:16px!important}.v-application .mb-md-5{margin-bottom:20px!important}.v-application .mb-md-6{margin-bottom:24px!important}.v-application .mb-md-7{margin-bottom:28px!important}.v-application .mb-md-8{margin-bottom:32px!important}.v-application .mb-md-9{margin-bottom:36px!important}.v-application .mb-md-10{margin-bottom:40px!important}.v-application .mb-md-11{margin-bottom:44px!important}.v-application .mb-md-12{margin-bottom:48px!important}.v-application .mb-md-auto{margin-bottom:auto!important}.v-application .ml-md-0{margin-left:0!important}.v-application .ml-md-1{margin-left:4px!important}.v-application .ml-md-2{margin-left:8px!important}.v-application .ml-md-3{margin-left:12px!important}.v-application .ml-md-4{margin-left:16px!important}.v-application .ml-md-5{margin-left:20px!important}.v-application .ml-md-6{margin-left:24px!important}.v-application .ml-md-7{margin-left:28px!important}.v-application .ml-md-8{margin-left:32px!important}.v-application .ml-md-9{margin-left:36px!important}.v-application .ml-md-10{margin-left:40px!important}.v-application .ml-md-11{margin-left:44px!important}.v-application .ml-md-12{margin-left:48px!important}.v-application .ml-md-auto{margin-left:auto!important}.v-application--is-ltr .ms-md-0{margin-left:0!important}.v-application--is-rtl .ms-md-0{margin-right:0!important}.v-application--is-ltr .ms-md-1{margin-left:4px!important}.v-application--is-rtl .ms-md-1{margin-right:4px!important}.v-application--is-ltr .ms-md-2{margin-left:8px!important}.v-application--is-rtl .ms-md-2{margin-right:8px!important}.v-application--is-ltr .ms-md-3{margin-left:12px!important}.v-application--is-rtl .ms-md-3{margin-right:12px!important}.v-application--is-ltr .ms-md-4{margin-left:16px!important}.v-application--is-rtl .ms-md-4{margin-right:16px!important}.v-application--is-ltr .ms-md-5{margin-left:20px!important}.v-application--is-rtl .ms-md-5{margin-right:20px!important}.v-application--is-ltr .ms-md-6{margin-left:24px!important}.v-application--is-rtl .ms-md-6{margin-right:24px!important}.v-application--is-ltr .ms-md-7{margin-left:28px!important}.v-application--is-rtl .ms-md-7{margin-right:28px!important}.v-application--is-ltr .ms-md-8{margin-left:32px!important}.v-application--is-rtl .ms-md-8{margin-right:32px!important}.v-application--is-ltr .ms-md-9{margin-left:36px!important}.v-application--is-rtl .ms-md-9{margin-right:36px!important}.v-application--is-ltr .ms-md-10{margin-left:40px!important}.v-application--is-rtl .ms-md-10{margin-right:40px!important}.v-application--is-ltr .ms-md-11{margin-left:44px!important}.v-application--is-rtl .ms-md-11{margin-right:44px!important}.v-application--is-ltr .ms-md-12{margin-left:48px!important}.v-application--is-rtl .ms-md-12{margin-right:48px!important}.v-application--is-ltr .ms-md-auto{margin-left:auto!important}.v-application--is-rtl .ms-md-auto{margin-right:auto!important}.v-application--is-ltr .me-md-0{margin-right:0!important}.v-application--is-rtl .me-md-0{margin-left:0!important}.v-application--is-ltr .me-md-1{margin-right:4px!important}.v-application--is-rtl .me-md-1{margin-left:4px!important}.v-application--is-ltr .me-md-2{margin-right:8px!important}.v-application--is-rtl .me-md-2{margin-left:8px!important}.v-application--is-ltr .me-md-3{margin-right:12px!important}.v-application--is-rtl .me-md-3{margin-left:12px!important}.v-application--is-ltr .me-md-4{margin-right:16px!important}.v-application--is-rtl .me-md-4{margin-left:16px!important}.v-application--is-ltr .me-md-5{margin-right:20px!important}.v-application--is-rtl .me-md-5{margin-left:20px!important}.v-application--is-ltr .me-md-6{margin-right:24px!important}.v-application--is-rtl .me-md-6{margin-left:24px!important}.v-application--is-ltr .me-md-7{margin-right:28px!important}.v-application--is-rtl .me-md-7{margin-left:28px!important}.v-application--is-ltr .me-md-8{margin-right:32px!important}.v-application--is-rtl .me-md-8{margin-left:32px!important}.v-application--is-ltr .me-md-9{margin-right:36px!important}.v-application--is-rtl .me-md-9{margin-left:36px!important}.v-application--is-ltr .me-md-10{margin-right:40px!important}.v-application--is-rtl .me-md-10{margin-left:40px!important}.v-application--is-ltr .me-md-11{margin-right:44px!important}.v-application--is-rtl .me-md-11{margin-left:44px!important}.v-application--is-ltr .me-md-12{margin-right:48px!important}.v-application--is-rtl .me-md-12{margin-left:48px!important}.v-application--is-ltr .me-md-auto{margin-right:auto!important}.v-application--is-rtl .me-md-auto{margin-left:auto!important}.v-application .ma-md-n1{margin:-4px!important}.v-application .ma-md-n2{margin:-8px!important}.v-application .ma-md-n3{margin:-12px!important}.v-application .ma-md-n4{margin:-16px!important}.v-application .ma-md-n5{margin:-20px!important}.v-application .ma-md-n6{margin:-24px!important}.v-application .ma-md-n7{margin:-28px!important}.v-application .ma-md-n8{margin:-32px!important}.v-application .ma-md-n9{margin:-36px!important}.v-application .ma-md-n10{margin:-40px!important}.v-application .ma-md-n11{margin:-44px!important}.v-application .ma-md-n12{margin:-48px!important}.v-application .mx-md-n1{margin-right:-4px!important;margin-left:-4px!important}.v-application .mx-md-n2{margin-right:-8px!important;margin-left:-8px!important}.v-application .mx-md-n3{margin-right:-12px!important;margin-left:-12px!important}.v-application .mx-md-n4{margin-right:-16px!important;margin-left:-16px!important}.v-application .mx-md-n5{margin-right:-20px!important;margin-left:-20px!important}.v-application .mx-md-n6{margin-right:-24px!important;margin-left:-24px!important}.v-application .mx-md-n7{margin-right:-28px!important;margin-left:-28px!important}.v-application .mx-md-n8{margin-right:-32px!important;margin-left:-32px!important}.v-application .mx-md-n9{margin-right:-36px!important;margin-left:-36px!important}.v-application .mx-md-n10{margin-right:-40px!important;margin-left:-40px!important}.v-application .mx-md-n11{margin-right:-44px!important;margin-left:-44px!important}.v-application .mx-md-n12{margin-right:-48px!important;margin-left:-48px!important}.v-application .my-md-n1{margin-top:-4px!important;margin-bottom:-4px!important}.v-application .my-md-n2{margin-top:-8px!important;margin-bottom:-8px!important}.v-application .my-md-n3{margin-top:-12px!important;margin-bottom:-12px!important}.v-application .my-md-n4{margin-top:-16px!important;margin-bottom:-16px!important}.v-application .my-md-n5{margin-top:-20px!important;margin-bottom:-20px!important}.v-application .my-md-n6{margin-top:-24px!important;margin-bottom:-24px!important}.v-application .my-md-n7{margin-top:-28px!important;margin-bottom:-28px!important}.v-application .my-md-n8{margin-top:-32px!important;margin-bottom:-32px!important}.v-application .my-md-n9{margin-top:-36px!important;margin-bottom:-36px!important}.v-application .my-md-n10{margin-top:-40px!important;margin-bottom:-40px!important}.v-application .my-md-n11{margin-top:-44px!important;margin-bottom:-44px!important}.v-application .my-md-n12{margin-top:-48px!important;margin-bottom:-48px!important}.v-application .mt-md-n1{margin-top:-4px!important}.v-application .mt-md-n2{margin-top:-8px!important}.v-application .mt-md-n3{margin-top:-12px!important}.v-application .mt-md-n4{margin-top:-16px!important}.v-application .mt-md-n5{margin-top:-20px!important}.v-application .mt-md-n6{margin-top:-24px!important}.v-application .mt-md-n7{margin-top:-28px!important}.v-application .mt-md-n8{margin-top:-32px!important}.v-application .mt-md-n9{margin-top:-36px!important}.v-application .mt-md-n10{margin-top:-40px!important}.v-application .mt-md-n11{margin-top:-44px!important}.v-application .mt-md-n12{margin-top:-48px!important}.v-application .mr-md-n1{margin-right:-4px!important}.v-application .mr-md-n2{margin-right:-8px!important}.v-application .mr-md-n3{margin-right:-12px!important}.v-application .mr-md-n4{margin-right:-16px!important}.v-application .mr-md-n5{margin-right:-20px!important}.v-application .mr-md-n6{margin-right:-24px!important}.v-application .mr-md-n7{margin-right:-28px!important}.v-application .mr-md-n8{margin-right:-32px!important}.v-application .mr-md-n9{margin-right:-36px!important}.v-application .mr-md-n10{margin-right:-40px!important}.v-application .mr-md-n11{margin-right:-44px!important}.v-application .mr-md-n12{margin-right:-48px!important}.v-application .mb-md-n1{margin-bottom:-4px!important}.v-application .mb-md-n2{margin-bottom:-8px!important}.v-application .mb-md-n3{margin-bottom:-12px!important}.v-application .mb-md-n4{margin-bottom:-16px!important}.v-application .mb-md-n5{margin-bottom:-20px!important}.v-application .mb-md-n6{margin-bottom:-24px!important}.v-application .mb-md-n7{margin-bottom:-28px!important}.v-application .mb-md-n8{margin-bottom:-32px!important}.v-application .mb-md-n9{margin-bottom:-36px!important}.v-application .mb-md-n10{margin-bottom:-40px!important}.v-application .mb-md-n11{margin-bottom:-44px!important}.v-application .mb-md-n12{margin-bottom:-48px!important}.v-application .ml-md-n1{margin-left:-4px!important}.v-application .ml-md-n2{margin-left:-8px!important}.v-application .ml-md-n3{margin-left:-12px!important}.v-application .ml-md-n4{margin-left:-16px!important}.v-application .ml-md-n5{margin-left:-20px!important}.v-application .ml-md-n6{margin-left:-24px!important}.v-application .ml-md-n7{margin-left:-28px!important}.v-application .ml-md-n8{margin-left:-32px!important}.v-application .ml-md-n9{margin-left:-36px!important}.v-application .ml-md-n10{margin-left:-40px!important}.v-application .ml-md-n11{margin-left:-44px!important}.v-application .ml-md-n12{margin-left:-48px!important}.v-application--is-ltr .ms-md-n1{margin-left:-4px!important}.v-application--is-rtl .ms-md-n1{margin-right:-4px!important}.v-application--is-ltr .ms-md-n2{margin-left:-8px!important}.v-application--is-rtl .ms-md-n2{margin-right:-8px!important}.v-application--is-ltr .ms-md-n3{margin-left:-12px!important}.v-application--is-rtl .ms-md-n3{margin-right:-12px!important}.v-application--is-ltr .ms-md-n4{margin-left:-16px!important}.v-application--is-rtl .ms-md-n4{margin-right:-16px!important}.v-application--is-ltr .ms-md-n5{margin-left:-20px!important}.v-application--is-rtl .ms-md-n5{margin-right:-20px!important}.v-application--is-ltr .ms-md-n6{margin-left:-24px!important}.v-application--is-rtl .ms-md-n6{margin-right:-24px!important}.v-application--is-ltr .ms-md-n7{margin-left:-28px!important}.v-application--is-rtl .ms-md-n7{margin-right:-28px!important}.v-application--is-ltr .ms-md-n8{margin-left:-32px!important}.v-application--is-rtl .ms-md-n8{margin-right:-32px!important}.v-application--is-ltr .ms-md-n9{margin-left:-36px!important}.v-application--is-rtl .ms-md-n9{margin-right:-36px!important}.v-application--is-ltr .ms-md-n10{margin-left:-40px!important}.v-application--is-rtl .ms-md-n10{margin-right:-40px!important}.v-application--is-ltr .ms-md-n11{margin-left:-44px!important}.v-application--is-rtl .ms-md-n11{margin-right:-44px!important}.v-application--is-ltr .ms-md-n12{margin-left:-48px!important}.v-application--is-rtl .ms-md-n12{margin-right:-48px!important}.v-application--is-ltr .me-md-n1{margin-right:-4px!important}.v-application--is-rtl .me-md-n1{margin-left:-4px!important}.v-application--is-ltr .me-md-n2{margin-right:-8px!important}.v-application--is-rtl .me-md-n2{margin-left:-8px!important}.v-application--is-ltr .me-md-n3{margin-right:-12px!important}.v-application--is-rtl .me-md-n3{margin-left:-12px!important}.v-application--is-ltr .me-md-n4{margin-right:-16px!important}.v-application--is-rtl .me-md-n4{margin-left:-16px!important}.v-application--is-ltr .me-md-n5{margin-right:-20px!important}.v-application--is-rtl .me-md-n5{margin-left:-20px!important}.v-application--is-ltr .me-md-n6{margin-right:-24px!important}.v-application--is-rtl .me-md-n6{margin-left:-24px!important}.v-application--is-ltr .me-md-n7{margin-right:-28px!important}.v-application--is-rtl .me-md-n7{margin-left:-28px!important}.v-application--is-ltr .me-md-n8{margin-right:-32px!important}.v-application--is-rtl .me-md-n8{margin-left:-32px!important}.v-application--is-ltr .me-md-n9{margin-right:-36px!important}.v-application--is-rtl .me-md-n9{margin-left:-36px!important}.v-application--is-ltr .me-md-n10{margin-right:-40px!important}.v-application--is-rtl .me-md-n10{margin-left:-40px!important}.v-application--is-ltr .me-md-n11{margin-right:-44px!important}.v-application--is-rtl .me-md-n11{margin-left:-44px!important}.v-application--is-ltr .me-md-n12{margin-right:-48px!important}.v-application--is-rtl .me-md-n12{margin-left:-48px!important}.v-application .pa-md-0{padding:0!important}.v-application .pa-md-1{padding:4px!important}.v-application .pa-md-2{padding:8px!important}.v-application .pa-md-3{padding:12px!important}.v-application .pa-md-4{padding:16px!important}.v-application .pa-md-5{padding:20px!important}.v-application .pa-md-6{padding:24px!important}.v-application .pa-md-7{padding:28px!important}.v-application .pa-md-8{padding:32px!important}.v-application .pa-md-9{padding:36px!important}.v-application .pa-md-10{padding:40px!important}.v-application .pa-md-11{padding:44px!important}.v-application .pa-md-12{padding:48px!important}.v-application .px-md-0{padding-right:0!important;padding-left:0!important}.v-application .px-md-1{padding-right:4px!important;padding-left:4px!important}.v-application .px-md-2{padding-right:8px!important;padding-left:8px!important}.v-application .px-md-3{padding-right:12px!important;padding-left:12px!important}.v-application .px-md-4{padding-right:16px!important;padding-left:16px!important}.v-application .px-md-5{padding-right:20px!important;padding-left:20px!important}.v-application .px-md-6{padding-right:24px!important;padding-left:24px!important}.v-application .px-md-7{padding-right:28px!important;padding-left:28px!important}.v-application .px-md-8{padding-right:32px!important;padding-left:32px!important}.v-application .px-md-9{padding-right:36px!important;padding-left:36px!important}.v-application .px-md-10{padding-right:40px!important;padding-left:40px!important}.v-application .px-md-11{padding-right:44px!important;padding-left:44px!important}.v-application .px-md-12{padding-right:48px!important;padding-left:48px!important}.v-application .py-md-0{padding-top:0!important;padding-bottom:0!important}.v-application .py-md-1{padding-top:4px!important;padding-bottom:4px!important}.v-application .py-md-2{padding-top:8px!important;padding-bottom:8px!important}.v-application .py-md-3{padding-top:12px!important;padding-bottom:12px!important}.v-application .py-md-4{padding-top:16px!important;padding-bottom:16px!important}.v-application .py-md-5{padding-top:20px!important;padding-bottom:20px!important}.v-application .py-md-6{padding-top:24px!important;padding-bottom:24px!important}.v-application .py-md-7{padding-top:28px!important;padding-bottom:28px!important}.v-application .py-md-8{padding-top:32px!important;padding-bottom:32px!important}.v-application .py-md-9{padding-top:36px!important;padding-bottom:36px!important}.v-application .py-md-10{padding-top:40px!important;padding-bottom:40px!important}.v-application .py-md-11{padding-top:44px!important;padding-bottom:44px!important}.v-application .py-md-12{padding-top:48px!important;padding-bottom:48px!important}.v-application .pt-md-0{padding-top:0!important}.v-application .pt-md-1{padding-top:4px!important}.v-application .pt-md-2{padding-top:8px!important}.v-application .pt-md-3{padding-top:12px!important}.v-application .pt-md-4{padding-top:16px!important}.v-application .pt-md-5{padding-top:20px!important}.v-application .pt-md-6{padding-top:24px!important}.v-application .pt-md-7{padding-top:28px!important}.v-application .pt-md-8{padding-top:32px!important}.v-application .pt-md-9{padding-top:36px!important}.v-application .pt-md-10{padding-top:40px!important}.v-application .pt-md-11{padding-top:44px!important}.v-application .pt-md-12{padding-top:48px!important}.v-application .pr-md-0{padding-right:0!important}.v-application .pr-md-1{padding-right:4px!important}.v-application .pr-md-2{padding-right:8px!important}.v-application .pr-md-3{padding-right:12px!important}.v-application .pr-md-4{padding-right:16px!important}.v-application .pr-md-5{padding-right:20px!important}.v-application .pr-md-6{padding-right:24px!important}.v-application .pr-md-7{padding-right:28px!important}.v-application .pr-md-8{padding-right:32px!important}.v-application .pr-md-9{padding-right:36px!important}.v-application .pr-md-10{padding-right:40px!important}.v-application .pr-md-11{padding-right:44px!important}.v-application .pr-md-12{padding-right:48px!important}.v-application .pb-md-0{padding-bottom:0!important}.v-application .pb-md-1{padding-bottom:4px!important}.v-application .pb-md-2{padding-bottom:8px!important}.v-application .pb-md-3{padding-bottom:12px!important}.v-application .pb-md-4{padding-bottom:16px!important}.v-application .pb-md-5{padding-bottom:20px!important}.v-application .pb-md-6{padding-bottom:24px!important}.v-application .pb-md-7{padding-bottom:28px!important}.v-application .pb-md-8{padding-bottom:32px!important}.v-application .pb-md-9{padding-bottom:36px!important}.v-application .pb-md-10{padding-bottom:40px!important}.v-application .pb-md-11{padding-bottom:44px!important}.v-application .pb-md-12{padding-bottom:48px!important}.v-application .pl-md-0{padding-left:0!important}.v-application .pl-md-1{padding-left:4px!important}.v-application .pl-md-2{padding-left:8px!important}.v-application .pl-md-3{padding-left:12px!important}.v-application .pl-md-4{padding-left:16px!important}.v-application .pl-md-5{padding-left:20px!important}.v-application .pl-md-6{padding-left:24px!important}.v-application .pl-md-7{padding-left:28px!important}.v-application .pl-md-8{padding-left:32px!important}.v-application .pl-md-9{padding-left:36px!important}.v-application .pl-md-10{padding-left:40px!important}.v-application .pl-md-11{padding-left:44px!important}.v-application .pl-md-12{padding-left:48px!important}.v-application--is-ltr .ps-md-0{padding-left:0!important}.v-application--is-rtl .ps-md-0{padding-right:0!important}.v-application--is-ltr .ps-md-1{padding-left:4px!important}.v-application--is-rtl .ps-md-1{padding-right:4px!important}.v-application--is-ltr .ps-md-2{padding-left:8px!important}.v-application--is-rtl .ps-md-2{padding-right:8px!important}.v-application--is-ltr .ps-md-3{padding-left:12px!important}.v-application--is-rtl .ps-md-3{padding-right:12px!important}.v-application--is-ltr .ps-md-4{padding-left:16px!important}.v-application--is-rtl .ps-md-4{padding-right:16px!important}.v-application--is-ltr .ps-md-5{padding-left:20px!important}.v-application--is-rtl .ps-md-5{padding-right:20px!important}.v-application--is-ltr .ps-md-6{padding-left:24px!important}.v-application--is-rtl .ps-md-6{padding-right:24px!important}.v-application--is-ltr .ps-md-7{padding-left:28px!important}.v-application--is-rtl .ps-md-7{padding-right:28px!important}.v-application--is-ltr .ps-md-8{padding-left:32px!important}.v-application--is-rtl .ps-md-8{padding-right:32px!important}.v-application--is-ltr .ps-md-9{padding-left:36px!important}.v-application--is-rtl .ps-md-9{padding-right:36px!important}.v-application--is-ltr .ps-md-10{padding-left:40px!important}.v-application--is-rtl .ps-md-10{padding-right:40px!important}.v-application--is-ltr .ps-md-11{padding-left:44px!important}.v-application--is-rtl .ps-md-11{padding-right:44px!important}.v-application--is-ltr .ps-md-12{padding-left:48px!important}.v-application--is-rtl .ps-md-12{padding-right:48px!important}.v-application--is-ltr .pe-md-0{padding-right:0!important}.v-application--is-rtl .pe-md-0{padding-left:0!important}.v-application--is-ltr .pe-md-1{padding-right:4px!important}.v-application--is-rtl .pe-md-1{padding-left:4px!important}.v-application--is-ltr .pe-md-2{padding-right:8px!important}.v-application--is-rtl .pe-md-2{padding-left:8px!important}.v-application--is-ltr .pe-md-3{padding-right:12px!important}.v-application--is-rtl .pe-md-3{padding-left:12px!important}.v-application--is-ltr .pe-md-4{padding-right:16px!important}.v-application--is-rtl .pe-md-4{padding-left:16px!important}.v-application--is-ltr .pe-md-5{padding-right:20px!important}.v-application--is-rtl .pe-md-5{padding-left:20px!important}.v-application--is-ltr .pe-md-6{padding-right:24px!important}.v-application--is-rtl .pe-md-6{padding-left:24px!important}.v-application--is-ltr .pe-md-7{padding-right:28px!important}.v-application--is-rtl .pe-md-7{padding-left:28px!important}.v-application--is-ltr .pe-md-8{padding-right:32px!important}.v-application--is-rtl .pe-md-8{padding-left:32px!important}.v-application--is-ltr .pe-md-9{padding-right:36px!important}.v-application--is-rtl .pe-md-9{padding-left:36px!important}.v-application--is-ltr .pe-md-10{padding-right:40px!important}.v-application--is-rtl .pe-md-10{padding-left:40px!important}.v-application--is-ltr .pe-md-11{padding-right:44px!important}.v-application--is-rtl .pe-md-11{padding-left:44px!important}.v-application--is-ltr .pe-md-12{padding-right:48px!important}.v-application--is-rtl .pe-md-12{padding-left:48px!important}.v-application .text-md-left{text-align:left!important}.v-application .text-md-right{text-align:right!important}.v-application .text-md-center{text-align:center!important}.v-application .text-md-justify{text-align:justify!important}.v-application .text-md-start{text-align:start!important}.v-application .text-md-end{text-align:end!important}}@media (min-width:1264px){.v-application .d-lg-none{display:none!important}.v-application .d-lg-inline{display:inline!important}.v-application .d-lg-inline-block{display:inline-block!important}.v-application .d-lg-block{display:block!important}.v-application .d-lg-table{display:table!important}.v-application .d-lg-table-row{display:table-row!important}.v-application .d-lg-table-cell{display:table-cell!important}.v-application .d-lg-flex{display:flex!important}.v-application .d-lg-inline-flex{display:inline-flex!important}.v-application .float-lg-none{float:none!important}.v-application .float-lg-left{float:left!important}.v-application .float-lg-right{float:right!important}.v-application .flex-lg-fill{flex:1 1 auto!important}.v-application .flex-lg-row{flex-direction:row!important}.v-application .flex-lg-column{flex-direction:column!important}.v-application .flex-lg-row-reverse{flex-direction:row-reverse!important}.v-application .flex-lg-column-reverse{flex-direction:column-reverse!important}.v-application .flex-lg-grow-0{flex-grow:0!important}.v-application .flex-lg-grow-1{flex-grow:1!important}.v-application .flex-lg-shrink-0{flex-shrink:0!important}.v-application .flex-lg-shrink-1{flex-shrink:1!important}.v-application .flex-lg-wrap{flex-wrap:wrap!important}.v-application .flex-lg-nowrap{flex-wrap:nowrap!important}.v-application .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.v-application .justify-lg-start{justify-content:flex-start!important}.v-application .justify-lg-end{justify-content:flex-end!important}.v-application .justify-lg-center{justify-content:center!important}.v-application .justify-lg-space-between{justify-content:space-between!important}.v-application .justify-lg-space-around{justify-content:space-around!important}.v-application .align-lg-start{align-items:flex-start!important}.v-application .align-lg-end{align-items:flex-end!important}.v-application .align-lg-center{align-items:center!important}.v-application .align-lg-baseline{align-items:baseline!important}.v-application .align-lg-stretch{align-items:stretch!important}.v-application .align-content-lg-start{align-content:flex-start!important}.v-application .align-content-lg-end{align-content:flex-end!important}.v-application .align-content-lg-center{align-content:center!important}.v-application .align-content-lg-space-between{align-content:space-between!important}.v-application .align-content-lg-space-around{align-content:space-around!important}.v-application .align-content-lg-stretch{align-content:stretch!important}.v-application .align-self-lg-auto{align-self:auto!important}.v-application .align-self-lg-start{align-self:flex-start!important}.v-application .align-self-lg-end{align-self:flex-end!important}.v-application .align-self-lg-center{align-self:center!important}.v-application .align-self-lg-baseline{align-self:baseline!important}.v-application .align-self-lg-stretch{align-self:stretch!important}.v-application .order-lg-first{order:-1!important}.v-application .order-lg-0{order:0!important}.v-application .order-lg-1{order:1!important}.v-application .order-lg-2{order:2!important}.v-application .order-lg-3{order:3!important}.v-application .order-lg-4{order:4!important}.v-application .order-lg-5{order:5!important}.v-application .order-lg-6{order:6!important}.v-application .order-lg-7{order:7!important}.v-application .order-lg-8{order:8!important}.v-application .order-lg-9{order:9!important}.v-application .order-lg-10{order:10!important}.v-application .order-lg-11{order:11!important}.v-application .order-lg-12{order:12!important}.v-application .order-lg-last{order:13!important}.v-application .ma-lg-0{margin:0!important}.v-application .ma-lg-1{margin:4px!important}.v-application .ma-lg-2{margin:8px!important}.v-application .ma-lg-3{margin:12px!important}.v-application .ma-lg-4{margin:16px!important}.v-application .ma-lg-5{margin:20px!important}.v-application .ma-lg-6{margin:24px!important}.v-application .ma-lg-7{margin:28px!important}.v-application .ma-lg-8{margin:32px!important}.v-application .ma-lg-9{margin:36px!important}.v-application .ma-lg-10{margin:40px!important}.v-application .ma-lg-11{margin:44px!important}.v-application .ma-lg-12{margin:48px!important}.v-application .ma-lg-auto{margin:auto!important}.v-application .mx-lg-0{margin-right:0!important;margin-left:0!important}.v-application .mx-lg-1{margin-right:4px!important;margin-left:4px!important}.v-application .mx-lg-2{margin-right:8px!important;margin-left:8px!important}.v-application .mx-lg-3{margin-right:12px!important;margin-left:12px!important}.v-application .mx-lg-4{margin-right:16px!important;margin-left:16px!important}.v-application .mx-lg-5{margin-right:20px!important;margin-left:20px!important}.v-application .mx-lg-6{margin-right:24px!important;margin-left:24px!important}.v-application .mx-lg-7{margin-right:28px!important;margin-left:28px!important}.v-application .mx-lg-8{margin-right:32px!important;margin-left:32px!important}.v-application .mx-lg-9{margin-right:36px!important;margin-left:36px!important}.v-application .mx-lg-10{margin-right:40px!important;margin-left:40px!important}.v-application .mx-lg-11{margin-right:44px!important;margin-left:44px!important}.v-application .mx-lg-12{margin-right:48px!important;margin-left:48px!important}.v-application .mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.v-application .my-lg-0{margin-top:0!important;margin-bottom:0!important}.v-application .my-lg-1{margin-top:4px!important;margin-bottom:4px!important}.v-application .my-lg-2{margin-top:8px!important;margin-bottom:8px!important}.v-application .my-lg-3{margin-top:12px!important;margin-bottom:12px!important}.v-application .my-lg-4{margin-top:16px!important;margin-bottom:16px!important}.v-application .my-lg-5{margin-top:20px!important;margin-bottom:20px!important}.v-application .my-lg-6{margin-top:24px!important;margin-bottom:24px!important}.v-application .my-lg-7{margin-top:28px!important;margin-bottom:28px!important}.v-application .my-lg-8{margin-top:32px!important;margin-bottom:32px!important}.v-application .my-lg-9{margin-top:36px!important;margin-bottom:36px!important}.v-application .my-lg-10{margin-top:40px!important;margin-bottom:40px!important}.v-application .my-lg-11{margin-top:44px!important;margin-bottom:44px!important}.v-application .my-lg-12{margin-top:48px!important;margin-bottom:48px!important}.v-application .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.v-application .mt-lg-0{margin-top:0!important}.v-application .mt-lg-1{margin-top:4px!important}.v-application .mt-lg-2{margin-top:8px!important}.v-application .mt-lg-3{margin-top:12px!important}.v-application .mt-lg-4{margin-top:16px!important}.v-application .mt-lg-5{margin-top:20px!important}.v-application .mt-lg-6{margin-top:24px!important}.v-application .mt-lg-7{margin-top:28px!important}.v-application .mt-lg-8{margin-top:32px!important}.v-application .mt-lg-9{margin-top:36px!important}.v-application .mt-lg-10{margin-top:40px!important}.v-application .mt-lg-11{margin-top:44px!important}.v-application .mt-lg-12{margin-top:48px!important}.v-application .mt-lg-auto{margin-top:auto!important}.v-application .mr-lg-0{margin-right:0!important}.v-application .mr-lg-1{margin-right:4px!important}.v-application .mr-lg-2{margin-right:8px!important}.v-application .mr-lg-3{margin-right:12px!important}.v-application .mr-lg-4{margin-right:16px!important}.v-application .mr-lg-5{margin-right:20px!important}.v-application .mr-lg-6{margin-right:24px!important}.v-application .mr-lg-7{margin-right:28px!important}.v-application .mr-lg-8{margin-right:32px!important}.v-application .mr-lg-9{margin-right:36px!important}.v-application .mr-lg-10{margin-right:40px!important}.v-application .mr-lg-11{margin-right:44px!important}.v-application .mr-lg-12{margin-right:48px!important}.v-application .mr-lg-auto{margin-right:auto!important}.v-application .mb-lg-0{margin-bottom:0!important}.v-application .mb-lg-1{margin-bottom:4px!important}.v-application .mb-lg-2{margin-bottom:8px!important}.v-application .mb-lg-3{margin-bottom:12px!important}.v-application .mb-lg-4{margin-bottom:16px!important}.v-application .mb-lg-5{margin-bottom:20px!important}.v-application .mb-lg-6{margin-bottom:24px!important}.v-application .mb-lg-7{margin-bottom:28px!important}.v-application .mb-lg-8{margin-bottom:32px!important}.v-application .mb-lg-9{margin-bottom:36px!important}.v-application .mb-lg-10{margin-bottom:40px!important}.v-application .mb-lg-11{margin-bottom:44px!important}.v-application .mb-lg-12{margin-bottom:48px!important}.v-application .mb-lg-auto{margin-bottom:auto!important}.v-application .ml-lg-0{margin-left:0!important}.v-application .ml-lg-1{margin-left:4px!important}.v-application .ml-lg-2{margin-left:8px!important}.v-application .ml-lg-3{margin-left:12px!important}.v-application .ml-lg-4{margin-left:16px!important}.v-application .ml-lg-5{margin-left:20px!important}.v-application .ml-lg-6{margin-left:24px!important}.v-application .ml-lg-7{margin-left:28px!important}.v-application .ml-lg-8{margin-left:32px!important}.v-application .ml-lg-9{margin-left:36px!important}.v-application .ml-lg-10{margin-left:40px!important}.v-application .ml-lg-11{margin-left:44px!important}.v-application .ml-lg-12{margin-left:48px!important}.v-application .ml-lg-auto{margin-left:auto!important}.v-application--is-ltr .ms-lg-0{margin-left:0!important}.v-application--is-rtl .ms-lg-0{margin-right:0!important}.v-application--is-ltr .ms-lg-1{margin-left:4px!important}.v-application--is-rtl .ms-lg-1{margin-right:4px!important}.v-application--is-ltr .ms-lg-2{margin-left:8px!important}.v-application--is-rtl .ms-lg-2{margin-right:8px!important}.v-application--is-ltr .ms-lg-3{margin-left:12px!important}.v-application--is-rtl .ms-lg-3{margin-right:12px!important}.v-application--is-ltr .ms-lg-4{margin-left:16px!important}.v-application--is-rtl .ms-lg-4{margin-right:16px!important}.v-application--is-ltr .ms-lg-5{margin-left:20px!important}.v-application--is-rtl .ms-lg-5{margin-right:20px!important}.v-application--is-ltr .ms-lg-6{margin-left:24px!important}.v-application--is-rtl .ms-lg-6{margin-right:24px!important}.v-application--is-ltr .ms-lg-7{margin-left:28px!important}.v-application--is-rtl .ms-lg-7{margin-right:28px!important}.v-application--is-ltr .ms-lg-8{margin-left:32px!important}.v-application--is-rtl .ms-lg-8{margin-right:32px!important}.v-application--is-ltr .ms-lg-9{margin-left:36px!important}.v-application--is-rtl .ms-lg-9{margin-right:36px!important}.v-application--is-ltr .ms-lg-10{margin-left:40px!important}.v-application--is-rtl .ms-lg-10{margin-right:40px!important}.v-application--is-ltr .ms-lg-11{margin-left:44px!important}.v-application--is-rtl .ms-lg-11{margin-right:44px!important}.v-application--is-ltr .ms-lg-12{margin-left:48px!important}.v-application--is-rtl .ms-lg-12{margin-right:48px!important}.v-application--is-ltr .ms-lg-auto{margin-left:auto!important}.v-application--is-rtl .ms-lg-auto{margin-right:auto!important}.v-application--is-ltr .me-lg-0{margin-right:0!important}.v-application--is-rtl .me-lg-0{margin-left:0!important}.v-application--is-ltr .me-lg-1{margin-right:4px!important}.v-application--is-rtl .me-lg-1{margin-left:4px!important}.v-application--is-ltr .me-lg-2{margin-right:8px!important}.v-application--is-rtl .me-lg-2{margin-left:8px!important}.v-application--is-ltr .me-lg-3{margin-right:12px!important}.v-application--is-rtl .me-lg-3{margin-left:12px!important}.v-application--is-ltr .me-lg-4{margin-right:16px!important}.v-application--is-rtl .me-lg-4{margin-left:16px!important}.v-application--is-ltr .me-lg-5{margin-right:20px!important}.v-application--is-rtl .me-lg-5{margin-left:20px!important}.v-application--is-ltr .me-lg-6{margin-right:24px!important}.v-application--is-rtl .me-lg-6{margin-left:24px!important}.v-application--is-ltr .me-lg-7{margin-right:28px!important}.v-application--is-rtl .me-lg-7{margin-left:28px!important}.v-application--is-ltr .me-lg-8{margin-right:32px!important}.v-application--is-rtl .me-lg-8{margin-left:32px!important}.v-application--is-ltr .me-lg-9{margin-right:36px!important}.v-application--is-rtl .me-lg-9{margin-left:36px!important}.v-application--is-ltr .me-lg-10{margin-right:40px!important}.v-application--is-rtl .me-lg-10{margin-left:40px!important}.v-application--is-ltr .me-lg-11{margin-right:44px!important}.v-application--is-rtl .me-lg-11{margin-left:44px!important}.v-application--is-ltr .me-lg-12{margin-right:48px!important}.v-application--is-rtl .me-lg-12{margin-left:48px!important}.v-application--is-ltr .me-lg-auto{margin-right:auto!important}.v-application--is-rtl .me-lg-auto{margin-left:auto!important}.v-application .ma-lg-n1{margin:-4px!important}.v-application .ma-lg-n2{margin:-8px!important}.v-application .ma-lg-n3{margin:-12px!important}.v-application .ma-lg-n4{margin:-16px!important}.v-application .ma-lg-n5{margin:-20px!important}.v-application .ma-lg-n6{margin:-24px!important}.v-application .ma-lg-n7{margin:-28px!important}.v-application .ma-lg-n8{margin:-32px!important}.v-application .ma-lg-n9{margin:-36px!important}.v-application .ma-lg-n10{margin:-40px!important}.v-application .ma-lg-n11{margin:-44px!important}.v-application .ma-lg-n12{margin:-48px!important}.v-application .mx-lg-n1{margin-right:-4px!important;margin-left:-4px!important}.v-application .mx-lg-n2{margin-right:-8px!important;margin-left:-8px!important}.v-application .mx-lg-n3{margin-right:-12px!important;margin-left:-12px!important}.v-application .mx-lg-n4{margin-right:-16px!important;margin-left:-16px!important}.v-application .mx-lg-n5{margin-right:-20px!important;margin-left:-20px!important}.v-application .mx-lg-n6{margin-right:-24px!important;margin-left:-24px!important}.v-application .mx-lg-n7{margin-right:-28px!important;margin-left:-28px!important}.v-application .mx-lg-n8{margin-right:-32px!important;margin-left:-32px!important}.v-application .mx-lg-n9{margin-right:-36px!important;margin-left:-36px!important}.v-application .mx-lg-n10{margin-right:-40px!important;margin-left:-40px!important}.v-application .mx-lg-n11{margin-right:-44px!important;margin-left:-44px!important}.v-application .mx-lg-n12{margin-right:-48px!important;margin-left:-48px!important}.v-application .my-lg-n1{margin-top:-4px!important;margin-bottom:-4px!important}.v-application .my-lg-n2{margin-top:-8px!important;margin-bottom:-8px!important}.v-application .my-lg-n3{margin-top:-12px!important;margin-bottom:-12px!important}.v-application .my-lg-n4{margin-top:-16px!important;margin-bottom:-16px!important}.v-application .my-lg-n5{margin-top:-20px!important;margin-bottom:-20px!important}.v-application .my-lg-n6{margin-top:-24px!important;margin-bottom:-24px!important}.v-application .my-lg-n7{margin-top:-28px!important;margin-bottom:-28px!important}.v-application .my-lg-n8{margin-top:-32px!important;margin-bottom:-32px!important}.v-application .my-lg-n9{margin-top:-36px!important;margin-bottom:-36px!important}.v-application .my-lg-n10{margin-top:-40px!important;margin-bottom:-40px!important}.v-application .my-lg-n11{margin-top:-44px!important;margin-bottom:-44px!important}.v-application .my-lg-n12{margin-top:-48px!important;margin-bottom:-48px!important}.v-application .mt-lg-n1{margin-top:-4px!important}.v-application .mt-lg-n2{margin-top:-8px!important}.v-application .mt-lg-n3{margin-top:-12px!important}.v-application .mt-lg-n4{margin-top:-16px!important}.v-application .mt-lg-n5{margin-top:-20px!important}.v-application .mt-lg-n6{margin-top:-24px!important}.v-application .mt-lg-n7{margin-top:-28px!important}.v-application .mt-lg-n8{margin-top:-32px!important}.v-application .mt-lg-n9{margin-top:-36px!important}.v-application .mt-lg-n10{margin-top:-40px!important}.v-application .mt-lg-n11{margin-top:-44px!important}.v-application .mt-lg-n12{margin-top:-48px!important}.v-application .mr-lg-n1{margin-right:-4px!important}.v-application .mr-lg-n2{margin-right:-8px!important}.v-application .mr-lg-n3{margin-right:-12px!important}.v-application .mr-lg-n4{margin-right:-16px!important}.v-application .mr-lg-n5{margin-right:-20px!important}.v-application .mr-lg-n6{margin-right:-24px!important}.v-application .mr-lg-n7{margin-right:-28px!important}.v-application .mr-lg-n8{margin-right:-32px!important}.v-application .mr-lg-n9{margin-right:-36px!important}.v-application .mr-lg-n10{margin-right:-40px!important}.v-application .mr-lg-n11{margin-right:-44px!important}.v-application .mr-lg-n12{margin-right:-48px!important}.v-application .mb-lg-n1{margin-bottom:-4px!important}.v-application .mb-lg-n2{margin-bottom:-8px!important}.v-application .mb-lg-n3{margin-bottom:-12px!important}.v-application .mb-lg-n4{margin-bottom:-16px!important}.v-application .mb-lg-n5{margin-bottom:-20px!important}.v-application .mb-lg-n6{margin-bottom:-24px!important}.v-application .mb-lg-n7{margin-bottom:-28px!important}.v-application .mb-lg-n8{margin-bottom:-32px!important}.v-application .mb-lg-n9{margin-bottom:-36px!important}.v-application .mb-lg-n10{margin-bottom:-40px!important}.v-application .mb-lg-n11{margin-bottom:-44px!important}.v-application .mb-lg-n12{margin-bottom:-48px!important}.v-application .ml-lg-n1{margin-left:-4px!important}.v-application .ml-lg-n2{margin-left:-8px!important}.v-application .ml-lg-n3{margin-left:-12px!important}.v-application .ml-lg-n4{margin-left:-16px!important}.v-application .ml-lg-n5{margin-left:-20px!important}.v-application .ml-lg-n6{margin-left:-24px!important}.v-application .ml-lg-n7{margin-left:-28px!important}.v-application .ml-lg-n8{margin-left:-32px!important}.v-application .ml-lg-n9{margin-left:-36px!important}.v-application .ml-lg-n10{margin-left:-40px!important}.v-application .ml-lg-n11{margin-left:-44px!important}.v-application .ml-lg-n12{margin-left:-48px!important}.v-application--is-ltr .ms-lg-n1{margin-left:-4px!important}.v-application--is-rtl .ms-lg-n1{margin-right:-4px!important}.v-application--is-ltr .ms-lg-n2{margin-left:-8px!important}.v-application--is-rtl .ms-lg-n2{margin-right:-8px!important}.v-application--is-ltr .ms-lg-n3{margin-left:-12px!important}.v-application--is-rtl .ms-lg-n3{margin-right:-12px!important}.v-application--is-ltr .ms-lg-n4{margin-left:-16px!important}.v-application--is-rtl .ms-lg-n4{margin-right:-16px!important}.v-application--is-ltr .ms-lg-n5{margin-left:-20px!important}.v-application--is-rtl .ms-lg-n5{margin-right:-20px!important}.v-application--is-ltr .ms-lg-n6{margin-left:-24px!important}.v-application--is-rtl .ms-lg-n6{margin-right:-24px!important}.v-application--is-ltr .ms-lg-n7{margin-left:-28px!important}.v-application--is-rtl .ms-lg-n7{margin-right:-28px!important}.v-application--is-ltr .ms-lg-n8{margin-left:-32px!important}.v-application--is-rtl .ms-lg-n8{margin-right:-32px!important}.v-application--is-ltr .ms-lg-n9{margin-left:-36px!important}.v-application--is-rtl .ms-lg-n9{margin-right:-36px!important}.v-application--is-ltr .ms-lg-n10{margin-left:-40px!important}.v-application--is-rtl .ms-lg-n10{margin-right:-40px!important}.v-application--is-ltr .ms-lg-n11{margin-left:-44px!important}.v-application--is-rtl .ms-lg-n11{margin-right:-44px!important}.v-application--is-ltr .ms-lg-n12{margin-left:-48px!important}.v-application--is-rtl .ms-lg-n12{margin-right:-48px!important}.v-application--is-ltr .me-lg-n1{margin-right:-4px!important}.v-application--is-rtl .me-lg-n1{margin-left:-4px!important}.v-application--is-ltr .me-lg-n2{margin-right:-8px!important}.v-application--is-rtl .me-lg-n2{margin-left:-8px!important}.v-application--is-ltr .me-lg-n3{margin-right:-12px!important}.v-application--is-rtl .me-lg-n3{margin-left:-12px!important}.v-application--is-ltr .me-lg-n4{margin-right:-16px!important}.v-application--is-rtl .me-lg-n4{margin-left:-16px!important}.v-application--is-ltr .me-lg-n5{margin-right:-20px!important}.v-application--is-rtl .me-lg-n5{margin-left:-20px!important}.v-application--is-ltr .me-lg-n6{margin-right:-24px!important}.v-application--is-rtl .me-lg-n6{margin-left:-24px!important}.v-application--is-ltr .me-lg-n7{margin-right:-28px!important}.v-application--is-rtl .me-lg-n7{margin-left:-28px!important}.v-application--is-ltr .me-lg-n8{margin-right:-32px!important}.v-application--is-rtl .me-lg-n8{margin-left:-32px!important}.v-application--is-ltr .me-lg-n9{margin-right:-36px!important}.v-application--is-rtl .me-lg-n9{margin-left:-36px!important}.v-application--is-ltr .me-lg-n10{margin-right:-40px!important}.v-application--is-rtl .me-lg-n10{margin-left:-40px!important}.v-application--is-ltr .me-lg-n11{margin-right:-44px!important}.v-application--is-rtl .me-lg-n11{margin-left:-44px!important}.v-application--is-ltr .me-lg-n12{margin-right:-48px!important}.v-application--is-rtl .me-lg-n12{margin-left:-48px!important}.v-application .pa-lg-0{padding:0!important}.v-application .pa-lg-1{padding:4px!important}.v-application .pa-lg-2{padding:8px!important}.v-application .pa-lg-3{padding:12px!important}.v-application .pa-lg-4{padding:16px!important}.v-application .pa-lg-5{padding:20px!important}.v-application .pa-lg-6{padding:24px!important}.v-application .pa-lg-7{padding:28px!important}.v-application .pa-lg-8{padding:32px!important}.v-application .pa-lg-9{padding:36px!important}.v-application .pa-lg-10{padding:40px!important}.v-application .pa-lg-11{padding:44px!important}.v-application .pa-lg-12{padding:48px!important}.v-application .px-lg-0{padding-right:0!important;padding-left:0!important}.v-application .px-lg-1{padding-right:4px!important;padding-left:4px!important}.v-application .px-lg-2{padding-right:8px!important;padding-left:8px!important}.v-application .px-lg-3{padding-right:12px!important;padding-left:12px!important}.v-application .px-lg-4{padding-right:16px!important;padding-left:16px!important}.v-application .px-lg-5{padding-right:20px!important;padding-left:20px!important}.v-application .px-lg-6{padding-right:24px!important;padding-left:24px!important}.v-application .px-lg-7{padding-right:28px!important;padding-left:28px!important}.v-application .px-lg-8{padding-right:32px!important;padding-left:32px!important}.v-application .px-lg-9{padding-right:36px!important;padding-left:36px!important}.v-application .px-lg-10{padding-right:40px!important;padding-left:40px!important}.v-application .px-lg-11{padding-right:44px!important;padding-left:44px!important}.v-application .px-lg-12{padding-right:48px!important;padding-left:48px!important}.v-application .py-lg-0{padding-top:0!important;padding-bottom:0!important}.v-application .py-lg-1{padding-top:4px!important;padding-bottom:4px!important}.v-application .py-lg-2{padding-top:8px!important;padding-bottom:8px!important}.v-application .py-lg-3{padding-top:12px!important;padding-bottom:12px!important}.v-application .py-lg-4{padding-top:16px!important;padding-bottom:16px!important}.v-application .py-lg-5{padding-top:20px!important;padding-bottom:20px!important}.v-application .py-lg-6{padding-top:24px!important;padding-bottom:24px!important}.v-application .py-lg-7{padding-top:28px!important;padding-bottom:28px!important}.v-application .py-lg-8{padding-top:32px!important;padding-bottom:32px!important}.v-application .py-lg-9{padding-top:36px!important;padding-bottom:36px!important}.v-application .py-lg-10{padding-top:40px!important;padding-bottom:40px!important}.v-application .py-lg-11{padding-top:44px!important;padding-bottom:44px!important}.v-application .py-lg-12{padding-top:48px!important;padding-bottom:48px!important}.v-application .pt-lg-0{padding-top:0!important}.v-application .pt-lg-1{padding-top:4px!important}.v-application .pt-lg-2{padding-top:8px!important}.v-application .pt-lg-3{padding-top:12px!important}.v-application .pt-lg-4{padding-top:16px!important}.v-application .pt-lg-5{padding-top:20px!important}.v-application .pt-lg-6{padding-top:24px!important}.v-application .pt-lg-7{padding-top:28px!important}.v-application .pt-lg-8{padding-top:32px!important}.v-application .pt-lg-9{padding-top:36px!important}.v-application .pt-lg-10{padding-top:40px!important}.v-application .pt-lg-11{padding-top:44px!important}.v-application .pt-lg-12{padding-top:48px!important}.v-application .pr-lg-0{padding-right:0!important}.v-application .pr-lg-1{padding-right:4px!important}.v-application .pr-lg-2{padding-right:8px!important}.v-application .pr-lg-3{padding-right:12px!important}.v-application .pr-lg-4{padding-right:16px!important}.v-application .pr-lg-5{padding-right:20px!important}.v-application .pr-lg-6{padding-right:24px!important}.v-application .pr-lg-7{padding-right:28px!important}.v-application .pr-lg-8{padding-right:32px!important}.v-application .pr-lg-9{padding-right:36px!important}.v-application .pr-lg-10{padding-right:40px!important}.v-application .pr-lg-11{padding-right:44px!important}.v-application .pr-lg-12{padding-right:48px!important}.v-application .pb-lg-0{padding-bottom:0!important}.v-application .pb-lg-1{padding-bottom:4px!important}.v-application .pb-lg-2{padding-bottom:8px!important}.v-application .pb-lg-3{padding-bottom:12px!important}.v-application .pb-lg-4{padding-bottom:16px!important}.v-application .pb-lg-5{padding-bottom:20px!important}.v-application .pb-lg-6{padding-bottom:24px!important}.v-application .pb-lg-7{padding-bottom:28px!important}.v-application .pb-lg-8{padding-bottom:32px!important}.v-application .pb-lg-9{padding-bottom:36px!important}.v-application .pb-lg-10{padding-bottom:40px!important}.v-application .pb-lg-11{padding-bottom:44px!important}.v-application .pb-lg-12{padding-bottom:48px!important}.v-application .pl-lg-0{padding-left:0!important}.v-application .pl-lg-1{padding-left:4px!important}.v-application .pl-lg-2{padding-left:8px!important}.v-application .pl-lg-3{padding-left:12px!important}.v-application .pl-lg-4{padding-left:16px!important}.v-application .pl-lg-5{padding-left:20px!important}.v-application .pl-lg-6{padding-left:24px!important}.v-application .pl-lg-7{padding-left:28px!important}.v-application .pl-lg-8{padding-left:32px!important}.v-application .pl-lg-9{padding-left:36px!important}.v-application .pl-lg-10{padding-left:40px!important}.v-application .pl-lg-11{padding-left:44px!important}.v-application .pl-lg-12{padding-left:48px!important}.v-application--is-ltr .ps-lg-0{padding-left:0!important}.v-application--is-rtl .ps-lg-0{padding-right:0!important}.v-application--is-ltr .ps-lg-1{padding-left:4px!important}.v-application--is-rtl .ps-lg-1{padding-right:4px!important}.v-application--is-ltr .ps-lg-2{padding-left:8px!important}.v-application--is-rtl .ps-lg-2{padding-right:8px!important}.v-application--is-ltr .ps-lg-3{padding-left:12px!important}.v-application--is-rtl .ps-lg-3{padding-right:12px!important}.v-application--is-ltr .ps-lg-4{padding-left:16px!important}.v-application--is-rtl .ps-lg-4{padding-right:16px!important}.v-application--is-ltr .ps-lg-5{padding-left:20px!important}.v-application--is-rtl .ps-lg-5{padding-right:20px!important}.v-application--is-ltr .ps-lg-6{padding-left:24px!important}.v-application--is-rtl .ps-lg-6{padding-right:24px!important}.v-application--is-ltr .ps-lg-7{padding-left:28px!important}.v-application--is-rtl .ps-lg-7{padding-right:28px!important}.v-application--is-ltr .ps-lg-8{padding-left:32px!important}.v-application--is-rtl .ps-lg-8{padding-right:32px!important}.v-application--is-ltr .ps-lg-9{padding-left:36px!important}.v-application--is-rtl .ps-lg-9{padding-right:36px!important}.v-application--is-ltr .ps-lg-10{padding-left:40px!important}.v-application--is-rtl .ps-lg-10{padding-right:40px!important}.v-application--is-ltr .ps-lg-11{padding-left:44px!important}.v-application--is-rtl .ps-lg-11{padding-right:44px!important}.v-application--is-ltr .ps-lg-12{padding-left:48px!important}.v-application--is-rtl .ps-lg-12{padding-right:48px!important}.v-application--is-ltr .pe-lg-0{padding-right:0!important}.v-application--is-rtl .pe-lg-0{padding-left:0!important}.v-application--is-ltr .pe-lg-1{padding-right:4px!important}.v-application--is-rtl .pe-lg-1{padding-left:4px!important}.v-application--is-ltr .pe-lg-2{padding-right:8px!important}.v-application--is-rtl .pe-lg-2{padding-left:8px!important}.v-application--is-ltr .pe-lg-3{padding-right:12px!important}.v-application--is-rtl .pe-lg-3{padding-left:12px!important}.v-application--is-ltr .pe-lg-4{padding-right:16px!important}.v-application--is-rtl .pe-lg-4{padding-left:16px!important}.v-application--is-ltr .pe-lg-5{padding-right:20px!important}.v-application--is-rtl .pe-lg-5{padding-left:20px!important}.v-application--is-ltr .pe-lg-6{padding-right:24px!important}.v-application--is-rtl .pe-lg-6{padding-left:24px!important}.v-application--is-ltr .pe-lg-7{padding-right:28px!important}.v-application--is-rtl .pe-lg-7{padding-left:28px!important}.v-application--is-ltr .pe-lg-8{padding-right:32px!important}.v-application--is-rtl .pe-lg-8{padding-left:32px!important}.v-application--is-ltr .pe-lg-9{padding-right:36px!important}.v-application--is-rtl .pe-lg-9{padding-left:36px!important}.v-application--is-ltr .pe-lg-10{padding-right:40px!important}.v-application--is-rtl .pe-lg-10{padding-left:40px!important}.v-application--is-ltr .pe-lg-11{padding-right:44px!important}.v-application--is-rtl .pe-lg-11{padding-left:44px!important}.v-application--is-ltr .pe-lg-12{padding-right:48px!important}.v-application--is-rtl .pe-lg-12{padding-left:48px!important}.v-application .text-lg-left{text-align:left!important}.v-application .text-lg-right{text-align:right!important}.v-application .text-lg-center{text-align:center!important}.v-application .text-lg-justify{text-align:justify!important}.v-application .text-lg-start{text-align:start!important}.v-application .text-lg-end{text-align:end!important}}@media (min-width:1904px){.v-application .d-xl-none{display:none!important}.v-application .d-xl-inline{display:inline!important}.v-application .d-xl-inline-block{display:inline-block!important}.v-application .d-xl-block{display:block!important}.v-application .d-xl-table{display:table!important}.v-application .d-xl-table-row{display:table-row!important}.v-application .d-xl-table-cell{display:table-cell!important}.v-application .d-xl-flex{display:flex!important}.v-application .d-xl-inline-flex{display:inline-flex!important}.v-application .float-xl-none{float:none!important}.v-application .float-xl-left{float:left!important}.v-application .float-xl-right{float:right!important}.v-application .flex-xl-fill{flex:1 1 auto!important}.v-application .flex-xl-row{flex-direction:row!important}.v-application .flex-xl-column{flex-direction:column!important}.v-application .flex-xl-row-reverse{flex-direction:row-reverse!important}.v-application .flex-xl-column-reverse{flex-direction:column-reverse!important}.v-application .flex-xl-grow-0{flex-grow:0!important}.v-application .flex-xl-grow-1{flex-grow:1!important}.v-application .flex-xl-shrink-0{flex-shrink:0!important}.v-application .flex-xl-shrink-1{flex-shrink:1!important}.v-application .flex-xl-wrap{flex-wrap:wrap!important}.v-application .flex-xl-nowrap{flex-wrap:nowrap!important}.v-application .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.v-application .justify-xl-start{justify-content:flex-start!important}.v-application .justify-xl-end{justify-content:flex-end!important}.v-application .justify-xl-center{justify-content:center!important}.v-application .justify-xl-space-between{justify-content:space-between!important}.v-application .justify-xl-space-around{justify-content:space-around!important}.v-application .align-xl-start{align-items:flex-start!important}.v-application .align-xl-end{align-items:flex-end!important}.v-application .align-xl-center{align-items:center!important}.v-application .align-xl-baseline{align-items:baseline!important}.v-application .align-xl-stretch{align-items:stretch!important}.v-application .align-content-xl-start{align-content:flex-start!important}.v-application .align-content-xl-end{align-content:flex-end!important}.v-application .align-content-xl-center{align-content:center!important}.v-application .align-content-xl-space-between{align-content:space-between!important}.v-application .align-content-xl-space-around{align-content:space-around!important}.v-application .align-content-xl-stretch{align-content:stretch!important}.v-application .align-self-xl-auto{align-self:auto!important}.v-application .align-self-xl-start{align-self:flex-start!important}.v-application .align-self-xl-end{align-self:flex-end!important}.v-application .align-self-xl-center{align-self:center!important}.v-application .align-self-xl-baseline{align-self:baseline!important}.v-application .align-self-xl-stretch{align-self:stretch!important}.v-application .order-xl-first{order:-1!important}.v-application .order-xl-0{order:0!important}.v-application .order-xl-1{order:1!important}.v-application .order-xl-2{order:2!important}.v-application .order-xl-3{order:3!important}.v-application .order-xl-4{order:4!important}.v-application .order-xl-5{order:5!important}.v-application .order-xl-6{order:6!important}.v-application .order-xl-7{order:7!important}.v-application .order-xl-8{order:8!important}.v-application .order-xl-9{order:9!important}.v-application .order-xl-10{order:10!important}.v-application .order-xl-11{order:11!important}.v-application .order-xl-12{order:12!important}.v-application .order-xl-last{order:13!important}.v-application .ma-xl-0{margin:0!important}.v-application .ma-xl-1{margin:4px!important}.v-application .ma-xl-2{margin:8px!important}.v-application .ma-xl-3{margin:12px!important}.v-application .ma-xl-4{margin:16px!important}.v-application .ma-xl-5{margin:20px!important}.v-application .ma-xl-6{margin:24px!important}.v-application .ma-xl-7{margin:28px!important}.v-application .ma-xl-8{margin:32px!important}.v-application .ma-xl-9{margin:36px!important}.v-application .ma-xl-10{margin:40px!important}.v-application .ma-xl-11{margin:44px!important}.v-application .ma-xl-12{margin:48px!important}.v-application .ma-xl-auto{margin:auto!important}.v-application .mx-xl-0{margin-right:0!important;margin-left:0!important}.v-application .mx-xl-1{margin-right:4px!important;margin-left:4px!important}.v-application .mx-xl-2{margin-right:8px!important;margin-left:8px!important}.v-application .mx-xl-3{margin-right:12px!important;margin-left:12px!important}.v-application .mx-xl-4{margin-right:16px!important;margin-left:16px!important}.v-application .mx-xl-5{margin-right:20px!important;margin-left:20px!important}.v-application .mx-xl-6{margin-right:24px!important;margin-left:24px!important}.v-application .mx-xl-7{margin-right:28px!important;margin-left:28px!important}.v-application .mx-xl-8{margin-right:32px!important;margin-left:32px!important}.v-application .mx-xl-9{margin-right:36px!important;margin-left:36px!important}.v-application .mx-xl-10{margin-right:40px!important;margin-left:40px!important}.v-application .mx-xl-11{margin-right:44px!important;margin-left:44px!important}.v-application .mx-xl-12{margin-right:48px!important;margin-left:48px!important}.v-application .mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.v-application .my-xl-0{margin-top:0!important;margin-bottom:0!important}.v-application .my-xl-1{margin-top:4px!important;margin-bottom:4px!important}.v-application .my-xl-2{margin-top:8px!important;margin-bottom:8px!important}.v-application .my-xl-3{margin-top:12px!important;margin-bottom:12px!important}.v-application .my-xl-4{margin-top:16px!important;margin-bottom:16px!important}.v-application .my-xl-5{margin-top:20px!important;margin-bottom:20px!important}.v-application .my-xl-6{margin-top:24px!important;margin-bottom:24px!important}.v-application .my-xl-7{margin-top:28px!important;margin-bottom:28px!important}.v-application .my-xl-8{margin-top:32px!important;margin-bottom:32px!important}.v-application .my-xl-9{margin-top:36px!important;margin-bottom:36px!important}.v-application .my-xl-10{margin-top:40px!important;margin-bottom:40px!important}.v-application .my-xl-11{margin-top:44px!important;margin-bottom:44px!important}.v-application .my-xl-12{margin-top:48px!important;margin-bottom:48px!important}.v-application .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.v-application .mt-xl-0{margin-top:0!important}.v-application .mt-xl-1{margin-top:4px!important}.v-application .mt-xl-2{margin-top:8px!important}.v-application .mt-xl-3{margin-top:12px!important}.v-application .mt-xl-4{margin-top:16px!important}.v-application .mt-xl-5{margin-top:20px!important}.v-application .mt-xl-6{margin-top:24px!important}.v-application .mt-xl-7{margin-top:28px!important}.v-application .mt-xl-8{margin-top:32px!important}.v-application .mt-xl-9{margin-top:36px!important}.v-application .mt-xl-10{margin-top:40px!important}.v-application .mt-xl-11{margin-top:44px!important}.v-application .mt-xl-12{margin-top:48px!important}.v-application .mt-xl-auto{margin-top:auto!important}.v-application .mr-xl-0{margin-right:0!important}.v-application .mr-xl-1{margin-right:4px!important}.v-application .mr-xl-2{margin-right:8px!important}.v-application .mr-xl-3{margin-right:12px!important}.v-application .mr-xl-4{margin-right:16px!important}.v-application .mr-xl-5{margin-right:20px!important}.v-application .mr-xl-6{margin-right:24px!important}.v-application .mr-xl-7{margin-right:28px!important}.v-application .mr-xl-8{margin-right:32px!important}.v-application .mr-xl-9{margin-right:36px!important}.v-application .mr-xl-10{margin-right:40px!important}.v-application .mr-xl-11{margin-right:44px!important}.v-application .mr-xl-12{margin-right:48px!important}.v-application .mr-xl-auto{margin-right:auto!important}.v-application .mb-xl-0{margin-bottom:0!important}.v-application .mb-xl-1{margin-bottom:4px!important}.v-application .mb-xl-2{margin-bottom:8px!important}.v-application .mb-xl-3{margin-bottom:12px!important}.v-application .mb-xl-4{margin-bottom:16px!important}.v-application .mb-xl-5{margin-bottom:20px!important}.v-application .mb-xl-6{margin-bottom:24px!important}.v-application .mb-xl-7{margin-bottom:28px!important}.v-application .mb-xl-8{margin-bottom:32px!important}.v-application .mb-xl-9{margin-bottom:36px!important}.v-application .mb-xl-10{margin-bottom:40px!important}.v-application .mb-xl-11{margin-bottom:44px!important}.v-application .mb-xl-12{margin-bottom:48px!important}.v-application .mb-xl-auto{margin-bottom:auto!important}.v-application .ml-xl-0{margin-left:0!important}.v-application .ml-xl-1{margin-left:4px!important}.v-application .ml-xl-2{margin-left:8px!important}.v-application .ml-xl-3{margin-left:12px!important}.v-application .ml-xl-4{margin-left:16px!important}.v-application .ml-xl-5{margin-left:20px!important}.v-application .ml-xl-6{margin-left:24px!important}.v-application .ml-xl-7{margin-left:28px!important}.v-application .ml-xl-8{margin-left:32px!important}.v-application .ml-xl-9{margin-left:36px!important}.v-application .ml-xl-10{margin-left:40px!important}.v-application .ml-xl-11{margin-left:44px!important}.v-application .ml-xl-12{margin-left:48px!important}.v-application .ml-xl-auto{margin-left:auto!important}.v-application--is-ltr .ms-xl-0{margin-left:0!important}.v-application--is-rtl .ms-xl-0{margin-right:0!important}.v-application--is-ltr .ms-xl-1{margin-left:4px!important}.v-application--is-rtl .ms-xl-1{margin-right:4px!important}.v-application--is-ltr .ms-xl-2{margin-left:8px!important}.v-application--is-rtl .ms-xl-2{margin-right:8px!important}.v-application--is-ltr .ms-xl-3{margin-left:12px!important}.v-application--is-rtl .ms-xl-3{margin-right:12px!important}.v-application--is-ltr .ms-xl-4{margin-left:16px!important}.v-application--is-rtl .ms-xl-4{margin-right:16px!important}.v-application--is-ltr .ms-xl-5{margin-left:20px!important}.v-application--is-rtl .ms-xl-5{margin-right:20px!important}.v-application--is-ltr .ms-xl-6{margin-left:24px!important}.v-application--is-rtl .ms-xl-6{margin-right:24px!important}.v-application--is-ltr .ms-xl-7{margin-left:28px!important}.v-application--is-rtl .ms-xl-7{margin-right:28px!important}.v-application--is-ltr .ms-xl-8{margin-left:32px!important}.v-application--is-rtl .ms-xl-8{margin-right:32px!important}.v-application--is-ltr .ms-xl-9{margin-left:36px!important}.v-application--is-rtl .ms-xl-9{margin-right:36px!important}.v-application--is-ltr .ms-xl-10{margin-left:40px!important}.v-application--is-rtl .ms-xl-10{margin-right:40px!important}.v-application--is-ltr .ms-xl-11{margin-left:44px!important}.v-application--is-rtl .ms-xl-11{margin-right:44px!important}.v-application--is-ltr .ms-xl-12{margin-left:48px!important}.v-application--is-rtl .ms-xl-12{margin-right:48px!important}.v-application--is-ltr .ms-xl-auto{margin-left:auto!important}.v-application--is-rtl .ms-xl-auto{margin-right:auto!important}.v-application--is-ltr .me-xl-0{margin-right:0!important}.v-application--is-rtl .me-xl-0{margin-left:0!important}.v-application--is-ltr .me-xl-1{margin-right:4px!important}.v-application--is-rtl .me-xl-1{margin-left:4px!important}.v-application--is-ltr .me-xl-2{margin-right:8px!important}.v-application--is-rtl .me-xl-2{margin-left:8px!important}.v-application--is-ltr .me-xl-3{margin-right:12px!important}.v-application--is-rtl .me-xl-3{margin-left:12px!important}.v-application--is-ltr .me-xl-4{margin-right:16px!important}.v-application--is-rtl .me-xl-4{margin-left:16px!important}.v-application--is-ltr .me-xl-5{margin-right:20px!important}.v-application--is-rtl .me-xl-5{margin-left:20px!important}.v-application--is-ltr .me-xl-6{margin-right:24px!important}.v-application--is-rtl .me-xl-6{margin-left:24px!important}.v-application--is-ltr .me-xl-7{margin-right:28px!important}.v-application--is-rtl .me-xl-7{margin-left:28px!important}.v-application--is-ltr .me-xl-8{margin-right:32px!important}.v-application--is-rtl .me-xl-8{margin-left:32px!important}.v-application--is-ltr .me-xl-9{margin-right:36px!important}.v-application--is-rtl .me-xl-9{margin-left:36px!important}.v-application--is-ltr .me-xl-10{margin-right:40px!important}.v-application--is-rtl .me-xl-10{margin-left:40px!important}.v-application--is-ltr .me-xl-11{margin-right:44px!important}.v-application--is-rtl .me-xl-11{margin-left:44px!important}.v-application--is-ltr .me-xl-12{margin-right:48px!important}.v-application--is-rtl .me-xl-12{margin-left:48px!important}.v-application--is-ltr .me-xl-auto{margin-right:auto!important}.v-application--is-rtl .me-xl-auto{margin-left:auto!important}.v-application .ma-xl-n1{margin:-4px!important}.v-application .ma-xl-n2{margin:-8px!important}.v-application .ma-xl-n3{margin:-12px!important}.v-application .ma-xl-n4{margin:-16px!important}.v-application .ma-xl-n5{margin:-20px!important}.v-application .ma-xl-n6{margin:-24px!important}.v-application .ma-xl-n7{margin:-28px!important}.v-application .ma-xl-n8{margin:-32px!important}.v-application .ma-xl-n9{margin:-36px!important}.v-application .ma-xl-n10{margin:-40px!important}.v-application .ma-xl-n11{margin:-44px!important}.v-application .ma-xl-n12{margin:-48px!important}.v-application .mx-xl-n1{margin-right:-4px!important;margin-left:-4px!important}.v-application .mx-xl-n2{margin-right:-8px!important;margin-left:-8px!important}.v-application .mx-xl-n3{margin-right:-12px!important;margin-left:-12px!important}.v-application .mx-xl-n4{margin-right:-16px!important;margin-left:-16px!important}.v-application .mx-xl-n5{margin-right:-20px!important;margin-left:-20px!important}.v-application .mx-xl-n6{margin-right:-24px!important;margin-left:-24px!important}.v-application .mx-xl-n7{margin-right:-28px!important;margin-left:-28px!important}.v-application .mx-xl-n8{margin-right:-32px!important;margin-left:-32px!important}.v-application .mx-xl-n9{margin-right:-36px!important;margin-left:-36px!important}.v-application .mx-xl-n10{margin-right:-40px!important;margin-left:-40px!important}.v-application .mx-xl-n11{margin-right:-44px!important;margin-left:-44px!important}.v-application .mx-xl-n12{margin-right:-48px!important;margin-left:-48px!important}.v-application .my-xl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.v-application .my-xl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.v-application .my-xl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.v-application .my-xl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.v-application .my-xl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.v-application .my-xl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.v-application .my-xl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.v-application .my-xl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.v-application .my-xl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.v-application .my-xl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.v-application .my-xl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.v-application .my-xl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.v-application .mt-xl-n1{margin-top:-4px!important}.v-application .mt-xl-n2{margin-top:-8px!important}.v-application .mt-xl-n3{margin-top:-12px!important}.v-application .mt-xl-n4{margin-top:-16px!important}.v-application .mt-xl-n5{margin-top:-20px!important}.v-application .mt-xl-n6{margin-top:-24px!important}.v-application .mt-xl-n7{margin-top:-28px!important}.v-application .mt-xl-n8{margin-top:-32px!important}.v-application .mt-xl-n9{margin-top:-36px!important}.v-application .mt-xl-n10{margin-top:-40px!important}.v-application .mt-xl-n11{margin-top:-44px!important}.v-application .mt-xl-n12{margin-top:-48px!important}.v-application .mr-xl-n1{margin-right:-4px!important}.v-application .mr-xl-n2{margin-right:-8px!important}.v-application .mr-xl-n3{margin-right:-12px!important}.v-application .mr-xl-n4{margin-right:-16px!important}.v-application .mr-xl-n5{margin-right:-20px!important}.v-application .mr-xl-n6{margin-right:-24px!important}.v-application .mr-xl-n7{margin-right:-28px!important}.v-application .mr-xl-n8{margin-right:-32px!important}.v-application .mr-xl-n9{margin-right:-36px!important}.v-application .mr-xl-n10{margin-right:-40px!important}.v-application .mr-xl-n11{margin-right:-44px!important}.v-application .mr-xl-n12{margin-right:-48px!important}.v-application .mb-xl-n1{margin-bottom:-4px!important}.v-application .mb-xl-n2{margin-bottom:-8px!important}.v-application .mb-xl-n3{margin-bottom:-12px!important}.v-application .mb-xl-n4{margin-bottom:-16px!important}.v-application .mb-xl-n5{margin-bottom:-20px!important}.v-application .mb-xl-n6{margin-bottom:-24px!important}.v-application .mb-xl-n7{margin-bottom:-28px!important}.v-application .mb-xl-n8{margin-bottom:-32px!important}.v-application .mb-xl-n9{margin-bottom:-36px!important}.v-application .mb-xl-n10{margin-bottom:-40px!important}.v-application .mb-xl-n11{margin-bottom:-44px!important}.v-application .mb-xl-n12{margin-bottom:-48px!important}.v-application .ml-xl-n1{margin-left:-4px!important}.v-application .ml-xl-n2{margin-left:-8px!important}.v-application .ml-xl-n3{margin-left:-12px!important}.v-application .ml-xl-n4{margin-left:-16px!important}.v-application .ml-xl-n5{margin-left:-20px!important}.v-application .ml-xl-n6{margin-left:-24px!important}.v-application .ml-xl-n7{margin-left:-28px!important}.v-application .ml-xl-n8{margin-left:-32px!important}.v-application .ml-xl-n9{margin-left:-36px!important}.v-application .ml-xl-n10{margin-left:-40px!important}.v-application .ml-xl-n11{margin-left:-44px!important}.v-application .ml-xl-n12{margin-left:-48px!important}.v-application--is-ltr .ms-xl-n1{margin-left:-4px!important}.v-application--is-rtl .ms-xl-n1{margin-right:-4px!important}.v-application--is-ltr .ms-xl-n2{margin-left:-8px!important}.v-application--is-rtl .ms-xl-n2{margin-right:-8px!important}.v-application--is-ltr .ms-xl-n3{margin-left:-12px!important}.v-application--is-rtl .ms-xl-n3{margin-right:-12px!important}.v-application--is-ltr .ms-xl-n4{margin-left:-16px!important}.v-application--is-rtl .ms-xl-n4{margin-right:-16px!important}.v-application--is-ltr .ms-xl-n5{margin-left:-20px!important}.v-application--is-rtl .ms-xl-n5{margin-right:-20px!important}.v-application--is-ltr .ms-xl-n6{margin-left:-24px!important}.v-application--is-rtl .ms-xl-n6{margin-right:-24px!important}.v-application--is-ltr .ms-xl-n7{margin-left:-28px!important}.v-application--is-rtl .ms-xl-n7{margin-right:-28px!important}.v-application--is-ltr .ms-xl-n8{margin-left:-32px!important}.v-application--is-rtl .ms-xl-n8{margin-right:-32px!important}.v-application--is-ltr .ms-xl-n9{margin-left:-36px!important}.v-application--is-rtl .ms-xl-n9{margin-right:-36px!important}.v-application--is-ltr .ms-xl-n10{margin-left:-40px!important}.v-application--is-rtl .ms-xl-n10{margin-right:-40px!important}.v-application--is-ltr .ms-xl-n11{margin-left:-44px!important}.v-application--is-rtl .ms-xl-n11{margin-right:-44px!important}.v-application--is-ltr .ms-xl-n12{margin-left:-48px!important}.v-application--is-rtl .ms-xl-n12{margin-right:-48px!important}.v-application--is-ltr .me-xl-n1{margin-right:-4px!important}.v-application--is-rtl .me-xl-n1{margin-left:-4px!important}.v-application--is-ltr .me-xl-n2{margin-right:-8px!important}.v-application--is-rtl .me-xl-n2{margin-left:-8px!important}.v-application--is-ltr .me-xl-n3{margin-right:-12px!important}.v-application--is-rtl .me-xl-n3{margin-left:-12px!important}.v-application--is-ltr .me-xl-n4{margin-right:-16px!important}.v-application--is-rtl .me-xl-n4{margin-left:-16px!important}.v-application--is-ltr .me-xl-n5{margin-right:-20px!important}.v-application--is-rtl .me-xl-n5{margin-left:-20px!important}.v-application--is-ltr .me-xl-n6{margin-right:-24px!important}.v-application--is-rtl .me-xl-n6{margin-left:-24px!important}.v-application--is-ltr .me-xl-n7{margin-right:-28px!important}.v-application--is-rtl .me-xl-n7{margin-left:-28px!important}.v-application--is-ltr .me-xl-n8{margin-right:-32px!important}.v-application--is-rtl .me-xl-n8{margin-left:-32px!important}.v-application--is-ltr .me-xl-n9{margin-right:-36px!important}.v-application--is-rtl .me-xl-n9{margin-left:-36px!important}.v-application--is-ltr .me-xl-n10{margin-right:-40px!important}.v-application--is-rtl .me-xl-n10{margin-left:-40px!important}.v-application--is-ltr .me-xl-n11{margin-right:-44px!important}.v-application--is-rtl .me-xl-n11{margin-left:-44px!important}.v-application--is-ltr .me-xl-n12{margin-right:-48px!important}.v-application--is-rtl .me-xl-n12{margin-left:-48px!important}.v-application .pa-xl-0{padding:0!important}.v-application .pa-xl-1{padding:4px!important}.v-application .pa-xl-2{padding:8px!important}.v-application .pa-xl-3{padding:12px!important}.v-application .pa-xl-4{padding:16px!important}.v-application .pa-xl-5{padding:20px!important}.v-application .pa-xl-6{padding:24px!important}.v-application .pa-xl-7{padding:28px!important}.v-application .pa-xl-8{padding:32px!important}.v-application .pa-xl-9{padding:36px!important}.v-application .pa-xl-10{padding:40px!important}.v-application .pa-xl-11{padding:44px!important}.v-application .pa-xl-12{padding:48px!important}.v-application .px-xl-0{padding-right:0!important;padding-left:0!important}.v-application .px-xl-1{padding-right:4px!important;padding-left:4px!important}.v-application .px-xl-2{padding-right:8px!important;padding-left:8px!important}.v-application .px-xl-3{padding-right:12px!important;padding-left:12px!important}.v-application .px-xl-4{padding-right:16px!important;padding-left:16px!important}.v-application .px-xl-5{padding-right:20px!important;padding-left:20px!important}.v-application .px-xl-6{padding-right:24px!important;padding-left:24px!important}.v-application .px-xl-7{padding-right:28px!important;padding-left:28px!important}.v-application .px-xl-8{padding-right:32px!important;padding-left:32px!important}.v-application .px-xl-9{padding-right:36px!important;padding-left:36px!important}.v-application .px-xl-10{padding-right:40px!important;padding-left:40px!important}.v-application .px-xl-11{padding-right:44px!important;padding-left:44px!important}.v-application .px-xl-12{padding-right:48px!important;padding-left:48px!important}.v-application .py-xl-0{padding-top:0!important;padding-bottom:0!important}.v-application .py-xl-1{padding-top:4px!important;padding-bottom:4px!important}.v-application .py-xl-2{padding-top:8px!important;padding-bottom:8px!important}.v-application .py-xl-3{padding-top:12px!important;padding-bottom:12px!important}.v-application .py-xl-4{padding-top:16px!important;padding-bottom:16px!important}.v-application .py-xl-5{padding-top:20px!important;padding-bottom:20px!important}.v-application .py-xl-6{padding-top:24px!important;padding-bottom:24px!important}.v-application .py-xl-7{padding-top:28px!important;padding-bottom:28px!important}.v-application .py-xl-8{padding-top:32px!important;padding-bottom:32px!important}.v-application .py-xl-9{padding-top:36px!important;padding-bottom:36px!important}.v-application .py-xl-10{padding-top:40px!important;padding-bottom:40px!important}.v-application .py-xl-11{padding-top:44px!important;padding-bottom:44px!important}.v-application .py-xl-12{padding-top:48px!important;padding-bottom:48px!important}.v-application .pt-xl-0{padding-top:0!important}.v-application .pt-xl-1{padding-top:4px!important}.v-application .pt-xl-2{padding-top:8px!important}.v-application .pt-xl-3{padding-top:12px!important}.v-application .pt-xl-4{padding-top:16px!important}.v-application .pt-xl-5{padding-top:20px!important}.v-application .pt-xl-6{padding-top:24px!important}.v-application .pt-xl-7{padding-top:28px!important}.v-application .pt-xl-8{padding-top:32px!important}.v-application .pt-xl-9{padding-top:36px!important}.v-application .pt-xl-10{padding-top:40px!important}.v-application .pt-xl-11{padding-top:44px!important}.v-application .pt-xl-12{padding-top:48px!important}.v-application .pr-xl-0{padding-right:0!important}.v-application .pr-xl-1{padding-right:4px!important}.v-application .pr-xl-2{padding-right:8px!important}.v-application .pr-xl-3{padding-right:12px!important}.v-application .pr-xl-4{padding-right:16px!important}.v-application .pr-xl-5{padding-right:20px!important}.v-application .pr-xl-6{padding-right:24px!important}.v-application .pr-xl-7{padding-right:28px!important}.v-application .pr-xl-8{padding-right:32px!important}.v-application .pr-xl-9{padding-right:36px!important}.v-application .pr-xl-10{padding-right:40px!important}.v-application .pr-xl-11{padding-right:44px!important}.v-application .pr-xl-12{padding-right:48px!important}.v-application .pb-xl-0{padding-bottom:0!important}.v-application .pb-xl-1{padding-bottom:4px!important}.v-application .pb-xl-2{padding-bottom:8px!important}.v-application .pb-xl-3{padding-bottom:12px!important}.v-application .pb-xl-4{padding-bottom:16px!important}.v-application .pb-xl-5{padding-bottom:20px!important}.v-application .pb-xl-6{padding-bottom:24px!important}.v-application .pb-xl-7{padding-bottom:28px!important}.v-application .pb-xl-8{padding-bottom:32px!important}.v-application .pb-xl-9{padding-bottom:36px!important}.v-application .pb-xl-10{padding-bottom:40px!important}.v-application .pb-xl-11{padding-bottom:44px!important}.v-application .pb-xl-12{padding-bottom:48px!important}.v-application .pl-xl-0{padding-left:0!important}.v-application .pl-xl-1{padding-left:4px!important}.v-application .pl-xl-2{padding-left:8px!important}.v-application .pl-xl-3{padding-left:12px!important}.v-application .pl-xl-4{padding-left:16px!important}.v-application .pl-xl-5{padding-left:20px!important}.v-application .pl-xl-6{padding-left:24px!important}.v-application .pl-xl-7{padding-left:28px!important}.v-application .pl-xl-8{padding-left:32px!important}.v-application .pl-xl-9{padding-left:36px!important}.v-application .pl-xl-10{padding-left:40px!important}.v-application .pl-xl-11{padding-left:44px!important}.v-application .pl-xl-12{padding-left:48px!important}.v-application--is-ltr .ps-xl-0{padding-left:0!important}.v-application--is-rtl .ps-xl-0{padding-right:0!important}.v-application--is-ltr .ps-xl-1{padding-left:4px!important}.v-application--is-rtl .ps-xl-1{padding-right:4px!important}.v-application--is-ltr .ps-xl-2{padding-left:8px!important}.v-application--is-rtl .ps-xl-2{padding-right:8px!important}.v-application--is-ltr .ps-xl-3{padding-left:12px!important}.v-application--is-rtl .ps-xl-3{padding-right:12px!important}.v-application--is-ltr .ps-xl-4{padding-left:16px!important}.v-application--is-rtl .ps-xl-4{padding-right:16px!important}.v-application--is-ltr .ps-xl-5{padding-left:20px!important}.v-application--is-rtl .ps-xl-5{padding-right:20px!important}.v-application--is-ltr .ps-xl-6{padding-left:24px!important}.v-application--is-rtl .ps-xl-6{padding-right:24px!important}.v-application--is-ltr .ps-xl-7{padding-left:28px!important}.v-application--is-rtl .ps-xl-7{padding-right:28px!important}.v-application--is-ltr .ps-xl-8{padding-left:32px!important}.v-application--is-rtl .ps-xl-8{padding-right:32px!important}.v-application--is-ltr .ps-xl-9{padding-left:36px!important}.v-application--is-rtl .ps-xl-9{padding-right:36px!important}.v-application--is-ltr .ps-xl-10{padding-left:40px!important}.v-application--is-rtl .ps-xl-10{padding-right:40px!important}.v-application--is-ltr .ps-xl-11{padding-left:44px!important}.v-application--is-rtl .ps-xl-11{padding-right:44px!important}.v-application--is-ltr .ps-xl-12{padding-left:48px!important}.v-application--is-rtl .ps-xl-12{padding-right:48px!important}.v-application--is-ltr .pe-xl-0{padding-right:0!important}.v-application--is-rtl .pe-xl-0{padding-left:0!important}.v-application--is-ltr .pe-xl-1{padding-right:4px!important}.v-application--is-rtl .pe-xl-1{padding-left:4px!important}.v-application--is-ltr .pe-xl-2{padding-right:8px!important}.v-application--is-rtl .pe-xl-2{padding-left:8px!important}.v-application--is-ltr .pe-xl-3{padding-right:12px!important}.v-application--is-rtl .pe-xl-3{padding-left:12px!important}.v-application--is-ltr .pe-xl-4{padding-right:16px!important}.v-application--is-rtl .pe-xl-4{padding-left:16px!important}.v-application--is-ltr .pe-xl-5{padding-right:20px!important}.v-application--is-rtl .pe-xl-5{padding-left:20px!important}.v-application--is-ltr .pe-xl-6{padding-right:24px!important}.v-application--is-rtl .pe-xl-6{padding-left:24px!important}.v-application--is-ltr .pe-xl-7{padding-right:28px!important}.v-application--is-rtl .pe-xl-7{padding-left:28px!important}.v-application--is-ltr .pe-xl-8{padding-right:32px!important}.v-application--is-rtl .pe-xl-8{padding-left:32px!important}.v-application--is-ltr .pe-xl-9{padding-right:36px!important}.v-application--is-rtl .pe-xl-9{padding-left:36px!important}.v-application--is-ltr .pe-xl-10{padding-right:40px!important}.v-application--is-rtl .pe-xl-10{padding-left:40px!important}.v-application--is-ltr .pe-xl-11{padding-right:44px!important}.v-application--is-rtl .pe-xl-11{padding-left:44px!important}.v-application--is-ltr .pe-xl-12{padding-right:48px!important}.v-application--is-rtl .pe-xl-12{padding-left:48px!important}.v-application .text-xl-left{text-align:left!important}.v-application .text-xl-right{text-align:right!important}.v-application .text-xl-center{text-align:center!important}.v-application .text-xl-justify{text-align:justify!important}.v-application .text-xl-start{text-align:start!important}.v-application .text-xl-end{text-align:end!important}}@media print{.v-application .d-print-none{display:none!important}.v-application .d-print-inline{display:inline!important}.v-application .d-print-inline-block{display:inline-block!important}.v-application .d-print-block{display:block!important}.v-application .d-print-table{display:table!important}.v-application .d-print-table-row{display:table-row!important}.v-application .d-print-table-cell{display:table-cell!important}.v-application .d-print-flex{display:flex!important}.v-application .d-print-inline-flex{display:inline-flex!important}.v-application .float-print-none{float:none!important}.v-application .float-print-left{float:left!important}.v-application .float-print-right{float:right!important}}.theme--light.v-application{background:#fff;color:rgba(0,0,0,.87)}.theme--light.v-application .text--primary{color:rgba(0,0,0,.87)!important}.theme--light.v-application .text--secondary{color:rgba(0,0,0,.6)!important}.theme--light.v-application .text--disabled{color:rgba(0,0,0,.38)!important}.theme--dark.v-application{background:#121212;color:#fff}.theme--dark.v-application .text--primary{color:#fff!important}.theme--dark.v-application .text--secondary{color:hsla(0,0%,100%,.7)!important}.theme--dark.v-application .text--disabled{color:hsla(0,0%,100%,.5)!important}.v-application{display:flex}.v-application a{cursor:pointer}.v-application--is-rtl{direction:rtl}.v-application--wrap{flex:1 1 auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;flex-direction:column;min-height:100vh;max-width:100%;position:relative}@-moz-document url-prefix(){@media print{.v-application,.v-application--wrap{display:block}}}.theme--light.v-app-bar.v-toolbar.v-sheet{background-color:#f5f5f5}.theme--dark.v-app-bar.v-toolbar.v-sheet{background-color:#272727}.v-app-bar:not([data-booted=true]){transition:none!important}.v-app-bar.v-app-bar--fixed{position:fixed;top:0;z-index:5}.v-app-bar.v-app-bar--hide-shadow{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-app-bar--fade-img-on-scroll .v-toolbar__image .v-image__image{transition:opacity .4s cubic-bezier(.4,0,.2,1)}.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll .v-toolbar__content{will-change:height}.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll .v-toolbar__image{will-change:opacity}.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--collapse-on-scroll .v-toolbar__extension{display:none}.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--is-scrolled .v-toolbar__title{padding-top:9px}.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--is-scrolled:not(.v-app-bar--bottom) .v-toolbar__title{padding-bottom:9px}.v-app-bar.v-app-bar--shrink-on-scroll .v-toolbar__title{font-size:inherit}.theme--light.v-toolbar.v-sheet{background-color:#fff}.theme--dark.v-toolbar.v-sheet{background-color:#272727}.v-toolbar{contain:layout;display:block;flex:1 1 auto;max-width:100%;transition:transform .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),left .2s cubic-bezier(.4,0,.2,1),right .2s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),max-width .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-toolbar .v-input{padding-top:0;margin-top:0}.v-toolbar__content,.v-toolbar__extension{padding:4px 16px}.v-toolbar__content .v-btn.v-btn--icon.v-size--default,.v-toolbar__extension .v-btn.v-btn--icon.v-size--default{height:48px;width:48px}.v-application--is-ltr .v-toolbar__content>.v-btn.v-btn--icon:first-child,.v-application--is-ltr .v-toolbar__extension>.v-btn.v-btn--icon:first-child{margin-left:-12px}.v-application--is-rtl .v-toolbar__content>.v-btn.v-btn--icon:first-child,.v-application--is-rtl .v-toolbar__extension>.v-btn.v-btn--icon:first-child{margin-right:-12px}.v-application--is-ltr .v-toolbar__content>.v-btn.v-btn--icon:first-child+.v-toolbar__title,.v-application--is-ltr .v-toolbar__extension>.v-btn.v-btn--icon:first-child+.v-toolbar__title{padding-left:20px}.v-application--is-rtl .v-toolbar__content>.v-btn.v-btn--icon:first-child+.v-toolbar__title,.v-application--is-rtl .v-toolbar__extension>.v-btn.v-btn--icon:first-child+.v-toolbar__title{padding-right:20px}.v-application--is-ltr .v-toolbar__content>.v-btn.v-btn--icon:last-child,.v-application--is-ltr .v-toolbar__extension>.v-btn.v-btn--icon:last-child{margin-right:-12px}.v-application--is-rtl .v-toolbar__content>.v-btn.v-btn--icon:last-child,.v-application--is-rtl .v-toolbar__extension>.v-btn.v-btn--icon:last-child{margin-left:-12px}.v-toolbar__content>.v-tabs,.v-toolbar__extension>.v-tabs{height:inherit;margin-top:-4px;margin-bottom:-4px}.v-toolbar__content>.v-tabs>.v-slide-group.v-tabs-bar,.v-toolbar__extension>.v-tabs>.v-slide-group.v-tabs-bar{background-color:inherit;height:inherit}.v-toolbar__content>.v-tabs:first-child,.v-toolbar__extension>.v-tabs:first-child{margin-left:-16px}.v-toolbar__content>.v-tabs:last-child,.v-toolbar__extension>.v-tabs:last-child{margin-right:-16px}.v-toolbar__content,.v-toolbar__extension{align-items:center;display:flex;position:relative;z-index:0}.v-toolbar__image{position:absolute;top:0;bottom:0;width:100%;z-index:0;contain:strict}.v-toolbar__image,.v-toolbar__image .v-image{border-radius:inherit}.v-toolbar__items{display:flex;height:inherit}.v-toolbar__items>.v-btn{border-radius:0;height:100%!important;max-height:none}.v-toolbar__title{font-size:1.25rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-toolbar.v-toolbar--absolute{position:absolute;top:0;z-index:1}.v-toolbar.v-toolbar--bottom{top:auto;bottom:0}.v-toolbar.v-toolbar--collapse .v-toolbar__title{white-space:nowrap}.v-toolbar.v-toolbar--collapsed{max-width:112px;overflow:hidden}.v-application--is-ltr .v-toolbar.v-toolbar--collapsed{border-bottom-right-radius:24px}.v-application--is-rtl .v-toolbar.v-toolbar--collapsed{border-bottom-left-radius:24px}.v-toolbar.v-toolbar--collapsed .v-toolbar__extension,.v-toolbar.v-toolbar--collapsed .v-toolbar__title{display:none}.v-toolbar--dense .v-toolbar__content,.v-toolbar--dense .v-toolbar__extension{padding-top:0;padding-bottom:0}.v-toolbar--flat{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-toolbar--floating{display:inline-flex}.v-toolbar--prominent .v-toolbar__content{align-items:flex-start}.v-toolbar--prominent .v-toolbar__title{font-size:1.5rem;padding-top:6px}.v-toolbar--prominent:not(.v-toolbar--bottom) .v-toolbar__title{align-self:flex-end;padding-bottom:6px;padding-top:0}.theme--light.v-sheet{background-color:#fff;border-color:#fff;color:rgba(0,0,0,.87)}.theme--dark.v-sheet{background-color:#1e1e1e;border-color:#1e1e1e;color:#fff}.v-sheet{border-radius:4px}.v-sheet--tile{border-radius:0}.v-image{z-index:0}.v-image__image,.v-image__placeholder{z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%}.v-image__image{background-repeat:no-repeat}.v-image__image--preload{-webkit-filter:blur(2px);filter:blur(2px)}.v-image__image--contain{background-size:contain}.v-image__image--cover{background-size:cover}.v-responsive{position:relative;overflow:hidden;flex:1 0 auto;max-width:100%;display:flex}.v-responsive__content{flex:1 0 0px;max-width:100%}.v-application--is-ltr .v-responsive__sizer~.v-responsive__content{margin-left:-100%}.v-application--is-rtl .v-responsive__sizer~.v-responsive__content{margin-right:-100%}.v-responsive__sizer{transition:padding-bottom .2s cubic-bezier(.25,.8,.5,1);flex:1 0 0px}.v-btn:not(.v-btn--outlined).accent,.v-btn:not(.v-btn--outlined).error,.v-btn:not(.v-btn--outlined).info,.v-btn:not(.v-btn--outlined).primary,.v-btn:not(.v-btn--outlined).secondary,.v-btn:not(.v-btn--outlined).success,.v-btn:not(.v-btn--outlined).warning{color:#fff}.theme--light.v-btn{color:rgba(0,0,0,.87)}.theme--light.v-btn.v-btn--disabled,.theme--light.v-btn.v-btn--disabled .v-btn__loading,.theme--light.v-btn.v-btn--disabled .v-icon{color:rgba(0,0,0,.26)!important}.theme--light.v-btn.v-btn--disabled:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined){background-color:rgba(0,0,0,.12)!important}.theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined){background-color:#f5f5f5}.theme--light.v-btn.v-btn--outlined.v-btn--text{border-color:rgba(0,0,0,.12)}.theme--light.v-btn.v-btn--icon{color:rgba(0,0,0,.54)}.theme--light.v-btn:hover:before{opacity:.04}.theme--light.v-btn--active:before,.theme--light.v-btn--active:hover:before,.theme--light.v-btn:focus:before{opacity:.12}.theme--light.v-btn--active:focus:before{opacity:.16}.theme--dark.v-btn{color:#fff}.theme--dark.v-btn.v-btn--disabled,.theme--dark.v-btn.v-btn--disabled .v-btn__loading,.theme--dark.v-btn.v-btn--disabled .v-icon{color:hsla(0,0%,100%,.3)!important}.theme--dark.v-btn.v-btn--disabled:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined){background-color:hsla(0,0%,100%,.12)!important}.theme--dark.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined){background-color:#272727}.theme--dark.v-btn.v-btn--outlined.v-btn--text{border-color:hsla(0,0%,100%,.12)}.theme--dark.v-btn.v-btn--icon{color:#fff}.theme--dark.v-btn:hover:before{opacity:.08}.theme--dark.v-btn--active:before,.theme--dark.v-btn--active:hover:before,.theme--dark.v-btn:focus:before{opacity:.24}.theme--dark.v-btn--active:focus:before{opacity:.32}.v-btn{align-items:center;border-radius:4px;display:inline-flex;flex:0 0 auto;font-weight:500;letter-spacing:.0892857143em;justify-content:center;outline:0;position:relative;text-decoration:none;text-indent:.0892857143em;text-transform:uppercase;transition-duration:.28s;transition-property:box-shadow,transform,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.v-btn.v-size--x-small{font-size:.625rem}.v-btn.v-size--small{font-size:.75rem}.v-btn.v-size--default,.v-btn.v-size--large{font-size:.875rem}.v-btn.v-size--x-large{font-size:1rem}.v-btn:before{border-radius:inherit;bottom:0;color:inherit;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s cubic-bezier(.4,0,.6,1);background-color:currentColor}.v-btn:not(.v-btn--disabled){will-change:box-shadow}.v-btn:not(.v-btn--round).v-size--x-small{height:20px;min-width:36px;padding:0 8.8888888889px}.v-btn:not(.v-btn--round).v-size--small{height:28px;min-width:50px;padding:0 12.4444444444px}.v-btn:not(.v-btn--round).v-size--default{height:36px;min-width:64px;padding:0 16px}.v-btn:not(.v-btn--round).v-size--large{height:44px;min-width:78px;padding:0 19.5555555556px}.v-btn:not(.v-btn--round).v-size--x-large{height:52px;min-width:92px;padding:0 23.1111111111px}.v-btn>.v-btn__content .v-icon{color:inherit}.v-btn__content{align-items:center;color:inherit;display:flex;flex:1 0 auto;justify-content:inherit;line-height:normal;position:relative}.v-btn__content .v-icon--left,.v-btn__content .v-icon--right{font-size:18px;height:18px;width:18px}.v-application--is-ltr .v-btn__content .v-icon--left{margin-left:-4px;margin-right:8px}.v-application--is-ltr .v-btn__content .v-icon--right,.v-application--is-rtl .v-btn__content .v-icon--left{margin-left:8px;margin-right:-4px}.v-application--is-rtl .v-btn__content .v-icon--right{margin-left:-4px;margin-right:8px}.v-btn__loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-btn:not(.v-btn--text):not(.v-btn--outlined).v-btn--active:before{opacity:.18}.v-btn:not(.v-btn--text):not(.v-btn--outlined):hover:before{opacity:.08}.v-btn:not(.v-btn--text):not(.v-btn--outlined):focus:before{opacity:.24}.v-btn--absolute,.v-btn--fixed{position:absolute}.v-btn--absolute.v-btn--right,.v-btn--fixed.v-btn--right{right:16px}.v-btn--absolute.v-btn--left,.v-btn--fixed.v-btn--left{left:16px}.v-btn--absolute.v-btn--top,.v-btn--fixed.v-btn--top{top:16px}.v-btn--absolute.v-btn--bottom,.v-btn--fixed.v-btn--bottom{bottom:16px}.v-btn--block{display:flex;flex:1 0 auto;min-width:100%!important;max-width:auto}.v-btn--contained{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-btn--contained:after{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-btn--contained:active{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.v-btn--depressed{box-shadow:none!important}.v-btn--disabled{box-shadow:none;pointer-events:none}.v-btn--fab,.v-btn--icon{min-height:0;min-width:0;padding:0}.v-btn--fab.v-size--x-small .v-icon,.v-btn--icon.v-size--x-small .v-icon{height:18px;font-size:18px;width:18px}.v-btn--fab.v-size--default .v-icon,.v-btn--fab.v-size--small .v-icon,.v-btn--icon.v-size--default .v-icon,.v-btn--icon.v-size--small .v-icon{height:24px;font-size:24px;width:24px}.v-btn--fab.v-size--large .v-icon,.v-btn--icon.v-size--large .v-icon{height:28px;font-size:28px;width:28px}.v-btn--fab.v-size--x-large .v-icon,.v-btn--icon.v-size--x-large .v-icon{height:32px;font-size:32px;width:32px}.v-btn--icon.v-size--x-small{height:20px;width:20px}.v-btn--icon.v-size--small{height:28px;width:28px}.v-btn--icon.v-size--default{height:36px;width:36px}.v-btn--icon.v-size--large{height:44px;width:44px}.v-btn--icon.v-size--x-large{height:52px;width:52px}.v-btn--fab.v-btn--contained{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.v-btn--fab.v-btn--contained:after{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.v-btn--fab.v-btn--contained:active{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.v-btn--fab.v-btn--absolute,.v-btn--fab.v-btn--fixed{z-index:4}.v-btn--fab.v-size--x-small{height:32px;width:32px}.v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--bottom{bottom:-16px}.v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--top{top:-16px}.v-btn--fab.v-size--small{height:40px;width:40px}.v-btn--fab.v-size--small.v-btn--absolute.v-btn--bottom{bottom:-20px}.v-btn--fab.v-size--small.v-btn--absolute.v-btn--top{top:-20px}.v-btn--fab.v-size--default{height:56px;width:56px}.v-btn--fab.v-size--default.v-btn--absolute.v-btn--bottom{bottom:-28px}.v-btn--fab.v-size--default.v-btn--absolute.v-btn--top{top:-28px}.v-btn--fab.v-size--large{height:64px;width:64px}.v-btn--fab.v-size--large.v-btn--absolute.v-btn--bottom{bottom:-32px}.v-btn--fab.v-size--large.v-btn--absolute.v-btn--top{top:-32px}.v-btn--fab.v-size--x-large{height:72px;width:72px}.v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--bottom{bottom:-36px}.v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--top{top:-36px}.v-btn--fixed{position:fixed}.v-btn--loading{pointer-events:none;transition:none}.v-btn--loading .v-btn__content{opacity:0}.v-btn--outlined{border:thin solid}.v-btn--outlined:before{border-radius:0}.v-btn--outlined .v-btn__content .v-icon,.v-btn--round .v-btn__content .v-icon{color:currentColor}.v-btn--flat,.v-btn--outlined,.v-btn--text{background-color:transparent}.v-btn--round:before,.v-btn--rounded:before{border-radius:inherit}.v-btn--round{border-radius:50%}.v-btn--rounded{border-radius:28px}.v-btn--tile{border-radius:0}.v-ripple__container{border-radius:inherit;width:100%;height:100%;z-index:0;contain:strict}.v-ripple__animation,.v-ripple__container{color:inherit;position:absolute;left:0;top:0;overflow:hidden;pointer-events:none}.v-ripple__animation{border-radius:50%;background:currentColor;opacity:0;will-change:transform,opacity}.v-ripple__animation--enter{transition:none}.v-ripple__animation--in{transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .1s cubic-bezier(.4,0,.2,1)}.v-ripple__animation--out{transition:opacity .3s cubic-bezier(.4,0,.2,1)}.v-progress-circular{position:relative;display:inline-flex;vertical-align:middle;justify-content:center;align-items:center}.v-progress-circular svg{width:100%;height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.v-progress-circular--indeterminate svg{-webkit-animation:progress-circular-rotate 1.4s linear infinite;animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out}.v-progress-circular--indeterminate .v-progress-circular__overlay{-webkit-animation:progress-circular-dash 1.4s ease-in-out infinite;animation:progress-circular-dash 1.4s ease-in-out infinite;stroke-linecap:round;stroke-dasharray:80,200;stroke-dashoffset:0px}.v-progress-circular__info{align-items:center;display:flex;justify-content:center}.v-progress-circular__underlay{stroke:rgba(0,0,0,.1);z-index:1}.v-progress-circular__overlay{stroke:currentColor;z-index:2;transition:all .6s ease-in-out}@-webkit-keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-125px}}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-125px}}@-webkit-keyframes progress-circular-rotate{to{transform:rotate(1turn)}}@keyframes progress-circular-rotate{to{transform:rotate(1turn)}}.theme--light.v-icon{color:rgba(0,0,0,.54)}.theme--light.v-icon:focus:after{opacity:.12}.theme--light.v-icon.v-icon.v-icon--disabled{color:rgba(0,0,0,.38)!important}.theme--dark.v-icon{color:#fff}.theme--dark.v-icon:focus:after{opacity:.24}.theme--dark.v-icon.v-icon.v-icon--disabled{color:hsla(0,0%,100%,.5)!important}.v-icon.v-icon{align-items:center;display:inline-flex;-webkit-font-feature-settings:"liga";font-feature-settings:"liga";font-size:24px;justify-content:center;letter-spacing:normal;line-height:1;position:relative;text-indent:0;transition:.3s cubic-bezier(.25,.8,.5,1),visibility 0s;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-icon.v-icon:after{background-color:currentColor;border-radius:50%;content:"";display:inline-block;height:100%;opacity:0;pointer-events:none;position:absolute;transform:scale(1.3);width:100%;transition:opacity .2s cubic-bezier(.4,0,.6,1)}.v-icon.v-icon--dense{font-size:20px}.v-icon--right{margin-left:8px}.v-icon--left{margin-right:8px}.v-icon.v-icon.v-icon--link{cursor:pointer;outline:none}.v-icon--disabled{pointer-events:none}.v-icon--is-component,.v-icon--svg{height:24px;width:24px}.v-icon--svg{fill:currentColor}.v-icon--dense--is-component{height:20px}.theme--light.v-alert .v-alert--prominent .v-alert__icon:after{background:rgba(0,0,0,.12)}.theme--dark.v-alert .v-alert--prominent .v-alert__icon:after{background:hsla(0,0%,100%,.12)}.v-alert{display:block;font-size:16px;margin-bottom:16px;padding:16px;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-alert:not(.v-sheet--tile){border-radius:4px}.v-application--is-ltr .v-alert>.v-alert__content,.v-application--is-ltr .v-alert>.v-icon{margin-right:16px}.v-application--is-rtl .v-alert>.v-alert__content,.v-application--is-rtl .v-alert>.v-icon{margin-left:16px}.v-application--is-ltr .v-alert>.v-icon+.v-alert__content{margin-right:0}.v-application--is-rtl .v-alert>.v-icon+.v-alert__content{margin-left:0}.v-application--is-ltr .v-alert>.v-alert__content+.v-icon{margin-right:0}.v-application--is-rtl .v-alert>.v-alert__content+.v-icon{margin-left:0}.v-alert__border{border-style:solid;border-width:4px;content:"";position:absolute}.v-alert__border:not(.v-alert__border--has-color){opacity:.26}.v-alert__border--left,.v-alert__border--right{bottom:0;top:0}.v-alert__border--bottom,.v-alert__border--top{left:0;right:0}.v-alert__border--bottom{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0}.v-application--is-ltr .v-alert__border--left{border-top-left-radius:inherit;border-bottom-left-radius:inherit;left:0}.v-application--is-ltr .v-alert__border--right,.v-application--is-rtl .v-alert__border--left{border-top-right-radius:inherit;border-bottom-right-radius:inherit;right:0}.v-application--is-rtl .v-alert__border--right{border-top-left-radius:inherit;border-bottom-left-radius:inherit;left:0}.v-alert__border--top{border-top-left-radius:inherit;border-top-right-radius:inherit;top:0}.v-alert__content{flex:1 1 auto}.v-application--is-ltr .v-alert__dismissible{margin:-16px -8px -16px 8px}.v-application--is-rtl .v-alert__dismissible{margin:-16px 8px -16px -8px}.v-alert__icon{align-self:flex-start;border-radius:50%;height:24px;min-width:24px;position:relative}.v-application--is-ltr .v-alert__icon{margin-right:16px}.v-application--is-rtl .v-alert__icon{margin-left:16px}.v-alert__icon.v-icon{font-size:24px}.v-alert__wrapper{align-items:center;border-radius:inherit;display:flex}.v-alert--dense{padding-top:8px;padding-bottom:8px}.v-alert--dense .v-alert__border{border-width:medium}.v-alert--outlined{background:transparent!important;border:thin solid!important}.v-alert--outlined .v-alert__icon{color:inherit!important}.v-alert--prominent .v-alert__icon{align-self:center;height:48px;min-width:48px}.v-alert--prominent .v-alert__icon:after{background:currentColor!important;border-radius:50%;bottom:0;content:"";left:0;opacity:.16;position:absolute;right:0;top:0}.v-alert--prominent .v-alert__icon.v-icon{font-size:32px}.v-alert--text{background:transparent!important}.v-alert--text:before{background-color:currentColor;border-radius:inherit;bottom:0;content:"";left:0;opacity:.12;position:absolute;pointer-events:none;right:0;top:0}.v-autocomplete.v-input>.v-input__control>.v-input__slot{cursor:text}.v-autocomplete input{align-self:center}.v-autocomplete--is-selecting-index input{opacity:0}.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot>input{margin-top:24px}.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined).v-input--dense .v-select__slot>input{margin-top:20px}.v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field input{pointer-events:inherit}.v-autocomplete__content.v-menu__content,.v-autocomplete__content.v-menu__content .v-card{border-radius:0}.theme--light.v-text-field>.v-input__control>.v-input__slot:before{border-color:rgba(0,0,0,.42)}.theme--light.v-text-field:not(.v-input--has-state):hover>.v-input__control>.v-input__slot:before{border-color:rgba(0,0,0,.87)}.theme--light.v-text-field.v-input--is-disabled .v-input__slot:before{border-image:repeating-linear-gradient(90deg,rgba(0,0,0,.38) 0,rgba(0,0,0,.38) 2px,transparent 0,transparent 4px) 1 repeat}.theme--light.v-text-field--filled>.v-input__control>.v-input__slot{background:rgba(0,0,0,.06)}.theme--light.v-text-field--filled:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover{background:rgba(0,0,0,.12)}.theme--light.v-text-field--solo>.v-input__control>.v-input__slot{background:#fff}.theme--light.v-text-field--solo-inverted>.v-input__control>.v-input__slot{background:rgba(0,0,0,.06)}.theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot{background:#424242}.theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input{color:#fff}.theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input::-webkit-input-placeholder{color:hsla(0,0%,100%,.5)}.theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input::-moz-placeholder{color:hsla(0,0%,100%,.5)}.theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input:-ms-input-placeholder{color:hsla(0,0%,100%,.5)}.theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input::-ms-input-placeholder{color:hsla(0,0%,100%,.5)}.theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input::placeholder{color:hsla(0,0%,100%,.5)}.theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot .v-label{color:hsla(0,0%,100%,.7)}.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot fieldset{color:rgba(0,0,0,.38)}.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover fieldset{color:rgba(0,0,0,.86)}.theme--light.v-text-field--outlined:not(.v-input--is-focused).v-input--is-disabled>.v-input__control>.v-input__slot fieldset{color:rgba(0,0,0,.26)}.theme--dark.v-text-field>.v-input__control>.v-input__slot:before{border-color:hsla(0,0%,100%,.7)}.theme--dark.v-text-field:not(.v-input--has-state):hover>.v-input__control>.v-input__slot:before{border-color:#fff}.theme--dark.v-text-field.v-input--is-disabled .v-input__slot:before{border-image:repeating-linear-gradient(90deg,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,.5) 2px,transparent 0,transparent 4px) 1 repeat}.theme--dark.v-text-field--filled>.v-input__control>.v-input__slot{background:hsla(0,0%,100%,.08)}.theme--dark.v-text-field--filled:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover{background:hsla(0,0%,100%,.16)}.theme--dark.v-text-field--solo>.v-input__control>.v-input__slot{background:#1e1e1e}.theme--dark.v-text-field--solo-inverted>.v-input__control>.v-input__slot{background:hsla(0,0%,100%,.16)}.theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot{background:#fff}.theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input{color:rgba(0,0,0,.87)}.theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input::-webkit-input-placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input::-moz-placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input:-ms-input-placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input::-ms-input-placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input::placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot .v-label{color:rgba(0,0,0,.6)}.theme--dark.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot fieldset{color:hsla(0,0%,100%,.24)}.theme--dark.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover fieldset{color:#fff}.theme--dark.v-text-field--outlined:not(.v-input--is-focused).v-input--is-disabled>.v-input__control>.v-input__slot fieldset{color:hsla(0,0%,100%,.16)}.v-text-field{padding-top:12px;margin-top:4px}.v-text-field input{flex:1 1 auto;line-height:20px;padding:8px 0;max-width:100%;min-width:0;width:100%}.v-text-field .v-input__control,.v-text-field .v-input__slot,.v-text-field fieldset{border-radius:inherit}.v-text-field.v-input--has-state .v-input__control>.v-text-field__details>.v-counter,.v-text-field.v-input--is-disabled .v-input__control>.v-text-field__details>.v-counter,.v-text-field.v-input--is-disabled .v-input__control>.v-text-field__details>.v-messages,.v-text-field .v-input__control,.v-text-field fieldset{color:inherit}.v-text-field.v-input--dense{padding-top:0}.v-text-field.v-input--dense:not(.v-text-field--outlined) input{padding:4px 0 2px}.v-text-field.v-input--dense[type=text]::-ms-clear{display:none}.v-text-field.v-input--dense .v-input__append-inner,.v-text-field.v-input--dense .v-input__prepend-inner{margin-top:0}.v-text-field.v-input--dense .v-input__append-inner .v-input__icon>.v-icon,.v-text-field.v-input--dense .v-input__prepend-inner .v-input__icon>.v-icon{margin-top:8px}.v-text-field .v-input__append-inner,.v-text-field .v-input__prepend-inner{align-self:flex-start;display:inline-flex;margin-top:4px;line-height:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-application--is-ltr .v-text-field .v-input__prepend-inner{margin-right:auto;padding-right:4px}.v-application--is-ltr .v-text-field .v-input__append-inner,.v-application--is-rtl .v-text-field .v-input__prepend-inner{margin-left:auto;padding-left:4px}.v-application--is-rtl .v-text-field .v-input__append-inner{margin-right:auto;padding-right:4px}.v-text-field .v-counter{white-space:nowrap}.v-application--is-ltr .v-text-field .v-counter{margin-left:8px}.v-application--is-rtl .v-text-field .v-counter{margin-right:8px}.v-text-field .v-label{max-width:90%;overflow:hidden;text-overflow:ellipsis;top:6px;white-space:nowrap;pointer-events:none}.v-application--is-ltr .v-text-field .v-label{transform-origin:top left}.v-application--is-rtl .v-text-field .v-label{transform-origin:top right}.v-text-field .v-label--active{max-width:133%;transform:translateY(-18px) scale(.75)}.v-text-field>.v-input__control>.v-input__slot{cursor:text;transition:background .3s cubic-bezier(.25,.8,.5,1)}.v-text-field>.v-input__control>.v-input__slot:after,.v-text-field>.v-input__control>.v-input__slot:before{bottom:-1px;content:"";left:0;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1);width:100%}.v-text-field>.v-input__control>.v-input__slot:before{border-color:inherit;border-style:solid;border-width:thin 0 0}.v-text-field>.v-input__control>.v-input__slot:after{border-color:currentcolor;border-style:solid;border-width:thin 0;transform:scaleX(0)}.v-text-field__details{display:flex;flex:1 0 auto;max-width:100%;min-height:14px;overflow:hidden}.v-text-field__prefix,.v-text-field__suffix{align-self:center;cursor:default;transition:color .3s cubic-bezier(.25,.8,.5,1);white-space:nowrap}.v-application--is-ltr .v-text-field__prefix{text-align:right;padding-right:4px}.v-application--is-rtl .v-text-field__prefix{text-align:left;padding-left:4px}.v-text-field__suffix{white-space:nowrap}.v-application--is-ltr .v-text-field__suffix{padding-left:4px}.v-application--is-rtl .v-text-field__suffix{padding-right:4px}.v-application--is-ltr .v-text-field--reverse .v-text-field__prefix{text-align:left;padding-right:0;padding-left:4px}.v-application--is-rtl .v-text-field--reverse .v-text-field__prefix{text-align:right;padding-right:4px;padding-left:0}.v-application--is-ltr .v-text-field--reverse .v-text-field__suffix{padding-left:0;padding-right:4px}.v-application--is-rtl .v-text-field--reverse .v-text-field__suffix{padding-left:4px;padding-right:0}.v-text-field>.v-input__control>.v-input__slot>.v-text-field__slot{display:flex;flex:1 1 auto;position:relative}.v-text-field:not(.v-text-field--is-booted) .v-label,.v-text-field:not(.v-text-field--is-booted) legend{transition:none}.v-text-field--filled,.v-text-field--full-width,.v-text-field--outlined{position:relative}.v-text-field--filled>.v-input__control>.v-input__slot,.v-text-field--full-width>.v-input__control>.v-input__slot,.v-text-field--outlined>.v-input__control>.v-input__slot{align-items:stretch;min-height:56px}.v-text-field--filled.v-input--dense>.v-input__control>.v-input__slot,.v-text-field--full-width.v-input--dense>.v-input__control>.v-input__slot,.v-text-field--outlined.v-input--dense>.v-input__control>.v-input__slot{min-height:52px}.v-text-field--filled.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,.v-text-field--filled.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,.v-text-field--filled.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot,.v-text-field--full-width.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,.v-text-field--full-width.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,.v-text-field--full-width.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot,.v-text-field--outlined.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,.v-text-field--outlined.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,.v-text-field--outlined.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot{min-height:40px}.v-text-field--outlined{border-radius:4px}.v-text-field--enclosed .v-input__append-inner,.v-text-field--enclosed .v-input__append-outer,.v-text-field--enclosed .v-input__prepend-inner,.v-text-field--enclosed .v-input__prepend-outer,.v-text-field--full-width .v-input__append-inner,.v-text-field--full-width .v-input__append-outer,.v-text-field--full-width .v-input__prepend-inner,.v-text-field--full-width .v-input__prepend-outer{margin-top:17px}.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__append-inner,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__append-outer,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__prepend-inner,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__prepend-outer,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__append-inner,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__append-outer,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__prepend-inner,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__prepend-outer{margin-top:14px}.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-inner,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-outer,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-inner,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-outer,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-inner,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-outer,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-inner,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-outer{margin-top:9px}.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-outer,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inner,.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-outer,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-outer,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inner,.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-outer{margin-top:7px}.v-text-field--filled .v-label,.v-text-field--full-width .v-label{top:18px}.v-text-field--filled .v-label--active,.v-text-field--full-width .v-label--active{transform:translateY(-6px) scale(.75)}.v-text-field--filled.v-input--dense .v-label,.v-text-field--full-width.v-input--dense .v-label{top:17px}.v-text-field--filled.v-input--dense .v-label--active,.v-text-field--full-width.v-input--dense .v-label--active{transform:translateY(-10px) scale(.75)}.v-text-field--filled.v-input--dense.v-text-field--single-line .v-label,.v-text-field--full-width.v-input--dense.v-text-field--single-line .v-label{top:11px}.v-text-field--filled{border-radius:4px 4px 0 0}.v-text-field--filled:not(.v-text-field--single-line) input{margin-top:22px}.v-text-field--filled.v-input--dense:not(.v-text-field--single-line).v-text-field--outlined input{margin-top:0}.v-text-field--filled .v-text-field__prefix,.v-text-field--filled .v-text-field__suffix{max-height:32px;margin-top:20px}.v-text-field--full-width{border-radius:0}.v-text-field--outlined .v-text-field__slot,.v-text-field--single-line .v-text-field__slot{align-items:center}.v-text-field.v-text-field--enclosed{margin:0;padding:0}.v-text-field.v-text-field--enclosed.v-text-field--single-line .v-text-field__prefix,.v-text-field.v-text-field--enclosed.v-text-field--single-line .v-text-field__suffix{margin-top:0}.v-text-field.v-text-field--enclosed:not(.v-text-field--filled) .v-progress-linear__background{display:none}.v-text-field.v-text-field--enclosed .v-text-field__details,.v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)>.v-input__control>.v-input__slot{padding:0 12px}.v-text-field.v-text-field--enclosed .v-text-field__details{margin-bottom:8px}.v-application--is-ltr .v-text-field--reverse input{text-align:right}.v-application--is-rtl .v-text-field--reverse input{text-align:left}.v-application--is-ltr .v-text-field--reverse .v-label{transform-origin:top right}.v-application--is-rtl .v-text-field--reverse .v-label{transform-origin:top left}.v-text-field--reverse .v-text-field__slot,.v-text-field--reverse>.v-input__control>.v-input__slot{flex-direction:row-reverse}.v-text-field--outlined>.v-input__control>.v-input__slot:after,.v-text-field--outlined>.v-input__control>.v-input__slot:before,.v-text-field--rounded>.v-input__control>.v-input__slot:after,.v-text-field--rounded>.v-input__control>.v-input__slot:before,.v-text-field--solo>.v-input__control>.v-input__slot:after,.v-text-field--solo>.v-input__control>.v-input__slot:before{display:none}.v-text-field--outlined,.v-text-field--solo{border-radius:4px}.v-text-field--outlined{margin-bottom:16px;transition:border .3s cubic-bezier(.25,.8,.5,1)}.v-text-field--outlined .v-label{top:18px}.v-text-field--outlined .v-label--active{transform:translateY(-24px) scale(.75)}.v-text-field--outlined.v-input--dense .v-label{top:10px}.v-text-field--outlined.v-input--dense .v-label--active{transform:translateY(-16px) scale(.75)}.v-text-field--outlined fieldset{border-collapse:collapse;border:1px solid;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:-5px;transition-duration:.3s;transition-property:color,border-width;transition-timing-function:cubic-bezier(.25,.8,.25,1)}.v-application--is-ltr .v-text-field--outlined fieldset{padding-left:8px}.v-application--is-ltr .v-text-field--outlined.v-text-field--reverse fieldset,.v-application--is-rtl .v-text-field--outlined fieldset{padding-right:8px}.v-application--is-rtl .v-text-field--outlined.v-text-field--reverse fieldset{padding-left:8px}.v-text-field--outlined legend{line-height:11px;padding:0;transition:width .3s cubic-bezier(.25,.8,.5,1)}.v-application--is-ltr .v-text-field--outlined legend{text-align:left}.v-application--is-ltr .v-text-field--outlined.v-text-field--reverse legend,.v-application--is-rtl .v-text-field--outlined legend{text-align:right}.v-application--is-rtl .v-text-field--outlined.v-text-field--reverse legend{text-align:left}.v-application--is-ltr .v-text-field--outlined.v-text-field--rounded legend{margin-left:12px}.v-application--is-rtl .v-text-field--outlined.v-text-field--rounded legend{margin-right:12px}.v-text-field--outlined>.v-input__control>.v-input__slot{background:transparent}.v-text-field--outlined .v-text-field__prefix{max-height:32px}.v-text-field--outlined .v-input__append-outer,.v-text-field--outlined .v-input__prepend-outer{margin-top:18px}.v-text-field--outlined.v-input--has-state fieldset,.v-text-field--outlined.v-input--is-focused fieldset{border:2px solid}.v-text-field--rounded{border-radius:28px}.v-text-field--rounded>.v-input__control>.v-input__slot{padding:0 24px}.v-text-field--shaped{border-radius:16px 16px 0 0}.v-text-field.v-text-field--solo .v-label{top:calc(50% - 10px)}.v-text-field.v-text-field--solo .v-input__control{min-height:48px;padding:0}.v-text-field.v-text-field--solo .v-input__control input{caret-color:auto}.v-text-field.v-text-field--solo.v-input--dense>.v-input__control{min-height:38px}.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-text-field.v-text-field--solo .v-input__append-inner,.v-text-field.v-text-field--solo .v-input__prepend-inner{align-self:center;margin-top:0}.v-text-field.v-text-field--solo .v-input__append-outer,.v-text-field.v-text-field--solo .v-input__prepend-outer{margin-top:12px}.v-text-field.v-text-field--solo.v-input--dense .v-input__append-outer,.v-text-field.v-text-field--solo.v-input--dense .v-input__prepend-outer{margin-top:7px}.v-text-field.v-input--is-focused>.v-input__control>.v-input__slot:after{transform:scaleX(1)}.v-text-field.v-input--has-state>.v-input__control>.v-input__slot:before{border-color:currentColor}.theme--light.v-select .v-select__selection--comma{color:rgba(0,0,0,.87)}.theme--light.v-select .v-select__selection--disabled{color:rgba(0,0,0,.38)}.theme--dark.v-select .v-select__selection--comma{color:#fff}.theme--dark.v-select .v-select__selection--disabled{color:hsla(0,0%,100%,.5)}.v-select{position:relative}.v-select:not(.v-select--is-multi).v-text-field--single-line .v-select__selections{flex-wrap:nowrap}.v-select>.v-input__control>.v-input__slot{cursor:pointer}.v-select .v-chip{flex:0 1 auto;margin:4px}.v-select .v-chip--selected:after{opacity:.22}.v-select .fade-transition-leave-active{position:absolute;left:0}.v-select.v-input--is-dirty ::-webkit-input-placeholder{color:transparent!important}.v-select.v-input--is-dirty ::-moz-placeholder{color:transparent!important}.v-select.v-input--is-dirty :-ms-input-placeholder{color:transparent!important}.v-select.v-input--is-dirty ::-ms-input-placeholder{color:transparent!important}.v-select.v-input--is-dirty ::placeholder{color:transparent!important}.v-select:not(.v-input--is-dirty):not(.v-input--is-focused) .v-text-field__prefix{line-height:20px;top:7px;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-select.v-text-field--enclosed:not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__selections{padding-top:20px}.v-select.v-text-field--outlined:not(.v-text-field--single-line) .v-select__selections{padding:8px 0}.v-select.v-text-field--outlined:not(.v-text-field--single-line).v-input--dense .v-select__selections{padding:4px 0}.v-select.v-text-field input{flex:1 1;margin-top:0;min-width:0;pointer-events:none;position:relative}.v-select.v-select--is-menu-active .v-input__icon--append .v-icon{transform:rotate(180deg)}.v-select.v-select--chips input{margin:0}.v-select.v-select--chips .v-select__selections{min-height:42px}.v-select.v-select--chips.v-input--dense .v-select__selections{min-height:40px}.v-select.v-select--chips .v-chip--select.v-chip--active:before{opacity:.2}.v-select.v-select--chips.v-select--chips--small .v-select__selections{min-height:26px}.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box .v-select__selections,.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed .v-select__selections{min-height:68px}.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-input--dense .v-select__selections,.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-input--dense .v-select__selections{min-height:40px}.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small .v-select__selections,.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small .v-select__selections{min-height:26px}.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small.v-input--dense .v-select__selections,.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small.v-input--dense .v-select__selections{min-height:38px}.v-select.v-text-field--reverse .v-select__selections,.v-select.v-text-field--reverse .v-select__slot{flex-direction:row-reverse}.v-select__selections{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;line-height:18px;max-width:100%;min-width:0}.v-select__selection{max-width:90%}.v-select__selection--comma{margin:7px 4px 7px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-select.v-input--dense .v-select__selection--comma{margin:5px 4px 3px 0}.v-select.v-input--dense .v-chip{margin:0 4px}.v-select__slot{position:relative;align-items:center;display:flex;max-width:100%;width:100%}.v-select:not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot>input{align-self:flex-end}.theme--light.v-input,.theme--light.v-input input,.theme--light.v-input textarea{color:rgba(0,0,0,.87)}.theme--light.v-input input::-webkit-input-placeholder,.theme--light.v-input textarea::-webkit-input-placeholder{color:rgba(0,0,0,.38)}.theme--light.v-input input::-moz-placeholder,.theme--light.v-input textarea::-moz-placeholder{color:rgba(0,0,0,.38)}.theme--light.v-input input:-ms-input-placeholder,.theme--light.v-input textarea:-ms-input-placeholder{color:rgba(0,0,0,.38)}.theme--light.v-input input::-ms-input-placeholder,.theme--light.v-input textarea::-ms-input-placeholder{color:rgba(0,0,0,.38)}.theme--light.v-input input::placeholder,.theme--light.v-input textarea::placeholder{color:rgba(0,0,0,.38)}.theme--light.v-input--is-disabled,.theme--light.v-input--is-disabled input,.theme--light.v-input--is-disabled textarea{color:rgba(0,0,0,.38)}.theme--dark.v-input,.theme--dark.v-input input,.theme--dark.v-input textarea{color:#fff}.theme--dark.v-input input::-webkit-input-placeholder,.theme--dark.v-input textarea::-webkit-input-placeholder{color:hsla(0,0%,100%,.5)}.theme--dark.v-input input::-moz-placeholder,.theme--dark.v-input textarea::-moz-placeholder{color:hsla(0,0%,100%,.5)}.theme--dark.v-input input:-ms-input-placeholder,.theme--dark.v-input textarea:-ms-input-placeholder{color:hsla(0,0%,100%,.5)}.theme--dark.v-input input::-ms-input-placeholder,.theme--dark.v-input textarea::-ms-input-placeholder{color:hsla(0,0%,100%,.5)}.theme--dark.v-input input::placeholder,.theme--dark.v-input textarea::placeholder{color:hsla(0,0%,100%,.5)}.theme--dark.v-input--is-disabled,.theme--dark.v-input--is-disabled input,.theme--dark.v-input--is-disabled textarea{color:hsla(0,0%,100%,.5)}.v-input{align-items:flex-start;display:flex;flex:1 1 auto;font-size:16px;letter-spacing:normal;max-width:100%;text-align:left}.v-input .v-progress-linear{top:calc(100% - 1px);left:0}.v-input input{max-height:32px}.v-input input:invalid,.v-input textarea:invalid{box-shadow:none}.v-input input:active,.v-input input:focus,.v-input textarea:active,.v-input textarea:focus{outline:none}.v-input .v-label{height:20px;line-height:20px}.v-input__append-outer,.v-input__prepend-outer{display:inline-flex;margin-bottom:4px;margin-top:4px;line-height:1}.v-input__append-outer .v-icon,.v-input__prepend-outer .v-icon{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-application--is-ltr .v-input__append-outer{margin-left:9px}.v-application--is-ltr .v-input__prepend-outer,.v-application--is-rtl .v-input__append-outer{margin-right:9px}.v-application--is-rtl .v-input__prepend-outer{margin-left:9px}.v-input__control{display:flex;flex-direction:column;height:auto;flex-grow:1;flex-wrap:wrap;min-width:0;width:100%}.v-input__icon{align-items:center;display:inline-flex;height:24px;flex:1 0 auto;justify-content:center;min-width:24px;width:24px}.v-input__icon--clear{border-radius:50%}.v-input__icon--clear .v-icon--disabled{visibility:hidden}.v-input__slot{align-items:center;color:inherit;display:flex;margin-bottom:8px;min-height:inherit;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);width:100%}.v-input--dense>.v-input__control>.v-input__slot{margin-bottom:4px}.v-input--is-disabled:not(.v-input--is-readonly){pointer-events:none}.v-input--is-loading>.v-input__control>.v-input__slot:after,.v-input--is-loading>.v-input__control>.v-input__slot:before{display:none}.v-input--hide-details>.v-input__control>.v-input__slot{margin-bottom:0}.v-input--has-state.error--text .v-label{-webkit-animation:v-shake .6s cubic-bezier(.25,.8,.5,1);animation:v-shake .6s cubic-bezier(.25,.8,.5,1)}.theme--light.v-label{color:rgba(0,0,0,.6)}.theme--light.v-label--is-disabled{color:rgba(0,0,0,.38)}.theme--dark.v-label{color:hsla(0,0%,100%,.7)}.theme--dark.v-label--is-disabled{color:hsla(0,0%,100%,.5)}.v-label{font-size:16px;line-height:1;min-height:8px;transition:.3s cubic-bezier(.25,.8,.5,1)}.theme--light.v-messages{color:rgba(0,0,0,.6)}.theme--dark.v-messages{color:hsla(0,0%,100%,.7)}.v-messages{flex:1 1 auto;font-size:12px;min-height:14px;min-width:1px;position:relative}.v-application--is-ltr .v-messages{text-align:left}.v-application--is-rtl .v-messages{text-align:right}.v-messages__message{line-height:12px;word-break:break-word;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.theme--light.v-progress-linear{color:rgba(0,0,0,.87)}.theme--dark.v-progress-linear{color:#fff}.v-progress-linear{background:transparent;overflow:hidden;position:relative;transition:.2s cubic-bezier(.4,0,.6,1);width:100%}.v-progress-linear__buffer{height:inherit;left:0;position:absolute;top:0;transition:inherit;width:100%;z-index:1}.v-progress-linear__background{bottom:0;left:0;position:absolute;top:0;transition:inherit}.v-progress-linear__content{align-items:center;display:flex;height:100%;left:0;justify-content:center;position:absolute;top:0;width:100%;z-index:2}.v-progress-linear__determinate{height:inherit;transition:inherit}.v-progress-linear__indeterminate .long,.v-progress-linear__indeterminate .short{background-color:inherit;bottom:0;height:inherit;left:0;position:absolute;top:0;width:auto;will-change:left,right}.v-progress-linear__indeterminate--active .long{-webkit-animation:indeterminate;animation:indeterminate;-webkit-animation-duration:2.2s;animation-duration:2.2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.v-progress-linear__indeterminate--active .short{-webkit-animation:indeterminate-short;animation:indeterminate-short;-webkit-animation-duration:2.2s;animation-duration:2.2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.v-progress-linear__stream{-webkit-animation:stream .25s linear infinite;animation:stream .25s linear infinite;border-color:currentColor;border-top:4px dotted;bottom:0;opacity:.3;pointer-events:none;position:absolute;right:-8px;top:calc(50% - 2px);transition:inherit}.v-progress-linear__wrapper{overflow:hidden;position:relative;transition:inherit}.v-progress-linear--absolute,.v-progress-linear--fixed{left:0;z-index:1}.v-progress-linear--absolute{position:absolute}.v-progress-linear--fixed{position:fixed}.v-progress-linear--reactive .v-progress-linear__content{pointer-events:none}.v-progress-linear--rounded{border-radius:4px}.v-progress-linear--striped .v-progress-linear__determinate{background-image:linear-gradient(135deg,hsla(0,0%,100%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 75%,transparent 0,transparent);background-size:40px 40px;background-repeat:repeat}.v-progress-linear--query .v-progress-linear__indeterminate--active .long{-webkit-animation:query;animation:query;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.v-progress-linear--query .v-progress-linear__indeterminate--active .short{-webkit-animation:query-short;animation:query-short;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes indeterminate{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@keyframes indeterminate{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@-webkit-keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@-webkit-keyframes query{0%{right:-90%;left:100%}60%{right:-90%;left:100%}to{right:100%;left:-35%}}@keyframes query{0%{right:-90%;left:100%}60%{right:-90%;left:100%}to{right:100%;left:-35%}}@-webkit-keyframes query-short{0%{right:-200%;left:100%}60%{right:107%;left:-8%}to{right:107%;left:-8%}}@keyframes query-short{0%{right:-200%;left:100%}60%{right:107%;left:-8%}to{right:107%;left:-8%}}@-webkit-keyframes stream{to{transform:translateX(-8px)}}@keyframes stream{to{transform:translateX(-8px)}}.theme--light.v-counter{color:rgba(0,0,0,.6)}.theme--dark.v-counter{color:hsla(0,0%,100%,.7)}.v-counter{flex:0 1 auto;font-size:12px;min-height:12px;line-height:12px}.theme--light.v-list-item--disabled{color:rgba(0,0,0,.38)}.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled){color:rgba(0,0,0,.87)!important}.theme--light.v-list-item .v-list-item__mask{color:rgba(0,0,0,.38);background:#eee}.theme--light.v-list-item .v-list-item__action-text,.theme--light.v-list-item .v-list-item__subtitle{color:rgba(0,0,0,.6)}.theme--light.v-list-item:hover:before{opacity:.04}.theme--light.v-list-item--active:before,.theme--light.v-list-item--active:hover:before,.theme--light.v-list-item:focus:before{opacity:.12}.theme--light.v-list-item--active:focus:before,.theme--light.v-list-item.v-list-item--highlighted:before{opacity:.16}.theme--dark.v-list-item--disabled{color:hsla(0,0%,100%,.5)}.theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled){color:#fff!important}.theme--dark.v-list-item .v-list-item__mask{color:hsla(0,0%,100%,.5);background:#494949}.theme--dark.v-list-item .v-list-item__action-text,.theme--dark.v-list-item .v-list-item__subtitle{color:hsla(0,0%,100%,.7)}.theme--dark.v-list-item:hover:before{opacity:.08}.theme--dark.v-list-item--active:before,.theme--dark.v-list-item--active:hover:before,.theme--dark.v-list-item:focus:before{opacity:.24}.theme--dark.v-list-item--active:focus:before,.theme--dark.v-list-item.v-list-item--highlighted:before{opacity:.32}.v-list-item{align-items:center;display:flex;flex:1 1 100%;letter-spacing:normal;min-height:48px;outline:none;padding:0 16px;position:relative;text-decoration:none}.v-list-item--disabled{pointer-events:none}.v-list-item--selectable{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.v-list-item:after{content:"";min-height:inherit;font-size:0}.v-list-item__action{align-self:center;margin:12px 0}.v-list-item__action .v-input,.v-list-item__action .v-input--selection-controls__input,.v-list-item__action .v-input__control,.v-list-item__action .v-input__slot{margin:0!important}.v-list-item__action .v-input{padding:0}.v-list-item__action .v-input .v-messages{display:none}.v-list-item__action-text{font-size:.75rem}.v-list-item__avatar{align-self:center;justify-content:flex-start}.v-list-item__avatar,.v-list-item__avatar.v-list-item__avatar--horizontal{margin-bottom:8px;margin-top:8px}.v-application--is-ltr .v-list-item__avatar.v-list-item__avatar--horizontal:first-child{margin-left:-16px}.v-application--is-rtl .v-list-item__avatar.v-list-item__avatar--horizontal:first-child{margin-right:-16px}.v-application--is-ltr .v-list-item__avatar.v-list-item__avatar--horizontal:last-child{margin-left:-16px}.v-application--is-rtl .v-list-item__avatar.v-list-item__avatar--horizontal:last-child{margin-right:-16px}.v-list-item__content{align-items:center;align-self:center;display:flex;flex-wrap:wrap;flex:1 1;overflow:hidden;padding:12px 0}.v-list-item__content>*{line-height:1.1;flex:1 0 100%}.v-list-item__content>:not(:last-child){margin-bottom:2px}.v-list-item__icon{align-self:flex-start;margin:16px 0}.v-application--is-ltr .v-list-item__action:last-of-type:not(:only-child),.v-application--is-ltr .v-list-item__avatar:last-of-type:not(:only-child),.v-application--is-ltr .v-list-item__icon:last-of-type:not(:only-child){margin-left:16px}.v-application--is-ltr .v-list-item__avatar:first-child,.v-application--is-rtl .v-list-item__action:last-of-type:not(:only-child),.v-application--is-rtl .v-list-item__avatar:last-of-type:not(:only-child),.v-application--is-rtl .v-list-item__icon:last-of-type:not(:only-child){margin-right:16px}.v-application--is-rtl .v-list-item__avatar:first-child{margin-left:16px}.v-application--is-ltr .v-list-item__action:first-child,.v-application--is-ltr .v-list-item__icon:first-child{margin-right:32px}.v-application--is-rtl .v-list-item__action:first-child,.v-application--is-rtl .v-list-item__icon:first-child{margin-left:32px}.v-list-item__action,.v-list-item__avatar,.v-list-item__icon{display:inline-flex;min-width:24px}.v-list-item .v-list-item__subtitle,.v-list-item .v-list-item__title{line-height:1.2}.v-list-item__subtitle,.v-list-item__title{flex:1 1 100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-list-item__title{align-self:center;font-size:1rem}.v-list-item__title>.v-badge{margin-top:16px}.v-list-item__subtitle{font-size:.875rem}.v-list--dense .v-list-item,.v-list-item--dense{min-height:40px}.v-list--dense .v-list-item .v-list-item__icon,.v-list-item--dense .v-list-item__icon{height:24px;margin-top:8px;margin-bottom:8px}.v-list--dense .v-list-item .v-list-item__content,.v-list-item--dense .v-list-item__content{padding:8px 0}.v-list--dense .v-list-item .v-list-item__subtitle,.v-list--dense .v-list-item .v-list-item__title,.v-list-item--dense .v-list-item__subtitle,.v-list-item--dense .v-list-item__title{font-size:.8125rem;font-weight:500;line-height:1rem}.v-list--dense .v-list-item.v-list-item--two-line,.v-list-item--dense.v-list-item--two-line{min-height:60px}.v-list--dense .v-list-item.v-list-item--three-line,.v-list-item--dense.v-list-item--three-line{min-height:76px}.v-list-item--link{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-list-item--link:before{background-color:currentColor;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-list .v-list-item--active,.v-list .v-list-item--active .v-icon{color:inherit}.v-list-item__action--stack{align-items:flex-end;align-self:stretch;justify-content:space-between;white-space:nowrap;flex-direction:column}.v-list--three-line .v-list-item .v-list-item__avatar:not(.v-list-item__avatar--horizontal),.v-list--three-line .v-list-item .v-list-item__icon,.v-list--two-line .v-list-item .v-list-item__avatar:not(.v-list-item__avatar--horizontal),.v-list--two-line .v-list-item .v-list-item__icon,.v-list-item--three-line .v-list-item__avatar:not(.v-list-item__avatar--horizontal),.v-list-item--three-line .v-list-item__icon,.v-list-item--two-line .v-list-item__avatar:not(.v-list-item__avatar--horizontal),.v-list-item--two-line .v-list-item__icon{margin-bottom:16px;margin-top:16px}.v-list--two-line .v-list-item,.v-list-item--two-line{min-height:64px}.v-list--two-line .v-list-item .v-list-item__icon,.v-list-item--two-line .v-list-item__icon{margin-bottom:32px}.v-list--three-line .v-list-item,.v-list-item--three-line{min-height:88px}.v-list--three-line .v-list-item .v-list-item__action,.v-list--three-line .v-list-item .v-list-item__avatar,.v-list-item--three-line .v-list-item__action,.v-list-item--three-line .v-list-item__avatar{align-self:flex-start;margin-top:16px;margin-bottom:16px}.v-list--three-line .v-list-item .v-list-item__content,.v-list-item--three-line .v-list-item__content{align-self:stretch}.v-list--three-line .v-list-item .v-list-item__subtitle,.v-list-item--three-line .v-list-item__subtitle{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.v-simple-checkbox{align-self:center;line-height:normal;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.v-simple-checkbox--disabled{cursor:default}.theme--light.v-divider{border-color:rgba(0,0,0,.12)}.theme--dark.v-divider{border-color:hsla(0,0%,100%,.12)}.v-divider{display:block;flex:1 1 0px;max-width:100%;height:0;max-height:0;border:solid;border-width:thin 0 0;transition:inherit}.v-divider--inset:not(.v-divider--vertical){max-width:calc(100% - 72px)}.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical){margin-left:72px}.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical){margin-right:72px}.v-divider--vertical{align-self:stretch;border:solid;border-width:0 thin 0 0;display:inline-flex;height:inherit;min-height:100%;max-height:100%;max-width:0;width:0;vertical-align:text-bottom}.v-divider--vertical.v-divider--inset{margin-top:8px;min-height:0;max-height:calc(100% - 16px)}.theme--light.v-subheader{color:rgba(0,0,0,.6)}.theme--dark.v-subheader{color:hsla(0,0%,100%,.7)}.v-subheader{align-items:center;display:flex;height:48px;font-size:.875rem;font-weight:400;padding:0 16px}.v-subheader--inset{margin-left:56px}.v-list.accent>.v-list-item,.v-list.error>.v-list-item,.v-list.info>.v-list-item,.v-list.primary>.v-list-item,.v-list.secondary>.v-list-item,.v-list.success>.v-list-item,.v-list.warning>.v-list-item{color:#fff}.theme--light.v-list{background:#fff;color:rgba(0,0,0,.87)}.theme--light.v-list .v-list--disabled{color:rgba(0,0,0,.38)}.theme--light.v-list .v-list-group--active:after,.theme--light.v-list .v-list-group--active:before{background:rgba(0,0,0,.12)}.theme--dark.v-list{background:#1e1e1e;color:#fff}.theme--dark.v-list .v-list--disabled{color:hsla(0,0%,100%,.5)}.theme--dark.v-list .v-list-group--active:after,.theme--dark.v-list .v-list-group--active:before{background:hsla(0,0%,100%,.12)}.v-list{border-radius:4px;display:block;padding:8px 0;position:static;transition:box-shadow .28s cubic-bezier(.4,0,.2,1);will-change:box-shadow}.v-list--disabled{pointer-events:none}.v-list--flat .v-list-item:before{display:none}.v-list--dense .v-subheader{font-size:.75rem;height:40px;padding:0 8px}.v-list--nav .v-list-item:not(:last-child):not(:only-child),.v-list--rounded .v-list-item:not(:last-child):not(:only-child){margin-bottom:8px}.v-list--nav.v-list--dense .v-list-item:not(:last-child):not(:only-child),.v-list--nav .v-list-item--dense:not(:last-child):not(:only-child),.v-list--rounded.v-list--dense .v-list-item:not(:last-child):not(:only-child),.v-list--rounded .v-list-item--dense:not(:last-child):not(:only-child){margin-bottom:4px}.v-list--nav{padding-left:8px;padding-right:8px}.v-list--nav .v-list-item{padding:0 8px}.v-list--nav .v-list-item,.v-list--nav .v-list-item:before{border-radius:4px}.v-application--is-ltr .v-list--shaped .v-list-item,.v-application--is-ltr .v-list--shaped .v-list-item:before,.v-application--is-ltr .v-list--shaped .v-list-item>.v-ripple__container{border-bottom-right-radius:32px!important;border-top-right-radius:32px!important}.v-application--is-rtl .v-list--shaped .v-list-item,.v-application--is-rtl .v-list--shaped .v-list-item:before,.v-application--is-rtl .v-list--shaped .v-list-item>.v-ripple__container{border-bottom-left-radius:32px!important;border-top-left-radius:32px!important}.v-application--is-ltr .v-list--shaped.v-list--two-line .v-list-item,.v-application--is-ltr .v-list--shaped.v-list--two-line .v-list-item:before,.v-application--is-ltr .v-list--shaped.v-list--two-line .v-list-item>.v-ripple__container{border-bottom-right-radius:42.6666666667px!important;border-top-right-radius:42.6666666667px!important}.v-application--is-rtl .v-list--shaped.v-list--two-line .v-list-item,.v-application--is-rtl .v-list--shaped.v-list--two-line .v-list-item:before,.v-application--is-rtl .v-list--shaped.v-list--two-line .v-list-item>.v-ripple__container{border-bottom-left-radius:42.6666666667px!important;border-top-left-radius:42.6666666667px!important}.v-application--is-ltr .v-list--shaped.v-list--three-line .v-list-item,.v-application--is-ltr .v-list--shaped.v-list--three-line .v-list-item:before,.v-application--is-ltr .v-list--shaped.v-list--three-line .v-list-item>.v-ripple__container{border-bottom-right-radius:58.6666666667px!important;border-top-right-radius:58.6666666667px!important}.v-application--is-rtl .v-list--shaped.v-list--three-line .v-list-item,.v-application--is-rtl .v-list--shaped.v-list--three-line .v-list-item:before,.v-application--is-rtl .v-list--shaped.v-list--three-line .v-list-item>.v-ripple__container{border-bottom-left-radius:58.6666666667px!important;border-top-left-radius:58.6666666667px!important}.v-application--is-ltr .v-list--shaped{padding-right:8px}.v-application--is-rtl .v-list--shaped{padding-left:8px}.v-list--rounded{padding:8px}.v-list--rounded .v-list-item,.v-list--rounded .v-list-item:before,.v-list--rounded .v-list-item>.v-ripple__container{border-radius:32px!important}.v-list--rounded.v-list--two-line .v-list-item,.v-list--rounded.v-list--two-line .v-list-item:before,.v-list--rounded.v-list--two-line .v-list-item>.v-ripple__container{border-radius:42.6666666667px!important}.v-list--rounded.v-list--three-line .v-list-item,.v-list--rounded.v-list--three-line .v-list-item:before,.v-list--rounded.v-list--three-line .v-list-item>.v-ripple__container{border-radius:58.6666666667px!important}.v-list--subheader{padding-top:0}.v-list-group .v-list-group__header .v-list-item__icon.v-list-group__header__append-icon{align-self:center;margin:0;min-width:48px;justify-content:flex-end}.v-list-group--sub-group{align-items:center;display:flex;flex-wrap:wrap}.v-list-group__header.v-list-item--active:not(:hover):not(:focus):before{opacity:0}.v-list-group__items{flex:1 1 auto}.v-list-group__items .v-list-group__items,.v-list-group__items .v-list-item{overflow:hidden}.v-list-group--active>.v-list-group__header.v-list-group__header--sub-group>.v-list-group__header__prepend-icon .v-icon,.v-list-group--active>.v-list-group__header>.v-list-group__header__append-icon .v-icon{transform:rotate(-180deg)}.v-list-group--active>.v-list-group__header .v-list-group__header__prepend-icon .v-icon,.v-list-group--active>.v-list-group__header .v-list-item,.v-list-group--active>.v-list-group__header .v-list-item__content{color:inherit}.v-application--is-ltr .v-list-group--sub-group .v-list-item__action:first-child,.v-application--is-ltr .v-list-group--sub-group .v-list-item__avatar:first-child,.v-application--is-ltr .v-list-group--sub-group .v-list-item__icon:first-child{margin-right:16px}.v-application--is-rtl .v-list-group--sub-group .v-list-item__action:first-child,.v-application--is-rtl .v-list-group--sub-group .v-list-item__avatar:first-child,.v-application--is-rtl .v-list-group--sub-group .v-list-item__icon:first-child{margin-left:16px}.v-application--is-ltr .v-list-group--sub-group .v-list-group__header{padding-left:32px}.v-application--is-rtl .v-list-group--sub-group .v-list-group__header{padding-right:32px}.v-application--is-ltr .v-list-group--sub-group .v-list-group__items .v-list-item{padding-left:40px}.v-application--is-rtl .v-list-group--sub-group .v-list-group__items .v-list-item{padding-right:40px}.v-list-group--sub-group.v-list-group--active .v-list-item__icon.v-list-group__header__prepend-icon .v-icon{transform:rotate(-180deg)}.v-application--is-ltr .v-list-group--no-action>.v-list-group__items>.v-list-item{padding-left:72px}.v-application--is-rtl .v-list-group--no-action>.v-list-group__items>.v-list-item{padding-right:72px}.v-application--is-ltr .v-list-group--no-action.v-list-group--sub-group>.v-list-group__items>.v-list-item{padding-left:88px}.v-application--is-rtl .v-list-group--no-action.v-list-group--sub-group>.v-list-group__items>.v-list-item{padding-right:88px}.v-application--is-ltr .v-list--dense .v-list-group--sub-group .v-list-group__header{padding-left:24px}.v-application--is-rtl .v-list--dense .v-list-group--sub-group .v-list-group__header{padding-right:24px}.v-application--is-ltr .v-list--dense.v-list--nav .v-list-group--no-action>.v-list-group__items>.v-list-item{padding-left:64px}.v-application--is-rtl .v-list--dense.v-list--nav .v-list-group--no-action>.v-list-group__items>.v-list-item{padding-right:64px}.v-application--is-ltr .v-list--dense.v-list--nav .v-list-group--no-action.v-list-group--sub-group>.v-list-group__items>.v-list-item{padding-left:80px}.v-application--is-rtl .v-list--dense.v-list--nav .v-list-group--no-action.v-list-group--sub-group>.v-list-group__items>.v-list-item{padding-right:80px}.v-avatar{align-items:center;border-radius:50%;display:inline-flex;justify-content:center;line-height:normal;position:relative;text-align:center;vertical-align:middle;overflow:hidden}.v-avatar .v-icon,.v-avatar .v-image,.v-avatar .v-responsive__content,.v-avatar img,.v-avatar svg{border-radius:inherit;display:inline-flex;height:inherit;width:inherit}.v-avatar--tile{border-radius:0}.v-list-item-group .v-list-item--active{color:inherit}.v-item-group{flex:0 1 auto;position:relative;max-width:100%;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-chip:not(.v-chip--outlined).accent,.v-chip:not(.v-chip--outlined).error,.v-chip:not(.v-chip--outlined).info,.v-chip:not(.v-chip--outlined).primary,.v-chip:not(.v-chip--outlined).secondary,.v-chip:not(.v-chip--outlined).success,.v-chip:not(.v-chip--outlined).warning{color:#fff}.theme--light.v-chip{border-color:rgba(0,0,0,.12);color:rgba(0,0,0,.87)}.theme--light.v-chip:not(.v-chip--active){background:#e0e0e0}.theme--light.v-chip:hover:before{opacity:.04}.theme--light.v-chip--active:before,.theme--light.v-chip--active:hover:before,.theme--light.v-chip:focus:before{opacity:.12}.theme--light.v-chip--active:focus:before{opacity:.16}.theme--dark.v-chip{border-color:hsla(0,0%,100%,.12);color:#fff}.theme--dark.v-chip:not(.v-chip--active){background:#555}.theme--dark.v-chip:hover:before{opacity:.08}.theme--dark.v-chip--active:before,.theme--dark.v-chip--active:hover:before,.theme--dark.v-chip:focus:before{opacity:.24}.theme--dark.v-chip--active:focus:before{opacity:.32}.v-chip{align-items:center;cursor:default;display:inline-flex;line-height:20px;max-width:100%;outline:none;overflow:hidden;padding:0 12px;position:relative;text-decoration:none;transition-duration:.28s;transition-property:box-shadow,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);vertical-align:middle;white-space:nowrap}.v-chip:before{background-color:currentColor;bottom:0;border-radius:inherit;content:"";left:0;opacity:0;position:absolute;pointer-events:none;right:0;top:0}.v-chip .v-avatar{height:24px!important;min-width:24px!important;width:24px!important}.v-chip .v-icon{font-size:24px}.v-application--is-ltr .v-chip .v-avatar--left,.v-application--is-ltr .v-chip .v-icon--left{margin-left:-6px;margin-right:8px}.v-application--is-ltr .v-chip .v-avatar--right,.v-application--is-ltr .v-chip .v-icon--right,.v-application--is-rtl .v-chip .v-avatar--left,.v-application--is-rtl .v-chip .v-icon--left{margin-left:8px;margin-right:-6px}.v-application--is-rtl .v-chip .v-avatar--right,.v-application--is-rtl .v-chip .v-icon--right{margin-left:-6px;margin-right:8px}.v-chip:not(.v-chip--no-color) .v-icon{color:inherit}.v-chip .v-chip__close.v-icon{font-size:18px;max-height:18px;max-width:18px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-application--is-ltr .v-chip .v-chip__close.v-icon.v-icon--right{margin-right:-4px}.v-application--is-rtl .v-chip .v-chip__close.v-icon.v-icon--right{margin-left:-4px}.v-chip .v-chip__close.v-icon:active,.v-chip .v-chip__close.v-icon:focus,.v-chip .v-chip__close.v-icon:hover{opacity:.72}.v-chip .v-chip__content{align-items:center;display:inline-flex;height:100%;max-width:100%}.v-chip--active .v-icon{color:inherit}.v-chip--link:before{transition:opacity .3s cubic-bezier(.25,.8,.5,1)}.v-chip--link:focus:before{opacity:.32}.v-chip--clickable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-chip--clickable:active{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-chip--disabled{opacity:.4;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-chip__filter{max-width:24px}.v-chip__filter.v-icon{color:inherit}.v-chip__filter.expand-x-transition-enter,.v-chip__filter.expand-x-transition-leave-active{margin:0}.v-chip--pill .v-chip__filter{margin-right:0 16px 0 0}.v-chip--pill .v-avatar{height:32px!important;width:32px!important}.v-application--is-ltr .v-chip--pill .v-avatar--left{margin-left:-12px}.v-application--is-ltr .v-chip--pill .v-avatar--right,.v-application--is-rtl .v-chip--pill .v-avatar--left{margin-right:-12px}.v-application--is-rtl .v-chip--pill .v-avatar--right{margin-left:-12px}.v-chip--label{border-radius:4px!important}.v-chip.v-chip--outlined{border-width:thin;border-style:solid}.v-chip.v-chip--outlined:not(.v-chip--active):before{opacity:0}.v-chip.v-chip--outlined.v-chip--active:before{opacity:.08}.v-chip.v-chip--outlined .v-icon{color:inherit}.v-chip.v-chip--outlined.v-chip.v-chip{background-color:transparent!important}.v-chip.v-chip--selected{background:transparent}.v-chip.v-chip--selected:after{opacity:.28}.v-chip.v-size--x-small{border-radius:8px;font-size:10px;height:16px}.v-chip.v-size--small{border-radius:12px;font-size:12px;height:24px}.v-chip.v-size--default{border-radius:16px;font-size:14px;height:32px}.v-chip.v-size--large{border-radius:27px;font-size:16px;height:54px}.v-chip.v-size--x-large{border-radius:33px;font-size:18px;height:66px}.v-menu{display:none}.v-menu--attached{display:inline}.v-menu__content{position:absolute;display:inline-block;border-radius:4px;max-width:80%;overflow-y:auto;overflow-x:hidden;contain:content;will-change:transform;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.v-menu__content--active{pointer-events:none}.v-menu__content--auto .v-list-item{transition-property:transform,opacity;transition-duration:.3s;transition-timing-function:cubic-bezier(.25,.8,.25,1)}.v-menu__content--fixed{position:fixed}.v-menu__content>.card{contain:content;-webkit-backface-visibility:hidden;backface-visibility:hidden}.v-menu>.v-menu__content{max-width:none}.v-menu-transition-enter .v-list-item{min-width:0;pointer-events:none}.v-menu-transition-enter-to .v-list-item{pointer-events:auto;transition-delay:.1s}.v-menu-transition-leave-active,.v-menu-transition-leave-to{pointer-events:none}.v-menu-transition-enter,.v-menu-transition-leave-to{opacity:0}.v-menu-transition-enter-active,.v-menu-transition-leave-active{transition:all .3s cubic-bezier(.25,.8,.25,1)}.v-menu-transition-enter.v-menu__content--auto{transition:none!important}.v-menu-transition-enter.v-menu__content--auto .v-list-item{opacity:0;transform:translateY(-15px)}.v-menu-transition-enter.v-menu__content--auto .v-list-item--active{opacity:1;transform:none!important;pointer-events:auto}.theme--light.v-badge .v-badge__badge:after{border-color:#fff}.theme--dark.v-badge .v-badge__badge:after{border-color:#1e1e1e}.v-badge{position:relative}.v-badge,.v-badge__badge{display:inline-block;line-height:1}.v-badge__badge{border-radius:10px;color:#fff;font-size:12px;height:20px;letter-spacing:0;min-width:20px;padding:4px 6px;pointer-events:auto;position:absolute;text-align:center;text-indent:0;top:auto;transition:.3s cubic-bezier(.25,.8,.5,1);white-space:nowrap}.v-application--is-ltr .v-badge__badge{right:auto}.v-application--is-rtl .v-badge__badge{left:auto}.v-badge__badge .v-icon{color:inherit;font-size:12px;margin:0 -2px}.v-badge__badge .v-img{height:12px;width:12px}.v-badge__wrapper{flex:0 1;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.v-badge--avatar .v-badge__badge{padding:0}.v-badge--avatar .v-badge__badge .v-avatar{height:20px!important;min-width:0!important;max-width:20px!important}.v-badge--bordered .v-badge__badge:after{border-radius:inherit;border-width:2px;border-style:solid;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:scale(1.15)}.v-badge--dot .v-badge__badge{border-radius:4.5px;height:9px;min-width:0;padding:0;width:9px}.v-badge--dot .v-badge__badge:after{border-width:1.5px}.v-badge--icon .v-badge__badge{padding:4px 6px}.v-badge--inline{align-items:center;display:inline-flex;justify-content:center}.v-badge--inline .v-badge__badge,.v-badge--inline .v-badge__wrapper{position:relative}.v-badge--inline .v-badge__wrapper{margin:0 4px}.v-badge--tile .v-badge__badge{border-radius:0}.theme--light.v-banner .v-banner__wrapper{border-bottom:1px solid rgba(0,0,0,.12)}.theme--dark.v-banner .v-banner__wrapper{border-bottom:1px solid hsla(0,0%,100%,.12)}.v-banner{position:relative;transition:box-shadow .28s cubic-bezier(.4,0,.2,1);will-change:box-shadow}.v-banner__actions{align-items:center;align-self:flex-end;display:flex;flex:1 0 auto;justify-content:flex-end;margin-bottom:-8px}.v-application--is-ltr .v-banner__actions{margin-left:90px}.v-application--is-rtl .v-banner__actions{margin-right:90px}.v-application--is-ltr .v-banner__actions>*{margin-left:8px}.v-application--is-rtl .v-banner__actions>*{margin-right:8px}.v-banner__content{align-items:center;display:flex;flex:1 1 auto;overflow:hidden}.v-banner__text{line-height:20px}.v-banner__icon{display:inline-flex;flex:0 0 auto}.v-application--is-ltr .v-banner__icon{margin-right:24px}.v-application--is-rtl .v-banner__icon{margin-left:24px}.v-banner__wrapper{align-items:center;display:flex;flex:1 1 auto}.v-application--is-ltr .v-banner__wrapper{padding:16px 8px 16px 24px}.v-application--is-rtl .v-banner__wrapper{padding:16px 24px 16px 8px}.v-banner--single-line .v-banner__actions{margin-bottom:0;align-self:center}.v-banner--single-line .v-banner__text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v-banner--single-line .v-banner__wrapper{padding-top:8px;padding-bottom:8px}.v-application--is-ltr .v-banner--has-icon .v-banner__wrapper{padding-left:16px}.v-application--is-rtl .v-banner--has-icon .v-banner__wrapper{padding-right:16px}.v-banner--is-mobile .v-banner__actions{flex:1 0 100%;margin-left:0;margin-right:0;padding-top:12px}.v-banner--is-mobile .v-banner__wrapper{flex-wrap:wrap;padding-top:16px}.v-application--is-ltr .v-banner--is-mobile .v-banner__wrapper{padding-left:16px}.v-application--is-rtl .v-banner--is-mobile .v-banner__wrapper{padding-right:16px}.v-banner--is-mobile.v-banner--has-icon .v-banner__wrapper{padding-top:24px}.v-banner--is-mobile.v-banner--single-line .v-banner__actions{flex:initial;padding-top:0}.v-application--is-ltr .v-banner--is-mobile.v-banner--single-line .v-banner__actions{margin-left:36px}.v-application--is-rtl .v-banner--is-mobile.v-banner--single-line .v-banner__actions{margin-right:36px}.v-banner--is-mobile.v-banner--single-line .v-banner__wrapper{flex-wrap:nowrap;padding-top:10px}.v-application--is-ltr .v-banner--is-mobile .v-banner__icon{margin-right:16px}.v-application--is-rtl .v-banner--is-mobile .v-banner__icon{margin-left:16px}.v-application--is-ltr .v-banner--is-mobile .v-banner__content{padding-right:8px}.v-application--is-rtl .v-banner--is-mobile .v-banner__content{padding-left:8px}.v-banner--is-mobile .v-banner__content .v-banner__wrapper{flex-wrap:nowrap;padding-top:10px}.theme--light.v-bottom-navigation{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-bottom-navigation .v-btn:not(.v-btn--active){color:rgba(0,0,0,.6)!important}.theme--dark.v-bottom-navigation{background-color:#2e2e2e;color:#fff}.theme--dark.v-bottom-navigation .v-btn:not(.v-btn--active){color:hsla(0,0%,100%,.7)!important}.v-item-group.v-bottom-navigation{bottom:0;display:flex;left:0;justify-content:center;width:100%;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-item-group.v-bottom-navigation .v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined){background-color:transparent}.v-item-group.v-bottom-navigation .v-btn{border-radius:0;box-shadow:none;flex:0 1 auto;font-size:.75rem;height:inherit;max-width:168px;min-width:80px;position:relative;text-transform:none}.v-item-group.v-bottom-navigation .v-btn:after{content:none}.v-item-group.v-bottom-navigation .v-btn .v-btn__content{flex-direction:column-reverse;height:inherit}.v-item-group.v-bottom-navigation .v-btn .v-btn__content>:not(.v-icon){line-height:1.2}.v-item-group.v-bottom-navigation .v-btn.v-btn--active{color:inherit}.v-item-group.v-bottom-navigation .v-btn.v-btn--active:not(:hover):before{opacity:0}.v-item-group.v-bottom-navigation--absolute,.v-item-group.v-bottom-navigation--fixed{z-index:4}.v-item-group.v-bottom-navigation--absolute{position:absolute}.v-item-group.v-bottom-navigation--active{transform:translate(0)}.v-item-group.v-bottom-navigation--fixed{position:fixed}.v-item-group.v-bottom-navigation--grow .v-btn{width:100%}.v-item-group.v-bottom-navigation--horizontal .v-btn>.v-btn__content{flex-direction:row-reverse}.v-item-group.v-bottom-navigation--horizontal .v-btn>.v-btn__content>.v-icon{margin-bottom:0;margin-right:16px}.v-item-group.v-bottom-navigation--shift .v-btn .v-btn__content>:not(.v-icon){opacity:0;position:absolute;top:calc(100% - 12px);transform:scale(.9);transition:.3s cubic-bezier(.25,.8,.5,1)}.v-item-group.v-bottom-navigation--shift .v-btn--active .v-btn__content>.v-icon{transform:translateY(-8px)}.v-item-group.v-bottom-navigation--shift .v-btn--active .v-btn__content>:not(.v-icon){opacity:1;top:calc(100% - 22px);transform:scale(1)}.bottom-sheet-transition-enter,.bottom-sheet-transition-leave-to{transform:translateY(100%)}.v-bottom-sheet.v-dialog{align-self:flex-end;border-radius:0;flex:0 1 auto;margin:0;overflow:visible}.v-bottom-sheet.v-dialog.v-bottom-sheet--inset{max-width:70%}@media only screen and (max-width:599px){.v-bottom-sheet.v-dialog.v-bottom-sheet--inset{max-width:none}}.v-dialog{border-radius:4px;margin:24px;overflow-y:auto;pointer-events:auto;transition:.3s cubic-bezier(.25,.8,.25,1);width:100%;z-index:inherit;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.v-dialog:not(.v-dialog--fullscreen){max-height:90%}.v-dialog>*{width:100%}.v-dialog>.v-card>.v-card__title{font-size:1.25rem;font-weight:500;letter-spacing:.0125em;padding:16px 24px 10px}.v-dialog>.v-card>.v-card__subtitle,.v-dialog>.v-card>.v-card__text{padding:0 24px 20px}.v-dialog__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;transition:.2s cubic-bezier(.25,.8,.25,1),z-index 1ms;width:100%;z-index:6;outline:none}.v-dialog__container{display:none}.v-dialog__container--attached{display:inline}.v-dialog--animated{-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-name:animate-dialog;animation-name:animate-dialog;-webkit-animation-timing-function:cubic-bezier(.25,.8,.25,1);animation-timing-function:cubic-bezier(.25,.8,.25,1)}.v-dialog--fullscreen{border-radius:0;margin:0;height:100%;position:fixed;overflow-y:auto;top:0;left:0}.v-dialog--fullscreen>.v-card{min-height:100%;min-width:100%;margin:0!important;padding:0!important}.v-dialog--scrollable,.v-dialog--scrollable>form{display:flex}.v-dialog--scrollable>.v-card,.v-dialog--scrollable>form>.v-card{display:flex;flex:1 1 100%;flex-direction:column;max-height:100%;max-width:100%}.v-dialog--scrollable>.v-card>.v-card__actions,.v-dialog--scrollable>.v-card>.v-card__title,.v-dialog--scrollable>form>.v-card>.v-card__actions,.v-dialog--scrollable>form>.v-card>.v-card__title{flex:0 0 auto}.v-dialog--scrollable>.v-card>.v-card__text,.v-dialog--scrollable>form>.v-card>.v-card__text{-webkit-backface-visibility:hidden;backface-visibility:hidden;flex:1 1 auto;overflow-y:auto}@-webkit-keyframes animate-dialog{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes animate-dialog{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}.theme--light.v-overlay{color:rgba(0,0,0,.87)}.theme--dark.v-overlay{color:#fff}.v-overlay{align-items:center;border-radius:inherit;display:flex;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;transition:.3s cubic-bezier(.25,.8,.5,1),z-index 1ms}.v-overlay__content{position:relative}.v-overlay__scrim{border-radius:inherit;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;transition:inherit;width:100%;will-change:opacity}.v-overlay--absolute{position:absolute}.v-overlay--active{pointer-events:auto}.theme--light.v-breadcrumbs .v-breadcrumbs__divider,.theme--light.v-breadcrumbs .v-breadcrumbs__item--disabled{color:rgba(0,0,0,.38)}.theme--dark.v-breadcrumbs .v-breadcrumbs__divider,.theme--dark.v-breadcrumbs .v-breadcrumbs__item--disabled{color:hsla(0,0%,100%,.5)}.v-breadcrumbs{align-items:center;display:flex;flex-wrap:wrap;flex:0 1 auto;list-style-type:none;margin:0;padding:18px 12px}.v-breadcrumbs li{align-items:center;display:inline-flex;font-size:14px}.v-breadcrumbs li .v-icon{font-size:16px}.v-breadcrumbs li:nth-child(2n){padding:0 12px}.v-breadcrumbs__item{align-items:center;display:inline-flex;text-decoration:none;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-breadcrumbs__item--disabled{pointer-events:none}.v-breadcrumbs--large li,.v-breadcrumbs--large li .v-icon{font-size:16px}.theme--light.v-btn-toggle:not(.v-btn-toggle--group){background:#fff;color:rgba(0,0,0,.87)}.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn{border-color:rgba(0,0,0,.12)!important}.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn:focus:not(:active){border-color:rgba(0,0,0,.26)}.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn .v-icon{color:#000}.theme--dark.v-btn-toggle:not(.v-btn-toggle--group){background:#1e1e1e;color:#fff}.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn{border-color:hsla(0,0%,100%,.12)!important}.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn:focus:not(:active){border-color:hsla(0,0%,100%,.3)}.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn .v-icon{color:#fff}.v-btn-toggle{border-radius:4px;display:inline-flex;max-width:100%}.v-btn-toggle>.v-btn.v-btn{border-radius:0;border-style:solid;border-width:thin;box-shadow:none;opacity:.8;padding:0 12px}.v-btn-toggle>.v-btn.v-btn:first-child{border-top-left-radius:inherit;border-bottom-left-radius:inherit}.v-btn-toggle>.v-btn.v-btn:last-child{border-top-right-radius:inherit;border-bottom-right-radius:inherit}.v-btn-toggle>.v-btn.v-btn--active{color:inherit;opacity:1}.v-btn-toggle>.v-btn.v-btn:after{display:none}.v-btn-toggle>.v-btn.v-btn:not(:first-child){border-left-width:0}.v-btn-toggle:not(.v-btn-toggle--dense) .v-btn.v-btn.v-size--default{height:48px;min-height:0;min-width:48px}.v-btn-toggle--borderless>.v-btn.v-btn{border-width:0}.v-btn-toggle--dense>.v-btn.v-btn{padding:0 8px}.v-btn-toggle--group{border-radius:0}.v-btn-toggle--group>.v-btn.v-btn{background-color:transparent!important;border-color:transparent;margin:4px;min-width:auto}.v-btn-toggle--rounded{border-radius:24px}.v-btn-toggle--shaped{border-radius:24px 4px}.v-btn-toggle--tile{border-radius:0}.theme--light.v-calendar-events .v-event-timed{border:1px solid!important}.theme--light.v-calendar-events .v-event-more{background-color:#fff}.theme--light.v-calendar-events .v-event-more.v-outside{background-color:#f7f7f7}.theme--dark.v-calendar-events .v-event-timed{border:1px solid!important}.theme--dark.v-calendar-events .v-event-more{background-color:#303030}.theme--dark.v-calendar-events .v-event-more.v-outside{background-color:#202020}.v-calendar .v-event{margin-right:-1px;border-radius:4px}.v-calendar .v-event,.v-calendar .v-event-more{position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;cursor:pointer;z-index:1}.v-calendar .v-event-more{font-weight:700}.v-calendar .v-event-timed-container{position:absolute;top:0;bottom:0;left:0;right:0;margin-right:10px;pointer-events:none}.v-calendar .v-event-timed{position:absolute;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12px;cursor:pointer;border-radius:4px;pointer-events:all}.v-calendar.v-calendar-events .v-calendar-weekly__head-weekday{margin-right:-1px}.v-calendar.v-calendar-events .v-calendar-weekly__day{overflow:visible;margin-right:-1px}.theme--light.v-calendar-weekly{background-color:#fff;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0}.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday{border-right:1px solid #e0e0e0;color:#000}.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past{color:rgba(0,0,0,.38)}.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside{background-color:#f7f7f7}.theme--light.v-calendar-weekly .v-calendar-weekly__day{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;color:#000}.theme--light.v-calendar-weekly .v-calendar-weekly__day.v-outside{background-color:#f7f7f7}.theme--dark.v-calendar-weekly{background-color:#303030;border-top:1px solid #9e9e9e;border-left:1px solid #9e9e9e}.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday{border-right:1px solid #9e9e9e;color:#fff}.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past{color:hsla(0,0%,100%,.5)}.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside{background-color:#202020}.theme--dark.v-calendar-weekly .v-calendar-weekly__day{border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;color:#fff}.theme--dark.v-calendar-weekly .v-calendar-weekly__day.v-outside{background-color:#202020}.v-calendar-weekly{width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.v-calendar-weekly__head{display:flex}.v-calendar-weekly__head,.v-calendar-weekly__head-weekday{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-calendar-weekly__head-weekday{flex:1 0 20px;padding:0 4px;font-size:11px;overflow:hidden;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.v-calendar-weekly__week{display:flex;flex:1;height:unset;min-height:0}.v-calendar-weekly__day{flex:1;width:0;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;padding:0;min-width:0}.v-calendar-weekly__day.v-present .v-calendar-weekly__day-month{color:currentColor}.v-calendar-weekly__day-label{text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;box-shadow:none;text-align:center;margin:4px 0 0}.v-calendar-weekly__day-label .v-btn{font-size:12px;text-transform:none}.v-calendar-weekly__day-month{position:absolute;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:none;top:0;left:36px;height:32px;line-height:32px}.theme--light.v-calendar-daily{background-color:#fff;border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.theme--light.v-calendar-daily .v-calendar-daily__intervals-head{border-right:1px solid #e0e0e0}.theme--light.v-calendar-daily .v-calendar-daily__intervals-head:after{background:#e0e0e0;background:linear-gradient(90deg,transparent,#e0e0e0)}.theme--light.v-calendar-daily .v-calendar-daily_head-day{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;color:#000}.theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label,.theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday{color:rgba(0,0,0,.38)}.theme--light.v-calendar-daily .v-calendar-daily__intervals-body{border-right:1px solid #e0e0e0}.theme--light.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text{color:#424242}.theme--light.v-calendar-daily .v-calendar-daily__day{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.theme--light.v-calendar-daily .v-calendar-daily__day-interval{border-top:1px solid #e0e0e0}.theme--light.v-calendar-daily .v-calendar-daily__day-interval:first-child{border-top:none!important}.theme--light.v-calendar-daily .v-calendar-daily__interval:after{border-top:1px solid #e0e0e0}.theme--dark.v-calendar-daily{background-color:#303030;border-left:1px solid #9e9e9e;border-top:1px solid #9e9e9e}.theme--dark.v-calendar-daily .v-calendar-daily__intervals-head{border-right:1px solid #9e9e9e}.theme--dark.v-calendar-daily .v-calendar-daily__intervals-head:after{background:#9e9e9e;background:linear-gradient(90deg,transparent,#9e9e9e)}.theme--dark.v-calendar-daily .v-calendar-daily_head-day{border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;color:#fff}.theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label,.theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday{color:hsla(0,0%,100%,.5)}.theme--dark.v-calendar-daily .v-calendar-daily__intervals-body{border-right:1px solid #9e9e9e}.theme--dark.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text{color:#eee}.theme--dark.v-calendar-daily .v-calendar-daily__day{border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e}.theme--dark.v-calendar-daily .v-calendar-daily__day-interval{border-top:1px solid #9e9e9e}.theme--dark.v-calendar-daily .v-calendar-daily__day-interval:first-child{border-top:none!important}.theme--dark.v-calendar-daily .v-calendar-daily__interval:after{border-top:1px solid #9e9e9e}.v-calendar-daily{display:flex;flex-direction:column;overflow:hidden;height:100%}.v-calendar-daily__head{flex:none;display:flex}.v-calendar-daily__intervals-head{flex:none;position:relative}.v-calendar-daily__intervals-head:after{position:absolute;bottom:0;height:1px;left:0;right:0;content:""}.v-calendar-daily_head-day{flex:1 1 auto;width:0;position:relative}.v-calendar-daily_head-weekday{padding:3px 0 0;font-size:11px;text-transform:uppercase}.v-calendar-daily_head-day-label,.v-calendar-daily_head-weekday{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center}.v-calendar-daily_head-day-label{padding:0 0 3px;cursor:pointer}.v-calendar-daily__body{flex:1 1 60%;overflow:hidden;display:flex;position:relative;flex-direction:column}.v-calendar-daily__scroll-area{overflow-y:scroll;flex:1 1 auto;display:flex;align-items:flex-start}.v-calendar-daily__pane{width:100%;overflow-y:hidden;flex:none;display:flex;align-items:flex-start}.v-calendar-daily__day-container{display:flex;flex:1;width:100%;height:100%}.v-calendar-daily__intervals-body{flex:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-calendar-daily__interval{text-align:right;padding-right:8px;border-bottom:none;position:relative}.v-calendar-daily__interval:after{width:8px;position:absolute;height:1px;display:block;content:"";right:0;bottom:-1px}.v-calendar-daily__interval-text{display:block;position:relative;top:-6px;font-size:10px;padding-right:4px}.v-calendar-daily__day{flex:1;width:0;position:relative}.theme--light.v-card{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-card .v-card__subtitle,.theme--light.v-card>.v-card__text{color:rgba(0,0,0,.6)}.theme--light.v-card.v-card--outlined{border:thin solid rgba(0,0,0,.12)}.theme--dark.v-card{background-color:#1e1e1e;color:#fff}.theme--dark.v-card .v-card__subtitle,.theme--dark.v-card>.v-card__text{color:hsla(0,0%,100%,.7)}.theme--dark.v-card.v-card--outlined{border:thin solid hsla(0,0%,100%,.12)}.v-card{display:block;max-width:100%;outline:none;text-decoration:none;transition-property:box-shadow,opacity;overflow-wrap:break-word;position:relative;white-space:normal;transition:box-shadow .28s cubic-bezier(.4,0,.2,1);will-change:box-shadow;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-card:not(.v-sheet--tile):not(.v-card--shaped){border-radius:4px}.v-card>.v-card__progress+:not(.v-btn):not(.v-chip),.v-card>:first-child:not(.v-btn):not(.v-chip){border-top-left-radius:inherit;border-top-right-radius:inherit}.v-card>:last-child:not(.v-btn):not(.v-chip){border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.v-card__progress{top:0;left:0;right:0;overflow:hidden}.v-card__subtitle+.v-card__text{padding-top:0}.v-card__subtitle,.v-card__text{font-size:.875rem;font-weight:400;line-height:1.375rem;letter-spacing:.0071428571em}.v-card__subtitle,.v-card__text,.v-card__title{padding:16px}.v-card__title{align-items:center;display:flex;flex-wrap:wrap;font-size:1.25rem;font-weight:500;letter-spacing:.0125em;line-height:2rem;word-break:break-all}.v-card__title+.v-card__subtitle,.v-card__title+.v-card__text{padding-top:0}.v-card__title+.v-card__subtitle{margin-top:-16px}.v-card__text{width:100%}.v-card__actions{align-items:center;display:flex;padding:8px}.v-card__actions>.v-btn.v-btn{padding:0 8px}.v-application--is-ltr .v-card__actions>.v-btn.v-btn+.v-btn{margin-left:8px}.v-application--is-ltr .v-card__actions>.v-btn.v-btn .v-icon--left{margin-left:4px}.v-application--is-ltr .v-card__actions>.v-btn.v-btn .v-icon--right{margin-right:4px}.v-application--is-rtl .v-card__actions>.v-btn.v-btn+.v-btn{margin-right:8px}.v-application--is-rtl .v-card__actions>.v-btn.v-btn .v-icon--left{margin-right:4px}.v-application--is-rtl .v-card__actions>.v-btn.v-btn .v-icon--right{margin-left:4px}.v-card--flat{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-card--hover{cursor:pointer;transition:box-shadow .4s cubic-bezier(.25,.8,.25,1)}.v-card--hover:focus,.v-card--hover:hover{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.v-card--link,.v-card--link .v-chip{cursor:pointer}.v-card--link:focus:before{opacity:.08}.v-card--link:before{background:currentColor;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s}.v-card--disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-card--disabled>:not(.v-card__progress){opacity:.6;transition:inherit}.v-card--loading{overflow:hidden}.v-card--outlined{box-shadow:none}.v-card--raised{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.v-card--shaped{border-radius:24px 4px}.v-carousel{overflow:hidden;position:relative;width:100%}.v-carousel__controls{align-items:center;background:rgba(0,0,0,.3);bottom:0;display:flex;height:50px;justify-content:center;list-style-type:none;position:absolute;width:100%;z-index:1}.v-carousel__controls>.v-item-group{flex:0 1 auto}.v-carousel__controls__item{margin:0 8px}.v-carousel__controls__item .v-icon{opacity:.5}.v-carousel__controls__item--active .v-icon{opacity:1;vertical-align:middle}.v-carousel__controls__item:hover{background:none}.v-carousel__controls__item:hover .v-icon{opacity:.8}.v-carousel__progress{margin:0;position:absolute;bottom:0;left:0;right:0}.v-carousel .v-window-item{display:block;height:inherit;text-decoration:none}.v-carousel--hide-delimiter-background .v-carousel__controls{background:transparent}.v-carousel--vertical-delimiters .v-carousel__controls{height:100%!important;width:50px}.v-window__container{height:inherit;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-window__container--is-active{overflow:hidden}.v-window__next,.v-window__prev{background:rgba(0,0,0,.3);border-radius:50%;position:absolute;margin:0 16px;top:calc(50% - 20px);z-index:1}.v-window__next .v-btn:hover,.v-window__prev .v-btn:hover{background:none}.v-application--is-ltr .v-window__prev{left:0}.v-application--is-ltr .v-window__next,.v-application--is-rtl .v-window__prev{right:0}.v-application--is-rtl .v-window__next{left:0}.v-window--show-arrows-on-hover{overflow:hidden}.v-window--show-arrows-on-hover .v-window__next,.v-window--show-arrows-on-hover .v-window__prev{transition:transform .2s cubic-bezier(.25,.8,.5,1)}.v-application--is-ltr .v-window--show-arrows-on-hover .v-window__prev{transform:translateX(-200%)}.v-application--is-ltr .v-window--show-arrows-on-hover .v-window__next,.v-application--is-rtl .v-window--show-arrows-on-hover .v-window__prev{transform:translateX(200%)}.v-application--is-rtl .v-window--show-arrows-on-hover .v-window__next{transform:translateX(-200%)}.v-window--show-arrows-on-hover:hover .v-window__next,.v-window--show-arrows-on-hover:hover .v-window__prev{transform:translateX(0)}.v-window-x-reverse-transition-enter-active,.v-window-x-reverse-transition-leave-active,.v-window-x-transition-enter-active,.v-window-x-transition-leave-active,.v-window-y-reverse-transition-enter-active,.v-window-y-reverse-transition-leave-active,.v-window-y-transition-enter-active,.v-window-y-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.v-window-x-reverse-transition-leave,.v-window-x-reverse-transition-leave-to,.v-window-x-transition-leave,.v-window-x-transition-leave-to,.v-window-y-reverse-transition-leave,.v-window-y-reverse-transition-leave-to,.v-window-y-transition-leave,.v-window-y-transition-leave-to{position:absolute!important;top:0;width:100%}.v-window-x-transition-enter{transform:translateX(100%)}.v-window-x-reverse-transition-enter,.v-window-x-transition-leave-to{transform:translateX(-100%)}.v-window-x-reverse-transition-leave-to{transform:translateX(100%)}.v-window-y-transition-enter{transform:translateY(100%)}.v-window-y-reverse-transition-enter,.v-window-y-transition-leave-to{transform:translateY(-100%)}.v-window-y-reverse-transition-leave-to{transform:translateY(100%)}.v-input--checkbox.v-input--indeterminate.v-input--is-disabled{opacity:.6}.theme--light.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon{color:rgba(0,0,0,.26)!important}.theme--dark.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon{color:hsla(0,0%,100%,.3)!important}.v-input--selection-controls{margin-top:16px;padding-top:4px}.v-input--selection-controls>.v-input__append-outer,.v-input--selection-controls>.v-input__prepend-outer{margin-top:0;margin-bottom:0}.v-input--selection-controls:not(.v-input--hide-details)>.v-input__slot{margin-bottom:12px}.v-input--selection-controls .v-input__slot>.v-label,.v-input--selection-controls .v-radio>.v-label{align-items:center;display:inline-flex;flex:1 1 auto;height:auto}.v-input--selection-controls__input{color:inherit;display:inline-flex;flex:0 0 auto;height:24px;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);transition-property:transform;width:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-input--selection-controls__input .v-icon{width:100%}.v-application--is-ltr .v-input--selection-controls__input{margin-right:8px}.v-application--is-rtl .v-input--selection-controls__input{margin-left:8px}.v-input--selection-controls__input input[role=checkbox],.v-input--selection-controls__input input[role=radio],.v-input--selection-controls__input input[role=switch]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-input--selection-controls__input+.v-label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-input--selection-controls__ripple{border-radius:50%;cursor:pointer;height:34px;position:absolute;transition:inherit;width:34px;left:-12px;top:calc(50% - 24px);margin:7px}.v-input--selection-controls__ripple:before{border-radius:inherit;bottom:0;content:"";position:absolute;opacity:.2;left:0;right:0;top:0;transform-origin:center center;transform:scale(.2);transition:inherit}.v-input--selection-controls__ripple>.v-ripple__container{transform:scale(1.2)}.v-input--selection-controls.v-input--dense .v-input--selection-controls__ripple{width:28px;height:28px;left:-9px}.v-input--selection-controls.v-input--dense:not(.v-input--switch) .v-input--selection-controls__ripple{top:calc(50% - 21px)}.v-input--selection-controls.v-input{flex:0 1 auto}.v-input--selection-controls.v-input--is-focused .v-input--selection-controls__ripple:before,.v-input--selection-controls .v-radio--is-focused .v-input--selection-controls__ripple:before{background:currentColor;transform:scale(1.2)}.v-input--selection-controls .v-input--selection-controls__input:hover .v-input--selection-controls__ripple:before{background:currentColor;transform:scale(1.2);transition:none}.v-chip-group .v-chip{margin:4px 8px 4px 0}.v-chip-group .v-chip--active{color:inherit}.v-chip-group .v-chip--active.v-chip--no-color:after{opacity:.22}.v-chip-group .v-chip--active.v-chip--no-color:focus:after{opacity:.32}.v-chip-group .v-slide-group__content{padding:4px 0}.v-chip-group--column .v-slide-group__content{white-space:normal;flex-wrap:wrap;max-width:100%}.v-slide-group{display:flex}.v-slide-group:not(.v-slide-group--has-affixes)>.v-slide-group__next,.v-slide-group:not(.v-slide-group--has-affixes)>.v-slide-group__prev{display:none}.v-slide-group.v-item-group>.v-slide-group__next,.v-slide-group.v-item-group>.v-slide-group__prev{cursor:pointer}.v-slide-item{display:inline-flex;flex:0 1 auto}.v-slide-group__next,.v-slide-group__prev{align-items:center;display:flex;flex:0 1 52px;justify-content:center;min-width:52px}.v-slide-group__content{display:flex;flex:1 0 auto;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);white-space:nowrap}.v-slide-group__wrapper{contain:content;display:flex;flex:1 1 auto;overflow:hidden}.v-slide-group__next--disabled,.v-slide-group__prev--disabled{pointer-events:none}.theme--light.v-color-picker .v-color-picker__input input{border:thin solid rgba(0,0,0,.12)}.theme--light.v-color-picker span{color:rgba(0,0,0,.6)}.theme--light.v-color-picker .v-color-picker__color,.theme--light.v-color-picker .v-color-picker__dot{background-color:hsla(0,0%,100%,0)}.theme--dark.v-color-picker .v-color-picker__input input{border:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-color-picker span{color:hsla(0,0%,100%,.7)}.theme--dark.v-color-picker .v-color-picker__color,.theme--dark.v-color-picker .v-color-picker__dot{background-color:hsla(0,0%,100%,.12)}.v-color-picker{align-self:flex-start;border-radius:4px;contain:content;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-color-picker__controls{display:flex;flex-direction:column;padding:16px}.v-color-picker--flat,.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-color-picker__edit{margin-top:24px;display:flex}.v-color-picker__input{width:100%;display:flex;flex-wrap:wrap;justify-content:center;text-align:center}.v-application--is-ltr .v-color-picker__input:not(:last-child){margin-right:8px}.v-application--is-rtl .v-color-picker__input:not(:last-child){margin-left:8px}.v-color-picker__input input{border-radius:4px;margin-bottom:8px;min-width:0;outline:none;text-align:center;width:100%;height:28px}.v-color-picker__input span{font-size:.75rem}.v-color-picker__canvas{position:relative;overflow:hidden;contain:strict}.v-color-picker__canvas-dot{position:absolute;top:0;left:0;width:15px;height:15px;background:transparent;border-radius:50%;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1.5px rgba(0,0,0,.3)}.v-color-picker__canvas-dot--disabled{box-shadow:0 0 0 1.5px hsla(0,0%,100%,.7),inset 0 0 1px 1.5px rgba(0,0,0,.3)}.v-color-picker__canvas:hover .v-color-picker__canvas-dot{will-change:transform}.v-color-picker .v-input__slider{border-radius:5px}.v-color-picker .v-input__slider .v-slider{margin:0}.v-color-picker__alpha:not(.v-input--is-disabled) .v-slider{border-radius:5px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat}.v-color-picker__sliders{display:flex;flex:1 0 auto;flex-direction:column}.v-color-picker__dot{position:relative;height:30px;width:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat;border-radius:50%;overflow:hidden}.v-application--is-ltr .v-color-picker__dot{margin-right:24px}.v-application--is-rtl .v-color-picker__dot{margin-left:24px}.v-color-picker__dot>div{width:100%;height:100%}.v-application--is-ltr .v-color-picker__hue:not(.v-input--is-disabled){background:linear-gradient(90deg,red 0,#ff0 16.66%,#0f0 33.33%,#0ff 50%,#00f 66.66%,#f0f 83.33%,red)}.v-application--is-rtl .v-color-picker__hue:not(.v-input--is-disabled){background:linear-gradient(270deg,red 0,#ff0 16.66%,#0f0 33.33%,#0ff 50%,#00f 66.66%,#f0f 83.33%,red)}.v-color-picker__track{position:relative;width:100%}.v-color-picker__preview{align-items:center;display:flex}.v-color-picker__preview .v-slider{min-height:10px}.v-color-picker__preview .v-slider:not(.v-slider--disabled) .v-slider__thumb{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.v-color-picker__preview .v-slider:not(.v-slider--disabled) .v-slider__track-container{opacity:0}.v-color-picker__preview:not(.v-color-picker__preview--hide-alpha) .v-color-picker__hue{margin-bottom:24px}.theme--light.v-slider .v-slider__thumb,.theme--light.v-slider .v-slider__track-background,.theme--light.v-slider .v-slider__track-fill{background:rgba(0,0,0,.26)}.theme--dark.v-slider .v-slider__thumb,.theme--dark.v-slider .v-slider__track-background,.theme--dark.v-slider .v-slider__track-fill{background:hsla(0,0%,100%,.2)}.v-slider{cursor:default;display:flex;align-items:center;position:relative;flex:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-slider input{cursor:default;padding:0;width:100%;display:none}.v-slider__track-container{position:absolute;border-radius:0}.v-slider__thumb-container,.v-slider__track-background,.v-slider__track-fill{position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-slider__thumb-container{outline:none;top:50%}.v-slider__thumb-container:hover .v-slider__thumb:before{transform:scale(1)}.v-slider__thumb{width:12px;height:12px;left:-6px;top:50%;transform:translateY(-50%);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-slider__thumb,.v-slider__thumb:before{position:absolute;border-radius:50%;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-slider__thumb:before{content:"";color:inherit;width:36px;height:36px;background:currentColor;opacity:.3;left:-12px;top:-12px;transform:scale(.1);pointer-events:none}.v-slider__tick,.v-slider__ticks-container{position:absolute}.v-slider__tick{opacity:0;background-color:rgba(0,0,0,.5);transition:.3s cubic-bezier(.25,.8,.5,1);border-radius:0}.v-slider__tick--filled{background-color:hsla(0,0%,100%,.5)}.v-application--is-ltr .v-slider__tick:first-child .v-slider__tick-label{transform:none}.v-application--is-rtl .v-slider__tick:first-child .v-slider__tick-label{transform:translateX(100%)}.v-application--is-ltr .v-slider__tick:last-child .v-slider__tick-label{transform:translateX(-100%)}.v-application--is-rtl .v-slider__tick:last-child .v-slider__tick-label{transform:none}.v-slider__tick-label{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.v-slider__thumb-label-container{top:0}.v-slider__thumb-label,.v-slider__thumb-label-container{position:absolute;left:0;transition:.3s cubic-bezier(.25,.8,.25,1)}.v-slider__thumb-label{display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#fff;width:32px;height:32px;border-radius:50% 50% 0;bottom:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-slider--horizontal{min-height:32px;margin-left:8px;margin-right:8px}.v-slider--horizontal .v-slider__track-container{width:100%;height:2px;left:0;top:50%;transform:translateY(-50%)}.v-slider--horizontal .v-slider__track-background,.v-slider--horizontal .v-slider__track-fill{height:100%}.v-slider--horizontal .v-slider__ticks-container{left:0;height:2px;width:100%}.v-application--is-ltr .v-slider--horizontal .v-slider__tick:first-child .v-slider__tick-label{transform:translateX(0)}.v-application--is-rtl .v-slider--horizontal .v-slider__tick:first-child .v-slider__tick-label{transform:translateX(100%)}.v-application--is-ltr .v-slider--horizontal .v-slider__tick:last-child .v-slider__tick-label{transform:translateX(-100%)}.v-application--is-rtl .v-slider--horizontal .v-slider__tick:last-child .v-slider__tick-label{transform:translateX(0)}.v-slider--horizontal .v-slider__tick .v-slider__tick-label{top:8px}.v-application--is-ltr .v-slider--horizontal .v-slider__tick .v-slider__tick-label{transform:translateX(-50%)}.v-application--is-rtl .v-slider--horizontal .v-slider__tick .v-slider__tick-label{transform:translateX(50%)}.v-slider--horizontal .v-slider__thumb-label{transform:translateY(-20%) translateY(-12px) translateX(-50%) rotate(45deg)}.v-slider--horizontal .v-slider__thumb-label>*{transform:rotate(-45deg)}.v-slider--vertical{min-height:150px;margin-top:12px;margin-bottom:12px}.v-slider--vertical .v-slider__track-container{height:100%;width:2px;left:50%;top:0;transform:translateX(-50%)}.v-slider--vertical .v-slider__track-background,.v-slider--vertical .v-slider__track-fill{width:100%}.v-slider--vertical .v-slider__thumb-container{left:50%}.v-slider--vertical .v-slider__ticks-container{top:0;width:2px;height:100%;left:50%;transform:translateX(-50%)}.v-application--is-ltr .v-slider--vertical .v-slider__tick .v-slider__tick-label,.v-application--is-ltr .v-slider--vertical .v-slider__tick:first-child .v-slider__tick-label,.v-application--is-ltr .v-slider--vertical .v-slider__tick:last-child .v-slider__tick-label{transform:translateY(-50%);left:12px}.v-application--is-rtl .v-slider--vertical .v-slider__tick .v-slider__tick-label,.v-application--is-rtl .v-slider--vertical .v-slider__tick:first-child .v-slider__tick-label,.v-application--is-rtl .v-slider--vertical .v-slider__tick:last-child .v-slider__tick-label{transform:translateY(-50%);right:12px}.v-slider--vertical .v-slider__thumb-label>*{transform:rotate(-135deg)}.v-slider__thumb-container--focused .v-slider__thumb:before{transform:scale(1)}.v-slider--active .v-slider__tick{opacity:1}.v-slider__thumb-container--active .v-slider__thumb:before{transform:scale(1.5)!important}.v-slider--disabled{pointer-events:none}.v-slider--disabled .v-slider__thumb{width:8px;height:8px;left:-4px}.v-slider--disabled .v-slider__thumb:before{display:none}.v-slider__ticks-container--always-show .v-slider__tick{opacity:1}.v-input__slider.v-input--is-readonly>.v-input__control{pointer-events:none}.v-application--is-ltr .v-input__slider .v-input__slot .v-label{margin-left:0;margin-right:12px}.v-application--is-ltr .v-input__slider--inverse-label .v-input__slot .v-label,.v-application--is-rtl .v-input__slider .v-input__slot .v-label{margin-right:0;margin-left:12px}.v-application--is-rtl .v-input__slider--inverse-label .v-input__slot .v-label{margin-left:0;margin-right:12px}.v-input__slider--vertical{align-items:center}.v-application--is-ltr .v-input__slider--vertical{flex-direction:column-reverse}.v-application--is-rtl .v-input__slider--vertical{flex-direction:column}.v-input__slider--vertical .v-input__append-outer,.v-input__slider--vertical .v-input__prepend-outer,.v-input__slider--vertical .v-input__slot{margin:0}.v-input__slider--vertical .v-messages{display:none}.v-input--has-state .v-slider__track-background{opacity:.4}.v-color-picker__swatches{overflow-y:auto}.v-color-picker__swatches>div{display:flex;flex-wrap:wrap;justify-content:center;padding:8px}.v-color-picker__swatch{display:flex;flex-direction:column;margin-bottom:10px}.v-color-picker__color{position:relative;height:18px;max-height:18px;width:45px;margin:2px 4px;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat;cursor:pointer}.v-color-picker__color>div{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.v-content{display:flex;flex:1 0 auto;max-width:100%;transition:.2s cubic-bezier(.4,0,.2,1)}.v-content:not([data-booted=true]){transition:none!important}.v-content__wrap{flex:1 1 auto;max-width:100%;position:relative}@-moz-document url-prefix(){@media print{.v-content{display:block}}}.v-data-footer{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;font-size:.75rem;padding:0 8px}.v-data-footer .v-btn{color:inherit}.v-application--is-ltr .v-data-footer__icons-before .v-btn:last-child{margin-right:7px}.v-application--is-ltr .v-data-footer__icons-after .v-btn:first-child,.v-application--is-rtl .v-data-footer__icons-before .v-btn:last-child{margin-left:7px}.v-application--is-rtl .v-data-footer__icons-after .v-btn:first-child{margin-right:7px}.v-data-footer__pagination{display:block;text-align:center}.v-application--is-ltr .v-data-footer__pagination{margin:0 32px 0 24px}.v-application--is-rtl .v-data-footer__pagination{margin:0 24px 0 32px}.v-data-footer__select{display:flex;align-items:center;flex:0 0 0;justify-content:flex-end;white-space:nowrap}.v-application--is-ltr .v-data-footer__select{margin-right:14px}.v-application--is-rtl .v-data-footer__select{margin-left:14px}.v-data-footer__select .v-select{flex:0 1 0;padding:0;position:static}.v-application--is-ltr .v-data-footer__select .v-select{margin:13px 0 13px 34px}.v-application--is-rtl .v-data-footer__select .v-select{margin:13px 34px 13px 0}.v-data-footer__select .v-select__selections{flex-wrap:nowrap}.v-data-footer__select .v-select__selections .v-select__selection--comma{font-size:.75rem}.theme--light.v-data-table tbody tr.v-data-table__selected{background:#f5f5f5}.theme--light.v-data-table .v-row-group__header,.theme--light.v-data-table .v-row-group__summary{background:#eee}.theme--light.v-data-table .v-data-footer{border-top:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table .v-data-table__empty-wrapper{color:rgba(0,0,0,.38)}.theme--dark.v-data-table tbody tr.v-data-table__selected{background:#505050}.theme--dark.v-data-table .v-row-group__header,.theme--dark.v-data-table .v-row-group__summary{background:#616161}.theme--dark.v-data-table .v-data-footer{border-top:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table .v-data-table__empty-wrapper{color:hsla(0,0%,100%,.5)}.v-data-table{border-radius:4px}.v-data-table tbody tr.v-data-table__expanded{border-bottom:0}.v-data-table tbody tr.v-data-table__expanded__content{box-shadow:inset 0 4px 8px -5px rgba(50,50,50,.75),inset 0 -4px 8px -5px rgba(50,50,50,.75)}.v-data-table .v-data-table__mobile-table-row{display:initial}.v-data-table .v-data-table__mobile-row{height:auto;min-height:48px}.v-data-table__empty-wrapper{text-align:center}.v-data-table__mobile-row{align-items:center;display:flex;justify-content:space-between}.v-data-table__mobile-row__header{font-weight:600}.v-application--is-ltr .v-data-table__mobile-row__cell{text-align:right}.v-application--is-rtl .v-data-table__mobile-row__cell{text-align:left}.v-row-group__header td,.v-row-group__summary td{height:35px}.v-data-table__expand-icon{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.v-data-table__expand-icon--active{transform:rotate(-180deg)}.theme--light.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:rgba(0,0,0,.38)}.theme--light.v-data-table .v-data-table-header th.sortable.active,.theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.theme--light.v-data-table .v-data-table-header th.sortable:hover{color:rgba(0,0,0,.87)}.theme--light.v-data-table .v-data-table-header__sort-badge{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.87)}.theme--dark.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:hsla(0,0%,100%,.5)}.theme--dark.v-data-table .v-data-table-header th.sortable.active,.theme--dark.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.theme--dark.v-data-table .v-data-table-header th.sortable:hover{color:#fff}.theme--dark.v-data-table .v-data-table-header__sort-badge{background-color:hsla(0,0%,100%,.12);color:#fff}.v-data-table-header th.sortable{pointer-events:auto;cursor:pointer;outline:0}.v-data-table-header th.active .v-data-table-header__icon,.v-data-table-header th:hover .v-data-table-header__icon{transform:none;opacity:1}.v-data-table-header th.desc .v-data-table-header__icon{transform:rotate(-180deg)}.v-data-table-header__icon{display:inline-block;opacity:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-data-table-header__sort-badge{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:50%;min-width:18px;min-height:18px;height:18px;width:18px}.v-data-table-header-mobile th{height:auto}.v-data-table-header-mobile__wrapper{display:flex}.v-data-table-header-mobile__wrapper .v-select{margin-bottom:8px}.v-data-table-header-mobile__wrapper .v-select .v-chip{height:24px}.v-data-table-header-mobile__wrapper .v-select .v-chip__close.desc .v-icon{transform:rotate(-180deg)}.v-data-table-header-mobile__select{min-width:56px;display:flex;align-items:center;justify-content:center}.theme--light.v-data-table{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-data-table .v-data-table__divider{border-right:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table.v-data-table--fixed-header thead th{background:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)}.theme--light.v-data-table thead tr:last-child th{border-bottom:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table thead tr th{color:rgba(0,0,0,.6)}.theme--light.v-data-table tbody tr:not(:last-child) td:last-child,.theme--light.v-data-table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row),.theme--light.v-data-table tbody tr:not(:last-child) th:last-child,.theme--light.v-data-table tbody tr:not(:last-child) th:not(.v-data-table__mobile-row){border-bottom:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table tbody tr.active{background:#f5f5f5}.theme--light.v-data-table tbody tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#eee}.theme--dark.v-data-table{background-color:#1e1e1e;color:#fff}.theme--dark.v-data-table .v-data-table__divider{border-right:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table.v-data-table--fixed-header thead th{background:#1e1e1e;box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.12)}.theme--dark.v-data-table thead tr:last-child th{border-bottom:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table thead tr th{color:hsla(0,0%,100%,.7)}.theme--dark.v-data-table tbody tr:not(:last-child) td:last-child,.theme--dark.v-data-table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row),.theme--dark.v-data-table tbody tr:not(:last-child) th:last-child,.theme--dark.v-data-table tbody tr:not(:last-child) th:not(.v-data-table__mobile-row){border-bottom:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table tbody tr.active{background:#505050}.theme--dark.v-data-table tbody tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#616161}.v-data-table{max-width:100%}.v-data-table table{width:100%;border-spacing:0}.v-data-table td,.v-data-table th{padding:0 16px}.v-data-table th{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:.75rem;height:48px}.v-application--is-ltr .v-data-table th{text-align:left}.v-application--is-rtl .v-data-table th{text-align:right}.v-data-table td{font-size:.875rem;height:48px}.v-data-table__wrapper{overflow-x:auto;overflow-y:hidden}.v-data-table__progress{height:auto!important}.v-data-table__progress .v-progress-linear{position:absolute}.v-data-table__progress th{height:auto!important;border:none!important;padding:0;position:relative}.v-data-table--dense td{height:24px}.v-data-table--dense th{height:32px}.v-data-table--fixed-header .v-data-table__wrapper,.v-data-table--fixed-height .v-data-table__wrapper{overflow-y:auto}.v-data-table--fixed-header thead th{border-bottom:0!important;position:-webkit-sticky;position:sticky;top:0;z-index:2}.v-data-table--fixed-header thead tr:nth-child(2) th{top:48px}.v-application--is-ltr .v-data-table--fixed-header .v-data-footer{margin-right:17px}.v-application--is-rtl .v-data-table--fixed-header .v-data-footer{margin-left:17px}.v-data-table--fixed.v-data-table--dense thead tr:nth-child(2) th{top:32px}.theme--light.v-small-dialog__actions,.theme--light.v-small-dialog__menu-content{background:#fff}.theme--dark.v-small-dialog__actions,.theme--dark.v-small-dialog__menu-content{background:#1e1e1e}.v-small-dialog{display:block}.v-small-dialog__activator{cursor:pointer}.v-small-dialog__activator__content{display:inline-block}.v-small-dialog__content{padding:0 16px}.v-small-dialog__actions{padding:8px;text-align:right;white-space:pre}.v-virtual-table{position:relative}.v-virtual-table__wrapper{display:flex}.v-virtual-table__table{width:100%;height:100%;overflow-x:auto}.theme--light.v-picker__title{background:#e0e0e0}.theme--dark.v-picker__title{background:#616161}.theme--light.v-picker__body{background:#fff}.theme--dark.v-picker__body{background:#424242}.v-picker{border-radius:4px;contain:layout style;display:inline-flex;flex-direction:column;vertical-align:top;position:relative}.v-picker--full-width{display:flex;width:100%}.v-picker--full-width>.v-picker__body{margin:initial}.v-picker__title{color:#fff;border-top-left-radius:4px;border-top-right-radius:4px;padding:16px}.v-picker__title__btn{transition:.3s cubic-bezier(.25,.8,.5,1)}.v-picker__title__btn:not(.v-picker__title__btn--active){opacity:.6;cursor:pointer}.v-picker__title__btn:not(.v-picker__title__btn--active):hover:not(:focus){opacity:1}.v-picker__title__btn--readonly{pointer-events:none}.v-picker__title__btn--active{opacity:1}.v-picker__body{height:auto;overflow:hidden;position:relative;z-index:0;flex:1 0 auto;display:flex;flex-direction:column;align-items:center;margin:0 auto}.v-picker__body>div{width:100%}.v-picker__body>div.fade-transition-leave-active{position:absolute}.v-picker--landscape .v-picker__title{border-top-right-radius:0;border-bottom-right-radius:0;width:170px;position:absolute;top:0;height:100%;z-index:1}.v-application--is-ltr .v-picker--landscape .v-picker__title{left:0}.v-application--is-rtl .v-picker--landscape .v-picker__title{right:0}.v-application--is-ltr .v-picker--landscape .v-picker__actions:not(.v-picker__actions--no-title),.v-application--is-ltr .v-picker--landscape .v-picker__body:not(.v-picker__body--no-title){margin-left:170px;margin-right:0}.v-application--is-rtl .v-picker--landscape .v-picker__actions:not(.v-picker__actions--no-title),.v-application--is-rtl .v-picker--landscape .v-picker__body:not(.v-picker__body--no-title){margin-right:170px;margin-left:0}.v-date-picker-title{display:flex;justify-content:space-between;flex-direction:column;flex-wrap:wrap;line-height:1}.v-application--is-ltr .v-date-picker-title .v-picker__title__btn{text-align:left}.v-application--is-rtl .v-date-picker-title .v-picker__title__btn{text-align:right}.v-date-picker-title__year{align-items:center;display:inline-flex;font-size:14px;font-weight:500;margin-bottom:8px}.v-date-picker-title__date{font-size:34px;text-align:left;font-weight:500;position:relative;overflow:hidden;padding-bottom:8px;margin-bottom:-8px}.v-date-picker-title__date>div{position:relative}.v-date-picker-title--disabled{pointer-events:none}.theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus){color:rgba(0,0,0,.87)}.theme--light.v-date-picker-header .v-date-picker-header__value--disabled button{color:rgba(0,0,0,.38)}.theme--dark.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus){color:#fff}.theme--dark.v-date-picker-header .v-date-picker-header__value--disabled button{color:hsla(0,0%,100%,.5)}.v-date-picker-header{padding:4px 16px;align-items:center;display:flex;justify-content:space-between;position:relative}.v-date-picker-header .v-btn{margin:0;z-index:auto}.v-date-picker-header .v-icon{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-date-picker-header__value{flex:1;text-align:center;position:relative;overflow:hidden}.v-date-picker-header__value div{transition:.3s cubic-bezier(.25,.8,.5,1);width:100%}.v-date-picker-header__value button{cursor:pointer;font-weight:700;outline:none;padding:.5rem;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-date-picker-header--disabled{pointer-events:none}.theme--light.v-date-picker-table .v-date-picker-table--date__week,.theme--light.v-date-picker-table th{color:rgba(0,0,0,.38)}.theme--dark.v-date-picker-table .v-date-picker-table--date__week,.theme--dark.v-date-picker-table th{color:hsla(0,0%,100%,.5)}.v-date-picker-table{position:relative;padding:0 12px;height:242px}.v-date-picker-table table{transition:.3s cubic-bezier(.25,.8,.5,1);top:0;table-layout:fixed;width:100%}.v-date-picker-table td,.v-date-picker-table th{text-align:center;position:relative}.v-date-picker-table th{font-size:12px}.v-date-picker-table--date .v-btn{height:32px;width:32px}.v-date-picker-table .v-btn{z-index:auto;margin:0;font-size:12px}.v-date-picker-table .v-btn.v-btn--active{color:#fff}.v-date-picker-table--month td{width:33.333333%;height:56px;vertical-align:middle;text-align:center}.v-date-picker-table--month td .v-btn{margin:0 auto;max-width:140px;min-width:40px;width:100%}.v-date-picker-table--date th{padding:8px 0;font-weight:600}.v-date-picker-table--date td{width:45px}.v-date-picker-table__events{height:8px;left:0;position:absolute;text-align:center;white-space:pre;width:100%}.v-date-picker-table__events>div{border-radius:50%;display:inline-block;height:8px;margin:0 1px;width:8px}.v-date-picker-table--date .v-date-picker-table__events{bottom:6px}.v-date-picker-table--month .v-date-picker-table__events{bottom:8px}.v-date-picker-table__current .v-date-picker-table__events{margin-bottom:-1px}.v-date-picker-table--disabled{pointer-events:none}.v-date-picker-years{font-size:16px;font-weight:400;height:290px;list-style-type:none;overflow:auto;text-align:center}.v-date-picker-years.v-date-picker-years{padding:0}.v-date-picker-years li{cursor:pointer;padding:8px 0;transition:none}.v-date-picker-years li.active{font-size:26px;font-weight:500;padding:10px 0}.v-date-picker-years li:hover{background:rgba(0,0,0,.12)}.v-picker--landscape .v-date-picker-years{padding:0;height:290px}.theme--light.v-expansion-panels .v-expansion-panel{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-expansion-panels .v-expansion-panel--disabled{color:rgba(0,0,0,.38)}.theme--light.v-expansion-panels .v-expansion-panel:not(:first-child):after{border-color:rgba(0,0,0,.12)}.theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon{color:rgba(0,0,0,.54)}.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover:before{opacity:.04}.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:before,.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover:before,.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus:before{opacity:.12}.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus:before{opacity:.16}.theme--light.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover:hover:before{opacity:.04}.theme--light.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover--active:before,.theme--light.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover--active:hover:before,.theme--light.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover:focus:before{opacity:.12}.theme--light.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover--active:focus:before{opacity:.16}.theme--dark.v-expansion-panels .v-expansion-panel{background-color:#1e1e1e;color:#fff}.theme--dark.v-expansion-panels .v-expansion-panel--disabled{color:hsla(0,0%,100%,.5)}.theme--dark.v-expansion-panels .v-expansion-panel:not(:first-child):after{border-color:hsla(0,0%,100%,.12)}.theme--dark.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon{color:#fff}.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover:before{opacity:.08}.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:before,.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover:before,.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus:before{opacity:.24}.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus:before{opacity:.32}.theme--dark.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover:hover:before{opacity:.08}.theme--dark.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover--active:before,.theme--dark.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover--active:hover:before,.theme--dark.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover:focus:before{opacity:.24}.theme--dark.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover--active:focus:before{opacity:.32}.v-expansion-panels{border-radius:4px;display:flex;flex-wrap:wrap;justify-content:center;list-style-type:none;padding:0;width:100%;z-index:1}.v-expansion-panels>*{cursor:auto}.v-expansion-panels>:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.v-expansion-panels>:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--active{border-radius:4px}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--active+.v-expansion-panel{border-top-left-radius:4px;border-top-right-radius:4px}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--next-active{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--next-active .v-expansion-panel-header{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.v-expansion-panel{flex:1 0 100%;max-width:100%;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-expansion-panel:before{border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1;transition:box-shadow .28s cubic-bezier(.4,0,.2,1);will-change:box-shadow;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-expansion-panel:not(:first-child):after{border-top:thin solid;content:"";left:0;position:absolute;right:0;top:0;transition:border-color .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1)}.v-expansion-panel--disabled .v-expansion-panel-header{pointer-events:none}.v-expansion-panel--active+.v-expansion-panel,.v-expansion-panel--active:not(:first-child){margin-top:16px}.v-expansion-panel--active+.v-expansion-panel:after,.v-expansion-panel--active:not(:first-child):after{opacity:0}.v-expansion-panel--active>.v-expansion-panel-header{min-height:64px}.v-expansion-panel--active>.v-expansion-panel-header--active .v-expansion-panel-header__icon:not(.v-expansion-panel-header__icon--disable-rotate) .v-icon{transform:rotate(-180deg)}.v-expansion-panel-header__icon{display:inline-flex;margin-bottom:-4px;margin-top:-4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-application--is-ltr .v-expansion-panel-header__icon{margin-left:auto}.v-application--is-rtl .v-expansion-panel-header__icon{margin-right:auto}.v-expansion-panel-header{align-items:center;border-top-left-radius:inherit;border-top-right-radius:inherit;display:flex;font-size:.9375rem;line-height:1;min-height:48px;outline:none;padding:16px 24px;position:relative;transition:min-height .3s cubic-bezier(.25,.8,.5,1);width:100%}.v-application--is-ltr .v-expansion-panel-header{text-align:left}.v-application--is-rtl .v-expansion-panel-header{text-align:right}.v-expansion-panel-header:not(.v-expansion-panel-header--mousedown):focus:before{opacity:.12}.v-expansion-panel-header:before{background-color:currentColor;border-radius:inherit;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s cubic-bezier(.25,.8,.5,1)}.v-expansion-panel-header>:not(.v-expansion-panel-header__icon){flex:1 1 auto}.v-expansion-panel-content{display:flex}.v-expansion-panel-content__wrap{padding:0 24px 16px;flex:1 1 auto;max-width:100%}.v-expansion-panels--accordion>.v-expansion-panel{margin-top:0}.v-expansion-panels--accordion>.v-expansion-panel:after{opacity:1}.v-expansion-panels--popout>.v-expansion-panel{max-width:calc(100% - 32px)}.v-expansion-panels--popout>.v-expansion-panel--active{max-width:calc(100% + 16px)}.v-expansion-panels--inset>.v-expansion-panel{max-width:100%}.v-expansion-panels--inset>.v-expansion-panel--active{max-width:calc(100% - 32px)}.v-expansion-panels--flat>.v-expansion-panel:after{border-top:none}.v-expansion-panels--flat>.v-expansion-panel:before{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-expansion-panels--tile,.v-expansion-panels--tile>.v-expansion-panel:before{border-radius:0}.theme--light.v-file-input .v-file-input__text{color:rgba(0,0,0,.87)}.theme--light.v-file-input .v-file-input__text--placeholder{color:rgba(0,0,0,.6)}.theme--light.v-file-input.v-input--is-disabled .v-file-input__text,.theme--light.v-file-input.v-input--is-disabled .v-file-input__text .v-file-input__text--placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-file-input .v-file-input__text{color:#fff}.theme--dark.v-file-input .v-file-input__text--placeholder{color:hsla(0,0%,100%,.7)}.theme--dark.v-file-input.v-input--is-disabled .v-file-input__text,.theme--dark.v-file-input.v-input--is-disabled .v-file-input__text .v-file-input__text--placeholder{color:hsla(0,0%,100%,.5)}.v-file-input input[type=file]{left:0;opacity:0;position:absolute;max-width:0;width:0}.v-file-input .v-file-input__text{align-items:center;align-self:stretch;display:flex;flex-wrap:wrap;width:100%}.v-file-input .v-file-input__text.v-file-input__text--chips{flex-wrap:wrap}.v-file-input .v-file-input__text .v-chip{margin:4px}.v-file-input .v-text-field__slot{min-height:32px}.v-file-input.v-text-field--filled:not(.v-text-field--single-line) .v-file-input__text{padding-top:22px}.v-file-input.v-text-field--outlined .v-text-field__slot{padding:6px 0}.v-file-input.v-text-field--outlined.v-input--dense .v-text-field__slot{padding:3px 0}.theme--light.v-footer{background-color:#f5f5f5;color:rgba(0,0,0,.87)}.theme--dark.v-footer{background-color:#272727;color:#fff}.v-footer{align-items:center;display:flex;flex:0 1 auto!important;flex-wrap:wrap;padding:6px 16px;position:relative;transition-duration:.2s;transition-property:background-color,left,right;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-footer:not([data-booted=true]){transition:none!important}.v-footer--absolute,.v-footer--fixed{z-index:3}.v-footer--absolute{position:absolute;width:100%}.v-footer--fixed{position:fixed}.v-footer--padless{padding:0}.container.grow-shrink-0{flex-grow:0;flex-shrink:0}.container.fill-height{align-items:center;display:flex;flex-wrap:wrap}.container.fill-height>.row{flex:1 1 100%;max-width:calc(100% + 24px)}.container.fill-height>.layout{height:100%;flex:1 1 auto}.container.fill-height>.layout.grow-shrink-0{flex-grow:0;flex-shrink:0}.container.grid-list-xs .layout .flex{padding:1px}.container.grid-list-xs .layout:only-child{margin:-1px}.container.grid-list-xs .layout:not(:only-child){margin:auto -1px}.container.grid-list-xs :not(:only-child) .layout:first-child{margin-top:-1px}.container.grid-list-xs :not(:only-child) .layout:last-child{margin-bottom:-1px}.container.grid-list-sm .layout .flex{padding:2px}.container.grid-list-sm .layout:only-child{margin:-2px}.container.grid-list-sm .layout:not(:only-child){margin:auto -2px}.container.grid-list-sm :not(:only-child) .layout:first-child{margin-top:-2px}.container.grid-list-sm :not(:only-child) .layout:last-child{margin-bottom:-2px}.container.grid-list-md .layout .flex{padding:4px}.container.grid-list-md .layout:only-child{margin:-4px}.container.grid-list-md .layout:not(:only-child){margin:auto -4px}.container.grid-list-md :not(:only-child) .layout:first-child{margin-top:-4px}.container.grid-list-md :not(:only-child) .layout:last-child{margin-bottom:-4px}.container.grid-list-lg .layout .flex{padding:8px}.container.grid-list-lg .layout:only-child{margin:-8px}.container.grid-list-lg .layout:not(:only-child){margin:auto -8px}.container.grid-list-lg :not(:only-child) .layout:first-child{margin-top:-8px}.container.grid-list-lg :not(:only-child) .layout:last-child{margin-bottom:-8px}.container.grid-list-xl .layout .flex{padding:12px}.container.grid-list-xl .layout:only-child{margin:-12px}.container.grid-list-xl .layout:not(:only-child){margin:auto -12px}.container.grid-list-xl :not(:only-child) .layout:first-child{margin-top:-12px}.container.grid-list-xl :not(:only-child) .layout:last-child{margin-bottom:-12px}.layout{display:flex;flex:1 1 auto;flex-wrap:nowrap;min-width:0}.layout.reverse{flex-direction:row-reverse}.layout.column{flex-direction:column}.layout.column.reverse{flex-direction:column-reverse}.layout.column>.flex{max-width:100%}.layout.wrap{flex-wrap:wrap}.layout.grow-shrink-0{flex-grow:0;flex-shrink:0}@media (min-width:0){.flex.xs12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order-xs12{order:12}.flex.xs11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.flex.order-xs11{order:11}.flex.xs10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.flex.order-xs10{order:10}.flex.xs9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order-xs9{order:9}.flex.xs8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.flex.order-xs8{order:8}.flex.xs7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.flex.order-xs7{order:7}.flex.xs6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order-xs6{order:6}.flex.xs5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.flex.order-xs5{order:5}.flex.xs4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.flex.order-xs4{order:4}.flex.xs3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order-xs3{order:3}.flex.xs2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.flex.order-xs2{order:2}.flex.xs1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.flex.order-xs1{order:1}.flex.offset-xs12{margin-left:100%}.flex.offset-xs11{margin-left:91.6666666667%}.flex.offset-xs10{margin-left:83.3333333333%}.flex.offset-xs9{margin-left:75%}.flex.offset-xs8{margin-left:66.6666666667%}.flex.offset-xs7{margin-left:58.3333333333%}.flex.offset-xs6{margin-left:50%}.flex.offset-xs5{margin-left:41.6666666667%}.flex.offset-xs4{margin-left:33.3333333333%}.flex.offset-xs3{margin-left:25%}.flex.offset-xs2{margin-left:16.6666666667%}.flex.offset-xs1{margin-left:8.3333333333%}.flex.offset-xs0{margin-left:0}}@media (min-width:600px){.flex.sm12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order-sm12{order:12}.flex.sm11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.flex.order-sm11{order:11}.flex.sm10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.flex.order-sm10{order:10}.flex.sm9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order-sm9{order:9}.flex.sm8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.flex.order-sm8{order:8}.flex.sm7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.flex.order-sm7{order:7}.flex.sm6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order-sm6{order:6}.flex.sm5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.flex.order-sm5{order:5}.flex.sm4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.flex.order-sm4{order:4}.flex.sm3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order-sm3{order:3}.flex.sm2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.flex.order-sm2{order:2}.flex.sm1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.flex.order-sm1{order:1}.flex.offset-sm12{margin-left:100%}.flex.offset-sm11{margin-left:91.6666666667%}.flex.offset-sm10{margin-left:83.3333333333%}.flex.offset-sm9{margin-left:75%}.flex.offset-sm8{margin-left:66.6666666667%}.flex.offset-sm7{margin-left:58.3333333333%}.flex.offset-sm6{margin-left:50%}.flex.offset-sm5{margin-left:41.6666666667%}.flex.offset-sm4{margin-left:33.3333333333%}.flex.offset-sm3{margin-left:25%}.flex.offset-sm2{margin-left:16.6666666667%}.flex.offset-sm1{margin-left:8.3333333333%}.flex.offset-sm0{margin-left:0}}@media (min-width:960px){.flex.md12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order-md12{order:12}.flex.md11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.flex.order-md11{order:11}.flex.md10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.flex.order-md10{order:10}.flex.md9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order-md9{order:9}.flex.md8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.flex.order-md8{order:8}.flex.md7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.flex.order-md7{order:7}.flex.md6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order-md6{order:6}.flex.md5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.flex.order-md5{order:5}.flex.md4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.flex.order-md4{order:4}.flex.md3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order-md3{order:3}.flex.md2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.flex.order-md2{order:2}.flex.md1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.flex.order-md1{order:1}.flex.offset-md12{margin-left:100%}.flex.offset-md11{margin-left:91.6666666667%}.flex.offset-md10{margin-left:83.3333333333%}.flex.offset-md9{margin-left:75%}.flex.offset-md8{margin-left:66.6666666667%}.flex.offset-md7{margin-left:58.3333333333%}.flex.offset-md6{margin-left:50%}.flex.offset-md5{margin-left:41.6666666667%}.flex.offset-md4{margin-left:33.3333333333%}.flex.offset-md3{margin-left:25%}.flex.offset-md2{margin-left:16.6666666667%}.flex.offset-md1{margin-left:8.3333333333%}.flex.offset-md0{margin-left:0}}@media (min-width:1264px){.flex.lg12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order-lg12{order:12}.flex.lg11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.flex.order-lg11{order:11}.flex.lg10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.flex.order-lg10{order:10}.flex.lg9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order-lg9{order:9}.flex.lg8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.flex.order-lg8{order:8}.flex.lg7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.flex.order-lg7{order:7}.flex.lg6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order-lg6{order:6}.flex.lg5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.flex.order-lg5{order:5}.flex.lg4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.flex.order-lg4{order:4}.flex.lg3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order-lg3{order:3}.flex.lg2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.flex.order-lg2{order:2}.flex.lg1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.flex.order-lg1{order:1}.flex.offset-lg12{margin-left:100%}.flex.offset-lg11{margin-left:91.6666666667%}.flex.offset-lg10{margin-left:83.3333333333%}.flex.offset-lg9{margin-left:75%}.flex.offset-lg8{margin-left:66.6666666667%}.flex.offset-lg7{margin-left:58.3333333333%}.flex.offset-lg6{margin-left:50%}.flex.offset-lg5{margin-left:41.6666666667%}.flex.offset-lg4{margin-left:33.3333333333%}.flex.offset-lg3{margin-left:25%}.flex.offset-lg2{margin-left:16.6666666667%}.flex.offset-lg1{margin-left:8.3333333333%}.flex.offset-lg0{margin-left:0}}@media (min-width:1904px){.flex.xl12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order-xl12{order:12}.flex.xl11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.flex.order-xl11{order:11}.flex.xl10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.flex.order-xl10{order:10}.flex.xl9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order-xl9{order:9}.flex.xl8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.flex.order-xl8{order:8}.flex.xl7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.flex.order-xl7{order:7}.flex.xl6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order-xl6{order:6}.flex.xl5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.flex.order-xl5{order:5}.flex.xl4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.flex.order-xl4{order:4}.flex.xl3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order-xl3{order:3}.flex.xl2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.flex.order-xl2{order:2}.flex.xl1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.flex.order-xl1{order:1}.flex.offset-xl12{margin-left:100%}.flex.offset-xl11{margin-left:91.6666666667%}.flex.offset-xl10{margin-left:83.3333333333%}.flex.offset-xl9{margin-left:75%}.flex.offset-xl8{margin-left:66.6666666667%}.flex.offset-xl7{margin-left:58.3333333333%}.flex.offset-xl6{margin-left:50%}.flex.offset-xl5{margin-left:41.6666666667%}.flex.offset-xl4{margin-left:33.3333333333%}.flex.offset-xl3{margin-left:25%}.flex.offset-xl2{margin-left:16.6666666667%}.flex.offset-xl1{margin-left:8.3333333333%}.flex.offset-xl0{margin-left:0}}.child-flex>*,.flex{flex:1 1 auto;max-width:100%}.child-flex>.grow-shrink-0,.flex.grow-shrink-0{flex-grow:0;flex-shrink:0}.grow,.spacer{flex-grow:1!important}.grow{flex-shrink:0!important}.shrink{flex-grow:0!important;flex-shrink:1!important}.fill-height{height:100%}.container{width:100%;padding:12px;margin-right:auto;margin-left:auto}@media (min-width:960px){.container{max-width:900px}}@media (min-width:1264px){.container{max-width:1185px}}@media (min-width:1904px){.container{max-width:1785px}}.container--fluid{max-width:100%}.row{display:flex;flex-wrap:wrap;flex:1 1 auto;margin-right:-12px;margin-left:-12px}.row--dense{margin-right:-4px;margin-left:-4px}.row--dense>.col,.row--dense>[class*=col-]{padding:4px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{width:100%;padding:12px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width:600px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width:960px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width:1264px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1904px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.theme--light.v-navigation-drawer{background-color:#fff}.theme--light.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border{background-color:rgba(0,0,0,.12)}.theme--light.v-navigation-drawer .v-divider{border-color:rgba(0,0,0,.12)}.theme--dark.v-navigation-drawer{background-color:#363636}.theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border{background-color:hsla(0,0%,100%,.12)}.theme--dark.v-navigation-drawer .v-divider{border-color:hsla(0,0%,100%,.12)}.v-navigation-drawer{-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;left:0;max-width:100%;overflow:hidden;pointer-events:auto;top:0;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);will-change:transform;transition-property:transform,visibility,width}.v-navigation-drawer:not([data-booted=true]){transition:none!important}.v-navigation-drawer.v-navigation-drawer--right:after{left:0;right:auto}.v-navigation-drawer .v-list{background:inherit}.v-navigation-drawer__border{position:absolute;right:0;top:0;height:100%;width:1px}.v-navigation-drawer__content{height:100%;overflow-y:auto;overflow-x:hidden}.v-navigation-drawer__image{border-radius:inherit;height:100%;position:absolute;top:0;bottom:0;z-index:-1;contain:strict;width:100%}.v-navigation-drawer__image .v-image{border-radius:inherit}.v-navigation-drawer--bottom.v-navigation-drawer--is-mobile{max-height:50%;top:auto;bottom:0;min-width:100%}.v-navigation-drawer--right{left:auto;right:0}.v-navigation-drawer--right>.v-navigation-drawer__border{right:auto;left:0}.v-navigation-drawer--absolute{z-index:1}.v-navigation-drawer--fixed{z-index:6}.v-navigation-drawer--absolute{position:absolute}.v-navigation-drawer--clipped:not(.v-navigation-drawer--temporary):not(.v-navigation-drawer--is-mobile){z-index:4}.v-navigation-drawer--fixed{position:fixed}.v-navigation-drawer--floating:after{display:none}.v-navigation-drawer--mini-variant{overflow:hidden}.v-navigation-drawer--mini-variant .v-list-item>:first-child{margin-left:0;margin-right:0}.v-navigation-drawer--mini-variant .v-list-item>:not(:first-child){position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;display:initial}.v-navigation-drawer--mini-variant .v-list-group--no-action .v-list-group__items,.v-navigation-drawer--mini-variant .v-list-group--sub-group{display:none}.v-navigation-drawer--mini-variant.v-navigation-drawer--custom-mini-variant .v-list-item{justify-content:center}.v-navigation-drawer--temporary{z-index:7}.v-navigation-drawer--mobile{z-index:6}.v-navigation-drawer--close{visibility:hidden}.v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close),.v-navigation-drawer--temporary:not(.v-navigation-drawer--close){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.theme--light.v-overflow-btn.theme--light.v-overflow-btn>.v-input__control>.v-input__slot{border-color:rgba(0,0,0,.12)}.theme--light.v-overflow-btn:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover{background:#fff}.theme--light.v-overflow-btn.v-overflow-btn--segmented .v-input__append-inner{border-left:thin solid rgba(0,0,0,.12)}.theme--dark.v-overflow-btn.theme--dark.v-overflow-btn>.v-input__control>.v-input__slot{border-color:hsla(0,0%,100%,.12)}.theme--dark.v-overflow-btn:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover{background:#1e1e1e}.theme--dark.v-overflow-btn.v-overflow-btn--segmented .v-input__append-inner{border-left:thin solid hsla(0,0%,100%,.12)}.v-autocomplete__content.v-menu__content{box-shadow:0 4px 6px 0 rgba(32,33,36,.28)}.v-autocomplete__content.v-menu__content .v-select-list{border-radius:0 0 4px 4px}.v-overflow-btn{margin-top:12px;padding-top:0}.v-overflow-btn:not(.v-overflow-btn--editable)>.v-input__control>.v-input__slot{cursor:pointer}.v-overflow-btn .v-input__slot{border-width:2px 0;border-style:solid}.v-overflow-btn .v-input__slot:before{display:none}.v-overflow-btn .v-select__slot{height:48px}.v-overflow-btn.v-input--dense .v-select__slot{height:38px}.v-overflow-btn.v-input--dense input{cursor:pointer}.v-application--is-ltr .v-overflow-btn.v-input--dense input{margin-left:16px}.v-application--is-rtl .v-overflow-btn.v-input--dense input{margin-right:16px}.v-application--is-ltr .v-overflow-btn .v-select__selection--comma:first-child{margin-left:16px}.v-application--is-rtl .v-overflow-btn .v-select__selection--comma:first-child{margin-right:16px}.v-overflow-btn .v-input__slot{transition:.3s cubic-bezier(.25,.8,.5,1)}.v-overflow-btn .v-input__slot:after,.v-overflow-btn .v-input__slot:before{display:none}.v-overflow-btn .v-label{top:calc(50% - 10px)}.v-application--is-ltr .v-overflow-btn .v-label{margin-left:16px}.v-application--is-rtl .v-overflow-btn .v-label{margin-right:16px}.v-overflow-btn .v-input__append-inner{align-items:center;align-self:auto;flex-shrink:0;height:48px;margin-top:0;padding:0 4px;width:42px}.v-overflow-btn .v-input__append-outer,.v-overflow-btn .v-input__prepend-outer{margin-bottom:12px;margin-top:12px}.v-overflow-btn .v-input__control:before{height:1px;top:-1px;content:"";left:0;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1);width:100%}.v-overflow-btn.v-input--is-focused .v-input__slot,.v-overflow-btn.v-select--is-menu-active .v-input__slot{border-color:transparent!important;box-shadow:0 1px 6px 0 rgba(32,33,36,.28)}.v-overflow-btn.v-input--is-focused .v-input__slot{border-radius:4px}.v-overflow-btn.v-select--is-menu-active .v-input__slot{border-radius:4px 4px 0 0}.v-overflow-btn .v-select__selections{width:0}.v-overflow-btn--segmented .v-input__slot{border-width:thin 0}.v-overflow-btn--segmented .v-select__selections{flex-wrap:nowrap}.v-overflow-btn--segmented .v-select__selections .v-btn{border-radius:0;margin:0;height:48px;width:100%}.v-application--is-ltr .v-overflow-btn--segmented .v-select__selections .v-btn{margin-right:-16px}.v-application--is-rtl .v-overflow-btn--segmented .v-select__selections .v-btn{margin-left:-16px}.v-overflow-btn--segmented .v-select__selections .v-btn__content{justify-content:start}.v-overflow-btn--segmented .v-select__selections .v-btn__content:before{background-color:transparent}.v-overflow-btn--editable .v-select__slot input{cursor:text;padding:8px 16px}.v-overflow-btn--editable .v-input__append-inner,.v-overflow-btn--editable .v-input__append-inner *{cursor:pointer}.theme--light.v-pagination .v-pagination__item{background:#fff;color:rgba(0,0,0,.87)}.theme--light.v-pagination .v-pagination__item--active{color:#fff}.theme--light.v-pagination .v-pagination__navigation{background:#fff}.theme--dark.v-pagination .v-pagination__item{background:#1e1e1e;color:#fff}.theme--dark.v-pagination .v-pagination__item--active{color:#fff}.theme--dark.v-pagination .v-pagination__navigation{background:#1e1e1e}.v-pagination{align-items:center;display:inline-flex;list-style-type:none;justify-content:center;margin:0;max-width:100%;width:100%}.v-pagination.v-pagination{padding-left:0}.v-pagination>li{align-items:center;display:flex}.v-pagination--circle .v-pagination__item,.v-pagination--circle .v-pagination__more,.v-pagination--circle .v-pagination__navigation{border-radius:50%}.v-pagination--disabled{pointer-events:none;opacity:.6}.v-pagination__item{background:transparent;border-radius:4px;font-size:1rem;height:34px;margin:.3rem;min-width:34px;padding:0 5px;text-decoration:none;transition:.3s cubic-bezier(0,0,.2,1);width:auto;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-pagination__item--active{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-pagination__navigation{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);border-radius:4px;display:inline-flex;justify-content:center;align-items:center;text-decoration:none;height:32px;width:32px;margin:.3rem 10px}.v-pagination__navigation .v-icon{transition:.2s cubic-bezier(.4,0,.6,1);vertical-align:middle}.v-pagination__navigation--disabled{opacity:.6;pointer-events:none}.v-pagination__more{margin:.3rem;display:inline-flex;align-items:flex-end;justify-content:center;height:32px;width:32px}.v-parallax{position:relative;overflow:hidden;z-index:0}.v-parallax__image-container{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;contain:strict}.v-parallax__image{position:absolute;bottom:0;left:50%;min-width:100%;min-height:100%;display:none;transform:translate(-50%);will-change:transform;transition:opacity .3s cubic-bezier(.25,.8,.5,1);z-index:1}.v-parallax__content{color:#fff;height:100%;z-index:2;position:relative;display:flex;flex-direction:column;justify-content:center;padding:0 1rem}.v-input--radio-group__input{border:none;display:flex;width:100%}.v-input--radio-group--column .v-input--radio-group__input>.v-label{padding-bottom:8px}.v-input--radio-group--row .v-input--radio-group__input>.v-label{padding-right:8px}.v-input--radio-group--row legend{align-self:center;display:inline-block}.v-input--radio-group--row .v-input--radio-group__input{flex-direction:row;flex-wrap:wrap}.v-input--radio-group--column .v-radio:not(:last-child):not(:only-child){margin-bottom:8px}.v-input--radio-group--column .v-input--radio-group__input{flex-direction:column}.theme--light.v-radio--is-disabled label{color:rgba(0,0,0,.38)}.theme--light.v-radio--is-disabled .v-icon{color:rgba(0,0,0,.26)!important}.theme--dark.v-radio--is-disabled label{color:hsla(0,0%,100%,.5)}.theme--dark.v-radio--is-disabled .v-icon{color:hsla(0,0%,100%,.3)!important}.v-radio{align-items:center;display:flex;height:auto;outline:none}.v-radio--is-disabled{pointer-events:none}.v-input--radio-group.v-input--radio-group--row .v-radio{margin-right:16px}.theme--light.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb{background:#fafafa}.theme--dark.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb{background:#424242}.v-input--range-slider.v-input--is-disabled .v-slider__track-fill{display:none}.v-input--range-slider.v-input--is-disabled.v-input--slider .v-slider.v-slider .v-slider__thumb{border-color:transparent}.v-rating{max-width:100%;white-space:nowrap}.v-rating .v-icon{padding:.5rem;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none}.v-rating .v-icon:after{display:none}.v-application--is-ltr .v-rating .v-icon{transform:scaleX(1)}.v-application--is-rtl .v-rating .v-icon{transform:scaleX(-1)}.v-rating--readonly .v-icon{pointer-events:none}.v-rating--dense .v-icon{padding:.1rem}.theme--light.v-skeleton-loader .v-skeleton-loader__bone:after{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent)}.theme--light.v-skeleton-loader .v-skeleton-loader__avatar,.theme--light.v-skeleton-loader .v-skeleton-loader__button,.theme--light.v-skeleton-loader .v-skeleton-loader__chip,.theme--light.v-skeleton-loader .v-skeleton-loader__divider,.theme--light.v-skeleton-loader .v-skeleton-loader__heading,.theme--light.v-skeleton-loader .v-skeleton-loader__image,.theme--light.v-skeleton-loader .v-skeleton-loader__text{background:rgba(0,0,0,.12)}.theme--light.v-skeleton-loader .v-skeleton-loader__actions,.theme--light.v-skeleton-loader .v-skeleton-loader__article,.theme--light.v-skeleton-loader .v-skeleton-loader__card-heading,.theme--light.v-skeleton-loader .v-skeleton-loader__card-text,.theme--light.v-skeleton-loader .v-skeleton-loader__date-picker,.theme--light.v-skeleton-loader .v-skeleton-loader__list-item,.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar,.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line,.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-text,.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-three-line,.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-two-line,.theme--light.v-skeleton-loader .v-skeleton-loader__table-heading,.theme--light.v-skeleton-loader .v-skeleton-loader__table-tbody,.theme--light.v-skeleton-loader .v-skeleton-loader__table-tfoot,.theme--light.v-skeleton-loader .v-skeleton-loader__table-thead{background:#fff}.theme--dark.v-skeleton-loader .v-skeleton-loader__bone:after{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.05),transparent)}.theme--dark.v-skeleton-loader .v-skeleton-loader__avatar,.theme--dark.v-skeleton-loader .v-skeleton-loader__button,.theme--dark.v-skeleton-loader .v-skeleton-loader__chip,.theme--dark.v-skeleton-loader .v-skeleton-loader__divider,.theme--dark.v-skeleton-loader .v-skeleton-loader__heading,.theme--dark.v-skeleton-loader .v-skeleton-loader__image,.theme--dark.v-skeleton-loader .v-skeleton-loader__text{background:hsla(0,0%,100%,.12)}.theme--dark.v-skeleton-loader .v-skeleton-loader__actions,.theme--dark.v-skeleton-loader .v-skeleton-loader__article,.theme--dark.v-skeleton-loader .v-skeleton-loader__card-heading,.theme--dark.v-skeleton-loader .v-skeleton-loader__card-text,.theme--dark.v-skeleton-loader .v-skeleton-loader__date-picker,.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item,.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-avatar,.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line,.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-text,.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-three-line,.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-two-line,.theme--dark.v-skeleton-loader .v-skeleton-loader__table-heading,.theme--dark.v-skeleton-loader .v-skeleton-loader__table-tbody,.theme--dark.v-skeleton-loader .v-skeleton-loader__table-tfoot,.theme--dark.v-skeleton-loader .v-skeleton-loader__table-thead{background:#1e1e1e}.v-skeleton-loader{border-radius:4px;position:relative;vertical-align:top}.v-skeleton-loader__actions{padding:16px 16px 8px;text-align:right}.v-skeleton-loader__actions .v-skeleton-loader__button{display:inline-block}.v-application--is-ltr .v-skeleton-loader__actions .v-skeleton-loader__button:first-child{margin-right:12px}.v-application--is-rtl .v-skeleton-loader__actions .v-skeleton-loader__button:first-child{margin-left:12px}.v-skeleton-loader .v-skeleton-loader__list-item,.v-skeleton-loader .v-skeleton-loader__list-item-avatar,.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line,.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,.v-skeleton-loader .v-skeleton-loader__list-item-text,.v-skeleton-loader .v-skeleton-loader__list-item-three-line,.v-skeleton-loader .v-skeleton-loader__list-item-two-line{border-radius:4px}.v-skeleton-loader .v-skeleton-loader__actions:after,.v-skeleton-loader .v-skeleton-loader__article:after,.v-skeleton-loader .v-skeleton-loader__card-avatar:after,.v-skeleton-loader .v-skeleton-loader__card-heading:after,.v-skeleton-loader .v-skeleton-loader__card-text:after,.v-skeleton-loader .v-skeleton-loader__card:after,.v-skeleton-loader .v-skeleton-loader__date-picker-days:after,.v-skeleton-loader .v-skeleton-loader__date-picker-options:after,.v-skeleton-loader .v-skeleton-loader__date-picker:after,.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line:after,.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line:after,.v-skeleton-loader .v-skeleton-loader__list-item-avatar:after,.v-skeleton-loader .v-skeleton-loader__list-item-text:after,.v-skeleton-loader .v-skeleton-loader__list-item-three-line:after,.v-skeleton-loader .v-skeleton-loader__list-item-two-line:after,.v-skeleton-loader .v-skeleton-loader__list-item:after,.v-skeleton-loader .v-skeleton-loader__paragraph:after,.v-skeleton-loader .v-skeleton-loader__sentences:after,.v-skeleton-loader .v-skeleton-loader__table-cell:after,.v-skeleton-loader .v-skeleton-loader__table-heading:after,.v-skeleton-loader .v-skeleton-loader__table-row-divider:after,.v-skeleton-loader .v-skeleton-loader__table-row:after,.v-skeleton-loader .v-skeleton-loader__table-tbody:after,.v-skeleton-loader .v-skeleton-loader__table-tfoot:after,.v-skeleton-loader .v-skeleton-loader__table-thead:after,.v-skeleton-loader .v-skeleton-loader__table:after{display:none}.v-application--is-ltr .v-skeleton-loader__article .v-skeleton-loader__heading{margin:16px 0 16px 16px}.v-application--is-rtl .v-skeleton-loader__article .v-skeleton-loader__heading{margin:16px 16px 0}.v-skeleton-loader__article .v-skeleton-loader__paragraph{padding:16px}.v-skeleton-loader__bone{border-radius:inherit;overflow:hidden;position:relative}.v-skeleton-loader__bone:after{-webkit-animation:loading 1.5s infinite;animation:loading 1.5s infinite;content:"";height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%);z-index:1}.v-skeleton-loader__avatar{border-radius:50%;height:48px;width:48px}.v-skeleton-loader__button{border-radius:4px;height:36px;width:64px}.v-skeleton-loader__card .v-skeleton-loader__image{border-radius:0}.v-skeleton-loader__card-heading .v-skeleton-loader__heading{margin:16px}.v-skeleton-loader__card-text{padding:16px}.v-skeleton-loader__chip{border-radius:16px;height:32px;width:96px}.v-skeleton-loader__date-picker{border-radius:inherit}.v-skeleton-loader__date-picker .v-skeleton-loader__list-item:first-child .v-skeleton-loader__text{max-width:88px;width:20%}.v-skeleton-loader__date-picker .v-skeleton-loader__heading{max-width:256px;width:40%}.v-skeleton-loader__date-picker-days{display:flex;flex-wrap:wrap;padding:0 12px;margin:0 auto}.v-skeleton-loader__date-picker-days .v-skeleton-loader__avatar{border-radius:4px;flex:1 1 auto;margin:4px;height:40px;width:40px}.v-skeleton-loader__date-picker-options{align-items:center;display:flex;padding:16px}.v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar{height:40px;width:40px}.v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar:nth-child(2){margin-left:auto}.v-application--is-ltr .v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar:nth-child(2){margin-right:8px}.v-application--is-rtl .v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar:nth-child(2){margin-left:8px}.v-skeleton-loader__date-picker-options .v-skeleton-loader__text.v-skeleton-loader__bone:first-child{margin-bottom:0;max-width:50%;width:456px}.v-skeleton-loader__divider{border-radius:1px;height:2px}.v-skeleton-loader__heading{border-radius:12px;height:24px;width:45%}.v-skeleton-loader__image{height:200px;border-radius:0}.v-skeleton-loader__image~.v-skeleton-loader__card-heading{border-radius:0}.v-skeleton-loader__image::first-child,.v-skeleton-loader__image::last-child{border-radius:inherit}.v-skeleton-loader__list-item{height:48px}.v-skeleton-loader__list-item-three-line{flex-wrap:wrap}.v-skeleton-loader__list-item-three-line>*{flex:1 0 100%;width:100%}.v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar,.v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__avatar,.v-skeleton-loader__list-item-avatar .v-skeleton-loader__avatar{height:40px;width:40px}.v-skeleton-loader__list-item-avatar{height:48px}.v-skeleton-loader__list-item-avatar-two-line,.v-skeleton-loader__list-item-two-line{height:72px}.v-skeleton-loader__list-item-avatar-three-line,.v-skeleton-loader__list-item-three-line{height:88px}.v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar{align-self:flex-start}.v-skeleton-loader__list-item,.v-skeleton-loader__list-item-avatar,.v-skeleton-loader__list-item-avatar-three-line,.v-skeleton-loader__list-item-avatar-two-line,.v-skeleton-loader__list-item-three-line,.v-skeleton-loader__list-item-two-line{align-content:center;align-items:center;display:flex;flex-wrap:wrap;padding:0 16px}.v-application--is-ltr .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar,.v-application--is-ltr .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__avatar,.v-application--is-ltr .v-skeleton-loader__list-item-avatar .v-skeleton-loader__avatar,.v-application--is-ltr .v-skeleton-loader__list-item-three-line .v-skeleton-loader__avatar,.v-application--is-ltr .v-skeleton-loader__list-item-two-line .v-skeleton-loader__avatar,.v-application--is-ltr .v-skeleton-loader__list-item .v-skeleton-loader__avatar{margin-right:16px}.v-application--is-rtl .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar,.v-application--is-rtl .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__avatar,.v-application--is-rtl .v-skeleton-loader__list-item-avatar .v-skeleton-loader__avatar,.v-application--is-rtl .v-skeleton-loader__list-item-three-line .v-skeleton-loader__avatar,.v-application--is-rtl .v-skeleton-loader__list-item-two-line .v-skeleton-loader__avatar,.v-application--is-rtl .v-skeleton-loader__list-item .v-skeleton-loader__avatar{margin-left:16px}.v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__text:last-child,.v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__text:only-child,.v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__text:last-child,.v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__text:only-child,.v-skeleton-loader__list-item-avatar .v-skeleton-loader__text:last-child,.v-skeleton-loader__list-item-avatar .v-skeleton-loader__text:only-child,.v-skeleton-loader__list-item-three-line .v-skeleton-loader__text:last-child,.v-skeleton-loader__list-item-three-line .v-skeleton-loader__text:only-child,.v-skeleton-loader__list-item-two-line .v-skeleton-loader__text:last-child,.v-skeleton-loader__list-item-two-line .v-skeleton-loader__text:only-child,.v-skeleton-loader__list-item .v-skeleton-loader__text:last-child,.v-skeleton-loader__list-item .v-skeleton-loader__text:only-child{margin-bottom:0}.v-skeleton-loader__paragraph,.v-skeleton-loader__sentences{flex:1 0 auto}.v-skeleton-loader__paragraph:not(:last-child){margin-bottom:6px}.v-skeleton-loader__paragraph .v-skeleton-loader__text:first-child{max-width:100%}.v-skeleton-loader__paragraph .v-skeleton-loader__text:nth-child(2){max-width:50%}.v-skeleton-loader__paragraph .v-skeleton-loader__text:nth-child(3),.v-skeleton-loader__sentences .v-skeleton-loader__text:nth-child(2){max-width:70%}.v-skeleton-loader__sentences:not(:last-child){margin-bottom:6px}.v-skeleton-loader__table-heading{align-items:center;display:flex;justify-content:space-between;padding:16px}.v-skeleton-loader__table-heading .v-skeleton-loader__heading{max-width:15%}.v-skeleton-loader__table-heading .v-skeleton-loader__text{max-width:40%}.v-skeleton-loader__table-thead{display:flex;justify-content:space-between;padding:16px}.v-skeleton-loader__table-thead .v-skeleton-loader__heading{max-width:5%}.v-skeleton-loader__table-tbody{padding:16px 16px 0}.v-skeleton-loader__table-tfoot{align-items:center;display:flex;justify-content:flex-end;padding:16px}.v-application--is-ltr .v-skeleton-loader__table-tfoot>*{margin-left:8px}.v-application--is-rtl .v-skeleton-loader__table-tfoot>*{margin-right:8px}.v-skeleton-loader__table-tfoot .v-skeleton-loader__avatar{height:40px;width:40px}.v-skeleton-loader__table-tfoot .v-skeleton-loader__text{margin-bottom:0}.v-skeleton-loader__table-tfoot .v-skeleton-loader__text:first-child{max-width:128px}.v-skeleton-loader__table-tfoot .v-skeleton-loader__text:nth-child(2){max-width:64px}.v-skeleton-loader__table-row{display:flex;justify-content:space-between}.v-skeleton-loader__table-cell{align-items:center;display:flex;height:48px;width:88px}.v-skeleton-loader__table-cell .v-skeleton-loader__text{margin-bottom:0}.v-skeleton-loader__text{border-radius:6px;flex:1 0 auto;height:12px;margin-bottom:6px}.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after{display:none}.v-skeleton-loader--is-loading{overflow:hidden}.v-skeleton-loader--tile,.v-skeleton-loader--tile .v-skeleton-loader__bone{border-radius:0}@-webkit-keyframes loading{to{transform:translateX(100%)}}@keyframes loading{to{transform:translateX(100%)}}.v-snack{align-items:center;color:#fff;display:flex;font-size:.875rem;left:8px;pointer-events:none;position:fixed;right:8px;transition-duration:.15s;transition-timing-function:cubic-bezier(0,0,.2,1);z-index:1000}.v-application--is-ltr .v-snack{text-align:left}.v-application--is-rtl .v-snack{text-align:right}.v-snack--absolute{position:absolute}.v-snack--top{top:8px}.v-snack--bottom{bottom:8px}.v-snack__wrapper{align-items:center;background-color:#323232;border-radius:4px;display:flex;margin:0 auto;pointer-events:auto;transition:inherit;transition-property:opacity,transform;min-width:100%;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.v-snack__content{align-items:center;display:flex;min-height:48px;justify-content:space-between;overflow:hidden;padding:8px 16px;width:100%}.v-snack__content .v-btn{flex:0 0 auto;height:auto;min-width:auto;padding:8px;width:auto}.v-snack__content .v-btn--icon,.v-snack__content .v-btn--outlined,.v-snack__content .v-btn--text{color:#fff}.v-application--is-ltr .v-snack__content .v-btn{margin:0 -8px 0 24px}.v-application--is-rtl .v-snack__content .v-btn{margin:0 24px 0 -8px}.v-snack__content .v-btn__content{margin:-2px}.v-snack--multi-line .v-snack__content{height:auto;min-height:68px}.v-snack--vertical .v-snack__content{align-items:stretch;flex-direction:column;height:auto;padding:16px 16px 8px}.v-snack--vertical .v-snack__content .v-btn.v-btn{align-self:flex-end;justify-self:flex-end;margin-top:18px}.v-application--is-ltr .v-snack--vertical .v-snack__content .v-btn.v-btn{margin-left:0}.v-application--is-rtl .v-snack--vertical .v-snack__content .v-btn.v-btn{margin-right:0}.v-snack--vertical .v-snack__content .v-btn__content{flex:0 0 auto;margin:0}@media only screen and (min-width:600px){.v-snack__wrapper{min-width:344px;max-width:672px}.v-snack--left .v-snack__wrapper{margin-left:0}.v-snack--right .v-snack__wrapper{margin-right:0}.v-application--is-ltr .v-snack__content .v-btn:first-of-type{margin-left:42px}.v-application--is-rtl .v-snack__content .v-btn:first-of-type{margin-right:42px}}.v-snack-transition-enter .v-snack__wrapper{transform:scale(.8)}.v-snack-transition-enter .v-snack__wrapper,.v-snack-transition-leave-to .v-snack__wrapper{opacity:0}.v-speed-dial{position:relative;z-index:1}.v-speed-dial--absolute{position:absolute}.v-speed-dial--fixed{position:fixed}.v-speed-dial--absolute,.v-speed-dial--fixed{z-index:4}.v-speed-dial--absolute>.v-btn--floating,.v-speed-dial--fixed>.v-btn--floating{margin:0}.v-speed-dial--top{top:16px}.v-speed-dial--bottom{bottom:16px}.v-speed-dial--left{left:16px}.v-speed-dial--right{right:16px}.v-speed-dial--direction-left .v-speed-dial__list,.v-speed-dial--direction-right .v-speed-dial__list{height:100%;top:0;padding:0 16px}.v-speed-dial--direction-bottom .v-speed-dial__list,.v-speed-dial--direction-top .v-speed-dial__list{left:0;width:100%}.v-speed-dial--direction-top .v-speed-dial__list{flex-direction:column-reverse;bottom:100%}.v-speed-dial--direction-right .v-speed-dial__list{flex-direction:row;left:100%}.v-speed-dial--direction-bottom .v-speed-dial__list{flex-direction:column;top:100%}.v-speed-dial--direction-left .v-speed-dial__list{flex-direction:row-reverse;right:100%}.v-speed-dial__list{align-items:center;display:flex;justify-content:center;padding:16px 0;position:absolute}.v-speed-dial__list .v-btn{margin:6px}.v-speed-dial:not(.v-speed-dial--is-active) .v-speed-dial__list{pointer-events:none}.theme--light.v-stepper{background:#fff}.theme--light.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step{background:rgba(0,0,0,.38)}.theme--light.v-stepper .v-stepper__step__step,.theme--light.v-stepper .v-stepper__step__step .v-icon{color:#fff}.theme--light.v-stepper .v-stepper__header .v-divider{border-color:rgba(0,0,0,.12)}.theme--light.v-stepper .v-stepper__step--active .v-stepper__label{text-shadow:0 0 0 #000}.theme--light.v-stepper .v-stepper__step--editable:hover{background:rgba(0,0,0,.06)}.theme--light.v-stepper .v-stepper__step--editable:hover .v-stepper__label{text-shadow:0 0 0 #000}.theme--light.v-stepper .v-stepper__step--complete .v-stepper__label{color:rgba(0,0,0,.87)}.theme--light.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step{background:rgba(0,0,0,.54)}.theme--light.v-stepper .v-stepper__label{color:rgba(0,0,0,.38)}.theme--light.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label,.theme--light.v-stepper .v-stepper__label small{color:rgba(0,0,0,.6)}.v-application--is-ltr .theme--light.v-stepper--vertical .v-stepper__content:not(:last-child){border-left:1px solid rgba(0,0,0,.12)}.v-application--is-rtl .theme--light.v-stepper--vertical .v-stepper__content:not(:last-child){border-right:1px solid rgba(0,0,0,.12)}.theme--dark.v-stepper{background:#303030}.theme--dark.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step{background:hsla(0,0%,100%,.5)}.theme--dark.v-stepper .v-stepper__step__step,.theme--dark.v-stepper .v-stepper__step__step .v-icon{color:#fff}.theme--dark.v-stepper .v-stepper__header .v-divider{border-color:hsla(0,0%,100%,.12)}.theme--dark.v-stepper .v-stepper__step--active .v-stepper__label{text-shadow:0 0 0 #fff}.theme--dark.v-stepper .v-stepper__step--editable:hover{background:hsla(0,0%,100%,.06)}.theme--dark.v-stepper .v-stepper__step--editable:hover .v-stepper__label{text-shadow:0 0 0 #fff}.theme--dark.v-stepper .v-stepper__step--complete .v-stepper__label{color:hsla(0,0%,100%,.87)}.theme--dark.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step{background:hsla(0,0%,100%,.75)}.theme--dark.v-stepper .v-stepper__label{color:hsla(0,0%,100%,.5)}.theme--dark.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label,.theme--dark.v-stepper .v-stepper__label small{color:hsla(0,0%,100%,.7)}.v-application--is-ltr .theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child){border-left:1px solid hsla(0,0%,100%,.12)}.v-application--is-rtl .theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child){border-right:1px solid hsla(0,0%,100%,.12)}.v-stepper{border-radius:4px;overflow:hidden;position:relative}.v-stepper,.v-stepper__header{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-stepper__header{height:72px;align-items:stretch;display:flex;flex-wrap:wrap;justify-content:space-between}.v-stepper__header .v-divider{align-self:center;margin:0 -16px}.v-stepper__items{position:relative;overflow:hidden}.v-stepper__step__step{align-items:center;border-radius:50%;display:inline-flex;font-size:.75rem;justify-content:center;height:24px;min-width:24px;width:24px;transition:.3s cubic-bezier(.25,.8,.25,1)}.v-application--is-ltr .v-stepper__step__step{margin-right:8px}.v-application--is-rtl .v-stepper__step__step{margin-left:8px}.v-stepper__step__step .v-icon.v-icon{font-size:1.25rem}.v-stepper__step__step .v-icon.v-icon.v-icon--svg{height:1.25rem;width:1.25rem}.v-stepper__step{align-items:center;display:flex;flex-direction:row;padding:24px;position:relative}.v-stepper__step--active .v-stepper__label{transition:.3s cubic-bezier(.4,0,.6,1)}.v-stepper__step--editable{cursor:pointer}.v-stepper__step.v-stepper__step--error .v-stepper__step__step{background:transparent;color:inherit}.v-stepper__step.v-stepper__step--error .v-stepper__step__step .v-icon{font-size:1.5rem;color:inherit}.v-stepper__step.v-stepper__step--error .v-stepper__label{color:inherit;text-shadow:none;font-weight:500}.v-stepper__step.v-stepper__step--error .v-stepper__label small{color:inherit}.v-stepper__label{align-items:flex-start;display:flex;flex-direction:column;line-height:1}.v-application--is-ltr .v-stepper__label{text-align:left}.v-application--is-rtl .v-stepper__label{text-align:right}.v-stepper__label small{font-size:.75rem;font-weight:300;text-shadow:none}.v-stepper__wrapper{overflow:hidden;transition:none}.v-stepper__content{top:0;padding:24px 24px 16px;flex:1 0 auto;width:100%}.v-stepper__content>.v-btn{margin:24px 8px 8px 0}.v-stepper--is-booted .v-stepper__content,.v-stepper--is-booted .v-stepper__wrapper{transition:.3s cubic-bezier(.25,.8,.5,1)}.v-stepper--vertical{padding-bottom:36px}.v-stepper--vertical .v-stepper__content{padding:16px 60px 16px 23px;width:auto}.v-application--is-ltr .v-stepper--vertical .v-stepper__content{margin:-8px -36px -16px 36px}.v-application--is-rtl .v-stepper--vertical .v-stepper__content{margin:-8px 36px -16px -36px}.v-stepper--vertical .v-stepper__step{padding:24px 24px 16px}.v-application--is-ltr .v-stepper--vertical .v-stepper__step__step{margin-right:12px}.v-application--is-rtl .v-stepper--vertical .v-stepper__step__step{margin-left:12px}.v-stepper--alt-labels .v-stepper__header{height:auto}.v-stepper--alt-labels .v-stepper__header .v-divider{margin:35px -67px 0;align-self:flex-start}.v-stepper--alt-labels .v-stepper__step{flex-direction:column;justify-content:flex-start;align-items:center;flex-basis:175px}.v-stepper--alt-labels .v-stepper__step small{align-self:center}.v-stepper--alt-labels .v-stepper__step__step{margin-bottom:11px;margin-left:0;margin-right:0}@media only screen and (max-width:959px){.v-stepper:not(.v-stepper--vertical) .v-stepper__label{display:none}.v-stepper:not(.v-stepper--vertical) .v-stepper__step__step{margin-left:0;margin-right:0}}.theme--light.v-input--switch .v-input--switch__thumb{color:#fff}.theme--light.v-input--switch .v-input--switch__track{color:rgba(0,0,0,.38)}.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb{color:#fafafa!important}.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track{color:rgba(0,0,0,.12)!important}.theme--dark.v-input--switch .v-input--switch__thumb{color:#bdbdbd}.theme--dark.v-input--switch .v-input--switch__track{color:hsla(0,0%,100%,.3)}.theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb{color:#424242!important}.theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track{color:hsla(0,0%,100%,.1)!important}.v-input--switch__thumb,.v-input--switch__track{background-color:currentColor;pointer-events:none;transition:inherit}.v-input--switch__track{border-radius:8px;width:36px;height:14px;left:2px;position:absolute;opacity:.6;right:2px;top:calc(50% - 7px)}.v-input--switch__thumb{border-radius:50%;top:calc(50% - 10px);height:20px;position:relative;width:20px;display:flex;justify-content:center;align-items:center;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-input--switch .v-input--selection-controls__input{width:38px}.v-input--switch .v-input--selection-controls__ripple{top:calc(50% - 24px)}.v-input--switch.v-input--dense .v-input--switch__thumb{width:18px;height:18px}.v-input--switch.v-input--dense .v-input--switch__track{height:12px;width:32px}.v-input--switch.v-input--dense.v-input--switch--inset .v-input--switch__track{height:22px;width:44px;top:calc(50% - 12px);left:-3px}.v-input--switch.v-input--dense .v-input--selection-controls__ripple{top:calc(50% - 22px)}.v-input--switch.v-input--is-dirty.v-input--is-disabled{opacity:.6}.v-application--is-ltr .v-input--switch .v-input--selection-controls__ripple{left:-14px}.v-application--is-ltr .v-input--switch.v-input--dense .v-input--selection-controls__ripple{left:-12px}.v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--switch__thumb{transform:translate(20px)}.v-application--is-rtl .v-input--switch .v-input--selection-controls__ripple{right:-14px}.v-application--is-rtl .v-input--switch.v-input--dense .v-input--selection-controls__ripple{right:-12px}.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--switch__thumb{transform:translate(-20px)}.v-input--switch:not(.v-input--switch--flat):not(.v-input--switch--inset) .v-input--switch__thumb{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-input--switch--inset .v-input--selection-controls__input,.v-input--switch--inset .v-input--switch__track{width:48px}.v-input--switch--inset .v-input--switch__track{border-radius:14px;height:28px;left:-4px;opacity:.32;top:calc(50% - 14px)}.v-application--is-ltr .v-input--switch--inset .v-input--selection-controls__ripple,.v-application--is-ltr .v-input--switch--inset .v-input--switch__thumb{transform:translate(0)!important}.v-application--is-rtl .v-input--switch--inset .v-input--selection-controls__ripple,.v-application--is-rtl .v-input--switch--inset .v-input--switch__thumb{transform:translate(-6px)!important}.v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb{transform:translate(20px)!important}.v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb{transform:translate(-26px)!important}.theme--light.v-system-bar{background-color:#e0e0e0;color:rgba(0,0,0,.6)}.theme--light.v-system-bar .v-icon{color:rgba(0,0,0,.6)}.theme--light.v-system-bar--lights-out{background-color:hsla(0,0%,100%,.7)!important}.theme--dark.v-system-bar{background-color:#000;color:hsla(0,0%,100%,.7)}.theme--dark.v-system-bar .v-icon{color:hsla(0,0%,100%,.7)}.theme--dark.v-system-bar--lights-out{background-color:rgba(0,0,0,.2)!important}.v-system-bar{align-items:center;display:flex;font-size:.875rem;font-weight:400;padding:0 8px}.v-system-bar .v-icon{font-size:1rem;margin-right:4px}.v-system-bar--absolute,.v-system-bar--fixed{left:0;top:0;width:100%;z-index:3}.v-system-bar--fixed{position:fixed}.v-system-bar--absolute{position:absolute}.v-system-bar--window .v-icon{font-size:1.25rem;margin-right:8px}.theme--light.v-tabs>.v-tabs-bar{background-color:#fff}.theme--light.v-tabs>.v-tabs-bar .v-tab--disabled,.theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active),.theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-icon{color:rgba(0,0,0,.54)}.theme--light.v-tabs .v-tab:hover:before{opacity:.04}.theme--light.v-tabs .v-tab--active:before,.theme--light.v-tabs .v-tab--active:hover:before,.theme--light.v-tabs .v-tab:focus:before{opacity:.12}.theme--light.v-tabs .v-tab--active:focus:before{opacity:.16}.theme--dark.v-tabs>.v-tabs-bar{background-color:#1e1e1e}.theme--dark.v-tabs>.v-tabs-bar .v-tab--disabled,.theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active),.theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-icon{color:hsla(0,0%,100%,.6)}.theme--dark.v-tabs .v-tab:hover:before{opacity:.08}.theme--dark.v-tabs .v-tab--active:before,.theme--dark.v-tabs .v-tab--active:hover:before,.theme--dark.v-tabs .v-tab:focus:before{opacity:.24}.theme--dark.v-tabs .v-tab--active:focus:before{opacity:.32}.theme--light.v-tabs-items{background-color:#fff}.theme--dark.v-tabs-items{background-color:#1e1e1e}.v-tabs-bar.accent .v-tab,.v-tabs-bar.accent .v-tabs-slider,.v-tabs-bar.error .v-tab,.v-tabs-bar.error .v-tabs-slider,.v-tabs-bar.info .v-tab,.v-tabs-bar.info .v-tabs-slider,.v-tabs-bar.primary .v-tab,.v-tabs-bar.primary .v-tabs-slider,.v-tabs-bar.secondary .v-tab,.v-tabs-bar.secondary .v-tabs-slider,.v-tabs-bar.success .v-tab,.v-tabs-bar.success .v-tabs-slider,.v-tabs-bar.warning .v-tab,.v-tabs-bar.warning .v-tabs-slider{color:#fff}.v-tabs{flex:1 1 auto;width:100%}.v-tabs .v-menu__activator{height:100%}.v-tabs:not(.v-tabs--vertical) .v-tab{white-space:normal}.v-tabs-bar{border-radius:inherit;height:48px}.v-tabs-bar.v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-tabs-bar--show-arrows):not(.v-slide-group--has-affixes) .v-slide-group__prev{display:initial;visibility:hidden}.v-tabs-bar.v-item-group>*{cursor:auto}.v-tab{align-items:center;display:flex;flex:0 1 auto;font-size:.875rem;font-weight:500;justify-content:center;letter-spacing:.0892857143em;line-height:normal;min-width:90px;max-width:360px;outline:none;padding:0 16px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-tab.v-tab{color:inherit}.v-tab:before{background-color:currentColor;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-tab:not(.v-tab-disabled){cursor:pointer}.v-tabs-slider{background-color:currentColor;height:100%;width:100%}.v-tabs-slider-wrapper{bottom:0;margin:0!important;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1);z-index:1}.v-application--is-ltr .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tab:first-child,.v-application--is-ltr .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tabs-slider-wrapper+.v-tab{margin-left:42px}.v-application--is-rtl .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tab:first-child,.v-application--is-rtl .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tabs-slider-wrapper+.v-tab{margin-right:42px}.v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:last-child,.v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:last-child{margin-right:auto}.v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-slider-wrapper+*,.v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-slider-wrapper+*,.v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:last-child,.v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:last-child{margin-left:auto}.v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-slider-wrapper+*,.v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-slider-wrapper+*{margin-right:auto}.v-tabs--fixed-tabs>.v-tabs-bar .v-tab{flex:1 1 auto;width:100%}.v-tabs--grow>.v-tabs-bar .v-tab{flex:1 0 auto;max-width:none}.v-tabs--icons-and-text>.v-tabs-bar{height:72px}.v-tabs--icons-and-text>.v-tabs-bar .v-tab{flex-direction:column-reverse}.v-tabs--icons-and-text>.v-tabs-bar .v-tab>:first-child{margin-bottom:6px}.v-tabs--overflow>.v-tabs-bar .v-tab{flex:1 0 auto}.v-application--is-ltr .v-tabs--right>.v-tabs-bar .v-tab:first-child,.v-application--is-ltr .v-tabs--right>.v-tabs-bar .v-tabs-slider-wrapper+.v-tab{margin-left:auto}.v-application--is-rtl .v-tabs--right>.v-tabs-bar .v-tab:first-child,.v-application--is-rtl .v-tabs--right>.v-tabs-bar .v-tabs-slider-wrapper+.v-tab{margin-right:auto}.v-application--is-ltr .v-tabs--right>.v-tabs-bar .v-tab:last-child{margin-right:0}.v-application--is-rtl .v-tabs--right>.v-tabs-bar .v-tab:last-child{margin-left:0}.v-tabs--vertical{display:flex}.v-tabs--vertical>.v-tabs-bar{flex:1 0 auto;height:auto}.v-tabs--vertical>.v-tabs-bar .v-slide-group__next,.v-tabs--vertical>.v-tabs-bar .v-slide-group__prev{display:none}.v-tabs--vertical>.v-tabs-bar .v-tabs-bar__content{flex-direction:column}.v-tabs--vertical>.v-tabs-bar .v-tab{height:48px}.v-tabs--vertical>.v-tabs-bar .v-tabs-slider{height:100%}.v-tabs--vertical>.v-window{flex:0 1 100%}.v-tabs--vertical.v-tabs--icons-and-text>.v-tabs-bar .v-tab{height:72px}.v-tab--active{color:inherit}.v-tab--active.v-tab:not(:focus):before{opacity:0}.v-tab--active .v-icon{color:inherit}.v-tab--disabled{pointer-events:none;opacity:.5}.v-textarea textarea{align-self:stretch;flex:1 1 auto;line-height:1.75rem;max-width:100%;min-height:32px;outline:none;padding:0;width:100%}.v-textarea .v-text-field__prefix,.v-textarea .v-text-field__suffix{padding-top:2px;align-self:start}.v-textarea.v-text-field--box .v-text-field__prefix,.v-textarea.v-text-field--box textarea,.v-textarea.v-text-field--enclosed .v-text-field__prefix,.v-textarea.v-text-field--enclosed textarea{margin-top:24px}.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-text-field__prefix,.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-text-field__suffix,.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) textarea,.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-text-field__prefix,.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-text-field__suffix,.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) textarea,.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__prefix,.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__suffix,.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) textarea,.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-text-field__prefix,.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-text-field__suffix,.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) textarea{margin-top:10px}.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-label,.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-label,.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-label,.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-label{top:18px}.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-text-field__prefix,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-text-field__suffix,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense textarea,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-text-field__prefix,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-text-field__suffix,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense textarea,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field__prefix,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field__suffix,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense textarea,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-text-field__prefix,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-text-field__suffix,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense textarea{margin-top:6px}.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__append-inner,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__append-outer,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__prepend-inner,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__prepend-outer,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__append-inner,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__append-outer,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__prepend-inner,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__prepend-outer,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__append-inner,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__append-outer,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__prepend-inner,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__prepend-outer,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__append-inner,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__append-outer,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__prepend-inner,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__prepend-outer{align-self:flex-start;margin-top:8px}.v-textarea.v-text-field--solo{align-items:flex-start}.v-textarea.v-text-field--solo .v-input__append-inner,.v-textarea.v-text-field--solo .v-input__append-outer,.v-textarea.v-text-field--solo .v-input__prepend-inner,.v-textarea.v-text-field--solo .v-input__prepend-outer{align-self:flex-start;margin-top:12px}.v-application--is-ltr .v-textarea.v-text-field--solo .v-input__append-inner{padding-left:12px}.v-application--is-rtl .v-textarea.v-text-field--solo .v-input__append-inner{padding-right:12px}.v-textarea--auto-grow textarea{overflow:hidden}.v-textarea--no-resize textarea{resize:none}.v-textarea.v-text-field--enclosed .v-text-field__slot{align-self:stretch}.v-application--is-ltr .v-textarea.v-text-field--enclosed .v-text-field__slot{margin-right:-12px}.v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot{margin-left:-12px}.v-application--is-ltr .v-textarea.v-text-field--enclosed .v-text-field__slot textarea{padding-right:12px}.v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot textarea{padding-left:12px}.theme--light.v-timeline:before{background:rgba(0,0,0,.12)}.theme--light.v-timeline .v-timeline-item__dot{background:#fff}.theme--light.v-timeline .v-timeline-item .v-card:before{border-right-color:rgba(0,0,0,.12)}.theme--dark.v-timeline:before{background:hsla(0,0%,100%,.12)}.theme--dark.v-timeline .v-timeline-item__dot{background:#1e1e1e}.theme--dark.v-timeline .v-timeline-item .v-card:before{border-right-color:rgba(0,0,0,.12)}.v-timeline{padding-top:24px;position:relative}.v-timeline:before{bottom:0;content:"";height:100%;position:absolute;top:0;width:2px}.v-timeline-item{display:flex;padding-bottom:24px}.v-timeline-item__body{position:relative;height:100%;flex:1 1 auto}.v-timeline-item__divider{position:relative;min-width:96px;display:flex;align-items:center;justify-content:center}.v-timeline-item__dot{z-index:2;border-radius:50%;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);height:38px;left:calc(50% - 19px);width:38px}.v-timeline-item__dot .v-timeline-item__inner-dot{height:30px;margin:4px;width:30px}.v-timeline-item__dot--small{height:24px;left:calc(50% - 12px);width:24px}.v-timeline-item__dot--small .v-timeline-item__inner-dot{height:18px;margin:3px;width:18px}.v-timeline-item__dot--large{height:52px;left:calc(50% - 26px);width:52px}.v-timeline-item__dot--large .v-timeline-item__inner-dot{height:42px;margin:5px;width:42px}.v-timeline-item__inner-dot{border-radius:50%;display:flex;justify-content:center;align-items:center}.v-timeline-item__opposite{flex:1 1 auto;align-self:center;max-width:calc(50% - 48px)}.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after,.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before){flex-direction:row-reverse}.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__opposite,.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__opposite{text-align:right}.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__opposite,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__opposite{text-align:left}.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body .v-card:after,.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body>.v-card:before,.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body .v-card:after,.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:before{transform:rotate(0);left:-10px;right:auto}.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body .v-card:after,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body>.v-card:before,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body .v-card:after,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:before{transform:rotate(180deg);left:auto;right:-10px}.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body,.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body{max-width:calc(50% - 48px)}.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before,.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after){flex-direction:row}.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__opposite,.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__opposite{text-align:left}.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__opposite,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__opposite{text-align:right}.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body .v-card:after,.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body>.v-card:before,.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body .v-card:after,.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:before{transform:rotate(180deg);right:-10px;left:auto}.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body .v-card:after,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body>.v-card:before,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body .v-card:after,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:before{transform:rotate(0);right:auto;left:-10px}.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body,.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body{max-width:calc(50% - 48px)}.v-timeline-item__body>.v-card:not(.v-card--flat):after,.v-timeline-item__body>.v-card:not(.v-card--flat):before{content:"";position:absolute;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #000;top:calc(50% - 10px)}.v-timeline-item__body>.v-card:not(.v-card--flat):after{border-right-color:inherit}.v-timeline-item__body>.v-card:not(.v-card--flat):before{top:calc(50% - 8px)}.v-timeline--align-top .v-timeline-item__dot{align-self:start}.v-timeline--align-top .v-timeline-item__body>.v-card:before{top:12px}.v-timeline--align-top .v-timeline-item__body>.v-card:after{top:10px}.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse):before{left:calc(50% - 1px);right:auto}.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense):before,.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse):before{left:auto;right:calc(50% - 1px)}.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense):before{right:auto;left:calc(50% - 1px)}.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before,.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after){flex-direction:row}.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__opposite,.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__opposite{text-align:left}.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__opposite,.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__opposite{text-align:right}.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body .v-card:after,.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body>.v-card:before,.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body .v-card:after,.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:before{transform:rotate(180deg);right:-10px;left:auto}.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body .v-card:after,.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body>.v-card:before,.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body .v-card:after,.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:before{transform:rotate(0);right:auto;left:-10px}.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body,.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body{max-width:calc(50% - 48px)}.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after,.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before){flex-direction:row-reverse}.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__opposite,.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__opposite{text-align:right}.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__opposite,.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__opposite{text-align:left}.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body .v-card:after,.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body>.v-card:before,.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__body .v-card:after,.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:before{transform:rotate(0);left:-10px;right:auto}.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body .v-card:after,.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body>.v-card:before,.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__body .v-card:after,.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:before{transform:rotate(180deg);left:auto;right:-10px}.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body,.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__body{max-width:calc(50% - 48px)}.v-application--is-ltr .v-timeline--reverse.v-timeline--dense:before{right:47px;left:auto}.v-application--is-ltr .v-timeline--dense:not(.v-timeline--reverse):before,.v-application--is-rtl .v-timeline--reverse.v-timeline--dense:before{right:auto;left:47px}.v-application--is-rtl .v-timeline--dense:not(.v-timeline--reverse):before{left:auto;right:47px}.v-timeline--dense .v-timeline-item{flex-direction:row-reverse!important}.v-application--is-ltr .v-timeline--dense .v-timeline-item .v-timeline-item__body .v-card:after,.v-application--is-ltr .v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:before{transform:rotate(0);left:-10px;right:auto}.v-application--is-rtl .v-timeline--dense .v-timeline-item .v-timeline-item__body .v-card:after,.v-application--is-rtl .v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:before{transform:rotate(180deg);left:auto;right:-10px}.v-timeline--dense .v-timeline-item__body{max-width:calc(100% - 96px)}.v-timeline--dense .v-timeline-item__opposite{display:none}.v-timeline--reverse.v-timeline--dense .v-timeline-item{flex-direction:row!important}.v-application--is-ltr .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body .v-card:after,.v-application--is-ltr .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:before{transform:rotate(180deg);right:-10px;left:auto}.v-application--is-rtl .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body .v-card:after,.v-application--is-rtl .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:before{transform:rotate(0);right:auto;left:-10px}.v-timeline-item--fill-dot .v-timeline-item__inner-dot{height:inherit;margin:0;width:inherit}.theme--light.v-time-picker-clock{background:#e0e0e0}.theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled{color:rgba(0,0,0,.26)}.theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active{color:hsla(0,0%,100%,.3)}.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__hand{background-color:#bdbdbd}.theme--light.v-time-picker-clock--indeterminate:after{color:#bdbdbd}.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active{background-color:#bdbdbd}.theme--dark.v-time-picker-clock{background:#616161}.theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled,.theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active{color:hsla(0,0%,100%,.3)}.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__hand{background-color:#757575}.theme--dark.v-time-picker-clock--indeterminate:after{color:#757575}.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active{background-color:#757575}.v-time-picker-clock{border-radius:100%;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;padding-top:100%;flex:1 0 auto}.v-time-picker-clock__container{display:flex;flex-direction:column;justify-content:center;padding:10px}.v-time-picker-clock__ampm{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;position:absolute;width:100%;height:100%;top:0;left:0;margin:0;padding:10px}.v-time-picker-clock__hand{height:calc(50% - 4px);width:2px;bottom:50%;left:calc(50% - 1px);transform-origin:center bottom;position:absolute;will-change:transform;z-index:1}.v-time-picker-clock__hand:before{background:transparent;border:2px solid;border-color:inherit;border-radius:100%;width:10px;height:10px;top:-4px}.v-time-picker-clock__hand:after,.v-time-picker-clock__hand:before{content:"";position:absolute;left:50%;transform:translate(-50%,-50%)}.v-time-picker-clock__hand:after{height:8px;width:8px;top:100%;border-radius:100%;border-style:solid;border-color:inherit;background-color:inherit}.v-time-picker-clock__hand--inner:after{height:14px}.v-picker--full-width .v-time-picker-clock__container{max-width:290px}.v-time-picker-clock__inner{position:absolute;bottom:27px;left:27px;right:27px;top:27px}.v-time-picker-clock__item{align-items:center;border-radius:100%;cursor:default;display:flex;font-size:16px;justify-content:center;height:40px;position:absolute;text-align:center;width:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transform:translate(-50%,-50%)}.v-time-picker-clock__item>span{z-index:1}.v-time-picker-clock__item:after,.v-time-picker-clock__item:before{content:"";border-radius:100%;position:absolute;top:50%;left:50%;height:14px;width:14px;transform:translate(-50%,-50%);height:40px;width:40px}.v-time-picker-clock__item--active{color:#fff;cursor:default;z-index:2}.v-time-picker-clock__item--disabled{pointer-events:none}.v-picker--landscape .v-time-picker-clock__container{flex-direction:row}.v-picker--landscape .v-time-picker-clock__ampm{flex-direction:column}.v-time-picker-title{color:#fff;display:flex;line-height:1;justify-content:flex-end}.v-time-picker-title__time{white-space:nowrap;direction:ltr}.v-time-picker-title__time .v-picker__title__btn,.v-time-picker-title__time span{align-items:center;display:inline-flex;height:70px;font-size:70px;justify-content:center}.v-time-picker-title__ampm{align-self:flex-end;display:flex;flex-direction:column;font-size:16px;text-transform:uppercase}.v-application--is-ltr .v-time-picker-title__ampm{margin:0 0 6px 8px}.v-application--is-rtl .v-time-picker-title__ampm{margin:0 8px 6px 0}.v-time-picker-title__ampm div:only-child{flex-direction:row}.v-time-picker-title__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active{opacity:.6}.v-picker__title--landscape .v-time-picker-title{flex-direction:column;justify-content:center;height:100%}.v-picker__title--landscape .v-time-picker-title__time{text-align:right}.v-picker__title--landscape .v-time-picker-title__time .v-picker__title__btn,.v-picker__title--landscape .v-time-picker-title__time span{height:55px;font-size:55px}.v-picker__title--landscape .v-time-picker-title__ampm{margin:16px 0 0;align-self:auto;text-align:center}.v-picker--time .v-picker__title--landscape{padding:0}.v-picker--time .v-picker__title--landscape .v-time-picker-title__time{text-align:center}.v-tooltip{display:none}.v-tooltip--attached{display:inline}.v-tooltip__content{background:rgba(97,97,97,.9);color:#fff;border-radius:4px;font-size:14px;line-height:22px;display:inline-block;padding:5px 16px;position:absolute;text-transform:none;width:auto;opacity:1;pointer-events:none}.v-tooltip__content--fixed{position:fixed}.v-tooltip__content[class*=-active]{transition-timing-function:cubic-bezier(0,0,.2,1)}.v-tooltip__content[class*=enter-active]{transition-duration:.15s}.v-tooltip__content[class*=leave-active]{transition-duration:75ms}.theme--light.v-treeview{color:rgba(0,0,0,.87)}.theme--light.v-treeview--hoverable .v-treeview-node__root:hover:before,.theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root:hover:before{opacity:.04}.theme--light.v-treeview--hoverable .v-treeview-node__root--active:before,.theme--light.v-treeview--hoverable .v-treeview-node__root--active:hover:before,.theme--light.v-treeview--hoverable .v-treeview-node__root:focus:before,.theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:before,.theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:hover:before,.theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root:focus:before{opacity:.12}.theme--light.v-treeview--hoverable .v-treeview-node__root--active:focus:before,.theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:focus:before{opacity:.16}.theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active:before,.theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active:hover:before{opacity:.12}.theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active:focus:before{opacity:.16}.theme--light.v-treeview .v-treeview-node--disabled{color:rgba(0,0,0,.38)}.theme--light.v-treeview .v-treeview-node--disabled .v-treeview-node__checkbox,.theme--light.v-treeview .v-treeview-node--disabled .v-treeview-node__toggle{color:rgba(0,0,0,.38)!important}.theme--dark.v-treeview{color:#fff}.theme--dark.v-treeview--hoverable .v-treeview-node__root:hover:before,.theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root:hover:before{opacity:.08}.theme--dark.v-treeview--hoverable .v-treeview-node__root--active:before,.theme--dark.v-treeview--hoverable .v-treeview-node__root--active:hover:before,.theme--dark.v-treeview--hoverable .v-treeview-node__root:focus:before,.theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:before,.theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:hover:before,.theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root:focus:before{opacity:.24}.theme--dark.v-treeview--hoverable .v-treeview-node__root--active:focus:before,.theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:focus:before{opacity:.32}.theme--dark.v-treeview .v-treeview-node__root.v-treeview-node--active:before,.theme--dark.v-treeview .v-treeview-node__root.v-treeview-node--active:hover:before{opacity:.24}.theme--dark.v-treeview .v-treeview-node__root.v-treeview-node--active:focus:before{opacity:.32}.theme--dark.v-treeview .v-treeview-node--disabled{color:hsla(0,0%,100%,.5)}.theme--dark.v-treeview .v-treeview-node--disabled .v-treeview-node__checkbox,.theme--dark.v-treeview .v-treeview-node--disabled .v-treeview-node__toggle{color:hsla(0,0%,100%,.5)!important}.v-treeview-node--disabled{pointer-events:none}.v-treeview-node.v-treeview-node--shaped .v-treeview-node__root,.v-treeview-node.v-treeview-node--shaped .v-treeview-node__root:before{border-bottom-right-radius:24px!important;border-top-right-radius:24px!important}.v-treeview-node.v-treeview-node--shaped .v-treeview-node__root{margin-top:8px;margin-bottom:8px}.v-treeview-node.v-treeview-node--rounded .v-treeview-node__root,.v-treeview-node.v-treeview-node--rounded .v-treeview-node__root:before{border-radius:24px!important}.v-treeview-node.v-treeview-node--rounded .v-treeview-node__root{margin-top:8px;margin-bottom:8px}.v-treeview-node--excluded{display:none}.v-treeview-node--click>.v-treeview-node__root,.v-treeview-node--click>.v-treeview-node__root>.v-treeview-node__content>*{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-treeview-node.v-treeview-node--active .v-treeview-node__content .v-icon{color:inherit}.v-treeview-node__root{display:flex;align-items:center;min-height:48px;padding-left:8px;padding-right:8px;position:relative}.v-treeview-node__root:before{background-color:currentColor;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-treeview-node__root:after{content:"";font-size:0;min-height:inherit}.v-treeview-node__children{transition:all .2s cubic-bezier(0,0,.2,1)}.v-treeview--dense .v-treeview-node__root{min-height:40px}.v-treeview--dense.v-treeview-node--shaped .v-treeview-node__root,.v-treeview--dense.v-treeview-node--shaped .v-treeview-node__root:before{border-bottom-right-radius:20px!important;border-top-right-radius:20px!important}.v-treeview--dense.v-treeview-node--shaped .v-treeview-node__root{margin-top:8px;margin-bottom:8px}.v-treeview--dense.v-treeview-node--rounded .v-treeview-node__root,.v-treeview--dense.v-treeview-node--rounded .v-treeview-node__root:before{border-radius:20px!important}.v-treeview--dense.v-treeview-node--rounded .v-treeview-node__root{margin-top:8px;margin-bottom:8px}.v-treeview-node__checkbox{width:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-application--is-ltr .v-treeview-node__checkbox{margin-left:6px}.v-application--is-rtl .v-treeview-node__checkbox{margin-right:6px}.v-treeview-node__toggle{width:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-treeview-node__toggle--loading{-webkit-animation:progress-circular-rotate 1s linear infinite;animation:progress-circular-rotate 1s linear infinite}.v-application--is-ltr .v-treeview-node__toggle{transform:rotate(-90deg)}.v-application--is-ltr .v-treeview-node__toggle--open{transform:none}.v-application--is-rtl .v-treeview-node__toggle{transform:rotate(90deg)}.v-application--is-rtl .v-treeview-node__toggle--open{transform:none}.v-treeview-node__prepend{min-width:24px}.v-application--is-ltr .v-treeview-node__prepend{margin-right:6px}.v-application--is-rtl .v-treeview-node__prepend{margin-left:6px}.v-treeview-node__append{min-width:24px}.v-application--is-ltr .v-treeview-node__append{margin-left:6px}.v-application--is-rtl .v-treeview-node__append{margin-right:6px}.v-treeview-node__level{width:24px}.v-treeview-node__label{flex:1;font-size:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-treeview-node__content{align-items:center;display:flex;flex-basis:0%;flex-grow:1;flex-shrink:0;min-width:0}.v-treeview-node__content .v-btn{flex-grow:0!important;flex-shrink:1!important}.v-application--is-ltr .v-treeview-node__content{margin-left:6px}.v-application--is-rtl .v-treeview-node__content{margin-right:6px} \ No newline at end of file diff --git a/preview-templates/ccc-devtools/libs/fonts/googlefonts-base.woff2 b/preview-templates/ccc-devtools/libs/fonts/googlefonts-base.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..32fd373c3f4b4a1e8dd61f3c3eb7867b596efd14 GIT binary patch literal 10984 zcmV@*7 zbA-k|$vvR8HG4spit%TF4T!J@N48QS(Mm)Mee{u%d7yNNh>D~IC@2z&g^I86JiUMM z{W`imlrw=Tl>>~YUN(pvg81y+-~eX*Vch%_6=hmbz%dqxukAjapR=-Lm=RcUD&Y2x ztIt({I@vNl-AB_AXf@5Q-AVt7Hbf<1nHB|sF1O!WZ?fZdPWYDnf8Uoe$rJ$OK~(Jr zlB7UXsf97%I|Kp)fC&H_1ONgN z2m!!Ah&0@O2WaX8@9BYFF2H-Xm%TIaUSRFx2E1?p;6vy@=b!2226P}^;uv)dhJL^c zl@A9%wFq>yqeY}Bx6wA+w%TgZtSoi8wpDrSxk{><)vZRfy_!*T`=#1St+DY*L6dHp zU8p%A8`9B6;qcm4GKZYYUB!ScYfnl6LUrihAP}l>XfR^JiO+c#Ty%*bA=ilzg%U#| zL5egPYSd}ENrx^yhK!jqW6n~JT=@zN7&K(qh*4w4O_=o1l&7AV_1v6gYuBeC&)KqvFZil|%ck#>5oQ^>>2C!LV=N+53{NccNLeS59a4F188*%V)!uFJl=0=D zgUb@bv@y#B*Li0lxgauHVnddYQaH@G$YE!gx2$mjtYE^nWJz4Ofrdan5hv!cfJH2= z@dz4h7#n!-rCD_VIJgj8w8i6>89c z0aCDvHN3?;tk=d;$I6&6Gwf*Swe}XUjUDXb)0*+v5`zPIC`1v@4?7H)#{w3yv}Q({ z2yQ~Vx?Um}C5;(ITcf=V>|ht4dX9BABaHKzSyo^%=RLW6XWaxC>iOgaTM&^mlUXq2 zt!f#TJW*6m(kH~4Vd(T&XW>0(>?XyuOsLGS|{e$O0hp2_Egr_5!lLA>2#Gq2?* zUseTx!@Wd6%EL~l1&6tQeD@}m&+e*v4}goQ^Dm{!``VWMh%%L}^b2+Vtf?-HcWVxF13<_!(brqvXuL~oU(LeCneZ%WIS)PhZz7Ie#D-u ztv&7M!{NQGCzE$ynwF%d695~wBxm&G2KTXsU#1)l8<-ly9SE?@;db8NxVxCa;YP0V zLtDBHHs2a$$!y8!%HMI9?c5x8>E*i-yS{`2Y^Mc>cdcN5ORM|k2Ud|uIPX*c77SIf z!*14r0CM1l&f&bK;7rYT580vpdr3R=3?J$=9*zkQWn^T0X5#CpB~3Z_a82ao-OOhN zo52z~yj#hr*wfp{!+^W#@HBmMT#dt836<4r1OC2FoFm$qOrJtVVKMvyRTk);L=}!TvO) z^nMIFq9I`?>^>KEQXU+X3!kKck8v3kLx3J}onnYm45GuLTRjFsPq+yuVI_=&jVl(Y zL1<7SS`jS4`B(;^2qVhG#KG&fGjs@@&ny}gBbj2Pv_@p3;8BvW6E4C|xO^`CkUStX z5~Cr(5PHH0+RQpcJ%VLe`LnO^gwAFEd$aor{Tpzpt|if+3hmyBXl)pL=@>692$=d8(WOE+KUL7Yoqc z<7f?%H$;B+H!g6ubpgYRd|kcZR(s9~EO17A1_0;8qY0MkfV1BYHs`4F5{qg!m_g7@ zC2}z`1FkG(378CvnxCVAmMWNR*6+*-q?T%{mfB1+sGlT zxL@BG0P+-ExdVVIS$K2+n1w0PpwWPFPrUcpA#$zg)!sT@U({D?VF(Ko79}i4;3b?Q zoFVWNt`kTEMS>5Z;c(^*$G^kF|K|_@U`9})RHG(?COq}QUb$9uSyo<_aFlRj*M$k< zwM+K1?qr6sX9ye~3Vzoz4QVd%ck*xBA4pwINI&DK)o@{g1sE~r1Xg~oM7_yG>NP=( z76KAY(T?e+_|NnuBMo@+NBUZp7X;!mUjYjO!hlmt(1%hqz*cQUKbkNAcMQ5?&K(CLG2uS(-KW3+p1BKQ zEMf^!SjKD2;|*32gH>$ch5H_e#Rq)Gs=9|be8E0G;wOF~9>4JypVfazR1cN!VPtC! zl0wK~%HbL$hcOE{R}CjQLQ5v@oG+kRB#1tU*SYu&4%EA;PluawD>_ z5>`PDR>K;|$2wRC_pkvrKoPdVw)laau?vc^ANE5juD}&2i$4bq%EPDE(V!xHW*H4C z!~dc|UHI_tokBeXL_HI3lx$Xh)j?b0WNihZ_CI+`9R`K07keEilgENSH|D*d!xkyR#UdPKg>8wpZVCYqyCId6Ny88^&=6CGA4_YtP7EoF3^fi@ShIywqwZ#OAwk}iM5xd`>mn1cQk}M@ zwk|fy)ywM^E2hd=yku@Ubp(PONQt$1y(1(^U1 zths_I_8LJHdEkzJ+ZdxogbFcgag5<~a%yMDf~UQR_56I=5Uf!=jpM{N`n)$o!C3#s zdxs?UUOsq~x+~s*Gk0|wR+CHkB0ZX4xs7&0w~>$A`HQz85e)2(k)YjeAt4sisxahv zguPtNbz~0xvo4jVBjMNWT~%zxZ;kVVt?mAsb<+Qd@;tOzJbL!C&Sun}{jZGe!)foh zhq+P7uSL1KePoiDcnPtiX7j>ydeS*?4{v?N=KO!1hE{|w(Pl%&GSum$0+qRV*DAxz zpwfRz(0b44PGrYW>ji=2`WMba@NV(d!z5asJ@%D|F z)B}55H=H;JOy;py_$kLWn=o~F6gyKfT(G(l*%ckGtI5ht8dPfe)rgH7-H<89gbsr% zpEUM@QVq#Vn%%?23?D4$!N0>yw2s-(hsT6<_79Abz-H%!cI`-85F^iUNpp$LG0hIi zFHrzLxMt^wnS9y8SvJ)IoS9ZF)lphiGM59VAXUXTEVSN`QF!|y9OCg>j85q+{)wRk zsf+7plP!`csyq6njy!*gz}XhvR9ZPtuJw^2je!rUw{YkC?It=fsu zChb*WTuj`g`U>6`bBYUdrmkqA1_9QmPkQh3uS;&zKtVNsG>j9A%+_RGQ}b~6g{Ivi z=PjqYhB=-b;WBynBCXDn}^cHu)s z3>2|D8S3ZgEaJFBe+S&VCp zT{~9^cA^#;oOX??cAc`(e@dnKdu2k1n!jIO))utWqR-$7(5mVx0IKt^kxEN)Fnrf2+ zOTpQV-+KSe+eU`uQUn;&4fkNkZKaNMD zgwDi+nciS-vx6=A<7r4_e-M^&BK51SS-T|B2fvgbeD)M}5ok<+iB;sy__#A0XS_ph z%FBt`p9K-8sL=fl0t6KH6HA&owZNNUX11x-X|>iDPSX@)Y}9Z5!7SA>Y2reaeTtC_ z{cy&C?k_i`6 zAF#{l@FHFq1w3^WYkv#ywCqtzexDir-<4t!^LWG@3$N19|4>|I_>nyU5MUKJAaTvuOwq60R@N=&wrY}H`TS@-zK7V;K|irNjMfd#RF@4mCfdk)Qf{%Er>k08 z3ixUl&x|(G_Y!-a(|%YTLt9==^xu1QA860zMi$ij_~td-RSnOTz7*ER+28g{va|9{ za94HlOR%;KOz^(^{7Phg-JMx7UWG|-pB0{+v-}pbwed-GSM&6VwzKt#_1b?ubH&GN z26%1H7&&X!8>H0K#D`KceB*lx3W8todKE7acVk-n78MGcM@HT~+?=ep@#rT9v@E($ zT4)%(JtO98@6}>Po@vJ6+>5fQO^Im%{xwf^?7w0Bdi3MxJ32=% zFyrYSUTkY0yT}ZgDBxX63niv&837#8J;^|_-)r-dE^4hqwY5cq6YA?cG2rPxy!g1Q zu7AhWtpfskiIT<& zabG@*5i~E3&3e~(K2`efQ-%@e#!#!JK!5Y8N>9ko`(rF2q7y6}ssxchN>4)`m46%p zK%)wOxSCwh^D7rD0g0)IyDa&BwTeB#RVzKOGA^y69*ISf(#K<@uCW?#lh#PzXonFk zi=pu0zFx+N%dRm>oE-wpKCnG9Gzd9kc#BK7LA7xRk-$AwoB_ zG+#LX(t)DRzrl&~&8Krf()0eq(pHHx+*Emfj3h)OKbCT1V__2T)bQ=S{`Q!=je$oJ z*gK}8yZ06ri)QjFyJp+V5+AkJVY)=kCm!aOqPaK&P`B>qT4mgOU+}3gngCsE-I3?^ ziVN47KXa|1Jd+=vKApqKFfTNC(=BBtKihiD^%(r4pIOUZTtGlt``UBQvX|EY4_^@A z70vSwvQikJtfxGY{uhOUfK=4%i$Yn{5Aak!RMzVSNJmX?O{0LP#-iGOTcBA|h-z@! zR+as|NB$3KJGh^4{C9rgGTUqJ0hG6KyKCeXvp8(lhcUj-$jTGeA(7FA#(6md}CIZe=QS*NiG%EP|}#bhV+RRF)2FtSO*2o zug-n3XMPuz?+cn=ob8Q0dr(wXZVx5yT#pVNqxAY3qa^!$QvkzCDrKEsiWB}iIKuRD zVr74Ia(r*`HIgHmKK7!oj{0JBEZu)GOc!0xRAa!|9A`5*X$d#xi`#E^|KWK060hqS4iA914T#q;Utav2GDA5pvQr>^EhC$sU&`yt0aKfh)+p$ zeTLb7dGQYP$r6_qL^MYVM4qBI^baZ=6WNy-rk4jtPQ^$W$Jd_8l=iadY^K&X2xC!v zU3PKSSdNEI%!iJe=EqH#B7Exr{U1W^i#Rk0IoJ#`vsL%7y_W#eUYviIFZKov*r6u% zD9`|!B<9rZ8r;8phSvLICrwp+Z_=fNy-QxbA&J#(^uT*Mv%i2Y0i`Wm>#u(FiSPe& z`=9t8Hmp3RsY7Yf`>8o?)40vE?`AL%cpkfara!3LRoo?Ir5~q8)NH^msCW4y&hLF2 zLv?JQ-&L#1^WLEsLM2y?&aJZLit}02xG@yy? z+?Ar2TO4g)ncZ&nmfePb*j{395oBjo-Bs82mR4{MN{q-qMLdOtfO4OLz#ca-r*Y!> zg_nDMt`E#*jP#^$X6xHmcTHhBtB7X(Hi2o>a@g#kt4bIMJMXn^bo5AdcsML)rA0y? zr-wGxjKcUZItqHmy3*Iyz=CX@w(}~HY5~Gt`+$0FC`?zFWwFK0eM1&zCV@{ zIF{o4zeBD;oYQK5XmHmi_sjq8Ig`@ErD-iLiG9nX}XZbsf17LYCTah zhLX^=%O1_qcLk?F#FKvPrt-r}_hSA0C-X|1pI4EIt{v%F_F0==!&!J`%45c4S{!JvoM}wn!>m*)%k|?hti3F}hFE73HiTNyDaz@rq(FOX?*Bw?D3b6jCn*vnay8p6wCaS;44dmw*s^e1!{trcC{ zIby24&NeGFE5fv)bixw0m{FkVM;Gws*QbCa;RG6|N!=ejh)OKRCJD zUAS5*3|epZ5;N+8R04^^jkW?(b{>%t#8h%ksA?!_sKNHCxV?L95VUsa^~B!9U2yiZ z-hA4(#JBzQE2n>)+gl-Yw{4lYT*ffG^y<&i zXLM52W1BUNlTYrW#dVF@nH3WqbW&a@sCpD?>ps8rbYL$F z^0n*9Tg>W=&Vvu*6CKZsqK#FZ%5^B`S!5Pk$*y@R(VP*&?wKz4zV|&@{IoiQRxdwm z@0`zzH&b!0&?~y~=CZG$pNhfvVBiGEYt|sK^qD4v+Yh-cg{Qoz@<(k0n0!?4`;JbTm-~dm3fC zZNbt)UCoVxZB$ue?^L&m`gnx0NAA=_o00lVA{c(rL-ioHjB}KVN?^FBrE67CZk^I? z8y`E@a3eF+p)@MeCm}UP^42j!nG4EU=A`@8Oie`~ek~aldMA1eyq4fB^!HMYvVuJ= z)mv0!qkZr8u$ksM-iB>iV38;;hz2i+yTRUxCI|q#$4tL;eCSN&PK7-Empgl9_QN`~H zr~)MB{CDLv{|!ww@9SFDrq&Lgjs~bBCDz|3#@EKeBS=o^;O8q~TbI|c17Bk$Ehl43 zvw&NgqE?hZFaLON2l1OW>O2OVMz*SUnSnteWnuQ{jY#_$4>O(WzmmY&4)VkFlED0( zl#S`l9ivcNAFzxUqNMAXDa$wXUPZPSO*KRS{{p7z!YQx4edm(q>Hn>_0GNf@rDr=rW&h5Ka_Hj3)#WacTj7I~2nuE^%)D}HwMGy3fzLcs?j_Qs=kDRLZ_=K9a zd-~BaS^hqEbE7>Y;&Z*d;&S2uX-DiiR0ZX{v@~wqP%5|2zE_%(SX6;cL6NHd!LrJp z$;v>-sjRs3S9Ewm(Sko|5wOQz<9%2oN93l`p`FJZHBt5Bm3;;}H98pYT(CYH9&hLD zVC(#0VnvKzczk6uLFbC%ufU2U{-(7h zr74pqi5NdaiRxb7oWIGb_2TKzzUlDD|It5~0=F1jWt1zR*F+RD`64Af% zp1kGgeL-mIeg?vPCjvrzbvLw&9schl`$s+v^<9bkum)3}Q^pc{oYmf6j7_$p23`gw z1Z)~y`(u_J|Ip(JD4d|Vdi$~O-IkHJkGvfwI^6vVhZwL6Apf=Ly~z8M`uR!x@ibUZ zXm2OL5!I`gv6-?^a{5TQB)1PC!NXcmuR+Fo(m~PVd#+B5&61(aacqE*h`aAb#DgKo z^trA)?>j%;OO9gPAqVey+7dL*+2;D*d!&KtI9D`fJ1dF_sg`JnVB4io$bFoun<E_`h2384 z3U>YA7WFWk{4H~L=xU*0)u)c)1oQAhXn)x&TH563_M>8*5c1dkc!4jXA+q+#YL&?Wfba8!y{8uWb#*|w| z8pl=44b@c5^+6e01^I%M`8_#>jk%222EJfUzSQV)uTz_0q* zpBBG;%KP_8ep7G|L}|ln;*( zk0~`zHBTuWBhszZt%|MIi6?`!%`*j5!MOG&9!hFka?^vvysLFj`G%(D#>X5xvKigi z^^FI8mmCyr8ESNIh~O1Tz%QZdw-N@p8w$lTU?Wgcfet{+@#Pv}EkQ0;SK`}~o0nkZ ziR|7N(lSwv-z-)=qKcB8R-A~0J>tl`EFLamc}v1nR=`a2q3KlJl=^)f4hNTt?vHE| z;ty&e)&=`3m&Z3nN2D~B$CW2FMMfodKi(_Gxo6#W^vFz1jrYoOxb2pe2+Xze@V}TR z|IfUZIW0O}&02Cnl5)i6#bsqkqX>i!T+cYi>t=aMIxsWdGdw9a%rV1{&K9N7bT>Dg zUoi7>bF#_gfz!4pg&PK2Xz%^?k<#)`PT5JzaStgdj?kJ}+(DI6)jl-s+SZo0OvJgsdq6bEnMh4 zO0D(LTJw?DY55uDq78MUzO?JqMg)GdE9jN7%J)F?P1!(2W$plnvt*Ofod1HJ;{gce zisn>1vC0O@`An%IdQv+AFh!>V%w1}eN>y9bR`tI6fV5E>?7^`CKE6-U|3$__-_nm{ zvqhTc<;LGhS@=jTY7ovxf#q9%ju+XDf|V|^V?eTH+exi(6%|v7z8sL8VB0Agqp(Dy zC{5QBo03Iey3YP1Bo~e%t#B6G!^zw5B+fAC49g+TIfj*B{epkT(U~ard@d`B)y7p%14|ud^eqx z3eU1Zih<1=brEX8wCE+B{}Dk0iUuS`swyRL|3s6=D?sR5ijb_;b`mw2x0w1pt5r%n^qb&}_37VE>b%76Cc1(=XEr0=uPFx{P+RC5TYpSlV-SKHyIn z&4PeS5YqLxqtm_mtj9H4ZXqf;q)+z&T09rVb&LIKB>=UEbeBfKbh&1DyN>M$8_yl;Y>!o zVo00x@Jz%lo=2;kfCi3Tb;cb-H7?e3#TxnzM&YzN$05|61&!tq_&YwT1;|q&lqLP0 zv5@}n)AyrE1HisKrkQ4^GmrT|{Xu;r{fZjSbQT%K!0ogiB4@!iIxMS)fd zxD`TPz3>PC%(~00oY|AMWR?7j?$|;A05JM1y8r;de9`^)!Fqq^>2V8P4uBp80007L zFPJj{&~GrK{gXWnh+k?*gn-6^xuqjYQ6L;nNEPhNe6chMJLEoD`ACz`QS zJ)BwzcdIRwDjhN#i%V5j!kfUna}&iQ^aOMkptDD#<{fIi`L ze{OOJN*j_UJDGM?y<(V}QBuZ38r3Xng`zD0 z{0&O*WRtt0*dE4myy4YZoGxSyeS&vO)HFp2Zc(aRg7mH>XiD^IT^7?=6?Rdob%~+% zOuHPyRoz;BYh_!O+%H>n@bIHshO8DTV)RHK>w+d>AuWx|>?q-Wf{k{{NI@@FF-wQkKQCoXfvnGTOxPj0mna;rM8c8zK00>~q#093_qrf@pOwaBs$)wIeLg5^7_ zvOg+oRco+<{y|s0#RY40Y6;}(Qn%fjYG2{rQU?F{B z02W}fDuRc_su(PM%CVtx99G5S7iH5xt?4fdef<=;^AO0(9gc4EK_E=XwUtX+~GFKcjU{3^$mu)7jJi@ zTVe=Izm7;k#*9Rk0atm_d>tcJh)Piw)|L3LuI8`~(B{3{9JuxaVH8IYf8lNbY zXl>6;v**SnCfaiy5+f3m?5Sz?E`Fk?y>3k6W_!C~_8y5ufkfZG?n}3)Ta`-GOjJwM zu-E+O9@*Z3Hq=SXOr#}hwCmNUWvPeC-)=8#U@z_6tylG0-A)ZUWY5pH=lhPBFl_Sd z!W(uc65ZA(Qk?l?#@{yjwYlpWCsNk2gg&!x?5JTQhm~o5uf6SYtKL|9LE5hT)$Qr6 zR=Kegrq4K0@yeI>@lGWYU3QP3G-BA0t@*YjQU=-Q>#}dcuo;u{txG9juP;6AK-AA_>nP{G^awTuy|6Tk3?|k0>s&)UbdfdNrU*$dbf6ecRyjK2e_Uk`eum3OC znV#$a<@5cs?d!bl`TzHx`uDoY>*zn;mwEf=Ki)ri@5Q|Rlh;6A1OHJ2|DAq^{&#w< z|IwP~UH7m1J0Y*}f8Djsd*A+RuWjCY_g{N`^WMLC>zmg=UIYJ(4g7n5_WZAx{jcZ$ z8DGbLcANecU(y8In2&~xVXkk`ZC z)n4B7=CzmCKwbm?Ck@b_UwMCqX)mRty;ZT(9;MD+&Pr9V=Zhsmdx@K9m>77W z_@x7vu3Rp8dE({ES4Li0apl~V3s){*q2t-rNVG^#xlr;_`sMI)jmwj-B(99UvhvFL zE0_Md*52UX{YkNpUM(@Sz_Ox$6f01yPO*)}_mx;&GPUHYl56bk>0pUzb{n}px}CH~ zxzl#L9J?i+J)B`+w<=1+iDV*QBELPDVZlTpd;7xn=y^r$V-`=8NR&*JN|a8NNt8|0 zNwl#CI~j7XWDGB;&u%G#7IDSJ|m zrJPNY3CFX--a&`YglD=Evv$+vTCe4tHElrTC6s!!|JkntUhbN8nQ;LF>AuE zV@+8z)||CqEmvpd+G>@IdUyNAtW_p(`RHk-rdvisQm>;X29J;)wn^VtISFnfe8WRJ4P*dn%= zEn!R9<7^pwf-PrHvZvSz_B30`o?*|jRqQ#onmy0fu(j+3wvN5XUSjLn%j^}lfo){3 zve($_>^-)fz0W>iJJ^S8C)>q7V!PQM_A%Sb_Obo! z6Lx?dWS_Fn*dcb9ea^mMN7$F_C_Bc!Vqddw*thIEcAS0BPOy{g6#Iew$bMp{+0X0@ zJIj7yzp~%hIhM{cSSHJ2*(`_UvftSs>^%FEU0@g4C3cxz;R&9?Q+XO^oO8h?S6p+$ z9qw|E`#j(wk9f?JJRi@`3-E%x5HHM&@S?mJFV0KwlDrfz&CBqzyc{pjEAWcE62FF5 z=GXEnyehB8tMeMXCa=Y7^E$jPugB~22D~9}#2fP_{5sy0H{;ED3*M5q;;nfb-j=uH z?Rf{@k$2*qc^BT5cjMi858jja;=Oqv-k0~|{rLbskPqU6`Stt;K7PvKMfG(Mf*%x~eh@)`U#emlQ|-^uUdck_GrOnxt) z#b@(5d@jF_-_IZ5^Z0}OAwHik;1Bah_(J|De~d5Ui}@11lt0dw@hA9l{v>~jui#Jf zmHZk0EMLW+cT2ewzQx&+xPS7yc{%ji2M`JcDQQES}AC zcrO2)|H04mKlufIkzeAM`4y26DI!&*2`0D@LJB3cFv1b8@Psb{5sFB}A}R8T{Gxy; zC<=+fqKGIeiizT)geWOWiPEBsC@ac|@}h#MC@P6-L}hWUs3NM0YNEQRA!>?RqPD0b z>WX@zzGxsCibkTbXd^F<4wLZV*GnP%%sl7bC<-F-nXUW5if7PTVMN663`LF;Pqs zlf@J|2? z#RBoLctk7|kBY~{BC%L35lhA6VwreCEEi9Tr^E{Jv{)&g5zmTM;yJNeJTKOWwc-V_ zPP`~y66?jw;uWz$Y!t7G*Tn1M4Y5hQDK?8O;w|yEct>m%?}}~WJ+WQ9FFp`E#D`+1 z*d;y^yTu;yvDhp2iT&aeaX=gtpNh}KA#qrIF1`>)#FyfzI3~UlUyEUJkuEYsrpOZ6B1hzk-^Cx|y!caG5EsQIaamlE z37H~OWtwD?OChCHQcEKp=}J%fGLWH+WGs_1pUf`{$bzzvEG&!2qOzDQE=$OgvXm?> z%gC~_oGdRZ$cnO(yhc`**UBogs;nlf%Nnw#tR-v9I2su)YlB4AqIaZF7H_DsjcsW5%l#}FSIYmyD)8uq{v%E##Drd;s z&XW(yhva;@Kt3!VkqhOc@-ewcE|yE= zQu(-CCZCYY<&*L$xk5fISITGPvvQSuPOg^E%QbSXd_k_0FUptXdik<^MQ)HA<*V{F z`MP{VZjx`x&2o!;OTI1Nkz3`va+`clZkO-N59AK{q1-8V$&ci2xkr91_sV^8zx+fV zkO$?b@-ulz9+scWFXR#Vr93K+$*<(s@*DZB{7xR1-^&y7q&y{mkUz?wbHs-x%Q`6PW>K1jYnxSq}x2rqUo$4-ix4K8oRQIY` zYPOoA=BoSD{ptZVPd%s}QuEaU^{{$GEmV)H$J8RVSS?XY)#GZJdO|H%PpYTX3iY&F zsh&~Ks#WSawOT!|)~L1W1+`ASs9sX*)ywJ?wLxuEud3J7>*@`)Nxi8yt1ap+^|pFP zZB_58ZR$O>UA?b9P&?FzYNy(zK2p2Y9`&)>tM;k=>JxQ99aNvH&(tAxSnN=rt1r|M z^`$zhj;XKI*XkSft@=(KSKq4>>ZCfQeo#NEpVVpfvpS>Bs$bNv>Nj;xrK=2;sj^hI z%2B!MclC!lul`gQ)J1hkT~=3gLZ|3dou--QT4<@2*4k)CyV}#f4s@s^9qXjdr}OIq zx}Ywk3+p1fs4k|9>k_)8E~QKBGP%bmSNGHX^#DCk57LA6_4)=qL=V-&^l&{wkJO{|Xgx-c)#LPy`X)VI zPtX(fBt2PA(Npy_Jzd|dZ_&5v8TvMTyS_u;sqfNv>wEM}eXpLSXX`n7uD(y-uOHC! z^n>~#Jzp=-59>$tLj9hJV%{k=Y+PwG?p2mPb|NuSm~>ofYS{zd<)f79o5y3Wv|gSO(|2_lrd#ZIaA(LFcnQDbB(ENt~FImRa4DWH#JO6Q_Ivgbxd7T&(t>!OhePi zG&W7lb*8ClW}2H8rlo0RTAMbet!Zc4n+~R<>0~;aE~cyLX1bdmrl;v;dYe9`ujyy{ zn*nB^8Ds{V>&*>jh#6{znc-%H8EHnD(PoSpYsQ%y%}r*!nP4WGNoKN{Vy2pDX1clA z++uDuGt6z~c5{ch)7)k5HuspB=3X<)%r#^`&Aex}oA=EJW{3IE>@>T~M`pL#V?H)} z%|5f=d}0omgXUB7nK@(*o6pS`=7{;y95u(xSLSQ;jrrDmXO5fi%?WeToH9R{AI(qZ zwE5YbF=x#$=2!EZIcL&MhRHNpCfnqgT=Tp6!<;vNnhWNlxnwSzD^9{maZ;T$hdJC4 zj&zix9pgBT>v)du1WxEgPV6L|d`^C+fK$*Z

&_I7OXePI0G%Q_?Brly=HEWu0

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

rZQqc{Twkp(5OAvB5Zf=<{(hiKqgrBH(#RDyVC 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%0D2YR>N780nCqn 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 ZnLFhsX1h*@7W-<2Tg!3TpZp*F_rD5=DE0sV literal 0 HcmV?d00001 diff --git a/preview-templates/ccc-devtools/libs/fonts/materialdesignicons-webfont.ttf b/preview-templates/ccc-devtools/libs/fonts/materialdesignicons-webfont.ttf new file mode 100644 index 0000000000000000000000000000000000000000..824be10fa40649a2e747e86c6c9448c47f25cf7b GIT binary patch literal 844380 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

am=Z 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

0R*~=sw9rTY;I6-Tu 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

c>Cx=_ou%Xa6~RG69oMQ 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 z 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

cDC(b7dH*Rh)@4?8jlmJ)jZvYm^85gLSelrPQbp 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 V*b(f2lj3nm4Q$rh-=1Ug4*)ovUIqXF literal 0 HcmV?d00001 diff --git a/preview-templates/ccc-devtools/libs/js/cc-console-utils.js b/preview-templates/ccc-devtools/libs/js/cc-console-utils.js new file mode 100644 index 0000000..a29c4fa --- /dev/null +++ b/preview-templates/ccc-devtools/libs/js/cc-console-utils.js @@ -0,0 +1,165 @@ +const initConsoleUtil = function () { + if (cc.tree) return; + cc.tree = function (key) { + let index = key || 0; + let treeNode = function (node) { + let nameStyle = + `color: ${node.parent === null || node.activeInHierarchy ? 'green' : 'grey'}; font-size: 14px;font-weight:bold`; + let propStyle = + `color: black; background: lightgrey;margin-left: 5px;border-radius:3px;padding: 0 3px;font-size: 10px;font-weight:bold`; + let indexStyle = + `color: orange; background: black;margin-left: 5px;border-radius:3px;padding:0 3px;fonrt-size: 10px;font-weight:bold;` + let nameValue = `%c${node.name}`; + let propValue = + `%c${node.x.toFixed(0) + ',' + node.y.toFixed(0) + ',' + node.width.toFixed(0) + ',' + node.height.toFixed(0) + ',' + node.scale.toFixed(1)}` + let indexValue = `%c${index++}`; + if (node.childrenCount > 0) { + console.groupCollapsed(nameValue + propValue + indexValue, nameStyle, + propStyle, indexStyle); + for (let i = 0; i < node.childrenCount; i++) { + treeNode(node.children[i]); + } + console.groupEnd(); + } else { + console.log(nameValue + propValue + indexValue, nameStyle, propStyle, + indexStyle); + } + } + if (key) { + let node = cc.cat(key); + index = node['tempIndex']; + treeNode(node); + } else { + let scene = cc.director.getScene(); + treeNode(scene); + } + return '属性依次为x,y,width,height,scale.使用cc.cat(id)查看详细属性.'; + } + cc.cat = function (key) { + let index = 0; + let target; + let sortId = function (node) { + if (target) return; + if (cc.js.isNumber(key)) { + if (key === index++) { + target = node; + return; + } + } else { + if (key.toLowerCase() === node.name.toLowerCase()) { + target = node; + return; + } else { + index++; + } + } + if (node.childrenCount > 0) { + for (let i = 0; i < node.childrenCount; i++) { + sortId(node.children[i]); + } + } + } + let scene = cc.director.getScene(); + sortId(scene); + target['tempIndex'] = cc.js.isNumber(key) ? key : index; + return target; + } + cc.list = function (key) { + let targets = []; + let step = function (node) { + if (node.name.toLowerCase().indexOf(key.toLowerCase()) > -1) { + targets.push(node); + } + if (node.childrenCount > 0) { + for (let i = 0; i < node.childrenCount; i++) { + step(node.children[i]); + } + } + } + let scene = cc.director.getScene(); + step(scene); + if (targets.length === 1) { + return targets[0]; + } else { + return targets; + } + } + cc.where = function (key) { + let target = key.name ? key : cc.cat(key); + if (!target) { + return null; + } + let rect = target.getBoundingBoxToWorld(); + let bgNode = new cc.Node(); + let graphics = bgNode.addComponent(cc.Graphics); + let scene = cc.director.getScene(); + scene.addChild(bgNode); + bgNode.position = rect.center; + bgNode.group = target.group; + bgNode.zIndex = cc.macro.MAX_ZINDEX; + let isZeroSize = rect.width === 0 || rect.height === 0; + if (isZeroSize) { + graphics.circle(0, 0, 100); + graphics.fillColor = cc.Color.GREEN; + graphics.fill(); + } else { + bgNode.width = rect.width; + bgNode.height = rect.height; + graphics.rect(-bgNode.width / 2, -bgNode.height / 2, bgNode.width, bgNode.height); + graphics.fillColor = new cc.Color().fromHEX('#E91E6390'); + graphics.fill(); + } + setTimeout(() => { + if (cc.isValid(bgNode)) { + bgNode.destroy(); + } + }, 2000); + return target; + } + cc.cache = function () { + let rawCacheData = cc.assetManager.assets._map; + let cacheData = []; + let totalTextureSize = 0; + for (let k in rawCacheData) { + let item = rawCacheData[k]; + if (item.type !== 'js' && item.type !== 'json') { + let itemName = '_'; + let preview = ''; + let content = item.__classname__; + let formatSize = -1; + if (item.type === 'png' || item.type === 'jpg') { + let texture = rawCacheData[k.replace('.' + item.type, '.json')]; + if (texture && texture._owner && texture._owner._name) { + itemName = texture._owner._name; + preview = texture.content.url; + } + } else { + if (item.name) { + itemName = item.name; + } else if (item._owner) { + itemName = (item._owner && item._owner.name) || '_'; + } + if (content === 'cc.Texture2D') { + preview = item.nativeUrl; + let textureSize = item.width * item.height * ((item._native === '.jpg' ? 3 : 4) / 1024 / 1024); + totalTextureSize += textureSize; + // sizeStr = textureSize.toFixed(3) + 'M'; + formatSize = Math.round(textureSize * 1000) / 1000; + } else if (content === 'cc.SpriteFrame') { + preview = item._texture.nativeUrl; + } + } + cacheData.push({ + queueId: item.queueId, + type: content, + name: itemName, + preview: preview, + id: item._uuid, + size: formatSize + }); + } + } + let cacheTitle = `缓存 [文件总数:${cacheData.length}][纹理缓存:${totalTextureSize.toFixed(2) + 'M'}]`; + return [cacheData, cacheTitle]; + } +} \ No newline at end of file diff --git a/preview-templates/ccc-devtools/libs/js/vue.min.js b/preview-templates/ccc-devtools/libs/js/vue.min.js new file mode 100644 index 0000000..05e2110 --- /dev/null +++ b/preview-templates/ccc-devtools/libs/js/vue.min.js @@ -0,0 +1,6 @@ +/*! + * Vue.js v2.6.11 + * (c) 2014-2019 Evan You + * Released under the MIT License. + */ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e=e||self).Vue=t()}(this,function(){"use strict";var e=Object.freeze({});function t(e){return null==e}function n(e){return null!=e}function r(e){return!0===e}function i(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function o(e){return null!==e&&"object"==typeof e}var a=Object.prototype.toString;function s(e){return"[object Object]"===a.call(e)}function c(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function u(e){return n(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function l(e){return null==e?"":Array.isArray(e)||s(e)&&e.toString===a?JSON.stringify(e,null,2):String(e)}function f(e){var t=parseFloat(e);return isNaN(t)?e:t}function p(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i-1)return e.splice(n,1)}}var m=Object.prototype.hasOwnProperty;function y(e,t){return m.call(e,t)}function g(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var _=/-(\w)/g,b=g(function(e){return e.replace(_,function(e,t){return t?t.toUpperCase():""})}),$=g(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),w=/\B([A-Z])/g,C=g(function(e){return e.replace(w,"-$1").toLowerCase()});var x=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function k(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function A(e,t){for(var n in t)e[n]=t[n];return e}function O(e){for(var t={},n=0;n0,Z=J&&J.indexOf("edge/")>0,G=(J&&J.indexOf("android"),J&&/iphone|ipad|ipod|ios/.test(J)||"ios"===K),X=(J&&/chrome\/\d+/.test(J),J&&/phantomjs/.test(J),J&&J.match(/firefox\/(\d+)/)),Y={}.watch,Q=!1;if(z)try{var ee={};Object.defineProperty(ee,"passive",{get:function(){Q=!0}}),window.addEventListener("test-passive",null,ee)}catch(e){}var te=function(){return void 0===B&&(B=!z&&!V&&"undefined"!=typeof global&&(global.process&&"server"===global.process.env.VUE_ENV)),B},ne=z&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function re(e){return"function"==typeof e&&/native code/.test(e.toString())}var ie,oe="undefined"!=typeof Symbol&&re(Symbol)&&"undefined"!=typeof Reflect&&re(Reflect.ownKeys);ie="undefined"!=typeof Set&&re(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var ae=S,se=0,ce=function(){this.id=se++,this.subs=[]};ce.prototype.addSub=function(e){this.subs.push(e)},ce.prototype.removeSub=function(e){h(this.subs,e)},ce.prototype.depend=function(){ce.target&&ce.target.addDep(this)},ce.prototype.notify=function(){for(var e=this.subs.slice(),t=0,n=e.length;t-1)if(o&&!y(i,"default"))a=!1;else if(""===a||a===C(e)){var c=Pe(String,i.type);(c<0||s0&&(st((u=e(u,(a||"")+"_"+c))[0])&&st(f)&&(s[l]=he(f.text+u[0].text),u.shift()),s.push.apply(s,u)):i(u)?st(f)?s[l]=he(f.text+u):""!==u&&s.push(he(u)):st(u)&&st(f)?s[l]=he(f.text+u.text):(r(o._isVList)&&n(u.tag)&&t(u.key)&&n(a)&&(u.key="__vlist"+a+"_"+c+"__"),s.push(u)));return s}(e):void 0}function st(e){return n(e)&&n(e.text)&&!1===e.isComment}function ct(e,t){if(e){for(var n=Object.create(null),r=oe?Reflect.ownKeys(e):Object.keys(e),i=0;i0,a=t?!!t.$stable:!o,s=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(a&&r&&r!==e&&s===r.$key&&!o&&!r.$hasNormal)return r;for(var c in i={},t)t[c]&&"$"!==c[0]&&(i[c]=pt(n,c,t[c]))}else i={};for(var u in n)u in i||(i[u]=dt(n,u));return t&&Object.isExtensible(t)&&(t._normalized=i),R(i,"$stable",a),R(i,"$key",s),R(i,"$hasNormal",o),i}function pt(e,t,n){var r=function(){var e=arguments.length?n.apply(null,arguments):n({});return(e=e&&"object"==typeof e&&!Array.isArray(e)?[e]:at(e))&&(0===e.length||1===e.length&&e[0].isComment)?void 0:e};return n.proxy&&Object.defineProperty(e,t,{get:r,enumerable:!0,configurable:!0}),r}function dt(e,t){return function(){return e[t]}}function vt(e,t){var r,i,a,s,c;if(Array.isArray(e)||"string"==typeof e)for(r=new Array(e.length),i=0,a=e.length;idocument.createEvent("Event").timeStamp&&(sn=function(){return cn.now()})}function un(){var e,t;for(an=sn(),rn=!0,Qt.sort(function(e,t){return e.id-t.id}),on=0;onon&&Qt[n].id>e.id;)n--;Qt.splice(n+1,0,e)}else Qt.push(e);nn||(nn=!0,Ye(un))}}(this)},fn.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||o(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){Re(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},fn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},fn.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},fn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||h(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var pn={enumerable:!0,configurable:!0,get:S,set:S};function dn(e,t,n){pn.get=function(){return this[t][n]},pn.set=function(e){this[t][n]=e},Object.defineProperty(e,n,pn)}function vn(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props={},i=e.$options._propKeys=[];e.$parent&&$e(!1);var o=function(o){i.push(o);var a=Me(o,t,n,e);xe(r,o,a),o in e||dn(e,"_props",o)};for(var a in t)o(a);$e(!0)}(e,t.props),t.methods&&function(e,t){e.$options.props;for(var n in t)e[n]="function"!=typeof t[n]?S:x(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;s(t=e._data="function"==typeof t?function(e,t){le();try{return e.call(t,t)}catch(e){return Re(e,t,"data()"),{}}finally{fe()}}(t,e):t||{})||(t={});var n=Object.keys(t),r=e.$options.props,i=(e.$options.methods,n.length);for(;i--;){var o=n[i];r&&y(r,o)||(a=void 0,36!==(a=(o+"").charCodeAt(0))&&95!==a&&dn(e,"_data",o))}var a;Ce(t,!0)}(e):Ce(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=te();for(var i in t){var o=t[i],a="function"==typeof o?o:o.get;r||(n[i]=new fn(e,a||S,S,hn)),i in e||mn(e,i,o)}}(e,t.computed),t.watch&&t.watch!==Y&&function(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var i=0;i-1:"string"==typeof e?e.split(",").indexOf(t)>-1:(n=e,"[object RegExp]"===a.call(n)&&e.test(t));var n}function An(e,t){var n=e.cache,r=e.keys,i=e._vnode;for(var o in n){var a=n[o];if(a){var s=xn(a.componentOptions);s&&!t(s)&&On(n,o,r,i)}}}function On(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),e[t]=null,h(n,t)}!function(t){t.prototype._init=function(t){var n=this;n._uid=bn++,n._isVue=!0,t&&t._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(n,t):n.$options=De($n(n.constructor),t||{},n),n._renderProxy=n,n._self=n,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(n),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&qt(e,t)}(n),function(t){t._vnode=null,t._staticTrees=null;var n=t.$options,r=t.$vnode=n._parentVnode,i=r&&r.context;t.$slots=ut(n._renderChildren,i),t.$scopedSlots=e,t._c=function(e,n,r,i){return Pt(t,e,n,r,i,!1)},t.$createElement=function(e,n,r,i){return Pt(t,e,n,r,i,!0)};var o=r&&r.data;xe(t,"$attrs",o&&o.attrs||e,null,!0),xe(t,"$listeners",n._parentListeners||e,null,!0)}(n),Yt(n,"beforeCreate"),function(e){var t=ct(e.$options.inject,e);t&&($e(!1),Object.keys(t).forEach(function(n){xe(e,n,t[n])}),$e(!0))}(n),vn(n),function(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}(n),Yt(n,"created"),n.$options.el&&n.$mount(n.$options.el)}}(wn),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=ke,e.prototype.$delete=Ae,e.prototype.$watch=function(e,t,n){if(s(t))return _n(this,e,t,n);(n=n||{}).user=!0;var r=new fn(this,e,t,n);if(n.immediate)try{t.call(this,r.value)}catch(e){Re(e,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(wn),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){var r=this;if(Array.isArray(e))for(var i=0,o=e.length;i1?k(t):t;for(var n=k(arguments,1),r='event handler for "'+e+'"',i=0,o=t.length;iparseInt(this.max)&&On(a,s[0],s,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){var t={get:function(){return F}};Object.defineProperty(e,"config",t),e.util={warn:ae,extend:A,mergeOptions:De,defineReactive:xe},e.set=ke,e.delete=Ae,e.nextTick=Ye,e.observable=function(e){return Ce(e),e},e.options=Object.create(null),M.forEach(function(t){e.options[t+"s"]=Object.create(null)}),e.options._base=e,A(e.options.components,Tn),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=k(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=De(this.options,e),this}}(e),Cn(e),function(e){M.forEach(function(t){e[t]=function(e,n){return n?("component"===t&&s(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}})}(e)}(wn),Object.defineProperty(wn.prototype,"$isServer",{get:te}),Object.defineProperty(wn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(wn,"FunctionalRenderContext",{value:Tt}),wn.version="2.6.11";var En=p("style,class"),Nn=p("input,textarea,option,select,progress"),jn=function(e,t,n){return"value"===n&&Nn(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},Dn=p("contenteditable,draggable,spellcheck"),Ln=p("events,caret,typing,plaintext-only"),Mn=function(e,t){return Hn(t)||"false"===t?"false":"contenteditable"===e&&Ln(t)?t:"true"},In=p("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Fn="http://www.w3.org/1999/xlink",Pn=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},Rn=function(e){return Pn(e)?e.slice(6,e.length):""},Hn=function(e){return null==e||!1===e};function Bn(e){for(var t=e.data,r=e,i=e;n(i.componentInstance);)(i=i.componentInstance._vnode)&&i.data&&(t=Un(i.data,t));for(;n(r=r.parent);)r&&r.data&&(t=Un(t,r.data));return function(e,t){if(n(e)||n(t))return zn(e,Vn(t));return""}(t.staticClass,t.class)}function Un(e,t){return{staticClass:zn(e.staticClass,t.staticClass),class:n(e.class)?[e.class,t.class]:t.class}}function zn(e,t){return e?t?e+" "+t:e:t||""}function Vn(e){return Array.isArray(e)?function(e){for(var t,r="",i=0,o=e.length;i-1?hr(e,t,n):In(t)?Hn(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):Dn(t)?e.setAttribute(t,Mn(t,n)):Pn(t)?Hn(n)?e.removeAttributeNS(Fn,Rn(t)):e.setAttributeNS(Fn,t,n):hr(e,t,n)}function hr(e,t,n){if(Hn(n))e.removeAttribute(t);else{if(q&&!W&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var mr={create:dr,update:dr};function yr(e,r){var i=r.elm,o=r.data,a=e.data;if(!(t(o.staticClass)&&t(o.class)&&(t(a)||t(a.staticClass)&&t(a.class)))){var s=Bn(r),c=i._transitionClasses;n(c)&&(s=zn(s,Vn(c))),s!==i._prevClass&&(i.setAttribute("class",s),i._prevClass=s)}}var gr,_r,br,$r,wr,Cr,xr={create:yr,update:yr},kr=/[\w).+\-_$\]]/;function Ar(e){var t,n,r,i,o,a=!1,s=!1,c=!1,u=!1,l=0,f=0,p=0,d=0;for(r=0;r=0&&" "===(h=e.charAt(v));v--);h&&kr.test(h)||(u=!0)}}else void 0===i?(d=r+1,i=e.slice(0,r).trim()):m();function m(){(o||(o=[])).push(e.slice(d,r).trim()),d=r+1}if(void 0===i?i=e.slice(0,r).trim():0!==d&&m(),o)for(r=0;r-1?{exp:e.slice(0,$r),key:'"'+e.slice($r+1)+'"'}:{exp:e,key:null};_r=e,$r=wr=Cr=0;for(;!zr();)Vr(br=Ur())?Jr(br):91===br&&Kr(br);return{exp:e.slice(0,wr),key:e.slice(wr+1,Cr)}}(e);return null===n.key?e+"="+t:"$set("+n.exp+", "+n.key+", "+t+")"}function Ur(){return _r.charCodeAt(++$r)}function zr(){return $r>=gr}function Vr(e){return 34===e||39===e}function Kr(e){var t=1;for(wr=$r;!zr();)if(Vr(e=Ur()))Jr(e);else if(91===e&&t++,93===e&&t--,0===t){Cr=$r;break}}function Jr(e){for(var t=e;!zr()&&(e=Ur())!==t;);}var qr,Wr="__r",Zr="__c";function Gr(e,t,n){var r=qr;return function i(){null!==t.apply(null,arguments)&&Qr(e,i,n,r)}}var Xr=Ve&&!(X&&Number(X[1])<=53);function Yr(e,t,n,r){if(Xr){var i=an,o=t;t=o._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=i||e.timeStamp<=0||e.target.ownerDocument!==document)return o.apply(this,arguments)}}qr.addEventListener(e,t,Q?{capture:n,passive:r}:n)}function Qr(e,t,n,r){(r||qr).removeEventListener(e,t._wrapper||t,n)}function ei(e,r){if(!t(e.data.on)||!t(r.data.on)){var i=r.data.on||{},o=e.data.on||{};qr=r.elm,function(e){if(n(e[Wr])){var t=q?"change":"input";e[t]=[].concat(e[Wr],e[t]||[]),delete e[Wr]}n(e[Zr])&&(e.change=[].concat(e[Zr],e.change||[]),delete e[Zr])}(i),rt(i,o,Yr,Qr,Gr,r.context),qr=void 0}}var ti,ni={create:ei,update:ei};function ri(e,r){if(!t(e.data.domProps)||!t(r.data.domProps)){var i,o,a=r.elm,s=e.data.domProps||{},c=r.data.domProps||{};for(i in n(c.__ob__)&&(c=r.data.domProps=A({},c)),s)i in c||(a[i]="");for(i in c){if(o=c[i],"textContent"===i||"innerHTML"===i){if(r.children&&(r.children.length=0),o===s[i])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===i&&"PROGRESS"!==a.tagName){a._value=o;var u=t(o)?"":String(o);ii(a,u)&&(a.value=u)}else if("innerHTML"===i&&qn(a.tagName)&&t(a.innerHTML)){(ti=ti||document.createElement("div")).innerHTML=""+o+"";for(var l=ti.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;l.firstChild;)a.appendChild(l.firstChild)}else if(o!==s[i])try{a[i]=o}catch(e){}}}}function ii(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var r=e.value,i=e._vModifiers;if(n(i)){if(i.number)return f(r)!==f(t);if(i.trim)return r.trim()!==t.trim()}return r!==t}(e,t))}var oi={create:ri,update:ri},ai=g(function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach(function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t});function si(e){var t=ci(e.style);return e.staticStyle?A(e.staticStyle,t):t}function ci(e){return Array.isArray(e)?O(e):"string"==typeof e?ai(e):e}var ui,li=/^--/,fi=/\s*!important$/,pi=function(e,t,n){if(li.test(t))e.style.setProperty(t,n);else if(fi.test(n))e.style.setProperty(C(t),n.replace(fi,""),"important");else{var r=vi(t);if(Array.isArray(n))for(var i=0,o=n.length;i-1?t.split(yi).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function _i(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(yi).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function bi(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&A(t,$i(e.name||"v")),A(t,e),t}return"string"==typeof e?$i(e):void 0}}var $i=g(function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}}),wi=z&&!W,Ci="transition",xi="animation",ki="transition",Ai="transitionend",Oi="animation",Si="animationend";wi&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(ki="WebkitTransition",Ai="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Oi="WebkitAnimation",Si="webkitAnimationEnd"));var Ti=z?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Ei(e){Ti(function(){Ti(e)})}function Ni(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),gi(e,t))}function ji(e,t){e._transitionClasses&&h(e._transitionClasses,t),_i(e,t)}function Di(e,t,n){var r=Mi(e,t),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s=i===Ci?Ai:Si,c=0,u=function(){e.removeEventListener(s,l),n()},l=function(t){t.target===e&&++c>=a&&u()};setTimeout(function(){c0&&(n=Ci,l=a,f=o.length):t===xi?u>0&&(n=xi,l=u,f=c.length):f=(n=(l=Math.max(a,u))>0?a>u?Ci:xi:null)?n===Ci?o.length:c.length:0,{type:n,timeout:l,propCount:f,hasTransform:n===Ci&&Li.test(r[ki+"Property"])}}function Ii(e,t){for(;e.length1}function Ui(e,t){!0!==t.data.show&&Pi(t)}var zi=function(e){var o,a,s={},c=e.modules,u=e.nodeOps;for(o=0;ov?_(e,t(i[y+1])?null:i[y+1].elm,i,d,y,o):d>y&&$(r,p,v)}(p,h,y,o,l):n(y)?(n(e.text)&&u.setTextContent(p,""),_(p,null,y,0,y.length-1,o)):n(h)?$(h,0,h.length-1):n(e.text)&&u.setTextContent(p,""):e.text!==i.text&&u.setTextContent(p,i.text),n(v)&&n(d=v.hook)&&n(d=d.postpatch)&&d(e,i)}}}function k(e,t,i){if(r(i)&&n(e.parent))e.parent.data.pendingInsert=t;else for(var o=0;o-1,a.selected!==o&&(a.selected=o);else if(N(Wi(a),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));i||(e.selectedIndex=-1)}}function qi(e,t){return t.every(function(t){return!N(t,e)})}function Wi(e){return"_value"in e?e._value:e.value}function Zi(e){e.target.composing=!0}function Gi(e){e.target.composing&&(e.target.composing=!1,Xi(e.target,"input"))}function Xi(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Yi(e){return!e.componentInstance||e.data&&e.data.transition?e:Yi(e.componentInstance._vnode)}var Qi={model:Vi,show:{bind:function(e,t,n){var r=t.value,i=(n=Yi(n)).data&&n.data.transition,o=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&i?(n.data.show=!0,Pi(n,function(){e.style.display=o})):e.style.display=r?o:"none"},update:function(e,t,n){var r=t.value;!r!=!t.oldValue&&((n=Yi(n)).data&&n.data.transition?(n.data.show=!0,r?Pi(n,function(){e.style.display=e.__vOriginalDisplay}):Ri(n,function(){e.style.display="none"})):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,i){i||(e.style.display=e.__vOriginalDisplay)}}},eo={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function to(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?to(zt(t.children)):e}function no(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var i=n._parentListeners;for(var o in i)t[b(o)]=i[o];return t}function ro(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var io=function(e){return e.tag||Ut(e)},oo=function(e){return"show"===e.name},ao={name:"transition",props:eo,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(io)).length){var r=this.mode,o=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return o;var a=to(o);if(!a)return o;if(this._leaving)return ro(e,o);var s="__transition-"+this._uid+"-";a.key=null==a.key?a.isComment?s+"comment":s+a.tag:i(a.key)?0===String(a.key).indexOf(s)?a.key:s+a.key:a.key;var c=(a.data||(a.data={})).transition=no(this),u=this._vnode,l=to(u);if(a.data.directives&&a.data.directives.some(oo)&&(a.data.show=!0),l&&l.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(a,l)&&!Ut(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=A({},c);if("out-in"===r)return this._leaving=!0,it(f,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),ro(e,o);if("in-out"===r){if(Ut(a))return u;var p,d=function(){p()};it(c,"afterEnter",d),it(c,"enterCancelled",d),it(f,"delayLeave",function(e){p=e})}}return o}}},so=A({tag:String,moveClass:String},eo);function co(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function uo(e){e.data.newPos=e.elm.getBoundingClientRect()}function lo(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,i=t.top-n.top;if(r||i){e.data.moved=!0;var o=e.elm.style;o.transform=o.WebkitTransform="translate("+r+"px,"+i+"px)",o.transitionDuration="0s"}}delete so.mode;var fo={Transition:ao,TransitionGroup:{props:so,beforeMount:function(){var e=this,t=this._update;this._update=function(n,r){var i=Zt(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,i(),t.call(e,n,r)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],a=no(this),s=0;s-1?Gn[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Gn[e]=/HTMLUnknownElement/.test(t.toString())},A(wn.options.directives,Qi),A(wn.options.components,fo),wn.prototype.__patch__=z?zi:S,wn.prototype.$mount=function(e,t){return function(e,t,n){var r;return e.$el=t,e.$options.render||(e.$options.render=ve),Yt(e,"beforeMount"),r=function(){e._update(e._render(),n)},new fn(e,r,S,{before:function(){e._isMounted&&!e._isDestroyed&&Yt(e,"beforeUpdate")}},!0),n=!1,null==e.$vnode&&(e._isMounted=!0,Yt(e,"mounted")),e}(this,e=e&&z?Yn(e):void 0,t)},z&&setTimeout(function(){F.devtools&&ne&&ne.emit("init",wn)},0);var po=/\{\{((?:.|\r?\n)+?)\}\}/g,vo=/[-.*+?^${}()|[\]\/\\]/g,ho=g(function(e){var t=e[0].replace(vo,"\\$&"),n=e[1].replace(vo,"\\$&");return new RegExp(t+"((?:.|\\n)+?)"+n,"g")});var mo={staticKeys:["staticClass"],transformNode:function(e,t){t.warn;var n=Fr(e,"class");n&&(e.staticClass=JSON.stringify(n));var r=Ir(e,"class",!1);r&&(e.classBinding=r)},genData:function(e){var t="";return e.staticClass&&(t+="staticClass:"+e.staticClass+","),e.classBinding&&(t+="class:"+e.classBinding+","),t}};var yo,go={staticKeys:["staticStyle"],transformNode:function(e,t){t.warn;var n=Fr(e,"style");n&&(e.staticStyle=JSON.stringify(ai(n)));var r=Ir(e,"style",!1);r&&(e.styleBinding=r)},genData:function(e){var t="";return e.staticStyle&&(t+="staticStyle:"+e.staticStyle+","),e.styleBinding&&(t+="style:("+e.styleBinding+"),"),t}},_o=function(e){return(yo=yo||document.createElement("div")).innerHTML=e,yo.textContent},bo=p("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr"),$o=p("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source"),wo=p("address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track"),Co=/^\s*([^\s"'<>\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,xo=/^\s*((?:v-[\w-]+:|@|:|#)\[[^=]+\][^\s"'<>\/=]*)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,ko="[a-zA-Z_][\\-\\.0-9_a-zA-Z"+P.source+"]*",Ao="((?:"+ko+"\\:)?"+ko+")",Oo=new RegExp("^<"+Ao),So=/^\s*(\/?)>/,To=new RegExp("^<\\/"+Ao+"[^>]*>"),Eo=/^]+>/i,No=/^",""":'"',"&":"&"," ":"\n"," ":"\t","'":"'"},Io=/&(?:lt|gt|quot|amp|#39);/g,Fo=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,Po=p("pre,textarea",!0),Ro=function(e,t){return e&&Po(e)&&"\n"===t[0]};function Ho(e,t){var n=t?Fo:Io;return e.replace(n,function(e){return Mo[e]})}var Bo,Uo,zo,Vo,Ko,Jo,qo,Wo,Zo=/^@|^v-on:/,Go=/^v-|^@|^:|^#/,Xo=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,Yo=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Qo=/^\(|\)$/g,ea=/^\[.*\]$/,ta=/:(.*)$/,na=/^:|^\.|^v-bind:/,ra=/\.[^.\]]+(?=[^\]]*$)/g,ia=/^v-slot(:|$)|^#/,oa=/[\r\n]/,aa=/\s+/g,sa=g(_o),ca="_empty_";function ua(e,t,n){return{type:1,tag:e,attrsList:t,attrsMap:ma(t),rawAttrsMap:{},parent:n,children:[]}}function la(e,t){Bo=t.warn||Sr,Jo=t.isPreTag||T,qo=t.mustUseProp||T,Wo=t.getTagNamespace||T;t.isReservedTag;zo=Tr(t.modules,"transformNode"),Vo=Tr(t.modules,"preTransformNode"),Ko=Tr(t.modules,"postTransformNode"),Uo=t.delimiters;var n,r,i=[],o=!1!==t.preserveWhitespace,a=t.whitespace,s=!1,c=!1;function u(e){if(l(e),s||e.processed||(e=fa(e,t)),i.length||e===n||n.if&&(e.elseif||e.else)&&da(n,{exp:e.elseif,block:e}),r&&!e.forbidden)if(e.elseif||e.else)a=e,(u=function(e){var t=e.length;for(;t--;){if(1===e[t].type)return e[t];e.pop()}}(r.children))&&u.if&&da(u,{exp:a.elseif,block:a});else{if(e.slotScope){var o=e.slotTarget||'"default"';(r.scopedSlots||(r.scopedSlots={}))[o]=e}r.children.push(e),e.parent=r}var a,u;e.children=e.children.filter(function(e){return!e.slotScope}),l(e),e.pre&&(s=!1),Jo(e.tag)&&(c=!1);for(var f=0;f]*>)","i")),p=e.replace(f,function(e,n,r){return u=r.length,Do(l)||"noscript"===l||(n=n.replace(//g,"$1").replace(//g,"$1")),Ro(l,n)&&(n=n.slice(1)),t.chars&&t.chars(n),""});c+=e.length-p.length,e=p,A(l,c-u,c)}else{var d=e.indexOf("<");if(0===d){if(No.test(e)){var v=e.indexOf("--\x3e");if(v>=0){t.shouldKeepComment&&t.comment(e.substring(4,v),c,c+v+3),C(v+3);continue}}if(jo.test(e)){var h=e.indexOf("]>");if(h>=0){C(h+2);continue}}var m=e.match(Eo);if(m){C(m[0].length);continue}var y=e.match(To);if(y){var g=c;C(y[0].length),A(y[1],g,c);continue}var _=x();if(_){k(_),Ro(_.tagName,e)&&C(1);continue}}var b=void 0,$=void 0,w=void 0;if(d>=0){for($=e.slice(d);!(To.test($)||Oo.test($)||No.test($)||jo.test($)||(w=$.indexOf("<",1))<0);)d+=w,$=e.slice(d);b=e.substring(0,d)}d<0&&(b=e),b&&C(b.length),t.chars&&b&&t.chars(b,c-b.length,c)}if(e===n){t.chars&&t.chars(e);break}}function C(t){c+=t,e=e.substring(t)}function x(){var t=e.match(Oo);if(t){var n,r,i={tagName:t[1],attrs:[],start:c};for(C(t[0].length);!(n=e.match(So))&&(r=e.match(xo)||e.match(Co));)r.start=c,C(r[0].length),r.end=c,i.attrs.push(r);if(n)return i.unarySlash=n[1],C(n[0].length),i.end=c,i}}function k(e){var n=e.tagName,c=e.unarySlash;o&&("p"===r&&wo(n)&&A(r),s(n)&&r===n&&A(n));for(var u=a(n)||!!c,l=e.attrs.length,f=new Array(l),p=0;p=0&&i[a].lowerCasedTag!==s;a--);else a=0;if(a>=0){for(var u=i.length-1;u>=a;u--)t.end&&t.end(i[u].tag,n,o);i.length=a,r=a&&i[a-1].tag}else"br"===s?t.start&&t.start(e,[],!0,n,o):"p"===s&&(t.start&&t.start(e,[],!1,n,o),t.end&&t.end(e,n,o))}A()}(e,{warn:Bo,expectHTML:t.expectHTML,isUnaryTag:t.isUnaryTag,canBeLeftOpenTag:t.canBeLeftOpenTag,shouldDecodeNewlines:t.shouldDecodeNewlines,shouldDecodeNewlinesForHref:t.shouldDecodeNewlinesForHref,shouldKeepComment:t.comments,outputSourceRange:t.outputSourceRange,start:function(e,o,a,l,f){var p=r&&r.ns||Wo(e);q&&"svg"===p&&(o=function(e){for(var t=[],n=0;nc&&(s.push(o=e.slice(c,i)),a.push(JSON.stringify(o)));var u=Ar(r[1].trim());a.push("_s("+u+")"),s.push({"@binding":u}),c=i+r[0].length}return c-1"+("true"===o?":("+t+")":":_q("+t+","+o+")")),Mr(e,"change","var $$a="+t+",$$el=$event.target,$$c=$$el.checked?("+o+"):("+a+");if(Array.isArray($$a)){var $$v="+(r?"_n("+i+")":i)+",$$i=_i($$a,$$v);if($$el.checked){$$i<0&&("+Br(t,"$$a.concat([$$v])")+")}else{$$i>-1&&("+Br(t,"$$a.slice(0,$$i).concat($$a.slice($$i+1))")+")}}else{"+Br(t,"$$c")+"}",null,!0)}(e,r,i);else if("input"===o&&"radio"===a)!function(e,t,n){var r=n&&n.number,i=Ir(e,"value")||"null";Er(e,"checked","_q("+t+","+(i=r?"_n("+i+")":i)+")"),Mr(e,"change",Br(t,i),null,!0)}(e,r,i);else if("input"===o||"textarea"===o)!function(e,t,n){var r=e.attrsMap.type,i=n||{},o=i.lazy,a=i.number,s=i.trim,c=!o&&"range"!==r,u=o?"change":"range"===r?Wr:"input",l="$event.target.value";s&&(l="$event.target.value.trim()"),a&&(l="_n("+l+")");var f=Br(t,l);c&&(f="if($event.target.composing)return;"+f),Er(e,"value","("+t+")"),Mr(e,u,f,null,!0),(s||a)&&Mr(e,"blur","$forceUpdate()")}(e,r,i);else if(!F.isReservedTag(o))return Hr(e,r,i),!1;return!0},text:function(e,t){t.value&&Er(e,"textContent","_s("+t.value+")",t)},html:function(e,t){t.value&&Er(e,"innerHTML","_s("+t.value+")",t)}},isPreTag:function(e){return"pre"===e},isUnaryTag:bo,mustUseProp:jn,canBeLeftOpenTag:$o,isReservedTag:Wn,getTagNamespace:Zn,staticKeys:function(e){return e.reduce(function(e,t){return e.concat(t.staticKeys||[])},[]).join(",")}(ba)},xa=g(function(e){return p("type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap"+(e?","+e:""))});function ka(e,t){e&&($a=xa(t.staticKeys||""),wa=t.isReservedTag||T,function e(t){t.static=function(e){if(2===e.type)return!1;if(3===e.type)return!0;return!(!e.pre&&(e.hasBindings||e.if||e.for||d(e.tag)||!wa(e.tag)||function(e){for(;e.parent;){if("template"!==(e=e.parent).tag)return!1;if(e.for)return!0}return!1}(e)||!Object.keys(e).every($a)))}(t);if(1===t.type){if(!wa(t.tag)&&"slot"!==t.tag&&null==t.attrsMap["inline-template"])return;for(var n=0,r=t.children.length;n|^function(?:\s+[\w$]+)?\s*\(/,Oa=/\([^)]*?\);*$/,Sa=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,Ta={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},Ea={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]},Na=function(e){return"if("+e+")return null;"},ja={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:Na("$event.target !== $event.currentTarget"),ctrl:Na("!$event.ctrlKey"),shift:Na("!$event.shiftKey"),alt:Na("!$event.altKey"),meta:Na("!$event.metaKey"),left:Na("'button' in $event && $event.button !== 0"),middle:Na("'button' in $event && $event.button !== 1"),right:Na("'button' in $event && $event.button !== 2")};function Da(e,t){var n=t?"nativeOn:":"on:",r="",i="";for(var o in e){var a=La(e[o]);e[o]&&e[o].dynamic?i+=o+","+a+",":r+='"'+o+'":'+a+","}return r="{"+r.slice(0,-1)+"}",i?n+"_d("+r+",["+i.slice(0,-1)+"])":n+r}function La(e){if(!e)return"function(){}";if(Array.isArray(e))return"["+e.map(function(e){return La(e)}).join(",")+"]";var t=Sa.test(e.value),n=Aa.test(e.value),r=Sa.test(e.value.replace(Oa,""));if(e.modifiers){var i="",o="",a=[];for(var s in e.modifiers)if(ja[s])o+=ja[s],Ta[s]&&a.push(s);else if("exact"===s){var c=e.modifiers;o+=Na(["ctrl","shift","alt","meta"].filter(function(e){return!c[e]}).map(function(e){return"$event."+e+"Key"}).join("||"))}else a.push(s);return a.length&&(i+=function(e){return"if(!$event.type.indexOf('key')&&"+e.map(Ma).join("&&")+")return null;"}(a)),o&&(i+=o),"function($event){"+i+(t?"return "+e.value+"($event)":n?"return ("+e.value+")($event)":r?"return "+e.value:e.value)+"}"}return t||n?e.value:"function($event){"+(r?"return "+e.value:e.value)+"}"}function Ma(e){var t=parseInt(e,10);if(t)return"$event.keyCode!=="+t;var n=Ta[e],r=Ea[e];return"_k($event.keyCode,"+JSON.stringify(e)+","+JSON.stringify(n)+",$event.key,"+JSON.stringify(r)+")"}var Ia={on:function(e,t){e.wrapListeners=function(e){return"_g("+e+","+t.value+")"}},bind:function(e,t){e.wrapData=function(n){return"_b("+n+",'"+e.tag+"',"+t.value+","+(t.modifiers&&t.modifiers.prop?"true":"false")+(t.modifiers&&t.modifiers.sync?",true":"")+")"}},cloak:S},Fa=function(e){this.options=e,this.warn=e.warn||Sr,this.transforms=Tr(e.modules,"transformCode"),this.dataGenFns=Tr(e.modules,"genData"),this.directives=A(A({},Ia),e.directives);var t=e.isReservedTag||T;this.maybeComponent=function(e){return!!e.component||!t(e.tag)},this.onceId=0,this.staticRenderFns=[],this.pre=!1};function Pa(e,t){var n=new Fa(t);return{render:"with(this){return "+(e?Ra(e,n):'_c("div")')+"}",staticRenderFns:n.staticRenderFns}}function Ra(e,t){if(e.parent&&(e.pre=e.pre||e.parent.pre),e.staticRoot&&!e.staticProcessed)return Ha(e,t);if(e.once&&!e.onceProcessed)return Ba(e,t);if(e.for&&!e.forProcessed)return za(e,t);if(e.if&&!e.ifProcessed)return Ua(e,t);if("template"!==e.tag||e.slotTarget||t.pre){if("slot"===e.tag)return function(e,t){var n=e.slotName||'"default"',r=qa(e,t),i="_t("+n+(r?","+r:""),o=e.attrs||e.dynamicAttrs?Ga((e.attrs||[]).concat(e.dynamicAttrs||[]).map(function(e){return{name:b(e.name),value:e.value,dynamic:e.dynamic}})):null,a=e.attrsMap["v-bind"];!o&&!a||r||(i+=",null");o&&(i+=","+o);a&&(i+=(o?"":",null")+","+a);return i+")"}(e,t);var n;if(e.component)n=function(e,t,n){var r=t.inlineTemplate?null:qa(t,n,!0);return"_c("+e+","+Va(t,n)+(r?","+r:"")+")"}(e.component,e,t);else{var r;(!e.plain||e.pre&&t.maybeComponent(e))&&(r=Va(e,t));var i=e.inlineTemplate?null:qa(e,t,!0);n="_c('"+e.tag+"'"+(r?","+r:"")+(i?","+i:"")+")"}for(var o=0;o>>0}(a):"")+")"}(e,e.scopedSlots,t)+","),e.model&&(n+="model:{value:"+e.model.value+",callback:"+e.model.callback+",expression:"+e.model.expression+"},"),e.inlineTemplate){var o=function(e,t){var n=e.children[0];if(n&&1===n.type){var r=Pa(n,t.options);return"inlineTemplate:{render:function(){"+r.render+"},staticRenderFns:["+r.staticRenderFns.map(function(e){return"function(){"+e+"}"}).join(",")+"]}"}}(e,t);o&&(n+=o+",")}return n=n.replace(/,$/,"")+"}",e.dynamicAttrs&&(n="_b("+n+',"'+e.tag+'",'+Ga(e.dynamicAttrs)+")"),e.wrapData&&(n=e.wrapData(n)),e.wrapListeners&&(n=e.wrapListeners(n)),n}function Ka(e){return 1===e.type&&("slot"===e.tag||e.children.some(Ka))}function Ja(e,t){var n=e.attrsMap["slot-scope"];if(e.if&&!e.ifProcessed&&!n)return Ua(e,t,Ja,"null");if(e.for&&!e.forProcessed)return za(e,t,Ja);var r=e.slotScope===ca?"":String(e.slotScope),i="function("+r+"){return "+("template"===e.tag?e.if&&n?"("+e.if+")?"+(qa(e,t)||"undefined")+":undefined":qa(e,t)||"undefined":Ra(e,t))+"}",o=r?"":",proxy:true";return"{key:"+(e.slotTarget||'"default"')+",fn:"+i+o+"}"}function qa(e,t,n,r,i){var o=e.children;if(o.length){var a=o[0];if(1===o.length&&a.for&&"template"!==a.tag&&"slot"!==a.tag){var s=n?t.maybeComponent(a)?",1":",0":"";return""+(r||Ra)(a,t)+s}var c=n?function(e,t){for(var n=0,r=0;r':'

',ts.innerHTML.indexOf(" ")>0}var os=!!z&&is(!1),as=!!z&&is(!0),ss=g(function(e){var t=Yn(e);return t&&t.innerHTML}),cs=wn.prototype.$mount;return wn.prototype.$mount=function(e,t){if((e=e&&Yn(e))===document.body||e===document.documentElement)return this;var n=this.$options;if(!n.render){var r=n.template;if(r)if("string"==typeof r)"#"===r.charAt(0)&&(r=ss(r));else{if(!r.nodeType)return this;r=r.innerHTML}else e&&(r=function(e){if(e.outerHTML)return e.outerHTML;var t=document.createElement("div");return t.appendChild(e.cloneNode(!0)),t.innerHTML}(e));if(r){var i=rs(r,{outputSourceRange:!1,shouldDecodeNewlines:os,shouldDecodeNewlinesForHref:as,delimiters:n.delimiters,comments:n.comments},this),o=i.render,a=i.staticRenderFns;n.render=o,n.staticRenderFns=a}}return cs.call(this,e,t)},wn.compile=rs,wn}); \ No newline at end of file diff --git a/preview-templates/ccc-devtools/libs/js/vuetify.js b/preview-templates/ccc-devtools/libs/js/vuetify.js new file mode 100644 index 0000000..1aa4a2a --- /dev/null +++ b/preview-templates/ccc-devtools/libs/js/vuetify.js @@ -0,0 +1,41498 @@ +(function webpackUniversalModuleDefinition(root, factory) { + if(typeof exports === 'object' && typeof module === 'object') + module.exports = factory(require("vue")); + else if(typeof define === 'function' && define.amd) + define(["vue"], factory); + else if(typeof exports === 'object') + exports["Vuetify"] = factory(require("vue")); + else + root["Vuetify"] = factory(root["Vue"]); +})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_vue__) { +return /******/ (function(modules) { // webpackBootstrap +/******/ // The module cache +/******/ var installedModules = {}; +/******/ +/******/ // The require function +/******/ function __webpack_require__(moduleId) { +/******/ +/******/ // Check if module is in cache +/******/ if(installedModules[moduleId]) { +/******/ return installedModules[moduleId].exports; +/******/ } +/******/ // Create a new module (and put it into the cache) +/******/ var module = installedModules[moduleId] = { +/******/ i: moduleId, +/******/ l: false, +/******/ exports: {} +/******/ }; +/******/ +/******/ // Execute the module function +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ +/******/ // Flag the module as loaded +/******/ module.l = true; +/******/ +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } +/******/ +/******/ +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = modules; +/******/ +/******/ // expose the module cache +/******/ __webpack_require__.c = installedModules; +/******/ +/******/ // define getter function for harmony exports +/******/ __webpack_require__.d = function(exports, name, getter) { +/******/ if(!__webpack_require__.o(exports, name)) { +/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); +/******/ } +/******/ }; +/******/ +/******/ // define __esModule on exports +/******/ __webpack_require__.r = function(exports) { +/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { +/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); +/******/ } +/******/ Object.defineProperty(exports, '__esModule', { value: true }); +/******/ }; +/******/ +/******/ // create a fake namespace object +/******/ // mode & 1: value is a module id, require it +/******/ // mode & 2: merge all properties of value into the ns +/******/ // mode & 4: return value when already ns object +/******/ // mode & 8|1: behave like require +/******/ __webpack_require__.t = function(value, mode) { +/******/ if(mode & 1) value = __webpack_require__(value); +/******/ if(mode & 8) return value; +/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; +/******/ var ns = Object.create(null); +/******/ __webpack_require__.r(ns); +/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); +/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); +/******/ return ns; +/******/ }; +/******/ +/******/ // getDefaultExport function for compatibility with non-harmony modules +/******/ __webpack_require__.n = function(module) { +/******/ var getter = module && module.__esModule ? +/******/ function getDefault() { return module['default']; } : +/******/ function getModuleExports() { return module; }; +/******/ __webpack_require__.d(getter, 'a', getter); +/******/ return getter; +/******/ }; +/******/ +/******/ // Object.prototype.hasOwnProperty.call +/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; +/******/ +/******/ // __webpack_public_path__ +/******/ __webpack_require__.p = "/dist/"; +/******/ +/******/ +/******/ // Load entry module and return exports +/******/ return __webpack_require__(__webpack_require__.s = "./src/index.ts"); +/******/ }) +/************************************************************************/ +/******/ ({ + +/***/ "./src/components/VAlert/VAlert.sass": +/*!*******************************************!*\ + !*** ./src/components/VAlert/VAlert.sass ***! + \*******************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VAlert/VAlert.ts": +/*!*****************************************!*\ + !*** ./src/components/VAlert/VAlert.ts ***! + \*****************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VAlert_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VAlert.sass */ "./src/components/VAlert/VAlert.sass"); +/* harmony import */ var _VAlert_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VAlert_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSheet__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VSheet */ "./src/components/VSheet/index.ts"); +/* harmony import */ var _VBtn__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VBtn */ "./src/components/VBtn/index.ts"); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _mixins_transitionable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/transitionable */ "./src/mixins/transitionable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Extensions + + // Components + + + // Mixins + + + + // Utilities + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_7__["default"])(_VSheet__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_toggleable__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_transitionable__WEBPACK_IMPORTED_MODULE_6__["default"]).extend({ + name: 'v-alert', + props: { + border: { + type: String, + validator: function validator(val) { + return ['top', 'right', 'bottom', 'left'].includes(val); + } + }, + closeLabel: { + type: String, + default: '$vuetify.close' + }, + coloredBorder: Boolean, + dense: Boolean, + dismissible: Boolean, + icon: { + default: '', + type: [Boolean, String], + validator: function validator(val) { + return typeof val === 'string' || val === false; + } + }, + outlined: Boolean, + prominent: Boolean, + text: Boolean, + type: { + type: String, + validator: function validator(val) { + return ['info', 'error', 'success', 'warning'].includes(val); + } + }, + value: { + type: Boolean, + default: true + } + }, + computed: { + __cachedBorder: function __cachedBorder() { + var _a; + + if (!this.border) return null; + var data = { + staticClass: 'v-alert__border', + class: (_a = {}, _a["v-alert__border--" + this.border] = true, _a) + }; + + if (this.coloredBorder) { + data = this.setBackgroundColor(this.computedColor, data); + data.class['v-alert__border--has-color'] = true; + } + + return this.$createElement('div', data); + }, + __cachedDismissible: function __cachedDismissible() { + var _this = this; + + if (!this.dismissible) return null; + var color = this.iconColor; + return this.$createElement(_VBtn__WEBPACK_IMPORTED_MODULE_2__["default"], { + staticClass: 'v-alert__dismissible', + props: { + color: color, + icon: true, + small: true + }, + attrs: { + 'aria-label': this.$vuetify.lang.t(this.closeLabel) + }, + on: { + click: function click() { + return _this.isActive = false; + } + } + }, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_3__["default"], { + props: { + color: color + } + }, '$cancel')]); + }, + __cachedIcon: function __cachedIcon() { + if (!this.computedIcon) return null; + return this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_3__["default"], { + staticClass: 'v-alert__icon', + props: { + color: this.iconColor + } + }, this.computedIcon); + }, + classes: function classes() { + var classes = __assign({}, _VSheet__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.classes.call(this), { + 'v-alert--border': Boolean(this.border), + 'v-alert--dense': this.dense, + 'v-alert--outlined': this.outlined, + 'v-alert--prominent': this.prominent, + 'v-alert--text': this.text + }); + + if (this.border) { + classes["v-alert--border-" + this.border] = true; + } + + return classes; + }, + computedColor: function computedColor() { + return this.color || this.type; + }, + computedIcon: function computedIcon() { + if (this.icon === false) return false; + if (typeof this.icon === 'string' && this.icon) return this.icon; + if (!['error', 'info', 'success', 'warning'].includes(this.type)) return false; + return "$" + this.type; + }, + hasColoredIcon: function hasColoredIcon() { + return this.hasText || Boolean(this.border) && this.coloredBorder; + }, + hasText: function hasText() { + return this.text || this.outlined; + }, + iconColor: function iconColor() { + return this.hasColoredIcon ? this.computedColor : undefined; + }, + isDark: function isDark() { + if (this.type && !this.coloredBorder && !this.outlined) return true; + return _mixins_themeable__WEBPACK_IMPORTED_MODULE_5__["default"].options.computed.isDark.call(this); + } + }, + created: function created() { + /* istanbul ignore next */ + if (this.$attrs.hasOwnProperty('outline')) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_8__["breaking"])('outline', 'outlined', this); + } + }, + methods: { + genWrapper: function genWrapper() { + var children = [this.$slots.prepend || this.__cachedIcon, this.genContent(), this.__cachedBorder, this.$slots.append, this.$scopedSlots.close ? this.$scopedSlots.close({ + toggle: this.toggle + }) : this.__cachedDismissible]; + var data = { + staticClass: 'v-alert__wrapper' + }; + return this.$createElement('div', data, children); + }, + genContent: function genContent() { + return this.$createElement('div', { + staticClass: 'v-alert__content' + }, this.$slots.default); + }, + genAlert: function genAlert() { + var data = { + staticClass: 'v-alert', + attrs: { + role: 'alert' + }, + class: this.classes, + style: this.styles, + directives: [{ + name: 'show', + value: this.isActive + }] + }; + + if (!this.coloredBorder) { + var setColor = this.hasText ? this.setTextColor : this.setBackgroundColor; + data = setColor(this.computedColor, data); + } + + return this.$createElement('div', data, [this.genWrapper()]); + }, + + /** @public */ + toggle: function toggle() { + this.isActive = !this.isActive; + } + }, + render: function render(h) { + var render = this.genAlert(); + if (!this.transition) return render; + return h('transition', { + props: { + name: this.transition, + origin: this.origin, + mode: this.mode + } + }, [render]); + } +})); + +/***/ }), + +/***/ "./src/components/VAlert/index.ts": +/*!****************************************!*\ + !*** ./src/components/VAlert/index.ts ***! + \****************************************/ +/*! exports provided: VAlert, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VAlert__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VAlert */ "./src/components/VAlert/VAlert.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VAlert", function() { return _VAlert__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VAlert__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VApp/VApp.sass": +/*!***************************************!*\ + !*** ./src/components/VApp/VApp.sass ***! + \***************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VApp/VApp.ts": +/*!*************************************!*\ + !*** ./src/components/VApp/VApp.ts ***! + \*************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VApp_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VApp.sass */ "./src/components/VApp/VApp.sass"); +/* harmony import */ var _VApp_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VApp_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Mixins + + // Utilities + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_mixins_themeable__WEBPACK_IMPORTED_MODULE_1__["default"]).extend({ + name: 'v-app', + props: { + dark: { + type: Boolean, + default: undefined + }, + id: { + type: String, + default: 'app' + }, + light: { + type: Boolean, + default: undefined + } + }, + computed: { + isDark: function isDark() { + return this.$vuetify.theme.dark; + } + }, + beforeCreate: function beforeCreate() { + if (!this.$vuetify || this.$vuetify === this.$root) { + throw new Error('Vuetify is not properly initialized, see https://vuetifyjs.com/getting-started/quick-start#bootstrapping-the-vuetify-object'); + } + }, + render: function render(h) { + var wrapper = h('div', { + staticClass: 'v-application--wrap' + }, this.$slots.default); + return h('div', { + staticClass: 'v-application', + class: __assign({ + 'v-application--is-rtl': this.$vuetify.rtl, + 'v-application--is-ltr': !this.$vuetify.rtl + }, this.themeClasses), + attrs: { + 'data-app': true + }, + domProps: { + id: this.id + } + }, [wrapper]); + } +})); + +/***/ }), + +/***/ "./src/components/VApp/index.ts": +/*!**************************************!*\ + !*** ./src/components/VApp/index.ts ***! + \**************************************/ +/*! exports provided: VApp, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VApp__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VApp */ "./src/components/VApp/VApp.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VApp", function() { return _VApp__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VApp__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VAppBar/VAppBar.sass": +/*!*********************************************!*\ + !*** ./src/components/VAppBar/VAppBar.sass ***! + \*********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VAppBar/VAppBar.ts": +/*!*******************************************!*\ + !*** ./src/components/VAppBar/VAppBar.ts ***! + \*******************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VAppBar_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VAppBar.sass */ "./src/components/VAppBar/VAppBar.sass"); +/* harmony import */ var _VAppBar_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VAppBar_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VToolbar_VToolbar__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VToolbar/VToolbar */ "./src/components/VToolbar/VToolbar.ts"); +/* harmony import */ var _directives_scroll__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../directives/scroll */ "./src/directives/scroll/index.ts"); +/* harmony import */ var _mixins_applicationable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/applicationable */ "./src/mixins/applicationable/index.ts"); +/* harmony import */ var _mixins_scrollable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/scrollable */ "./src/mixins/scrollable/index.ts"); +/* harmony import */ var _mixins_ssr_bootable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/ssr-bootable */ "./src/mixins/ssr-bootable/index.ts"); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Extensions + + // Directives + + // Mixins + + + + + // Utilities + + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_8__["default"])(_VToolbar_VToolbar__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_scrollable__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_ssr_bootable__WEBPACK_IMPORTED_MODULE_5__["default"], _mixins_toggleable__WEBPACK_IMPORTED_MODULE_6__["default"], Object(_mixins_applicationable__WEBPACK_IMPORTED_MODULE_3__["default"])('top', ['clippedLeft', 'clippedRight', 'computedHeight', 'invertedScroll', 'isExtended', 'isProminent', 'value'])); +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend({ + name: 'v-app-bar', + directives: { + Scroll: _directives_scroll__WEBPACK_IMPORTED_MODULE_2__["default"] + }, + props: { + clippedLeft: Boolean, + clippedRight: Boolean, + collapseOnScroll: Boolean, + elevateOnScroll: Boolean, + fadeImgOnScroll: Boolean, + hideOnScroll: Boolean, + invertedScroll: Boolean, + scrollOffScreen: Boolean, + shrinkOnScroll: Boolean, + value: { + type: Boolean, + default: true + } + }, + data: function data() { + return { + isActive: this.value + }; + }, + computed: { + applicationProperty: function applicationProperty() { + return !this.bottom ? 'top' : 'bottom'; + }, + canScroll: function canScroll() { + return _mixins_scrollable__WEBPACK_IMPORTED_MODULE_4__["default"].options.computed.canScroll.call(this) && (this.invertedScroll || this.elevateOnScroll || this.hideOnScroll || this.collapseOnScroll || this.isBooted || // If falsey, user has provided an + // explicit value which should + // overwrite anything we do + !this.value); + }, + classes: function classes() { + return __assign({}, _VToolbar_VToolbar__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.classes.call(this), { + 'v-toolbar--collapse': this.collapse || this.collapseOnScroll, + 'v-app-bar': true, + 'v-app-bar--clipped': this.clippedLeft || this.clippedRight, + 'v-app-bar--fade-img-on-scroll': this.fadeImgOnScroll, + 'v-app-bar--elevate-on-scroll': this.elevateOnScroll, + 'v-app-bar--fixed': !this.absolute && (this.app || this.fixed), + 'v-app-bar--hide-shadow': this.hideShadow, + 'v-app-bar--is-scrolled': this.currentScroll > 0, + 'v-app-bar--shrink-on-scroll': this.shrinkOnScroll + }); + }, + computedContentHeight: function computedContentHeight() { + if (!this.shrinkOnScroll) return _VToolbar_VToolbar__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.computedContentHeight.call(this); + var height = this.computedOriginalHeight; + var min = this.dense ? 48 : 56; + var max = height; + var difference = max - min; + var iteration = difference / this.computedScrollThreshold; + var offset = this.currentScroll * iteration; + return Math.max(min, max - offset); + }, + computedFontSize: function computedFontSize() { + if (!this.isProminent) return undefined; + var max = this.dense ? 96 : 128; + var difference = max - this.computedContentHeight; + var increment = 0.00347; // 1.5rem to a minimum of 1.25rem + + return Number((1.50 - difference * increment).toFixed(2)); + }, + computedLeft: function computedLeft() { + if (!this.app || this.clippedLeft) return 0; + return this.$vuetify.application.left; + }, + computedMarginTop: function computedMarginTop() { + if (!this.app) return 0; + return this.$vuetify.application.bar; + }, + computedOpacity: function computedOpacity() { + if (!this.fadeImgOnScroll) return undefined; + var opacity = Math.max((this.computedScrollThreshold - this.currentScroll) / this.computedScrollThreshold, 0); + return Number(parseFloat(opacity).toFixed(2)); + }, + computedOriginalHeight: function computedOriginalHeight() { + var height = _VToolbar_VToolbar__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.computedContentHeight.call(this); + if (this.isExtended) height += parseInt(this.extensionHeight); + return height; + }, + computedRight: function computedRight() { + if (!this.app || this.clippedRight) return 0; + return this.$vuetify.application.right; + }, + computedScrollThreshold: function computedScrollThreshold() { + if (this.scrollThreshold) return Number(this.scrollThreshold); + return this.computedOriginalHeight - (this.dense ? 48 : 56); + }, + computedTransform: function computedTransform() { + if (!this.canScroll || this.elevateOnScroll && this.currentScroll === 0 && this.isActive) return 0; + if (this.isActive) return 0; + var scrollOffScreen = this.scrollOffScreen ? this.computedHeight : this.computedContentHeight; + return this.bottom ? scrollOffScreen : -scrollOffScreen; + }, + hideShadow: function hideShadow() { + if (this.elevateOnScroll && this.isExtended) { + return this.currentScroll < this.computedScrollThreshold; + } + + if (this.elevateOnScroll) { + return this.currentScroll === 0 || this.computedTransform < 0; + } + + return (!this.isExtended || this.scrollOffScreen) && this.computedTransform !== 0; + }, + isCollapsed: function isCollapsed() { + if (!this.collapseOnScroll) { + return _VToolbar_VToolbar__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.isCollapsed.call(this); + } + + return this.currentScroll > 0; + }, + isProminent: function isProminent() { + return _VToolbar_VToolbar__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.isProminent.call(this) || this.shrinkOnScroll; + }, + styles: function styles() { + return __assign({}, _VToolbar_VToolbar__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.styles.call(this), { + fontSize: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["convertToUnit"])(this.computedFontSize, 'rem'), + marginTop: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["convertToUnit"])(this.computedMarginTop), + transform: "translateY(" + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["convertToUnit"])(this.computedTransform) + ")", + left: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["convertToUnit"])(this.computedLeft), + right: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["convertToUnit"])(this.computedRight) + }); + } + }, + watch: { + canScroll: 'onScroll', + computedTransform: function computedTransform() { + // Normally we do not want the v-app-bar + // to update the application top value + // to avoid screen jump. However, in + // this situation, we must so that + // the clipped drawer can update + // its top value when scrolled + if (!this.canScroll || !this.clippedLeft && !this.clippedRight) return; + this.callUpdate(); + }, + invertedScroll: function invertedScroll(val) { + this.isActive = !val || this.currentScroll !== 0; + } + }, + created: function created() { + if (this.invertedScroll) this.isActive = false; + }, + methods: { + genBackground: function genBackground() { + var render = _VToolbar_VToolbar__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.genBackground.call(this); + render.data = this._b(render.data || {}, render.tag, { + style: { + opacity: this.computedOpacity + } + }); + return render; + }, + updateApplication: function updateApplication() { + return this.invertedScroll ? 0 : this.computedHeight + this.computedTransform; + }, + thresholdMet: function thresholdMet() { + if (this.invertedScroll) { + this.isActive = this.currentScroll > this.computedScrollThreshold; + return; + } + + if (this.currentThreshold < this.computedScrollThreshold) return; + + if (this.hideOnScroll) { + this.isActive = this.isScrollingUp; + } + + this.savedScroll = this.currentScroll; + } + }, + render: function render(h) { + var render = _VToolbar_VToolbar__WEBPACK_IMPORTED_MODULE_1__["default"].options.render.call(this, h); + render.data = render.data || {}; + + if (this.canScroll) { + render.data.directives = render.data.directives || []; + render.data.directives.push({ + arg: this.scrollTarget, + name: 'scroll', + value: this.onScroll + }); + } + + return render; + } +})); + +/***/ }), + +/***/ "./src/components/VAppBar/VAppBarNavIcon.ts": +/*!**************************************************!*\ + !*** ./src/components/VAppBar/VAppBarNavIcon.ts ***! + \**************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _VBtn_VBtn__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VBtn/VBtn */ "./src/components/VBtn/VBtn.ts"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_2__); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Components + + + + // Types + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_2___default.a.extend({ + name: 'v-app-bar-nav-icon', + functional: true, + render: function render(h, _a) { + var slots = _a.slots, + listeners = _a.listeners, + props = _a.props, + data = _a.data; + var d = Object.assign(data, { + staticClass: ("v-app-bar__nav-icon " + (data.staticClass || '')).trim(), + props: __assign({}, props, { + icon: true + }), + on: listeners + }); + var defaultSlot = slots().default; + return h(_VBtn_VBtn__WEBPACK_IMPORTED_MODULE_1__["default"], d, defaultSlot || [h(_VIcon__WEBPACK_IMPORTED_MODULE_0__["default"], '$menu')]); + } +})); + +/***/ }), + +/***/ "./src/components/VAppBar/index.ts": +/*!*****************************************!*\ + !*** ./src/components/VAppBar/index.ts ***! + \*****************************************/ +/*! exports provided: VAppBar, VAppBarNavIcon, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VAppBar__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VAppBar */ "./src/components/VAppBar/VAppBar.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VAppBar", function() { return _VAppBar__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _VAppBarNavIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VAppBarNavIcon */ "./src/components/VAppBar/VAppBarNavIcon.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VAppBarNavIcon", function() { return _VAppBarNavIcon__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + + + + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VAppBar: _VAppBar__WEBPACK_IMPORTED_MODULE_0__["default"], + VAppBarNavIcon: _VAppBarNavIcon__WEBPACK_IMPORTED_MODULE_1__["default"] + } +}); + +/***/ }), + +/***/ "./src/components/VAutocomplete/VAutocomplete.sass": +/*!*********************************************************!*\ + !*** ./src/components/VAutocomplete/VAutocomplete.sass ***! + \*********************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VAutocomplete/VAutocomplete.ts": +/*!*******************************************************!*\ + !*** ./src/components/VAutocomplete/VAutocomplete.ts ***! + \*******************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VAutocomplete_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VAutocomplete.sass */ "./src/components/VAutocomplete/VAutocomplete.sass"); +/* harmony import */ var _VAutocomplete_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VAutocomplete_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VSelect/VSelect */ "./src/components/VSelect/VSelect.ts"); +/* harmony import */ var _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VTextField/VTextField */ "./src/components/VTextField/VTextField.ts"); +/* harmony import */ var _util_mergeData__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mergeData */ "./src/util/mergeData.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Extensions + + + // Utilities + + + + +var defaultMenuProps = __assign({}, _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["defaultMenuProps"], { + offsetY: true, + offsetOverflow: true, + transition: false +}); +/* @vue/component */ + + +/* harmony default export */ __webpack_exports__["default"] = (_VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].extend({ + name: 'v-autocomplete', + props: { + allowOverflow: { + type: Boolean, + default: true + }, + autoSelectFirst: { + type: Boolean, + default: false + }, + filter: { + type: Function, + default: function _default(item, queryText, itemText) { + return itemText.toLocaleLowerCase().indexOf(queryText.toLocaleLowerCase()) > -1; + } + }, + hideNoData: Boolean, + menuProps: { + type: _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.props.menuProps.type, + default: function _default() { + return defaultMenuProps; + } + }, + noFilter: Boolean, + searchInput: { + type: String, + default: undefined + } + }, + data: function data() { + return { + lazySearch: this.searchInput + }; + }, + computed: { + classes: function classes() { + return __assign({}, _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.classes.call(this), { + 'v-autocomplete': true, + 'v-autocomplete--is-selecting-index': this.selectedIndex > -1 + }); + }, + computedItems: function computedItems() { + return this.filteredItems; + }, + selectedValues: function selectedValues() { + var _this = this; + + return this.selectedItems.map(function (item) { + return _this.getValue(item); + }); + }, + hasDisplayedItems: function hasDisplayedItems() { + var _this = this; + + return this.hideSelected ? this.filteredItems.some(function (item) { + return !_this.hasItem(item); + }) : this.filteredItems.length > 0; + }, + currentRange: function currentRange() { + if (this.selectedItem == null) return 0; + return String(this.getText(this.selectedItem)).length; + }, + filteredItems: function filteredItems() { + var _this = this; + + if (!this.isSearching || this.noFilter || this.internalSearch == null) return this.allItems; + return this.allItems.filter(function (item) { + return _this.filter(item, String(_this.internalSearch), String(_this.getText(item))); + }); + }, + internalSearch: { + get: function get() { + return this.lazySearch; + }, + set: function set(val) { + this.lazySearch = val; + this.$emit('update:search-input', val); + } + }, + isAnyValueAllowed: function isAnyValueAllowed() { + return false; + }, + isDirty: function isDirty() { + return this.searchIsDirty || this.selectedItems.length > 0; + }, + isSearching: function isSearching() { + return this.multiple && this.searchIsDirty || this.searchIsDirty && this.internalSearch !== this.getText(this.selectedItem); + }, + menuCanShow: function menuCanShow() { + if (!this.isFocused) return false; + return this.hasDisplayedItems || !this.hideNoData; + }, + $_menuProps: function $_menuProps() { + var props = _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.$_menuProps.call(this); + props.contentClass = ("v-autocomplete__content " + (props.contentClass || '')).trim(); + return __assign({}, defaultMenuProps, props); + }, + searchIsDirty: function searchIsDirty() { + return this.internalSearch != null && this.internalSearch !== ''; + }, + selectedItem: function selectedItem() { + var _this = this; + + if (this.multiple) return null; + return this.selectedItems.find(function (i) { + return _this.valueComparator(_this.getValue(i), _this.getValue(_this.internalValue)); + }); + }, + listData: function listData() { + var data = _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.listData.call(this); + data.props = __assign({}, data.props, { + items: this.virtualizedItems, + noFilter: this.noFilter || !this.isSearching || !this.filteredItems.length, + searchInput: this.internalSearch + }); + return data; + } + }, + watch: { + filteredItems: 'onFilteredItemsChanged', + internalValue: 'setSearch', + isFocused: function isFocused(val) { + if (val) { + document.addEventListener('copy', this.onCopy); + this.$refs.input && this.$refs.input.select(); + } else { + document.removeEventListener('copy', this.onCopy); + this.updateSelf(); + } + }, + isMenuActive: function isMenuActive(val) { + if (val || !this.hasSlot) return; + this.lazySearch = undefined; + }, + items: function items(val, oldVal) { + // If we are focused, the menu + // is not active, hide no data is enabled, + // and items change + // User is probably async loading + // items, try to activate the menu + if (!(oldVal && oldVal.length) && this.hideNoData && this.isFocused && !this.isMenuActive && val.length) this.activateMenu(); + }, + searchInput: function searchInput(val) { + this.lazySearch = val; + }, + internalSearch: 'onInternalSearchChanged', + itemText: 'updateSelf' + }, + created: function created() { + this.setSearch(); + }, + methods: { + onFilteredItemsChanged: function onFilteredItemsChanged(val, oldVal) { + var _this = this; // TODO: How is the watcher triggered + // for duplicate items? no idea + + + if (val === oldVal) return; + this.setMenuIndex(-1); + this.$nextTick(function () { + if (!_this.internalSearch || val.length !== 1 && !_this.autoSelectFirst) return; + + _this.$refs.menu.getTiles(); + + _this.setMenuIndex(0); + }); + }, + onInternalSearchChanged: function onInternalSearchChanged() { + this.updateMenuDimensions(); + }, + updateMenuDimensions: function updateMenuDimensions() { + // Type from menuable is not making it through + this.isMenuActive && this.$refs.menu && this.$refs.menu.updateDimensions(); + }, + changeSelectedIndex: function changeSelectedIndex(keyCode) { + // Do not allow changing of selectedIndex + // when search is dirty + if (this.searchIsDirty) return; + + if (this.multiple && keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_4__["keyCodes"].left) { + if (this.selectedIndex === -1) { + this.selectedIndex = this.selectedItems.length - 1; + } else { + this.selectedIndex--; + } + } else if (this.multiple && keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_4__["keyCodes"].right) { + if (this.selectedIndex >= this.selectedItems.length - 1) { + this.selectedIndex = -1; + } else { + this.selectedIndex++; + } + } else if (keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_4__["keyCodes"].backspace || keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_4__["keyCodes"].delete) { + this.deleteCurrentItem(); + } + }, + deleteCurrentItem: function deleteCurrentItem() { + if (this.readonly) return; + var index = this.selectedItems.length - 1; + + if (this.selectedIndex === -1 && index !== 0) { + this.selectedIndex = index; + return; + } + + var currentItem = this.selectedItems[this.selectedIndex]; + if (this.getDisabled(currentItem)) return; + var newIndex = this.selectedIndex === index ? this.selectedIndex - 1 : this.selectedItems[this.selectedIndex + 1] ? this.selectedIndex : -1; + + if (newIndex === -1) { + this.setValue(this.multiple ? [] : undefined); + } else { + this.selectItem(currentItem); + } + + this.selectedIndex = newIndex; + }, + clearableCallback: function clearableCallback() { + this.internalSearch = undefined; + _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.clearableCallback.call(this); + }, + genInput: function genInput() { + var input = _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_2__["default"].options.methods.genInput.call(this); + input.data = Object(_util_mergeData__WEBPACK_IMPORTED_MODULE_3__["default"])(input.data, { + attrs: { + 'aria-activedescendant': Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["getObjectValueByPath"])(this.$refs.menu, 'activeTile.id'), + autocomplete: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["getObjectValueByPath"])(input.data, 'attrs.autocomplete', 'off') + }, + domProps: { + value: this.internalSearch + } + }); + return input; + }, + genInputSlot: function genInputSlot() { + var slot = _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.genInputSlot.call(this); + slot.data.attrs.role = 'combobox'; + return slot; + }, + genSelections: function genSelections() { + return this.hasSlot || this.multiple ? _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.genSelections.call(this) : []; + }, + onClick: function onClick(e) { + if (this.isDisabled) return; + this.selectedIndex > -1 ? this.selectedIndex = -1 : this.onFocus(); + if (!this.isAppendInner(e.target)) this.activateMenu(); + }, + onInput: function onInput(e) { + if (this.selectedIndex > -1 || !e.target) return; + var target = e.target; + var value = target.value; // If typing and menu is not currently active + + if (target.value) this.activateMenu(); + this.internalSearch = value; + this.badInput = target.validity && target.validity.badInput; + }, + onKeyDown: function onKeyDown(e) { + var keyCode = e.keyCode; + _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.onKeyDown.call(this, e); // The ordering is important here + // allows new value to be updated + // and then moves the index to the + // proper location + + this.changeSelectedIndex(keyCode); + }, + onSpaceDown: function onSpaceDown(e) {}, + onTabDown: function onTabDown(e) { + _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.onTabDown.call(this, e); + this.updateSelf(); + }, + onUpDown: function onUpDown(e) { + // Prevent screen from scrolling + e.preventDefault(); // For autocomplete / combobox, cycling + // interfers with native up/down behavior + // instead activate the menu + + this.activateMenu(); + }, + selectItem: function selectItem(item) { + _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.selectItem.call(this, item); + this.setSearch(); + }, + setSelectedItems: function setSelectedItems() { + _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.setSelectedItems.call(this); // #4273 Don't replace if searching + // #4403 Don't replace if focused + + if (!this.isFocused) this.setSearch(); + }, + setSearch: function setSearch() { + var _this = this; // Wait for nextTick so selectedItem + // has had time to update + + + this.$nextTick(function () { + if (!_this.multiple || !_this.internalSearch || !_this.isMenuActive) { + _this.internalSearch = !_this.selectedItems.length || _this.multiple || _this.hasSlot ? null : _this.getText(_this.selectedItem); + } + }); + }, + updateSelf: function updateSelf() { + if (!this.searchIsDirty && !this.internalValue) return; + + if (!this.valueComparator(this.internalSearch, this.getValue(this.internalValue))) { + this.setSearch(); + } + }, + hasItem: function hasItem(item) { + return this.selectedValues.indexOf(this.getValue(item)) > -1; + }, + onCopy: function onCopy(event) { + if (this.selectedIndex === -1) return; + var currentItem = this.selectedItems[this.selectedIndex]; + var currentItemText = this.getText(currentItem); + event.clipboardData.setData('text/plain', currentItemText); + event.clipboardData.setData('text/vnd.vuetify.autocomplete.item+plain', currentItemText); + event.preventDefault(); + } + } +})); + +/***/ }), + +/***/ "./src/components/VAutocomplete/index.ts": +/*!***********************************************!*\ + !*** ./src/components/VAutocomplete/index.ts ***! + \***********************************************/ +/*! exports provided: VAutocomplete, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VAutocomplete__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VAutocomplete */ "./src/components/VAutocomplete/VAutocomplete.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VAutocomplete", function() { return _VAutocomplete__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VAutocomplete__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VAvatar/VAvatar.sass": +/*!*********************************************!*\ + !*** ./src/components/VAvatar/VAvatar.sass ***! + \*********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VAvatar/VAvatar.ts": +/*!*******************************************!*\ + !*** ./src/components/VAvatar/VAvatar.ts ***! + \*******************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VAvatar_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VAvatar.sass */ "./src/components/VAvatar/VAvatar.sass"); +/* harmony import */ var _VAvatar_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VAvatar_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_measurable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/measurable */ "./src/mixins/measurable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + + // Mixins + + + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_measurable__WEBPACK_IMPORTED_MODULE_2__["default"] +/* @vue/component */ +).extend({ + name: 'v-avatar', + props: { + left: Boolean, + right: Boolean, + size: { + type: [Number, String], + default: 48 + }, + tile: Boolean + }, + computed: { + classes: function classes() { + return { + 'v-avatar--left': this.left, + 'v-avatar--right': this.right, + 'v-avatar--tile': this.tile + }; + }, + styles: function styles() { + return __assign({ + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["convertToUnit"])(this.size), + minWidth: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["convertToUnit"])(this.size), + width: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["convertToUnit"])(this.size) + }, this.measurableStyles); + } + }, + render: function render(h) { + var data = { + staticClass: 'v-avatar', + class: this.classes, + style: this.styles, + on: this.$listeners + }; + return h('div', this.setBackgroundColor(this.color, data), this.$slots.default); + } +})); + +/***/ }), + +/***/ "./src/components/VAvatar/index.ts": +/*!*****************************************!*\ + !*** ./src/components/VAvatar/index.ts ***! + \*****************************************/ +/*! exports provided: VAvatar, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VAvatar__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VAvatar */ "./src/components/VAvatar/VAvatar.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VAvatar", function() { return _VAvatar__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VAvatar__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VBadge/VBadge.sass": +/*!*******************************************!*\ + !*** ./src/components/VBadge/VBadge.sass ***! + \*******************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VBadge/VBadge.ts": +/*!*****************************************!*\ + !*** ./src/components/VBadge/VBadge.ts ***! + \*****************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VBadge_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VBadge.sass */ "./src/components/VBadge/VBadge.sass"); +/* harmony import */ var _VBadge_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VBadge_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VIcon_VIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VIcon/VIcon */ "./src/components/VIcon/VIcon.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _mixins_transitionable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/transitionable */ "./src/mixins/transitionable/index.ts"); +/* harmony import */ var _mixins_positionable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/positionable */ "./src/mixins/positionable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __rest = undefined && undefined.__rest || function (s, e) { + var t = {}; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; + } + + if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; + } + return t; +}; // Styles + + + // Components + + // Mixins + + + + + + // Utilities + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_7__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_2__["default"], Object(_mixins_positionable__WEBPACK_IMPORTED_MODULE_6__["factory"])(['left', 'bottom']), _mixins_themeable__WEBPACK_IMPORTED_MODULE_3__["default"], _mixins_toggleable__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_transitionable__WEBPACK_IMPORTED_MODULE_5__["default"]).extend({ + name: 'v-badge', + props: { + avatar: Boolean, + bordered: Boolean, + color: { + type: String, + default: 'primary' + }, + content: { + required: false + }, + dot: Boolean, + label: { + type: String, + default: '$vuetify.badge' + }, + icon: String, + inline: Boolean, + offsetX: [Number, String], + offsetY: [Number, String], + overlap: Boolean, + tile: Boolean, + transition: { + type: String, + default: 'scale-rotate-transition' + }, + value: { + default: true + } + }, + computed: { + classes: function classes() { + return __assign({ + 'v-badge--avatar': this.avatar, + 'v-badge--bordered': this.bordered, + 'v-badge--bottom': this.bottom, + 'v-badge--dot': this.dot, + 'v-badge--icon': this.icon != null, + 'v-badge--inline': this.inline, + 'v-badge--left': this.left, + 'v-badge--overlap': this.overlap, + 'v-badge--tile': this.tile + }, this.themeClasses); + }, + computedBottom: function computedBottom() { + return this.bottom ? 'auto' : this.computedYOffset; + }, + computedLeft: function computedLeft() { + if (this.isRtl) { + return this.left ? this.computedXOffset : 'auto'; + } + + return this.left ? 'auto' : this.computedXOffset; + }, + computedRight: function computedRight() { + if (this.isRtl) { + return this.left ? 'auto' : this.computedXOffset; + } + + return !this.left ? 'auto' : this.computedXOffset; + }, + computedTop: function computedTop() { + return this.bottom ? this.computedYOffset : 'auto'; + }, + computedXOffset: function computedXOffset() { + return this.calcPosition(this.offsetX); + }, + computedYOffset: function computedYOffset() { + return this.calcPosition(this.offsetY); + }, + isRtl: function isRtl() { + return this.$vuetify.rtl; + }, + // Default fallback if offsetX + // or offsetY are undefined. + offset: function offset() { + if (this.overlap) return this.dot ? 8 : 12; + return this.dot ? 2 : 4; + }, + styles: function styles() { + if (this.inline) return {}; + return { + bottom: this.computedBottom, + left: this.computedLeft, + right: this.computedRight, + top: this.computedTop + }; + } + }, + methods: { + calcPosition: function calcPosition(offset) { + return "calc(100% - " + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_8__["convertToUnit"])(offset || this.offset) + ")"; + }, + genBadge: function genBadge() { + var lang = this.$vuetify.lang; + var label = this.$attrs['aria-label'] || lang.t(this.label); + var data = this.setBackgroundColor(this.color, { + staticClass: 'v-badge__badge', + style: this.styles, + attrs: { + 'aria-atomic': this.$attrs['aria-atomic'] || 'true', + 'aria-label': label, + 'aria-live': this.$attrs['aria-live'] || 'polite', + title: this.$attrs.title, + role: this.$attrs.role || 'status' + }, + directives: [{ + name: 'show', + value: this.isActive + }] + }); + var badge = this.$createElement('span', data, [this.genBadgeContent()]); + if (!this.transition) return badge; + return this.$createElement('transition', { + props: { + name: this.transition, + origin: this.origin, + mode: this.mode + } + }, [badge]); + }, + genBadgeContent: function genBadgeContent() { + // Dot prop shows no content + if (this.dot) return undefined; + var slot = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_8__["getSlot"])(this, 'badge'); + if (slot) return slot; + if (this.content) return String(this.content); + if (this.icon) return this.$createElement(_VIcon_VIcon__WEBPACK_IMPORTED_MODULE_1__["default"], this.icon); + return undefined; + }, + genBadgeWrapper: function genBadgeWrapper() { + return this.$createElement('span', { + staticClass: 'v-badge__wrapper' + }, [this.genBadge()]); + } + }, + render: function render(h) { + var badge = [this.genBadgeWrapper()]; + var children = [Object(_util_helpers__WEBPACK_IMPORTED_MODULE_8__["getSlot"])(this)]; + + var _a = this.$attrs, + _x = _a["aria-atomic"], + _y = _a["aria-label"], + _z = _a["aria-live"], + role = _a.role, + title = _a.title, + attrs = __rest(_a, ['aria-atomic', 'aria-label', 'aria-live', "role", "title"]); + + if (this.inline && this.left) children.unshift(badge);else children.push(badge); + return h('span', { + staticClass: 'v-badge', + attrs: attrs, + class: this.classes + }, children); + } +})); + +/***/ }), + +/***/ "./src/components/VBadge/index.ts": +/*!****************************************!*\ + !*** ./src/components/VBadge/index.ts ***! + \****************************************/ +/*! exports provided: VBadge, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VBadge__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VBadge */ "./src/components/VBadge/VBadge.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBadge", function() { return _VBadge__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VBadge__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VBanner/VBanner.sass": +/*!*********************************************!*\ + !*** ./src/components/VBanner/VBanner.sass ***! + \*********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VBanner/VBanner.ts": +/*!*******************************************!*\ + !*** ./src/components/VBanner/VBanner.ts ***! + \*******************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VBanner_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VBanner.sass */ "./src/components/VBanner/VBanner.sass"); +/* harmony import */ var _VBanner_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VBanner_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSheet__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VSheet */ "./src/components/VSheet/index.ts"); +/* harmony import */ var _VAvatar__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VAvatar */ "./src/components/VAvatar/index.ts"); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _transitions__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../transitions */ "./src/components/transitions/index.ts"); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Extensions + + // Components + + + + // Mixins + + // Utilities + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_6__["default"])(_VSheet__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_toggleable__WEBPACK_IMPORTED_MODULE_5__["default"]).extend({ + name: 'v-banner', + inheritAttrs: false, + props: { + app: Boolean, + icon: String, + iconColor: String, + mobileBreakPoint: { + type: [Number, String], + default: 960 + }, + singleLine: Boolean, + sticky: Boolean, + tile: { + type: Boolean, + default: true + }, + value: { + type: Boolean, + default: true + } + }, + computed: { + classes: function classes() { + return __assign({}, _VSheet__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.classes.call(this), { + 'v-banner--has-icon': this.hasIcon, + 'v-banner--is-mobile': this.isMobile, + 'v-banner--single-line': this.singleLine, + 'v-banner--sticky': this.isSticky + }); + }, + hasIcon: function hasIcon() { + return Boolean(this.icon || this.$slots.icon); + }, + isMobile: function isMobile() { + return this.$vuetify.breakpoint.width < Number(this.mobileBreakPoint); + }, + isSticky: function isSticky() { + return this.sticky || this.app; + }, + styles: function styles() { + var styles = __assign({}, _VSheet__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.styles.call(this)); + + if (this.isSticky) { + var top = !this.app ? 0 : this.$vuetify.application.bar + this.$vuetify.application.top; + styles.top = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["convertToUnit"])(top); + styles.position = 'sticky'; + styles.zIndex = 1; + } + + return styles; + } + }, + methods: { + /** @public */ + toggle: function toggle() { + this.isActive = !this.isActive; + }, + iconClick: function iconClick(e) { + this.$emit('click:icon', e); + }, + genIcon: function genIcon() { + if (!this.hasIcon) return undefined; + var content; + + if (this.icon) { + content = this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_3__["default"], { + props: { + color: this.iconColor, + size: 28 + } + }, [this.icon]); + } else { + content = this.$slots.icon; + } + + return this.$createElement(_VAvatar__WEBPACK_IMPORTED_MODULE_2__["default"], { + staticClass: 'v-banner__icon', + props: { + color: this.color, + size: 40 + }, + on: { + click: this.iconClick + } + }, [content]); + }, + genText: function genText() { + return this.$createElement('div', { + staticClass: 'v-banner__text' + }, this.$slots.default); + }, + genActions: function genActions() { + var _this = this; + + var children = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["getSlot"])(this, 'actions', { + dismiss: function dismiss() { + return _this.isActive = false; + } + }); + if (!children) return undefined; + return this.$createElement('div', { + staticClass: 'v-banner__actions' + }, children); + }, + genContent: function genContent() { + return this.$createElement('div', { + staticClass: 'v-banner__content' + }, [this.genIcon(), this.genText()]); + }, + genWrapper: function genWrapper() { + return this.$createElement('div', { + staticClass: 'v-banner__wrapper' + }, [this.genContent(), this.genActions()]); + } + }, + render: function render(h) { + return h(_transitions__WEBPACK_IMPORTED_MODULE_4__["VExpandTransition"], [h('div', this.setBackgroundColor(this.color, { + staticClass: 'v-banner', + attrs: this.attrs$, + class: this.classes, + style: this.styles, + directives: [{ + name: 'show', + value: this.isActive + }] + }), [this.genWrapper()])]); + } +})); + +/***/ }), + +/***/ "./src/components/VBanner/index.ts": +/*!*****************************************!*\ + !*** ./src/components/VBanner/index.ts ***! + \*****************************************/ +/*! exports provided: VBanner, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VBanner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VBanner */ "./src/components/VBanner/VBanner.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBanner", function() { return _VBanner__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VBanner__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VBottomNavigation/VBottomNavigation.sass": +/*!*****************************************************************!*\ + !*** ./src/components/VBottomNavigation/VBottomNavigation.sass ***! + \*****************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VBottomNavigation/VBottomNavigation.ts": +/*!***************************************************************!*\ + !*** ./src/components/VBottomNavigation/VBottomNavigation.ts ***! + \***************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VBottomNavigation_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VBottomNavigation.sass */ "./src/components/VBottomNavigation/VBottomNavigation.sass"); +/* harmony import */ var _VBottomNavigation_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VBottomNavigation_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_applicationable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/applicationable */ "./src/mixins/applicationable/index.ts"); +/* harmony import */ var _mixins_button_group__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/button-group */ "./src/mixins/button-group/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_measurable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/measurable */ "./src/mixins/measurable/index.ts"); +/* harmony import */ var _mixins_proxyable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/proxyable */ "./src/mixins/proxyable/index.ts"); +/* harmony import */ var _mixins_scrollable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/scrollable */ "./src/mixins/scrollable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Mixins + + + + + + + + + // Utilities + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_9__["default"])(Object(_mixins_applicationable__WEBPACK_IMPORTED_MODULE_1__["default"])('bottom', ['height', 'inputValue']), _mixins_colorable__WEBPACK_IMPORTED_MODULE_3__["default"], _mixins_measurable__WEBPACK_IMPORTED_MODULE_4__["default"], Object(_mixins_toggleable__WEBPACK_IMPORTED_MODULE_8__["factory"])('inputValue'), _mixins_proxyable__WEBPACK_IMPORTED_MODULE_5__["default"], _mixins_scrollable__WEBPACK_IMPORTED_MODULE_6__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_7__["default"] +/* @vue/component */ +).extend({ + name: 'v-bottom-navigation', + props: { + activeClass: { + type: String, + default: 'v-btn--active' + }, + backgroundColor: String, + grow: Boolean, + height: { + type: [Number, String], + default: 56 + }, + hideOnScroll: Boolean, + horizontal: Boolean, + inputValue: { + type: Boolean, + default: true + }, + mandatory: Boolean, + shift: Boolean + }, + data: function data() { + return { + isActive: this.inputValue + }; + }, + computed: { + canScroll: function canScroll() { + return _mixins_scrollable__WEBPACK_IMPORTED_MODULE_6__["default"].options.computed.canScroll.call(this) && (this.hideOnScroll || !this.inputValue); + }, + classes: function classes() { + return { + 'v-bottom-navigation--absolute': this.absolute, + 'v-bottom-navigation--grow': this.grow, + 'v-bottom-navigation--fixed': !this.absolute && (this.app || this.fixed), + 'v-bottom-navigation--horizontal': this.horizontal, + 'v-bottom-navigation--shift': this.shift + }; + }, + styles: function styles() { + return __assign({}, this.measurableStyles, { + transform: this.isActive ? 'none' : 'translateY(100%)' + }); + } + }, + created: function created() { + /* istanbul ignore next */ + if (this.$attrs.hasOwnProperty('active')) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_10__["breaking"])('active.sync', 'value or v-model', this); + } + }, + methods: { + thresholdMet: function thresholdMet() { + this.isActive = !this.isScrollingUp; + this.$emit('update:input-value', this.isActive); + }, + updateApplication: function updateApplication() { + return this.$el ? this.$el.clientHeight : 0; + }, + updateValue: function updateValue(val) { + this.$emit('change', val); + } + }, + render: function render(h) { + var data = this.setBackgroundColor(this.backgroundColor, { + staticClass: 'v-bottom-navigation', + class: this.classes, + style: this.styles, + props: { + activeClass: this.activeClass, + mandatory: Boolean(this.mandatory || this.value !== undefined), + value: this.internalValue + }, + on: { + change: this.updateValue + } + }); + + if (this.canScroll) { + data.directives = data.directives || []; + data.directives.push({ + arg: this.scrollTarget, + name: 'scroll', + value: this.onScroll + }); + } + + return h(_mixins_button_group__WEBPACK_IMPORTED_MODULE_2__["default"], this.setTextColor(this.color, data), this.$slots.default); + } +})); + +/***/ }), + +/***/ "./src/components/VBottomNavigation/index.ts": +/*!***************************************************!*\ + !*** ./src/components/VBottomNavigation/index.ts ***! + \***************************************************/ +/*! exports provided: VBottomNavigation, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VBottomNavigation__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VBottomNavigation */ "./src/components/VBottomNavigation/VBottomNavigation.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBottomNavigation", function() { return _VBottomNavigation__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VBottomNavigation__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VBottomSheet/VBottomSheet.sass": +/*!*******************************************************!*\ + !*** ./src/components/VBottomSheet/VBottomSheet.sass ***! + \*******************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VBottomSheet/VBottomSheet.ts": +/*!*****************************************************!*\ + !*** ./src/components/VBottomSheet/VBottomSheet.ts ***! + \*****************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VBottomSheet_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VBottomSheet.sass */ "./src/components/VBottomSheet/VBottomSheet.sass"); +/* harmony import */ var _VBottomSheet_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VBottomSheet_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VDialog_VDialog__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VDialog/VDialog */ "./src/components/VDialog/VDialog.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + + // Extensions + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_VDialog_VDialog__WEBPACK_IMPORTED_MODULE_1__["default"].extend({ + name: 'v-bottom-sheet', + props: { + inset: Boolean, + maxWidth: { + type: [String, Number], + default: 'auto' + }, + transition: { + type: String, + default: 'bottom-sheet-transition' + } + }, + computed: { + classes: function classes() { + return __assign({}, _VDialog_VDialog__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.classes.call(this), { + 'v-bottom-sheet': true, + 'v-bottom-sheet--inset': this.inset + }); + } + } +})); + +/***/ }), + +/***/ "./src/components/VBottomSheet/index.ts": +/*!**********************************************!*\ + !*** ./src/components/VBottomSheet/index.ts ***! + \**********************************************/ +/*! exports provided: VBottomSheet, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VBottomSheet__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VBottomSheet */ "./src/components/VBottomSheet/VBottomSheet.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBottomSheet", function() { return _VBottomSheet__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VBottomSheet__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VBreadcrumbs/VBreadcrumbs.sass": +/*!*******************************************************!*\ + !*** ./src/components/VBreadcrumbs/VBreadcrumbs.sass ***! + \*******************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VBreadcrumbs/VBreadcrumbs.ts": +/*!*****************************************************!*\ + !*** ./src/components/VBreadcrumbs/VBreadcrumbs.ts ***! + \*****************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VBreadcrumbs_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VBreadcrumbs.sass */ "./src/components/VBreadcrumbs/VBreadcrumbs.sass"); +/* harmony import */ var _VBreadcrumbs_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VBreadcrumbs_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VBreadcrumbsItem__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VBreadcrumbsItem */ "./src/components/VBreadcrumbs/VBreadcrumbsItem.ts"); +/* harmony import */ var _VBreadcrumbsDivider__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VBreadcrumbsDivider */ "./src/components/VBreadcrumbs/VBreadcrumbsDivider.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Components + + + // Mixins + + // Utils + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(_mixins_themeable__WEBPACK_IMPORTED_MODULE_3__["default"] +/* @vue/component */ +).extend({ + name: 'v-breadcrumbs', + props: { + divider: { + type: String, + default: '/' + }, + items: { + type: Array, + default: function _default() { + return []; + } + }, + large: Boolean + }, + computed: { + classes: function classes() { + return __assign({ + 'v-breadcrumbs--large': this.large + }, this.themeClasses); + } + }, + methods: { + genDivider: function genDivider() { + return this.$createElement(_VBreadcrumbsDivider__WEBPACK_IMPORTED_MODULE_2__["default"], this.$slots.divider ? this.$slots.divider : this.divider); + }, + genItems: function genItems() { + var items = []; + var hasSlot = !!this.$scopedSlots.item; + var keys = []; + + for (var i = 0; i < this.items.length; i++) { + var item = this.items[i]; + keys.push(item.text); + if (hasSlot) items.push(this.$scopedSlots.item({ + item: item + }));else items.push(this.$createElement(_VBreadcrumbsItem__WEBPACK_IMPORTED_MODULE_1__["default"], { + key: keys.join('.'), + props: item + }, [item.text])); + if (i < this.items.length - 1) items.push(this.genDivider()); + } + + return items; + } + }, + render: function render(h) { + var children = this.$slots.default || this.genItems(); + return h('ul', { + staticClass: 'v-breadcrumbs', + class: this.classes + }, children); + } +})); + +/***/ }), + +/***/ "./src/components/VBreadcrumbs/VBreadcrumbsDivider.ts": +/*!************************************************************!*\ + !*** ./src/components/VBreadcrumbs/VBreadcrumbsDivider.ts ***! + \************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["createSimpleFunctional"])('v-breadcrumbs__divider', 'li')); + +/***/ }), + +/***/ "./src/components/VBreadcrumbs/VBreadcrumbsItem.ts": +/*!*********************************************************!*\ + !*** ./src/components/VBreadcrumbs/VBreadcrumbsItem.ts ***! + \*********************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _mixins_routable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../mixins/routable */ "./src/mixins/routable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_1__["default"])(_mixins_routable__WEBPACK_IMPORTED_MODULE_0__["default"]).extend({ + name: 'v-breadcrumbs-item', + props: { + // In a breadcrumb, the currently + // active item should be dimmed + activeClass: { + type: String, + default: 'v-breadcrumbs__item--disabled' + }, + ripple: { + type: [Boolean, Object], + default: false + } + }, + computed: { + classes: function classes() { + var _a; + + return _a = { + 'v-breadcrumbs__item': true + }, _a[this.activeClass] = this.disabled, _a; + } + }, + render: function render(h) { + var _a = this.generateRouteLink(), + tag = _a.tag, + data = _a.data; + + return h('li', [h(tag, __assign({}, data, { + attrs: __assign({}, data.attrs, { + 'aria-current': this.isActive && this.isLink ? 'page' : undefined + }) + }), this.$slots.default)]); + } +})); + +/***/ }), + +/***/ "./src/components/VBreadcrumbs/index.ts": +/*!**********************************************!*\ + !*** ./src/components/VBreadcrumbs/index.ts ***! + \**********************************************/ +/*! exports provided: VBreadcrumbs, VBreadcrumbsItem, VBreadcrumbsDivider, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VBreadcrumbs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VBreadcrumbs */ "./src/components/VBreadcrumbs/VBreadcrumbs.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBreadcrumbs", function() { return _VBreadcrumbs__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _VBreadcrumbsItem__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VBreadcrumbsItem */ "./src/components/VBreadcrumbs/VBreadcrumbsItem.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBreadcrumbsItem", function() { return _VBreadcrumbsItem__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + +/* harmony import */ var _VBreadcrumbsDivider__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VBreadcrumbsDivider */ "./src/components/VBreadcrumbs/VBreadcrumbsDivider.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBreadcrumbsDivider", function() { return _VBreadcrumbsDivider__WEBPACK_IMPORTED_MODULE_2__["default"]; }); + + + + + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VBreadcrumbs: _VBreadcrumbs__WEBPACK_IMPORTED_MODULE_0__["default"], + VBreadcrumbsItem: _VBreadcrumbsItem__WEBPACK_IMPORTED_MODULE_1__["default"], + VBreadcrumbsDivider: _VBreadcrumbsDivider__WEBPACK_IMPORTED_MODULE_2__["default"] + } +}); + +/***/ }), + +/***/ "./src/components/VBtn/VBtn.sass": +/*!***************************************!*\ + !*** ./src/components/VBtn/VBtn.sass ***! + \***************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VBtn/VBtn.ts": +/*!*************************************!*\ + !*** ./src/components/VBtn/VBtn.ts ***! + \*************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VBtn_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VBtn.sass */ "./src/components/VBtn/VBtn.sass"); +/* harmony import */ var _VBtn_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VBtn_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSheet__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VSheet */ "./src/components/VSheet/index.ts"); +/* harmony import */ var _VProgressCircular__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VProgressCircular */ "./src/components/VProgressCircular/index.ts"); +/* harmony import */ var _mixins_groupable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/groupable */ "./src/mixins/groupable/index.ts"); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _mixins_positionable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/positionable */ "./src/mixins/positionable/index.ts"); +/* harmony import */ var _mixins_routable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/routable */ "./src/mixins/routable/index.ts"); +/* harmony import */ var _mixins_sizeable__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/sizeable */ "./src/mixins/sizeable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; // Styles + + + // Extensions + + // Components + + // Mixins + + + + + + // Utilities + + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_8__["default"])(_VSheet__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_routable__WEBPACK_IMPORTED_MODULE_6__["default"], _mixins_positionable__WEBPACK_IMPORTED_MODULE_5__["default"], _mixins_sizeable__WEBPACK_IMPORTED_MODULE_7__["default"], Object(_mixins_groupable__WEBPACK_IMPORTED_MODULE_3__["factory"])('btnToggle'), Object(_mixins_toggleable__WEBPACK_IMPORTED_MODULE_4__["factory"])('inputValue') +/* @vue/component */ +); +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend().extend({ + name: 'v-btn', + props: { + activeClass: { + type: String, + default: function _default() { + if (!this.btnToggle) return ''; + return this.btnToggle.activeClass; + } + }, + block: Boolean, + depressed: Boolean, + fab: Boolean, + icon: Boolean, + loading: Boolean, + outlined: Boolean, + retainFocusOnClick: Boolean, + rounded: Boolean, + tag: { + type: String, + default: 'button' + }, + text: Boolean, + type: { + type: String, + default: 'button' + }, + value: null + }, + data: function data() { + return { + proxyClass: 'v-btn--active' + }; + }, + computed: { + classes: function classes() { + return __assign({ + 'v-btn': true + }, _mixins_routable__WEBPACK_IMPORTED_MODULE_6__["default"].options.computed.classes.call(this), { + 'v-btn--absolute': this.absolute, + 'v-btn--block': this.block, + 'v-btn--bottom': this.bottom, + 'v-btn--contained': this.contained, + 'v-btn--depressed': this.depressed || this.outlined, + 'v-btn--disabled': this.disabled, + 'v-btn--fab': this.fab, + 'v-btn--fixed': this.fixed, + 'v-btn--flat': this.isFlat, + 'v-btn--icon': this.icon, + 'v-btn--left': this.left, + 'v-btn--loading': this.loading, + 'v-btn--outlined': this.outlined, + 'v-btn--right': this.right, + 'v-btn--round': this.isRound, + 'v-btn--rounded': this.rounded, + 'v-btn--router': this.to, + 'v-btn--text': this.text, + 'v-btn--tile': this.tile, + 'v-btn--top': this.top + }, this.themeClasses, this.groupClasses, this.elevationClasses, this.sizeableClasses); + }, + contained: function contained() { + return Boolean(!this.isFlat && !this.depressed && // Contained class only adds elevation + // is not needed if user provides value + !this.elevation); + }, + computedRipple: function computedRipple() { + var defaultRipple = this.icon || this.fab ? { + circle: true + } : true; + if (this.disabled) return false;else return this.ripple != null ? this.ripple : defaultRipple; + }, + isFlat: function isFlat() { + return Boolean(this.icon || this.text || this.outlined); + }, + isRound: function isRound() { + return Boolean(this.icon || this.fab); + }, + styles: function styles() { + return __assign({}, this.measurableStyles); + } + }, + created: function created() { + var _this = this; + + var breakingProps = [['flat', 'text'], ['outline', 'outlined'], ['round', 'rounded']]; + /* istanbul ignore next */ + + breakingProps.forEach(function (_a) { + var _b = __read(_a, 2), + original = _b[0], + replacement = _b[1]; + + if (_this.$attrs.hasOwnProperty(original)) Object(_util_console__WEBPACK_IMPORTED_MODULE_9__["breaking"])(original, replacement, _this); + }); + }, + methods: { + click: function click(e) { + !this.retainFocusOnClick && !this.fab && e.detail && this.$el.blur(); + this.$emit('click', e); + this.btnToggle && this.toggle(); + }, + genContent: function genContent() { + return this.$createElement('span', { + staticClass: 'v-btn__content' + }, this.$slots.default); + }, + genLoader: function genLoader() { + return this.$createElement('span', { + class: 'v-btn__loader' + }, this.$slots.loader || [this.$createElement(_VProgressCircular__WEBPACK_IMPORTED_MODULE_2__["default"], { + props: { + indeterminate: true, + size: 23, + width: 2 + } + })]); + } + }, + render: function render(h) { + var children = [this.genContent(), this.loading && this.genLoader()]; + var setColor = !this.isFlat ? this.setBackgroundColor : this.setTextColor; + + var _a = this.generateRouteLink(), + tag = _a.tag, + data = _a.data; + + if (tag === 'button') { + data.attrs.type = this.type; + data.attrs.disabled = this.disabled; + } + + data.attrs.value = ['string', 'number'].includes(_typeof(this.value)) ? this.value : JSON.stringify(this.value); + return h(tag, this.disabled ? data : setColor(this.color, data), children); + } +})); + +/***/ }), + +/***/ "./src/components/VBtn/index.ts": +/*!**************************************!*\ + !*** ./src/components/VBtn/index.ts ***! + \**************************************/ +/*! exports provided: VBtn, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VBtn__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VBtn */ "./src/components/VBtn/VBtn.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBtn", function() { return _VBtn__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VBtn__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VBtnToggle/VBtnToggle.sass": +/*!***************************************************!*\ + !*** ./src/components/VBtnToggle/VBtnToggle.sass ***! + \***************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VBtnToggle/VBtnToggle.ts": +/*!*************************************************!*\ + !*** ./src/components/VBtnToggle/VBtnToggle.ts ***! + \*************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VBtnToggle_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VBtnToggle.sass */ "./src/components/VBtnToggle/VBtnToggle.sass"); +/* harmony import */ var _VBtnToggle_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VBtnToggle_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_button_group__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/button-group */ "./src/mixins/button-group/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Mixins + + + // Utilities + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_mixins_button_group__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__["default"]).extend({ + name: 'v-btn-toggle', + props: { + backgroundColor: String, + borderless: Boolean, + dense: Boolean, + group: Boolean, + rounded: Boolean, + shaped: Boolean, + tile: Boolean + }, + computed: { + classes: function classes() { + return __assign({}, _mixins_button_group__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.classes.call(this), { + 'v-btn-toggle': true, + 'v-btn-toggle--borderless': this.borderless, + 'v-btn-toggle--dense': this.dense, + 'v-btn-toggle--group': this.group, + 'v-btn-toggle--rounded': this.rounded, + 'v-btn-toggle--shaped': this.shaped, + 'v-btn-toggle--tile': this.tile + }, this.themeClasses); + } + }, + methods: { + genData: function genData() { + var data = this.setTextColor(this.color, __assign({}, _mixins_button_group__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.genData.call(this))); + if (this.group) return data; + return this.setBackgroundColor(this.backgroundColor, data); + } + } +})); + +/***/ }), + +/***/ "./src/components/VBtnToggle/index.ts": +/*!********************************************!*\ + !*** ./src/components/VBtnToggle/index.ts ***! + \********************************************/ +/*! exports provided: VBtnToggle, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VBtnToggle__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VBtnToggle */ "./src/components/VBtnToggle/VBtnToggle.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBtnToggle", function() { return _VBtnToggle__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VBtnToggle__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VCalendar/VCalendar.ts": +/*!***********************************************!*\ + !*** ./src/components/VCalendar/VCalendar.ts ***! + \***********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _mixins_calendar_with_events__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./mixins/calendar-with-events */ "./src/components/VCalendar/mixins/calendar-with-events.ts"); +/* harmony import */ var _util_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./util/props */ "./src/components/VCalendar/util/props.ts"); +/* harmony import */ var _util_timestamp__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./util/timestamp */ "./src/components/VCalendar/util/timestamp.ts"); +/* harmony import */ var _VCalendarMonthly__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./VCalendarMonthly */ "./src/components/VCalendar/VCalendarMonthly.ts"); +/* harmony import */ var _VCalendarDaily__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./VCalendarDaily */ "./src/components/VCalendar/VCalendarDaily.ts"); +/* harmony import */ var _VCalendarWeekly__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./VCalendarWeekly */ "./src/components/VCalendar/VCalendarWeekly.ts"); +// Styles +// import '../../stylus/components/_calendar-daily.styl' +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Mixins + + + // Util + + + // Calendars + + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_mixins_calendar_with_events__WEBPACK_IMPORTED_MODULE_0__["default"].extend({ + name: 'v-calendar', + props: __assign({}, _util_props__WEBPACK_IMPORTED_MODULE_1__["default"].calendar, _util_props__WEBPACK_IMPORTED_MODULE_1__["default"].weeks, _util_props__WEBPACK_IMPORTED_MODULE_1__["default"].intervals), + data: function data() { + return { + lastStart: null, + lastEnd: null + }; + }, + computed: { + parsedValue: function parsedValue() { + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["validateTimestamp"])(this.value) ? Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["parseTimestamp"])(this.value, true) : this.parsedStart || this.times.today; + }, + renderProps: function renderProps() { + var around = this.parsedValue; + var component = null; + var maxDays = this.maxDays; + var start = around; + var end = around; + + switch (this.type) { + case 'month': + component = _VCalendarMonthly__WEBPACK_IMPORTED_MODULE_3__["default"]; + start = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["getStartOfMonth"])(around); + end = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["getEndOfMonth"])(around); + break; + + case 'week': + component = _VCalendarDaily__WEBPACK_IMPORTED_MODULE_4__["default"]; + start = this.getStartOfWeek(around); + end = this.getEndOfWeek(around); + maxDays = 7; + break; + + case 'day': + component = _VCalendarDaily__WEBPACK_IMPORTED_MODULE_4__["default"]; + maxDays = 1; + break; + + case '4day': + component = _VCalendarDaily__WEBPACK_IMPORTED_MODULE_4__["default"]; + end = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["relativeDays"])(Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["copyTimestamp"])(end), _util_timestamp__WEBPACK_IMPORTED_MODULE_2__["nextDay"], 4); + Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["updateFormatted"])(end); + maxDays = 4; + break; + + case 'custom-weekly': + component = _VCalendarWeekly__WEBPACK_IMPORTED_MODULE_5__["default"]; + start = this.parsedStart || around; + end = this.parsedEnd; + break; + + case 'custom-daily': + component = _VCalendarDaily__WEBPACK_IMPORTED_MODULE_4__["default"]; + start = this.parsedStart || around; + end = this.parsedEnd; + break; + + default: + throw new Error(this.type + ' is not a valid Calendar type'); + } + + return { + component: component, + start: start, + end: end, + maxDays: maxDays + }; + } + }, + watch: { + renderProps: 'checkChange' + }, + mounted: function mounted() { + this.updateEventVisibility(); + this.checkChange(); + }, + updated: function updated() { + window.requestAnimationFrame(this.updateEventVisibility); + }, + methods: { + checkChange: function checkChange() { + var _a = this, + lastStart = _a.lastStart, + lastEnd = _a.lastEnd; + + var _b = this.renderProps, + start = _b.start, + end = _b.end; + + if (!lastStart || !lastEnd || start.date !== lastStart.date || end.date !== lastEnd.date) { + this.lastStart = start; + this.lastEnd = end; + this.$emit('change', { + start: start, + end: end + }); + } + }, + move: function move(amount) { + if (amount === void 0) { + amount = 1; + } + + var moved = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["copyTimestamp"])(this.parsedValue); + var forward = amount > 0; + var mover = forward ? _util_timestamp__WEBPACK_IMPORTED_MODULE_2__["nextDay"] : _util_timestamp__WEBPACK_IMPORTED_MODULE_2__["prevDay"]; + var limit = forward ? _util_timestamp__WEBPACK_IMPORTED_MODULE_2__["DAYS_IN_MONTH_MAX"] : _util_timestamp__WEBPACK_IMPORTED_MODULE_2__["DAY_MIN"]; + var times = forward ? amount : -amount; + + while (--times >= 0) { + switch (this.type) { + case 'month': + moved.day = limit; + mover(moved); + break; + + case 'week': + Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["relativeDays"])(moved, mover, _util_timestamp__WEBPACK_IMPORTED_MODULE_2__["DAYS_IN_WEEK"]); + break; + + case 'day': + var index = moved.weekday; + var days = forward ? this.weekdaySkips[index] : this.weekdaySkipsReverse[index]; + Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["relativeDays"])(moved, mover, days); + break; + + case '4day': + Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["relativeDays"])(moved, mover, 4); + break; + } + } + + Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["updateWeekday"])(moved); + Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["updateFormatted"])(moved); + Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["updateRelative"])(moved, this.times.now); + this.$emit('input', moved.date); + this.$emit('moved', moved); + }, + next: function next(amount) { + if (amount === void 0) { + amount = 1; + } + + this.move(amount); + }, + prev: function prev(amount) { + if (amount === void 0) { + amount = 1; + } + + this.move(-amount); + }, + timeToY: function timeToY(time, clamp) { + if (clamp === void 0) { + clamp = true; + } + + var c = this.$children[0]; + + if (c && c.timeToY) { + return c.timeToY(time, clamp); + } else { + return false; + } + }, + minutesToPixels: function minutesToPixels(minutes) { + var c = this.$children[0]; + + if (c && c.minutesToPixels) { + return c.minutesToPixels(minutes); + } else { + return -1; + } + }, + scrollToTime: function scrollToTime(time) { + var c = this.$children[0]; + + if (c && c.scrollToTime) { + return c.scrollToTime(time); + } else { + return false; + } + } + }, + render: function render(h) { + var _this = this; + + var _a = this.renderProps, + start = _a.start, + end = _a.end, + maxDays = _a.maxDays, + component = _a.component; + return h(component, { + staticClass: 'v-calendar', + class: { + 'v-calendar-events': !this.noEvents + }, + props: __assign({}, this.$props, { + start: start.date, + end: end.date, + maxDays: maxDays + }), + directives: [{ + modifiers: { + quiet: true + }, + name: 'resize', + value: this.updateEventVisibility + }], + on: __assign({}, this.$listeners, { + 'click:date': function clickDate(day) { + if (_this.$listeners['input']) { + _this.$emit('input', day.date); + } + + if (_this.$listeners['click:date']) { + _this.$emit('click:date', day); + } + } + }), + scopedSlots: this.getScopedSlots() + }); + } +})); + +/***/ }), + +/***/ "./src/components/VCalendar/VCalendarDaily.sass": +/*!******************************************************!*\ + !*** ./src/components/VCalendar/VCalendarDaily.sass ***! + \******************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VCalendar/VCalendarDaily.ts": +/*!****************************************************!*\ + !*** ./src/components/VCalendar/VCalendarDaily.ts ***! + \****************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VCalendarDaily_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VCalendarDaily.sass */ "./src/components/VCalendar/VCalendarDaily.sass"); +/* harmony import */ var _VCalendarDaily_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VCalendarDaily_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _directives_resize__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../directives/resize */ "./src/directives/resize/index.ts"); +/* harmony import */ var _VBtn__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VBtn */ "./src/components/VBtn/index.ts"); +/* harmony import */ var _mixins_calendar_with_intervals__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./mixins/calendar-with-intervals */ "./src/components/VCalendar/mixins/calendar-with-intervals.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + +var __spread = undefined && undefined.__spread || function () { + for (var ar = [], i = 0; i < arguments.length; i++) { + ar = ar.concat(__read(arguments[i])); + } + + return ar; +}; // Styles + + + // Directives + + // Components + + // Mixins + + // Util + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_mixins_calendar_with_intervals__WEBPACK_IMPORTED_MODULE_3__["default"].extend({ + name: 'v-calendar-daily', + directives: { + Resize: _directives_resize__WEBPACK_IMPORTED_MODULE_1__["default"] + }, + data: function data() { + return { + scrollPush: 0 + }; + }, + computed: { + classes: function classes() { + return __assign({ + 'v-calendar-daily': true + }, this.themeClasses); + } + }, + mounted: function mounted() { + this.init(); + }, + methods: { + init: function init() { + this.$nextTick(this.onResize); + }, + onResize: function onResize() { + this.scrollPush = this.getScrollPush(); + }, + getScrollPush: function getScrollPush() { + var area = this.$refs.scrollArea; + var pane = this.$refs.pane; + return area && pane ? area.offsetWidth - pane.offsetWidth : 0; + }, + genHead: function genHead() { + return this.$createElement('div', { + staticClass: 'v-calendar-daily__head', + style: { + marginRight: this.scrollPush + 'px' + } + }, __spread([this.genHeadIntervals()], this.genHeadDays())); + }, + genHeadIntervals: function genHeadIntervals() { + var width = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["convertToUnit"])(this.intervalWidth); + return this.$createElement('div', { + staticClass: 'v-calendar-daily__intervals-head', + style: { + width: width + } + }, Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["getSlot"])(this, 'interval-header')); + }, + genHeadDays: function genHeadDays() { + return this.days.map(this.genHeadDay); + }, + genHeadDay: function genHeadDay(day, index) { + var _this = this; + + var header = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["getSlot"])(this, 'day-header', function () { + return __assign({ + week: _this.days + }, day, { + index: index + }); + }); + return this.$createElement('div', { + key: day.date, + staticClass: 'v-calendar-daily_head-day', + class: this.getRelativeClasses(day), + on: this.getDefaultMouseEventHandlers(':day', function (_e) { + return _this.getSlotScope(day); + }) + }, __spread([this.genHeadWeekday(day), this.genHeadDayLabel(day)], header || [])); + }, + genHeadWeekday: function genHeadWeekday(day) { + var color = day.present ? this.color : undefined; + return this.$createElement('div', this.setTextColor(color, { + staticClass: 'v-calendar-daily_head-weekday' + }), this.weekdayFormatter(day, this.shortWeekdays)); + }, + genHeadDayLabel: function genHeadDayLabel(day) { + return this.$createElement('div', { + staticClass: 'v-calendar-daily_head-day-label' + }, [this.genHeadDayButton(day)]); + }, + genHeadDayButton: function genHeadDayButton(day) { + var color = day.present ? this.color : 'transparent'; + return this.$createElement(_VBtn__WEBPACK_IMPORTED_MODULE_2__["default"], { + props: { + color: color, + fab: true, + depressed: true + }, + on: this.getMouseEventHandlers({ + 'click:date': { + event: 'click', + stop: true + }, + 'contextmenu:date': { + event: 'contextmenu', + stop: true, + prevent: true, + result: false + } + }, function (_e) { + return day; + }) + }, this.dayFormatter(day, false)); + }, + genBody: function genBody() { + return this.$createElement('div', { + staticClass: 'v-calendar-daily__body' + }, [this.genScrollArea()]); + }, + genScrollArea: function genScrollArea() { + return this.$createElement('div', { + ref: 'scrollArea', + staticClass: 'v-calendar-daily__scroll-area' + }, [this.genPane()]); + }, + genPane: function genPane() { + return this.$createElement('div', { + ref: 'pane', + staticClass: 'v-calendar-daily__pane', + style: { + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["convertToUnit"])(this.bodyHeight) + } + }, [this.genDayContainer()]); + }, + genDayContainer: function genDayContainer() { + return this.$createElement('div', { + staticClass: 'v-calendar-daily__day-container' + }, __spread([this.genBodyIntervals()], this.genDays())); + }, + genDays: function genDays() { + return this.days.map(this.genDay); + }, + genDay: function genDay(day, index) { + var _this = this; + + return this.$createElement('div', { + key: day.date, + staticClass: 'v-calendar-daily__day', + class: this.getRelativeClasses(day), + on: this.getDefaultMouseEventHandlers(':time', function (e) { + return _this.getSlotScope(_this.getTimestampAtEvent(e, day)); + }) + }, __spread(this.genDayIntervals(index), Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["getSlot"])(this, 'day-body', function () { + return _this.getSlotScope(day); + }) || [])); + }, + genDayIntervals: function genDayIntervals(index) { + return this.intervals[index].map(this.genDayInterval); + }, + genDayInterval: function genDayInterval(interval) { + var _this = this; + + var height = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["convertToUnit"])(this.intervalHeight); + var styler = this.intervalStyle || this.intervalStyleDefault; + var data = { + key: interval.time, + staticClass: 'v-calendar-daily__day-interval', + style: __assign({ + height: height + }, styler(interval)) + }; + var children = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["getSlot"])(this, 'interval', function () { + return _this.getSlotScope(interval); + }); + return this.$createElement('div', data, children); + }, + genBodyIntervals: function genBodyIntervals() { + var _this = this; + + var width = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["convertToUnit"])(this.intervalWidth); + var data = { + staticClass: 'v-calendar-daily__intervals-body', + style: { + width: width + }, + on: this.getDefaultMouseEventHandlers(':interval', function (e) { + return _this.getTimestampAtEvent(e, _this.parsedStart); + }) + }; + return this.$createElement('div', data, this.genIntervalLabels()); + }, + genIntervalLabels: function genIntervalLabels() { + if (!this.intervals.length) return null; + return this.intervals[0].map(this.genIntervalLabel); + }, + genIntervalLabel: function genIntervalLabel(interval) { + var height = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["convertToUnit"])(this.intervalHeight); + var short = this.shortIntervals; + var shower = this.showIntervalLabel || this.showIntervalLabelDefault; + var show = shower(interval); + var label = show ? this.intervalFormatter(interval, short) : undefined; + return this.$createElement('div', { + key: interval.time, + staticClass: 'v-calendar-daily__interval', + style: { + height: height + } + }, [this.$createElement('div', { + staticClass: 'v-calendar-daily__interval-text' + }, label)]); + } + }, + render: function render(h) { + return h('div', { + class: this.classes, + nativeOn: { + dragstart: function dragstart(e) { + e.preventDefault(); + } + }, + directives: [{ + modifiers: { + quiet: true + }, + name: 'resize', + value: this.onResize + }] + }, [!this.hideHeader ? this.genHead() : '', this.genBody()]); + } +})); + +/***/ }), + +/***/ "./src/components/VCalendar/VCalendarMonthly.ts": +/*!******************************************************!*\ + !*** ./src/components/VCalendar/VCalendarMonthly.ts ***! + \******************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VCalendarWeekly_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VCalendarWeekly.sass */ "./src/components/VCalendar/VCalendarWeekly.sass"); +/* harmony import */ var _VCalendarWeekly_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VCalendarWeekly_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VCalendarWeekly__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VCalendarWeekly */ "./src/components/VCalendar/VCalendarWeekly.ts"); +/* harmony import */ var _util_timestamp__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./util/timestamp */ "./src/components/VCalendar/util/timestamp.ts"); +// Styles + // Mixins + + // Util + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_VCalendarWeekly__WEBPACK_IMPORTED_MODULE_1__["default"].extend({ + name: 'v-calendar-monthly', + computed: { + staticClass: function staticClass() { + return 'v-calendar-monthly v-calendar-weekly'; + }, + parsedStart: function parsedStart() { + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["getStartOfMonth"])(Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["parseTimestamp"])(this.start, true)); + }, + parsedEnd: function parsedEnd() { + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["getEndOfMonth"])(Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["parseTimestamp"])(this.end, true)); + } + } +})); + +/***/ }), + +/***/ "./src/components/VCalendar/VCalendarWeekly.sass": +/*!*******************************************************!*\ + !*** ./src/components/VCalendar/VCalendarWeekly.sass ***! + \*******************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VCalendar/VCalendarWeekly.ts": +/*!*****************************************************!*\ + !*** ./src/components/VCalendar/VCalendarWeekly.ts ***! + \*****************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VCalendarWeekly_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VCalendarWeekly.sass */ "./src/components/VCalendar/VCalendarWeekly.sass"); +/* harmony import */ var _VCalendarWeekly_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VCalendarWeekly_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VBtn__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VBtn */ "./src/components/VBtn/index.ts"); +/* harmony import */ var _mixins_calendar_base__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./mixins/calendar-base */ "./src/components/VCalendar/mixins/calendar-base.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./util/props */ "./src/components/VCalendar/util/props.ts"); +/* harmony import */ var _util_timestamp__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./util/timestamp */ "./src/components/VCalendar/util/timestamp.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + +var __spread = undefined && undefined.__spread || function () { + for (var ar = [], i = 0; i < arguments.length; i++) { + ar = ar.concat(__read(arguments[i])); + } + + return ar; +}; // Styles + + + // Components + + // Mixins + + // Util + + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_mixins_calendar_base__WEBPACK_IMPORTED_MODULE_2__["default"].extend({ + name: 'v-calendar-weekly', + props: _util_props__WEBPACK_IMPORTED_MODULE_4__["default"].weeks, + computed: { + staticClass: function staticClass() { + return 'v-calendar-weekly'; + }, + classes: function classes() { + return this.themeClasses; + }, + parsedMinWeeks: function parsedMinWeeks() { + return parseInt(this.minWeeks); + }, + days: function days() { + var minDays = this.parsedMinWeeks * this.parsedWeekdays.length; + var start = this.getStartOfWeek(this.parsedStart); + var end = this.getEndOfWeek(this.parsedEnd); + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_5__["createDayList"])(start, end, this.times.today, this.weekdaySkips, Number.MAX_SAFE_INTEGER, minDays); + }, + todayWeek: function todayWeek() { + var today = this.times.today; + var start = this.getStartOfWeek(today); + var end = this.getEndOfWeek(today); + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_5__["createDayList"])(start, end, today, this.weekdaySkips, this.parsedWeekdays.length, this.parsedWeekdays.length); + }, + monthFormatter: function monthFormatter() { + if (this.monthFormat) { + return this.monthFormat; + } + + var longOptions = { + timeZone: 'UTC', + month: 'long' + }; + var shortOptions = { + timeZone: 'UTC', + month: 'short' + }; + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_5__["createNativeLocaleFormatter"])(this.currentLocale, function (_tms, short) { + return short ? shortOptions : longOptions; + }); + } + }, + methods: { + isOutside: function isOutside(day) { + var dayIdentifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_5__["getDayIdentifier"])(day); + return dayIdentifier < Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_5__["getDayIdentifier"])(this.parsedStart) || dayIdentifier > Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_5__["getDayIdentifier"])(this.parsedEnd); + }, + genHead: function genHead() { + return this.$createElement('div', { + staticClass: 'v-calendar-weekly__head' + }, this.genHeadDays()); + }, + genHeadDays: function genHeadDays() { + return this.todayWeek.map(this.genHeadDay); + }, + genHeadDay: function genHeadDay(day, index) { + var outside = this.isOutside(this.days[index]); + var color = day.present ? this.color : undefined; + return this.$createElement('div', this.setTextColor(color, { + key: day.date, + staticClass: 'v-calendar-weekly__head-weekday', + class: this.getRelativeClasses(day, outside) + }), this.weekdayFormatter(day, this.shortWeekdays)); + }, + genWeeks: function genWeeks() { + var days = this.days; + var weekDays = this.parsedWeekdays.length; + var weeks = []; + + for (var i = 0; i < days.length; i += weekDays) { + weeks.push(this.genWeek(days.slice(i, i + weekDays))); + } + + return weeks; + }, + genWeek: function genWeek(week) { + var _this = this; + + return this.$createElement('div', { + key: week[0].date, + staticClass: 'v-calendar-weekly__week' + }, week.map(function (day, index) { + return _this.genDay(day, index, week); + })); + }, + genDay: function genDay(day, index, week) { + var outside = this.isOutside(day); + return this.$createElement('div', { + key: day.date, + staticClass: 'v-calendar-weekly__day', + class: this.getRelativeClasses(day, outside), + on: this.getDefaultMouseEventHandlers(':day', function (_e) { + return day; + }) + }, __spread([this.genDayLabel(day)], Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getSlot"])(this, 'day', function () { + return __assign({ + outside: outside, + index: index, + week: week + }, day); + }) || [])); + }, + genDayLabel: function genDayLabel(day) { + return this.$createElement('div', { + staticClass: 'v-calendar-weekly__day-label' + }, Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getSlot"])(this, 'day-label', day) || [this.genDayLabelButton(day)]); + }, + genDayLabelButton: function genDayLabelButton(day) { + var color = day.present ? this.color : 'transparent'; + var hasMonth = day.day === 1 && this.showMonthOnFirst; + return this.$createElement(_VBtn__WEBPACK_IMPORTED_MODULE_1__["default"], { + props: { + color: color, + fab: true, + depressed: true, + small: true + }, + on: this.getMouseEventHandlers({ + 'click:date': { + event: 'click', + stop: true + }, + 'contextmenu:date': { + event: 'contextmenu', + stop: true, + prevent: true, + result: false + } + }, function (_e) { + return day; + }) + }, hasMonth ? this.monthFormatter(day, this.shortMonths) + ' ' + this.dayFormatter(day, false) : this.dayFormatter(day, false)); + }, + genDayMonth: function genDayMonth(day) { + var color = day.present ? this.color : undefined; + return this.$createElement('div', this.setTextColor(color, { + staticClass: 'v-calendar-weekly__day-month' + }), Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getSlot"])(this, 'day-month', day) || this.monthFormatter(day, this.shortMonths)); + } + }, + render: function render(h) { + return h('div', { + staticClass: this.staticClass, + class: this.classes, + nativeOn: { + dragstart: function dragstart(e) { + e.preventDefault(); + } + } + }, __spread([!this.hideHeader ? this.genHead() : ''], this.genWeeks())); + } +})); + +/***/ }), + +/***/ "./src/components/VCalendar/index.ts": +/*!*******************************************!*\ + !*** ./src/components/VCalendar/index.ts ***! + \*******************************************/ +/*! exports provided: VCalendar, VCalendarDaily, VCalendarWeekly, VCalendarMonthly, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VCalendar__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VCalendar */ "./src/components/VCalendar/VCalendar.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VCalendar", function() { return _VCalendar__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _VCalendarDaily__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VCalendarDaily */ "./src/components/VCalendar/VCalendarDaily.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VCalendarDaily", function() { return _VCalendarDaily__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + +/* harmony import */ var _VCalendarWeekly__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VCalendarWeekly */ "./src/components/VCalendar/VCalendarWeekly.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VCalendarWeekly", function() { return _VCalendarWeekly__WEBPACK_IMPORTED_MODULE_2__["default"]; }); + +/* harmony import */ var _VCalendarMonthly__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./VCalendarMonthly */ "./src/components/VCalendar/VCalendarMonthly.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VCalendarMonthly", function() { return _VCalendarMonthly__WEBPACK_IMPORTED_MODULE_3__["default"]; }); + + + + + + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VCalendar: _VCalendar__WEBPACK_IMPORTED_MODULE_0__["default"], + VCalendarDaily: _VCalendarDaily__WEBPACK_IMPORTED_MODULE_1__["default"], + VCalendarWeekly: _VCalendarWeekly__WEBPACK_IMPORTED_MODULE_2__["default"], + VCalendarMonthly: _VCalendarMonthly__WEBPACK_IMPORTED_MODULE_3__["default"] + } +}); + +/***/ }), + +/***/ "./src/components/VCalendar/mixins/calendar-base.ts": +/*!**********************************************************!*\ + !*** ./src/components/VCalendar/mixins/calendar-base.ts ***! + \**********************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_localable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../mixins/localable */ "./src/mixins/localable/index.ts"); +/* harmony import */ var _mouse__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./mouse */ "./src/components/VCalendar/mixins/mouse.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _times__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./times */ "./src/components/VCalendar/mixins/times.ts"); +/* harmony import */ var _directives_resize__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../directives/resize */ "./src/directives/resize/index.ts"); +/* harmony import */ var _util_props__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../util/props */ "./src/components/VCalendar/util/props.ts"); +/* harmony import */ var _util_timestamp__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../util/timestamp */ "./src/components/VCalendar/util/timestamp.ts"); +// Mixins + + + + + + // Directives + + // Util + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_0__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_localable__WEBPACK_IMPORTED_MODULE_2__["default"], _mouse__WEBPACK_IMPORTED_MODULE_3__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_4__["default"], _times__WEBPACK_IMPORTED_MODULE_5__["default"] +/* @vue/component */ +).extend({ + name: 'calendar-base', + directives: { + Resize: _directives_resize__WEBPACK_IMPORTED_MODULE_6__["default"] + }, + props: _util_props__WEBPACK_IMPORTED_MODULE_7__["default"].base, + computed: { + parsedWeekdays: function parsedWeekdays() { + return Array.isArray(this.weekdays) ? this.weekdays : (this.weekdays || '').split(',').map(function (x) { + return parseInt(x, 10); + }); + }, + weekdaySkips: function weekdaySkips() { + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_8__["getWeekdaySkips"])(this.parsedWeekdays); + }, + weekdaySkipsReverse: function weekdaySkipsReverse() { + var reversed = this.weekdaySkips.slice(); + reversed.reverse(); + return reversed; + }, + parsedStart: function parsedStart() { + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_8__["parseTimestamp"])(this.start, true); + }, + parsedEnd: function parsedEnd() { + var start = this.parsedStart; + var end = this.end ? Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_8__["parseTimestamp"])(this.end) || start : start; + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_8__["getTimestampIdentifier"])(end) < Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_8__["getTimestampIdentifier"])(start) ? start : end; + }, + days: function days() { + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_8__["createDayList"])(this.parsedStart, this.parsedEnd, this.times.today, this.weekdaySkips); + }, + dayFormatter: function dayFormatter() { + if (this.dayFormat) { + return this.dayFormat; + } + + var options = { + timeZone: 'UTC', + day: 'numeric' + }; + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_8__["createNativeLocaleFormatter"])(this.currentLocale, function (_tms, _short) { + return options; + }); + }, + weekdayFormatter: function weekdayFormatter() { + if (this.weekdayFormat) { + return this.weekdayFormat; + } + + var longOptions = { + timeZone: 'UTC', + weekday: 'long' + }; + var shortOptions = { + timeZone: 'UTC', + weekday: 'short' + }; + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_8__["createNativeLocaleFormatter"])(this.currentLocale, function (_tms, short) { + return short ? shortOptions : longOptions; + }); + } + }, + methods: { + getRelativeClasses: function getRelativeClasses(timestamp, outside) { + if (outside === void 0) { + outside = false; + } + + return { + 'v-present': timestamp.present, + 'v-past': timestamp.past, + 'v-future': timestamp.future, + 'v-outside': outside + }; + }, + getStartOfWeek: function getStartOfWeek(timestamp) { + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_8__["getStartOfWeek"])(timestamp, this.parsedWeekdays, this.times.today); + }, + getEndOfWeek: function getEndOfWeek(timestamp) { + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_8__["getEndOfWeek"])(timestamp, this.parsedWeekdays, this.times.today); + }, + getFormatter: function getFormatter(options) { + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_8__["createNativeLocaleFormatter"])(this.locale, function (_tms, _short) { + return options; + }); + } + } +})); + +/***/ }), + +/***/ "./src/components/VCalendar/mixins/calendar-with-events.sass": +/*!*******************************************************************!*\ + !*** ./src/components/VCalendar/mixins/calendar-with-events.sass ***! + \*******************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VCalendar/mixins/calendar-with-events.ts": +/*!*****************************************************************!*\ + !*** ./src/components/VCalendar/mixins/calendar-with-events.ts ***! + \*****************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _calendar_with_events_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./calendar-with-events.sass */ "./src/components/VCalendar/mixins/calendar-with-events.sass"); +/* harmony import */ var _calendar_with_events_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_calendar_with_events_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _directives_ripple__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../directives/ripple */ "./src/directives/ripple/index.ts"); +/* harmony import */ var _calendar_base__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./calendar-base */ "./src/components/VCalendar/mixins/calendar-base.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../util/props */ "./src/components/VCalendar/util/props.ts"); +/* harmony import */ var _modes__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../modes */ "./src/components/VCalendar/modes/index.ts"); +/* harmony import */ var _util_timestamp__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../util/timestamp */ "./src/components/VCalendar/util/timestamp.ts"); +/* harmony import */ var _util_events__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../util/events */ "./src/components/VCalendar/util/events.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Directives + + // Mixins + + // Helpers + + // Util + + + + + +var WIDTH_FULL = 100; +var WIDTH_START = 95; +var MINUTES_IN_DAY = 1440; +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_calendar_base__WEBPACK_IMPORTED_MODULE_2__["default"].extend({ + name: 'calendar-with-events', + directives: { + ripple: _directives_ripple__WEBPACK_IMPORTED_MODULE_1__["default"] + }, + props: _util_props__WEBPACK_IMPORTED_MODULE_4__["default"].events, + computed: { + noEvents: function noEvents() { + return this.events.length === 0; + }, + parsedEvents: function parsedEvents() { + var _this = this; + + return this.events.map(function (input, index) { + return Object(_util_events__WEBPACK_IMPORTED_MODULE_7__["parseEvent"])(input, index, _this.eventStart, _this.eventEnd); + }); + }, + parsedEventOverlapThreshold: function parsedEventOverlapThreshold() { + return parseInt(this.eventOverlapThreshold); + }, + eventColorFunction: function eventColorFunction() { + var _this = this; + + return typeof this.eventColor === 'function' ? this.eventColor : function () { + return _this.eventColor; + }; + }, + eventTextColorFunction: function eventTextColorFunction() { + var _this = this; + + return typeof this.eventTextColor === 'function' ? this.eventTextColor : function () { + return _this.eventTextColor; + }; + }, + eventNameFunction: function eventNameFunction() { + var _this = this; + + return typeof this.eventName === 'function' ? this.eventName : function (event, timedEvent) { + var name = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["escapeHTML"])(event.input[_this.eventName]); + + if (event.start.hasTime) { + if (timedEvent) { + var showStart = event.start.hour < 12 && event.end.hour >= 12; + + var start = _this.formatTime(event.start, showStart); + + var end = _this.formatTime(event.end, true); + + var singline = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["diffMinutes"])(event.start, event.end) <= _this.parsedEventOverlapThreshold; + + var separator = singline ? ', ' : '
'; + return "" + name + "" + separator + start + " - " + end; + } else { + var time = _this.formatTime(event.start, true); + + return "" + time + " " + name; + } + } + + return name; + }; + }, + eventModeFunction: function eventModeFunction() { + return typeof this.eventOverlapMode === 'function' ? this.eventOverlapMode : _modes__WEBPACK_IMPORTED_MODULE_5__["CalendarEventOverlapModes"][this.eventOverlapMode]; + } + }, + methods: { + formatTime: function formatTime(withTime, ampm) { + var formatter = this.getFormatter({ + timeZone: 'UTC', + hour: 'numeric', + minute: withTime.minute > 0 ? 'numeric' : undefined + }); + return formatter(withTime, true); + }, + updateEventVisibility: function updateEventVisibility() { + if (this.noEvents || !this.eventMore) { + return; + } + + var eventHeight = this.eventHeight; + var eventsMap = this.getEventsMap(); + + for (var date in eventsMap) { + var _a = eventsMap[date], + parent = _a.parent, + events = _a.events, + more = _a.more; + + if (!more) { + break; + } + + var parentBounds = parent.getBoundingClientRect(); + var last = events.length - 1; + var hide = false; + var hidden = 0; + + for (var i = 0; i <= last; i++) { + if (!hide) { + var eventBounds = events[i].getBoundingClientRect(); + hide = i === last ? eventBounds.bottom > parentBounds.bottom : eventBounds.bottom + eventHeight > parentBounds.bottom; + } + + if (hide) { + events[i].style.display = 'none'; + hidden++; + } + } + + if (hide) { + more.style.display = ''; + more.innerHTML = this.$vuetify.lang.t(this.eventMoreText, hidden); + } else { + more.style.display = 'none'; + } + } + }, + getEventsMap: function getEventsMap() { + var eventsMap = {}; + var elements = this.$refs.events; + + if (!elements || !elements.forEach) { + return eventsMap; + } + + elements.forEach(function (el) { + var date = el.getAttribute('data-date'); + + if (el.parentElement && date) { + if (!(date in eventsMap)) { + eventsMap[date] = { + parent: el.parentElement, + more: null, + events: [] + }; + } + + if (el.getAttribute('data-more')) { + eventsMap[date].more = el; + } else { + eventsMap[date].events.push(el); + el.style.display = ''; + } + } + }); + return eventsMap; + }, + genDayEvent: function genDayEvent(_a, day) { + var event = _a.event; + var eventHeight = this.eventHeight; + var eventMarginBottom = this.eventMarginBottom; + var dayIdentifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["getDayIdentifier"])(day); + var week = day.week; + var start = dayIdentifier === event.startIdentifier; + var end = dayIdentifier === event.endIdentifier; + var width = WIDTH_START; + + for (var i = day.index + 1; i < week.length; i++) { + var weekdayIdentifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["getDayIdentifier"])(week[i]); + + if (event.endIdentifier >= weekdayIdentifier) { + width += WIDTH_FULL; + + if (weekdayIdentifier === event.endIdentifier) { + end = true; + } + } else { + end = true; + break; + } + } + + var scope = { + event: event.input, + day: day, + outside: day.outside, + start: start, + end: end, + timed: false + }; + return this.genEvent(event, scope, false, { + staticClass: 'v-event', + class: { + 'v-event-start': start, + 'v-event-end': end + }, + style: { + height: eventHeight + "px", + width: width + "%", + 'margin-bottom': eventMarginBottom + "px" + }, + attrs: { + 'data-date': day.date + }, + key: event.index, + ref: 'events', + refInFor: true + }); + }, + genTimedEvent: function genTimedEvent(_a, day) { + var event = _a.event, + left = _a.left, + width = _a.width; + var dayIdentifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["getDayIdentifier"])(day); + var start = event.startIdentifier >= dayIdentifier; + var end = event.endIdentifier > dayIdentifier; + var top = start ? day.timeToY(event.start) : 0; + var bottom = end ? day.timeToY(MINUTES_IN_DAY) : day.timeToY(event.end); + var height = Math.max(this.eventHeight, bottom - top); + var scope = { + event: event.input, + day: day, + outside: day.outside, + start: start, + end: end, + timed: true + }; + return this.genEvent(event, scope, true, { + staticClass: 'v-event-timed', + style: { + top: top + "px", + height: height + "px", + left: left + "%", + width: width + "%" + } + }); + }, + genEvent: function genEvent(event, scope, timedEvent, data) { + var slot = this.$scopedSlots.event; + var text = this.eventTextColorFunction(event.input); + var background = this.eventColorFunction(event.input); + return this.$createElement('div', this.setTextColor(text, this.setBackgroundColor(background, __assign({ + on: this.getDefaultMouseEventHandlers(':event', function (nativeEvent) { + return __assign({}, scope, { + nativeEvent: nativeEvent + }); + }), + directives: [{ + name: 'ripple', + value: this.eventRipple != null ? this.eventRipple : true + }] + }, data))), slot ? slot(scope) : [this.genName(event, timedEvent)]); + }, + genName: function genName(event, timedEvent) { + return this.$createElement('div', { + staticClass: 'pl-1', + domProps: { + innerHTML: this.eventNameFunction(event, timedEvent) + } + }); + }, + genPlaceholder: function genPlaceholder(day) { + var height = this.eventHeight + this.eventMarginBottom; + return this.$createElement('div', { + style: { + height: height + "px" + }, + attrs: { + 'data-date': day.date + }, + ref: 'events', + refInFor: true + }); + }, + genMore: function genMore(day) { + var _this = this; + + var eventHeight = this.eventHeight; + var eventMarginBottom = this.eventMarginBottom; + return this.$createElement('div', { + staticClass: 'v-event-more pl-1', + class: { + 'v-outside': day.outside + }, + attrs: { + 'data-date': day.date, + 'data-more': 1 + }, + directives: [{ + name: 'ripple', + value: this.eventRipple != null ? this.eventRipple : true + }], + on: { + click: function click() { + return _this.$emit('click:more', day); + } + }, + style: { + display: 'none', + height: eventHeight + "px", + 'margin-bottom': eventMarginBottom + "px" + }, + ref: 'events', + refInFor: true + }); + }, + getVisibleEvents: function getVisibleEvents() { + var start = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["getDayIdentifier"])(this.days[0]); + var end = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["getDayIdentifier"])(this.days[this.days.length - 1]); + return this.parsedEvents.filter(function (event) { + return Object(_util_events__WEBPACK_IMPORTED_MODULE_7__["isEventOverlapping"])(event, start, end); + }); + }, + getEventsForDay: function getEventsForDay(day) { + var identifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["getDayIdentifier"])(day); + var firstWeekday = this.parsedWeekdays[0]; + return this.parsedEvents.filter(function (event) { + return Object(_util_events__WEBPACK_IMPORTED_MODULE_7__["isEventStart"])(event, day, identifier, firstWeekday); + }); + }, + getEventsForDayAll: function getEventsForDayAll(day) { + var identifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["getDayIdentifier"])(day); + var firstWeekday = this.parsedWeekdays[0]; + return this.parsedEvents.filter(function (event) { + return event.allDay && Object(_util_events__WEBPACK_IMPORTED_MODULE_7__["isEventStart"])(event, day, identifier, firstWeekday); + }); + }, + getEventsForDayTimed: function getEventsForDayTimed(day) { + var identifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["getDayIdentifier"])(day); + return this.parsedEvents.filter(function (event) { + return !event.allDay && Object(_util_events__WEBPACK_IMPORTED_MODULE_7__["isEventOn"])(event, identifier); + }); + }, + getScopedSlots: function getScopedSlots() { + var _this = this; + + if (this.noEvents) { + return this.$scopedSlots; + } + + var mode = this.eventModeFunction(this.parsedEvents, this.parsedWeekdays[0], this.parsedEventOverlapThreshold); + + var getSlotChildren = function getSlotChildren(day, getter, mapper, timed) { + var events = getter(day); + + if (events.length === 0) { + return; + } + + var visuals = mode(day, events, timed); + + if (timed) { + return visuals.map(function (visual) { + return mapper(visual, day); + }); + } + + var children = []; + visuals.forEach(function (visual, index) { + while (children.length < visual.column) { + children.push(_this.genPlaceholder(day)); + } + + children.push(mapper(visual, day)); + }); + return children; + }; + + var slots = this.$scopedSlots; + var slotDay = slots.day; + var slotDayHeader = slots['day-header']; + var slotDayBody = slots['day-body']; + return __assign({}, slots, { + day: function day(_day) { + var children = getSlotChildren(_day, _this.getEventsForDay, _this.genDayEvent, false); + + if (children && children.length > 0 && _this.eventMore) { + children.push(_this.genMore(_day)); + } + + if (slotDay) { + var slot = slotDay(_day); + + if (slot) { + children = children ? children.concat(slot) : slot; + } + } + + return children; + }, + 'day-header': function dayHeader(day) { + var children = getSlotChildren(day, _this.getEventsForDayAll, _this.genDayEvent, false); + + if (slotDayHeader) { + var slot = slotDayHeader(day); + + if (slot) { + children = children ? children.concat(slot) : slot; + } + } + + return children; + }, + 'day-body': function dayBody(day) { + var events = getSlotChildren(day, _this.getEventsForDayTimed, _this.genTimedEvent, true); + var children = [_this.$createElement('div', { + staticClass: 'v-event-timed-container' + }, events)]; + + if (slotDayBody) { + var slot = slotDayBody(day); + + if (slot) { + children = children.concat(slot); + } + } + + return children; + } + }); + } + } +})); + +/***/ }), + +/***/ "./src/components/VCalendar/mixins/calendar-with-intervals.ts": +/*!********************************************************************!*\ + !*** ./src/components/VCalendar/mixins/calendar-with-intervals.ts ***! + \********************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _calendar_base__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./calendar-base */ "./src/components/VCalendar/mixins/calendar-base.ts"); +/* harmony import */ var _util_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/props */ "./src/components/VCalendar/util/props.ts"); +/* harmony import */ var _util_timestamp__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/timestamp */ "./src/components/VCalendar/util/timestamp.ts"); +// Mixins + // Util + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_calendar_base__WEBPACK_IMPORTED_MODULE_0__["default"].extend({ + name: 'calendar-with-intervals', + props: _util_props__WEBPACK_IMPORTED_MODULE_1__["default"].intervals, + computed: { + parsedFirstInterval: function parsedFirstInterval() { + return parseInt(this.firstInterval); + }, + parsedIntervalMinutes: function parsedIntervalMinutes() { + return parseInt(this.intervalMinutes); + }, + parsedIntervalCount: function parsedIntervalCount() { + return parseInt(this.intervalCount); + }, + parsedIntervalHeight: function parsedIntervalHeight() { + return parseFloat(this.intervalHeight); + }, + firstMinute: function firstMinute() { + return this.parsedFirstInterval * this.parsedIntervalMinutes; + }, + bodyHeight: function bodyHeight() { + return this.parsedIntervalCount * this.parsedIntervalHeight; + }, + days: function days() { + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["createDayList"])(this.parsedStart, this.parsedEnd, this.times.today, this.weekdaySkips, this.maxDays); + }, + intervals: function intervals() { + var days = this.days; + var first = this.parsedFirstInterval; + var minutes = this.parsedIntervalMinutes; + var count = this.parsedIntervalCount; + var now = this.times.now; + return days.map(function (d) { + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["createIntervalList"])(d, first, minutes, count, now); + }); + }, + intervalFormatter: function intervalFormatter() { + if (this.intervalFormat) { + return this.intervalFormat; + } + + var longOptions = { + timeZone: 'UTC', + hour: '2-digit', + minute: '2-digit' + }; + var shortOptions = { + timeZone: 'UTC', + hour: 'numeric', + minute: '2-digit' + }; + var shortHourOptions = { + timeZone: 'UTC', + hour: 'numeric' + }; + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["createNativeLocaleFormatter"])(this.currentLocale, function (tms, short) { + return short ? tms.minute === 0 ? shortHourOptions : shortOptions : longOptions; + }); + } + }, + methods: { + showIntervalLabelDefault: function showIntervalLabelDefault(interval) { + var first = this.intervals[0][0]; + var isFirst = first.hour === interval.hour && first.minute === interval.minute; + return !isFirst; + }, + intervalStyleDefault: function intervalStyleDefault(_interval) { + return undefined; + }, + getTimestampAtEvent: function getTimestampAtEvent(e, day) { + var timestamp = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["copyTimestamp"])(day); + var bounds = e.currentTarget.getBoundingClientRect(); + var baseMinutes = this.firstMinute; + var touchEvent = e; + var mouseEvent = e; + var touches = touchEvent.changedTouches || touchEvent.touches; + var clientY = touches && touches[0] ? touches[0].clientY : mouseEvent.clientY; + var addIntervals = (clientY - bounds.top) / this.parsedIntervalHeight; + var addMinutes = Math.floor(addIntervals * this.parsedIntervalMinutes); + var minutes = baseMinutes + addMinutes; + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["updateMinutes"])(timestamp, minutes, this.times.now); + }, + getSlotScope: function getSlotScope(timestamp) { + var scope = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["copyTimestamp"])(timestamp); + scope.timeToY = this.timeToY; + scope.minutesToPixels = this.minutesToPixels; + scope.week = this.days; + return scope; + }, + scrollToTime: function scrollToTime(time) { + var y = this.timeToY(time); + var pane = this.$refs.scrollArea; + + if (y === false || !pane) { + return false; + } + + pane.scrollTop = y; + return true; + }, + minutesToPixels: function minutesToPixels(minutes) { + return minutes / this.parsedIntervalMinutes * this.parsedIntervalHeight; + }, + timeToY: function timeToY(time, clamp) { + if (clamp === void 0) { + clamp = true; + } + + var minutes = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_2__["parseTime"])(time); + + if (minutes === false) { + return false; + } + + var min = this.firstMinute; + var gap = this.parsedIntervalCount * this.parsedIntervalMinutes; + var delta = (minutes - min) / gap; + var y = delta * this.bodyHeight; + + if (clamp) { + if (y < 0) { + y = 0; + } + + if (y > this.bodyHeight) { + y = this.bodyHeight; + } + } + + return y; + } + } +})); + +/***/ }), + +/***/ "./src/components/VCalendar/mixins/mouse.ts": +/*!**************************************************!*\ + !*** ./src/components/VCalendar/mixins/mouse.ts ***! + \**************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__); + +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_0___default.a.extend({ + name: 'mouse', + methods: { + getDefaultMouseEventHandlers: function getDefaultMouseEventHandlers(suffix, getEvent) { + var _a; + + return this.getMouseEventHandlers((_a = {}, _a['click' + suffix] = { + event: 'click' + }, _a['contextmenu' + suffix] = { + event: 'contextmenu', + prevent: true, + result: false + }, _a['mousedown' + suffix] = { + event: 'mousedown' + }, _a['mousemove' + suffix] = { + event: 'mousemove' + }, _a['mouseup' + suffix] = { + event: 'mouseup' + }, _a['mouseenter' + suffix] = { + event: 'mouseenter' + }, _a['mouseleave' + suffix] = { + event: 'mouseleave' + }, _a['touchstart' + suffix] = { + event: 'touchstart' + }, _a['touchmove' + suffix] = { + event: 'touchmove' + }, _a['touchend' + suffix] = { + event: 'touchend' + }, _a), getEvent); + }, + getMouseEventHandlers: function getMouseEventHandlers(events, getEvent) { + var _this = this; + + var on = {}; + + var _loop_1 = function _loop_1(event) { + var eventOptions = events[event]; + if (!this_1.$listeners[event]) return "continue"; // TODO somehow pull in modifiers + + var prefix = eventOptions.passive ? '&' : (eventOptions.once ? '~' : '') + (eventOptions.capture ? '!' : ''); + var key = prefix + eventOptions.event; + + var handler = function handler(e) { + var mouseEvent = e; + + if (eventOptions.button === undefined || mouseEvent.buttons > 0 && mouseEvent.button === eventOptions.button) { + if (eventOptions.prevent) { + e.preventDefault(); + } + + if (eventOptions.stop) { + e.stopPropagation(); + } + + _this.$emit(event, getEvent(e)); + } + + return eventOptions.result; + }; + + if (key in on) { + /* istanbul ignore next */ + if (Array.isArray(on[key])) { + on[key].push(handler); + } else { + on[key] = [on[key], handler]; + } + } else { + on[key] = handler; + } + }; + + var this_1 = this; + + for (var event in events) { + _loop_1(event); + } + + return on; + } + } +})); + +/***/ }), + +/***/ "./src/components/VCalendar/mixins/times.ts": +/*!**************************************************!*\ + !*** ./src/components/VCalendar/mixins/times.ts ***! + \**************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _util_timestamp__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/timestamp */ "./src/components/VCalendar/util/timestamp.ts"); + + +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_0___default.a.extend({ + name: 'times', + props: { + now: { + type: String, + validator: _util_timestamp__WEBPACK_IMPORTED_MODULE_1__["validateTimestamp"] + } + }, + data: function data() { + return { + times: { + now: Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_1__["parseTimestamp"])('0000-00-00 00:00', true), + today: Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_1__["parseTimestamp"])('0000-00-00', true) + } + }; + }, + computed: { + parsedNow: function parsedNow() { + return this.now ? Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_1__["parseTimestamp"])(this.now, true) : null; + } + }, + watch: { + parsedNow: 'updateTimes' + }, + created: function created() { + this.updateTimes(); + this.setPresent(); + }, + methods: { + setPresent: function setPresent() { + this.times.now.present = this.times.today.present = true; + this.times.now.past = this.times.today.past = false; + this.times.now.future = this.times.today.future = false; + }, + updateTimes: function updateTimes() { + var now = this.parsedNow || this.getNow(); + this.updateDay(now, this.times.now); + this.updateTime(now, this.times.now); + this.updateDay(now, this.times.today); + }, + getNow: function getNow() { + return Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_1__["parseDate"])(new Date()); + }, + updateDay: function updateDay(now, target) { + if (now.date !== target.date) { + target.year = now.year; + target.month = now.month; + target.day = now.day; + target.weekday = now.weekday; + target.date = now.date; + } + }, + updateTime: function updateTime(now, target) { + if (now.time !== target.time) { + target.hour = now.hour; + target.minute = now.minute; + target.time = now.time; + } + } + } +})); + +/***/ }), + +/***/ "./src/components/VCalendar/modes/column.ts": +/*!**************************************************!*\ + !*** ./src/components/VCalendar/modes/column.ts ***! + \**************************************************/ +/*! exports provided: column */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "column", function() { return column; }); +/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./common */ "./src/components/VCalendar/modes/common.ts"); + +var FULL_WIDTH = 100; +var column = function column(events, firstWeekday, overlapThreshold) { + var handler = Object(_common__WEBPACK_IMPORTED_MODULE_0__["getOverlapGroupHandler"])(firstWeekday); + return function (day, dayEvents, timed) { + var visuals = handler.getVisuals(day, dayEvents, timed); + + if (timed) { + visuals.forEach(function (visual) { + visual.left = visual.column * FULL_WIDTH / visual.columnCount; + visual.width = FULL_WIDTH / visual.columnCount; + }); + } + + return visuals; + }; +}; + +/***/ }), + +/***/ "./src/components/VCalendar/modes/common.ts": +/*!**************************************************!*\ + !*** ./src/components/VCalendar/modes/common.ts ***! + \**************************************************/ +/*! exports provided: getVisuals, hasOverlap, setColumnCount, getRange, getDayRange, getNormalizedRange, getOpenGroup, getOverlapGroupHandler */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getVisuals", function() { return _getVisuals; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hasOverlap", function() { return hasOverlap; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "setColumnCount", function() { return setColumnCount; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getRange", function() { return getRange; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getDayRange", function() { return getDayRange; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getNormalizedRange", function() { return getNormalizedRange; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getOpenGroup", function() { return getOpenGroup; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getOverlapGroupHandler", function() { return getOverlapGroupHandler; }); +/* harmony import */ var _util_timestamp__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../util/timestamp */ "./src/components/VCalendar/util/timestamp.ts"); +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + + +var MILLIS_IN_DAY = 86400000; + +function _getVisuals(events, minStart) { + if (minStart === void 0) { + minStart = 0; + } + + var visuals = events.map(function (event) { + return { + event: event, + columnCount: 0, + column: 0, + left: 0, + width: 100 + }; + }); + visuals.sort(function (a, b) { + return Math.max(minStart, a.event.startTimestampIdentifier) - Math.max(minStart, b.event.startTimestampIdentifier) || b.event.endTimestampIdentifier - a.event.endTimestampIdentifier; + }); + return visuals; +} + + +function hasOverlap(s0, e0, s1, e1, exclude) { + if (exclude === void 0) { + exclude = true; + } + + return exclude ? !(s0 >= e1 || e0 <= s1) : !(s0 > e1 || e0 < s1); +} +function setColumnCount(groups) { + groups.forEach(function (group) { + group.visuals.forEach(function (groupVisual) { + groupVisual.columnCount = groups.length; + }); + }); +} +function getRange(event) { + return [event.startTimestampIdentifier, event.endTimestampIdentifier]; +} +function getDayRange(event) { + return [event.startIdentifier, event.endIdentifier]; +} +function getNormalizedRange(event, dayStart) { + return [Math.max(dayStart, event.startTimestampIdentifier), Math.min(dayStart + MILLIS_IN_DAY, event.endTimestampIdentifier)]; +} +function getOpenGroup(groups, start, end, timed) { + for (var i = 0; i < groups.length; i++) { + var group = groups[i]; + var intersected = false; + + if (hasOverlap(start, end, group.start, group.end, timed)) { + for (var k = 0; k < group.visuals.length; k++) { + var groupVisual = group.visuals[k]; + + var _a = __read(timed ? getRange(groupVisual.event) : getDayRange(groupVisual.event), 2), + groupStart = _a[0], + groupEnd = _a[1]; + + if (hasOverlap(start, end, groupStart, groupEnd, timed)) { + intersected = true; + break; + } + } + } + + if (!intersected) { + return i; + } + } + + return -1; +} +function getOverlapGroupHandler(firstWeekday) { + var handler = { + groups: [], + min: -1, + max: -1, + reset: function reset() { + handler.groups = []; + handler.min = handler.max = -1; + }, + getVisuals: function getVisuals(day, dayEvents, timed) { + if (day.weekday === firstWeekday || timed) { + handler.reset(); + } + + var dayStart = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_0__["getTimestampIdentifier"])(day); + + var visuals = _getVisuals(dayEvents, dayStart); + + visuals.forEach(function (visual) { + var _a = __read(timed ? getRange(visual.event) : getDayRange(visual.event), 2), + start = _a[0], + end = _a[1]; + + if (handler.groups.length > 0 && !hasOverlap(start, end, handler.min, handler.max, timed)) { + setColumnCount(handler.groups); + handler.reset(); + } + + var targetGroup = getOpenGroup(handler.groups, start, end, timed); + + if (targetGroup === -1) { + targetGroup = handler.groups.length; + handler.groups.push({ + start: start, + end: end, + visuals: [] + }); + } + + var target = handler.groups[targetGroup]; + target.visuals.push(visual); + target.start = Math.min(target.start, start); + target.end = Math.max(target.end, end); + visual.column = targetGroup; + + if (handler.min === -1) { + handler.min = start; + handler.max = end; + } else { + handler.min = Math.min(handler.min, start); + handler.max = Math.max(handler.max, end); + } + }); + setColumnCount(handler.groups); + return visuals; + } + }; + return handler; +} + +/***/ }), + +/***/ "./src/components/VCalendar/modes/index.ts": +/*!*************************************************!*\ + !*** ./src/components/VCalendar/modes/index.ts ***! + \*************************************************/ +/*! exports provided: CalendarEventOverlapModes */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CalendarEventOverlapModes", function() { return CalendarEventOverlapModes; }); +/* harmony import */ var _stack__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./stack */ "./src/components/VCalendar/modes/stack.ts"); +/* harmony import */ var _column__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./column */ "./src/components/VCalendar/modes/column.ts"); + + +var CalendarEventOverlapModes = { + stack: _stack__WEBPACK_IMPORTED_MODULE_0__["stack"], + column: _column__WEBPACK_IMPORTED_MODULE_1__["column"] +}; + +/***/ }), + +/***/ "./src/components/VCalendar/modes/stack.ts": +/*!*************************************************!*\ + !*** ./src/components/VCalendar/modes/stack.ts ***! + \*************************************************/ +/*! exports provided: stack */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "stack", function() { return stack; }); +/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./common */ "./src/components/VCalendar/modes/common.ts"); +/* harmony import */ var _util_timestamp__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../util/timestamp */ "./src/components/VCalendar/util/timestamp.ts"); +var __values = undefined && undefined.__values || function (o) { + var m = typeof Symbol === "function" && o[Symbol.iterator], + i = 0; + if (m) return m.call(o); + return { + next: function next() { + if (o && i >= o.length) o = void 0; + return { + value: o && o[i++], + done: !o + }; + } + }; +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + + + +var FULL_WIDTH = 100; +var DEFAULT_OFFSET = 5; +var WIDTH_MULTIPLIER = 1.7; +/** + * Variation of column mode where events can be stacked. The priority of this + * mode is to stack events together taking up the least amount of space while + * trying to ensure the content of the event is always visible as well as its + * start and end. A sibling column has intersecting event content and must be + * placed beside each other. Non-sibling columns are offset by 5% from the + * previous column. The width is scaled by 1.7 so the events overlap and + * whitespace is reduced. If there is a hole in columns the event width is + * scaled up so it intersects with the next column. The columns have equal + * width in the space they are given. If the event doesn't have any to the + * right of it that intersect with it's content it's right side is extended + * to the right side. + */ + +var stack = function stack(events, firstWeekday, overlapThreshold) { + var handler = Object(_common__WEBPACK_IMPORTED_MODULE_0__["getOverlapGroupHandler"])(firstWeekday); // eslint-disable-next-line max-statements + + return function (day, dayEvents, timed) { + var e_1, _a, e_2, _b, e_3, _c; + + if (!timed) { + return handler.getVisuals(day, dayEvents, timed); + } + + var dayStart = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_1__["getTimestampIdentifier"])(day); + var visuals = Object(_common__WEBPACK_IMPORTED_MODULE_0__["getVisuals"])(dayEvents, dayStart); + var groups = getGroups(visuals, dayStart); + + try { + for (var groups_1 = __values(groups), groups_1_1 = groups_1.next(); !groups_1_1.done; groups_1_1 = groups_1.next()) { + var group = groups_1_1.value; + var nodes = []; + + try { + for (var _d = (e_2 = void 0, __values(group.visuals)), _e = _d.next(); !_e.done; _e = _d.next()) { + var visual = _e.value; + var child = getNode(visual, dayStart); + var index = getNextIndex(child, nodes); + + if (index === false) { + var parent = getParent(child, nodes); + + if (parent) { + child.parent = parent; + child.sibling = Object(_common__WEBPACK_IMPORTED_MODULE_0__["hasOverlap"])(child.start, child.end, parent.start, addTime(parent.start, overlapThreshold)); + child.index = parent.index + 1; + parent.children.push(child); + } + } else { + var _f = __read(getOverlappingRange(child, nodes, index - 1, index - 1), 1), + parent = _f[0]; + + var children = getOverlappingRange(child, nodes, index + 1, index + nodes.length, true); + child.children = children; + child.index = index; + + if (parent) { + child.parent = parent; + child.sibling = Object(_common__WEBPACK_IMPORTED_MODULE_0__["hasOverlap"])(child.start, child.end, parent.start, addTime(parent.start, overlapThreshold)); + parent.children.push(child); + } + + try { + for (var children_1 = (e_3 = void 0, __values(children)), children_1_1 = children_1.next(); !children_1_1.done; children_1_1 = children_1.next()) { + var grand = children_1_1.value; + + if (grand.parent === parent) { + grand.parent = child; + } + + var grandNext = grand.index - child.index <= 1; + + if (grandNext && child.sibling && Object(_common__WEBPACK_IMPORTED_MODULE_0__["hasOverlap"])(child.start, addTime(child.start, overlapThreshold), grand.start, grand.end)) { + grand.sibling = true; + } + } + } catch (e_3_1) { + e_3 = { + error: e_3_1 + }; + } finally { + try { + if (children_1_1 && !children_1_1.done && (_c = children_1.return)) _c.call(children_1); + } finally { + if (e_3) throw e_3.error; + } + } + } + + nodes.push(child); + } + } catch (e_2_1) { + e_2 = { + error: e_2_1 + }; + } finally { + try { + if (_e && !_e.done && (_b = _d.return)) _b.call(_d); + } finally { + if (e_2) throw e_2.error; + } + } + + calculateBounds(nodes, overlapThreshold); + } + } catch (e_1_1) { + e_1 = { + error: e_1_1 + }; + } finally { + try { + if (groups_1_1 && !groups_1_1.done && (_a = groups_1.return)) _a.call(groups_1); + } finally { + if (e_1) throw e_1.error; + } + } + + visuals.sort(function (a, b) { + return a.left - b.left || a.event.startTimestampIdentifier - b.event.startTimestampIdentifier; + }); + return visuals; + }; +}; + +function calculateBounds(nodes, overlapThreshold) { + var e_4, _a; + + try { + for (var nodes_1 = __values(nodes), nodes_1_1 = nodes_1.next(); !nodes_1_1.done; nodes_1_1 = nodes_1.next()) { + var node = nodes_1_1.value; + var visual = node.visual, + parent = node.parent; + var columns = getMaxChildIndex(node) + 1; + var spaceLeft = parent ? parent.visual.left : 0; + var spaceWidth = FULL_WIDTH - spaceLeft; + var offset = Math.min(DEFAULT_OFFSET, FULL_WIDTH / columns); + var columnWidthMultiplier = getColumnWidthMultiplier(node, nodes); + var columnOffset = spaceWidth / (columns - node.index + 1); + var columnWidth = spaceWidth / (columns - node.index + (node.sibling ? 1 : 0)) * columnWidthMultiplier; + + if (parent) { + visual.left = node.sibling ? spaceLeft + columnOffset : spaceLeft + offset; + } + + visual.width = hasFullWidth(node, nodes, overlapThreshold) ? FULL_WIDTH - visual.left : Math.min(FULL_WIDTH - visual.left, columnWidth * WIDTH_MULTIPLIER); + } + } catch (e_4_1) { + e_4 = { + error: e_4_1 + }; + } finally { + try { + if (nodes_1_1 && !nodes_1_1.done && (_a = nodes_1.return)) _a.call(nodes_1); + } finally { + if (e_4) throw e_4.error; + } + } +} + +function getColumnWidthMultiplier(node, nodes) { + if (!node.children.length) { + return 1; + } + + var maxColumn = node.index + nodes.length; + var minColumn = node.children.reduce(function (min, c) { + return Math.min(min, c.index); + }, maxColumn); + return minColumn - node.index; +} + +function getOverlappingIndices(node, nodes) { + var e_5, _a; + + var indices = []; + + try { + for (var nodes_2 = __values(nodes), nodes_2_1 = nodes_2.next(); !nodes_2_1.done; nodes_2_1 = nodes_2.next()) { + var other = nodes_2_1.value; + + if (Object(_common__WEBPACK_IMPORTED_MODULE_0__["hasOverlap"])(node.start, node.end, other.start, other.end)) { + indices.push(other.index); + } + } + } catch (e_5_1) { + e_5 = { + error: e_5_1 + }; + } finally { + try { + if (nodes_2_1 && !nodes_2_1.done && (_a = nodes_2.return)) _a.call(nodes_2); + } finally { + if (e_5) throw e_5.error; + } + } + + return indices; +} + +function getNextIndex(node, nodes) { + var indices = getOverlappingIndices(node, nodes); + indices.sort(); + + for (var i = 0; i < indices.length; i++) { + if (i < indices[i]) { + return i; + } + } + + return false; +} + +function getOverlappingRange(node, nodes, indexMin, indexMax, returnFirstColumn) { + var e_6, _a; + + if (returnFirstColumn === void 0) { + returnFirstColumn = false; + } + + var overlapping = []; + + try { + for (var nodes_3 = __values(nodes), nodes_3_1 = nodes_3.next(); !nodes_3_1.done; nodes_3_1 = nodes_3.next()) { + var other = nodes_3_1.value; + + if (other.index >= indexMin && other.index <= indexMax && Object(_common__WEBPACK_IMPORTED_MODULE_0__["hasOverlap"])(node.start, node.end, other.start, other.end)) { + overlapping.push(other); + } + } + } catch (e_6_1) { + e_6 = { + error: e_6_1 + }; + } finally { + try { + if (nodes_3_1 && !nodes_3_1.done && (_a = nodes_3.return)) _a.call(nodes_3); + } finally { + if (e_6) throw e_6.error; + } + } + + if (returnFirstColumn && overlapping.length > 0) { + var first_1 = overlapping.reduce(function (min, n) { + return Math.min(min, n.index); + }, overlapping[0].index); + return overlapping.filter(function (n) { + return n.index === first_1; + }); + } + + return overlapping; +} + +function getParent(node, nodes) { + var e_7, _a; + + var parent = null; + + try { + for (var nodes_4 = __values(nodes), nodes_4_1 = nodes_4.next(); !nodes_4_1.done; nodes_4_1 = nodes_4.next()) { + var other = nodes_4_1.value; + + if (Object(_common__WEBPACK_IMPORTED_MODULE_0__["hasOverlap"])(node.start, node.end, other.start, other.end) && (parent === null || other.index > parent.index)) { + parent = other; + } + } + } catch (e_7_1) { + e_7 = { + error: e_7_1 + }; + } finally { + try { + if (nodes_4_1 && !nodes_4_1.done && (_a = nodes_4.return)) _a.call(nodes_4); + } finally { + if (e_7) throw e_7.error; + } + } + + return parent; +} + +function hasFullWidth(node, nodes, overlapThreshold) { + var e_8, _a; + + try { + for (var nodes_5 = __values(nodes), nodes_5_1 = nodes_5.next(); !nodes_5_1.done; nodes_5_1 = nodes_5.next()) { + var other = nodes_5_1.value; + + if (other !== node && other.index > node.index && Object(_common__WEBPACK_IMPORTED_MODULE_0__["hasOverlap"])(node.start, addTime(node.start, overlapThreshold), other.start, other.end)) { + return false; + } + } + } catch (e_8_1) { + e_8 = { + error: e_8_1 + }; + } finally { + try { + if (nodes_5_1 && !nodes_5_1.done && (_a = nodes_5.return)) _a.call(nodes_5); + } finally { + if (e_8) throw e_8.error; + } + } + + return true; +} + +function getGroups(visuals, dayStart) { + var e_9, _a, e_10, _b; + + var groups = []; + + try { + for (var visuals_1 = __values(visuals), visuals_1_1 = visuals_1.next(); !visuals_1_1.done; visuals_1_1 = visuals_1.next()) { + var visual = visuals_1_1.value; + + var _c = __read(Object(_common__WEBPACK_IMPORTED_MODULE_0__["getNormalizedRange"])(visual.event, dayStart), 2), + start = _c[0], + end = _c[1]; + + var added = false; + + try { + for (var groups_2 = (e_10 = void 0, __values(groups)), groups_2_1 = groups_2.next(); !groups_2_1.done; groups_2_1 = groups_2.next()) { + var group = groups_2_1.value; + + if (Object(_common__WEBPACK_IMPORTED_MODULE_0__["hasOverlap"])(start, end, group.start, group.end)) { + group.visuals.push(visual); + group.end = Math.max(group.end, end); + added = true; + break; + } + } + } catch (e_10_1) { + e_10 = { + error: e_10_1 + }; + } finally { + try { + if (groups_2_1 && !groups_2_1.done && (_b = groups_2.return)) _b.call(groups_2); + } finally { + if (e_10) throw e_10.error; + } + } + + if (!added) { + groups.push({ + start: start, + end: end, + visuals: [visual] + }); + } + } + } catch (e_9_1) { + e_9 = { + error: e_9_1 + }; + } finally { + try { + if (visuals_1_1 && !visuals_1_1.done && (_a = visuals_1.return)) _a.call(visuals_1); + } finally { + if (e_9) throw e_9.error; + } + } + + return groups; +} + +function getNode(visual, dayStart) { + var _a = __read(Object(_common__WEBPACK_IMPORTED_MODULE_0__["getNormalizedRange"])(visual.event, dayStart), 2), + start = _a[0], + end = _a[1]; + + return { + parent: null, + sibling: true, + index: 0, + visual: visual, + start: start, + end: end, + children: [] + }; +} + +function getMaxChildIndex(node) { + var e_11, _a; + + var max = node.index; + + try { + for (var _b = __values(node.children), _c = _b.next(); !_c.done; _c = _b.next()) { + var child = _c.value; + var childMax = getMaxChildIndex(child); + + if (childMax > max) { + max = childMax; + } + } + } catch (e_11_1) { + e_11 = { + error: e_11_1 + }; + } finally { + try { + if (_c && !_c.done && (_a = _b.return)) _a.call(_b); + } finally { + if (e_11) throw e_11.error; + } + } + + return max; +} + +function addTime(identifier, minutes) { + var removeMinutes = identifier % 100; + var totalMinutes = removeMinutes + minutes; + var addHours = Math.floor(totalMinutes / 60); + var addMinutes = totalMinutes % 60; + return identifier - removeMinutes + addHours * 100 + addMinutes; +} + +/***/ }), + +/***/ "./src/components/VCalendar/util/events.ts": +/*!*************************************************!*\ + !*** ./src/components/VCalendar/util/events.ts ***! + \*************************************************/ +/*! exports provided: parseEvent, isEventOn, isEventStart, isEventOverlapping */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "parseEvent", function() { return parseEvent; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isEventOn", function() { return isEventOn; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isEventStart", function() { return isEventStart; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isEventOverlapping", function() { return isEventOverlapping; }); +/* harmony import */ var _timestamp__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./timestamp */ "./src/components/VCalendar/util/timestamp.ts"); + +function parseEvent(input, index, startProperty, endProperty) { + var start = Object(_timestamp__WEBPACK_IMPORTED_MODULE_0__["parseTimestamp"])(input[startProperty], true); + var end = input[endProperty] ? Object(_timestamp__WEBPACK_IMPORTED_MODULE_0__["parseTimestamp"])(input[endProperty], true) : start; + var startIdentifier = Object(_timestamp__WEBPACK_IMPORTED_MODULE_0__["getDayIdentifier"])(start); + var startTimestampIdentifier = Object(_timestamp__WEBPACK_IMPORTED_MODULE_0__["getTimestampIdentifier"])(start); + var endIdentifier = Object(_timestamp__WEBPACK_IMPORTED_MODULE_0__["getDayIdentifier"])(end); + var endOffset = start.hasTime ? 0 : 2359; + var endTimestampIdentifier = Object(_timestamp__WEBPACK_IMPORTED_MODULE_0__["getTimestampIdentifier"])(end) + endOffset; + var allDay = !start.hasTime; + return { + input: input, + start: start, + startIdentifier: startIdentifier, + startTimestampIdentifier: startTimestampIdentifier, + end: end, + endIdentifier: endIdentifier, + endTimestampIdentifier: endTimestampIdentifier, + allDay: allDay, + index: index + }; +} +function isEventOn(event, dayIdentifier) { + return dayIdentifier >= event.startIdentifier && dayIdentifier <= event.endIdentifier; +} +function isEventStart(event, day, dayIdentifier, firstWeekday) { + return dayIdentifier === event.startIdentifier || firstWeekday === day.weekday && isEventOn(event, dayIdentifier); +} +function isEventOverlapping(event, startIdentifier, endIdentifier) { + return startIdentifier <= event.endIdentifier && endIdentifier >= event.startIdentifier; +} + +/***/ }), + +/***/ "./src/components/VCalendar/util/props.ts": +/*!************************************************!*\ + !*** ./src/components/VCalendar/util/props.ts ***! + \************************************************/ +/*! exports provided: default, validateNumber, validateWeekdays */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "validateNumber", function() { return validateNumber; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "validateWeekdays", function() { return validateWeekdays; }); +/* harmony import */ var _timestamp__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./timestamp */ "./src/components/VCalendar/util/timestamp.ts"); +/* harmony import */ var _modes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../modes */ "./src/components/VCalendar/modes/index.ts"); + + +/* harmony default export */ __webpack_exports__["default"] = ({ + base: { + start: { + type: String, + validate: _timestamp__WEBPACK_IMPORTED_MODULE_0__["validateTimestamp"], + default: function _default() { + return Object(_timestamp__WEBPACK_IMPORTED_MODULE_0__["parseDate"])(new Date()).date; + } + }, + end: { + type: String, + validate: _timestamp__WEBPACK_IMPORTED_MODULE_0__["validateTimestamp"] + }, + weekdays: { + type: [Array, String], + default: function _default() { + return [0, 1, 2, 3, 4, 5, 6]; + }, + validate: validateWeekdays + }, + hideHeader: { + type: Boolean, + default: false + }, + shortWeekdays: { + type: Boolean, + default: true + }, + weekdayFormat: { + type: Function, + default: null + }, + dayFormat: { + type: Function, + default: null + } + }, + intervals: { + maxDays: { + type: Number, + default: 7 + }, + shortIntervals: { + type: Boolean, + default: true + }, + intervalHeight: { + type: [Number, String], + default: 48, + validate: validateNumber + }, + intervalWidth: { + type: [Number, String], + default: 60, + validate: validateNumber + }, + intervalMinutes: { + type: [Number, String], + default: 60, + validate: validateNumber + }, + firstInterval: { + type: [Number, String], + default: 0, + validate: validateNumber + }, + intervalCount: { + type: [Number, String], + default: 24, + validate: validateNumber + }, + intervalFormat: { + type: Function, + default: null + }, + intervalStyle: { + type: Function, + default: null + }, + showIntervalLabel: { + type: Function, + default: null + } + }, + weeks: { + minWeeks: { + validate: validateNumber, + default: 1 + }, + shortMonths: { + type: Boolean, + default: true + }, + showMonthOnFirst: { + type: Boolean, + default: true + }, + monthFormat: { + type: Function, + default: null + } + }, + calendar: { + type: { + type: String, + default: 'month' + }, + value: { + type: String, + validate: _timestamp__WEBPACK_IMPORTED_MODULE_0__["validateTimestamp"] + } + }, + events: { + events: { + type: Array, + default: function _default() { + return []; + } + }, + eventStart: { + type: String, + default: 'start' + }, + eventEnd: { + type: String, + default: 'end' + }, + eventHeight: { + type: Number, + default: 20 + }, + eventColor: { + type: [String, Function], + default: 'primary' + }, + eventTextColor: { + type: [String, Function], + default: 'white' + }, + eventName: { + type: [String, Function], + default: 'name' + }, + eventOverlapThreshold: { + type: [String, Number], + default: 60 + }, + eventOverlapMode: { + type: [String, Function], + default: 'stack', + validate: function validate(mode) { + return mode in _modes__WEBPACK_IMPORTED_MODULE_1__["CalendarEventOverlapModes"] || typeof mode === 'function'; + } + }, + eventMore: { + type: Boolean, + default: true + }, + eventMoreText: { + type: String, + default: '$vuetify.calendar.moreEvents' + }, + eventRipple: { + type: [Boolean, Object], + default: null + }, + eventMarginBottom: { + type: Number, + default: 1 + } + } +}); +function validateNumber(input) { + return isFinite(parseInt(input)); +} +function validateWeekdays(input) { + if (typeof input === 'string') { + input = input.split(','); + } + + if (Array.isArray(input)) { + var ints = input.map(function (x) { + return parseInt(x); + }); + + if (ints.length > _timestamp__WEBPACK_IMPORTED_MODULE_0__["DAYS_IN_WEEK"] || ints.length === 0) { + return false; + } + + var visited = {}; + var wrapped = false; + + for (var i = 0; i < ints.length; i++) { + var x = ints[i]; + + if (!isFinite(x) || x < 0 || x >= _timestamp__WEBPACK_IMPORTED_MODULE_0__["DAYS_IN_WEEK"]) { + return false; + } + + if (i > 0) { + var d = x - ints[i - 1]; + + if (d < 0) { + if (wrapped) { + return false; + } + + wrapped = true; + } else if (d === 0) { + return false; + } + } + + if (visited[x]) { + return false; + } + + visited[x] = true; + } + + return true; + } + + return false; +} + +/***/ }), + +/***/ "./src/components/VCalendar/util/timestamp.ts": +/*!****************************************************!*\ + !*** ./src/components/VCalendar/util/timestamp.ts ***! + \****************************************************/ +/*! exports provided: PARSE_REGEX, PARSE_TIME, DAYS_IN_MONTH, DAYS_IN_MONTH_LEAP, DAYS_IN_MONTH_MIN, DAYS_IN_MONTH_MAX, MONTH_MAX, MONTH_MIN, DAY_MIN, DAYS_IN_WEEK, MINUTES_IN_HOUR, HOURS_IN_DAY, FIRST_HOUR, getStartOfWeek, getEndOfWeek, getStartOfMonth, getEndOfMonth, parseTime, validateTimestamp, parseTimestamp, parseDate, getDayIdentifier, getTimeIdentifier, getTimestampIdentifier, updateRelative, updateMinutes, updateWeekday, updateFormatted, getWeekday, isLeapYear, daysInMonth, copyTimestamp, padNumber, getDate, getTime, nextMinutes, nextDay, prevDay, relativeDays, diffMinutes, findWeekday, getWeekdaySkips, createDayList, createIntervalList, createNativeLocaleFormatter */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PARSE_REGEX", function() { return PARSE_REGEX; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PARSE_TIME", function() { return PARSE_TIME; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DAYS_IN_MONTH", function() { return DAYS_IN_MONTH; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DAYS_IN_MONTH_LEAP", function() { return DAYS_IN_MONTH_LEAP; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DAYS_IN_MONTH_MIN", function() { return DAYS_IN_MONTH_MIN; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DAYS_IN_MONTH_MAX", function() { return DAYS_IN_MONTH_MAX; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MONTH_MAX", function() { return MONTH_MAX; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MONTH_MIN", function() { return MONTH_MIN; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DAY_MIN", function() { return DAY_MIN; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DAYS_IN_WEEK", function() { return DAYS_IN_WEEK; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MINUTES_IN_HOUR", function() { return MINUTES_IN_HOUR; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HOURS_IN_DAY", function() { return HOURS_IN_DAY; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FIRST_HOUR", function() { return FIRST_HOUR; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getStartOfWeek", function() { return getStartOfWeek; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getEndOfWeek", function() { return getEndOfWeek; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getStartOfMonth", function() { return getStartOfMonth; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getEndOfMonth", function() { return getEndOfMonth; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "parseTime", function() { return parseTime; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "validateTimestamp", function() { return validateTimestamp; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "parseTimestamp", function() { return parseTimestamp; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "parseDate", function() { return parseDate; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getDayIdentifier", function() { return getDayIdentifier; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getTimeIdentifier", function() { return getTimeIdentifier; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getTimestampIdentifier", function() { return getTimestampIdentifier; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "updateRelative", function() { return updateRelative; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "updateMinutes", function() { return updateMinutes; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "updateWeekday", function() { return updateWeekday; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "updateFormatted", function() { return updateFormatted; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getWeekday", function() { return getWeekday; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isLeapYear", function() { return isLeapYear; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "daysInMonth", function() { return daysInMonth; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "copyTimestamp", function() { return copyTimestamp; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "padNumber", function() { return padNumber; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getDate", function() { return getDate; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getTime", function() { return getTime; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nextMinutes", function() { return nextMinutes; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nextDay", function() { return nextDay; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "prevDay", function() { return prevDay; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "relativeDays", function() { return relativeDays; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "diffMinutes", function() { return diffMinutes; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "findWeekday", function() { return findWeekday; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getWeekdaySkips", function() { return getWeekdaySkips; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createDayList", function() { return createDayList; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createIntervalList", function() { return createIntervalList; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createNativeLocaleFormatter", function() { return createNativeLocaleFormatter; }); +function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +var PARSE_REGEX = /^(\d{4})-(\d{1,2})(-(\d{1,2}))?([^\d]+(\d{1,2}))?(:(\d{1,2}))?(:(\d{1,2}))?$/; +var PARSE_TIME = /(\d\d?)(:(\d\d?)|)(:(\d\d?)|)/; +var DAYS_IN_MONTH = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; +var DAYS_IN_MONTH_LEAP = [0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; +var DAYS_IN_MONTH_MIN = 28; +var DAYS_IN_MONTH_MAX = 31; +var MONTH_MAX = 12; +var MONTH_MIN = 1; +var DAY_MIN = 1; +var DAYS_IN_WEEK = 7; +var MINUTES_IN_HOUR = 60; +var HOURS_IN_DAY = 24; +var FIRST_HOUR = 0; +function getStartOfWeek(timestamp, weekdays, today) { + var start = copyTimestamp(timestamp); + findWeekday(start, weekdays[0], prevDay); + updateFormatted(start); + + if (today) { + updateRelative(start, today, start.hasTime); + } + + return start; +} +function getEndOfWeek(timestamp, weekdays, today) { + var end = copyTimestamp(timestamp); + findWeekday(end, weekdays[weekdays.length - 1]); + updateFormatted(end); + + if (today) { + updateRelative(end, today, end.hasTime); + } + + return end; +} +function getStartOfMonth(timestamp) { + var start = copyTimestamp(timestamp); + start.day = DAY_MIN; + updateWeekday(start); + updateFormatted(start); + return start; +} +function getEndOfMonth(timestamp) { + var end = copyTimestamp(timestamp); + end.day = daysInMonth(end.year, end.month); + updateWeekday(end); + updateFormatted(end); + return end; +} +function parseTime(input) { + if (typeof input === 'number') { + // when a number is given, it's minutes since 12:00am + return input; + } else if (typeof input === 'string') { + // when a string is given, it's a hh:mm:ss format where seconds are optional + var parts = PARSE_TIME.exec(input); + + if (!parts) { + return false; + } + + return parseInt(parts[1]) * 60 + parseInt(parts[3] || 0); + } else if (_typeof(input) === 'object') { + // when an object is given, it must have hour and minute + if (typeof input.hour !== 'number' || typeof input.minute !== 'number') { + return false; + } + + return input.hour * 60 + input.minute; + } else { + // unsupported type + return false; + } +} +function validateTimestamp(input) { + return !!PARSE_REGEX.exec(input); +} +function parseTimestamp(input, required, now) { + if (required === void 0) { + required = false; + } // YYYY-MM-DD hh:mm:ss + + + var parts = PARSE_REGEX.exec(input); + + if (!parts) { + if (required) { + throw new Error(input + " is not a valid timestamp. It must be in the format of YYYY-MM-DD or YYYY-MM-DD hh:mm. Zero-padding is optional and seconds are ignored."); + } + + return null; + } + + var timestamp = { + date: input, + time: '', + year: parseInt(parts[1]), + month: parseInt(parts[2]), + day: parseInt(parts[4]) || 1, + hour: parseInt(parts[6]) || 0, + minute: parseInt(parts[8]) || 0, + weekday: 0, + hasDay: !!parts[4], + hasTime: !!(parts[6] && parts[8]), + past: false, + present: false, + future: false + }; + updateWeekday(timestamp); + updateFormatted(timestamp); + + if (now) { + updateRelative(timestamp, now, timestamp.hasTime); + } + + return timestamp; +} +function parseDate(date) { + return updateFormatted({ + date: '', + time: '', + year: date.getFullYear(), + month: date.getMonth() + 1, + day: date.getDate(), + weekday: date.getDay(), + hour: date.getHours(), + minute: date.getMinutes(), + hasDay: true, + hasTime: true, + past: false, + present: true, + future: false + }); +} +function getDayIdentifier(timestamp) { + return timestamp.year * 10000 + timestamp.month * 100 + timestamp.day; +} +function getTimeIdentifier(timestamp) { + return timestamp.hour * 100 + timestamp.minute; +} +function getTimestampIdentifier(timestamp) { + return getDayIdentifier(timestamp) * 10000 + getTimeIdentifier(timestamp); +} +function updateRelative(timestamp, now, time) { + if (time === void 0) { + time = false; + } + + var a = getDayIdentifier(now); + var b = getDayIdentifier(timestamp); + var present = a === b; + + if (timestamp.hasTime && time && present) { + a = getTimeIdentifier(now); + b = getTimeIdentifier(timestamp); + present = a === b; + } + + timestamp.past = b < a; + timestamp.present = present; + timestamp.future = b > a; + return timestamp; +} +function updateMinutes(timestamp, minutes, now) { + timestamp.hasTime = true; + timestamp.hour = Math.floor(minutes / MINUTES_IN_HOUR); + timestamp.minute = minutes % MINUTES_IN_HOUR; + timestamp.time = getTime(timestamp); + + if (now) { + updateRelative(timestamp, now, true); + } + + return timestamp; +} +function updateWeekday(timestamp) { + timestamp.weekday = getWeekday(timestamp); + return timestamp; +} +function updateFormatted(timestamp) { + timestamp.time = getTime(timestamp); + timestamp.date = getDate(timestamp); + return timestamp; +} +function getWeekday(timestamp) { + if (timestamp.hasDay) { + var _ = Math.floor; + var k = timestamp.day; + var m = (timestamp.month + 9) % MONTH_MAX + 1; + + var C = _(timestamp.year / 100); + + var Y = timestamp.year % 100 - (timestamp.month <= 2 ? 1 : 0); + return ((k + _(2.6 * m - 0.2) - 2 * C + Y + _(Y / 4) + _(C / 4)) % 7 + 7) % 7; + } + + return timestamp.weekday; +} +function isLeapYear(year) { + return year % 4 === 0 && year % 100 !== 0 || year % 400 === 0; +} +function daysInMonth(year, month) { + return isLeapYear(year) ? DAYS_IN_MONTH_LEAP[month] : DAYS_IN_MONTH[month]; +} +function copyTimestamp(timestamp) { + var date = timestamp.date, + time = timestamp.time, + year = timestamp.year, + month = timestamp.month, + day = timestamp.day, + weekday = timestamp.weekday, + hour = timestamp.hour, + minute = timestamp.minute, + hasDay = timestamp.hasDay, + hasTime = timestamp.hasTime, + past = timestamp.past, + present = timestamp.present, + future = timestamp.future; + return { + date: date, + time: time, + year: year, + month: month, + day: day, + weekday: weekday, + hour: hour, + minute: minute, + hasDay: hasDay, + hasTime: hasTime, + past: past, + present: present, + future: future + }; +} +function padNumber(x, length) { + var padded = String(x); + + while (padded.length < length) { + padded = '0' + padded; + } + + return padded; +} +function getDate(timestamp) { + var str = padNumber(timestamp.year, 4) + "-" + padNumber(timestamp.month, 2); + if (timestamp.hasDay) str += "-" + padNumber(timestamp.day, 2); + return str; +} +function getTime(timestamp) { + if (!timestamp.hasTime) { + return ''; + } + + return padNumber(timestamp.hour, 2) + ":" + padNumber(timestamp.minute, 2); +} +function nextMinutes(timestamp, minutes) { + timestamp.minute += minutes; + + while (timestamp.minute > MINUTES_IN_HOUR) { + timestamp.minute -= MINUTES_IN_HOUR; + timestamp.hour++; + + if (timestamp.hour >= HOURS_IN_DAY) { + nextDay(timestamp); + timestamp.hour = FIRST_HOUR; + } + } + + return timestamp; +} +function nextDay(timestamp) { + timestamp.day++; + timestamp.weekday = (timestamp.weekday + 1) % DAYS_IN_WEEK; + + if (timestamp.day > DAYS_IN_MONTH_MIN && timestamp.day > daysInMonth(timestamp.year, timestamp.month)) { + timestamp.day = DAY_MIN; + timestamp.month++; + + if (timestamp.month > MONTH_MAX) { + timestamp.month = MONTH_MIN; + timestamp.year++; + } + } + + return timestamp; +} +function prevDay(timestamp) { + timestamp.day--; + timestamp.weekday = (timestamp.weekday + 6) % DAYS_IN_WEEK; + + if (timestamp.day < DAY_MIN) { + timestamp.month--; + + if (timestamp.month < MONTH_MIN) { + timestamp.year--; + timestamp.month = MONTH_MAX; + } + + timestamp.day = daysInMonth(timestamp.year, timestamp.month); + } + + return timestamp; +} +function relativeDays(timestamp, mover, days) { + if (mover === void 0) { + mover = nextDay; + } + + if (days === void 0) { + days = 1; + } + + while (--days >= 0) { + mover(timestamp); + } + + return timestamp; +} +function diffMinutes(min, max) { + var Y = (max.year - min.year) * 525600; + var M = (max.month - min.month) * 43800; + var D = (max.day - min.day) * 1440; + var h = (max.hour - min.hour) * 60; + var m = max.minute - min.minute; + return Y + M + D + h + m; +} +function findWeekday(timestamp, weekday, mover, maxDays) { + if (mover === void 0) { + mover = nextDay; + } + + if (maxDays === void 0) { + maxDays = 6; + } + + while (timestamp.weekday !== weekday && --maxDays >= 0) { + mover(timestamp); + } + + return timestamp; +} +function getWeekdaySkips(weekdays) { + var skips = [1, 1, 1, 1, 1, 1, 1]; + var filled = [0, 0, 0, 0, 0, 0, 0]; + + for (var i = 0; i < weekdays.length; i++) { + filled[weekdays[i]] = 1; + } + + for (var k = 0; k < DAYS_IN_WEEK; k++) { + var skip = 1; + + for (var j = 1; j < DAYS_IN_WEEK; j++) { + var next = (k + j) % DAYS_IN_WEEK; + + if (filled[next]) { + break; + } + + skip++; + } + + skips[k] = filled[k] * skip; + } + + return skips; +} +function createDayList(start, end, now, weekdaySkips, max, min) { + if (max === void 0) { + max = 42; + } + + if (min === void 0) { + min = 0; + } + + var stop = getDayIdentifier(end); + var days = []; + var current = copyTimestamp(start); + var currentIdentifier = 0; + var stopped = currentIdentifier === stop; + + if (stop < getDayIdentifier(start)) { + throw new Error('End date is earlier than start date.'); + } + + while ((!stopped || days.length < min) && days.length < max) { + currentIdentifier = getDayIdentifier(current); + stopped = stopped || currentIdentifier === stop; + + if (weekdaySkips[current.weekday] === 0) { + current = nextDay(current); + continue; + } + + var day = copyTimestamp(current); + updateFormatted(day); + updateRelative(day, now); + days.push(day); + current = relativeDays(current, nextDay, weekdaySkips[current.weekday]); + } + + if (!days.length) throw new Error('No dates found using specified start date, end date, and weekdays.'); + return days; +} +function createIntervalList(timestamp, first, minutes, count, now) { + var intervals = []; + + for (var i = 0; i < count; i++) { + var mins = (first + i) * minutes; + var int = copyTimestamp(timestamp); + intervals.push(updateMinutes(int, mins, now)); + } + + return intervals; +} +function createNativeLocaleFormatter(locale, getOptions) { + var emptyFormatter = function emptyFormatter(_t, _s) { + return ''; + }; + + if (typeof Intl === 'undefined' || typeof Intl.DateTimeFormat === 'undefined') { + return emptyFormatter; + } + + return function (timestamp, short) { + try { + var intlFormatter = new Intl.DateTimeFormat(locale || undefined, getOptions(timestamp, short)); + var time = padNumber(timestamp.hour, 2) + ":" + padNumber(timestamp.minute, 2); + var date = timestamp.date; + return intlFormatter.format(new Date(date + "T" + time + ":00+00:00")); + } catch (e) { + return ''; + } + }; +} + +/***/ }), + +/***/ "./src/components/VCard/VCard.sass": +/*!*****************************************!*\ + !*** ./src/components/VCard/VCard.sass ***! + \*****************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VCard/VCard.ts": +/*!***************************************!*\ + !*** ./src/components/VCard/VCard.ts ***! + \***************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VCard_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VCard.sass */ "./src/components/VCard/VCard.sass"); +/* harmony import */ var _VCard_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VCard_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSheet__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VSheet */ "./src/components/VSheet/index.ts"); +/* harmony import */ var _mixins_loadable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/loadable */ "./src/mixins/loadable/index.ts"); +/* harmony import */ var _mixins_routable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/routable */ "./src/mixins/routable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Extensions + + // Mixins + + + // Helpers + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(_mixins_loadable__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_routable__WEBPACK_IMPORTED_MODULE_3__["default"], _VSheet__WEBPACK_IMPORTED_MODULE_1__["default"]).extend({ + name: 'v-card', + props: { + flat: Boolean, + hover: Boolean, + img: String, + link: Boolean, + loaderHeight: { + type: [Number, String], + default: 4 + }, + outlined: Boolean, + raised: Boolean, + shaped: Boolean + }, + computed: { + classes: function classes() { + return __assign({ + 'v-card': true + }, _mixins_routable__WEBPACK_IMPORTED_MODULE_3__["default"].options.computed.classes.call(this), { + 'v-card--flat': this.flat, + 'v-card--hover': this.hover, + 'v-card--link': this.isClickable, + 'v-card--loading': this.loading, + 'v-card--disabled': this.disabled, + 'v-card--outlined': this.outlined, + 'v-card--raised': this.raised, + 'v-card--shaped': this.shaped + }, _VSheet__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.classes.call(this)); + }, + styles: function styles() { + var style = __assign({}, _VSheet__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.styles.call(this)); + + if (this.img) { + style.background = "url(\"" + this.img + "\") center center / cover no-repeat"; + } + + return style; + } + }, + methods: { + genProgress: function genProgress() { + var render = _mixins_loadable__WEBPACK_IMPORTED_MODULE_2__["default"].options.methods.genProgress.call(this); + if (!render) return null; + return this.$createElement('div', { + staticClass: 'v-card__progress', + key: 'progress' + }, [render]); + } + }, + render: function render(h) { + var _a = this.generateRouteLink(), + tag = _a.tag, + data = _a.data; + + data.style = this.styles; + + if (this.isClickable) { + data.attrs = data.attrs || {}; + data.attrs.tabindex = 0; + } + + return h(tag, this.setBackgroundColor(this.color, data), [this.genProgress(), this.$slots.default]); + } +})); + +/***/ }), + +/***/ "./src/components/VCard/index.ts": +/*!***************************************!*\ + !*** ./src/components/VCard/index.ts ***! + \***************************************/ +/*! exports provided: VCard, VCardActions, VCardSubtitle, VCardText, VCardTitle, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VCardActions", function() { return VCardActions; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VCardSubtitle", function() { return VCardSubtitle; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VCardText", function() { return VCardText; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VCardTitle", function() { return VCardTitle; }); +/* harmony import */ var _VCard__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VCard */ "./src/components/VCard/VCard.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VCard", function() { return _VCard__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); + + +var VCardActions = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["createSimpleFunctional"])('v-card__actions'); +var VCardSubtitle = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["createSimpleFunctional"])('v-card__subtitle'); +var VCardText = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["createSimpleFunctional"])('v-card__text'); +var VCardTitle = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["createSimpleFunctional"])('v-card__title'); + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VCard: _VCard__WEBPACK_IMPORTED_MODULE_0__["default"], + VCardActions: VCardActions, + VCardSubtitle: VCardSubtitle, + VCardText: VCardText, + VCardTitle: VCardTitle + } +}); + +/***/ }), + +/***/ "./src/components/VCarousel/VCarousel.sass": +/*!*************************************************!*\ + !*** ./src/components/VCarousel/VCarousel.sass ***! + \*************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VCarousel/VCarousel.ts": +/*!***********************************************!*\ + !*** ./src/components/VCarousel/VCarousel.ts ***! + \***********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VCarousel_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VCarousel.sass */ "./src/components/VCarousel/VCarousel.sass"); +/* harmony import */ var _VCarousel_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VCarousel_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VWindow_VWindow__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VWindow/VWindow */ "./src/components/VWindow/VWindow.ts"); +/* harmony import */ var _VBtn__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VBtn */ "./src/components/VBtn/index.ts"); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _VProgressLinear__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../VProgressLinear */ "./src/components/VProgressLinear/index.ts"); +/* harmony import */ var _mixins_button_group__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/button-group */ "./src/mixins/button-group/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Extensions + + // Components + + + + // Mixins +// TODO: Move this into core components v2.0 + + // Utilities + + + +/* harmony default export */ __webpack_exports__["default"] = (_VWindow_VWindow__WEBPACK_IMPORTED_MODULE_1__["default"].extend({ + name: 'v-carousel', + props: { + continuous: { + type: Boolean, + default: true + }, + cycle: Boolean, + delimiterIcon: { + type: String, + default: '$delimiter' + }, + height: { + type: [Number, String], + default: 500 + }, + hideDelimiters: Boolean, + hideDelimiterBackground: Boolean, + interval: { + type: [Number, String], + default: 6000, + validator: function validator(value) { + return value > 0; + } + }, + mandatory: { + type: Boolean, + default: true + }, + progress: Boolean, + progressColor: String, + showArrows: { + type: Boolean, + default: true + }, + verticalDelimiters: { + type: String, + default: undefined + } + }, + data: function data() { + return { + internalHeight: this.height, + slideTimeout: undefined + }; + }, + computed: { + classes: function classes() { + return __assign({}, _VWindow_VWindow__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.classes.call(this), { + 'v-carousel': true, + 'v-carousel--hide-delimiter-background': this.hideDelimiterBackground, + 'v-carousel--vertical-delimiters': this.isVertical + }); + }, + isDark: function isDark() { + return this.dark || !this.light; + }, + isVertical: function isVertical() { + return this.verticalDelimiters != null; + } + }, + watch: { + internalValue: 'restartTimeout', + interval: 'restartTimeout', + height: function height(val, oldVal) { + if (val === oldVal || !val) return; + this.internalHeight = val; + }, + cycle: function cycle(val) { + if (val) { + this.restartTimeout(); + } else { + clearTimeout(this.slideTimeout); + this.slideTimeout = undefined; + } + } + }, + created: function created() { + /* istanbul ignore next */ + if (this.$attrs.hasOwnProperty('hide-controls')) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_7__["breaking"])('hide-controls', ':show-arrows="false"', this); + } + }, + mounted: function mounted() { + this.startTimeout(); + }, + methods: { + genControlIcons: function genControlIcons() { + if (this.isVertical) return null; + return _VWindow_VWindow__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.genControlIcons.call(this); + }, + genDelimiters: function genDelimiters() { + return this.$createElement('div', { + staticClass: 'v-carousel__controls', + style: { + left: this.verticalDelimiters === 'left' && this.isVertical ? 0 : 'auto', + right: this.verticalDelimiters === 'right' ? 0 : 'auto' + } + }, [this.genItems()]); + }, + genItems: function genItems() { + var _this = this; + + var length = this.items.length; + var children = []; + + for (var i = 0; i < length; i++) { + var child = this.$createElement(_VBtn__WEBPACK_IMPORTED_MODULE_2__["default"], { + staticClass: 'v-carousel__controls__item', + attrs: { + 'aria-label': this.$vuetify.lang.t('$vuetify.carousel.ariaLabel.delimiter', i + 1, length) + }, + props: { + icon: true, + small: true, + value: this.getValue(this.items[i], i) + } + }, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_3__["default"], { + props: { + size: 18 + } + }, this.delimiterIcon)]); + children.push(child); + } + + return this.$createElement(_mixins_button_group__WEBPACK_IMPORTED_MODULE_5__["default"], { + props: { + value: this.internalValue, + mandatory: this.mandatory + }, + on: { + change: function change(val) { + _this.internalValue = val; + } + } + }, children); + }, + genProgress: function genProgress() { + return this.$createElement(_VProgressLinear__WEBPACK_IMPORTED_MODULE_4__["default"], { + staticClass: 'v-carousel__progress', + props: { + color: this.progressColor, + value: (this.internalIndex + 1) / this.items.length * 100 + } + }); + }, + restartTimeout: function restartTimeout() { + this.slideTimeout && clearTimeout(this.slideTimeout); + this.slideTimeout = undefined; + window.requestAnimationFrame(this.startTimeout); + }, + startTimeout: function startTimeout() { + if (!this.cycle) return; + this.slideTimeout = window.setTimeout(this.next, +this.interval > 0 ? +this.interval : 6000); + } + }, + render: function render(h) { + var render = _VWindow_VWindow__WEBPACK_IMPORTED_MODULE_1__["default"].options.render.call(this, h); + render.data.style = "height: " + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["convertToUnit"])(this.height) + ";"; + /* istanbul ignore else */ + + if (!this.hideDelimiters) { + render.children.push(this.genDelimiters()); + } + /* istanbul ignore else */ + + + if (this.progress || this.progressColor) { + render.children.push(this.genProgress()); + } + + return render; + } +})); + +/***/ }), + +/***/ "./src/components/VCarousel/VCarouselItem.ts": +/*!***************************************************!*\ + !*** ./src/components/VCarousel/VCarouselItem.ts ***! + \***************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VWindow_VWindowItem__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../VWindow/VWindowItem */ "./src/components/VWindow/VWindowItem.ts"); +/* harmony import */ var _VImg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VImg */ "./src/components/VImg/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _mixins_routable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/routable */ "./src/mixins/routable/index.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Extensions + + + // Components + + // Utilities + + + + // Types + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_VWindow_VWindowItem__WEBPACK_IMPORTED_MODULE_0__["default"], _mixins_routable__WEBPACK_IMPORTED_MODULE_4__["default"]); +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend({ + name: 'v-carousel-item', + inheritAttrs: false, + methods: { + genDefaultSlot: function genDefaultSlot() { + return [this.$createElement(_VImg__WEBPACK_IMPORTED_MODULE_1__["VImg"], { + staticClass: 'v-carousel__item', + props: __assign({}, this.$attrs, { + height: this.windowGroup.internalHeight + }), + on: this.$listeners, + scopedSlots: { + placeholder: this.$scopedSlots.placeholder + } + }, Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getSlot"])(this))]; + }, + genWindowItem: function genWindowItem() { + var _a = this.generateRouteLink(), + tag = _a.tag, + data = _a.data; + + data.staticClass = 'v-window-item'; + data.directives.push({ + name: 'show', + value: this.isActive + }); + return this.$createElement(tag, data, this.genDefaultSlot()); + } + } +})); + +/***/ }), + +/***/ "./src/components/VCarousel/index.ts": +/*!*******************************************!*\ + !*** ./src/components/VCarousel/index.ts ***! + \*******************************************/ +/*! exports provided: VCarousel, VCarouselItem, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VCarousel__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VCarousel */ "./src/components/VCarousel/VCarousel.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VCarousel", function() { return _VCarousel__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _VCarouselItem__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VCarouselItem */ "./src/components/VCarousel/VCarouselItem.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VCarouselItem", function() { return _VCarouselItem__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + + + + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VCarousel: _VCarousel__WEBPACK_IMPORTED_MODULE_0__["default"], + VCarouselItem: _VCarouselItem__WEBPACK_IMPORTED_MODULE_1__["default"] + } +}); + +/***/ }), + +/***/ "./src/components/VCheckbox/VCheckbox.sass": +/*!*************************************************!*\ + !*** ./src/components/VCheckbox/VCheckbox.sass ***! + \*************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VCheckbox/VCheckbox.ts": +/*!***********************************************!*\ + !*** ./src/components/VCheckbox/VCheckbox.ts ***! + \***********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VCheckbox_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VCheckbox.sass */ "./src/components/VCheckbox/VCheckbox.sass"); +/* harmony import */ var _VCheckbox_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VCheckbox_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _styles_components_selection_controls_sass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../styles/components/_selection-controls.sass */ "./src/styles/components/_selection-controls.sass"); +/* harmony import */ var _styles_components_selection_controls_sass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_styles_components_selection_controls_sass__WEBPACK_IMPORTED_MODULE_1__); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _VInput__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VInput */ "./src/components/VInput/index.ts"); +/* harmony import */ var _mixins_selectable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/selectable */ "./src/mixins/selectable/index.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + + // Components + + + // Mixins + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_mixins_selectable__WEBPACK_IMPORTED_MODULE_4__["default"].extend({ + name: 'v-checkbox', + props: { + indeterminate: Boolean, + indeterminateIcon: { + type: String, + default: '$checkboxIndeterminate' + }, + offIcon: { + type: String, + default: '$checkboxOff' + }, + onIcon: { + type: String, + default: '$checkboxOn' + } + }, + data: function data() { + return { + inputIndeterminate: this.indeterminate + }; + }, + computed: { + classes: function classes() { + return __assign({}, _VInput__WEBPACK_IMPORTED_MODULE_3__["default"].options.computed.classes.call(this), { + 'v-input--selection-controls': true, + 'v-input--checkbox': true, + 'v-input--indeterminate': this.inputIndeterminate + }); + }, + computedIcon: function computedIcon() { + if (this.inputIndeterminate) { + return this.indeterminateIcon; + } else if (this.isActive) { + return this.onIcon; + } else { + return this.offIcon; + } + }, + // Do not return undefined if disabled, + // according to spec, should still show + // a color when disabled and active + validationState: function validationState() { + if (this.disabled && !this.inputIndeterminate) return undefined; + if (this.hasError && this.shouldValidate) return 'error'; + if (this.hasSuccess) return 'success'; + if (this.hasColor !== null) return this.computedColor; + return undefined; + } + }, + watch: { + indeterminate: function indeterminate(val) { + var _this = this; // https://github.com/vuetifyjs/vuetify/issues/8270 + + + this.$nextTick(function () { + return _this.inputIndeterminate = val; + }); + }, + inputIndeterminate: function inputIndeterminate(val) { + this.$emit('update:indeterminate', val); + }, + isActive: function isActive() { + if (!this.indeterminate) return; + this.inputIndeterminate = false; + } + }, + methods: { + genCheckbox: function genCheckbox() { + return this.$createElement('div', { + staticClass: 'v-input--selection-controls__input' + }, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_2__["default"], this.setTextColor(this.validationState, { + props: { + dense: this.dense, + dark: this.dark, + light: this.light + } + }), this.computedIcon), this.genInput('checkbox', __assign({}, this.attrs$, { + 'aria-checked': this.inputIndeterminate ? 'mixed' : this.isActive.toString() + })), this.genRipple(this.setTextColor(this.rippleState))]); + }, + genDefaultSlot: function genDefaultSlot() { + return [this.genCheckbox(), this.genLabel()]; + } + } +})); + +/***/ }), + +/***/ "./src/components/VCheckbox/VSimpleCheckbox.sass": +/*!*******************************************************!*\ + !*** ./src/components/VCheckbox/VSimpleCheckbox.sass ***! + \*******************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VCheckbox/VSimpleCheckbox.ts": +/*!*****************************************************!*\ + !*** ./src/components/VCheckbox/VSimpleCheckbox.ts ***! + \*****************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSimpleCheckbox_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSimpleCheckbox.sass */ "./src/components/VCheckbox/VSimpleCheckbox.sass"); +/* harmony import */ var _VSimpleCheckbox_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VSimpleCheckbox_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _directives_ripple__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../directives/ripple */ "./src/directives/ripple/index.ts"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_2__); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + + + + + + + + +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_2___default.a.extend({ + name: 'v-simple-checkbox', + functional: true, + directives: { + ripple: _directives_ripple__WEBPACK_IMPORTED_MODULE_1__["default"] + }, + props: __assign({}, _mixins_colorable__WEBPACK_IMPORTED_MODULE_4__["default"].options.props, _mixins_themeable__WEBPACK_IMPORTED_MODULE_5__["default"].options.props, { + disabled: Boolean, + ripple: { + type: Boolean, + default: true + }, + value: Boolean, + indeterminate: Boolean, + indeterminateIcon: { + type: String, + default: '$checkboxIndeterminate' + }, + onIcon: { + type: String, + default: '$checkboxOn' + }, + offIcon: { + type: String, + default: '$checkboxOff' + } + }), + render: function render(h, _a) { + var props = _a.props, + data = _a.data; + var children = []; + + if (props.ripple && !props.disabled) { + var ripple_1 = h('div', _mixins_colorable__WEBPACK_IMPORTED_MODULE_4__["default"].options.methods.setTextColor(props.color, { + staticClass: 'v-input--selection-controls__ripple', + directives: [{ + name: 'ripple', + value: { + center: true + } + }] + })); + children.push(ripple_1); + } + + var icon = props.offIcon; + if (props.indeterminate) icon = props.indeterminateIcon;else if (props.value) icon = props.onIcon; + children.push(h(_VIcon__WEBPACK_IMPORTED_MODULE_3__["VIcon"], _mixins_colorable__WEBPACK_IMPORTED_MODULE_4__["default"].options.methods.setTextColor(props.value && props.color, { + props: { + disabled: props.disabled, + dark: props.dark, + light: props.light + } + }), icon)); + var classes = { + 'v-simple-checkbox': true, + 'v-simple-checkbox--disabled': props.disabled + }; + return h('div', __assign({}, data, { + class: classes, + on: { + click: function click(e) { + e.stopPropagation(); + + if (data.on && data.on.input && !props.disabled) { + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["wrapInArray"])(data.on.input).forEach(function (f) { + return f(!props.value); + }); + } + } + } + }), children); + } +})); + +/***/ }), + +/***/ "./src/components/VCheckbox/index.ts": +/*!*******************************************!*\ + !*** ./src/components/VCheckbox/index.ts ***! + \*******************************************/ +/*! exports provided: VCheckbox, VSimpleCheckbox, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VCheckbox__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VCheckbox */ "./src/components/VCheckbox/VCheckbox.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VCheckbox", function() { return _VCheckbox__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _VSimpleCheckbox__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VSimpleCheckbox */ "./src/components/VCheckbox/VSimpleCheckbox.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VSimpleCheckbox", function() { return _VSimpleCheckbox__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + + + + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VCheckbox: _VCheckbox__WEBPACK_IMPORTED_MODULE_0__["default"], + VSimpleCheckbox: _VSimpleCheckbox__WEBPACK_IMPORTED_MODULE_1__["default"] + } +}); + +/***/ }), + +/***/ "./src/components/VChip/VChip.sass": +/*!*****************************************!*\ + !*** ./src/components/VChip/VChip.sass ***! + \*****************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VChip/VChip.ts": +/*!***************************************!*\ + !*** ./src/components/VChip/VChip.ts ***! + \***************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VChip_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VChip.sass */ "./src/components/VChip/VChip.sass"); +/* harmony import */ var _VChip_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VChip_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _transitions__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../transitions */ "./src/components/transitions/index.ts"); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_groupable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/groupable */ "./src/mixins/groupable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _mixins_routable__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/routable */ "./src/mixins/routable/index.ts"); +/* harmony import */ var _mixins_sizeable__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../mixins/sizeable */ "./src/mixins/sizeable/index.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; // Styles + + + + // Components + + + // Mixins + + + + + + + // Utilities + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_1__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_sizeable__WEBPACK_IMPORTED_MODULE_9__["default"], _mixins_routable__WEBPACK_IMPORTED_MODULE_8__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_6__["default"], Object(_mixins_groupable__WEBPACK_IMPORTED_MODULE_5__["factory"])('chipGroup'), Object(_mixins_toggleable__WEBPACK_IMPORTED_MODULE_7__["factory"])('inputValue')).extend({ + name: 'v-chip', + props: { + active: { + type: Boolean, + default: true + }, + activeClass: { + type: String, + default: function _default() { + if (!this.chipGroup) return ''; + return this.chipGroup.activeClass; + } + }, + close: Boolean, + closeIcon: { + type: String, + default: '$delete' + }, + disabled: Boolean, + draggable: Boolean, + filter: Boolean, + filterIcon: { + type: String, + default: '$complete' + }, + label: Boolean, + link: Boolean, + outlined: Boolean, + pill: Boolean, + tag: { + type: String, + default: 'span' + }, + textColor: String, + value: null + }, + data: function data() { + return { + proxyClass: 'v-chip--active' + }; + }, + computed: { + classes: function classes() { + return __assign({ + 'v-chip': true + }, _mixins_routable__WEBPACK_IMPORTED_MODULE_8__["default"].options.computed.classes.call(this), { + 'v-chip--clickable': this.isClickable, + 'v-chip--disabled': this.disabled, + 'v-chip--draggable': this.draggable, + 'v-chip--label': this.label, + 'v-chip--link': this.isLink, + 'v-chip--no-color': !this.color, + 'v-chip--outlined': this.outlined, + 'v-chip--pill': this.pill, + 'v-chip--removable': this.hasClose + }, this.themeClasses, this.sizeableClasses, this.groupClasses); + }, + hasClose: function hasClose() { + return Boolean(this.close); + }, + isClickable: function isClickable() { + return Boolean(_mixins_routable__WEBPACK_IMPORTED_MODULE_8__["default"].options.computed.isClickable.call(this) || this.chipGroup); + } + }, + created: function created() { + var _this = this; + + var breakingProps = [['outline', 'outlined'], ['selected', 'input-value'], ['value', 'active'], ['@input', '@active.sync']]; + /* istanbul ignore next */ + + breakingProps.forEach(function (_a) { + var _b = __read(_a, 2), + original = _b[0], + replacement = _b[1]; + + if (_this.$attrs.hasOwnProperty(original)) Object(_util_console__WEBPACK_IMPORTED_MODULE_10__["breaking"])(original, replacement, _this); + }); + }, + methods: { + click: function click(e) { + this.$emit('click', e); + this.chipGroup && this.toggle(); + }, + genFilter: function genFilter() { + var children = []; + + if (this.isActive) { + children.push(this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_3__["default"], { + staticClass: 'v-chip__filter', + props: { + left: true + } + }, this.filterIcon)); + } + + return this.$createElement(_transitions__WEBPACK_IMPORTED_MODULE_2__["VExpandXTransition"], children); + }, + genClose: function genClose() { + var _this = this; + + return this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_3__["default"], { + staticClass: 'v-chip__close', + props: { + right: true, + size: 18 + }, + on: { + click: function click(e) { + e.stopPropagation(); + e.preventDefault(); + + _this.$emit('click:close'); + + _this.$emit('update:active', false); + } + } + }, this.closeIcon); + }, + genContent: function genContent() { + return this.$createElement('span', { + staticClass: 'v-chip__content' + }, [this.filter && this.genFilter(), this.$slots.default, this.hasClose && this.genClose()]); + } + }, + render: function render(h) { + var children = [this.genContent()]; + + var _a = this.generateRouteLink(), + tag = _a.tag, + data = _a.data; + + data.attrs = __assign({}, data.attrs, { + draggable: this.draggable ? 'true' : undefined, + tabindex: this.chipGroup && !this.disabled ? 0 : data.attrs.tabindex + }); + data.directives.push({ + name: 'show', + value: this.active + }); + data = this.setBackgroundColor(this.color, data); + var color = this.textColor || this.outlined && this.color; + return h(tag, this.setTextColor(color, data), children); + } +})); + +/***/ }), + +/***/ "./src/components/VChip/index.ts": +/*!***************************************!*\ + !*** ./src/components/VChip/index.ts ***! + \***************************************/ +/*! exports provided: VChip, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VChip__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VChip */ "./src/components/VChip/VChip.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VChip", function() { return _VChip__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VChip__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VChipGroup/VChipGroup.sass": +/*!***************************************************!*\ + !*** ./src/components/VChipGroup/VChipGroup.sass ***! + \***************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VChipGroup/VChipGroup.ts": +/*!*************************************************!*\ + !*** ./src/components/VChipGroup/VChipGroup.ts ***! + \*************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VChipGroup_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VChipGroup.sass */ "./src/components/VChipGroup/VChipGroup.sass"); +/* harmony import */ var _VChipGroup_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VChipGroup_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSlideGroup_VSlideGroup__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VSlideGroup/VSlideGroup */ "./src/components/VSlideGroup/VSlideGroup.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Extensions + + // Mixins + + // Utilities + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_VSlideGroup_VSlideGroup__WEBPACK_IMPORTED_MODULE_1__["BaseSlideGroup"], _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__["default"]).extend({ + name: 'v-chip-group', + provide: function provide() { + return { + chipGroup: this + }; + }, + props: { + column: Boolean + }, + computed: { + classes: function classes() { + return __assign({}, _VSlideGroup_VSlideGroup__WEBPACK_IMPORTED_MODULE_1__["BaseSlideGroup"].options.computed.classes.call(this), { + 'v-chip-group': true, + 'v-chip-group--column': this.column + }); + } + }, + watch: { + column: function column(val) { + if (val) this.scrollOffset = 0; + this.$nextTick(this.onResize); + } + }, + methods: { + genData: function genData() { + return this.setTextColor(this.color, __assign({}, _VSlideGroup_VSlideGroup__WEBPACK_IMPORTED_MODULE_1__["BaseSlideGroup"].options.methods.genData.call(this))); + } + } +})); + +/***/ }), + +/***/ "./src/components/VChipGroup/index.ts": +/*!********************************************!*\ + !*** ./src/components/VChipGroup/index.ts ***! + \********************************************/ +/*! exports provided: VChipGroup, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VChipGroup__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VChipGroup */ "./src/components/VChipGroup/VChipGroup.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VChipGroup", function() { return _VChipGroup__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VChipGroup__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VColorPicker/VColorPicker.sass": +/*!*******************************************************!*\ + !*** ./src/components/VColorPicker/VColorPicker.sass ***! + \*******************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VColorPicker/VColorPicker.ts": +/*!*****************************************************!*\ + !*** ./src/components/VColorPicker/VColorPicker.ts ***! + \*****************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VColorPicker_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VColorPicker.sass */ "./src/components/VColorPicker/VColorPicker.sass"); +/* harmony import */ var _VColorPicker_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VColorPicker_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSheet_VSheet__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VSheet/VSheet */ "./src/components/VSheet/VSheet.ts"); +/* harmony import */ var _VColorPickerPreview__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VColorPickerPreview */ "./src/components/VColorPicker/VColorPickerPreview.ts"); +/* harmony import */ var _VColorPickerCanvas__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./VColorPickerCanvas */ "./src/components/VColorPicker/VColorPickerCanvas.ts"); +/* harmony import */ var _VColorPickerEdit__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./VColorPickerEdit */ "./src/components/VColorPicker/VColorPickerEdit.ts"); +/* harmony import */ var _VColorPickerSwatches__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./VColorPickerSwatches */ "./src/components/VColorPicker/VColorPickerSwatches.ts"); +/* harmony import */ var _util__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./util */ "./src/components/VColorPicker/util/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Components + + + + + + // Helpers + + + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_7__["default"])(_mixins_themeable__WEBPACK_IMPORTED_MODULE_9__["default"]).extend({ + name: 'v-color-picker', + props: { + canvasHeight: { + type: [String, Number], + default: 150 + }, + disabled: Boolean, + dotSize: { + type: [Number, String], + default: 10 + }, + flat: Boolean, + hideCanvas: Boolean, + hideInputs: Boolean, + hideModeSwitch: Boolean, + mode: { + type: String, + default: 'rgba', + validator: function validator(v) { + return Object.keys(_VColorPickerEdit__WEBPACK_IMPORTED_MODULE_4__["modes"]).includes(v); + } + }, + showSwatches: Boolean, + swatches: Array, + swatchesMaxHeight: { + type: [Number, String], + default: 150 + }, + value: { + type: [Object, String] + }, + width: { + type: [Number, String], + default: 300 + } + }, + data: function data() { + return { + internalValue: Object(_util__WEBPACK_IMPORTED_MODULE_6__["fromRGBA"])({ + r: 255, + g: 0, + b: 0, + a: 1 + }) + }; + }, + computed: { + hideAlpha: function hideAlpha() { + if (!this.value) return false; + return !Object(_util__WEBPACK_IMPORTED_MODULE_6__["hasAlpha"])(this.value); + } + }, + watch: { + value: { + handler: function handler(color) { + this.updateColor(Object(_util__WEBPACK_IMPORTED_MODULE_6__["parseColor"])(color, this.internalValue)); + }, + immediate: true + } + }, + methods: { + updateColor: function updateColor(color) { + this.internalValue = color; + var value = Object(_util__WEBPACK_IMPORTED_MODULE_6__["extractColor"])(this.internalValue, this.value); + + if (!Object(_util_helpers__WEBPACK_IMPORTED_MODULE_8__["deepEqual"])(value, this.value)) { + this.$emit('input', value); + this.$emit('update:color', this.internalValue); + } + }, + genCanvas: function genCanvas() { + return this.$createElement(_VColorPickerCanvas__WEBPACK_IMPORTED_MODULE_3__["default"], { + props: { + color: this.internalValue, + disabled: this.disabled, + dotSize: this.dotSize, + width: this.width, + height: this.canvasHeight + }, + on: { + 'update:color': this.updateColor + } + }); + }, + genControls: function genControls() { + return this.$createElement('div', { + staticClass: 'v-color-picker__controls' + }, [this.genPreview(), !this.hideInputs && this.genEdit()]); + }, + genEdit: function genEdit() { + var _this = this; + + return this.$createElement(_VColorPickerEdit__WEBPACK_IMPORTED_MODULE_4__["default"], { + props: { + color: this.internalValue, + disabled: this.disabled, + hideAlpha: this.hideAlpha, + hideModeSwitch: this.hideModeSwitch, + mode: this.mode + }, + on: { + 'update:color': this.updateColor, + 'update:mode': function updateMode(v) { + return _this.$emit('update:mode', v); + } + } + }); + }, + genPreview: function genPreview() { + return this.$createElement(_VColorPickerPreview__WEBPACK_IMPORTED_MODULE_2__["default"], { + props: { + color: this.internalValue, + disabled: this.disabled, + hideAlpha: this.hideAlpha + }, + on: { + 'update:color': this.updateColor + } + }); + }, + genSwatches: function genSwatches() { + return this.$createElement(_VColorPickerSwatches__WEBPACK_IMPORTED_MODULE_5__["default"], { + props: { + dark: this.dark, + light: this.light, + swatches: this.swatches, + color: this.internalValue, + maxHeight: this.swatchesMaxHeight + }, + on: { + 'update:color': this.updateColor + } + }); + } + }, + render: function render(h) { + return h(_VSheet_VSheet__WEBPACK_IMPORTED_MODULE_1__["default"], { + staticClass: 'v-color-picker', + class: __assign({ + 'v-color-picker--flat': this.flat + }, this.themeClasses), + props: { + maxWidth: this.width + } + }, [!this.hideCanvas && this.genCanvas(), this.genControls(), this.showSwatches && this.genSwatches()]); + } +})); + +/***/ }), + +/***/ "./src/components/VColorPicker/VColorPickerCanvas.sass": +/*!*************************************************************!*\ + !*** ./src/components/VColorPicker/VColorPickerCanvas.sass ***! + \*************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VColorPicker/VColorPickerCanvas.ts": +/*!***********************************************************!*\ + !*** ./src/components/VColorPicker/VColorPickerCanvas.ts ***! + \***********************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VColorPickerCanvas_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VColorPickerCanvas.sass */ "./src/components/VColorPicker/VColorPickerCanvas.sass"); +/* harmony import */ var _VColorPickerCanvas_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VColorPickerCanvas_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./util */ "./src/components/VColorPicker/util/index.ts"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_3__); +// Styles + // Helpers + + + // Types + + +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_3___default.a.extend({ + name: 'v-color-picker-canvas', + props: { + color: { + type: Object, + default: function _default() { + return Object(_util__WEBPACK_IMPORTED_MODULE_2__["fromRGBA"])({ + r: 255, + g: 0, + b: 0, + a: 1 + }); + } + }, + disabled: Boolean, + dotSize: { + type: [Number, String], + default: 10 + }, + height: { + type: [Number, String], + default: 150 + }, + width: { + type: [Number, String], + default: 300 + } + }, + data: function data() { + return { + boundingRect: { + width: 0, + height: 0, + left: 0, + top: 0 + } + }; + }, + computed: { + dot: function dot() { + if (!this.color) return { + x: 0, + y: 0 + }; + return { + x: this.color.hsva.s * parseInt(this.width, 10), + y: (1 - this.color.hsva.v) * parseInt(this.height, 10) + }; + } + }, + watch: { + 'color.hue': 'updateCanvas' + }, + mounted: function mounted() { + this.updateCanvas(); + }, + methods: { + emitColor: function emitColor(x, y) { + var _a = this.boundingRect, + left = _a.left, + top = _a.top, + width = _a.width, + height = _a.height; + this.$emit('update:color', Object(_util__WEBPACK_IMPORTED_MODULE_2__["fromHSVA"])({ + h: this.color.hue, + s: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["clamp"])(x - left, 0, width) / width, + v: 1 - Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["clamp"])(y - top, 0, height) / height, + a: this.color.alpha + })); + }, + updateCanvas: function updateCanvas() { + if (!this.color) return; + var canvas = this.$refs.canvas; + var ctx = canvas.getContext('2d'); + if (!ctx) return; + var saturationGradient = ctx.createLinearGradient(0, 0, canvas.width, 0); + saturationGradient.addColorStop(0, 'hsla(0, 0%, 100%, 1)'); // white + + saturationGradient.addColorStop(1, "hsla(" + this.color.hue + ", 100%, 50%, 1)"); + ctx.fillStyle = saturationGradient; + ctx.fillRect(0, 0, canvas.width, canvas.height); + var valueGradient = ctx.createLinearGradient(0, 0, 0, canvas.height); + valueGradient.addColorStop(0, 'hsla(0, 0%, 100%, 0)'); // transparent + + valueGradient.addColorStop(1, 'hsla(0, 0%, 0%, 1)'); // black + + ctx.fillStyle = valueGradient; + ctx.fillRect(0, 0, canvas.width, canvas.height); + }, + handleClick: function handleClick(e) { + if (this.disabled) return; + this.boundingRect = this.$el.getBoundingClientRect(); + this.emitColor(e.clientX, e.clientY); + }, + handleMouseDown: function handleMouseDown(e) { + // To prevent selection while moving cursor + e.preventDefault(); + if (this.disabled) return; + this.boundingRect = this.$el.getBoundingClientRect(); + window.addEventListener('mousemove', this.handleMouseMove); + window.addEventListener('mouseup', this.handleMouseUp); + }, + handleMouseMove: function handleMouseMove(e) { + if (this.disabled) return; + this.emitColor(e.clientX, e.clientY); + }, + handleMouseUp: function handleMouseUp() { + window.removeEventListener('mousemove', this.handleMouseMove); + window.removeEventListener('mouseup', this.handleMouseUp); + }, + genCanvas: function genCanvas() { + return this.$createElement('canvas', { + ref: 'canvas', + attrs: { + width: this.width, + height: this.height + } + }); + }, + genDot: function genDot() { + var radius = parseInt(this.dotSize, 10) / 2; + var x = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["convertToUnit"])(this.dot.x - radius); + var y = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["convertToUnit"])(this.dot.y - radius); + return this.$createElement('div', { + staticClass: 'v-color-picker__canvas-dot', + class: { + 'v-color-picker__canvas-dot--disabled': this.disabled + }, + style: { + width: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["convertToUnit"])(this.dotSize), + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["convertToUnit"])(this.dotSize), + transform: "translate(" + x + ", " + y + ")" + } + }); + } + }, + render: function render(h) { + return h('div', { + staticClass: 'v-color-picker__canvas', + style: { + width: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["convertToUnit"])(this.width), + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["convertToUnit"])(this.height) + }, + on: { + click: this.handleClick, + mousedown: this.handleMouseDown + } + }, [this.genCanvas(), this.genDot()]); + } +})); + +/***/ }), + +/***/ "./src/components/VColorPicker/VColorPickerEdit.sass": +/*!***********************************************************!*\ + !*** ./src/components/VColorPicker/VColorPickerEdit.sass ***! + \***********************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VColorPicker/VColorPickerEdit.ts": +/*!*********************************************************!*\ + !*** ./src/components/VColorPicker/VColorPickerEdit.ts ***! + \*********************************************************/ +/*! exports provided: modes, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "modes", function() { return modes; }); +/* harmony import */ var _VColorPickerEdit_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VColorPickerEdit.sass */ "./src/components/VColorPicker/VColorPickerEdit.sass"); +/* harmony import */ var _VColorPickerEdit_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VColorPickerEdit_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VBtn__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VBtn */ "./src/components/VBtn/index.ts"); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _util_colorUtils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/colorUtils */ "./src/util/colorUtils.ts"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_4__); +/* harmony import */ var _util__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./util */ "./src/components/VColorPicker/util/index.ts"); +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; // Styles + + + // Components + + + // Helpers + + // Types + + + +var modes = { + rgba: { + inputs: [['r', 255, 'int'], ['g', 255, 'int'], ['b', 255, 'int'], ['a', 1, 'float']], + from: _util__WEBPACK_IMPORTED_MODULE_5__["fromRGBA"] + }, + hsla: { + inputs: [['h', 360, 'int'], ['s', 1, 'float'], ['l', 1, 'float'], ['a', 1, 'float']], + from: _util__WEBPACK_IMPORTED_MODULE_5__["fromHSLA"] + }, + hexa: { + from: _util__WEBPACK_IMPORTED_MODULE_5__["fromHexa"] + } +}; +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_4___default.a.extend({ + name: 'v-color-picker-edit', + props: { + color: Object, + disabled: Boolean, + hideAlpha: Boolean, + hideModeSwitch: Boolean, + mode: { + type: String, + default: 'rgba', + validator: function validator(v) { + return Object.keys(modes).includes(v); + } + } + }, + data: function data() { + return { + modes: modes, + internalMode: this.mode + }; + }, + computed: { + currentMode: function currentMode() { + return this.modes[this.internalMode]; + } + }, + watch: { + mode: function mode(_mode) { + this.internalMode = _mode; + } + }, + created: function created() { + this.internalMode = this.mode; + }, + methods: { + getValue: function getValue(v, type) { + if (type === 'float') return Math.round(v * 100) / 100;else if (type === 'int') return Math.round(v);else return 0; + }, + parseValue: function parseValue(v, type) { + if (type === 'float') return parseFloat(v);else if (type === 'int') return parseInt(v, 10) || 0;else return 0; + }, + changeMode: function changeMode() { + var modes = Object.keys(this.modes); + var index = modes.indexOf(this.internalMode); + var newMode = modes[(index + 1) % modes.length]; + this.internalMode = newMode; + this.$emit('update:mode', newMode); + }, + genInput: function genInput(target, attrs, value, on) { + return this.$createElement('div', { + staticClass: 'v-color-picker__input' + }, [this.$createElement('input', { + key: target, + attrs: attrs, + domProps: { + value: value + }, + on: on + }), this.$createElement('span', target.toUpperCase())]); + }, + genInputs: function genInputs() { + var _this = this; + + switch (this.internalMode) { + case 'hexa': + { + var hex = this.color.hexa; + var value = this.hideAlpha && hex.endsWith('FF') ? hex.substr(0, 7) : hex; + return this.genInput('hex', { + maxlength: this.hideAlpha ? 7 : 9, + disabled: this.disabled + }, value, { + change: function change(e) { + var el = e.target; + + _this.$emit('update:color', _this.currentMode.from(Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_3__["parseHex"])(el.value))); + } + }); + } + + default: + { + var inputs = this.hideAlpha ? this.currentMode.inputs.slice(0, -1) : this.currentMode.inputs; + return inputs.map(function (_a) { + var _b = __read(_a, 3), + target = _b[0], + max = _b[1], + type = _b[2]; + + var value = _this.color[_this.internalMode]; + return _this.genInput(target, { + type: 'number', + min: 0, + max: max, + step: type === 'float' ? '0.01' : type === 'int' ? '1' : undefined, + disabled: _this.disabled + }, _this.getValue(value[target], type), { + input: function input(e) { + var _a; + + var el = e.target; + + var newVal = _this.parseValue(el.value || '0', type); + + _this.$emit('update:color', _this.currentMode.from(Object.assign({}, value, (_a = {}, _a[target] = newVal, _a)), _this.color.alpha)); + } + }); + }); + } + } + }, + genSwitch: function genSwitch() { + return this.$createElement(_VBtn__WEBPACK_IMPORTED_MODULE_1__["default"], { + props: { + small: true, + icon: true, + disabled: this.disabled + }, + on: { + click: this.changeMode + } + }, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_2__["default"], '$unfold')]); + } + }, + render: function render(h) { + return h('div', { + staticClass: 'v-color-picker__edit' + }, [this.genInputs(), !this.hideModeSwitch && this.genSwitch()]); + } +})); + +/***/ }), + +/***/ "./src/components/VColorPicker/VColorPickerPreview.sass": +/*!**************************************************************!*\ + !*** ./src/components/VColorPicker/VColorPickerPreview.sass ***! + \**************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VColorPicker/VColorPickerPreview.ts": +/*!************************************************************!*\ + !*** ./src/components/VColorPicker/VColorPickerPreview.ts ***! + \************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VColorPickerPreview_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VColorPickerPreview.sass */ "./src/components/VColorPicker/VColorPickerPreview.sass"); +/* harmony import */ var _VColorPickerPreview_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VColorPickerPreview_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSlider_VSlider__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VSlider/VSlider */ "./src/components/VSlider/VSlider.ts"); +/* harmony import */ var _util_colorUtils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/colorUtils */ "./src/util/colorUtils.ts"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_3__); +/* harmony import */ var _util__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./util */ "./src/components/VColorPicker/util/index.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Components + + // Utilities + + // Types + + + +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_3___default.a.extend({ + name: 'v-color-picker-preview', + props: { + color: Object, + disabled: Boolean, + hideAlpha: Boolean + }, + methods: { + genAlpha: function genAlpha() { + var _this = this; + + return this.genTrack({ + staticClass: 'v-color-picker__alpha', + props: { + thumbColor: 'grey lighten-2', + hideDetails: true, + value: this.color.alpha, + step: 0, + min: 0, + max: 1 + }, + style: { + backgroundImage: this.disabled ? undefined : "linear-gradient(to " + (this.$vuetify.rtl ? 'left' : 'right') + ", transparent, " + Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_2__["RGBtoCSS"])(this.color.rgba) + ")" + }, + on: { + input: function input(val) { + return _this.color.alpha !== val && _this.$emit('update:color', Object(_util__WEBPACK_IMPORTED_MODULE_4__["fromHSVA"])(__assign({}, _this.color.hsva, { + a: val + }))); + } + } + }); + }, + genSliders: function genSliders() { + return this.$createElement('div', { + staticClass: 'v-color-picker__sliders' + }, [this.genHue(), !this.hideAlpha && this.genAlpha()]); + }, + genDot: function genDot() { + return this.$createElement('div', { + staticClass: 'v-color-picker__dot' + }, [this.$createElement('div', { + style: { + background: Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_2__["RGBAtoCSS"])(this.color.rgba) + } + })]); + }, + genHue: function genHue() { + var _this = this; + + return this.genTrack({ + staticClass: 'v-color-picker__hue', + props: { + thumbColor: 'grey lighten-2', + hideDetails: true, + value: this.color.hue, + step: 0, + min: 0, + max: 360 + }, + on: { + input: function input(val) { + return _this.color.hue !== val && _this.$emit('update:color', Object(_util__WEBPACK_IMPORTED_MODULE_4__["fromHSVA"])(__assign({}, _this.color.hsva, { + h: val + }))); + } + } + }); + }, + genTrack: function genTrack(options) { + return this.$createElement(_VSlider_VSlider__WEBPACK_IMPORTED_MODULE_1__["default"], __assign({ + class: 'v-color-picker__track' + }, options, { + props: __assign({ + disabled: this.disabled + }, options.props) + })); + } + }, + render: function render(h) { + return h('div', { + staticClass: 'v-color-picker__preview', + class: { + 'v-color-picker__preview--hide-alpha': this.hideAlpha + } + }, [this.genDot(), this.genSliders()]); + } +})); + +/***/ }), + +/***/ "./src/components/VColorPicker/VColorPickerSwatches.sass": +/*!***************************************************************!*\ + !*** ./src/components/VColorPicker/VColorPickerSwatches.sass ***! + \***************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VColorPicker/VColorPickerSwatches.ts": +/*!*************************************************************!*\ + !*** ./src/components/VColorPicker/VColorPickerSwatches.ts ***! + \*************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VColorPickerSwatches_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VColorPickerSwatches.sass */ "./src/components/VColorPicker/VColorPickerSwatches.sass"); +/* harmony import */ var _VColorPickerSwatches_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VColorPickerSwatches_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _util_colors__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/colors */ "./src/util/colors.ts"); +/* harmony import */ var _util__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./util */ "./src/components/VColorPicker/util/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_colorUtils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../util/colorUtils */ "./src/util/colorUtils.ts"); +// Styles + // Components + + // Helpers + + + + + + + + +function parseDefaultColors(colors) { + return Object.keys(colors).map(function (key) { + var color = colors[key]; + return color.base ? [color.base, color.darken4, color.darken3, color.darken2, color.darken1, color.lighten1, color.lighten2, color.lighten3, color.lighten4, color.lighten5] : [color.black, color.white, color.transparent]; + }); +} + +var white = Object(_util__WEBPACK_IMPORTED_MODULE_3__["fromHex"])('#FFFFFF').rgba; +var black = Object(_util__WEBPACK_IMPORTED_MODULE_3__["fromHex"])('#000000').rgba; +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_5__["default"])(_mixins_themeable__WEBPACK_IMPORTED_MODULE_6__["default"]).extend({ + name: 'v-color-picker-swatches', + props: { + swatches: { + type: Array, + default: function _default() { + return parseDefaultColors(_util_colors__WEBPACK_IMPORTED_MODULE_2__["default"]); + } + }, + color: Object, + maxWidth: [Number, String], + maxHeight: [Number, String] + }, + methods: { + genColor: function genColor(color) { + var _this = this; + + var content = this.$createElement('div', { + style: { + background: color + } + }, [Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["deepEqual"])(this.color, Object(_util__WEBPACK_IMPORTED_MODULE_3__["parseColor"])(color, null)) && this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_1__["default"], { + props: { + small: true, + dark: Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_7__["contrastRatio"])(this.color.rgba, white) > 2 && this.color.alpha > 0.5, + light: Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_7__["contrastRatio"])(this.color.rgba, black) > 2 && this.color.alpha > 0.5 + } + }, '$success')]); + return this.$createElement('div', { + staticClass: 'v-color-picker__color', + on: { + // TODO: Less hacky way of catching transparent + click: function click() { + return _this.$emit('update:color', Object(_util__WEBPACK_IMPORTED_MODULE_3__["fromHex"])(color === 'transparent' ? '#00000000' : color)); + } + } + }, [content]); + }, + genSwatches: function genSwatches() { + var _this = this; + + return this.swatches.map(function (swatch) { + var colors = swatch.map(_this.genColor); + return _this.$createElement('div', { + staticClass: 'v-color-picker__swatch' + }, colors); + }); + } + }, + render: function render(h) { + return h('div', { + staticClass: 'v-color-picker__swatches', + style: { + maxWidth: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["convertToUnit"])(this.maxWidth), + maxHeight: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["convertToUnit"])(this.maxHeight) + } + }, [this.$createElement('div', this.genSwatches())]); + } +})); + +/***/ }), + +/***/ "./src/components/VColorPicker/index.ts": +/*!**********************************************!*\ + !*** ./src/components/VColorPicker/index.ts ***! + \**********************************************/ +/*! exports provided: VColorPicker, VColorPickerSwatches, VColorPickerCanvas, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VColorPicker__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VColorPicker */ "./src/components/VColorPicker/VColorPicker.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VColorPicker", function() { return _VColorPicker__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _VColorPickerSwatches__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VColorPickerSwatches */ "./src/components/VColorPicker/VColorPickerSwatches.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VColorPickerSwatches", function() { return _VColorPickerSwatches__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + +/* harmony import */ var _VColorPickerCanvas__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VColorPickerCanvas */ "./src/components/VColorPicker/VColorPickerCanvas.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VColorPickerCanvas", function() { return _VColorPickerCanvas__WEBPACK_IMPORTED_MODULE_2__["default"]; }); + + + + + +/* harmony default export */ __webpack_exports__["default"] = (_VColorPicker__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VColorPicker/util/index.ts": +/*!***************************************************!*\ + !*** ./src/components/VColorPicker/util/index.ts ***! + \***************************************************/ +/*! exports provided: fromHSVA, fromHSLA, fromRGBA, fromHexa, fromHex, parseColor, extractColor, hasAlpha */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fromHSVA", function() { return fromHSVA; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fromHSLA", function() { return fromHSLA; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fromRGBA", function() { return fromRGBA; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fromHexa", function() { return fromHexa; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fromHex", function() { return fromHex; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "parseColor", function() { return parseColor; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "extractColor", function() { return extractColor; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hasAlpha", function() { return hasAlpha; }); +/* harmony import */ var _util_colorUtils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../util/colorUtils */ "./src/util/colorUtils.ts"); +function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __rest = undefined && undefined.__rest || function (s, e) { + var t = {}; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; + } + + if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; + } + return t; +}; // Utilities + + + +function fromHSVA(hsva) { + hsva = __assign({}, hsva); + var hexa = Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_0__["HSVAtoHex"])(hsva); + var hsla = Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_0__["HSVAtoHSLA"])(hsva); + var rgba = Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_0__["HSVAtoRGBA"])(hsva); + return { + alpha: hsva.a, + hex: hexa.substr(0, 7), + hexa: hexa, + hsla: hsla, + hsva: hsva, + hue: hsva.h, + rgba: rgba + }; +} +function fromHSLA(hsla) { + var hsva = Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_0__["HSLAtoHSVA"])(hsla); + var hexa = Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_0__["HSVAtoHex"])(hsva); + var rgba = Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_0__["HSVAtoRGBA"])(hsva); + return { + alpha: hsva.a, + hex: hexa.substr(0, 7), + hexa: hexa, + hsla: hsla, + hsva: hsva, + hue: hsva.h, + rgba: rgba + }; +} +function fromRGBA(rgba) { + var hsva = Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_0__["RGBAtoHSVA"])(rgba); + var hexa = Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_0__["RGBAtoHex"])(rgba); + var hsla = Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_0__["HSVAtoHSLA"])(hsva); + return { + alpha: hsva.a, + hex: hexa.substr(0, 7), + hexa: hexa, + hsla: hsla, + hsva: hsva, + hue: hsva.h, + rgba: rgba + }; +} +function fromHexa(hexa) { + var hsva = Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_0__["HexToHSVA"])(hexa); + var hsla = Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_0__["HSVAtoHSLA"])(hsva); + var rgba = Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_0__["HSVAtoRGBA"])(hsva); + return { + alpha: hsva.a, + hex: hexa.substr(0, 7), + hexa: hexa, + hsla: hsla, + hsva: hsva, + hue: hsva.h, + rgba: rgba + }; +} +function fromHex(hex) { + return fromHexa(Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_0__["parseHex"])(hex)); +} + +function has(obj, key) { + return key.every(function (k) { + return obj.hasOwnProperty(k); + }); +} + +function parseColor(color, oldColor) { + if (!color) return fromRGBA({ + r: 255, + g: 0, + b: 0, + a: 1 + }); + + if (typeof color === 'string') { + if (color === 'transparent') return fromHexa('#00000000'); + var hex = Object(_util_colorUtils__WEBPACK_IMPORTED_MODULE_0__["parseHex"])(color); + if (oldColor && hex === oldColor.hexa) return oldColor;else return fromHexa(hex); + } + + if (_typeof(color) === 'object') { + if (color.hasOwnProperty('alpha')) return color; + var a = color.hasOwnProperty('a') ? parseFloat(color.a) : 1; + + if (has(color, ['r', 'g', 'b'])) { + if (oldColor && color === oldColor.rgba) return oldColor;else return fromRGBA(__assign({}, color, { + a: a + })); + } else if (has(color, ['h', 's', 'l'])) { + if (oldColor && color === oldColor.hsla) return oldColor;else return fromHSLA(__assign({}, color, { + a: a + })); + } else if (has(color, ['h', 's', 'v'])) { + if (oldColor && color === oldColor.hsva) return oldColor;else return fromHSVA(__assign({}, color, { + a: a + })); + } + } + + return fromRGBA({ + r: 255, + g: 0, + b: 0, + a: 1 + }); +} + +function stripAlpha(color, stripAlpha) { + if (stripAlpha) { + var a = color.a, + rest = __rest(color, ["a"]); + + return rest; + } + + return color; +} + +function extractColor(color, input) { + if (input == null) return color; + + if (typeof input === 'string') { + return input.length === 7 ? color.hex : color.hexa; + } + + if (_typeof(input) === 'object') { + if (has(input, ['r', 'g', 'b'])) return stripAlpha(color.rgba, !input.a);else if (has(input, ['h', 's', 'l'])) return stripAlpha(color.hsla, !input.a);else if (has(input, ['h', 's', 'v'])) return stripAlpha(color.hsva, !input.a); + } + + return color; +} +function hasAlpha(color) { + if (!color) return false; + + if (typeof color === 'string') { + return color.length > 7; + } + + if (_typeof(color) === 'object') { + return has(color, ['a']) || has(color, ['alpha']); + } + + return false; +} + +/***/ }), + +/***/ "./src/components/VCombobox/VCombobox.ts": +/*!***********************************************!*\ + !*** ./src/components/VCombobox/VCombobox.ts ***! + \***********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VAutocomplete_VAutocomplete_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../VAutocomplete/VAutocomplete.sass */ "./src/components/VAutocomplete/VAutocomplete.sass"); +/* harmony import */ var _VAutocomplete_VAutocomplete_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VAutocomplete_VAutocomplete_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VSelect/VSelect */ "./src/components/VSelect/VSelect.ts"); +/* harmony import */ var _VAutocomplete_VAutocomplete__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VAutocomplete/VAutocomplete */ "./src/components/VAutocomplete/VAutocomplete.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Extensions + + + // Utils + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_VAutocomplete_VAutocomplete__WEBPACK_IMPORTED_MODULE_2__["default"].extend({ + name: 'v-combobox', + props: { + delimiters: { + type: Array, + default: function _default() { + return []; + } + }, + returnObject: { + type: Boolean, + default: true + } + }, + data: function data() { + return { + editingIndex: -1 + }; + }, + computed: { + computedCounterValue: function computedCounterValue() { + return this.multiple ? this.selectedItems.length : (this.internalSearch || '').toString().length; + }, + hasSlot: function hasSlot() { + return _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.hasSlot.call(this) || this.multiple; + }, + isAnyValueAllowed: function isAnyValueAllowed() { + return true; + }, + menuCanShow: function menuCanShow() { + if (!this.isFocused) return false; + return this.hasDisplayedItems || !!this.$slots['no-data'] && !this.hideNoData; + } + }, + methods: { + onInternalSearchChanged: function onInternalSearchChanged(val) { + if (val && this.multiple && this.delimiters.length) { + var delimiter = this.delimiters.find(function (d) { + return val.endsWith(d); + }); + + if (delimiter != null) { + this.internalSearch = val.slice(0, val.length - delimiter.length); + this.updateTags(); + } + } + + this.updateMenuDimensions(); + }, + genInput: function genInput() { + var input = _VAutocomplete_VAutocomplete__WEBPACK_IMPORTED_MODULE_2__["default"].options.methods.genInput.call(this); + delete input.data.attrs.name; + input.data.on.paste = this.onPaste; + return input; + }, + genChipSelection: function genChipSelection(item, index) { + var _this = this; + + var chip = _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.genChipSelection.call(this, item, index); // Allow user to update an existing value + + if (this.multiple) { + chip.componentOptions.listeners = __assign({}, chip.componentOptions.listeners, { + dblclick: function dblclick() { + _this.editingIndex = index; + _this.internalSearch = _this.getText(item); + _this.selectedIndex = -1; + } + }); + } + + return chip; + }, + onChipInput: function onChipInput(item) { + _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.onChipInput.call(this, item); + this.editingIndex = -1; + }, + // Requires a manual definition + // to overwrite removal in v-autocomplete + onEnterDown: function onEnterDown(e) { + e.preventDefault(); // If has menu index, let v-select-list handle + + if (this.getMenuIndex() > -1) return; + this.$nextTick(this.updateSelf); + }, + onFilteredItemsChanged: function onFilteredItemsChanged(val, oldVal) { + if (!this.autoSelectFirst) return; + _VAutocomplete_VAutocomplete__WEBPACK_IMPORTED_MODULE_2__["default"].options.methods.onFilteredItemsChanged.call(this, val, oldVal); + }, + onKeyDown: function onKeyDown(e) { + var keyCode = e.keyCode; + _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.onKeyDown.call(this, e); // If user is at selection index of 0 + // create a new tag + + if (this.multiple && keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_3__["keyCodes"].left && this.$refs.input.selectionStart === 0) { + this.updateSelf(); + } else if (keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_3__["keyCodes"].enter) { + this.onEnterDown(e); + } // The ordering is important here + // allows new value to be updated + // and then moves the index to the + // proper location + + + this.changeSelectedIndex(keyCode); + }, + onTabDown: function onTabDown(e) { + // When adding tags, if searching and + // there is not a filtered options, + // add the value to the tags list + if (this.multiple && this.internalSearch && this.getMenuIndex() === -1) { + e.preventDefault(); + e.stopPropagation(); + return this.updateTags(); + } + + _VAutocomplete_VAutocomplete__WEBPACK_IMPORTED_MODULE_2__["default"].options.methods.onTabDown.call(this, e); + }, + selectItem: function selectItem(item) { + // Currently only supports items: + if (this.editingIndex > -1) { + this.updateEditing(); + } else { + _VAutocomplete_VAutocomplete__WEBPACK_IMPORTED_MODULE_2__["default"].options.methods.selectItem.call(this, item); + } + }, + setSelectedItems: function setSelectedItems() { + if (this.internalValue == null || this.internalValue === '') { + this.selectedItems = []; + } else { + this.selectedItems = this.multiple ? this.internalValue : [this.internalValue]; + } + }, + setValue: function setValue(value) { + _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.setValue.call(this, value != null ? value : this.internalSearch); + }, + updateEditing: function updateEditing() { + var value = this.internalValue.slice(); + value[this.editingIndex] = this.internalSearch; + this.setValue(value); + this.editingIndex = -1; + }, + updateCombobox: function updateCombobox() { + var isUsingSlot = Boolean(this.$scopedSlots.selection) || this.hasChips; // If search is not dirty and is + // using slot, do nothing + + if (isUsingSlot && !this.searchIsDirty) return; // The internal search is not matching + // the internal value, update the input + + if (this.internalSearch !== this.getText(this.internalValue)) this.setValue(); // Reset search if using slot + // to avoid a double input + + if (isUsingSlot) this.internalSearch = undefined; + }, + updateSelf: function updateSelf() { + this.multiple ? this.updateTags() : this.updateCombobox(); + }, + updateTags: function updateTags() { + var menuIndex = this.getMenuIndex(); // If the user is not searching + // and no menu item is selected + // do nothing + + if (menuIndex < 0 && !this.searchIsDirty) return; + + if (this.editingIndex > -1) { + return this.updateEditing(); + } + + var index = this.selectedItems.indexOf(this.internalSearch); // If it already exists, do nothing + // this might need to change to bring + // the duplicated item to the last entered + + if (index > -1) { + var internalValue = this.internalValue.slice(); + internalValue.splice(index, 1); + this.setValue(internalValue); + } // If menu index is greater than 1 + // the selection is handled elsewhere + // TODO: find out where + + + if (menuIndex > -1) return this.internalSearch = null; + this.selectItem(this.internalSearch); + this.internalSearch = null; + }, + onPaste: function onPaste(event) { + if (!this.multiple || this.searchIsDirty) return; + var pastedItemText = event.clipboardData.getData('text/vnd.vuetify.autocomplete.item+plain'); + + if (pastedItemText && this.findExistingIndex(pastedItemText) === -1) { + event.preventDefault(); + _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.selectItem.call(this, pastedItemText); + } + } + } +})); + +/***/ }), + +/***/ "./src/components/VCombobox/index.ts": +/*!*******************************************!*\ + !*** ./src/components/VCombobox/index.ts ***! + \*******************************************/ +/*! exports provided: VCombobox, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VCombobox__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VCombobox */ "./src/components/VCombobox/VCombobox.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VCombobox", function() { return _VCombobox__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VCombobox__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VContent/VContent.sass": +/*!***********************************************!*\ + !*** ./src/components/VContent/VContent.sass ***! + \***********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VContent/VContent.ts": +/*!*********************************************!*\ + !*** ./src/components/VContent/VContent.ts ***! + \*********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VContent_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VContent.sass */ "./src/components/VContent/VContent.sass"); +/* harmony import */ var _VContent_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VContent_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_ssr_bootable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/ssr-bootable */ "./src/mixins/ssr-bootable/index.ts"); +// Styles + // Mixins + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_mixins_ssr_bootable__WEBPACK_IMPORTED_MODULE_1__["default"].extend({ + name: 'v-content', + props: { + tag: { + type: String, + default: 'main' + } + }, + computed: { + styles: function styles() { + var _a = this.$vuetify.application, + bar = _a.bar, + top = _a.top, + right = _a.right, + footer = _a.footer, + insetFooter = _a.insetFooter, + bottom = _a.bottom, + left = _a.left; + return { + paddingTop: top + bar + "px", + paddingRight: right + "px", + paddingBottom: footer + insetFooter + bottom + "px", + paddingLeft: left + "px" + }; + } + }, + render: function render(h) { + var data = { + staticClass: 'v-content', + style: this.styles, + ref: 'content' + }; + return h(this.tag, data, [h('div', { + staticClass: 'v-content__wrap' + }, this.$slots.default)]); + } +})); + +/***/ }), + +/***/ "./src/components/VContent/index.ts": +/*!******************************************!*\ + !*** ./src/components/VContent/index.ts ***! + \******************************************/ +/*! exports provided: VContent, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VContent__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VContent */ "./src/components/VContent/VContent.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VContent", function() { return _VContent__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VContent__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VCounter/VCounter.sass": +/*!***********************************************!*\ + !*** ./src/components/VCounter/VCounter.sass ***! + \***********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VCounter/VCounter.ts": +/*!*********************************************!*\ + !*** ./src/components/VCounter/VCounter.ts ***! + \*********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VCounter_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VCounter.sass */ "./src/components/VCounter/VCounter.sass"); +/* harmony import */ var _VCounter_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VCounter_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Mixins + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_mixins_themeable__WEBPACK_IMPORTED_MODULE_1__["default"]).extend({ + name: 'v-counter', + functional: true, + props: { + value: { + type: [Number, String], + default: '' + }, + max: [Number, String] + }, + render: function render(h, ctx) { + var props = ctx.props; + var max = parseInt(props.max, 10); + var value = parseInt(props.value, 10); + var content = max ? value + " / " + max : String(props.value); + var isGreater = max && value > max; + return h('div', { + staticClass: 'v-counter', + class: __assign({ + 'error--text': isGreater + }, Object(_mixins_themeable__WEBPACK_IMPORTED_MODULE_1__["functionalThemeClasses"])(ctx)) + }, content); + } +})); + +/***/ }), + +/***/ "./src/components/VCounter/index.ts": +/*!******************************************!*\ + !*** ./src/components/VCounter/index.ts ***! + \******************************************/ +/*! exports provided: VCounter, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VCounter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VCounter */ "./src/components/VCounter/VCounter.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VCounter", function() { return _VCounter__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VCounter__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VData/VData.ts": +/*!***************************************!*\ + !*** ./src/components/VData/VData.ts ***! + \***************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_1__); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + +var __spread = undefined && undefined.__spread || function () { + for (var ar = [], i = 0; i < arguments.length; i++) { + ar = ar.concat(__read(arguments[i])); + } + + return ar; +}; // Helpers + + + + +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_1___default.a.extend({ + name: 'v-data', + inheritAttrs: false, + props: { + items: { + type: Array, + default: function _default() { + return []; + } + }, + options: { + type: Object, + default: function _default() { + return {}; + } + }, + sortBy: { + type: [String, Array], + default: function _default() { + return []; + } + }, + sortDesc: { + type: [Boolean, Array], + default: function _default() { + return []; + } + }, + customSort: { + type: Function, + default: _util_helpers__WEBPACK_IMPORTED_MODULE_0__["sortItems"] + }, + mustSort: Boolean, + multiSort: Boolean, + page: { + type: Number, + default: 1 + }, + itemsPerPage: { + type: Number, + default: 10 + }, + groupBy: { + type: [String, Array], + default: function _default() { + return []; + } + }, + groupDesc: { + type: [Boolean, Array], + default: function _default() { + return []; + } + }, + customGroup: { + type: Function, + default: _util_helpers__WEBPACK_IMPORTED_MODULE_0__["groupItems"] + }, + locale: { + type: String, + default: 'en-US' + }, + disableSort: Boolean, + disablePagination: Boolean, + disableFiltering: Boolean, + search: String, + customFilter: { + type: Function, + default: _util_helpers__WEBPACK_IMPORTED_MODULE_0__["searchItems"] + }, + serverItemsLength: { + type: Number, + default: -1 + } + }, + data: function data() { + var internalOptions = { + page: this.page, + itemsPerPage: this.itemsPerPage, + sortBy: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["wrapInArray"])(this.sortBy), + sortDesc: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["wrapInArray"])(this.sortDesc), + groupBy: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["wrapInArray"])(this.groupBy), + groupDesc: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["wrapInArray"])(this.groupDesc), + mustSort: this.mustSort, + multiSort: this.multiSort + }; + + if (this.options) { + internalOptions = Object.assign(internalOptions, this.options); + } + + return { + internalOptions: internalOptions + }; + }, + computed: { + itemsLength: function itemsLength() { + return this.serverItemsLength >= 0 ? this.serverItemsLength : this.filteredItems.length; + }, + pageCount: function pageCount() { + return this.internalOptions.itemsPerPage <= 0 ? 1 : Math.ceil(this.itemsLength / this.internalOptions.itemsPerPage); + }, + pageStart: function pageStart() { + if (this.internalOptions.itemsPerPage === -1 || !this.items.length) return 0; + return (this.internalOptions.page - 1) * this.internalOptions.itemsPerPage; + }, + pageStop: function pageStop() { + if (this.internalOptions.itemsPerPage === -1) return this.itemsLength; + if (!this.items.length) return 0; + return Math.min(this.itemsLength, this.internalOptions.page * this.internalOptions.itemsPerPage); + }, + isGrouped: function isGrouped() { + return !!this.internalOptions.groupBy.length; + }, + pagination: function pagination() { + return { + page: this.internalOptions.page, + itemsPerPage: this.internalOptions.itemsPerPage, + pageStart: this.pageStart, + pageStop: this.pageStop, + pageCount: this.pageCount, + itemsLength: this.itemsLength + }; + }, + filteredItems: function filteredItems() { + var items = this.items.slice(); + + if (!this.disableFiltering && this.serverItemsLength <= 0) { + items = this.customFilter(items, this.search); + } + + return items; + }, + computedItems: function computedItems() { + var items = this.filteredItems.slice(); + + if (!this.disableSort && this.serverItemsLength <= 0) { + items = this.sortItems(items); + } + + if (!this.disablePagination && this.serverItemsLength <= 0) { + items = this.paginateItems(items); + } + + return items; + }, + groupedItems: function groupedItems() { + return this.isGrouped ? this.groupItems(this.computedItems) : null; + }, + scopedProps: function scopedProps() { + var props = { + sort: this.sort, + sortArray: this.sortArray, + group: this.group, + items: this.computedItems, + options: this.internalOptions, + updateOptions: this.updateOptions, + pagination: this.pagination, + groupedItems: this.groupedItems, + originalItemsLength: this.items.length + }; + return props; + }, + computedOptions: function computedOptions() { + return __assign({}, this.options); + } + }, + watch: { + computedOptions: { + handler: function handler(options, old) { + if (Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["deepEqual"])(options, old)) return; + this.updateOptions(options); + }, + deep: true, + immediate: true + }, + internalOptions: { + handler: function handler(options, old) { + if (Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["deepEqual"])(options, old)) return; + this.$emit('update:options', options); + }, + deep: true, + immediate: true + }, + page: function page(_page) { + this.updateOptions({ + page: _page + }); + }, + 'internalOptions.page': function internalOptionsPage(page) { + this.$emit('update:page', page); + }, + itemsPerPage: function itemsPerPage(_itemsPerPage) { + this.updateOptions({ + itemsPerPage: _itemsPerPage + }); + }, + 'internalOptions.itemsPerPage': function internalOptionsItemsPerPage(itemsPerPage) { + this.$emit('update:items-per-page', itemsPerPage); + }, + sortBy: function sortBy(_sortBy) { + this.updateOptions({ + sortBy: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["wrapInArray"])(_sortBy) + }); + }, + 'internalOptions.sortBy': function internalOptionsSortBy(sortBy, old) { + !Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["deepEqual"])(sortBy, old) && this.$emit('update:sort-by', Array.isArray(this.sortBy) ? sortBy : sortBy[0]); + }, + sortDesc: function sortDesc(_sortDesc) { + this.updateOptions({ + sortDesc: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["wrapInArray"])(_sortDesc) + }); + }, + 'internalOptions.sortDesc': function internalOptionsSortDesc(sortDesc, old) { + !Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["deepEqual"])(sortDesc, old) && this.$emit('update:sort-desc', Array.isArray(this.sortDesc) ? sortDesc : sortDesc[0]); + }, + groupBy: function groupBy(_groupBy) { + this.updateOptions({ + groupBy: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["wrapInArray"])(_groupBy) + }); + }, + 'internalOptions.groupBy': function internalOptionsGroupBy(groupBy, old) { + !Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["deepEqual"])(groupBy, old) && this.$emit('update:group-by', Array.isArray(this.groupBy) ? groupBy : groupBy[0]); + }, + groupDesc: function groupDesc(_groupDesc) { + this.updateOptions({ + groupDesc: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["wrapInArray"])(_groupDesc) + }); + }, + 'internalOptions.groupDesc': function internalOptionsGroupDesc(groupDesc, old) { + !Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["deepEqual"])(groupDesc, old) && this.$emit('update:group-desc', Array.isArray(this.groupDesc) ? groupDesc : groupDesc[0]); + }, + multiSort: function multiSort(_multiSort) { + this.updateOptions({ + multiSort: _multiSort + }); + }, + 'internalOptions.multiSort': function internalOptionsMultiSort(multiSort) { + this.$emit('update:multi-sort', multiSort); + }, + mustSort: function mustSort(_mustSort) { + this.updateOptions({ + mustSort: _mustSort + }); + }, + 'internalOptions.mustSort': function internalOptionsMustSort(mustSort) { + this.$emit('update:must-sort', mustSort); + }, + pageCount: { + handler: function handler(pageCount) { + this.$emit('page-count', pageCount); + }, + immediate: true + }, + computedItems: { + handler: function handler(computedItems) { + this.$emit('current-items', computedItems); + }, + immediate: true + }, + pagination: { + handler: function handler(pagination, old) { + if (Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["deepEqual"])(pagination, old)) return; + this.$emit('pagination', this.pagination); + }, + immediate: true + } + }, + methods: { + toggle: function toggle(key, oldBy, oldDesc, page, mustSort, multiSort) { + var by = oldBy.slice(); + var desc = oldDesc.slice(); + var byIndex = by.findIndex(function (k) { + return k === key; + }); + + if (byIndex < 0) { + if (!multiSort) { + by = []; + desc = []; + } + + by.push(key); + desc.push(false); + } else if (byIndex >= 0 && !desc[byIndex]) { + desc[byIndex] = true; + } else if (!mustSort) { + by.splice(byIndex, 1); + desc.splice(byIndex, 1); + } else { + desc[byIndex] = false; + } // Reset page to 1 if sortBy or sortDesc have changed + + + if (!Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["deepEqual"])(by, oldBy) || !Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["deepEqual"])(desc, oldDesc)) { + page = 1; + } + + return { + by: by, + desc: desc, + page: page + }; + }, + group: function group(key) { + var _a = this.toggle(key, this.internalOptions.groupBy, this.internalOptions.groupDesc, this.internalOptions.page, true, false), + groupBy = _a.by, + groupDesc = _a.desc, + page = _a.page; + + this.updateOptions({ + groupBy: groupBy, + groupDesc: groupDesc, + page: page + }); + }, + sort: function sort(key) { + if (Array.isArray(key)) return this.sortArray(key); + + var _a = this.toggle(key, this.internalOptions.sortBy, this.internalOptions.sortDesc, this.internalOptions.page, this.mustSort, this.multiSort), + sortBy = _a.by, + sortDesc = _a.desc, + page = _a.page; + + this.updateOptions({ + sortBy: sortBy, + sortDesc: sortDesc, + page: page + }); + }, + sortArray: function sortArray(sortBy) { + var _this = this; + + var sortDesc = sortBy.map(function (s) { + var i = _this.internalOptions.sortBy.findIndex(function (k) { + return k === s; + }); + + return i > -1 ? _this.internalOptions.sortDesc[i] : false; + }); + this.updateOptions({ + sortBy: sortBy, + sortDesc: sortDesc + }); + }, + updateOptions: function updateOptions(options) { + this.internalOptions = __assign({}, this.internalOptions, options, { + page: this.serverItemsLength < 0 ? Math.max(1, Math.min(options.page || this.internalOptions.page, this.pageCount)) : options.page || this.internalOptions.page + }); + }, + sortItems: function sortItems(items) { + var sortBy = this.internalOptions.sortBy; + var sortDesc = this.internalOptions.sortDesc; + + if (this.internalOptions.groupBy.length) { + sortBy = __spread(this.internalOptions.groupBy, sortBy); + sortDesc = __spread(this.internalOptions.groupDesc, sortDesc); + } + + return this.customSort(items, sortBy, sortDesc, this.locale); + }, + groupItems: function groupItems(items) { + return this.customGroup(items, this.internalOptions.groupBy, this.internalOptions.groupDesc); + }, + paginateItems: function paginateItems(items) { + // Make sure we don't try to display non-existant page if items suddenly change + // TODO: Could possibly move this to pageStart/pageStop? + if (this.serverItemsLength === -1 && items.length <= this.pageStart) { + this.internalOptions.page = Math.max(1, this.internalOptions.page - 1); + } + + return items.slice(this.pageStart, this.pageStop); + } + }, + render: function render() { + return this.$scopedSlots.default && this.$scopedSlots.default(this.scopedProps); + } +})); + +/***/ }), + +/***/ "./src/components/VData/index.ts": +/*!***************************************!*\ + !*** ./src/components/VData/index.ts ***! + \***************************************/ +/*! exports provided: VData, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VData__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VData */ "./src/components/VData/VData.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VData", function() { return _VData__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VData__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VDataIterator/VDataFooter.sass": +/*!*******************************************************!*\ + !*** ./src/components/VDataIterator/VDataFooter.sass ***! + \*******************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VDataIterator/VDataFooter.ts": +/*!*****************************************************!*\ + !*** ./src/components/VDataIterator/VDataFooter.ts ***! + \*****************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VDataFooter_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VDataFooter.sass */ "./src/components/VDataIterator/VDataFooter.sass"); +/* harmony import */ var _VDataFooter_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VDataFooter_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VSelect/VSelect */ "./src/components/VSelect/VSelect.ts"); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _VBtn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VBtn */ "./src/components/VBtn/index.ts"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_4__); +function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + + // Components + + + + // Types + + +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_4___default.a.extend({ + name: 'v-data-footer', + props: { + options: { + type: Object, + required: true + }, + pagination: { + type: Object, + required: true + }, + itemsPerPageOptions: { + type: Array, + default: function _default() { + return [5, 10, 15, -1]; + } + }, + prevIcon: { + type: String, + default: '$prev' + }, + nextIcon: { + type: String, + default: '$next' + }, + firstIcon: { + type: String, + default: '$first' + }, + lastIcon: { + type: String, + default: '$last' + }, + itemsPerPageText: { + type: String, + default: '$vuetify.dataFooter.itemsPerPageText' + }, + itemsPerPageAllText: { + type: String, + default: '$vuetify.dataFooter.itemsPerPageAll' + }, + showFirstLastPage: Boolean, + showCurrentPage: Boolean, + disablePagination: Boolean, + disableItemsPerPage: Boolean, + pageText: { + type: String, + default: '$vuetify.dataFooter.pageText' + } + }, + computed: { + disableNextPageIcon: function disableNextPageIcon() { + return this.options.itemsPerPage <= 0 || this.options.page * this.options.itemsPerPage >= this.pagination.itemsLength || this.pagination.pageStop < 0; + }, + computedDataItemsPerPageOptions: function computedDataItemsPerPageOptions() { + var _this = this; + + return this.itemsPerPageOptions.map(function (option) { + if (_typeof(option) === 'object') return option;else return _this.genDataItemsPerPageOption(option); + }); + } + }, + methods: { + updateOptions: function updateOptions(obj) { + this.$emit('update:options', Object.assign({}, this.options, obj)); + }, + onFirstPage: function onFirstPage() { + this.updateOptions({ + page: 1 + }); + }, + onPreviousPage: function onPreviousPage() { + this.updateOptions({ + page: this.options.page - 1 + }); + }, + onNextPage: function onNextPage() { + this.updateOptions({ + page: this.options.page + 1 + }); + }, + onLastPage: function onLastPage() { + this.updateOptions({ + page: this.pagination.pageCount + }); + }, + onChangeItemsPerPage: function onChangeItemsPerPage(itemsPerPage) { + this.updateOptions({ + itemsPerPage: itemsPerPage, + page: 1 + }); + }, + genDataItemsPerPageOption: function genDataItemsPerPageOption(option) { + return { + text: option === -1 ? this.$vuetify.lang.t(this.itemsPerPageAllText) : String(option), + value: option + }; + }, + genItemsPerPageSelect: function genItemsPerPageSelect() { + var value = this.options.itemsPerPage; + var computedIPPO = this.computedDataItemsPerPageOptions; + if (computedIPPO.length <= 1) return null; + if (!computedIPPO.find(function (ippo) { + return ippo.value === value; + })) value = computedIPPO[0]; + return this.$createElement('div', { + staticClass: 'v-data-footer__select' + }, [this.$vuetify.lang.t(this.itemsPerPageText), this.$createElement(_VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"], { + attrs: { + 'aria-label': this.itemsPerPageText + }, + props: { + disabled: this.disableItemsPerPage, + items: computedIPPO, + value: value, + hideDetails: true, + auto: true, + minWidth: '75px' + }, + on: { + input: this.onChangeItemsPerPage + } + })]); + }, + genPaginationInfo: function genPaginationInfo() { + var children = ['–']; + + if (this.pagination.itemsLength && this.pagination.itemsPerPage) { + var itemsLength = this.pagination.itemsLength; + var pageStart = this.pagination.pageStart + 1; + var pageStop = itemsLength < this.pagination.pageStop || this.pagination.pageStop < 0 ? itemsLength : this.pagination.pageStop; + children = this.$scopedSlots['page-text'] ? [this.$scopedSlots['page-text']({ + pageStart: pageStart, + pageStop: pageStop, + itemsLength: itemsLength + })] : [this.$vuetify.lang.t(this.pageText, pageStart, pageStop, itemsLength)]; + } + + return this.$createElement('div', { + class: 'v-data-footer__pagination' + }, children); + }, + genIcon: function genIcon(click, disabled, label, icon) { + return this.$createElement(_VBtn__WEBPACK_IMPORTED_MODULE_3__["default"], { + props: { + disabled: disabled || this.disablePagination, + icon: true, + text: true + }, + on: { + click: click + }, + attrs: { + 'aria-label': label + } + }, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_2__["default"], icon)]); + }, + genIcons: function genIcons() { + var before = []; + var after = []; + before.push(this.genIcon(this.onPreviousPage, this.options.page === 1, this.$vuetify.lang.t('$vuetify.dataFooter.prevPage'), this.$vuetify.rtl ? this.nextIcon : this.prevIcon)); + after.push(this.genIcon(this.onNextPage, this.disableNextPageIcon, this.$vuetify.lang.t('$vuetify.dataFooter.nextPage'), this.$vuetify.rtl ? this.prevIcon : this.nextIcon)); + + if (this.showFirstLastPage) { + before.unshift(this.genIcon(this.onFirstPage, this.options.page === 1, this.$vuetify.lang.t('$vuetify.dataFooter.firstPage'), this.$vuetify.rtl ? this.lastIcon : this.firstIcon)); + after.push(this.genIcon(this.onLastPage, this.options.page >= this.pagination.pageCount || this.options.itemsPerPage === -1, this.$vuetify.lang.t('$vuetify.dataFooter.lastPage'), this.$vuetify.rtl ? this.firstIcon : this.lastIcon)); + } + + return [this.$createElement('div', { + staticClass: 'v-data-footer__icons-before' + }, before), this.showCurrentPage && this.$createElement('span', [this.options.page.toString()]), this.$createElement('div', { + staticClass: 'v-data-footer__icons-after' + }, after)]; + } + }, + render: function render() { + return this.$createElement('div', { + staticClass: 'v-data-footer' + }, [this.genItemsPerPageSelect(), this.genPaginationInfo(), this.genIcons()]); + } +})); + +/***/ }), + +/***/ "./src/components/VDataIterator/VDataIterator.ts": +/*!*******************************************************!*\ + !*** ./src/components/VDataIterator/VDataIterator.ts ***! + \*******************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VData__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../VData */ "./src/components/VData/index.ts"); +/* harmony import */ var _VDataFooter__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VDataFooter */ "./src/components/VDataIterator/VDataFooter.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; // Components + + + + // Mixins + + // Helpers + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_mixins_themeable__WEBPACK_IMPORTED_MODULE_2__["default"].extend({ + name: 'v-data-iterator', + props: __assign({}, _VData__WEBPACK_IMPORTED_MODULE_0__["VData"].options.props, { + itemKey: { + type: String, + default: 'id' + }, + value: { + type: Array, + default: function _default() { + return []; + } + }, + singleSelect: Boolean, + expanded: { + type: Array, + default: function _default() { + return []; + } + }, + mobileBreakpoint: { + type: [Number, String], + default: 600 + }, + singleExpand: Boolean, + loading: [Boolean, String], + noResultsText: { + type: String, + default: '$vuetify.dataIterator.noResultsText' + }, + noDataText: { + type: String, + default: '$vuetify.noDataText' + }, + loadingText: { + type: String, + default: '$vuetify.dataIterator.loadingText' + }, + hideDefaultFooter: Boolean, + footerProps: Object, + selectableKey: { + type: String, + default: 'isSelectable' + } + }), + data: function data() { + return { + selection: {}, + expansion: {}, + internalCurrentItems: [] + }; + }, + computed: { + everyItem: function everyItem() { + var _this = this; + + return !!this.selectableItems.length && this.selectableItems.every(function (i) { + return _this.isSelected(i); + }); + }, + someItems: function someItems() { + var _this = this; + + return this.selectableItems.some(function (i) { + return _this.isSelected(i); + }); + }, + sanitizedFooterProps: function sanitizedFooterProps() { + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["camelizeObjectKeys"])(this.footerProps); + }, + selectableItems: function selectableItems() { + var _this = this; + + return this.internalCurrentItems.filter(function (item) { + return _this.isSelectable(item); + }); + }, + isMobile: function isMobile() { + // Guard against SSR render + // https://github.com/vuetifyjs/vuetify/issues/7410 + if (this.$vuetify.breakpoint.width === 0) return false; + return this.$vuetify.breakpoint.width < parseInt(this.mobileBreakpoint, 10); + } + }, + watch: { + value: { + handler: function handler(value) { + var _this = this; + + this.selection = value.reduce(function (selection, item) { + selection[Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getObjectValueByPath"])(item, _this.itemKey)] = item; + return selection; + }, {}); + }, + immediate: true + }, + selection: function selection(value, old) { + if (Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["deepEqual"])(Object.keys(value), Object.keys(old))) return; + this.$emit('input', Object.values(value)); + }, + expanded: { + handler: function handler(value) { + var _this = this; + + this.expansion = value.reduce(function (expansion, item) { + expansion[Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getObjectValueByPath"])(item, _this.itemKey)] = true; + return expansion; + }, {}); + }, + immediate: true + }, + expansion: function expansion(value, old) { + var _this = this; + + if (Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["deepEqual"])(value, old)) return; + var keys = Object.keys(value).filter(function (k) { + return value[k]; + }); + var expanded = !keys.length ? [] : this.items.filter(function (i) { + return keys.includes(String(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getObjectValueByPath"])(i, _this.itemKey))); + }); + this.$emit('update:expanded', expanded); + } + }, + created: function created() { + var _this = this; + + var breakingProps = [['disable-initial-sort', 'sort-by'], ['filter', 'custom-filter'], ['pagination', 'options'], ['total-items', 'server-items-length'], ['hide-actions', 'hide-default-footer'], ['rows-per-page-items', 'footer-props.items-per-page-options'], ['rows-per-page-text', 'footer-props.items-per-page-text'], ['prev-icon', 'footer-props.prev-icon'], ['next-icon', 'footer-props.next-icon']]; + /* istanbul ignore next */ + + breakingProps.forEach(function (_a) { + var _b = __read(_a, 2), + original = _b[0], + replacement = _b[1]; + + if (_this.$attrs.hasOwnProperty(original)) Object(_util_console__WEBPACK_IMPORTED_MODULE_4__["breaking"])(original, replacement, _this); + }); + var removedProps = ['expand', 'content-class', 'content-props', 'content-tag']; + /* istanbul ignore next */ + + removedProps.forEach(function (prop) { + if (_this.$attrs.hasOwnProperty(prop)) Object(_util_console__WEBPACK_IMPORTED_MODULE_4__["removed"])(prop); + }); + }, + methods: { + toggleSelectAll: function toggleSelectAll(value) { + var selection = Object.assign({}, this.selection); + + for (var i = 0; i < this.selectableItems.length; i++) { + var item = this.selectableItems[i]; + if (!this.isSelectable(item)) continue; + var key = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getObjectValueByPath"])(item, this.itemKey); + if (value) selection[key] = item;else delete selection[key]; + } + + this.selection = selection; + this.$emit('toggle-select-all', { + items: this.internalCurrentItems, + value: value + }); + }, + isSelectable: function isSelectable(item) { + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getObjectValueByPath"])(item, this.selectableKey) !== false; + }, + isSelected: function isSelected(item) { + return !!this.selection[Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getObjectValueByPath"])(item, this.itemKey)] || false; + }, + select: function select(item, value, emit) { + if (value === void 0) { + value = true; + } + + if (emit === void 0) { + emit = true; + } + + if (!this.isSelectable(item)) return; + var selection = this.singleSelect ? {} : Object.assign({}, this.selection); + var key = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getObjectValueByPath"])(item, this.itemKey); + if (value) selection[key] = item;else delete selection[key]; + + if (this.singleSelect && emit) { + var keys = Object.keys(this.selection); + var old = keys.length && Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getObjectValueByPath"])(this.selection[keys[0]], this.itemKey); + old && old !== key && this.$emit('item-selected', { + item: this.selection[old], + value: false + }); + } + + this.selection = selection; + emit && this.$emit('item-selected', { + item: item, + value: value + }); + }, + isExpanded: function isExpanded(item) { + return this.expansion[Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getObjectValueByPath"])(item, this.itemKey)] || false; + }, + expand: function expand(item, value) { + if (value === void 0) { + value = true; + } + + var expansion = this.singleExpand ? {} : Object.assign({}, this.expansion); + var key = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getObjectValueByPath"])(item, this.itemKey); + if (value) expansion[key] = true;else delete expansion[key]; + this.expansion = expansion; + this.$emit('item-expanded', { + item: item, + value: value + }); + }, + createItemProps: function createItemProps(item) { + var _this = this; + + return { + item: item, + select: function select(v) { + return _this.select(item, v); + }, + isSelected: this.isSelected(item), + expand: function expand(v) { + return _this.expand(item, v); + }, + isExpanded: this.isExpanded(item), + isMobile: this.isMobile + }; + }, + genEmptyWrapper: function genEmptyWrapper(content) { + return this.$createElement('div', content); + }, + genEmpty: function genEmpty(originalItemsLength, filteredItemsLength) { + if (originalItemsLength === 0 && this.loading) { + var loading = this.$slots['loading'] || this.$vuetify.lang.t(this.loadingText); + return this.genEmptyWrapper(loading); + } else if (originalItemsLength === 0) { + var noData = this.$slots['no-data'] || this.$vuetify.lang.t(this.noDataText); + return this.genEmptyWrapper(noData); + } else if (filteredItemsLength === 0) { + var noResults = this.$slots['no-results'] || this.$vuetify.lang.t(this.noResultsText); + return this.genEmptyWrapper(noResults); + } + + return null; + }, + genItems: function genItems(props) { + var _this = this; + + var empty = this.genEmpty(props.originalItemsLength, props.pagination.itemsLength); + if (empty) return [empty]; + + if (this.$scopedSlots.default) { + return this.$scopedSlots.default(__assign({}, props, { + isSelected: this.isSelected, + select: this.select, + isExpanded: this.isExpanded, + expand: this.expand + })); + } + + if (this.$scopedSlots.item) { + return props.items.map(function (item) { + return _this.$scopedSlots.item(_this.createItemProps(item)); + }); + } + + return []; + }, + genFooter: function genFooter(props) { + if (this.hideDefaultFooter) return null; + var data = { + props: __assign({}, this.sanitizedFooterProps, { + options: props.options, + pagination: props.pagination + }), + on: { + 'update:options': function updateOptions(value) { + return props.updateOptions(value); + } + } + }; + var scopedSlots = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getPrefixedScopedSlots"])('footer.', this.$scopedSlots); + return this.$createElement(_VDataFooter__WEBPACK_IMPORTED_MODULE_1__["default"], __assign({ + scopedSlots: scopedSlots + }, data)); + }, + genDefaultScopedSlot: function genDefaultScopedSlot(props) { + var outerProps = __assign({}, props, { + someItems: this.someItems, + everyItem: this.everyItem, + toggleSelectAll: this.toggleSelectAll + }); + + return this.$createElement('div', { + staticClass: 'v-data-iterator' + }, [Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getSlot"])(this, 'header', outerProps, true), this.genItems(props), this.genFooter(props), Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getSlot"])(this, 'footer', outerProps, true)]); + } + }, + render: function render() { + var _this = this; + + return this.$createElement(_VData__WEBPACK_IMPORTED_MODULE_0__["VData"], { + props: this.$props, + on: { + 'update:options': function updateOptions(v, old) { + return !Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["deepEqual"])(v, old) && _this.$emit('update:options', v); + }, + 'update:page': function updatePage(v) { + return _this.$emit('update:page', v); + }, + 'update:items-per-page': function updateItemsPerPage(v) { + return _this.$emit('update:items-per-page', v); + }, + 'update:sort-by': function updateSortBy(v) { + return _this.$emit('update:sort-by', v); + }, + 'update:sort-desc': function updateSortDesc(v) { + return _this.$emit('update:sort-desc', v); + }, + 'update:group-by': function updateGroupBy(v) { + return _this.$emit('update:group-by', v); + }, + 'update:group-desc': function updateGroupDesc(v) { + return _this.$emit('update:group-desc', v); + }, + pagination: function pagination(v, old) { + return !Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["deepEqual"])(v, old) && _this.$emit('pagination', v); + }, + 'current-items': function currentItems(v) { + _this.internalCurrentItems = v; + + _this.$emit('current-items', v); + }, + 'page-count': function pageCount(v) { + return _this.$emit('page-count', v); + } + }, + scopedSlots: { + default: this.genDefaultScopedSlot + } + }); + } +})); + +/***/ }), + +/***/ "./src/components/VDataIterator/index.ts": +/*!***********************************************!*\ + !*** ./src/components/VDataIterator/index.ts ***! + \***********************************************/ +/*! exports provided: VDataIterator, VDataFooter, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VDataIterator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VDataIterator */ "./src/components/VDataIterator/VDataIterator.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VDataIterator", function() { return _VDataIterator__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _VDataFooter__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VDataFooter */ "./src/components/VDataIterator/VDataFooter.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VDataFooter", function() { return _VDataFooter__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + + + + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VDataIterator: _VDataIterator__WEBPACK_IMPORTED_MODULE_0__["default"], + VDataFooter: _VDataFooter__WEBPACK_IMPORTED_MODULE_1__["default"] + } +}); + +/***/ }), + +/***/ "./src/components/VDataTable/MobileRow.ts": +/*!************************************************!*\ + !*** ./src/components/VDataTable/MobileRow.ts ***! + \************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + + + +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_0___default.a.extend({ + name: 'row', + functional: true, + props: { + headers: Array, + item: Object, + rtl: Boolean + }, + render: function render(h, _a) { + var props = _a.props, + slots = _a.slots, + data = _a.data; + var computedSlots = slots(); + var columns = props.headers.map(function (header) { + var classes = { + 'v-data-table__mobile-row': true + }; + var children = []; + var value = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["getObjectValueByPath"])(props.item, header.value); + var slotName = header.value; + var scopedSlot = data.scopedSlots && data.scopedSlots[slotName]; + var regularSlot = computedSlots[slotName]; + + if (scopedSlot) { + children.push(scopedSlot({ + item: props.item, + header: header, + value: value + })); + } else if (regularSlot) { + children.push(regularSlot); + } else { + children.push(value == null ? value : String(value)); + } + + var mobileRowChildren = [h('div', { + staticClass: 'v-data-table__mobile-row__cell' + }, children)]; + + if (header.value !== 'dataTableSelect') { + mobileRowChildren.unshift(h('div', { + staticClass: 'v-data-table__mobile-row__header' + }, [header.text])); + } + + return h('td', { + class: classes + }, mobileRowChildren); + }); + return h('tr', __assign({}, data, { + staticClass: 'v-data-table__mobile-table-row' + }), columns); + } +})); + +/***/ }), + +/***/ "./src/components/VDataTable/Row.ts": +/*!******************************************!*\ + !*** ./src/components/VDataTable/Row.ts ***! + \******************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +// Types + // Utils + + +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_0___default.a.extend({ + name: 'row', + functional: true, + props: { + headers: Array, + item: Object, + rtl: Boolean + }, + render: function render(h, _a) { + var props = _a.props, + slots = _a.slots, + data = _a.data; + var computedSlots = slots(); + var columns = props.headers.map(function (header) { + var _a; + + var children = []; + var value = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["getObjectValueByPath"])(props.item, header.value); + var slotName = header.value; + var scopedSlot = data.scopedSlots && data.scopedSlots[slotName]; + var regularSlot = computedSlots[slotName]; + + if (scopedSlot) { + children.push(scopedSlot({ + item: props.item, + header: header, + value: value + })); + } else if (regularSlot) { + children.push(regularSlot); + } else { + children.push(value == null ? value : String(value)); + } + + var textAlign = "text-" + (header.align || 'start'); + return h('td', { + class: (_a = {}, _a[textAlign] = true, _a['v-data-table__divider'] = header.divider, _a) + }, children); + }); + return h('tr', data, columns); + } +})); + +/***/ }), + +/***/ "./src/components/VDataTable/RowGroup.ts": +/*!***********************************************!*\ + !*** ./src/components/VDataTable/RowGroup.ts ***! + \***********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__); +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + +var __spread = undefined && undefined.__spread || function () { + for (var ar = [], i = 0; i < arguments.length; i++) { + ar = ar.concat(__read(arguments[i])); + } + + return ar; +}; + + +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_0___default.a.extend({ + name: 'row-group', + functional: true, + props: { + value: { + type: Boolean, + default: true + }, + headerClass: { + type: String, + default: 'v-row-group__header' + }, + contentClass: String, + summaryClass: { + type: String, + default: 'v-row-group__summary' + } + }, + render: function render(h, _a) { + var slots = _a.slots, + props = _a.props; + var computedSlots = slots(); + var children = []; + + if (computedSlots['column.header']) { + children.push(h('tr', { + staticClass: props.headerClass + }, computedSlots['column.header'])); + } else if (computedSlots['row.header']) { + children.push.apply(children, __spread(computedSlots['row.header'])); + } + + if (computedSlots['row.content'] && props.value) children.push.apply(children, __spread(computedSlots['row.content'])); + + if (computedSlots['column.summary']) { + children.push(h('tr', { + staticClass: props.summaryClass + }, computedSlots['column.summary'])); + } else if (computedSlots['row.summary']) { + children.push.apply(children, __spread(computedSlots['row.summary'])); + } + + return children; + } +})); + +/***/ }), + +/***/ "./src/components/VDataTable/VDataTable.sass": +/*!***************************************************!*\ + !*** ./src/components/VDataTable/VDataTable.sass ***! + \***************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VDataTable/VDataTable.ts": +/*!*************************************************!*\ + !*** ./src/components/VDataTable/VDataTable.ts ***! + \*************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VDataTable_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VDataTable.sass */ "./src/components/VDataTable/VDataTable.sass"); +/* harmony import */ var _VDataTable_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VDataTable_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VData__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VData */ "./src/components/VData/index.ts"); +/* harmony import */ var _VDataIterator__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VDataIterator */ "./src/components/VDataIterator/index.ts"); +/* harmony import */ var _VBtn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VBtn */ "./src/components/VBtn/index.ts"); +/* harmony import */ var _VDataTableHeader__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./VDataTableHeader */ "./src/components/VDataTable/VDataTableHeader.ts"); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _VProgressLinear__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../VProgressLinear */ "./src/components/VProgressLinear/index.ts"); +/* harmony import */ var _Row__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./Row */ "./src/components/VDataTable/Row.ts"); +/* harmony import */ var _RowGroup__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./RowGroup */ "./src/components/VDataTable/RowGroup.ts"); +/* harmony import */ var _VCheckbox_VSimpleCheckbox__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../VCheckbox/VSimpleCheckbox */ "./src/components/VCheckbox/VSimpleCheckbox.ts"); +/* harmony import */ var _VSimpleTable__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./VSimpleTable */ "./src/components/VDataTable/VSimpleTable.ts"); +/* harmony import */ var _MobileRow__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./MobileRow */ "./src/components/VDataTable/MobileRow.ts"); +/* harmony import */ var _directives_ripple__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../directives/ripple */ "./src/directives/ripple/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + + // Components + + + + + // import VVirtualTable from './VVirtualTable' + + + + + + + + // Directives + + // Helpers + + + + +function filterFn(item, search, filter) { + return function (header) { + var value = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_13__["getObjectValueByPath"])(item, header.value); + return header.filter ? header.filter(value, search, item) : filter(value, search, item); + }; +} + +function searchTableItems(items, search, headersWithCustomFilters, headersWithoutCustomFilters, customFilter) { + var filtered = items; + search = typeof search === 'string' ? search.trim() : null; + + if (search && headersWithoutCustomFilters.length) { + filtered = items.filter(function (item) { + return headersWithoutCustomFilters.some(filterFn(item, search, customFilter)); + }); + } + + if (headersWithCustomFilters.length) { + filtered = filtered.filter(function (item) { + return headersWithCustomFilters.every(filterFn(item, search, _util_helpers__WEBPACK_IMPORTED_MODULE_13__["defaultFilter"])); + }); + } + + return filtered; +} +/* @vue/component */ + + +/* harmony default export */ __webpack_exports__["default"] = (_VDataIterator__WEBPACK_IMPORTED_MODULE_2__["VDataIterator"].extend({ + name: 'v-data-table', + // https://github.com/vuejs/vue/issues/6872 + directives: { + ripple: _directives_ripple__WEBPACK_IMPORTED_MODULE_12__["default"] + }, + props: { + headers: { + type: Array, + default: function _default() { + return []; + } + }, + showSelect: Boolean, + showExpand: Boolean, + showGroupBy: Boolean, + // TODO: Fix + // virtualRows: Boolean, + height: [Number, String], + hideDefaultHeader: Boolean, + caption: String, + dense: Boolean, + headerProps: Object, + calculateWidths: Boolean, + fixedHeader: Boolean, + headersLength: Number, + expandIcon: { + type: String, + default: '$expand' + }, + customFilter: { + type: Function, + default: _util_helpers__WEBPACK_IMPORTED_MODULE_13__["defaultFilter"] + } + }, + data: function data() { + return { + internalGroupBy: [], + openCache: {}, + widths: [] + }; + }, + computed: { + computedHeaders: function computedHeaders() { + var _this = this; + + if (!this.headers) return []; + var headers = this.headers.filter(function (h) { + return h.value === undefined || !_this.internalGroupBy.find(function (v) { + return v === h.value; + }); + }); + var defaultHeader = { + text: '', + sortable: false, + width: '1px' + }; + + if (this.showSelect) { + var index = headers.findIndex(function (h) { + return h.value === 'data-table-select'; + }); + if (index < 0) headers.unshift(__assign({}, defaultHeader, { + value: 'data-table-select' + }));else headers.splice(index, 1, __assign({}, defaultHeader, headers[index])); + } + + if (this.showExpand) { + var index = headers.findIndex(function (h) { + return h.value === 'data-table-expand'; + }); + if (index < 0) headers.unshift(__assign({}, defaultHeader, { + value: 'data-table-expand' + }));else headers.splice(index, 1, __assign({}, defaultHeader, headers[index])); + } + + return headers; + }, + colspanAttrs: function colspanAttrs() { + return this.isMobile ? undefined : { + colspan: this.headersLength || this.computedHeaders.length + }; + }, + columnSorters: function columnSorters() { + return this.computedHeaders.reduce(function (acc, header) { + if (header.sort) acc[header.value] = header.sort; + return acc; + }, {}); + }, + headersWithCustomFilters: function headersWithCustomFilters() { + return this.headers.filter(function (header) { + return header.filter && (!header.hasOwnProperty('filterable') || header.filterable === true); + }); + }, + headersWithoutCustomFilters: function headersWithoutCustomFilters() { + return this.headers.filter(function (header) { + return !header.filter && (!header.hasOwnProperty('filterable') || header.filterable === true); + }); + }, + sanitizedHeaderProps: function sanitizedHeaderProps() { + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_13__["camelizeObjectKeys"])(this.headerProps); + }, + computedItemsPerPage: function computedItemsPerPage() { + var itemsPerPage = this.options && this.options.itemsPerPage ? this.options.itemsPerPage : this.itemsPerPage; + var itemsPerPageOptions = this.sanitizedFooterProps.itemsPerPageOptions; + + if (itemsPerPageOptions && !itemsPerPageOptions.find(function (item) { + return typeof item === 'number' ? item === itemsPerPage : item.value === itemsPerPage; + })) { + var firstOption = itemsPerPageOptions[0]; + return _typeof(firstOption) === 'object' ? firstOption.value : firstOption; + } + + return itemsPerPage; + } + }, + created: function created() { + var _this = this; + + var breakingProps = [['sort-icon', 'header-props.sort-icon'], ['hide-headers', 'hide-default-header'], ['select-all', 'show-select']]; + /* istanbul ignore next */ + + breakingProps.forEach(function (_a) { + var _b = __read(_a, 2), + original = _b[0], + replacement = _b[1]; + + if (_this.$attrs.hasOwnProperty(original)) Object(_util_console__WEBPACK_IMPORTED_MODULE_14__["breaking"])(original, replacement, _this); + }); + }, + mounted: function mounted() { + // if ((!this.sortBy || !this.sortBy.length) && (!this.options.sortBy || !this.options.sortBy.length)) { + // const firstSortable = this.headers.find(h => !('sortable' in h) || !!h.sortable) + // if (firstSortable) this.updateOptions({ sortBy: [firstSortable.value], sortDesc: [false] }) + // } + if (this.calculateWidths) { + window.addEventListener('resize', this.calcWidths); + this.calcWidths(); + } + }, + beforeDestroy: function beforeDestroy() { + if (this.calculateWidths) { + window.removeEventListener('resize', this.calcWidths); + } + }, + methods: { + calcWidths: function calcWidths() { + this.widths = Array.from(this.$el.querySelectorAll('th')).map(function (e) { + return e.clientWidth; + }); + }, + customFilterWithColumns: function customFilterWithColumns(items, search) { + return searchTableItems(items, search, this.headersWithCustomFilters, this.headersWithoutCustomFilters, this.customFilter); + }, + customSortWithHeaders: function customSortWithHeaders(items, sortBy, sortDesc, locale) { + return this.customSort(items, sortBy, sortDesc, locale, this.columnSorters); + }, + createItemProps: function createItemProps(item) { + var props = _VDataIterator__WEBPACK_IMPORTED_MODULE_2__["VDataIterator"].options.methods.createItemProps.call(this, item); + return Object.assign(props, { + headers: this.computedHeaders + }); + }, + genCaption: function genCaption(props) { + if (this.caption) return [this.$createElement('caption', [this.caption])]; + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_13__["getSlot"])(this, 'caption', props, true); + }, + genColgroup: function genColgroup(props) { + var _this = this; + + return this.$createElement('colgroup', this.computedHeaders.map(function (header) { + return _this.$createElement('col', { + class: { + divider: header.divider + } + }); + })); + }, + genLoading: function genLoading() { + var progress = this.$slots['progress'] ? this.$slots.progress : this.$createElement(_VProgressLinear__WEBPACK_IMPORTED_MODULE_6__["default"], { + props: { + color: this.loading === true ? 'primary' : this.loading, + height: 2, + indeterminate: true + } + }); + var th = this.$createElement('th', { + staticClass: 'column', + attrs: this.colspanAttrs + }, [progress]); + var tr = this.$createElement('tr', { + staticClass: 'v-data-table__progress' + }, [th]); + return this.$createElement('thead', [tr]); + }, + genHeaders: function genHeaders(props) { + var data = { + props: __assign({}, this.sanitizedHeaderProps, { + headers: this.computedHeaders, + options: props.options, + mobile: this.isMobile, + showGroupBy: this.showGroupBy, + someItems: this.someItems, + everyItem: this.everyItem, + singleSelect: this.singleSelect, + disableSort: this.disableSort + }), + on: { + sort: props.sort, + group: props.group, + 'toggle-select-all': this.toggleSelectAll + } + }; + var children = [Object(_util_helpers__WEBPACK_IMPORTED_MODULE_13__["getSlot"])(this, 'header', data)]; + + if (!this.hideDefaultHeader) { + var scopedSlots = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_13__["getPrefixedScopedSlots"])('header.', this.$scopedSlots); + children.push(this.$createElement(_VDataTableHeader__WEBPACK_IMPORTED_MODULE_4__["default"], __assign({}, data, { + scopedSlots: scopedSlots + }))); + } + + if (this.loading) children.push(this.genLoading()); + return children; + }, + genEmptyWrapper: function genEmptyWrapper(content) { + return this.$createElement('tr', { + staticClass: 'v-data-table__empty-wrapper' + }, [this.$createElement('td', { + attrs: this.colspanAttrs + }, content)]); + }, + genItems: function genItems(items, props) { + var empty = this.genEmpty(props.originalItemsLength, props.pagination.itemsLength); + if (empty) return [empty]; + return props.groupedItems ? this.genGroupedRows(props.groupedItems, props) : this.genRows(items, props); + }, + genGroupedRows: function genGroupedRows(groupedItems, props) { + var _this = this; + + return groupedItems.map(function (group) { + if (!_this.openCache.hasOwnProperty(group.name)) _this.$set(_this.openCache, group.name, true); + + if (_this.$scopedSlots.group) { + return _this.$scopedSlots.group({ + group: group.name, + options: props.options, + items: group.items, + headers: _this.computedHeaders + }); + } else { + return _this.genDefaultGroupedRow(group.name, group.items, props); + } + }); + }, + genDefaultGroupedRow: function genDefaultGroupedRow(group, items, props) { + var _this = this; + + var isOpen = !!this.openCache[group]; + var children = [this.$createElement('template', { + slot: 'row.content' + }, this.genRows(items, props))]; + + var toggleFn = function toggleFn() { + return _this.$set(_this.openCache, group, !_this.openCache[group]); + }; + + var removeFn = function removeFn() { + return props.updateOptions({ + groupBy: [], + groupDesc: [] + }); + }; + + if (this.$scopedSlots['group.header']) { + children.unshift(this.$createElement('template', { + slot: 'column.header' + }, [this.$scopedSlots['group.header']({ + group: group, + groupBy: props.options.groupBy, + items: items, + headers: this.computedHeaders, + isOpen: isOpen, + toggle: toggleFn, + remove: removeFn + })])); + } else { + var toggle = this.$createElement(_VBtn__WEBPACK_IMPORTED_MODULE_3__["default"], { + staticClass: 'ma-0', + props: { + icon: true, + small: true + }, + on: { + click: toggleFn + } + }, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_5__["default"], [isOpen ? '$minus' : '$plus'])]); + var remove = this.$createElement(_VBtn__WEBPACK_IMPORTED_MODULE_3__["default"], { + staticClass: 'ma-0', + props: { + icon: true, + small: true + }, + on: { + click: removeFn + } + }, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_5__["default"], ['$close'])]); + var column = this.$createElement('td', { + staticClass: 'text-start', + attrs: this.colspanAttrs + }, [toggle, props.options.groupBy[0] + ": " + group, remove]); + children.unshift(this.$createElement('template', { + slot: 'column.header' + }, [column])); + } + + if (this.$scopedSlots['group.summary']) { + children.push(this.$createElement('template', { + slot: 'column.summary' + }, [this.$scopedSlots['group.summary']({ + group: group, + groupBy: props.options.groupBy, + items: items, + headers: this.computedHeaders + })])); + } + + return this.$createElement(_RowGroup__WEBPACK_IMPORTED_MODULE_8__["default"], { + key: group, + props: { + value: isOpen + } + }, children); + }, + genRows: function genRows(items, props) { + return this.$scopedSlots.item ? this.genScopedRows(items, props) : this.genDefaultRows(items, props); + }, + genScopedRows: function genScopedRows(items, props) { + var rows = []; + + for (var i = 0; i < items.length; i++) { + var item = items[i]; + rows.push(this.$scopedSlots.item(__assign({}, this.createItemProps(item), { + index: i + }))); + + if (this.isExpanded(item)) { + rows.push(this.$scopedSlots['expanded-item']({ + item: item, + headers: this.computedHeaders + })); + } + } + + return rows; + }, + genDefaultRows: function genDefaultRows(items, props) { + var _this = this; + + return this.$scopedSlots['expanded-item'] ? items.map(function (item) { + return _this.genDefaultExpandedRow(item); + }) : items.map(function (item) { + return _this.genDefaultSimpleRow(item); + }); + }, + genDefaultExpandedRow: function genDefaultExpandedRow(item) { + var isExpanded = this.isExpanded(item); + var classes = { + 'v-data-table__expanded v-data-table__expanded__row': isExpanded + }; + var headerRow = this.genDefaultSimpleRow(item, classes); + var expandedRow = this.$createElement('tr', { + staticClass: 'v-data-table__expanded v-data-table__expanded__content' + }, [this.$scopedSlots['expanded-item']({ + item: item, + headers: this.computedHeaders + })]); + return this.$createElement(_RowGroup__WEBPACK_IMPORTED_MODULE_8__["default"], { + props: { + value: isExpanded + } + }, [this.$createElement('template', { + slot: 'row.header' + }, [headerRow]), this.$createElement('template', { + slot: 'row.content' + }, [expandedRow])]); + }, + genDefaultSimpleRow: function genDefaultSimpleRow(item, classes) { + var _this = this; + + if (classes === void 0) { + classes = {}; + } + + var scopedSlots = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_13__["getPrefixedScopedSlots"])('item.', this.$scopedSlots); + var data = this.createItemProps(item); + + if (this.showSelect) { + var slot_1 = scopedSlots['data-table-select']; + scopedSlots['data-table-select'] = slot_1 ? function () { + return slot_1(data); + } : function () { + return _this.$createElement(_VCheckbox_VSimpleCheckbox__WEBPACK_IMPORTED_MODULE_9__["default"], { + staticClass: 'v-data-table__checkbox', + props: { + value: data.isSelected, + disabled: !_this.isSelectable(item) + }, + on: { + input: function input(val) { + return data.select(val); + } + } + }); + }; + } + + if (this.showExpand) { + var slot_2 = scopedSlots['data-table-expand']; + scopedSlots['data-table-expand'] = slot_2 ? function () { + return slot_2(data); + } : function () { + return _this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_5__["default"], { + staticClass: 'v-data-table__expand-icon', + class: { + 'v-data-table__expand-icon--active': data.isExpanded + }, + on: { + click: function click(e) { + e.stopPropagation(); + data.expand(!data.isExpanded); + } + } + }, [_this.expandIcon]); + }; + } + + return this.$createElement(this.isMobile ? _MobileRow__WEBPACK_IMPORTED_MODULE_11__["default"] : _Row__WEBPACK_IMPORTED_MODULE_7__["default"], { + key: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_13__["getObjectValueByPath"])(item, this.itemKey), + class: __assign({}, classes, { + 'v-data-table__selected': data.isSelected + }), + props: { + headers: this.computedHeaders, + item: item, + rtl: this.$vuetify.rtl + }, + scopedSlots: scopedSlots, + on: { + // TODO: first argument should be the data object + // but this is a breaking change so it's for v3 + click: function click() { + return _this.$emit('click:row', item, data); + } + } + }); + }, + genBody: function genBody(props) { + var data = __assign({}, props, { + expand: this.expand, + headers: this.computedHeaders, + isExpanded: this.isExpanded, + isMobile: this.isMobile, + isSelected: this.isSelected, + select: this.select + }); + + if (this.$scopedSlots.body) { + return this.$scopedSlots.body(data); + } + + return this.$createElement('tbody', [Object(_util_helpers__WEBPACK_IMPORTED_MODULE_13__["getSlot"])(this, 'body.prepend', data, true), this.genItems(props.items, props), Object(_util_helpers__WEBPACK_IMPORTED_MODULE_13__["getSlot"])(this, 'body.append', data, true)]); + }, + genFooters: function genFooters(props) { + var data = { + props: __assign({ + options: props.options, + pagination: props.pagination, + itemsPerPageText: '$vuetify.dataTable.itemsPerPageText' + }, this.sanitizedFooterProps), + on: { + 'update:options': function updateOptions(value) { + return props.updateOptions(value); + } + }, + widths: this.widths, + headers: this.computedHeaders + }; + var children = [Object(_util_helpers__WEBPACK_IMPORTED_MODULE_13__["getSlot"])(this, 'footer', data, true)]; + + if (!this.hideDefaultFooter) { + children.push(this.$createElement(_VDataIterator__WEBPACK_IMPORTED_MODULE_2__["VDataFooter"], __assign({}, data, { + scopedSlots: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_13__["getPrefixedScopedSlots"])('footer.', this.$scopedSlots) + }))); + } + + return children; + }, + genDefaultScopedSlot: function genDefaultScopedSlot(props) { + var simpleProps = { + height: this.height, + fixedHeader: this.fixedHeader, + dense: this.dense + }; // if (this.virtualRows) { + // return this.$createElement(VVirtualTable, { + // props: Object.assign(simpleProps, { + // items: props.items, + // height: this.height, + // rowHeight: this.dense ? 24 : 48, + // headerHeight: this.dense ? 32 : 48, + // // TODO: expose rest of props from virtual table? + // }), + // scopedSlots: { + // items: ({ items }) => this.genItems(items, props) as any, + // }, + // }, [ + // this.proxySlot('body.before', [this.genCaption(props), this.genHeaders(props)]), + // this.proxySlot('bottom', this.genFooters(props)), + // ]) + // } + + return this.$createElement(_VSimpleTable__WEBPACK_IMPORTED_MODULE_10__["default"], { + props: simpleProps + }, [this.proxySlot('top', Object(_util_helpers__WEBPACK_IMPORTED_MODULE_13__["getSlot"])(this, 'top', props, true)), this.genCaption(props), this.genColgroup(props), this.genHeaders(props), this.genBody(props), this.proxySlot('bottom', this.genFooters(props))]); + }, + proxySlot: function proxySlot(slot, content) { + return this.$createElement('template', { + slot: slot + }, content); + } + }, + render: function render() { + var _this = this; + + return this.$createElement(_VData__WEBPACK_IMPORTED_MODULE_1__["VData"], { + props: __assign({}, this.$props, { + customFilter: this.customFilterWithColumns, + customSort: this.customSortWithHeaders, + itemsPerPage: this.computedItemsPerPage + }), + on: { + 'update:options': function updateOptions(v, old) { + _this.internalGroupBy = v.groupBy || []; + !Object(_util_helpers__WEBPACK_IMPORTED_MODULE_13__["deepEqual"])(v, old) && _this.$emit('update:options', v); + }, + 'update:page': function updatePage(v) { + return _this.$emit('update:page', v); + }, + 'update:items-per-page': function updateItemsPerPage(v) { + return _this.$emit('update:items-per-page', v); + }, + 'update:sort-by': function updateSortBy(v) { + return _this.$emit('update:sort-by', v); + }, + 'update:sort-desc': function updateSortDesc(v) { + return _this.$emit('update:sort-desc', v); + }, + 'update:group-by': function updateGroupBy(v) { + return _this.$emit('update:group-by', v); + }, + 'update:group-desc': function updateGroupDesc(v) { + return _this.$emit('update:group-desc', v); + }, + pagination: function pagination(v, old) { + return !Object(_util_helpers__WEBPACK_IMPORTED_MODULE_13__["deepEqual"])(v, old) && _this.$emit('pagination', v); + }, + 'current-items': function currentItems(v) { + _this.internalCurrentItems = v; + + _this.$emit('current-items', v); + }, + 'page-count': function pageCount(v) { + return _this.$emit('page-count', v); + } + }, + scopedSlots: { + default: this.genDefaultScopedSlot + } + }); + } +})); + +/***/ }), + +/***/ "./src/components/VDataTable/VDataTableHeader.sass": +/*!*********************************************************!*\ + !*** ./src/components/VDataTable/VDataTableHeader.sass ***! + \*********************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VDataTable/VDataTableHeader.ts": +/*!*******************************************************!*\ + !*** ./src/components/VDataTable/VDataTableHeader.ts ***! + \*******************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VDataTableHeader_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VDataTableHeader.sass */ "./src/components/VDataTable/VDataTableHeader.sass"); +/* harmony import */ var _VDataTableHeader_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VDataTableHeader_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_1__); +/* harmony import */ var _util_dedupeModelListeners__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/dedupeModelListeners */ "./src/util/dedupeModelListeners.ts"); +/* harmony import */ var _util_rebuildFunctionalSlots__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/rebuildFunctionalSlots */ "./src/util/rebuildFunctionalSlots.ts"); +/* harmony import */ var _VDataTableHeaderMobile__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./VDataTableHeaderMobile */ "./src/components/VDataTable/VDataTableHeaderMobile.ts"); +/* harmony import */ var _VDataTableHeaderDesktop__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./VDataTableHeaderDesktop */ "./src/components/VDataTable/VDataTableHeaderDesktop.ts"); + + + + + + +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_1___default.a.extend({ + name: 'v-data-table-header', + functional: true, + props: { + mobile: Boolean + }, + render: function render(h, _a) { + var props = _a.props, + data = _a.data, + slots = _a.slots; + Object(_util_dedupeModelListeners__WEBPACK_IMPORTED_MODULE_2__["default"])(data); + var children = Object(_util_rebuildFunctionalSlots__WEBPACK_IMPORTED_MODULE_3__["default"])(slots(), h); + + if (props.mobile) { + return h(_VDataTableHeaderMobile__WEBPACK_IMPORTED_MODULE_4__["default"], data, children); + } else { + return h(_VDataTableHeaderDesktop__WEBPACK_IMPORTED_MODULE_5__["default"], data, children); + } + } +})); + +/***/ }), + +/***/ "./src/components/VDataTable/VDataTableHeaderDesktop.ts": +/*!**************************************************************!*\ + !*** ./src/components/VDataTable/VDataTableHeaderDesktop.ts ***! + \**************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _mixins_header__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./mixins/header */ "./src/components/VDataTable/mixins/header.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + +var __spread = undefined && undefined.__spread || function () { + for (var ar = [], i = 0; i < arguments.length; i++) { + ar = ar.concat(__read(arguments[i])); + } + + return ar; +}; + + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_0__["default"])(_mixins_header__WEBPACK_IMPORTED_MODULE_1__["default"]).extend({ + name: 'v-data-table-header-desktop', + methods: { + genGroupByToggle: function genGroupByToggle(header) { + var _this = this; + + return this.$createElement('span', { + on: { + click: function click(e) { + e.stopPropagation(); + + _this.$emit('group', header.value); + } + } + }, ['group']); + }, + getAria: function getAria(beingSorted, isDesc) { + var _this = this; + + var $t = function $t(key) { + return _this.$vuetify.lang.t("$vuetify.dataTable.ariaLabel." + key); + }; + + var ariaSort = 'none'; + var ariaLabel = [$t('sortNone'), $t('activateAscending')]; + + if (!beingSorted) { + return { + ariaSort: ariaSort, + ariaLabel: ariaLabel.join(' ') + }; + } + + if (isDesc) { + ariaSort = 'descending'; + ariaLabel = [$t('sortDescending'), $t(this.options.mustSort ? 'activateAscending' : 'activateNone')]; + } else { + ariaSort = 'ascending'; + ariaLabel = [$t('sortAscending'), $t('activateDescending')]; + } + + return { + ariaSort: ariaSort, + ariaLabel: ariaLabel.join(' ') + }; + }, + genHeader: function genHeader(header) { + var _this = this; + + var data = { + attrs: { + role: 'columnheader', + scope: 'col', + 'aria-label': header.text || '' + }, + style: { + width: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_2__["convertToUnit"])(header.width), + minWidth: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_2__["convertToUnit"])(header.width) + }, + class: __spread(["text-" + (header.align || 'start')], Object(_util_helpers__WEBPACK_IMPORTED_MODULE_2__["wrapInArray"])(header.class), [header.divider && 'v-data-table__divider']), + on: {} + }; + var children = []; + + if (header.value === 'data-table-select' && !this.singleSelect) { + return this.$createElement('th', data, [this.genSelectAll()]); + } + + children.push(this.$scopedSlots[header.value] ? this.$scopedSlots[header.value]({ + header: header + }) : this.$createElement('span', [header.text])); + + if (!this.disableSort && (header.sortable || !header.hasOwnProperty('sortable'))) { + data.on['click'] = function () { + return _this.$emit('sort', header.value); + }; + + var sortIndex = this.options.sortBy.findIndex(function (k) { + return k === header.value; + }); + var beingSorted = sortIndex >= 0; + var isDesc = this.options.sortDesc[sortIndex]; + data.class.push('sortable'); + + var _a = this.getAria(beingSorted, isDesc), + ariaLabel = _a.ariaLabel, + ariaSort = _a.ariaSort; + + data.attrs['aria-label'] += "" + (header.text ? ': ' : '') + ariaLabel; + data.attrs['aria-sort'] = ariaSort; + + if (beingSorted) { + data.class.push('active'); + data.class.push(isDesc ? 'desc' : 'asc'); + } + + if (header.align === 'end') children.unshift(this.genSortIcon());else children.push(this.genSortIcon()); + + if (this.options.multiSort && beingSorted) { + children.push(this.$createElement('span', { + class: 'v-data-table-header__sort-badge' + }, [String(sortIndex + 1)])); + } + } + + if (this.showGroupBy) children.push(this.genGroupByToggle(header)); + return this.$createElement('th', data, children); + } + }, + render: function render() { + var _this = this; + + return this.$createElement('thead', { + staticClass: 'v-data-table-header' + }, [this.$createElement('tr', this.headers.map(function (header) { + return _this.genHeader(header); + }))]); + } +})); + +/***/ }), + +/***/ "./src/components/VDataTable/VDataTableHeaderMobile.ts": +/*!*************************************************************!*\ + !*** ./src/components/VDataTable/VDataTableHeaderMobile.ts ***! + \*************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VSelect/VSelect */ "./src/components/VSelect/VSelect.ts"); +/* harmony import */ var _VChip__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VChip */ "./src/components/VChip/index.ts"); +/* harmony import */ var _mixins_header__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./mixins/header */ "./src/components/VDataTable/mixins/header.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + +var __spread = undefined && undefined.__spread || function () { + for (var ar = [], i = 0; i < arguments.length; i++) { + ar = ar.concat(__read(arguments[i])); + } + + return ar; +}; + + + + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_0__["default"])(_mixins_header__WEBPACK_IMPORTED_MODULE_3__["default"]).extend({ + name: 'v-data-table-header-mobile', + props: { + sortByText: { + type: String, + default: '$vuetify.dataTable.sortBy' + } + }, + methods: { + genSortChip: function genSortChip(props) { + var _this = this; + + var children = [props.item.text]; + var sortIndex = this.options.sortBy.findIndex(function (k) { + return k === props.item.value; + }); + var beingSorted = sortIndex >= 0; + var isDesc = this.options.sortDesc[sortIndex]; + children.push(this.$createElement('div', { + staticClass: 'v-chip__close', + class: { + sortable: true, + active: beingSorted, + asc: beingSorted && !isDesc, + desc: beingSorted && isDesc + } + }, [this.genSortIcon()])); + return this.$createElement(_VChip__WEBPACK_IMPORTED_MODULE_2__["default"], { + staticClass: 'sortable', + nativeOn: { + click: function click(e) { + e.stopPropagation(); + + _this.$emit('sort', props.item.value); + } + } + }, children); + }, + genSortSelect: function genSortSelect(items) { + var _this = this; + + return this.$createElement(_VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"], { + props: { + label: this.$vuetify.lang.t(this.sortByText), + items: items, + hideDetails: true, + multiple: this.options.multiSort, + value: this.options.multiSort ? this.options.sortBy : this.options.sortBy[0] + }, + on: { + change: function change(v) { + return _this.$emit('sort', v); + } + }, + scopedSlots: { + selection: function selection(props) { + return _this.genSortChip(props); + } + } + }); + } + }, + render: function render(h) { + var children = []; + var header = this.headers.find(function (h) { + return h.value === 'data-table-select'; + }); + + if (header && !this.singleSelect) { + children.push(this.$createElement('div', { + class: __spread(['v-data-table-header-mobile__select'], Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["wrapInArray"])(header.class)), + attrs: { + width: header.width + } + }, [this.genSelectAll()])); + } + + var sortHeaders = this.headers.filter(function (h) { + return h.sortable !== false && h.value !== 'data-table-select'; + }); + + if (!this.disableSort && sortHeaders.length) { + children.push(this.genSortSelect(sortHeaders)); + } + + var th = h('th', [h('div', { + staticClass: 'v-data-table-header-mobile__wrapper' + }, children)]); + var tr = h('tr', [th]); + return h('thead', { + staticClass: 'v-data-table-header v-data-table-header-mobile' + }, [tr]); + } +})); + +/***/ }), + +/***/ "./src/components/VDataTable/VEditDialog.sass": +/*!****************************************************!*\ + !*** ./src/components/VDataTable/VEditDialog.sass ***! + \****************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VDataTable/VEditDialog.ts": +/*!**************************************************!*\ + !*** ./src/components/VDataTable/VEditDialog.ts ***! + \**************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VEditDialog_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VEditDialog.sass */ "./src/components/VDataTable/VEditDialog.sass"); +/* harmony import */ var _VEditDialog_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VEditDialog_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_returnable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/returnable */ "./src/mixins/returnable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _VBtn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../VBtn */ "./src/components/VBtn/index.ts"); +/* harmony import */ var _VMenu__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../VMenu */ "./src/components/VMenu/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +// Styles + // Mixins + + + // Utils + + // Component + + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_6__["default"])(_mixins_returnable__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__["default"]).extend({ + name: 'v-edit-dialog', + props: { + cancelText: { + default: 'Cancel' + }, + large: Boolean, + eager: Boolean, + persistent: Boolean, + saveText: { + default: 'Save' + }, + transition: { + type: String, + default: 'slide-x-reverse-transition' + } + }, + data: function data() { + return { + isActive: false + }; + }, + watch: { + isActive: function isActive(val) { + if (val) { + this.$emit('open'); + setTimeout(this.focus, 50); // Give DOM time to paint + } else { + this.$emit('close'); + } + } + }, + methods: { + cancel: function cancel() { + this.isActive = false; + this.$emit('cancel'); + }, + focus: function focus() { + var input = this.$refs.content.querySelector('input'); + input && input.focus(); + }, + genButton: function genButton(fn, text) { + return this.$createElement(_VBtn__WEBPACK_IMPORTED_MODULE_4__["default"], { + props: { + text: true, + color: 'primary', + light: true + }, + on: { + click: fn + } + }, text); + }, + genActions: function genActions() { + var _this = this; + + return this.$createElement('div', { + class: 'v-small-dialog__actions' + }, [this.genButton(this.cancel, this.cancelText), this.genButton(function () { + _this.save(_this.returnValue); + + _this.$emit('save'); + }, this.saveText)]); + }, + genContent: function genContent() { + var _this = this; + + return this.$createElement('div', { + staticClass: 'v-small-dialog__content', + on: { + keydown: function keydown(e) { + var input = _this.$refs.content.querySelector('input'); + + e.keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_3__["keyCodes"].esc && _this.cancel(); + + if (e.keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_3__["keyCodes"].enter && input) { + _this.save(input.value); + + _this.$emit('save'); + } + } + }, + ref: 'content' + }, [this.$slots.input]); + } + }, + render: function render(h) { + var _this = this; + + return h(_VMenu__WEBPACK_IMPORTED_MODULE_5__["default"], { + staticClass: 'v-small-dialog', + class: this.themeClasses, + props: { + contentClass: 'v-small-dialog__menu-content', + transition: this.transition, + origin: 'top right', + right: true, + value: this.isActive, + closeOnClick: !this.persistent, + closeOnContentClick: false, + eager: this.eager, + light: this.light, + dark: this.dark + }, + on: { + input: function input(val) { + return _this.isActive = val; + } + }, + scopedSlots: { + activator: function activator(_a) { + var on = _a.on; + return h('div', { + staticClass: 'v-small-dialog__activator', + on: on + }, [h('span', { + staticClass: 'v-small-dialog__activator__content' + }, _this.$slots.default)]); + } + } + }, [this.genContent(), this.large ? this.genActions() : null]); + } +})); + +/***/ }), + +/***/ "./src/components/VDataTable/VSimpleTable.sass": +/*!*****************************************************!*\ + !*** ./src/components/VDataTable/VSimpleTable.sass ***! + \*****************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VDataTable/VSimpleTable.ts": +/*!***************************************************!*\ + !*** ./src/components/VDataTable/VSimpleTable.ts ***! + \***************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSimpleTable_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSimpleTable.sass */ "./src/components/VDataTable/VSimpleTable.sass"); +/* harmony import */ var _VSimpleTable_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VSimpleTable_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + + + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_mixins_themeable__WEBPACK_IMPORTED_MODULE_2__["default"]).extend({ + name: 'v-simple-table', + props: { + dense: Boolean, + fixedHeader: Boolean, + height: [Number, String] + }, + computed: { + classes: function classes() { + return __assign({ + 'v-data-table--dense': this.dense, + 'v-data-table--fixed-height': !!this.height && !this.fixedHeader, + 'v-data-table--fixed-header': this.fixedHeader + }, this.themeClasses); + } + }, + methods: { + genWrapper: function genWrapper() { + return this.$slots.wrapper || this.$createElement('div', { + staticClass: 'v-data-table__wrapper', + style: { + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["convertToUnit"])(this.height) + } + }, [this.$createElement('table', this.$slots.default)]); + } + }, + render: function render(h) { + return h('div', { + staticClass: 'v-data-table', + class: this.classes + }, [this.$slots.top, this.genWrapper(), this.$slots.bottom]); + } +})); + +/***/ }), + +/***/ "./src/components/VDataTable/VVirtualTable.sass": +/*!******************************************************!*\ + !*** ./src/components/VDataTable/VVirtualTable.sass ***! + \******************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VDataTable/VVirtualTable.ts": +/*!****************************************************!*\ + !*** ./src/components/VDataTable/VVirtualTable.ts ***! + \****************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VVirtualTable_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VVirtualTable.sass */ "./src/components/VDataTable/VVirtualTable.sass"); +/* harmony import */ var _VVirtualTable_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VVirtualTable_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSimpleTable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VSimpleTable */ "./src/components/VDataTable/VSimpleTable.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); + // Components + + + // Utiltiies + + // Types + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_VSimpleTable__WEBPACK_IMPORTED_MODULE_1__["default"]); +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend().extend({ + name: 'v-virtual-table', + props: { + chunkSize: { + type: Number, + default: 25 + }, + headerHeight: { + type: Number, + default: 48 + }, + items: { + type: Array, + default: function _default() { + return []; + } + }, + rowHeight: { + type: Number, + default: 48 + } + }, + data: function data() { + return { + scrollTop: 0, + oldChunk: 0, + scrollDebounce: null, + invalidateCache: false + }; + }, + computed: { + itemsLength: function itemsLength() { + return this.items.length; + }, + totalHeight: function totalHeight() { + return this.itemsLength * this.rowHeight + this.headerHeight; + }, + topIndex: function topIndex() { + return Math.floor(this.scrollTop / this.rowHeight); + }, + chunkIndex: function chunkIndex() { + return Math.floor(this.topIndex / this.chunkSize); + }, + startIndex: function startIndex() { + return Math.max(0, this.chunkIndex * this.chunkSize - this.chunkSize); + }, + offsetTop: function offsetTop() { + return Math.max(0, this.startIndex * this.rowHeight); + }, + stopIndex: function stopIndex() { + return Math.min(this.startIndex + this.chunkSize * 3, this.itemsLength); + }, + offsetBottom: function offsetBottom() { + return Math.max(0, (this.itemsLength - this.stopIndex - this.startIndex) * this.rowHeight); + } + }, + watch: { + chunkIndex: function chunkIndex(newValue, oldValue) { + this.oldChunk = oldValue; + }, + items: function items() { + this.cachedItems = null; + this.$refs.table.scrollTop = 0; + } + }, + created: function created() { + this.cachedItems = null; + }, + mounted: function mounted() { + this.scrollDebounce = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["debounce"])(this.onScroll, 50); + this.$refs.table.addEventListener('scroll', this.scrollDebounce, { + passive: true + }); + }, + beforeDestroy: function beforeDestroy() { + this.$refs.table.removeEventListener('scroll', this.scrollDebounce); + }, + methods: { + createStyleHeight: function createStyleHeight(height) { + return { + height: height + "px" + }; + }, + genBody: function genBody() { + if (this.cachedItems === null || this.chunkIndex !== this.oldChunk) { + this.cachedItems = this.genItems(); + this.oldChunk = this.chunkIndex; + } + + return this.$createElement('tbody', [this.$createElement('tr', { + style: this.createStyleHeight(this.offsetTop) + }), this.cachedItems, this.$createElement('tr', { + style: this.createStyleHeight(this.offsetBottom) + })]); + }, + genItems: function genItems() { + return this.$scopedSlots.items({ + items: this.items.slice(this.startIndex, this.stopIndex) + }); + }, + onScroll: function onScroll(e) { + var target = e.target; + this.scrollTop = target.scrollTop; + }, + genTable: function genTable() { + return this.$createElement('div', { + ref: 'table', + staticClass: 'v-virtual-table__table' + }, [this.$createElement('table', [this.$slots['body.before'], this.genBody(), this.$slots['body.after']])]); + }, + genWrapper: function genWrapper() { + return this.$createElement('div', { + staticClass: 'v-virtual-table__wrapper', + style: { + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["convertToUnit"])(this.height) + } + }, [this.genTable()]); + } + }, + render: function render(h) { + return h('div', { + staticClass: 'v-data-table v-virtual-table', + class: this.classes + }, [this.$slots.top, this.genWrapper(), this.$slots.bottom]); + } +})); + +/***/ }), + +/***/ "./src/components/VDataTable/index.ts": +/*!********************************************!*\ + !*** ./src/components/VDataTable/index.ts ***! + \********************************************/ +/*! exports provided: VDataTable, VEditDialog, VTableOverflow, VDataTableHeader, VSimpleTable, VVirtualTable, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VTableOverflow", function() { return VTableOverflow; }); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _VDataTable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VDataTable */ "./src/components/VDataTable/VDataTable.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VDataTable", function() { return _VDataTable__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + +/* harmony import */ var _VDataTableHeader__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VDataTableHeader */ "./src/components/VDataTable/VDataTableHeader.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VDataTableHeader", function() { return _VDataTableHeader__WEBPACK_IMPORTED_MODULE_2__["default"]; }); + +/* harmony import */ var _VEditDialog__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./VEditDialog */ "./src/components/VDataTable/VEditDialog.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VEditDialog", function() { return _VEditDialog__WEBPACK_IMPORTED_MODULE_3__["default"]; }); + +/* harmony import */ var _VSimpleTable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./VSimpleTable */ "./src/components/VDataTable/VSimpleTable.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VSimpleTable", function() { return _VSimpleTable__WEBPACK_IMPORTED_MODULE_4__["default"]; }); + +/* harmony import */ var _VVirtualTable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./VVirtualTable */ "./src/components/VDataTable/VVirtualTable.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VVirtualTable", function() { return _VVirtualTable__WEBPACK_IMPORTED_MODULE_5__["default"]; }); + + + + + + + +var VTableOverflow = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["createSimpleFunctional"])('v-table__overflow'); + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VDataTable: _VDataTable__WEBPACK_IMPORTED_MODULE_1__["default"], + VDataTableHeader: _VDataTableHeader__WEBPACK_IMPORTED_MODULE_2__["default"], + VEditDialog: _VEditDialog__WEBPACK_IMPORTED_MODULE_3__["default"], + VTableOverflow: VTableOverflow, + VSimpleTable: _VSimpleTable__WEBPACK_IMPORTED_MODULE_4__["default"], + VVirtualTable: _VVirtualTable__WEBPACK_IMPORTED_MODULE_5__["default"] + } +}); + +/***/ }), + +/***/ "./src/components/VDataTable/mixins/header.ts": +/*!****************************************************!*\ + !*** ./src/components/VDataTable/mixins/header.ts ***! + \****************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _VCheckbox_VSimpleCheckbox__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../VCheckbox/VSimpleCheckbox */ "./src/components/VCheckbox/VSimpleCheckbox.ts"); +/* harmony import */ var _directives_ripple__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../directives/ripple */ "./src/directives/ripple/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + + + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])().extend({ + // https://github.com/vuejs/vue/issues/6872 + directives: { + ripple: _directives_ripple__WEBPACK_IMPORTED_MODULE_2__["default"] + }, + props: { + headers: { + type: Array, + required: true + }, + options: { + type: Object, + default: function _default() { + return { + page: 1, + itemsPerPage: 10, + sortBy: [], + sortDesc: [], + groupBy: [], + groupDesc: [], + multiSort: false, + mustSort: false + }; + } + }, + sortIcon: { + type: String, + default: '$sort' + }, + everyItem: Boolean, + someItems: Boolean, + showGroupBy: Boolean, + singleSelect: Boolean, + disableSort: Boolean + }, + methods: { + genSelectAll: function genSelectAll() { + var _this = this; + + var data = { + props: { + value: this.everyItem, + indeterminate: !this.everyItem && this.someItems + }, + on: { + input: function input(v) { + return _this.$emit('toggle-select-all', v); + } + } + }; + + if (this.$scopedSlots['data-table-select']) { + return this.$scopedSlots['data-table-select'](data); + } + + return this.$createElement(_VCheckbox_VSimpleCheckbox__WEBPACK_IMPORTED_MODULE_1__["default"], __assign({ + staticClass: 'v-data-table__checkbox' + }, data)); + }, + genSortIcon: function genSortIcon() { + return this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_0__["default"], { + staticClass: 'v-data-table-header__icon', + props: { + size: 18 + } + }, [this.sortIcon]); + } + } +})); + +/***/ }), + +/***/ "./src/components/VDatePicker/VDatePicker.ts": +/*!***************************************************!*\ + !*** ./src/components/VDatePicker/VDatePicker.ts ***! + \***************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VDatePickerTitle__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VDatePickerTitle */ "./src/components/VDatePicker/VDatePickerTitle.ts"); +/* harmony import */ var _VDatePickerHeader__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VDatePickerHeader */ "./src/components/VDatePicker/VDatePickerHeader.ts"); +/* harmony import */ var _VDatePickerDateTable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VDatePickerDateTable */ "./src/components/VDatePicker/VDatePickerDateTable.ts"); +/* harmony import */ var _VDatePickerMonthTable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./VDatePickerMonthTable */ "./src/components/VDatePicker/VDatePickerMonthTable.ts"); +/* harmony import */ var _VDatePickerYears__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./VDatePickerYears */ "./src/components/VDatePicker/VDatePickerYears.ts"); +/* harmony import */ var _mixins_localable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/localable */ "./src/mixins/localable/index.ts"); +/* harmony import */ var _mixins_picker__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/picker */ "./src/mixins/picker/index.ts"); +/* harmony import */ var _util__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./util */ "./src/components/VDatePicker/util/index.ts"); +/* harmony import */ var _util_isDateAllowed__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./util/isDateAllowed */ "./src/components/VDatePicker/util/isDateAllowed.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +/* harmony import */ var _VCalendar_util_timestamp__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../VCalendar/util/timestamp */ "./src/components/VCalendar/util/timestamp.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + +var __spread = undefined && undefined.__spread || function () { + for (var ar = [], i = 0; i < arguments.length; i++) { + ar = ar.concat(__read(arguments[i])); + } + + return ar; +}; // Components + + + + + + + // Mixins + + + // Utils + + + + + + // Adds leading zero to month/day if necessary, returns 'YYYY' if type = 'year', +// 'YYYY-MM' if 'month' and 'YYYY-MM-DD' if 'date' + +function sanitizeDateString(dateString, type) { + var _a = __read(dateString.split('-'), 3), + year = _a[0], + _b = _a[1], + month = _b === void 0 ? 1 : _b, + _c = _a[2], + date = _c === void 0 ? 1 : _c; + + return (year + "-" + Object(_util__WEBPACK_IMPORTED_MODULE_7__["pad"])(month) + "-" + Object(_util__WEBPACK_IMPORTED_MODULE_7__["pad"])(date)).substr(0, { + date: 10, + month: 7, + year: 4 + }[type]); +} + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_11__["default"])(_mixins_localable__WEBPACK_IMPORTED_MODULE_5__["default"], _mixins_picker__WEBPACK_IMPORTED_MODULE_6__["default"] +/* @vue/component */ +).extend({ + name: 'v-date-picker', + props: { + allowedDates: Function, + // Function formatting the day in date picker table + dayFormat: Function, + disabled: Boolean, + events: { + type: [Array, Function, Object], + default: function _default() { + return null; + } + }, + eventColor: { + type: [Array, Function, Object, String], + default: function _default() { + return 'warning'; + } + }, + firstDayOfWeek: { + type: [String, Number], + default: 0 + }, + // Function formatting the tableDate in the day/month table header + headerDateFormat: Function, + max: String, + min: String, + // Function formatting month in the months table + monthFormat: Function, + multiple: Boolean, + nextIcon: { + type: String, + default: '$next' + }, + pickerDate: String, + prevIcon: { + type: String, + default: '$prev' + }, + range: Boolean, + reactive: Boolean, + readonly: Boolean, + scrollable: Boolean, + showCurrent: { + type: [Boolean, String], + default: true + }, + selectedItemsText: { + type: String, + default: '$vuetify.datePicker.itemsSelected' + }, + showWeek: Boolean, + // Function formatting currently selected date in the picker title + titleDateFormat: Function, + type: { + type: String, + default: 'date', + validator: function validator(type) { + return ['date', 'month'].includes(type); + } + }, + value: [Array, String], + weekdayFormat: Function, + // Function formatting the year in table header and pickup title + yearFormat: Function, + yearIcon: String + }, + data: function data() { + var _this = this; + + var now = new Date(); + return { + activePicker: this.type.toUpperCase(), + inputDay: null, + inputMonth: null, + inputYear: null, + isReversing: false, + now: now, + // tableDate is a string in 'YYYY' / 'YYYY-M' format (leading zero for month is not required) + tableDate: function () { + if (_this.pickerDate) { + return _this.pickerDate; + } + + var date = (_this.multiple || _this.range ? _this.value[_this.value.length - 1] : _this.value) || now.getFullYear() + "-" + (now.getMonth() + 1); + return sanitizeDateString(date, _this.type === 'date' ? 'month' : 'year'); + }() + }; + }, + computed: { + isMultiple: function isMultiple() { + return this.multiple || this.range; + }, + lastValue: function lastValue() { + return this.isMultiple ? this.value[this.value.length - 1] : this.value; + }, + selectedMonths: function selectedMonths() { + if (!this.value || !this.value.length || this.type === 'month') { + return this.value; + } else if (this.isMultiple) { + return this.value.map(function (val) { + return val.substr(0, 7); + }); + } else { + return this.value.substr(0, 7); + } + }, + current: function current() { + if (this.showCurrent === true) { + return sanitizeDateString(this.now.getFullYear() + "-" + (this.now.getMonth() + 1) + "-" + this.now.getDate(), this.type); + } + + return this.showCurrent || null; + }, + inputDate: function inputDate() { + return this.type === 'date' ? this.inputYear + "-" + Object(_util__WEBPACK_IMPORTED_MODULE_7__["pad"])(this.inputMonth + 1) + "-" + Object(_util__WEBPACK_IMPORTED_MODULE_7__["pad"])(this.inputDay) : this.inputYear + "-" + Object(_util__WEBPACK_IMPORTED_MODULE_7__["pad"])(this.inputMonth + 1); + }, + tableMonth: function tableMonth() { + return Number((this.pickerDate || this.tableDate).split('-')[1]) - 1; + }, + tableYear: function tableYear() { + return Number((this.pickerDate || this.tableDate).split('-')[0]); + }, + minMonth: function minMonth() { + return this.min ? sanitizeDateString(this.min, 'month') : null; + }, + maxMonth: function maxMonth() { + return this.max ? sanitizeDateString(this.max, 'month') : null; + }, + minYear: function minYear() { + return this.min ? sanitizeDateString(this.min, 'year') : null; + }, + maxYear: function maxYear() { + return this.max ? sanitizeDateString(this.max, 'year') : null; + }, + formatters: function formatters() { + return { + year: this.yearFormat || Object(_util__WEBPACK_IMPORTED_MODULE_7__["createNativeLocaleFormatter"])(this.currentLocale, { + year: 'numeric', + timeZone: 'UTC' + }, { + length: 4 + }), + titleDate: this.titleDateFormat || (this.isMultiple ? this.defaultTitleMultipleDateFormatter : this.defaultTitleDateFormatter) + }; + }, + defaultTitleMultipleDateFormatter: function defaultTitleMultipleDateFormatter() { + var _this = this; + + return function (dates) { + if (!dates.length) { + return '-'; + } + + if (dates.length === 1) { + return _this.defaultTitleDateFormatter(dates[0]); + } + + return _this.$vuetify.lang.t(_this.selectedItemsText, dates.length); + }; + }, + defaultTitleDateFormatter: function defaultTitleDateFormatter() { + var titleFormats = { + year: { + year: 'numeric', + timeZone: 'UTC' + }, + month: { + month: 'long', + timeZone: 'UTC' + }, + date: { + weekday: 'short', + month: 'short', + day: 'numeric', + timeZone: 'UTC' + } + }; + var titleDateFormatter = Object(_util__WEBPACK_IMPORTED_MODULE_7__["createNativeLocaleFormatter"])(this.currentLocale, titleFormats[this.type], { + start: 0, + length: { + date: 10, + month: 7, + year: 4 + }[this.type] + }); + + var landscapeFormatter = function landscapeFormatter(date) { + return titleDateFormatter(date).replace(/([^\d\s])([\d])/g, function (match, nonDigit, digit) { + return nonDigit + " " + digit; + }).replace(', ', ',
'); + }; + + return this.landscape ? landscapeFormatter : titleDateFormatter; + } + }, + watch: { + tableDate: function tableDate(val, prev) { + // Make a ISO 8601 strings from val and prev for comparision, otherwise it will incorrectly + // compare for example '2000-9' and '2000-10' + var sanitizeType = this.type === 'month' ? 'year' : 'month'; + this.isReversing = sanitizeDateString(val, sanitizeType) < sanitizeDateString(prev, sanitizeType); + this.$emit('update:picker-date', val); + }, + pickerDate: function pickerDate(val) { + if (val) { + this.tableDate = val; + } else if (this.lastValue && this.type === 'date') { + this.tableDate = sanitizeDateString(this.lastValue, 'month'); + } else if (this.lastValue && this.type === 'month') { + this.tableDate = sanitizeDateString(this.lastValue, 'year'); + } + }, + value: function value(newValue, oldValue) { + this.checkMultipleProp(); + this.setInputDate(); + + if (!this.isMultiple && this.value && !this.pickerDate) { + this.tableDate = sanitizeDateString(this.inputDate, this.type === 'month' ? 'year' : 'month'); + } else if (this.isMultiple && this.value.length && !oldValue.length && !this.pickerDate) { + this.tableDate = sanitizeDateString(this.inputDate, this.type === 'month' ? 'year' : 'month'); + } + }, + type: function type(_type) { + this.activePicker = _type.toUpperCase(); + + if (this.value && this.value.length) { + var output = (this.isMultiple ? this.value : [this.value]).map(function (val) { + return sanitizeDateString(val, _type); + }).filter(this.isDateAllowed); + this.$emit('input', this.isMultiple ? output : output[0]); + } + } + }, + created: function created() { + this.checkMultipleProp(); + + if (this.pickerDate !== this.tableDate) { + this.$emit('update:picker-date', this.tableDate); + } + + this.setInputDate(); + }, + methods: { + emitInput: function emitInput(newInput) { + if (this.range && this.value) { + if (this.value.length === 2) { + this.$emit('input', [newInput]); + } else { + var output_1 = __spread(this.value, [newInput]); + + this.$emit('input', output_1); + this.$emit('change', output_1); + } + + return; + } + + var output = this.multiple ? this.value.indexOf(newInput) === -1 ? this.value.concat([newInput]) : this.value.filter(function (x) { + return x !== newInput; + }) : newInput; + this.$emit('input', output); + this.multiple || this.$emit('change', newInput); + }, + checkMultipleProp: function checkMultipleProp() { + if (this.value == null) return; + var valueType = this.value.constructor.name; + var expected = this.isMultiple ? 'Array' : 'String'; + + if (valueType !== expected) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_9__["consoleWarn"])("Value must be " + (this.isMultiple ? 'an' : 'a') + " " + expected + ", got " + valueType, this); + } + }, + isDateAllowed: function isDateAllowed(value) { + return Object(_util_isDateAllowed__WEBPACK_IMPORTED_MODULE_8__["default"])(value, this.min, this.max, this.allowedDates); + }, + yearClick: function yearClick(value) { + this.inputYear = value; + + if (this.type === 'month') { + this.tableDate = "" + value; + } else { + this.tableDate = value + "-" + Object(_util__WEBPACK_IMPORTED_MODULE_7__["pad"])((this.tableMonth || 0) + 1); + } + + this.activePicker = 'MONTH'; + + if (this.reactive && !this.readonly && !this.isMultiple && this.isDateAllowed(this.inputDate)) { + this.$emit('input', this.inputDate); + } + }, + monthClick: function monthClick(value) { + this.inputYear = parseInt(value.split('-')[0], 10); + this.inputMonth = parseInt(value.split('-')[1], 10) - 1; + + if (this.type === 'date') { + if (this.inputDay) { + this.inputDay = Math.min(this.inputDay, Object(_VCalendar_util_timestamp__WEBPACK_IMPORTED_MODULE_10__["daysInMonth"])(this.inputYear, this.inputMonth + 1)); + } + + this.tableDate = value; + this.activePicker = 'DATE'; + + if (this.reactive && !this.readonly && !this.isMultiple && this.isDateAllowed(this.inputDate)) { + this.$emit('input', this.inputDate); + } + } else { + this.emitInput(this.inputDate); + } + }, + dateClick: function dateClick(value) { + this.inputYear = parseInt(value.split('-')[0], 10); + this.inputMonth = parseInt(value.split('-')[1], 10) - 1; + this.inputDay = parseInt(value.split('-')[2], 10); + this.emitInput(this.inputDate); + }, + genPickerTitle: function genPickerTitle() { + var _this = this; + + return this.$createElement(_VDatePickerTitle__WEBPACK_IMPORTED_MODULE_0__["default"], { + props: { + date: this.value ? this.formatters.titleDate(this.value) : '', + disabled: this.disabled, + readonly: this.readonly, + selectingYear: this.activePicker === 'YEAR', + year: this.formatters.year(this.value ? "" + this.inputYear : this.tableDate), + yearIcon: this.yearIcon, + value: this.isMultiple ? this.value[0] : this.value + }, + slot: 'title', + on: { + 'update:selecting-year': function updateSelectingYear(value) { + return _this.activePicker = value ? 'YEAR' : _this.type.toUpperCase(); + } + } + }); + }, + genTableHeader: function genTableHeader() { + var _this = this; + + return this.$createElement(_VDatePickerHeader__WEBPACK_IMPORTED_MODULE_1__["default"], { + props: { + nextIcon: this.nextIcon, + color: this.color, + dark: this.dark, + disabled: this.disabled, + format: this.headerDateFormat, + light: this.light, + locale: this.locale, + min: this.activePicker === 'DATE' ? this.minMonth : this.minYear, + max: this.activePicker === 'DATE' ? this.maxMonth : this.maxYear, + prevIcon: this.prevIcon, + readonly: this.readonly, + value: this.activePicker === 'DATE' ? Object(_util__WEBPACK_IMPORTED_MODULE_7__["pad"])(this.tableYear, 4) + "-" + Object(_util__WEBPACK_IMPORTED_MODULE_7__["pad"])(this.tableMonth + 1) : "" + Object(_util__WEBPACK_IMPORTED_MODULE_7__["pad"])(this.tableYear, 4) + }, + on: { + toggle: function toggle() { + return _this.activePicker = _this.activePicker === 'DATE' ? 'MONTH' : 'YEAR'; + }, + input: function input(value) { + return _this.tableDate = value; + } + } + }); + }, + genDateTable: function genDateTable() { + var _this = this; + + return this.$createElement(_VDatePickerDateTable__WEBPACK_IMPORTED_MODULE_2__["default"], { + props: { + allowedDates: this.allowedDates, + color: this.color, + current: this.current, + dark: this.dark, + disabled: this.disabled, + events: this.events, + eventColor: this.eventColor, + firstDayOfWeek: this.firstDayOfWeek, + format: this.dayFormat, + light: this.light, + locale: this.locale, + min: this.min, + max: this.max, + range: this.range, + readonly: this.readonly, + scrollable: this.scrollable, + showWeek: this.showWeek, + tableDate: Object(_util__WEBPACK_IMPORTED_MODULE_7__["pad"])(this.tableYear, 4) + "-" + Object(_util__WEBPACK_IMPORTED_MODULE_7__["pad"])(this.tableMonth + 1), + value: this.value, + weekdayFormat: this.weekdayFormat + }, + ref: 'table', + on: { + input: this.dateClick, + 'update:table-date': function updateTableDate(value) { + return _this.tableDate = value; + }, + 'click:date': function clickDate(value) { + return _this.$emit('click:date', value); + }, + 'dblclick:date': function dblclickDate(value) { + return _this.$emit('dblclick:date', value); + } + } + }); + }, + genMonthTable: function genMonthTable() { + var _this = this; + + return this.$createElement(_VDatePickerMonthTable__WEBPACK_IMPORTED_MODULE_3__["default"], { + props: { + allowedDates: this.type === 'month' ? this.allowedDates : null, + color: this.color, + current: this.current ? sanitizeDateString(this.current, 'month') : null, + dark: this.dark, + disabled: this.disabled, + events: this.type === 'month' ? this.events : null, + eventColor: this.type === 'month' ? this.eventColor : null, + format: this.monthFormat, + light: this.light, + locale: this.locale, + min: this.minMonth, + max: this.maxMonth, + range: this.range, + readonly: this.readonly && this.type === 'month', + scrollable: this.scrollable, + value: this.selectedMonths, + tableDate: "" + Object(_util__WEBPACK_IMPORTED_MODULE_7__["pad"])(this.tableYear, 4) + }, + ref: 'table', + on: { + input: this.monthClick, + 'update:table-date': function updateTableDate(value) { + return _this.tableDate = value; + }, + 'click:month': function clickMonth(value) { + return _this.$emit('click:month', value); + }, + 'dblclick:month': function dblclickMonth(value) { + return _this.$emit('dblclick:month', value); + } + } + }); + }, + genYears: function genYears() { + return this.$createElement(_VDatePickerYears__WEBPACK_IMPORTED_MODULE_4__["default"], { + props: { + color: this.color, + format: this.yearFormat, + locale: this.locale, + min: this.minYear, + max: this.maxYear, + value: this.tableYear + }, + on: { + input: this.yearClick + } + }); + }, + genPickerBody: function genPickerBody() { + var children = this.activePicker === 'YEAR' ? [this.genYears()] : [this.genTableHeader(), this.activePicker === 'DATE' ? this.genDateTable() : this.genMonthTable()]; + return this.$createElement('div', { + key: this.activePicker + }, children); + }, + setInputDate: function setInputDate() { + if (this.lastValue) { + var array = this.lastValue.split('-'); + this.inputYear = parseInt(array[0], 10); + this.inputMonth = parseInt(array[1], 10) - 1; + + if (this.type === 'date') { + this.inputDay = parseInt(array[2], 10); + } + } else { + this.inputYear = this.inputYear || this.now.getFullYear(); + this.inputMonth = this.inputMonth == null ? this.inputMonth : this.now.getMonth(); + this.inputDay = this.inputDay || this.now.getDate(); + } + } + }, + render: function render() { + return this.genPicker('v-picker--date'); + } +})); + +/***/ }), + +/***/ "./src/components/VDatePicker/VDatePickerDateTable.ts": +/*!************************************************************!*\ + !*** ./src/components/VDatePicker/VDatePickerDateTable.ts ***! + \************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _mixins_date_picker_table__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./mixins/date-picker-table */ "./src/components/VDatePicker/mixins/date-picker-table.ts"); +/* harmony import */ var _util__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./util */ "./src/components/VDatePicker/util/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +// Mixins + // Utils + + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_mixins_date_picker_table__WEBPACK_IMPORTED_MODULE_0__["default"] +/* @vue/component */ +).extend({ + name: 'v-date-picker-date-table', + props: { + firstDayOfWeek: { + type: [String, Number], + default: 0 + }, + showWeek: Boolean, + weekdayFormat: Function + }, + computed: { + formatter: function formatter() { + return this.format || Object(_util__WEBPACK_IMPORTED_MODULE_1__["createNativeLocaleFormatter"])(this.currentLocale, { + day: 'numeric', + timeZone: 'UTC' + }, { + start: 8, + length: 2 + }); + }, + weekdayFormatter: function weekdayFormatter() { + return this.weekdayFormat || Object(_util__WEBPACK_IMPORTED_MODULE_1__["createNativeLocaleFormatter"])(this.currentLocale, { + weekday: 'narrow', + timeZone: 'UTC' + }); + }, + weekDays: function weekDays() { + var _this = this; + + var first = parseInt(this.firstDayOfWeek, 10); + return this.weekdayFormatter ? Object(_util_helpers__WEBPACK_IMPORTED_MODULE_2__["createRange"])(7).map(function (i) { + return _this.weekdayFormatter("2017-01-" + (first + i + 15)); + }) // 2017-01-15 is Sunday + : Object(_util_helpers__WEBPACK_IMPORTED_MODULE_2__["createRange"])(7).map(function (i) { + return ['S', 'M', 'T', 'W', 'T', 'F', 'S'][(i + first) % 7]; + }); + } + }, + methods: { + calculateTableDate: function calculateTableDate(delta) { + return Object(_util__WEBPACK_IMPORTED_MODULE_1__["monthChange"])(this.tableDate, Math.sign(delta || 1)); + }, + genTHead: function genTHead() { + var _this = this; + + var days = this.weekDays.map(function (day) { + return _this.$createElement('th', day); + }); + this.showWeek && days.unshift(this.$createElement('th')); + return this.$createElement('thead', this.genTR(days)); + }, + // Returns number of the days from the firstDayOfWeek to the first day of the current month + weekDaysBeforeFirstDayOfTheMonth: function weekDaysBeforeFirstDayOfTheMonth() { + var firstDayOfTheMonth = new Date(this.displayedYear + "-" + Object(_util__WEBPACK_IMPORTED_MODULE_1__["pad"])(this.displayedMonth + 1) + "-01T00:00:00+00:00"); + var weekDay = firstDayOfTheMonth.getUTCDay(); + return (weekDay - parseInt(this.firstDayOfWeek) + 7) % 7; + }, + getWeekNumber: function getWeekNumber() { + var dayOfYear = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334][this.displayedMonth]; + + if (this.displayedMonth > 1 && (this.displayedYear % 4 === 0 && this.displayedYear % 100 !== 0 || this.displayedYear % 400 === 0)) { + dayOfYear++; + } + + var offset = (this.displayedYear + (this.displayedYear - 1 >> 2) - Math.floor((this.displayedYear - 1) / 100) + Math.floor((this.displayedYear - 1) / 400) - Number(this.firstDayOfWeek)) % 7; // https://en.wikipedia.org/wiki/Zeller%27s_congruence + + return Math.floor((dayOfYear + offset) / 7) + 1; + }, + genWeekNumber: function genWeekNumber(weekNumber) { + return this.$createElement('td', [this.$createElement('small', { + staticClass: 'v-date-picker-table--date__week' + }, String(weekNumber).padStart(2, '0'))]); + }, + genTBody: function genTBody() { + var children = []; + var daysInMonth = new Date(this.displayedYear, this.displayedMonth + 1, 0).getDate(); + var rows = []; + var day = this.weekDaysBeforeFirstDayOfTheMonth(); + var weekNumber = this.getWeekNumber(); + this.showWeek && rows.push(this.genWeekNumber(weekNumber++)); + + while (day--) { + rows.push(this.$createElement('td')); + } + + for (day = 1; day <= daysInMonth; day++) { + var date = this.displayedYear + "-" + Object(_util__WEBPACK_IMPORTED_MODULE_1__["pad"])(this.displayedMonth + 1) + "-" + Object(_util__WEBPACK_IMPORTED_MODULE_1__["pad"])(day); + rows.push(this.$createElement('td', [this.genButton(date, true, 'date', this.formatter)])); + + if (rows.length % (this.showWeek ? 8 : 7) === 0) { + children.push(this.genTR(rows)); + rows = []; + day < daysInMonth && this.showWeek && rows.push(this.genWeekNumber(weekNumber++)); + } + } + + if (rows.length) { + children.push(this.genTR(rows)); + } + + return this.$createElement('tbody', children); + }, + genTR: function genTR(children) { + return [this.$createElement('tr', children)]; + } + }, + render: function render() { + return this.genTable('v-date-picker-table v-date-picker-table--date', [this.genTHead(), this.genTBody()], this.calculateTableDate); + } +})); + +/***/ }), + +/***/ "./src/components/VDatePicker/VDatePickerHeader.sass": +/*!***********************************************************!*\ + !*** ./src/components/VDatePicker/VDatePickerHeader.sass ***! + \***********************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VDatePicker/VDatePickerHeader.ts": +/*!*********************************************************!*\ + !*** ./src/components/VDatePicker/VDatePickerHeader.ts ***! + \*********************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VDatePickerHeader_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VDatePickerHeader.sass */ "./src/components/VDatePicker/VDatePickerHeader.sass"); +/* harmony import */ var _VDatePickerHeader_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VDatePickerHeader_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VBtn__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VBtn */ "./src/components/VBtn/index.ts"); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_localable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/localable */ "./src/mixins/localable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./util */ "./src/components/VDatePicker/util/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + + // Components + + + // Mixins + + + + // Utils + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_7__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_3__["default"], _mixins_localable__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_5__["default"] +/* @vue/component */ +).extend({ + name: 'v-date-picker-header', + props: { + disabled: Boolean, + format: Function, + min: String, + max: String, + nextIcon: { + type: String, + default: '$next' + }, + prevIcon: { + type: String, + default: '$prev' + }, + readonly: Boolean, + value: { + type: [Number, String], + required: true + } + }, + data: function data() { + return { + isReversing: false + }; + }, + computed: { + formatter: function formatter() { + if (this.format) { + return this.format; + } else if (String(this.value).split('-')[1]) { + return Object(_util__WEBPACK_IMPORTED_MODULE_6__["createNativeLocaleFormatter"])(this.currentLocale, { + month: 'long', + year: 'numeric', + timeZone: 'UTC' + }, { + length: 7 + }); + } else { + return Object(_util__WEBPACK_IMPORTED_MODULE_6__["createNativeLocaleFormatter"])(this.currentLocale, { + year: 'numeric', + timeZone: 'UTC' + }, { + length: 4 + }); + } + } + }, + watch: { + value: function value(newVal, oldVal) { + this.isReversing = newVal < oldVal; + } + }, + methods: { + genBtn: function genBtn(change) { + var _this = this; + + var disabled = this.disabled || change < 0 && this.min && this.calculateChange(change) < this.min || change > 0 && this.max && this.calculateChange(change) > this.max; + return this.$createElement(_VBtn__WEBPACK_IMPORTED_MODULE_1__["default"], { + props: { + dark: this.dark, + disabled: disabled, + icon: true, + light: this.light + }, + nativeOn: { + click: function click(e) { + e.stopPropagation(); + + _this.$emit('input', _this.calculateChange(change)); + } + } + }, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_2__["default"], change < 0 === !this.$vuetify.rtl ? this.prevIcon : this.nextIcon)]); + }, + calculateChange: function calculateChange(sign) { + var _a = __read(String(this.value).split('-').map(Number), 2), + year = _a[0], + month = _a[1]; + + if (month == null) { + return "" + (year + sign); + } else { + return Object(_util__WEBPACK_IMPORTED_MODULE_6__["monthChange"])(String(this.value), sign); + } + }, + genHeader: function genHeader() { + var _this = this; + + var color = !this.disabled && (this.color || 'accent'); + var header = this.$createElement('div', this.setTextColor(color, { + key: String(this.value) + }), [this.$createElement('button', { + attrs: { + type: 'button' + }, + on: { + click: function click() { + return _this.$emit('toggle'); + } + } + }, [this.$slots.default || this.formatter(String(this.value))])]); + var transition = this.$createElement('transition', { + props: { + name: this.isReversing === !this.$vuetify.rtl ? 'tab-reverse-transition' : 'tab-transition' + } + }, [header]); + return this.$createElement('div', { + staticClass: 'v-date-picker-header__value', + class: { + 'v-date-picker-header__value--disabled': this.disabled + } + }, [transition]); + } + }, + render: function render() { + return this.$createElement('div', { + staticClass: 'v-date-picker-header', + class: __assign({ + 'v-date-picker-header--disabled': this.disabled + }, this.themeClasses) + }, [this.genBtn(-1), this.genHeader(), this.genBtn(+1)]); + } +})); + +/***/ }), + +/***/ "./src/components/VDatePicker/VDatePickerMonthTable.ts": +/*!*************************************************************!*\ + !*** ./src/components/VDatePicker/VDatePickerMonthTable.ts ***! + \*************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _mixins_date_picker_table__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./mixins/date-picker-table */ "./src/components/VDatePicker/mixins/date-picker-table.ts"); +/* harmony import */ var _util__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./util */ "./src/components/VDatePicker/util/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +// Mixins + // Utils + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_mixins_date_picker_table__WEBPACK_IMPORTED_MODULE_0__["default"] +/* @vue/component */ +).extend({ + name: 'v-date-picker-month-table', + computed: { + formatter: function formatter() { + return this.format || Object(_util__WEBPACK_IMPORTED_MODULE_1__["createNativeLocaleFormatter"])(this.currentLocale, { + month: 'short', + timeZone: 'UTC' + }, { + start: 5, + length: 2 + }); + } + }, + methods: { + calculateTableDate: function calculateTableDate(delta) { + return "" + (parseInt(this.tableDate, 10) + Math.sign(delta || 1)); + }, + genTBody: function genTBody() { + var _this = this; + + var children = []; + var cols = Array(3).fill(null); + var rows = 12 / cols.length; + + var _loop_1 = function _loop_1(row) { + var tds = cols.map(function (_, col) { + var month = row * cols.length + col; + var date = _this.displayedYear + "-" + Object(_util__WEBPACK_IMPORTED_MODULE_1__["pad"])(month + 1); + return _this.$createElement('td', { + key: month + }, [_this.genButton(date, false, 'month', _this.formatter)]); + }); + children.push(this_1.$createElement('tr', { + key: row + }, tds)); + }; + + var this_1 = this; + + for (var row = 0; row < rows; row++) { + _loop_1(row); + } + + return this.$createElement('tbody', children); + } + }, + render: function render() { + return this.genTable('v-date-picker-table v-date-picker-table--month', [this.genTBody()], this.calculateTableDate); + } +})); + +/***/ }), + +/***/ "./src/components/VDatePicker/VDatePickerTable.sass": +/*!**********************************************************!*\ + !*** ./src/components/VDatePicker/VDatePickerTable.sass ***! + \**********************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VDatePicker/VDatePickerTitle.sass": +/*!**********************************************************!*\ + !*** ./src/components/VDatePicker/VDatePickerTitle.sass ***! + \**********************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VDatePicker/VDatePickerTitle.ts": +/*!********************************************************!*\ + !*** ./src/components/VDatePicker/VDatePickerTitle.ts ***! + \********************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VDatePickerTitle_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VDatePickerTitle.sass */ "./src/components/VDatePicker/VDatePickerTitle.sass"); +/* harmony import */ var _VDatePickerTitle_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VDatePickerTitle_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _mixins_picker_button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/picker-button */ "./src/mixins/picker-button/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); + // Components + + // Mixins + + // Utils + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_mixins_picker_button__WEBPACK_IMPORTED_MODULE_2__["default"] +/* @vue/component */ +).extend({ + name: 'v-date-picker-title', + props: { + date: { + type: String, + default: '' + }, + disabled: Boolean, + readonly: Boolean, + selectingYear: Boolean, + value: { + type: String + }, + year: { + type: [Number, String], + default: '' + }, + yearIcon: { + type: String + } + }, + data: function data() { + return { + isReversing: false + }; + }, + computed: { + computedTransition: function computedTransition() { + return this.isReversing ? 'picker-reverse-transition' : 'picker-transition'; + } + }, + watch: { + value: function value(val, prev) { + this.isReversing = val < prev; + } + }, + methods: { + genYearIcon: function genYearIcon() { + return this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_1__["default"], { + props: { + dark: true + } + }, this.yearIcon); + }, + getYearBtn: function getYearBtn() { + return this.genPickerButton('selectingYear', true, [String(this.year), this.yearIcon ? this.genYearIcon() : null], false, 'v-date-picker-title__year'); + }, + genTitleText: function genTitleText() { + return this.$createElement('transition', { + props: { + name: this.computedTransition + } + }, [this.$createElement('div', { + domProps: { + innerHTML: this.date || ' ' + }, + key: this.value + })]); + }, + genTitleDate: function genTitleDate() { + return this.genPickerButton('selectingYear', false, [this.genTitleText()], false, 'v-date-picker-title__date'); + } + }, + render: function render(h) { + return h('div', { + staticClass: 'v-date-picker-title', + class: { + 'v-date-picker-title--disabled': this.disabled + } + }, [this.getYearBtn(), this.genTitleDate()]); + } +})); + +/***/ }), + +/***/ "./src/components/VDatePicker/VDatePickerYears.sass": +/*!**********************************************************!*\ + !*** ./src/components/VDatePicker/VDatePickerYears.sass ***! + \**********************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VDatePicker/VDatePickerYears.ts": +/*!********************************************************!*\ + !*** ./src/components/VDatePicker/VDatePickerYears.ts ***! + \********************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VDatePickerYears_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VDatePickerYears.sass */ "./src/components/VDatePicker/VDatePickerYears.sass"); +/* harmony import */ var _VDatePickerYears_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VDatePickerYears_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_localable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/localable */ "./src/mixins/localable/index.ts"); +/* harmony import */ var _util__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./util */ "./src/components/VDatePicker/util/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); + // Mixins + + + // Utils + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_localable__WEBPACK_IMPORTED_MODULE_2__["default"] +/* @vue/component */ +).extend({ + name: 'v-date-picker-years', + props: { + format: Function, + min: [Number, String], + max: [Number, String], + readonly: Boolean, + value: [Number, String] + }, + data: function data() { + return { + defaultColor: 'primary' + }; + }, + computed: { + formatter: function formatter() { + return this.format || Object(_util__WEBPACK_IMPORTED_MODULE_3__["createNativeLocaleFormatter"])(this.currentLocale, { + year: 'numeric', + timeZone: 'UTC' + }, { + length: 4 + }); + } + }, + mounted: function mounted() { + var _this = this; + + setTimeout(function () { + var activeItem = _this.$el.getElementsByClassName('active')[0]; + + if (activeItem) { + _this.$el.scrollTop = activeItem.offsetTop - _this.$el.offsetHeight / 2 + activeItem.offsetHeight / 2; + } else if (_this.min && !_this.max) { + _this.$el.scrollTop = _this.$el.scrollHeight; + } else if (!_this.min && _this.max) { + _this.$el.scrollTop = 0; + } else { + _this.$el.scrollTop = _this.$el.scrollHeight / 2 - _this.$el.offsetHeight / 2; + } + }); + }, + methods: { + genYearItem: function genYearItem(year) { + var _this = this; + + var formatted = this.formatter("" + year); + var active = parseInt(this.value, 10) === year; + var color = active && (this.color || 'primary'); + return this.$createElement('li', this.setTextColor(color, { + key: year, + class: { + active: active + }, + on: { + click: function click() { + return _this.$emit('input', year); + } + } + }), formatted); + }, + genYearItems: function genYearItems() { + var children = []; + var selectedYear = this.value ? parseInt(this.value, 10) : new Date().getFullYear(); + var maxYear = this.max ? parseInt(this.max, 10) : selectedYear + 100; + var minYear = Math.min(maxYear, this.min ? parseInt(this.min, 10) : selectedYear - 100); + + for (var year = maxYear; year >= minYear; year--) { + children.push(this.genYearItem(year)); + } + + return children; + } + }, + render: function render() { + return this.$createElement('ul', { + staticClass: 'v-date-picker-years', + ref: 'years' + }, this.genYearItems()); + } +})); + +/***/ }), + +/***/ "./src/components/VDatePicker/index.ts": +/*!*********************************************!*\ + !*** ./src/components/VDatePicker/index.ts ***! + \*********************************************/ +/*! exports provided: VDatePicker, VDatePickerTitle, VDatePickerHeader, VDatePickerDateTable, VDatePickerMonthTable, VDatePickerYears, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VDatePicker__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VDatePicker */ "./src/components/VDatePicker/VDatePicker.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VDatePicker", function() { return _VDatePicker__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _VDatePickerTitle__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VDatePickerTitle */ "./src/components/VDatePicker/VDatePickerTitle.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VDatePickerTitle", function() { return _VDatePickerTitle__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + +/* harmony import */ var _VDatePickerHeader__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VDatePickerHeader */ "./src/components/VDatePicker/VDatePickerHeader.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VDatePickerHeader", function() { return _VDatePickerHeader__WEBPACK_IMPORTED_MODULE_2__["default"]; }); + +/* harmony import */ var _VDatePickerDateTable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./VDatePickerDateTable */ "./src/components/VDatePicker/VDatePickerDateTable.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VDatePickerDateTable", function() { return _VDatePickerDateTable__WEBPACK_IMPORTED_MODULE_3__["default"]; }); + +/* harmony import */ var _VDatePickerMonthTable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./VDatePickerMonthTable */ "./src/components/VDatePicker/VDatePickerMonthTable.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VDatePickerMonthTable", function() { return _VDatePickerMonthTable__WEBPACK_IMPORTED_MODULE_4__["default"]; }); + +/* harmony import */ var _VDatePickerYears__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./VDatePickerYears */ "./src/components/VDatePicker/VDatePickerYears.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VDatePickerYears", function() { return _VDatePickerYears__WEBPACK_IMPORTED_MODULE_5__["default"]; }); + + + + + + + + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VDatePicker: _VDatePicker__WEBPACK_IMPORTED_MODULE_0__["default"], + VDatePickerTitle: _VDatePickerTitle__WEBPACK_IMPORTED_MODULE_1__["default"], + VDatePickerHeader: _VDatePickerHeader__WEBPACK_IMPORTED_MODULE_2__["default"], + VDatePickerDateTable: _VDatePickerDateTable__WEBPACK_IMPORTED_MODULE_3__["default"], + VDatePickerMonthTable: _VDatePickerMonthTable__WEBPACK_IMPORTED_MODULE_4__["default"], + VDatePickerYears: _VDatePickerYears__WEBPACK_IMPORTED_MODULE_5__["default"] + } +}); + +/***/ }), + +/***/ "./src/components/VDatePicker/mixins/date-picker-table.ts": +/*!****************************************************************!*\ + !*** ./src/components/VDatePicker/mixins/date-picker-table.ts ***! + \****************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VDatePickerTable_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../VDatePickerTable.sass */ "./src/components/VDatePicker/VDatePickerTable.sass"); +/* harmony import */ var _VDatePickerTable_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VDatePickerTable_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _directives_touch__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../directives/touch */ "./src/directives/touch/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_localable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../mixins/localable */ "./src/mixins/localable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_isDateAllowed__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../util/isDateAllowed */ "./src/components/VDatePicker/util/isDateAllowed.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + +var __spread = undefined && undefined.__spread || function () { + for (var ar = [], i = 0; i < arguments.length; i++) { + ar = ar.concat(__read(arguments[i])); + } + + return ar; +}; + + // Directives + + // Mixins + + + + // Utils + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_6__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_localable__WEBPACK_IMPORTED_MODULE_3__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_4__["default"] +/* @vue/component */ +).extend({ + directives: { + Touch: _directives_touch__WEBPACK_IMPORTED_MODULE_1__["default"] + }, + props: { + allowedDates: Function, + current: String, + disabled: Boolean, + format: Function, + events: { + type: [Array, Function, Object], + default: function _default() { + return null; + } + }, + eventColor: { + type: [Array, Function, Object, String], + default: function _default() { + return 'warning'; + } + }, + min: String, + max: String, + range: Boolean, + readonly: Boolean, + scrollable: Boolean, + tableDate: { + type: String, + required: true + }, + value: [String, Array] + }, + data: function data() { + return { + isReversing: false + }; + }, + computed: { + computedTransition: function computedTransition() { + return this.isReversing === !this.$vuetify.rtl ? 'tab-reverse-transition' : 'tab-transition'; + }, + displayedMonth: function displayedMonth() { + return Number(this.tableDate.split('-')[1]) - 1; + }, + displayedYear: function displayedYear() { + return Number(this.tableDate.split('-')[0]); + } + }, + watch: { + tableDate: function tableDate(newVal, oldVal) { + this.isReversing = newVal < oldVal; + } + }, + methods: { + genButtonClasses: function genButtonClasses(isAllowed, isFloating, isSelected, isCurrent) { + return __assign({ + 'v-size--default': !isFloating, + 'v-date-picker-table__current': isCurrent, + 'v-btn--active': isSelected, + 'v-btn--flat': !isAllowed || this.disabled, + 'v-btn--text': isSelected === isCurrent, + 'v-btn--rounded': isFloating, + 'v-btn--disabled': !isAllowed || this.disabled, + 'v-btn--outlined': isCurrent && !isSelected + }, this.themeClasses); + }, + genButtonEvents: function genButtonEvents(value, isAllowed, mouseEventType) { + var _this = this; + + if (this.disabled) return undefined; + return { + click: function click() { + isAllowed && !_this.readonly && _this.$emit('input', value); + + _this.$emit("click:" + mouseEventType, value); + }, + dblclick: function dblclick() { + return _this.$emit("dblclick:" + mouseEventType, value); + } + }; + }, + genButton: function genButton(value, isFloating, mouseEventType, formatter) { + var isAllowed = Object(_util_isDateAllowed__WEBPACK_IMPORTED_MODULE_5__["default"])(value, this.min, this.max, this.allowedDates); + var isSelected = this.isSelected(value); + var isCurrent = value === this.current; + var setColor = isSelected ? this.setBackgroundColor : this.setTextColor; + var color = (isSelected || isCurrent) && (this.color || 'accent'); + return this.$createElement('button', setColor(color, { + staticClass: 'v-btn', + class: this.genButtonClasses(isAllowed, isFloating, isSelected, isCurrent), + attrs: { + type: 'button' + }, + domProps: { + disabled: this.disabled || !isAllowed + }, + on: this.genButtonEvents(value, isAllowed, mouseEventType) + }), [this.$createElement('div', { + staticClass: 'v-btn__content' + }, [formatter(value)]), this.genEvents(value)]); + }, + getEventColors: function getEventColors(date) { + var arrayize = function arrayize(v) { + return Array.isArray(v) ? v : [v]; + }; + + var eventData; + var eventColors = []; + + if (Array.isArray(this.events)) { + eventData = this.events.includes(date); + } else if (this.events instanceof Function) { + eventData = this.events(date) || false; + } else if (this.events) { + eventData = this.events[date] || false; + } else { + eventData = false; + } + + if (!eventData) { + return []; + } else if (eventData !== true) { + eventColors = arrayize(eventData); + } else if (typeof this.eventColor === 'string') { + eventColors = [this.eventColor]; + } else if (typeof this.eventColor === 'function') { + eventColors = arrayize(this.eventColor(date)); + } else if (Array.isArray(this.eventColor)) { + eventColors = this.eventColor; + } else { + eventColors = arrayize(this.eventColor[date]); + } + + return eventColors.filter(function (v) { + return v; + }); + }, + genEvents: function genEvents(date) { + var _this = this; + + var eventColors = this.getEventColors(date); + return eventColors.length ? this.$createElement('div', { + staticClass: 'v-date-picker-table__events' + }, eventColors.map(function (color) { + return _this.$createElement('div', _this.setBackgroundColor(color)); + })) : null; + }, + wheel: function wheel(e, calculateTableDate) { + e.preventDefault(); + this.$emit('update:table-date', calculateTableDate(e.deltaY)); + }, + touch: function touch(value, calculateTableDate) { + this.$emit('update:table-date', calculateTableDate(value)); + }, + genTable: function genTable(staticClass, children, calculateTableDate) { + var _this = this; + + var transition = this.$createElement('transition', { + props: { + name: this.computedTransition + } + }, [this.$createElement('table', { + key: this.tableDate + }, children)]); + var touchDirective = { + name: 'touch', + value: { + left: function left(e) { + return e.offsetX < -15 && _this.touch(1, calculateTableDate); + }, + right: function right(e) { + return e.offsetX > 15 && _this.touch(-1, calculateTableDate); + } + } + }; + return this.$createElement('div', { + staticClass: staticClass, + class: __assign({ + 'v-date-picker-table--disabled': this.disabled + }, this.themeClasses), + on: !this.disabled && this.scrollable ? { + wheel: function wheel(e) { + return _this.wheel(e, calculateTableDate); + } + } : undefined, + directives: [touchDirective] + }, [transition]); + }, + isSelected: function isSelected(value) { + if (Array.isArray(this.value)) { + if (this.range && this.value.length === 2) { + var _a = __read(__spread(this.value).sort(), 2), + from = _a[0], + to = _a[1]; + + return from <= value && value <= to; + } else { + return this.value.indexOf(value) !== -1; + } + } + + return value === this.value; + } + } +})); + +/***/ }), + +/***/ "./src/components/VDatePicker/util/createNativeLocaleFormatter.ts": +/*!************************************************************************!*\ + !*** ./src/components/VDatePicker/util/createNativeLocaleFormatter.ts ***! + \************************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _pad__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./pad */ "./src/components/VDatePicker/util/pad.ts"); +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + + + +function createNativeLocaleFormatter(locale, options, substrOptions) { + if (substrOptions === void 0) { + substrOptions = { + start: 0, + length: 0 + }; + } + + var makeIsoString = function makeIsoString(dateString) { + var _a = __read(dateString.trim().split(' ')[0].split('-'), 3), + year = _a[0], + month = _a[1], + date = _a[2]; + + return [Object(_pad__WEBPACK_IMPORTED_MODULE_0__["default"])(year, 4), Object(_pad__WEBPACK_IMPORTED_MODULE_0__["default"])(month || 1), Object(_pad__WEBPACK_IMPORTED_MODULE_0__["default"])(date || 1)].join('-'); + }; + + try { + var intlFormatter_1 = new Intl.DateTimeFormat(locale || undefined, options); + return function (dateString) { + return intlFormatter_1.format(new Date(makeIsoString(dateString) + "T00:00:00+00:00")); + }; + } catch (e) { + return substrOptions.start || substrOptions.length ? function (dateString) { + return makeIsoString(dateString).substr(substrOptions.start || 0, substrOptions.length); + } : undefined; + } +} + +/* harmony default export */ __webpack_exports__["default"] = (createNativeLocaleFormatter); + +/***/ }), + +/***/ "./src/components/VDatePicker/util/index.ts": +/*!**************************************************!*\ + !*** ./src/components/VDatePicker/util/index.ts ***! + \**************************************************/ +/*! exports provided: createNativeLocaleFormatter, monthChange, pad */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _createNativeLocaleFormatter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./createNativeLocaleFormatter */ "./src/components/VDatePicker/util/createNativeLocaleFormatter.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "createNativeLocaleFormatter", function() { return _createNativeLocaleFormatter__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _monthChange__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./monthChange */ "./src/components/VDatePicker/util/monthChange.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "monthChange", function() { return _monthChange__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + +/* harmony import */ var _pad__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./pad */ "./src/components/VDatePicker/util/pad.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "pad", function() { return _pad__WEBPACK_IMPORTED_MODULE_2__["default"]; }); + + + + + + +/***/ }), + +/***/ "./src/components/VDatePicker/util/isDateAllowed.ts": +/*!**********************************************************!*\ + !*** ./src/components/VDatePicker/util/isDateAllowed.ts ***! + \**********************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return isDateAllowed; }); +function isDateAllowed(date, min, max, allowedFn) { + return (!allowedFn || allowedFn(date)) && (!min || date >= min.substr(0, 10)) && (!max || date <= max); +} + +/***/ }), + +/***/ "./src/components/VDatePicker/util/monthChange.ts": +/*!********************************************************!*\ + !*** ./src/components/VDatePicker/util/monthChange.ts ***! + \********************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _pad__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./pad */ "./src/components/VDatePicker/util/pad.ts"); +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + + +/** + * @param {String} value YYYY-MM format + * @param {Number} sign -1 or +1 + */ + +/* harmony default export */ __webpack_exports__["default"] = (function (value, sign) { + var _a = __read(value.split('-').map(Number), 2), + year = _a[0], + month = _a[1]; + + if (month + sign === 0) { + return year - 1 + "-12"; + } else if (month + sign === 13) { + return year + 1 + "-01"; + } else { + return year + "-" + Object(_pad__WEBPACK_IMPORTED_MODULE_0__["default"])(month + sign); + } +}); + +/***/ }), + +/***/ "./src/components/VDatePicker/util/pad.ts": +/*!************************************************!*\ + !*** ./src/components/VDatePicker/util/pad.ts ***! + \************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +var padStart = function padStart(string, targetLength, padString) { + targetLength = targetLength >> 0; + string = String(string); + padString = String(padString); + + if (string.length > targetLength) { + return String(string); + } + + targetLength = targetLength - string.length; + + if (targetLength > padString.length) { + padString += padString.repeat(targetLength / padString.length); + } + + return padString.slice(0, targetLength) + String(string); +}; + +/* harmony default export */ __webpack_exports__["default"] = (function (n, length) { + if (length === void 0) { + length = 2; + } + + return padStart(n, length, '0'); +}); + +/***/ }), + +/***/ "./src/components/VDialog/VDialog.sass": +/*!*********************************************!*\ + !*** ./src/components/VDialog/VDialog.sass ***! + \*********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VDialog/VDialog.ts": +/*!*******************************************!*\ + !*** ./src/components/VDialog/VDialog.ts ***! + \*******************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VDialog_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VDialog.sass */ "./src/components/VDialog/VDialog.sass"); +/* harmony import */ var _VDialog_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VDialog_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VThemeProvider__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VThemeProvider */ "./src/components/VThemeProvider/index.ts"); +/* harmony import */ var _mixins_activatable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/activatable */ "./src/mixins/activatable/index.ts"); +/* harmony import */ var _mixins_dependent__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/dependent */ "./src/mixins/dependent/index.ts"); +/* harmony import */ var _mixins_detachable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/detachable */ "./src/mixins/detachable/index.ts"); +/* harmony import */ var _mixins_overlayable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/overlayable */ "./src/mixins/overlayable/index.ts"); +/* harmony import */ var _mixins_returnable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/returnable */ "./src/mixins/returnable/index.ts"); +/* harmony import */ var _mixins_stackable__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/stackable */ "./src/mixins/stackable/index.ts"); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _directives_click_outside__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../directives/click-outside */ "./src/directives/click-outside/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Components + + // Mixins + + + + + + + + // Directives + + // Helpers + + + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_10__["default"])(_mixins_activatable__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_dependent__WEBPACK_IMPORTED_MODULE_3__["default"], _mixins_detachable__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_overlayable__WEBPACK_IMPORTED_MODULE_5__["default"], _mixins_returnable__WEBPACK_IMPORTED_MODULE_6__["default"], _mixins_stackable__WEBPACK_IMPORTED_MODULE_7__["default"], _mixins_toggleable__WEBPACK_IMPORTED_MODULE_8__["default"]); +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend({ + name: 'v-dialog', + directives: { + ClickOutside: _directives_click_outside__WEBPACK_IMPORTED_MODULE_9__["default"] + }, + props: { + dark: Boolean, + disabled: Boolean, + fullscreen: Boolean, + light: Boolean, + maxWidth: { + type: [String, Number], + default: 'none' + }, + noClickAnimation: Boolean, + origin: { + type: String, + default: 'center center' + }, + persistent: Boolean, + retainFocus: { + type: Boolean, + default: true + }, + scrollable: Boolean, + transition: { + type: [String, Boolean], + default: 'dialog-transition' + }, + width: { + type: [String, Number], + default: 'auto' + } + }, + data: function data() { + return { + activatedBy: null, + animate: false, + animateTimeout: -1, + isActive: !!this.value, + stackMinZIndex: 200 + }; + }, + computed: { + classes: function classes() { + var _a; + + return _a = {}, _a[("v-dialog " + this.contentClass).trim()] = true, _a['v-dialog--active'] = this.isActive, _a['v-dialog--persistent'] = this.persistent, _a['v-dialog--fullscreen'] = this.fullscreen, _a['v-dialog--scrollable'] = this.scrollable, _a['v-dialog--animated'] = this.animate, _a; + }, + contentClasses: function contentClasses() { + return { + 'v-dialog__content': true, + 'v-dialog__content--active': this.isActive + }; + }, + hasActivator: function hasActivator() { + return Boolean(!!this.$slots.activator || !!this.$scopedSlots.activator); + } + }, + watch: { + isActive: function isActive(val) { + if (val) { + this.show(); + this.hideScroll(); + } else { + this.removeOverlay(); + this.unbind(); + } + }, + fullscreen: function fullscreen(val) { + if (!this.isActive) return; + + if (val) { + this.hideScroll(); + this.removeOverlay(false); + } else { + this.showScroll(); + this.genOverlay(); + } + } + }, + created: function created() { + /* istanbul ignore next */ + if (this.$attrs.hasOwnProperty('full-width')) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_11__["removed"])('full-width', this); + } + }, + beforeMount: function beforeMount() { + var _this = this; + + this.$nextTick(function () { + _this.isBooted = _this.isActive; + _this.isActive && _this.show(); + }); + }, + beforeDestroy: function beforeDestroy() { + if (typeof window !== 'undefined') this.unbind(); + }, + methods: { + animateClick: function animateClick() { + var _this = this; + + this.animate = false; // Needed for when clicking very fast + // outside of the dialog + + this.$nextTick(function () { + _this.animate = true; + window.clearTimeout(_this.animateTimeout); + _this.animateTimeout = window.setTimeout(function () { + return _this.animate = false; + }, 150); + }); + }, + closeConditional: function closeConditional(e) { + var target = e.target; // Ignore the click if the dialog is closed or destroyed, + // if it was on an element inside the content, + // if it was dragged onto the overlay (#6969), + // or if this isn't the topmost dialog (#9907) + + return !(this._isDestroyed || !this.isActive || this.$refs.content.contains(target) || this.overlay && target && !this.overlay.$el.contains(target)) && this.activeZIndex >= this.getMaxZIndex(); + }, + hideScroll: function hideScroll() { + if (this.fullscreen) { + document.documentElement.classList.add('overflow-y-hidden'); + } else { + _mixins_overlayable__WEBPACK_IMPORTED_MODULE_5__["default"].options.methods.hideScroll.call(this); + } + }, + show: function show() { + var _this = this; + + !this.fullscreen && !this.hideOverlay && this.genOverlay(); + this.$nextTick(function () { + _this.$refs.content.focus(); + + _this.bind(); + }); + }, + bind: function bind() { + window.addEventListener('focusin', this.onFocusin); + }, + unbind: function unbind() { + window.removeEventListener('focusin', this.onFocusin); + }, + onClickOutside: function onClickOutside(e) { + this.$emit('click:outside', e); + + if (this.persistent) { + this.noClickAnimation || this.animateClick(); + } else { + this.isActive = false; + } + }, + onKeydown: function onKeydown(e) { + if (e.keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_12__["keyCodes"].esc && !this.getOpenDependents().length) { + if (!this.persistent) { + this.isActive = false; + var activator_1 = this.getActivator(); + this.$nextTick(function () { + return activator_1 && activator_1.focus(); + }); + } else if (!this.noClickAnimation) { + this.animateClick(); + } + } + + this.$emit('keydown', e); + }, + // On focus change, wrap focus to stay inside the dialog + // https://github.com/vuetifyjs/vuetify/issues/6892 + onFocusin: function onFocusin(e) { + if (!e || !this.retainFocus) return; + var target = e.target; + + if (!!target && // It isn't the document or the dialog body + ![document, this.$refs.content].includes(target) && // It isn't inside the dialog body + !this.$refs.content.contains(target) && // We're the topmost dialog + this.activeZIndex >= this.getMaxZIndex() && // It isn't inside a dependent element (like a menu) + !this.getOpenDependentElements().some(function (el) { + return el.contains(target); + }) // So we must have focused something outside the dialog and its children + ) { + // Find and focus the first available element inside the dialog + var focusable = this.$refs.content.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'); + focusable.length && focusable[0].focus(); + } + }, + genContent: function genContent() { + var _this = this; + + return this.showLazyContent(function () { + return [_this.$createElement(_VThemeProvider__WEBPACK_IMPORTED_MODULE_1__["VThemeProvider"], { + props: { + root: true, + light: _this.light, + dark: _this.dark + } + }, [_this.$createElement('div', { + class: _this.contentClasses, + attrs: __assign({ + role: 'document', + tabindex: _this.isActive ? 0 : undefined + }, _this.getScopeIdAttrs()), + on: { + keydown: _this.onKeydown + }, + style: { + zIndex: _this.activeZIndex + }, + ref: 'content' + }, [_this.genTransition()])])]; + }); + }, + genTransition: function genTransition() { + var content = this.genInnerContent(); + if (!this.transition) return content; + return this.$createElement('transition', { + props: { + name: this.transition, + origin: this.origin, + appear: true + } + }, [content]); + }, + genInnerContent: function genInnerContent() { + var data = { + class: this.classes, + ref: 'dialog', + directives: [{ + name: 'click-outside', + value: this.onClickOutside, + args: { + closeConditional: this.closeConditional, + include: this.getOpenDependentElements + } + }, { + name: 'show', + value: this.isActive + }], + style: { + transformOrigin: this.origin + } + }; + + if (!this.fullscreen) { + data.style = __assign({}, data.style, { + maxWidth: this.maxWidth === 'none' ? undefined : Object(_util_helpers__WEBPACK_IMPORTED_MODULE_12__["convertToUnit"])(this.maxWidth), + width: this.width === 'auto' ? undefined : Object(_util_helpers__WEBPACK_IMPORTED_MODULE_12__["convertToUnit"])(this.width) + }); + } + + return this.$createElement('div', data, this.getContentSlot()); + } + }, + render: function render(h) { + return h('div', { + staticClass: 'v-dialog__container', + class: { + 'v-dialog__container--attached': this.attach === '' || this.attach === true || this.attach === 'attach' + }, + attrs: { + role: 'dialog' + } + }, [this.genActivator(), this.genContent()]); + } +})); + +/***/ }), + +/***/ "./src/components/VDialog/index.ts": +/*!*****************************************!*\ + !*** ./src/components/VDialog/index.ts ***! + \*****************************************/ +/*! exports provided: VDialog, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VDialog__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VDialog */ "./src/components/VDialog/VDialog.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VDialog", function() { return _VDialog__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VDialog__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VDivider/VDivider.sass": +/*!***********************************************!*\ + !*** ./src/components/VDivider/VDivider.sass ***! + \***********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VDivider/VDivider.ts": +/*!*********************************************!*\ + !*** ./src/components/VDivider/VDivider.ts ***! + \*********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VDivider_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VDivider.sass */ "./src/components/VDivider/VDivider.sass"); +/* harmony import */ var _VDivider_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VDivider_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Mixins + + +/* harmony default export */ __webpack_exports__["default"] = (_mixins_themeable__WEBPACK_IMPORTED_MODULE_1__["default"].extend({ + name: 'v-divider', + props: { + inset: Boolean, + vertical: Boolean + }, + render: function render(h) { + // WAI-ARIA attributes + var orientation; + + if (!this.$attrs.role || this.$attrs.role === 'separator') { + orientation = this.vertical ? 'vertical' : 'horizontal'; + } + + return h('hr', { + class: __assign({ + 'v-divider': true, + 'v-divider--inset': this.inset, + 'v-divider--vertical': this.vertical + }, this.themeClasses), + attrs: __assign({ + role: 'separator', + 'aria-orientation': orientation + }, this.$attrs), + on: this.$listeners + }); + } +})); + +/***/ }), + +/***/ "./src/components/VDivider/index.ts": +/*!******************************************!*\ + !*** ./src/components/VDivider/index.ts ***! + \******************************************/ +/*! exports provided: VDivider, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VDivider__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VDivider */ "./src/components/VDivider/VDivider.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VDivider", function() { return _VDivider__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VDivider__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VExpansionPanel/VExpansionPanel.sass": +/*!*************************************************************!*\ + !*** ./src/components/VExpansionPanel/VExpansionPanel.sass ***! + \*************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VExpansionPanel/VExpansionPanel.ts": +/*!***********************************************************!*\ + !*** ./src/components/VExpansionPanel/VExpansionPanel.ts ***! + \***********************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _mixins_groupable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../mixins/groupable */ "./src/mixins/groupable/index.ts"); +/* harmony import */ var _mixins_registrable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/registrable */ "./src/mixins/registrable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Mixins + + + + // Utilities + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(Object(_mixins_groupable__WEBPACK_IMPORTED_MODULE_0__["factory"])('expansionPanels', 'v-expansion-panel', 'v-expansion-panels'), Object(_mixins_registrable__WEBPACK_IMPORTED_MODULE_1__["provide"])('expansionPanel', true) +/* @vue/component */ +).extend({ + name: 'v-expansion-panel', + props: { + disabled: Boolean, + readonly: Boolean + }, + data: function data() { + return { + content: null, + header: null, + nextIsActive: false + }; + }, + computed: { + classes: function classes() { + return __assign({ + 'v-expansion-panel--active': this.isActive, + 'v-expansion-panel--next-active': this.nextIsActive, + 'v-expansion-panel--disabled': this.isDisabled + }, this.groupClasses); + }, + isDisabled: function isDisabled() { + return this.expansionPanels.disabled || this.disabled; + }, + isReadonly: function isReadonly() { + return this.expansionPanels.readonly || this.readonly; + } + }, + methods: { + registerContent: function registerContent(vm) { + this.content = vm; + }, + unregisterContent: function unregisterContent() { + this.content = null; + }, + registerHeader: function registerHeader(vm) { + this.header = vm; + vm.$on('click', this.onClick); + }, + unregisterHeader: function unregisterHeader() { + this.header = null; + }, + onClick: function onClick(e) { + if (e.detail) this.header.$el.blur(); + this.$emit('click', e); + this.isReadonly || this.isDisabled || this.toggle(); + }, + toggle: function toggle() { + var _this = this; + /* istanbul ignore else */ + + + if (this.content) this.content.isBooted = true; + this.$nextTick(function () { + return _this.$emit('change'); + }); + } + }, + render: function render(h) { + return h('div', { + staticClass: 'v-expansion-panel', + class: this.classes, + attrs: { + 'aria-expanded': String(this.isActive) + } + }, Object(_util_helpers__WEBPACK_IMPORTED_MODULE_2__["getSlot"])(this)); + } +})); + +/***/ }), + +/***/ "./src/components/VExpansionPanel/VExpansionPanelContent.ts": +/*!******************************************************************!*\ + !*** ./src/components/VExpansionPanel/VExpansionPanelContent.ts ***! + \******************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _transitions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../transitions */ "./src/components/transitions/index.ts"); +/* harmony import */ var _mixins_bootable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/bootable */ "./src/mixins/bootable/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_registrable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/registrable */ "./src/mixins/registrable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); + // Mixins + + + + // Utilities + + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_5__["default"])(_mixins_bootable__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__["default"], Object(_mixins_registrable__WEBPACK_IMPORTED_MODULE_3__["inject"])('expansionPanel', 'v-expansion-panel-content', 'v-expansion-panel')); +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend().extend({ + name: 'v-expansion-panel-content', + computed: { + isActive: function isActive() { + return this.expansionPanel.isActive; + } + }, + created: function created() { + this.expansionPanel.registerContent(this); + }, + beforeDestroy: function beforeDestroy() { + this.expansionPanel.unregisterContent(); + }, + render: function render(h) { + var _this = this; + + return h(_transitions__WEBPACK_IMPORTED_MODULE_0__["VExpandTransition"], this.showLazyContent(function () { + return [h('div', _this.setBackgroundColor(_this.color, { + staticClass: 'v-expansion-panel-content', + directives: [{ + name: 'show', + value: _this.isActive + }] + }), [h('div', { + class: 'v-expansion-panel-content__wrap' + }, Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["getSlot"])(_this))])]; + })); + } +})); + +/***/ }), + +/***/ "./src/components/VExpansionPanel/VExpansionPanelHeader.ts": +/*!*****************************************************************!*\ + !*** ./src/components/VExpansionPanel/VExpansionPanelHeader.ts ***! + \*****************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _transitions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../transitions */ "./src/components/transitions/index.ts"); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_registrable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/registrable */ "./src/mixins/registrable/index.ts"); +/* harmony import */ var _directives_ripple__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../directives/ripple */ "./src/directives/ripple/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Components + + + + // Mixins + + + // Directives + + // Utilities + + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_6__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_2__["default"], Object(_mixins_registrable__WEBPACK_IMPORTED_MODULE_3__["inject"])('expansionPanel', 'v-expansion-panel-header', 'v-expansion-panel')); +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend().extend({ + name: 'v-expansion-panel-header', + directives: { + ripple: _directives_ripple__WEBPACK_IMPORTED_MODULE_4__["default"] + }, + props: { + disableIconRotate: Boolean, + expandIcon: { + type: String, + default: '$expand' + }, + hideActions: Boolean, + ripple: { + type: [Boolean, Object], + default: false + } + }, + data: function data() { + return { + hasMousedown: false + }; + }, + computed: { + classes: function classes() { + return { + 'v-expansion-panel-header--active': this.isActive, + 'v-expansion-panel-header--mousedown': this.hasMousedown + }; + }, + isActive: function isActive() { + return this.expansionPanel.isActive; + }, + isDisabled: function isDisabled() { + return this.expansionPanel.isDisabled; + }, + isReadonly: function isReadonly() { + return this.expansionPanel.isReadonly; + } + }, + created: function created() { + this.expansionPanel.registerHeader(this); + }, + beforeDestroy: function beforeDestroy() { + this.expansionPanel.unregisterHeader(); + }, + methods: { + onClick: function onClick(e) { + this.$emit('click', e); + }, + genIcon: function genIcon() { + var icon = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_5__["getSlot"])(this, 'actions') || [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_1__["default"], this.expandIcon)]; + return this.$createElement(_transitions__WEBPACK_IMPORTED_MODULE_0__["VFadeTransition"], [this.$createElement('div', { + staticClass: 'v-expansion-panel-header__icon', + class: { + 'v-expansion-panel-header__icon--disable-rotate': this.disableIconRotate + }, + directives: [{ + name: 'show', + value: !this.isDisabled + }] + }, icon)]); + } + }, + render: function render(h) { + var _this = this; + + return h('button', this.setBackgroundColor(this.color, { + staticClass: 'v-expansion-panel-header', + class: this.classes, + attrs: { + tabindex: this.isDisabled ? -1 : null, + type: 'button' + }, + directives: [{ + name: 'ripple', + value: this.ripple + }], + on: __assign({}, this.$listeners, { + click: this.onClick, + mousedown: function mousedown() { + return _this.hasMousedown = true; + }, + mouseup: function mouseup() { + return _this.hasMousedown = false; + } + }) + }), [Object(_util_helpers__WEBPACK_IMPORTED_MODULE_5__["getSlot"])(this, 'default', { + open: this.isActive + }, true), this.hideActions || this.genIcon()]); + } +})); + +/***/ }), + +/***/ "./src/components/VExpansionPanel/VExpansionPanels.ts": +/*!************************************************************!*\ + !*** ./src/components/VExpansionPanel/VExpansionPanels.ts ***! + \************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VExpansionPanel_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VExpansionPanel.sass */ "./src/components/VExpansionPanel/VExpansionPanel.sass"); +/* harmony import */ var _VExpansionPanel_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VExpansionPanel_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VItemGroup/VItemGroup */ "./src/components/VItemGroup/VItemGroup.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Components + + // Utilities + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_1__["BaseItemGroup"].extend({ + name: 'v-expansion-panels', + provide: function provide() { + return { + expansionPanels: this + }; + }, + props: { + accordion: Boolean, + disabled: Boolean, + flat: Boolean, + hover: Boolean, + focusable: Boolean, + inset: Boolean, + popout: Boolean, + readonly: Boolean, + tile: Boolean + }, + computed: { + classes: function classes() { + return __assign({}, _VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_1__["BaseItemGroup"].options.computed.classes.call(this), { + 'v-expansion-panels': true, + 'v-expansion-panels--accordion': this.accordion, + 'v-expansion-panels--flat': this.flat, + 'v-expansion-panels--hover': this.hover, + 'v-expansion-panels--focusable': this.focusable, + 'v-expansion-panels--inset': this.inset, + 'v-expansion-panels--popout': this.popout, + 'v-expansion-panels--tile': this.tile + }); + } + }, + created: function created() { + /* istanbul ignore next */ + if (this.$attrs.hasOwnProperty('expand')) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_2__["breaking"])('expand', 'multiple', this); + } + /* istanbul ignore next */ + + + if (Array.isArray(this.value) && this.value.length > 0 && typeof this.value[0] === 'boolean') { + Object(_util_console__WEBPACK_IMPORTED_MODULE_2__["breaking"])(':value="[true, false, true]"', ':value="[0, 2]"', this); + } + }, + methods: { + updateItem: function updateItem(item, index) { + var value = this.getValue(item, index); + var nextValue = this.getValue(item, index + 1); + item.isActive = this.toggleMethod(value); + item.nextIsActive = this.toggleMethod(nextValue); + } + } +})); + +/***/ }), + +/***/ "./src/components/VExpansionPanel/index.ts": +/*!*************************************************!*\ + !*** ./src/components/VExpansionPanel/index.ts ***! + \*************************************************/ +/*! exports provided: VExpansionPanels, VExpansionPanel, VExpansionPanelHeader, VExpansionPanelContent, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VExpansionPanels__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VExpansionPanels */ "./src/components/VExpansionPanel/VExpansionPanels.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VExpansionPanels", function() { return _VExpansionPanels__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _VExpansionPanel__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VExpansionPanel */ "./src/components/VExpansionPanel/VExpansionPanel.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VExpansionPanel", function() { return _VExpansionPanel__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + +/* harmony import */ var _VExpansionPanelContent__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VExpansionPanelContent */ "./src/components/VExpansionPanel/VExpansionPanelContent.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VExpansionPanelContent", function() { return _VExpansionPanelContent__WEBPACK_IMPORTED_MODULE_2__["default"]; }); + +/* harmony import */ var _VExpansionPanelHeader__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./VExpansionPanelHeader */ "./src/components/VExpansionPanel/VExpansionPanelHeader.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VExpansionPanelHeader", function() { return _VExpansionPanelHeader__WEBPACK_IMPORTED_MODULE_3__["default"]; }); + + + + + + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VExpansionPanels: _VExpansionPanels__WEBPACK_IMPORTED_MODULE_0__["default"], + VExpansionPanel: _VExpansionPanel__WEBPACK_IMPORTED_MODULE_1__["default"], + VExpansionPanelHeader: _VExpansionPanelHeader__WEBPACK_IMPORTED_MODULE_3__["default"], + VExpansionPanelContent: _VExpansionPanelContent__WEBPACK_IMPORTED_MODULE_2__["default"] + } +}); + +/***/ }), + +/***/ "./src/components/VFileInput/VFileInput.sass": +/*!***************************************************!*\ + !*** ./src/components/VFileInput/VFileInput.sass ***! + \***************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VFileInput/VFileInput.ts": +/*!*************************************************!*\ + !*** ./src/components/VFileInput/VFileInput.ts ***! + \*************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VFileInput_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VFileInput.sass */ "./src/components/VFileInput/VFileInput.sass"); +/* harmony import */ var _VFileInput_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VFileInput_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VTextField__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VTextField */ "./src/components/VTextField/index.ts"); +/* harmony import */ var _VChip__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VChip */ "./src/components/VChip/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + +var __spread = undefined && undefined.__spread || function () { + for (var ar = [], i = 0; i < arguments.length; i++) { + ar = ar.concat(__read(arguments[i])); + } + + return ar; +}; // Styles + + + // Extensions + + // Components + + // Utilities + + + +/* harmony default export */ __webpack_exports__["default"] = (_VTextField__WEBPACK_IMPORTED_MODULE_1__["default"].extend({ + name: 'v-file-input', + model: { + prop: 'value', + event: 'change' + }, + props: { + chips: Boolean, + clearable: { + type: Boolean, + default: true + }, + counterSizeString: { + type: String, + default: '$vuetify.fileInput.counterSize' + }, + counterString: { + type: String, + default: '$vuetify.fileInput.counter' + }, + placeholder: String, + prependIcon: { + type: String, + default: '$file' + }, + readonly: { + type: Boolean, + default: false + }, + showSize: { + type: [Boolean, Number], + default: false, + validator: function validator(v) { + return typeof v === 'boolean' || [1000, 1024].includes(v); + } + }, + smallChips: Boolean, + truncateLength: { + type: [Number, String], + default: 22 + }, + type: { + type: String, + default: 'file' + }, + value: { + default: undefined, + validator: function validator(val) { + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["wrapInArray"])(val).every(function (v) { + return v != null && _typeof(v) === 'object'; + }); + } + } + }, + computed: { + classes: function classes() { + return __assign({}, _VTextField__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.classes.call(this), { + 'v-file-input': true + }); + }, + computedCounterValue: function computedCounterValue() { + var fileCount = this.isMultiple && this.lazyValue ? this.lazyValue.length : this.lazyValue instanceof File ? 1 : 0; + if (!this.showSize) return this.$vuetify.lang.t(this.counterString, fileCount); + var bytes = this.internalArrayValue.reduce(function (bytes, _a) { + var _b = _a.size, + size = _b === void 0 ? 0 : _b; + return bytes + size; + }, 0); + return this.$vuetify.lang.t(this.counterSizeString, fileCount, Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["humanReadableFileSize"])(bytes, this.base === 1024)); + }, + internalArrayValue: function internalArrayValue() { + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["wrapInArray"])(this.internalValue); + }, + internalValue: { + get: function get() { + return this.lazyValue; + }, + set: function set(val) { + this.lazyValue = val; + this.$emit('change', this.lazyValue); + } + }, + isDirty: function isDirty() { + return this.internalArrayValue.length > 0; + }, + isLabelActive: function isLabelActive() { + return this.isDirty; + }, + isMultiple: function isMultiple() { + return this.$attrs.hasOwnProperty('multiple'); + }, + text: function text() { + var _this = this; + + if (!this.isDirty) return [this.placeholder]; + return this.internalArrayValue.map(function (file) { + var _a = file.name, + name = _a === void 0 ? '' : _a, + _b = file.size, + size = _b === void 0 ? 0 : _b; + + var truncatedText = _this.truncateText(name); + + return !_this.showSize ? truncatedText : truncatedText + " (" + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["humanReadableFileSize"])(size, _this.base === 1024) + ")"; + }); + }, + base: function base() { + return typeof this.showSize !== 'boolean' ? this.showSize : undefined; + }, + hasChips: function hasChips() { + return this.chips || this.smallChips; + } + }, + watch: { + readonly: { + handler: function handler(v) { + if (v === true) Object(_util_console__WEBPACK_IMPORTED_MODULE_4__["consoleError"])('readonly is not supported on ', this); + }, + immediate: true + }, + value: function value(v) { + var value = this.isMultiple ? v : v ? [v] : []; + + if (!Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["deepEqual"])(value, this.$refs.input.files)) { + // When the input value is changed programatically, clear the + // internal input's value so that the `onInput` handler + // can be triggered again if the user re-selects the exact + // same file(s). Ideally, `input.files` should be + // manipulated directly but that property is readonly. + this.$refs.input.value = ''; + } + } + }, + methods: { + clearableCallback: function clearableCallback() { + this.internalValue = this.isMultiple ? [] : undefined; + this.$refs.input.value = ''; + }, + genChips: function genChips() { + var _this = this; + + if (!this.isDirty) return []; + return this.text.map(function (text, index) { + return _this.$createElement(_VChip__WEBPACK_IMPORTED_MODULE_2__["VChip"], { + props: { + small: _this.smallChips + }, + on: { + 'click:close': function clickClose() { + var internalValue = _this.internalValue; + internalValue.splice(index, 1); + _this.internalValue = internalValue; // Trigger the watcher + } + } + }, [text]); + }); + }, + genInput: function genInput() { + var input = _VTextField__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.genInput.call(this); // We should not be setting value + // programmatically on the input + // when it is using type="file" + + delete input.data.domProps.value; // This solves an issue in Safari where + // nothing happens when adding a file + // do to the input event not firing + // https://github.com/vuetifyjs/vuetify/issues/7941 + + delete input.data.on.input; + input.data.on.change = this.onInput; + return [this.genSelections(), input]; + }, + genPrependSlot: function genPrependSlot() { + var _this = this; + + if (!this.prependIcon) return null; + var icon = this.genIcon('prepend', function () { + _this.$refs.input.click(); + }); + return this.genSlot('prepend', 'outer', [icon]); + }, + genSelectionText: function genSelectionText() { + var length = this.text.length; + if (length < 2) return this.text; + if (this.showSize && !this.counter) return [this.computedCounterValue]; + return [this.$vuetify.lang.t(this.counterString, length)]; + }, + genSelections: function genSelections() { + var _this = this; + + var children = []; + + if (this.isDirty && this.$scopedSlots.selection) { + this.internalArrayValue.forEach(function (file, index) { + if (!_this.$scopedSlots.selection) return; + children.push(_this.$scopedSlots.selection({ + text: _this.text[index], + file: file, + index: index + })); + }); + } else { + children.push(this.hasChips && this.isDirty ? this.genChips() : this.genSelectionText()); + } + + return this.$createElement('div', { + staticClass: 'v-file-input__text', + class: { + 'v-file-input__text--placeholder': this.placeholder && !this.isDirty, + 'v-file-input__text--chips': this.hasChips && !this.$scopedSlots.selection + } + }, children); + }, + genTextFieldSlot: function genTextFieldSlot() { + var _this = this; + + var node = _VTextField__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.genTextFieldSlot.call(this); + node.data.on = __assign({}, node.data.on || {}, { + click: function click() { + return _this.$refs.input.click(); + } + }); + return node; + }, + onInput: function onInput(e) { + var files = __spread(e.target.files || []); + + this.internalValue = this.isMultiple ? files : files[0]; // Set initialValue here otherwise isFocused + // watcher in VTextField will emit a change + // event whenever the component is blurred + + this.initialValue = this.internalValue; + }, + onKeyDown: function onKeyDown(e) { + this.$emit('keydown', e); + }, + truncateText: function truncateText(str) { + if (str.length < Number(this.truncateLength)) return str; + var charsKeepOneSide = Math.floor((Number(this.truncateLength) - 1) / 2); + return str.slice(0, charsKeepOneSide) + "\u2026" + str.slice(str.length - charsKeepOneSide); + } + } +})); + +/***/ }), + +/***/ "./src/components/VFileInput/index.ts": +/*!********************************************!*\ + !*** ./src/components/VFileInput/index.ts ***! + \********************************************/ +/*! exports provided: VFileInput, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VFileInput__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VFileInput */ "./src/components/VFileInput/VFileInput.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VFileInput", function() { return _VFileInput__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VFileInput__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VFooter/VFooter.sass": +/*!*********************************************!*\ + !*** ./src/components/VFooter/VFooter.sass ***! + \*********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VFooter/VFooter.ts": +/*!*******************************************!*\ + !*** ./src/components/VFooter/VFooter.ts ***! + \*******************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VFooter_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VFooter.sass */ "./src/components/VFooter/VFooter.sass"); +/* harmony import */ var _VFooter_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VFooter_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_applicationable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/applicationable */ "./src/mixins/applicationable/index.ts"); +/* harmony import */ var _VSheet_VSheet__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VSheet/VSheet */ "./src/components/VSheet/VSheet.ts"); +/* harmony import */ var _mixins_ssr_bootable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/ssr-bootable */ "./src/mixins/ssr-bootable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Mixins + + + + // Utilities + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(_VSheet_VSheet__WEBPACK_IMPORTED_MODULE_2__["default"], Object(_mixins_applicationable__WEBPACK_IMPORTED_MODULE_1__["default"])('footer', ['height', 'inset']), _mixins_ssr_bootable__WEBPACK_IMPORTED_MODULE_3__["default"]).extend({ + name: 'v-footer', + props: { + height: { + default: 'auto', + type: [Number, String] + }, + inset: Boolean, + padless: Boolean, + tile: { + type: Boolean, + default: true + } + }, + computed: { + applicationProperty: function applicationProperty() { + return this.inset ? 'insetFooter' : 'footer'; + }, + classes: function classes() { + return __assign({}, _VSheet_VSheet__WEBPACK_IMPORTED_MODULE_2__["default"].options.computed.classes.call(this), { + 'v-footer--absolute': this.absolute, + 'v-footer--fixed': !this.absolute && (this.app || this.fixed), + 'v-footer--padless': this.padless, + 'v-footer--inset': this.inset + }); + }, + computedBottom: function computedBottom() { + if (!this.isPositioned) return undefined; + return this.app ? this.$vuetify.application.bottom : 0; + }, + computedLeft: function computedLeft() { + if (!this.isPositioned) return undefined; + return this.app && this.inset ? this.$vuetify.application.left : 0; + }, + computedRight: function computedRight() { + if (!this.isPositioned) return undefined; + return this.app && this.inset ? this.$vuetify.application.right : 0; + }, + isPositioned: function isPositioned() { + return Boolean(this.absolute || this.fixed || this.app); + }, + styles: function styles() { + var height = parseInt(this.height); + return __assign({}, _VSheet_VSheet__WEBPACK_IMPORTED_MODULE_2__["default"].options.computed.styles.call(this), { + height: isNaN(height) ? height : Object(_util_helpers__WEBPACK_IMPORTED_MODULE_5__["convertToUnit"])(height), + left: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_5__["convertToUnit"])(this.computedLeft), + right: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_5__["convertToUnit"])(this.computedRight), + bottom: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_5__["convertToUnit"])(this.computedBottom) + }); + } + }, + methods: { + updateApplication: function updateApplication() { + var height = parseInt(this.height); + return isNaN(height) ? this.$el ? this.$el.clientHeight : 0 : height; + } + }, + render: function render(h) { + var data = this.setBackgroundColor(this.color, { + staticClass: 'v-footer', + class: this.classes, + style: this.styles + }); + return h('footer', data, this.$slots.default); + } +})); + +/***/ }), + +/***/ "./src/components/VFooter/index.ts": +/*!*****************************************!*\ + !*** ./src/components/VFooter/index.ts ***! + \*****************************************/ +/*! exports provided: VFooter, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VFooter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VFooter */ "./src/components/VFooter/VFooter.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VFooter", function() { return _VFooter__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VFooter__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VForm/VForm.ts": +/*!***************************************!*\ + !*** ./src/components/VForm/VForm.ts ***! + \***************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _mixins_binds_attrs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/binds-attrs */ "./src/mixins/binds-attrs/index.ts"); +/* harmony import */ var _mixins_registrable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/registrable */ "./src/mixins/registrable/index.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Mixins + + + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_0__["default"])(_mixins_binds_attrs__WEBPACK_IMPORTED_MODULE_1__["default"], Object(_mixins_registrable__WEBPACK_IMPORTED_MODULE_2__["provide"])('form') +/* @vue/component */ +).extend({ + name: 'v-form', + inheritAttrs: false, + props: { + lazyValidation: Boolean, + value: Boolean + }, + data: function data() { + return { + inputs: [], + watchers: [], + errorBag: {} + }; + }, + watch: { + errorBag: { + handler: function handler(val) { + var errors = Object.values(val).includes(true); + this.$emit('input', !errors); + }, + deep: true, + immediate: true + } + }, + methods: { + watchInput: function watchInput(input) { + var _this = this; + + var watcher = function watcher(input) { + return input.$watch('hasError', function (val) { + _this.$set(_this.errorBag, input._uid, val); + }, { + immediate: true + }); + }; + + var watchers = { + _uid: input._uid, + valid: function valid() {}, + shouldValidate: function shouldValidate() {} + }; + + if (this.lazyValidation) { + // Only start watching inputs if we need to + watchers.shouldValidate = input.$watch('shouldValidate', function (val) { + if (!val) return; // Only watch if we're not already doing it + + if (_this.errorBag.hasOwnProperty(input._uid)) return; + watchers.valid = watcher(input); + }); + } else { + watchers.valid = watcher(input); + } + + return watchers; + }, + + /** @public */ + validate: function validate() { + return this.inputs.filter(function (input) { + return !input.validate(true); + }).length === 0; + }, + + /** @public */ + reset: function reset() { + this.inputs.forEach(function (input) { + return input.reset(); + }); + this.resetErrorBag(); + }, + resetErrorBag: function resetErrorBag() { + var _this = this; + + if (this.lazyValidation) { + // Account for timeout in validatable + setTimeout(function () { + _this.errorBag = {}; + }, 0); + } + }, + + /** @public */ + resetValidation: function resetValidation() { + this.inputs.forEach(function (input) { + return input.resetValidation(); + }); + this.resetErrorBag(); + }, + register: function register(input) { + this.inputs.push(input); + this.watchers.push(this.watchInput(input)); + }, + unregister: function unregister(input) { + var found = this.inputs.find(function (i) { + return i._uid === input._uid; + }); + if (!found) return; + var unwatch = this.watchers.find(function (i) { + return i._uid === found._uid; + }); + + if (unwatch) { + unwatch.valid(); + unwatch.shouldValidate(); + } + + this.watchers = this.watchers.filter(function (i) { + return i._uid !== found._uid; + }); + this.inputs = this.inputs.filter(function (i) { + return i._uid !== found._uid; + }); + this.$delete(this.errorBag, found._uid); + } + }, + render: function render(h) { + var _this = this; + + return h('form', { + staticClass: 'v-form', + attrs: __assign({ + novalidate: true + }, this.attrs$), + on: { + submit: function submit(e) { + return _this.$emit('submit', e); + } + } + }, this.$slots.default); + } +})); + +/***/ }), + +/***/ "./src/components/VForm/index.ts": +/*!***************************************!*\ + !*** ./src/components/VForm/index.ts ***! + \***************************************/ +/*! exports provided: VForm, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VForm__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VForm */ "./src/components/VForm/VForm.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VForm", function() { return _VForm__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VForm__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VGrid/VCol.ts": +/*!**************************************!*\ + !*** ./src/components/VGrid/VCol.ts ***! + \**************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VGrid_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VGrid.sass */ "./src/components/VGrid/VGrid.sass"); +/* harmony import */ var _VGrid_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VGrid_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_1__); +/* harmony import */ var _util_mergeData__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/mergeData */ "./src/util/mergeData.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + + + + + // no xs + +var breakpoints = ['sm', 'md', 'lg', 'xl']; + +var breakpointProps = function () { + return breakpoints.reduce(function (props, val) { + props[val] = { + type: [Boolean, String, Number], + default: false + }; + return props; + }, {}); +}(); + +var offsetProps = function () { + return breakpoints.reduce(function (props, val) { + props['offset' + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["upperFirst"])(val)] = { + type: [String, Number], + default: null + }; + return props; + }, {}); +}(); + +var orderProps = function () { + return breakpoints.reduce(function (props, val) { + props['order' + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["upperFirst"])(val)] = { + type: [String, Number], + default: null + }; + return props; + }, {}); +}(); + +var propMap = { + col: Object.keys(breakpointProps), + offset: Object.keys(offsetProps), + order: Object.keys(orderProps) +}; + +function breakpointClass(type, prop, val) { + var className = type; + + if (val == null || val === false) { + return undefined; + } + + if (prop) { + var breakpoint = prop.replace(type, ''); + className += "-" + breakpoint; + } // Handling the boolean style prop when accepting [Boolean, String, Number] + // means Vue will not convert to sm: true for us. + // Since the default is false, an empty string indicates the prop's presence. + + + if (type === 'col' && (val === '' || val === true)) { + // .col-md + return className.toLowerCase(); + } // .order-md-6 + + + className += "-" + val; + return className.toLowerCase(); +} + +var cache = new Map(); +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_1___default.a.extend({ + name: 'v-col', + functional: true, + props: __assign({ + cols: { + type: [Boolean, String, Number], + default: false + } + }, breakpointProps, { + offset: { + type: [String, Number], + default: null + } + }, offsetProps, { + order: { + type: [String, Number], + default: null + } + }, orderProps, { + alignSelf: { + type: String, + default: null, + validator: function validator(str) { + return ['auto', 'start', 'end', 'center', 'baseline', 'stretch'].includes(str); + } + }, + tag: { + type: String, + default: 'div' + } + }), + render: function render(h, _a) { + var _b; + + var props = _a.props, + data = _a.data, + children = _a.children, + parent = _a.parent; // Super-fast memoization based on props, 5x faster than JSON.stringify + + var cacheKey = ''; + + for (var prop in props) { + cacheKey += String(props[prop]); + } + + var classList = cache.get(cacheKey); + + if (!classList) { + classList = []; // Loop through `col`, `offset`, `order` breakpoint props + + var type_1; + + for (type_1 in propMap) { + propMap[type_1].forEach(function (prop) { + var value = props[prop]; + var className = breakpointClass(type_1, prop, value); + if (className) classList.push(className); + }); + } + + var hasColClasses = classList.some(function (className) { + return className.startsWith('col-'); + }); + classList.push((_b = { + // Default to .col if no other col-{bp}-* classes generated nor `cols` specified. + col: !hasColClasses || !props.cols + }, _b["col-" + props.cols] = props.cols, _b["offset-" + props.offset] = props.offset, _b["order-" + props.order] = props.order, _b["align-self-" + props.alignSelf] = props.alignSelf, _b)); + cache.set(cacheKey, classList); + } + + return h(props.tag, Object(_util_mergeData__WEBPACK_IMPORTED_MODULE_2__["default"])(data, { + class: classList + }), children); + } +})); + +/***/ }), + +/***/ "./src/components/VGrid/VContainer.ts": +/*!********************************************!*\ + !*** ./src/components/VGrid/VContainer.ts ***! + \********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _grid_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./_grid.sass */ "./src/components/VGrid/_grid.sass"); +/* harmony import */ var _grid_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_grid_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VGrid_sass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VGrid.sass */ "./src/components/VGrid/VGrid.sass"); +/* harmony import */ var _VGrid_sass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_VGrid_sass__WEBPACK_IMPORTED_MODULE_1__); +/* harmony import */ var _grid__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./grid */ "./src/components/VGrid/grid.ts"); +/* harmony import */ var _util_mergeData__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mergeData */ "./src/util/mergeData.ts"); + + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_grid__WEBPACK_IMPORTED_MODULE_2__["default"])('container').extend({ + name: 'v-container', + functional: true, + props: { + id: String, + tag: { + type: String, + default: 'div' + }, + fluid: { + type: Boolean, + default: false + } + }, + render: function render(h, _a) { + var props = _a.props, + data = _a.data, + children = _a.children; + var classes; + var attrs = data.attrs; + + if (attrs) { + // reset attrs to extract utility clases like pa-3 + data.attrs = {}; + classes = Object.keys(attrs).filter(function (key) { + // TODO: Remove once resolved + // https://github.com/vuejs/vue/issues/7841 + if (key === 'slot') return false; + var value = attrs[key]; // add back data attributes like data-test="foo" but do not + // add them as classes + + if (key.startsWith('data-')) { + data.attrs[key] = value; + return false; + } + + return value || typeof value === 'string'; + }); + } + + if (props.id) { + data.domProps = data.domProps || {}; + data.domProps.id = props.id; + } + + return h(props.tag, Object(_util_mergeData__WEBPACK_IMPORTED_MODULE_3__["default"])(data, { + staticClass: 'container', + class: Array({ + 'container--fluid': props.fluid + }).concat(classes || []) + }), children); + } +})); + +/***/ }), + +/***/ "./src/components/VGrid/VFlex.ts": +/*!***************************************!*\ + !*** ./src/components/VGrid/VFlex.ts ***! + \***************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _grid_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./_grid.sass */ "./src/components/VGrid/_grid.sass"); +/* harmony import */ var _grid_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_grid_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _grid__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./grid */ "./src/components/VGrid/grid.ts"); + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_grid__WEBPACK_IMPORTED_MODULE_1__["default"])('flex')); + +/***/ }), + +/***/ "./src/components/VGrid/VGrid.sass": +/*!*****************************************!*\ + !*** ./src/components/VGrid/VGrid.sass ***! + \*****************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VGrid/VLayout.ts": +/*!*****************************************!*\ + !*** ./src/components/VGrid/VLayout.ts ***! + \*****************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _grid_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./_grid.sass */ "./src/components/VGrid/_grid.sass"); +/* harmony import */ var _grid_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_grid_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _grid__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./grid */ "./src/components/VGrid/grid.ts"); + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_grid__WEBPACK_IMPORTED_MODULE_1__["default"])('layout')); + +/***/ }), + +/***/ "./src/components/VGrid/VRow.ts": +/*!**************************************!*\ + !*** ./src/components/VGrid/VRow.ts ***! + \**************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VGrid_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VGrid.sass */ "./src/components/VGrid/VGrid.sass"); +/* harmony import */ var _VGrid_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VGrid_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_1__); +/* harmony import */ var _util_mergeData__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/mergeData */ "./src/util/mergeData.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + +var __spread = undefined && undefined.__spread || function () { + for (var ar = [], i = 0; i < arguments.length; i++) { + ar = ar.concat(__read(arguments[i])); + } + + return ar; +}; + + + + + // no xs + +var breakpoints = ['sm', 'md', 'lg', 'xl']; +var ALIGNMENT = ['start', 'end', 'center']; + +function makeProps(prefix, def) { + return breakpoints.reduce(function (props, val) { + props[prefix + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["upperFirst"])(val)] = def(); + return props; + }, {}); +} + +var alignValidator = function alignValidator(str) { + return __spread(ALIGNMENT, ['baseline', 'stretch']).includes(str); +}; + +var alignProps = makeProps('align', function () { + return { + type: String, + default: null, + validator: alignValidator + }; +}); + +var justifyValidator = function justifyValidator(str) { + return __spread(ALIGNMENT, ['space-between', 'space-around']).includes(str); +}; + +var justifyProps = makeProps('justify', function () { + return { + type: String, + default: null, + validator: justifyValidator + }; +}); + +var alignContentValidator = function alignContentValidator(str) { + return __spread(ALIGNMENT, ['space-between', 'space-around', 'stretch']).includes(str); +}; + +var alignContentProps = makeProps('alignContent', function () { + return { + type: String, + default: null, + validator: alignContentValidator + }; +}); +var propMap = { + align: Object.keys(alignProps), + justify: Object.keys(justifyProps), + alignContent: Object.keys(alignContentProps) +}; +var classMap = { + align: 'align', + justify: 'justify', + alignContent: 'align-content' +}; + +function breakpointClass(type, prop, val) { + var className = classMap[type]; + + if (val == null) { + return undefined; + } + + if (prop) { + // alignSm -> Sm + var breakpoint = prop.replace(type, ''); + className += "-" + breakpoint; + } // .align-items-sm-center + + + className += "-" + val; + return className.toLowerCase(); +} + +var cache = new Map(); +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_1___default.a.extend({ + name: 'v-row', + functional: true, + props: __assign({ + tag: { + type: String, + default: 'div' + }, + dense: Boolean, + noGutters: Boolean, + align: { + type: String, + default: null, + validator: alignValidator + } + }, alignProps, { + justify: { + type: String, + default: null, + validator: justifyValidator + } + }, justifyProps, { + alignContent: { + type: String, + default: null, + validator: alignContentValidator + } + }, alignContentProps), + render: function render(h, _a) { + var _b; + + var props = _a.props, + data = _a.data, + children = _a.children; // Super-fast memoization based on props, 5x faster than JSON.stringify + + var cacheKey = ''; + + for (var prop in props) { + cacheKey += String(props[prop]); + } + + var classList = cache.get(cacheKey); + + if (!classList) { + classList = []; // Loop through `align`, `justify`, `alignContent` breakpoint props + + var type_1; + + for (type_1 in propMap) { + propMap[type_1].forEach(function (prop) { + var value = props[prop]; + var className = breakpointClass(type_1, prop, value); + if (className) classList.push(className); + }); + } + + classList.push((_b = { + 'no-gutters': props.noGutters, + 'row--dense': props.dense + }, _b["align-" + props.align] = props.align, _b["justify-" + props.justify] = props.justify, _b["align-content-" + props.alignContent] = props.alignContent, _b)); + cache.set(cacheKey, classList); + } + + return h(props.tag, Object(_util_mergeData__WEBPACK_IMPORTED_MODULE_2__["default"])(data, { + staticClass: 'row', + class: classList + }), children); + } +})); + +/***/ }), + +/***/ "./src/components/VGrid/VSpacer.ts": +/*!*****************************************!*\ + !*** ./src/components/VGrid/VSpacer.ts ***! + \*****************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _grid_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./_grid.sass */ "./src/components/VGrid/_grid.sass"); +/* harmony import */ var _grid_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_grid_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["createSimpleFunctional"])('spacer', 'div', 'v-spacer')); + +/***/ }), + +/***/ "./src/components/VGrid/_grid.sass": +/*!*****************************************!*\ + !*** ./src/components/VGrid/_grid.sass ***! + \*****************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VGrid/grid.ts": +/*!**************************************!*\ + !*** ./src/components/VGrid/grid.ts ***! + \**************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return VGrid; }); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__); +// Types + +function VGrid(name) { + /* @vue/component */ + return vue__WEBPACK_IMPORTED_MODULE_0___default.a.extend({ + name: "v-" + name, + functional: true, + props: { + id: String, + tag: { + type: String, + default: 'div' + } + }, + render: function render(h, _a) { + var props = _a.props, + data = _a.data, + children = _a.children; + data.staticClass = (name + " " + (data.staticClass || '')).trim(); + var attrs = data.attrs; + + if (attrs) { + // reset attrs to extract utility clases like pa-3 + data.attrs = {}; + var classes = Object.keys(attrs).filter(function (key) { + // TODO: Remove once resolved + // https://github.com/vuejs/vue/issues/7841 + if (key === 'slot') return false; + var value = attrs[key]; // add back data attributes like data-test="foo" but do not + // add them as classes + + if (key.startsWith('data-')) { + data.attrs[key] = value; + return false; + } + + return value || typeof value === 'string'; + }); + if (classes.length) data.staticClass += " " + classes.join(' '); + } + + if (props.id) { + data.domProps = data.domProps || {}; + data.domProps.id = props.id; + } + + return h(props.tag, data, children); + } + }); +} + +/***/ }), + +/***/ "./src/components/VGrid/index.ts": +/*!***************************************!*\ + !*** ./src/components/VGrid/index.ts ***! + \***************************************/ +/*! exports provided: VContainer, VCol, VRow, VSpacer, VLayout, VFlex, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VContainer__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VContainer */ "./src/components/VGrid/VContainer.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VContainer", function() { return _VContainer__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _VCol__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VCol */ "./src/components/VGrid/VCol.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VCol", function() { return _VCol__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + +/* harmony import */ var _VRow__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VRow */ "./src/components/VGrid/VRow.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VRow", function() { return _VRow__WEBPACK_IMPORTED_MODULE_2__["default"]; }); + +/* harmony import */ var _VSpacer__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./VSpacer */ "./src/components/VGrid/VSpacer.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VSpacer", function() { return _VSpacer__WEBPACK_IMPORTED_MODULE_3__["default"]; }); + +/* harmony import */ var _VLayout__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./VLayout */ "./src/components/VGrid/VLayout.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VLayout", function() { return _VLayout__WEBPACK_IMPORTED_MODULE_4__["default"]; }); + +/* harmony import */ var _VFlex__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./VFlex */ "./src/components/VGrid/VFlex.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VFlex", function() { return _VFlex__WEBPACK_IMPORTED_MODULE_5__["default"]; }); + + + + + + + + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VContainer: _VContainer__WEBPACK_IMPORTED_MODULE_0__["default"], + VCol: _VCol__WEBPACK_IMPORTED_MODULE_1__["default"], + VRow: _VRow__WEBPACK_IMPORTED_MODULE_2__["default"], + VSpacer: _VSpacer__WEBPACK_IMPORTED_MODULE_3__["default"], + VLayout: _VLayout__WEBPACK_IMPORTED_MODULE_4__["default"], + VFlex: _VFlex__WEBPACK_IMPORTED_MODULE_5__["default"] + } +}); + +/***/ }), + +/***/ "./src/components/VHover/VHover.ts": +/*!*****************************************!*\ + !*** ./src/components/VHover/VHover.ts ***! + \*****************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _mixins_delayable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../mixins/delayable */ "./src/mixins/delayable/index.ts"); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +// Mixins + + // Utilities + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_mixins_delayable__WEBPACK_IMPORTED_MODULE_0__["default"], _mixins_toggleable__WEBPACK_IMPORTED_MODULE_1__["default"] +/* @vue/component */ +).extend({ + name: 'v-hover', + props: { + disabled: { + type: Boolean, + default: false + }, + value: { + type: Boolean, + default: undefined + } + }, + methods: { + onMouseEnter: function onMouseEnter() { + this.runDelay('open'); + }, + onMouseLeave: function onMouseLeave() { + this.runDelay('close'); + } + }, + render: function render() { + if (!this.$scopedSlots.default && this.value === undefined) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_3__["consoleWarn"])('v-hover is missing a default scopedSlot or bound value', this); + return null; + } + + var element; + /* istanbul ignore else */ + + if (this.$scopedSlots.default) { + element = this.$scopedSlots.default({ + hover: this.isActive + }); + } + + if (Array.isArray(element) && element.length === 1) { + element = element[0]; + } + + if (!element || Array.isArray(element) || !element.tag) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_3__["consoleWarn"])('v-hover should only contain a single element', this); + return element; + } + + if (!this.disabled) { + element.data = element.data || {}; + + this._g(element.data, { + mouseenter: this.onMouseEnter, + mouseleave: this.onMouseLeave + }); + } + + return element; + } +})); + +/***/ }), + +/***/ "./src/components/VHover/index.ts": +/*!****************************************!*\ + !*** ./src/components/VHover/index.ts ***! + \****************************************/ +/*! exports provided: VHover, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VHover__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VHover */ "./src/components/VHover/VHover.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VHover", function() { return _VHover__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VHover__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VIcon/VIcon.sass": +/*!*****************************************!*\ + !*** ./src/components/VIcon/VIcon.sass ***! + \*****************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VIcon/VIcon.ts": +/*!***************************************!*\ + !*** ./src/components/VIcon/VIcon.ts ***! + \***************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VIcon_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VIcon.sass */ "./src/components/VIcon/VIcon.sass"); +/* harmony import */ var _VIcon_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VIcon_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_binds_attrs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/binds-attrs */ "./src/mixins/binds-attrs/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_sizeable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/sizeable */ "./src/mixins/sizeable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_6__); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + + // Mixins + + + + + // Util + + // Types + + + +var SIZE_MAP; + +(function (SIZE_MAP) { + SIZE_MAP["xSmall"] = "12px"; + SIZE_MAP["small"] = "16px"; + SIZE_MAP["default"] = "24px"; + SIZE_MAP["medium"] = "28px"; + SIZE_MAP["large"] = "36px"; + SIZE_MAP["xLarge"] = "40px"; +})(SIZE_MAP || (SIZE_MAP = {})); + +function isFontAwesome5(iconType) { + return ['fas', 'far', 'fal', 'fab', 'fad'].some(function (val) { + return iconType.includes(val); + }); +} + +function isSvgPath(icon) { + return /^[mzlhvcsqta]\s*[-+.0-9][^mlhvzcsqta]+/i.test(icon) && /[\dz]$/i.test(icon) && icon.length > 4; +} + +var VIcon = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_7__["default"])(_mixins_binds_attrs__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_sizeable__WEBPACK_IMPORTED_MODULE_3__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_4__["default"] +/* @vue/component */ +).extend({ + name: 'v-icon', + props: { + dense: Boolean, + disabled: Boolean, + left: Boolean, + right: Boolean, + size: [Number, String], + tag: { + type: String, + required: false, + default: 'i' + } + }, + computed: { + medium: function medium() { + return false; + }, + hasClickListener: function hasClickListener() { + return Boolean(this.listeners$.click || this.listeners$['!click']); + } + }, + methods: { + getIcon: function getIcon() { + var iconName = ''; + if (this.$slots.default) iconName = this.$slots.default[0].text.trim(); + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_5__["remapInternalIcon"])(this, iconName); + }, + getSize: function getSize() { + var sizes = { + xSmall: this.xSmall, + small: this.small, + medium: this.medium, + large: this.large, + xLarge: this.xLarge + }; + var explicitSize = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_5__["keys"])(sizes).find(function (key) { + return sizes[key]; + }); + return explicitSize && SIZE_MAP[explicitSize] || Object(_util_helpers__WEBPACK_IMPORTED_MODULE_5__["convertToUnit"])(this.size); + }, + // Component data for both font and svg icon. + getDefaultData: function getDefaultData() { + var data = { + staticClass: 'v-icon notranslate', + class: { + 'v-icon--disabled': this.disabled, + 'v-icon--left': this.left, + 'v-icon--link': this.hasClickListener, + 'v-icon--right': this.right, + 'v-icon--dense': this.dense + }, + attrs: __assign({ + 'aria-hidden': !this.hasClickListener, + disabled: this.hasClickListener && this.disabled, + type: this.hasClickListener ? 'button' : undefined + }, this.attrs$), + on: this.listeners$ + }; + return data; + }, + applyColors: function applyColors(data) { + data.class = __assign({}, data.class, this.themeClasses); + this.setTextColor(this.color, data); + }, + renderFontIcon: function renderFontIcon(icon, h) { + var newChildren = []; + var data = this.getDefaultData(); + var iconType = 'material-icons'; // Material Icon delimiter is _ + // https://material.io/icons/ + + var delimiterIndex = icon.indexOf('-'); + var isMaterialIcon = delimiterIndex <= -1; + + if (isMaterialIcon) { + // Material icon uses ligatures. + newChildren.push(icon); + } else { + iconType = icon.slice(0, delimiterIndex); + if (isFontAwesome5(iconType)) iconType = ''; + } + + data.class[iconType] = true; + data.class[icon] = !isMaterialIcon; + var fontSize = this.getSize(); + if (fontSize) data.style = { + fontSize: fontSize + }; + this.applyColors(data); + return h(this.hasClickListener ? 'button' : this.tag, data, newChildren); + }, + renderSvgIcon: function renderSvgIcon(icon, h) { + var fontSize = this.getSize(); + + var wrapperData = __assign({}, this.getDefaultData(), { + style: fontSize ? { + fontSize: fontSize, + height: fontSize, + width: fontSize + } : undefined + }); + + wrapperData.class['v-icon--svg'] = true; + this.applyColors(wrapperData); + var svgData = { + attrs: { + xmlns: 'http://www.w3.org/2000/svg', + viewBox: '0 0 24 24', + height: fontSize || '24', + width: fontSize || '24', + role: 'img', + 'aria-hidden': true + } + }; + return h(this.hasClickListener ? 'button' : 'span', wrapperData, [h('svg', svgData, [h('path', { + attrs: { + d: icon + } + })])]); + }, + renderSvgIconComponent: function renderSvgIconComponent(icon, h) { + var data = this.getDefaultData(); + data.class['v-icon--is-component'] = true; + var size = this.getSize(); + + if (size) { + data.style = { + fontSize: size, + height: size + }; + } + + this.applyColors(data); + var component = icon.component; + data.props = icon.props; + data.nativeOn = data.on; + return h(component, data); + } + }, + render: function render(h) { + var icon = this.getIcon(); + + if (typeof icon === 'string') { + if (isSvgPath(icon)) { + return this.renderSvgIcon(icon, h); + } + + return this.renderFontIcon(icon, h); + } + + return this.renderSvgIconComponent(icon, h); + } +}); +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_6___default.a.extend({ + name: 'v-icon', + $_wrapperFor: VIcon, + functional: true, + render: function render(h, _a) { + var data = _a.data, + children = _a.children; + var iconName = ''; // Support usage of v-text and v-html + + if (data.domProps) { + iconName = data.domProps.textContent || data.domProps.innerHTML || iconName; // Remove nodes so it doesn't + // overwrite our changes + + delete data.domProps.textContent; + delete data.domProps.innerHTML; + } + + return h(VIcon, data, iconName ? [iconName] : children); + } +})); + +/***/ }), + +/***/ "./src/components/VIcon/index.ts": +/*!***************************************!*\ + !*** ./src/components/VIcon/index.ts ***! + \***************************************/ +/*! exports provided: VIcon, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VIcon */ "./src/components/VIcon/VIcon.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VIcon", function() { return _VIcon__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VIcon__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VImg/VImg.sass": +/*!***************************************!*\ + !*** ./src/components/VImg/VImg.sass ***! + \***************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VImg/VImg.ts": +/*!*************************************!*\ + !*** ./src/components/VImg/VImg.ts ***! + \*************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VImg_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VImg.sass */ "./src/components/VImg/VImg.sass"); +/* harmony import */ var _VImg_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VImg_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _directives_intersect__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../directives/intersect */ "./src/directives/intersect/index.ts"); +/* harmony import */ var _VResponsive__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VResponsive */ "./src/components/VResponsive/index.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +// Styles + // Directives + + // Components + + // Utils + + +var hasIntersect = typeof window !== 'undefined' && 'IntersectionObserver' in window; +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_VResponsive__WEBPACK_IMPORTED_MODULE_2__["default"].extend({ + name: 'v-img', + directives: { + intersect: _directives_intersect__WEBPACK_IMPORTED_MODULE_1__["default"] + }, + props: { + alt: String, + contain: Boolean, + eager: Boolean, + gradient: String, + lazySrc: String, + options: { + type: Object, + // For more information on types, navigate to: + // https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API + default: function _default() { + return { + root: undefined, + rootMargin: undefined, + threshold: undefined + }; + } + }, + position: { + type: String, + default: 'center center' + }, + sizes: String, + src: { + type: [String, Object], + default: '' + }, + srcset: String, + transition: { + type: [Boolean, String], + default: 'fade-transition' + } + }, + data: function data() { + return { + currentSrc: '', + image: null, + isLoading: true, + calculatedAspectRatio: undefined, + naturalWidth: undefined + }; + }, + computed: { + computedAspectRatio: function computedAspectRatio() { + return Number(this.normalisedSrc.aspect || this.calculatedAspectRatio); + }, + normalisedSrc: function normalisedSrc() { + return typeof this.src === 'string' ? { + src: this.src, + srcset: this.srcset, + lazySrc: this.lazySrc, + aspect: Number(this.aspectRatio || 0) + } : { + src: this.src.src, + srcset: this.srcset || this.src.srcset, + lazySrc: this.lazySrc || this.src.lazySrc, + aspect: Number(this.aspectRatio || this.src.aspect) + }; + }, + __cachedImage: function __cachedImage() { + if (!(this.normalisedSrc.src || this.normalisedSrc.lazySrc)) return []; + var backgroundImage = []; + var src = this.isLoading ? this.normalisedSrc.lazySrc : this.currentSrc; + if (this.gradient) backgroundImage.push("linear-gradient(" + this.gradient + ")"); + if (src) backgroundImage.push("url(\"" + src + "\")"); + var image = this.$createElement('div', { + staticClass: 'v-image__image', + class: { + 'v-image__image--preload': this.isLoading, + 'v-image__image--contain': this.contain, + 'v-image__image--cover': !this.contain + }, + style: { + backgroundImage: backgroundImage.join(', '), + backgroundPosition: this.position + }, + key: +this.isLoading + }); + /* istanbul ignore if */ + + if (!this.transition) return image; + return this.$createElement('transition', { + attrs: { + name: this.transition, + mode: 'in-out' + } + }, [image]); + } + }, + watch: { + src: function src() { + // Force re-init when src changes + if (!this.isLoading) this.init(undefined, undefined, true);else this.loadImage(); + }, + '$vuetify.breakpoint.width': 'getSrc' + }, + mounted: function mounted() { + this.init(); + }, + methods: { + init: function init(entries, observer, isIntersecting) { + // If the current browser supports the intersection + // observer api, the image is not observable, and + // the eager prop isn't being used, do not load + if (hasIntersect && !isIntersecting && !this.eager) return; + + if (this.normalisedSrc.lazySrc) { + var lazyImg = new Image(); + lazyImg.src = this.normalisedSrc.lazySrc; + this.pollForSize(lazyImg, null); + } + /* istanbul ignore else */ + + + if (this.normalisedSrc.src) this.loadImage(); + }, + onLoad: function onLoad() { + this.getSrc(); + this.isLoading = false; + this.$emit('load', this.src); + }, + onError: function onError() { + Object(_util_console__WEBPACK_IMPORTED_MODULE_3__["consoleError"])("Image load failed\n\n" + ("src: " + this.normalisedSrc.src), this); + this.$emit('error', this.src); + }, + getSrc: function getSrc() { + /* istanbul ignore else */ + if (this.image) this.currentSrc = this.image.currentSrc || this.image.src; + }, + loadImage: function loadImage() { + var _this = this; + + var image = new Image(); + this.image = image; + + image.onload = function () { + /* istanbul ignore if */ + if (image.decode) { + image.decode().catch(function (err) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_3__["consoleWarn"])("Failed to decode image, trying to render anyway\n\n" + ("src: " + _this.normalisedSrc.src) + (err.message ? "\nOriginal error: " + err.message : ''), _this); + }).then(_this.onLoad); + } else { + _this.onLoad(); + } + }; + + image.onerror = this.onError; + image.src = this.normalisedSrc.src; + this.sizes && (image.sizes = this.sizes); + this.normalisedSrc.srcset && (image.srcset = this.normalisedSrc.srcset); + this.aspectRatio || this.pollForSize(image); + this.getSrc(); + }, + pollForSize: function pollForSize(img, timeout) { + var _this = this; + + if (timeout === void 0) { + timeout = 100; + } + + var poll = function poll() { + var naturalHeight = img.naturalHeight, + naturalWidth = img.naturalWidth; + + if (naturalHeight || naturalWidth) { + _this.naturalWidth = naturalWidth; + _this.calculatedAspectRatio = naturalWidth / naturalHeight; + } else { + timeout != null && setTimeout(poll, timeout); + } + }; + + poll(); + }, + genContent: function genContent() { + var content = _VResponsive__WEBPACK_IMPORTED_MODULE_2__["default"].options.methods.genContent.call(this); + + if (this.naturalWidth) { + this._b(content.data, 'div', { + style: { + width: this.naturalWidth + "px" + } + }); + } + + return content; + }, + __genPlaceholder: function __genPlaceholder() { + if (this.$slots.placeholder) { + var placeholder = this.isLoading ? [this.$createElement('div', { + staticClass: 'v-image__placeholder' + }, this.$slots.placeholder)] : []; + if (!this.transition) return placeholder[0]; + return this.$createElement('transition', { + props: { + appear: true, + name: this.transition + } + }, placeholder); + } + } + }, + render: function render(h) { + var node = _VResponsive__WEBPACK_IMPORTED_MODULE_2__["default"].options.render.call(this, h); + node.data.staticClass += ' v-image'; // Only load intersect directive if it + // will work in the current browser. + + if (hasIntersect) { + node.data.directives = [{ + name: 'intersect', + modifiers: { + once: true + }, + value: { + handler: this.init, + options: this.options + } + }]; + } + + node.data.attrs = { + role: this.alt ? 'img' : undefined, + 'aria-label': this.alt + }; + node.children = [this.__cachedSizer, this.__cachedImage, this.__genPlaceholder(), this.genContent()]; + return h(node.tag, node.data, node.children); + } +})); + +/***/ }), + +/***/ "./src/components/VImg/index.ts": +/*!**************************************!*\ + !*** ./src/components/VImg/index.ts ***! + \**************************************/ +/*! exports provided: VImg, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VImg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VImg */ "./src/components/VImg/VImg.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VImg", function() { return _VImg__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VImg__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VInput/VInput.sass": +/*!*******************************************!*\ + !*** ./src/components/VInput/VInput.sass ***! + \*******************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VInput/VInput.ts": +/*!*****************************************!*\ + !*** ./src/components/VInput/VInput.ts ***! + \*****************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VInput_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VInput.sass */ "./src/components/VInput/VInput.sass"); +/* harmony import */ var _VInput_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VInput_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _VLabel__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VLabel */ "./src/components/VLabel/index.ts"); +/* harmony import */ var _VMessages__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VMessages */ "./src/components/VMessages/index.ts"); +/* harmony import */ var _mixins_binds_attrs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/binds-attrs */ "./src/mixins/binds-attrs/index.ts"); +/* harmony import */ var _mixins_validatable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/validatable */ "./src/mixins/validatable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mergeData__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../util/mergeData */ "./src/util/mergeData.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Components + + + + // Mixins + + + // Utilities + + + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_8__["default"])(_mixins_binds_attrs__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_validatable__WEBPACK_IMPORTED_MODULE_5__["default"]); +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend().extend({ + name: 'v-input', + inheritAttrs: false, + props: { + appendIcon: String, + backgroundColor: { + type: String, + default: '' + }, + dense: Boolean, + height: [Number, String], + hideDetails: [Boolean, String], + hint: String, + id: String, + label: String, + loading: Boolean, + persistentHint: Boolean, + prependIcon: String, + value: null + }, + data: function data() { + return { + lazyValue: this.value, + hasMouseDown: false + }; + }, + computed: { + classes: function classes() { + return __assign({ + 'v-input--has-state': this.hasState, + 'v-input--hide-details': !this.showDetails, + 'v-input--is-label-active': this.isLabelActive, + 'v-input--is-dirty': this.isDirty, + 'v-input--is-disabled': this.disabled, + 'v-input--is-focused': this.isFocused, + // .loading === '' so we can't just cast to boolean + 'v-input--is-loading': this.loading !== false && this.loading != null, + 'v-input--is-readonly': this.readonly, + 'v-input--dense': this.dense + }, this.themeClasses); + }, + computedId: function computedId() { + return this.id || "input-" + this._uid; + }, + hasDetails: function hasDetails() { + return this.messagesToDisplay.length > 0; + }, + hasHint: function hasHint() { + return !this.hasMessages && !!this.hint && (this.persistentHint || this.isFocused); + }, + hasLabel: function hasLabel() { + return !!(this.$slots.label || this.label); + }, + // Proxy for `lazyValue` + // This allows an input + // to function without + // a provided model + internalValue: { + get: function get() { + return this.lazyValue; + }, + set: function set(val) { + this.lazyValue = val; + this.$emit(this.$_modelEvent, val); + } + }, + isDirty: function isDirty() { + return !!this.lazyValue; + }, + isDisabled: function isDisabled() { + return this.disabled || this.readonly; + }, + isLabelActive: function isLabelActive() { + return this.isDirty; + }, + messagesToDisplay: function messagesToDisplay() { + var _this = this; + + if (this.hasHint) return [this.hint]; + if (!this.hasMessages) return []; + return this.validations.map(function (validation) { + if (typeof validation === 'string') return validation; + var validationResult = validation(_this.internalValue); + return typeof validationResult === 'string' ? validationResult : ''; + }).filter(function (message) { + return message !== ''; + }); + }, + showDetails: function showDetails() { + return this.hideDetails === false || this.hideDetails === 'auto' && this.hasDetails; + } + }, + watch: { + value: function value(val) { + this.lazyValue = val; + } + }, + beforeCreate: function beforeCreate() { + // v-radio-group needs to emit a different event + // https://github.com/vuetifyjs/vuetify/issues/4752 + this.$_modelEvent = this.$options.model && this.$options.model.event || 'input'; + }, + methods: { + genContent: function genContent() { + return [this.genPrependSlot(), this.genControl(), this.genAppendSlot()]; + }, + genControl: function genControl() { + return this.$createElement('div', { + staticClass: 'v-input__control' + }, [this.genInputSlot(), this.genMessages()]); + }, + genDefaultSlot: function genDefaultSlot() { + return [this.genLabel(), this.$slots.default]; + }, + genIcon: function genIcon(type, cb, extraData) { + var _this = this; + + if (extraData === void 0) { + extraData = {}; + } + + var icon = this[type + "Icon"]; + var eventName = "click:" + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["kebabCase"])(type); + var hasListener = !!(this.listeners$[eventName] || cb); + var data = Object(_util_mergeData__WEBPACK_IMPORTED_MODULE_7__["default"])({ + attrs: { + 'aria-label': hasListener ? Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["kebabCase"])(type).split('-')[0] + ' icon' : undefined, + color: this.validationState, + dark: this.dark, + disabled: this.disabled, + light: this.light + }, + on: !hasListener ? undefined : { + click: function click(e) { + e.preventDefault(); + e.stopPropagation(); + + _this.$emit(eventName, e); + + cb && cb(e); + }, + // Container has g event that will + // trigger menu open if enclosed + mouseup: function mouseup(e) { + e.preventDefault(); + e.stopPropagation(); + } + } + }, extraData); + return this.$createElement('div', { + staticClass: "v-input__icon", + class: type ? "v-input__icon--" + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["kebabCase"])(type) : undefined + }, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_1__["default"], data, icon)]); + }, + genInputSlot: function genInputSlot() { + return this.$createElement('div', this.setBackgroundColor(this.backgroundColor, { + staticClass: 'v-input__slot', + style: { + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["convertToUnit"])(this.height) + }, + on: { + click: this.onClick, + mousedown: this.onMouseDown, + mouseup: this.onMouseUp + }, + ref: 'input-slot' + }), [this.genDefaultSlot()]); + }, + genLabel: function genLabel() { + if (!this.hasLabel) return null; + return this.$createElement(_VLabel__WEBPACK_IMPORTED_MODULE_2__["default"], { + props: { + color: this.validationState, + dark: this.dark, + disabled: this.disabled, + focused: this.hasState, + for: this.computedId, + light: this.light + } + }, this.$slots.label || this.label); + }, + genMessages: function genMessages() { + var _this = this; + + if (!this.showDetails) return null; + return this.$createElement(_VMessages__WEBPACK_IMPORTED_MODULE_3__["default"], { + props: { + color: this.hasHint ? '' : this.validationState, + dark: this.dark, + light: this.light, + value: this.messagesToDisplay + }, + attrs: { + role: this.hasMessages ? 'alert' : null + }, + scopedSlots: { + default: function _default(props) { + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["getSlot"])(_this, 'message', props); + } + } + }); + }, + genSlot: function genSlot(type, location, slot) { + if (!slot.length) return null; + var ref = type + "-" + location; + return this.$createElement('div', { + staticClass: "v-input__" + ref, + ref: ref + }, slot); + }, + genPrependSlot: function genPrependSlot() { + var slot = []; + + if (this.$slots.prepend) { + slot.push(this.$slots.prepend); + } else if (this.prependIcon) { + slot.push(this.genIcon('prepend')); + } + + return this.genSlot('prepend', 'outer', slot); + }, + genAppendSlot: function genAppendSlot() { + var slot = []; // Append icon for text field was really + // an appended inner icon, v-text-field + // will overwrite this method in order to obtain + // backwards compat + + if (this.$slots.append) { + slot.push(this.$slots.append); + } else if (this.appendIcon) { + slot.push(this.genIcon('append')); + } + + return this.genSlot('append', 'outer', slot); + }, + onClick: function onClick(e) { + this.$emit('click', e); + }, + onMouseDown: function onMouseDown(e) { + this.hasMouseDown = true; + this.$emit('mousedown', e); + }, + onMouseUp: function onMouseUp(e) { + this.hasMouseDown = false; + this.$emit('mouseup', e); + } + }, + render: function render(h) { + return h('div', this.setTextColor(this.validationState, { + staticClass: 'v-input', + class: this.classes + }), this.genContent()); + } +})); + +/***/ }), + +/***/ "./src/components/VInput/index.ts": +/*!****************************************!*\ + !*** ./src/components/VInput/index.ts ***! + \****************************************/ +/*! exports provided: VInput, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VInput__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VInput */ "./src/components/VInput/VInput.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VInput", function() { return _VInput__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VInput__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VItemGroup/VItem.ts": +/*!********************************************!*\ + !*** ./src/components/VItemGroup/VItem.ts ***! + \********************************************/ +/*! exports provided: BaseItem, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BaseItem", function() { return BaseItem; }); +/* harmony import */ var _mixins_groupable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../mixins/groupable */ "./src/mixins/groupable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_3__); +// Mixins + // Utilities + + + // Types + + +/* @vue/component */ + +var BaseItem = vue__WEBPACK_IMPORTED_MODULE_3___default.a.extend({ + props: { + activeClass: String, + value: { + required: false + } + }, + data: function data() { + return { + isActive: false + }; + }, + methods: { + toggle: function toggle() { + this.isActive = !this.isActive; + } + }, + render: function render() { + var _a; + + if (!this.$scopedSlots.default) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_2__["consoleWarn"])('v-item is missing a default scopedSlot', this); + return null; + } + + var element; + /* istanbul ignore else */ + + if (this.$scopedSlots.default) { + element = this.$scopedSlots.default({ + active: this.isActive, + toggle: this.toggle + }); + } + + if (Array.isArray(element) && element.length === 1) { + element = element[0]; + } + + if (!element || Array.isArray(element) || !element.tag) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_2__["consoleWarn"])('v-item should only contain a single element', this); + return element; + } + + element.data = this._b(element.data || {}, element.tag, { + class: (_a = {}, _a[this.activeClass] = this.isActive, _a) + }); + return element; + } +}); +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_1__["default"])(BaseItem, Object(_mixins_groupable__WEBPACK_IMPORTED_MODULE_0__["factory"])('itemGroup', 'v-item', 'v-item-group')).extend({ + name: 'v-item' +})); + +/***/ }), + +/***/ "./src/components/VItemGroup/VItemGroup.sass": +/*!***************************************************!*\ + !*** ./src/components/VItemGroup/VItemGroup.sass ***! + \***************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VItemGroup/VItemGroup.ts": +/*!*************************************************!*\ + !*** ./src/components/VItemGroup/VItemGroup.ts ***! + \*************************************************/ +/*! exports provided: BaseItemGroup, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BaseItemGroup", function() { return BaseItemGroup; }); +/* harmony import */ var _VItemGroup_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VItemGroup.sass */ "./src/components/VItemGroup/VItemGroup.sass"); +/* harmony import */ var _VItemGroup_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VItemGroup_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_proxyable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/proxyable */ "./src/mixins/proxyable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + + + // Utilities + + + +var BaseItemGroup = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_mixins_proxyable__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__["default"]).extend({ + name: 'base-item-group', + props: { + activeClass: { + type: String, + default: 'v-item--active' + }, + mandatory: Boolean, + max: { + type: [Number, String], + default: null + }, + multiple: Boolean + }, + data: function data() { + return { + // As long as a value is defined, show it + // Otherwise, check if multiple + // to determine which default to provide + internalLazyValue: this.value !== undefined ? this.value : this.multiple ? [] : undefined, + items: [] + }; + }, + computed: { + classes: function classes() { + return __assign({ + 'v-item-group': true + }, this.themeClasses); + }, + selectedIndex: function selectedIndex() { + return this.selectedItem && this.items.indexOf(this.selectedItem) || -1; + }, + selectedItem: function selectedItem() { + if (this.multiple) return undefined; + return this.selectedItems[0]; + }, + selectedItems: function selectedItems() { + var _this = this; + + return this.items.filter(function (item, index) { + return _this.toggleMethod(_this.getValue(item, index)); + }); + }, + selectedValues: function selectedValues() { + if (this.internalValue == null) return []; + return Array.isArray(this.internalValue) ? this.internalValue : [this.internalValue]; + }, + toggleMethod: function toggleMethod() { + var _this = this; + + if (!this.multiple) { + return function (v) { + return _this.internalValue === v; + }; + } + + var internalValue = this.internalValue; + + if (Array.isArray(internalValue)) { + return function (v) { + return internalValue.includes(v); + }; + } + + return function () { + return false; + }; + } + }, + watch: { + internalValue: 'updateItemsState', + items: 'updateItemsState' + }, + created: function created() { + if (this.multiple && !Array.isArray(this.internalValue)) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_4__["consoleWarn"])('Model must be bound to an array if the multiple property is true.', this); + } + }, + methods: { + genData: function genData() { + return { + class: this.classes + }; + }, + getValue: function getValue(item, i) { + return item.value == null || item.value === '' ? i : item.value; + }, + onClick: function onClick(item) { + this.updateInternalValue(this.getValue(item, this.items.indexOf(item))); + }, + register: function register(item) { + var _this = this; + + var index = this.items.push(item) - 1; + item.$on('change', function () { + return _this.onClick(item); + }); // If no value provided and mandatory, + // assign first registered item + + if (this.mandatory && !this.selectedValues.length) { + this.updateMandatory(); + } + + this.updateItem(item, index); + }, + unregister: function unregister(item) { + if (this._isDestroyed) return; + var index = this.items.indexOf(item); + var value = this.getValue(item, index); + this.items.splice(index, 1); + var valueIndex = this.selectedValues.indexOf(value); // Items is not selected, do nothing + + if (valueIndex < 0) return; // If not mandatory, use regular update process + + if (!this.mandatory) { + return this.updateInternalValue(value); + } // Remove the value + + + if (this.multiple && Array.isArray(this.internalValue)) { + this.internalValue = this.internalValue.filter(function (v) { + return v !== value; + }); + } else { + this.internalValue = undefined; + } // If mandatory and we have no selection + // add the last item as value + + /* istanbul ignore else */ + + + if (!this.selectedItems.length) { + this.updateMandatory(true); + } + }, + updateItem: function updateItem(item, index) { + var value = this.getValue(item, index); + item.isActive = this.toggleMethod(value); + }, + // https://github.com/vuetifyjs/vuetify/issues/5352 + updateItemsState: function updateItemsState() { + var _this = this; + + this.$nextTick(function () { + if (_this.mandatory && !_this.selectedItems.length) { + return _this.updateMandatory(); + } // TODO: Make this smarter so it + // doesn't have to iterate every + // child in an update + + + _this.items.forEach(_this.updateItem); + }); + }, + updateInternalValue: function updateInternalValue(value) { + this.multiple ? this.updateMultiple(value) : this.updateSingle(value); + }, + updateMandatory: function updateMandatory(last) { + if (!this.items.length) return; + var items = this.items.slice(); + if (last) items.reverse(); + var item = items.find(function (item) { + return !item.disabled; + }); // If no tabs are available + // aborts mandatory value + + if (!item) return; + var index = this.items.indexOf(item); + this.updateInternalValue(this.getValue(item, index)); + }, + updateMultiple: function updateMultiple(value) { + var defaultValue = Array.isArray(this.internalValue) ? this.internalValue : []; + var internalValue = defaultValue.slice(); + var index = internalValue.findIndex(function (val) { + return val === value; + }); + if (this.mandatory && // Item already exists + index > -1 && // value would be reduced below min + internalValue.length - 1 < 1) return; + if ( // Max is set + this.max != null && // Item doesn't exist + index < 0 && // value would be increased above max + internalValue.length + 1 > this.max) return; + index > -1 ? internalValue.splice(index, 1) : internalValue.push(value); + this.internalValue = internalValue; + }, + updateSingle: function updateSingle(value) { + var isSame = value === this.internalValue; + if (this.mandatory && isSame) return; + this.internalValue = isSame ? undefined : value; + } + }, + render: function render(h) { + return h('div', this.genData(), this.$slots.default); + } +}); +/* harmony default export */ __webpack_exports__["default"] = (BaseItemGroup.extend({ + name: 'v-item-group', + provide: function provide() { + return { + itemGroup: this + }; + } +})); + +/***/ }), + +/***/ "./src/components/VItemGroup/index.ts": +/*!********************************************!*\ + !*** ./src/components/VItemGroup/index.ts ***! + \********************************************/ +/*! exports provided: VItem, VItemGroup, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VItem__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VItem */ "./src/components/VItemGroup/VItem.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VItem", function() { return _VItem__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _VItemGroup__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VItemGroup */ "./src/components/VItemGroup/VItemGroup.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VItemGroup", function() { return _VItemGroup__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + + + + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VItem: _VItem__WEBPACK_IMPORTED_MODULE_0__["default"], + VItemGroup: _VItemGroup__WEBPACK_IMPORTED_MODULE_1__["default"] + } +}); + +/***/ }), + +/***/ "./src/components/VLabel/VLabel.sass": +/*!*******************************************!*\ + !*** ./src/components/VLabel/VLabel.sass ***! + \*******************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VLabel/VLabel.ts": +/*!*****************************************!*\ + !*** ./src/components/VLabel/VLabel.ts ***! + \*****************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VLabel_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VLabel.sass */ "./src/components/VLabel/VLabel.sass"); +/* harmony import */ var _VLabel_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VLabel_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Mixins + + + + // Helpers + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_mixins_themeable__WEBPACK_IMPORTED_MODULE_2__["default"]).extend({ + name: 'v-label', + functional: true, + props: { + absolute: Boolean, + color: { + type: String, + default: 'primary' + }, + disabled: Boolean, + focused: Boolean, + for: String, + left: { + type: [Number, String], + default: 0 + }, + right: { + type: [Number, String], + default: 'auto' + }, + value: Boolean + }, + render: function render(h, ctx) { + var children = ctx.children, + listeners = ctx.listeners, + props = ctx.props; + var data = { + staticClass: 'v-label', + class: __assign({ + 'v-label--active': props.value, + 'v-label--is-disabled': props.disabled + }, Object(_mixins_themeable__WEBPACK_IMPORTED_MODULE_2__["functionalThemeClasses"])(ctx)), + attrs: { + for: props.for, + 'aria-hidden': !props.for + }, + on: listeners, + style: { + left: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["convertToUnit"])(props.left), + right: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["convertToUnit"])(props.right), + position: props.absolute ? 'absolute' : 'relative' + }, + ref: 'label' + }; + return h('label', _mixins_colorable__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.setTextColor(props.focused && props.color, data), children); + } +})); + +/***/ }), + +/***/ "./src/components/VLabel/index.ts": +/*!****************************************!*\ + !*** ./src/components/VLabel/index.ts ***! + \****************************************/ +/*! exports provided: VLabel, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VLabel__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VLabel */ "./src/components/VLabel/VLabel.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VLabel", function() { return _VLabel__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VLabel__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VLazy/VLazy.ts": +/*!***************************************!*\ + !*** ./src/components/VLazy/VLazy.ts ***! + \***************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _directives_intersect__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../directives/intersect */ "./src/directives/intersect/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +// Mixins + // Directives + + // Utilities + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_mixins_toggleable__WEBPACK_IMPORTED_MODULE_0__["default"]).extend({ + name: 'VLazy', + directives: { + intersect: _directives_intersect__WEBPACK_IMPORTED_MODULE_1__["default"] + }, + props: { + minHeight: [Number, String], + options: { + type: Object, + // For more information on types, navigate to: + // https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API + default: function _default() { + return { + root: undefined, + rootMargin: undefined, + threshold: undefined + }; + } + }, + tag: { + type: String, + default: 'div' + }, + transition: { + type: String, + default: 'fade-transition' + } + }, + computed: { + styles: function styles() { + return { + minHeight: parseInt(this.minHeight) ? Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["convertToUnit"])(this.minHeight) : this.minHeight + }; + } + }, + methods: { + genContent: function genContent() { + var slot = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getSlot"])(this); + /* istanbul ignore if */ + + if (!this.transition) return slot; + var children = []; + if (this.isActive) children.push(slot); + return this.$createElement('transition', { + props: { + name: this.transition + } + }, children); + }, + onObserve: function onObserve(entries, observer, isIntersecting) { + if (this.isActive) return; + this.isActive = isIntersecting; + } + }, + render: function render(h) { + return h(this.tag, { + staticClass: 'v-lazy', + attrs: this.$attrs, + directives: [{ + name: 'intersect', + value: { + handler: this.onObserve, + options: this.options + } + }], + on: this.$listeners, + style: this.styles + }, [this.genContent()]); + } +})); + +/***/ }), + +/***/ "./src/components/VLazy/index.ts": +/*!***************************************!*\ + !*** ./src/components/VLazy/index.ts ***! + \***************************************/ +/*! exports provided: VLazy, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VLazy__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VLazy */ "./src/components/VLazy/VLazy.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VLazy", function() { return _VLazy__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VLazy__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VList/VList.sass": +/*!*****************************************!*\ + !*** ./src/components/VList/VList.sass ***! + \*****************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VList/VList.ts": +/*!***************************************!*\ + !*** ./src/components/VList/VList.ts ***! + \***************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VList_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VList.sass */ "./src/components/VList/VList.sass"); +/* harmony import */ var _VList_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VList_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSheet_VSheet__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VSheet/VSheet */ "./src/components/VSheet/VSheet.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __values = undefined && undefined.__values || function (o) { + var m = typeof Symbol === "function" && o[Symbol.iterator], + i = 0; + if (m) return m.call(o); + return { + next: function next() { + if (o && i >= o.length) o = void 0; + return { + value: o && o[i++], + done: !o + }; + } + }; +}; // Styles + + + // Components + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_VSheet_VSheet__WEBPACK_IMPORTED_MODULE_1__["default"].extend().extend({ + name: 'v-list', + provide: function provide() { + return { + isInList: true, + list: this + }; + }, + inject: { + isInMenu: { + default: false + }, + isInNav: { + default: false + } + }, + props: { + dense: Boolean, + disabled: Boolean, + expand: Boolean, + flat: Boolean, + nav: Boolean, + rounded: Boolean, + shaped: Boolean, + subheader: Boolean, + threeLine: Boolean, + tile: { + type: Boolean, + default: true + }, + twoLine: Boolean + }, + data: function data() { + return { + groups: [] + }; + }, + computed: { + classes: function classes() { + return __assign({}, _VSheet_VSheet__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.classes.call(this), { + 'v-list--dense': this.dense, + 'v-list--disabled': this.disabled, + 'v-list--flat': this.flat, + 'v-list--nav': this.nav, + 'v-list--rounded': this.rounded, + 'v-list--shaped': this.shaped, + 'v-list--subheader': this.subheader, + 'v-list--two-line': this.twoLine, + 'v-list--three-line': this.threeLine + }); + } + }, + methods: { + register: function register(content) { + this.groups.push(content); + }, + unregister: function unregister(content) { + var index = this.groups.findIndex(function (g) { + return g._uid === content._uid; + }); + if (index > -1) this.groups.splice(index, 1); + }, + listClick: function listClick(uid) { + var e_1, _a; + + if (this.expand) return; + + try { + for (var _b = __values(this.groups), _c = _b.next(); !_c.done; _c = _b.next()) { + var group = _c.value; + group.toggle(uid); + } + } catch (e_1_1) { + e_1 = { + error: e_1_1 + }; + } finally { + try { + if (_c && !_c.done && (_a = _b.return)) _a.call(_b); + } finally { + if (e_1) throw e_1.error; + } + } + } + }, + render: function render(h) { + var data = { + staticClass: 'v-list', + class: this.classes, + style: this.styles, + attrs: __assign({ + role: this.isInNav || this.isInMenu ? undefined : 'list' + }, this.attrs$) + }; + return h(this.tag, this.setBackgroundColor(this.color, data), [this.$slots.default]); + } +})); + +/***/ }), + +/***/ "./src/components/VList/VListGroup.sass": +/*!**********************************************!*\ + !*** ./src/components/VList/VListGroup.sass ***! + \**********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VList/VListGroup.ts": +/*!********************************************!*\ + !*** ./src/components/VList/VListGroup.ts ***! + \********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VListGroup_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VListGroup.sass */ "./src/components/VList/VListGroup.sass"); +/* harmony import */ var _VListGroup_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VListGroup_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _VListItem__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VListItem */ "./src/components/VList/VListItem.ts"); +/* harmony import */ var _VListItemIcon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./VListItemIcon */ "./src/components/VList/VListItemIcon.ts"); +/* harmony import */ var _mixins_binds_attrs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/binds-attrs */ "./src/mixins/binds-attrs/index.ts"); +/* harmony import */ var _mixins_bootable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/bootable */ "./src/mixins/bootable/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _mixins_registrable__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/registrable */ "./src/mixins/registrable/index.ts"); +/* harmony import */ var _directives_ripple__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../directives/ripple */ "./src/directives/ripple/index.ts"); +/* harmony import */ var _transitions__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../transitions */ "./src/components/transitions/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Components + + + + // Mixins + + + + + + // Directives + + // Transitions + + // Utils + + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_11__["default"])(_mixins_binds_attrs__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_bootable__WEBPACK_IMPORTED_MODULE_5__["default"], _mixins_colorable__WEBPACK_IMPORTED_MODULE_6__["default"], Object(_mixins_registrable__WEBPACK_IMPORTED_MODULE_8__["inject"])('list'), _mixins_toggleable__WEBPACK_IMPORTED_MODULE_7__["default"]); +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend().extend({ + name: 'v-list-group', + directives: { + ripple: _directives_ripple__WEBPACK_IMPORTED_MODULE_9__["default"] + }, + props: { + activeClass: { + type: String, + default: '' + }, + appendIcon: { + type: String, + default: '$expand' + }, + color: { + type: String, + default: 'primary' + }, + disabled: Boolean, + group: String, + noAction: Boolean, + prependIcon: String, + ripple: { + type: [Boolean, Object], + default: true + }, + subGroup: Boolean + }, + computed: { + classes: function classes() { + return { + 'v-list-group--active': this.isActive, + 'v-list-group--disabled': this.disabled, + 'v-list-group--no-action': this.noAction, + 'v-list-group--sub-group': this.subGroup + }; + } + }, + watch: { + isActive: function isActive(val) { + /* istanbul ignore else */ + if (!this.subGroup && val) { + this.list && this.list.listClick(this._uid); + } + }, + $route: 'onRouteChange' + }, + created: function created() { + this.list && this.list.register(this); + + if (this.group && this.$route && this.value == null) { + this.isActive = this.matchRoute(this.$route.path); + } + }, + beforeDestroy: function beforeDestroy() { + this.list && this.list.unregister(this); + }, + methods: { + click: function click(e) { + var _this = this; + + if (this.disabled) return; + this.isBooted = true; + this.$emit('click', e); + this.$nextTick(function () { + return _this.isActive = !_this.isActive; + }); + }, + genIcon: function genIcon(icon) { + return this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_1__["default"], icon); + }, + genAppendIcon: function genAppendIcon() { + var icon = !this.subGroup ? this.appendIcon : false; + if (!icon && !this.$slots.appendIcon) return null; + return this.$createElement(_VListItemIcon__WEBPACK_IMPORTED_MODULE_3__["default"], { + staticClass: 'v-list-group__header__append-icon' + }, [this.$slots.appendIcon || this.genIcon(icon)]); + }, + genHeader: function genHeader() { + var _a; + + return this.$createElement(_VListItem__WEBPACK_IMPORTED_MODULE_2__["default"], { + staticClass: 'v-list-group__header', + attrs: { + 'aria-expanded': String(this.isActive), + role: 'button' + }, + class: (_a = {}, _a[this.activeClass] = this.isActive, _a), + props: { + inputValue: this.isActive + }, + directives: [{ + name: 'ripple', + value: this.ripple + }], + on: __assign({}, this.listeners$, { + click: this.click + }) + }, [this.genPrependIcon(), this.$slots.activator, this.genAppendIcon()]); + }, + genItems: function genItems() { + var _this = this; + + return this.showLazyContent(function () { + return [_this.$createElement('div', { + staticClass: 'v-list-group__items', + directives: [{ + name: 'show', + value: _this.isActive + }] + }, Object(_util_helpers__WEBPACK_IMPORTED_MODULE_12__["getSlot"])(_this))]; + }); + }, + genPrependIcon: function genPrependIcon() { + var icon = this.subGroup && this.prependIcon == null ? '$subgroup' : this.prependIcon; + if (!icon && !this.$slots.prependIcon) return null; + return this.$createElement(_VListItemIcon__WEBPACK_IMPORTED_MODULE_3__["default"], { + staticClass: 'v-list-group__header__prepend-icon' + }, [this.$slots.prependIcon || this.genIcon(icon)]); + }, + onRouteChange: function onRouteChange(to) { + /* istanbul ignore if */ + if (!this.group) return; + var isActive = this.matchRoute(to.path); + /* istanbul ignore else */ + + if (isActive && this.isActive !== isActive) { + this.list && this.list.listClick(this._uid); + } + + this.isActive = isActive; + }, + toggle: function toggle(uid) { + var _this = this; + + var isActive = this._uid === uid; + if (isActive) this.isBooted = true; + this.$nextTick(function () { + return _this.isActive = isActive; + }); + }, + matchRoute: function matchRoute(to) { + return to.match(this.group) !== null; + } + }, + render: function render(h) { + return h('div', this.setTextColor(this.isActive && this.color, { + staticClass: 'v-list-group', + class: this.classes + }), [this.genHeader(), h(_transitions__WEBPACK_IMPORTED_MODULE_10__["VExpandTransition"], this.genItems())]); + } +})); + +/***/ }), + +/***/ "./src/components/VList/VListItem.sass": +/*!*********************************************!*\ + !*** ./src/components/VList/VListItem.sass ***! + \*********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VList/VListItem.ts": +/*!*******************************************!*\ + !*** ./src/components/VList/VListItem.ts ***! + \*******************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VListItem_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VListItem.sass */ "./src/components/VList/VListItem.sass"); +/* harmony import */ var _VListItem_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VListItem_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_routable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/routable */ "./src/mixins/routable/index.ts"); +/* harmony import */ var _mixins_groupable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/groupable */ "./src/mixins/groupable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _directives_ripple__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../directives/ripple */ "./src/directives/ripple/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Mixins + + + + + + // Directives + + // Utilities + + + // Types + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_9__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_routable__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_4__["default"], Object(_mixins_groupable__WEBPACK_IMPORTED_MODULE_3__["factory"])('listItemGroup'), Object(_mixins_toggleable__WEBPACK_IMPORTED_MODULE_5__["factory"])('inputValue')); +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend().extend({ + name: 'v-list-item', + directives: { + Ripple: _directives_ripple__WEBPACK_IMPORTED_MODULE_6__["default"] + }, + inheritAttrs: false, + inject: { + isInGroup: { + default: false + }, + isInList: { + default: false + }, + isInMenu: { + default: false + }, + isInNav: { + default: false + } + }, + props: { + activeClass: { + type: String, + default: function _default() { + if (!this.listItemGroup) return ''; + return this.listItemGroup.activeClass; + } + }, + dense: Boolean, + inactive: Boolean, + link: Boolean, + selectable: { + type: Boolean + }, + tag: { + type: String, + default: 'div' + }, + threeLine: Boolean, + twoLine: Boolean, + value: null + }, + data: function data() { + return { + proxyClass: 'v-list-item--active' + }; + }, + computed: { + classes: function classes() { + return __assign({ + 'v-list-item': true + }, _mixins_routable__WEBPACK_IMPORTED_MODULE_2__["default"].options.computed.classes.call(this), { + 'v-list-item--dense': this.dense, + 'v-list-item--disabled': this.disabled, + 'v-list-item--link': this.isClickable && !this.inactive, + 'v-list-item--selectable': this.selectable, + 'v-list-item--three-line': this.threeLine, + 'v-list-item--two-line': this.twoLine + }, this.themeClasses); + }, + isClickable: function isClickable() { + return Boolean(_mixins_routable__WEBPACK_IMPORTED_MODULE_2__["default"].options.computed.isClickable.call(this) || this.listItemGroup); + } + }, + created: function created() { + /* istanbul ignore next */ + if (this.$attrs.hasOwnProperty('avatar')) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_8__["removed"])('avatar', this); + } + }, + methods: { + click: function click(e) { + if (e.detail) this.$el.blur(); + this.$emit('click', e); + this.to || this.toggle(); + }, + genAttrs: function genAttrs() { + var attrs = __assign({ + 'aria-disabled': this.disabled ? true : undefined, + tabindex: this.isClickable && !this.disabled ? 0 : -1 + }, this.$attrs); + + if (this.$attrs.hasOwnProperty('role')) {// do nothing, role already provided + } else if (this.isInNav) {// do nothing, role is inherit + } else if (this.isInGroup) { + attrs.role = 'listitem'; + attrs['aria-selected'] = String(this.isActive); + } else if (this.isInMenu) { + attrs.role = this.isClickable ? 'menuitem' : undefined; + attrs.id = attrs.id || "list-item-" + this._uid; + } else if (this.isInList) { + attrs.role = 'listitem'; + } + + return attrs; + } + }, + render: function render(h) { + var _this = this; + + var _a = this.generateRouteLink(), + tag = _a.tag, + data = _a.data; + + data.attrs = __assign({}, data.attrs, this.genAttrs()); + data.on = __assign({}, data.on, { + click: this.click, + keydown: function keydown(e) { + /* istanbul ignore else */ + if (e.keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_7__["keyCodes"].enter) _this.click(e); + + _this.$emit('keydown', e); + } + }); + var children = this.$scopedSlots.default ? this.$scopedSlots.default({ + active: this.isActive, + toggle: this.toggle + }) : this.$slots.default; + tag = this.inactive ? 'div' : tag; + return h(tag, this.setTextColor(this.color, data), children); + } +})); + +/***/ }), + +/***/ "./src/components/VList/VListItemAction.ts": +/*!*************************************************!*\ + !*** ./src/components/VList/VListItemAction.ts ***! + \*************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__); +// Types + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_0___default.a.extend({ + name: 'v-list-item-action', + functional: true, + render: function render(h, _a) { + var data = _a.data, + _b = _a.children, + children = _b === void 0 ? [] : _b; + data.staticClass = data.staticClass ? "v-list-item__action " + data.staticClass : 'v-list-item__action'; + var filteredChild = children.filter(function (VNode) { + return VNode.isComment === false && VNode.text !== ' '; + }); + if (filteredChild.length > 1) data.staticClass += ' v-list-item__action--stack'; + return h('div', data, children); + } +})); + +/***/ }), + +/***/ "./src/components/VList/VListItemAvatar.ts": +/*!*************************************************!*\ + !*** ./src/components/VList/VListItemAvatar.ts ***! + \*************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VAvatar__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../VAvatar */ "./src/components/VAvatar/index.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Components + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_VAvatar__WEBPACK_IMPORTED_MODULE_0__["default"].extend({ + name: 'v-list-item-avatar', + props: { + horizontal: Boolean, + size: { + type: [Number, String], + default: 40 + } + }, + computed: { + classes: function classes() { + return __assign({ + 'v-list-item__avatar--horizontal': this.horizontal + }, _VAvatar__WEBPACK_IMPORTED_MODULE_0__["default"].options.computed.classes.call(this), { + 'v-avatar--tile': this.tile || this.horizontal + }); + } + }, + render: function render(h) { + var render = _VAvatar__WEBPACK_IMPORTED_MODULE_0__["default"].options.render.call(this, h); + render.data = render.data || {}; + render.data.staticClass += ' v-list-item__avatar'; + return render; + } +})); + +/***/ }), + +/***/ "./src/components/VList/VListItemGroup.sass": +/*!**************************************************!*\ + !*** ./src/components/VList/VListItemGroup.sass ***! + \**************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VList/VListItemGroup.ts": +/*!************************************************!*\ + !*** ./src/components/VList/VListItemGroup.ts ***! + \************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VListItemGroup_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VListItemGroup.sass */ "./src/components/VList/VListItemGroup.sass"); +/* harmony import */ var _VListItemGroup_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VListItemGroup_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VItemGroup/VItemGroup */ "./src/components/VItemGroup/VItemGroup.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Extensions + + // Mixins + + // Utilities + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_1__["BaseItemGroup"], _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__["default"]).extend({ + name: 'v-list-item-group', + provide: function provide() { + return { + isInGroup: true, + listItemGroup: this + }; + }, + computed: { + classes: function classes() { + return __assign({}, _VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_1__["BaseItemGroup"].options.computed.classes.call(this), { + 'v-list-item-group': true + }); + } + }, + methods: { + genData: function genData() { + return this.setTextColor(this.color, __assign({}, _VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_1__["BaseItemGroup"].options.methods.genData.call(this), { + attrs: { + role: 'listbox' + } + })); + } + } +})); + +/***/ }), + +/***/ "./src/components/VList/VListItemIcon.ts": +/*!***********************************************!*\ + !*** ./src/components/VList/VListItemIcon.ts ***! + \***********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "vue"); +/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__); +// Types + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (vue__WEBPACK_IMPORTED_MODULE_0___default.a.extend({ + name: 'v-list-item-icon', + functional: true, + render: function render(h, _a) { + var data = _a.data, + children = _a.children; + data.staticClass = ("v-list-item__icon " + (data.staticClass || '')).trim(); + return h('div', data, children); + } +})); + +/***/ }), + +/***/ "./src/components/VList/index.ts": +/*!***************************************!*\ + !*** ./src/components/VList/index.ts ***! + \***************************************/ +/*! exports provided: VListItemActionText, VListItemContent, VListItemTitle, VListItemSubtitle, VList, VListGroup, VListItem, VListItemAction, VListItemAvatar, VListItemIcon, VListItemGroup, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VListItemActionText", function() { return VListItemActionText; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VListItemContent", function() { return VListItemContent; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VListItemTitle", function() { return VListItemTitle; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VListItemSubtitle", function() { return VListItemSubtitle; }); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _VList__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VList */ "./src/components/VList/VList.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VList", function() { return _VList__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + +/* harmony import */ var _VListGroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VListGroup */ "./src/components/VList/VListGroup.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VListGroup", function() { return _VListGroup__WEBPACK_IMPORTED_MODULE_2__["default"]; }); + +/* harmony import */ var _VListItem__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./VListItem */ "./src/components/VList/VListItem.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VListItem", function() { return _VListItem__WEBPACK_IMPORTED_MODULE_3__["default"]; }); + +/* harmony import */ var _VListItemGroup__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./VListItemGroup */ "./src/components/VList/VListItemGroup.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VListItemGroup", function() { return _VListItemGroup__WEBPACK_IMPORTED_MODULE_4__["default"]; }); + +/* harmony import */ var _VListItemAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./VListItemAction */ "./src/components/VList/VListItemAction.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VListItemAction", function() { return _VListItemAction__WEBPACK_IMPORTED_MODULE_5__["default"]; }); + +/* harmony import */ var _VListItemAvatar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./VListItemAvatar */ "./src/components/VList/VListItemAvatar.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VListItemAvatar", function() { return _VListItemAvatar__WEBPACK_IMPORTED_MODULE_6__["default"]; }); + +/* harmony import */ var _VListItemIcon__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./VListItemIcon */ "./src/components/VList/VListItemIcon.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VListItemIcon", function() { return _VListItemIcon__WEBPACK_IMPORTED_MODULE_7__["default"]; }); + + + + + + + + + +var VListItemActionText = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["createSimpleFunctional"])('v-list-item__action-text', 'span'); +var VListItemContent = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["createSimpleFunctional"])('v-list-item__content', 'div'); +var VListItemTitle = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["createSimpleFunctional"])('v-list-item__title', 'div'); +var VListItemSubtitle = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["createSimpleFunctional"])('v-list-item__subtitle', 'div'); + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VList: _VList__WEBPACK_IMPORTED_MODULE_1__["default"], + VListGroup: _VListGroup__WEBPACK_IMPORTED_MODULE_2__["default"], + VListItem: _VListItem__WEBPACK_IMPORTED_MODULE_3__["default"], + VListItemAction: _VListItemAction__WEBPACK_IMPORTED_MODULE_5__["default"], + VListItemActionText: VListItemActionText, + VListItemAvatar: _VListItemAvatar__WEBPACK_IMPORTED_MODULE_6__["default"], + VListItemContent: VListItemContent, + VListItemGroup: _VListItemGroup__WEBPACK_IMPORTED_MODULE_4__["default"], + VListItemIcon: _VListItemIcon__WEBPACK_IMPORTED_MODULE_7__["default"], + VListItemSubtitle: VListItemSubtitle, + VListItemTitle: VListItemTitle + } +}); + +/***/ }), + +/***/ "./src/components/VMenu/VMenu.sass": +/*!*****************************************!*\ + !*** ./src/components/VMenu/VMenu.sass ***! + \*****************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VMenu/VMenu.ts": +/*!***************************************!*\ + !*** ./src/components/VMenu/VMenu.ts ***! + \***************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VMenu_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VMenu.sass */ "./src/components/VMenu/VMenu.sass"); +/* harmony import */ var _VMenu_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VMenu_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VThemeProvider__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VThemeProvider */ "./src/components/VThemeProvider/index.ts"); +/* harmony import */ var _mixins_activatable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/activatable */ "./src/mixins/activatable/index.ts"); +/* harmony import */ var _mixins_delayable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/delayable */ "./src/mixins/delayable/index.ts"); +/* harmony import */ var _mixins_dependent__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/dependent */ "./src/mixins/dependent/index.ts"); +/* harmony import */ var _mixins_detachable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/detachable */ "./src/mixins/detachable/index.ts"); +/* harmony import */ var _mixins_menuable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/menuable */ "./src/mixins/menuable/index.ts"); +/* harmony import */ var _mixins_returnable__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/returnable */ "./src/mixins/returnable/index.ts"); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _directives_click_outside__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../directives/click-outside */ "./src/directives/click-outside/index.ts"); +/* harmony import */ var _directives_resize__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../directives/resize */ "./src/directives/resize/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + +var __spread = undefined && undefined.__spread || function () { + for (var ar = [], i = 0; i < arguments.length; i++) { + ar = ar.concat(__read(arguments[i])); + } + + return ar; +}; // Styles + + + // Components + + // Mixins + + + + + + + + + // Directives + + + // Utilities + + + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_12__["default"])(_mixins_dependent__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_delayable__WEBPACK_IMPORTED_MODULE_3__["default"], _mixins_detachable__WEBPACK_IMPORTED_MODULE_5__["default"], _mixins_menuable__WEBPACK_IMPORTED_MODULE_6__["default"], _mixins_returnable__WEBPACK_IMPORTED_MODULE_7__["default"], _mixins_toggleable__WEBPACK_IMPORTED_MODULE_8__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_9__["default"]); +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend({ + name: 'v-menu', + provide: function provide() { + return { + isInMenu: true, + // Pass theme through to default slot + theme: this.theme + }; + }, + directives: { + ClickOutside: _directives_click_outside__WEBPACK_IMPORTED_MODULE_10__["default"], + Resize: _directives_resize__WEBPACK_IMPORTED_MODULE_11__["default"] + }, + props: { + auto: Boolean, + closeOnClick: { + type: Boolean, + default: true + }, + closeOnContentClick: { + type: Boolean, + default: true + }, + disabled: Boolean, + disableKeys: Boolean, + maxHeight: { + type: [Number, String], + default: 'auto' + }, + offsetX: Boolean, + offsetY: Boolean, + openOnClick: { + type: Boolean, + default: true + }, + openOnHover: Boolean, + origin: { + type: String, + default: 'top left' + }, + transition: { + type: [Boolean, String], + default: 'v-menu-transition' + } + }, + data: function data() { + return { + calculatedTopAuto: 0, + defaultOffset: 8, + hasJustFocused: false, + listIndex: -1, + resizeTimeout: 0, + selectedIndex: null, + tiles: [] + }; + }, + computed: { + activeTile: function activeTile() { + return this.tiles[this.listIndex]; + }, + calculatedLeft: function calculatedLeft() { + var menuWidth = Math.max(this.dimensions.content.width, parseFloat(this.calculatedMinWidth)); + if (!this.auto) return this.calcLeft(menuWidth) || '0'; + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_14__["convertToUnit"])(this.calcXOverflow(this.calcLeftAuto(), menuWidth)) || '0'; + }, + calculatedMaxHeight: function calculatedMaxHeight() { + var height = this.auto ? '200px' : Object(_util_helpers__WEBPACK_IMPORTED_MODULE_14__["convertToUnit"])(this.maxHeight); + return height || '0'; + }, + calculatedMaxWidth: function calculatedMaxWidth() { + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_14__["convertToUnit"])(this.maxWidth) || '0'; + }, + calculatedMinWidth: function calculatedMinWidth() { + if (this.minWidth) { + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_14__["convertToUnit"])(this.minWidth) || '0'; + } + + var minWidth = Math.min(this.dimensions.activator.width + Number(this.nudgeWidth) + (this.auto ? 16 : 0), Math.max(this.pageWidth - 24, 0)); + var calculatedMaxWidth = isNaN(parseInt(this.calculatedMaxWidth)) ? minWidth : parseInt(this.calculatedMaxWidth); + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_14__["convertToUnit"])(Math.min(calculatedMaxWidth, minWidth)) || '0'; + }, + calculatedTop: function calculatedTop() { + var top = !this.auto ? this.calcTop() : Object(_util_helpers__WEBPACK_IMPORTED_MODULE_14__["convertToUnit"])(this.calcYOverflow(this.calculatedTopAuto)); + return top || '0'; + }, + hasClickableTiles: function hasClickableTiles() { + return Boolean(this.tiles.find(function (tile) { + return tile.tabIndex > -1; + })); + }, + styles: function styles() { + return { + maxHeight: this.calculatedMaxHeight, + minWidth: this.calculatedMinWidth, + maxWidth: this.calculatedMaxWidth, + top: this.calculatedTop, + left: this.calculatedLeft, + transformOrigin: this.origin, + zIndex: this.zIndex || this.activeZIndex + }; + } + }, + watch: { + isActive: function isActive(val) { + if (!val) this.listIndex = -1; + }, + isContentActive: function isContentActive(val) { + this.hasJustFocused = val; + }, + listIndex: function listIndex(next, prev) { + if (next in this.tiles) { + var tile = this.tiles[next]; + tile.classList.add('v-list-item--highlighted'); + this.$refs.content.scrollTop = tile.offsetTop - tile.clientHeight; + } + + prev in this.tiles && this.tiles[prev].classList.remove('v-list-item--highlighted'); + } + }, + created: function created() { + /* istanbul ignore next */ + if (this.$attrs.hasOwnProperty('full-width')) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_13__["removed"])('full-width', this); + } + }, + mounted: function mounted() { + this.isActive && this.callActivate(); + }, + methods: { + activate: function activate() { + var _this = this; // Update coordinates and dimensions of menu + // and its activator + + + this.updateDimensions(); // Start the transition + + requestAnimationFrame(function () { + // Once transitioning, calculate scroll and top position + _this.startTransition().then(function () { + if (_this.$refs.content) { + _this.calculatedTopAuto = _this.calcTopAuto(); + _this.auto && (_this.$refs.content.scrollTop = _this.calcScrollPosition()); + } + }); + }); + }, + calcScrollPosition: function calcScrollPosition() { + var $el = this.$refs.content; + var activeTile = $el.querySelector('.v-list-item--active'); + var maxScrollTop = $el.scrollHeight - $el.offsetHeight; + return activeTile ? Math.min(maxScrollTop, Math.max(0, activeTile.offsetTop - $el.offsetHeight / 2 + activeTile.offsetHeight / 2)) : $el.scrollTop; + }, + calcLeftAuto: function calcLeftAuto() { + return parseInt(this.dimensions.activator.left - this.defaultOffset * 2); + }, + calcTopAuto: function calcTopAuto() { + var $el = this.$refs.content; + var activeTile = $el.querySelector('.v-list-item--active'); + + if (!activeTile) { + this.selectedIndex = null; + } + + if (this.offsetY || !activeTile) { + return this.computedTop; + } + + this.selectedIndex = Array.from(this.tiles).indexOf(activeTile); + var tileDistanceFromMenuTop = activeTile.offsetTop - this.calcScrollPosition(); + var firstTileOffsetTop = $el.querySelector('.v-list-item').offsetTop; + return this.computedTop - tileDistanceFromMenuTop - firstTileOffsetTop - 1; + }, + changeListIndex: function changeListIndex(e) { + // For infinite scroll and autocomplete, re-evaluate children + this.getTiles(); + + if (!this.isActive || !this.hasClickableTiles) { + return; + } else if (e.keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_14__["keyCodes"].tab) { + this.isActive = false; + return; + } else if (e.keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_14__["keyCodes"].down) { + this.nextTile(); + } else if (e.keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_14__["keyCodes"].up) { + this.prevTile(); + } else if (e.keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_14__["keyCodes"].enter && this.listIndex !== -1) { + this.tiles[this.listIndex].click(); + } else { + return; + } // One of the conditions was met, prevent default action (#2988) + + + e.preventDefault(); + }, + closeConditional: function closeConditional(e) { + var target = e.target; + return this.isActive && !this._isDestroyed && this.closeOnClick && !this.$refs.content.contains(target); + }, + genActivatorAttributes: function genActivatorAttributes() { + var attributes = _mixins_activatable__WEBPACK_IMPORTED_MODULE_2__["default"].options.methods.genActivatorAttributes.call(this); + + if (this.activeTile && this.activeTile.id) { + return __assign({}, attributes, { + 'aria-activedescendant': this.activeTile.id + }); + } + + return attributes; + }, + genActivatorListeners: function genActivatorListeners() { + var listeners = _mixins_menuable__WEBPACK_IMPORTED_MODULE_6__["default"].options.methods.genActivatorListeners.call(this); + + if (!this.disableKeys) { + listeners.keydown = this.onKeyDown; + } + + return listeners; + }, + genTransition: function genTransition() { + var content = this.genContent(); + if (!this.transition) return content; + return this.$createElement('transition', { + props: { + name: this.transition + } + }, [content]); + }, + genDirectives: function genDirectives() { + var _this = this; + + var directives = [{ + name: 'show', + value: this.isContentActive + }]; // Do not add click outside for hover menu + + if (!this.openOnHover && this.closeOnClick) { + directives.push({ + name: 'click-outside', + value: function value() { + _this.isActive = false; + }, + args: { + closeConditional: this.closeConditional, + include: function include() { + return __spread([_this.$el], _this.getOpenDependentElements()); + } + } + }); + } + + return directives; + }, + genContent: function genContent() { + var _a; + + var _this = this; + + var options = { + attrs: __assign({}, this.getScopeIdAttrs(), { + role: 'role' in this.$attrs ? this.$attrs.role : 'menu' + }), + staticClass: 'v-menu__content', + class: __assign({}, this.rootThemeClasses, (_a = { + 'v-menu__content--auto': this.auto, + 'v-menu__content--fixed': this.activatorFixed, + menuable__content__active: this.isActive + }, _a[this.contentClass.trim()] = true, _a)), + style: this.styles, + directives: this.genDirectives(), + ref: 'content', + on: { + click: function click(e) { + var target = e.target; + if (target.getAttribute('disabled')) return; + if (_this.closeOnContentClick) _this.isActive = false; + }, + keydown: this.onKeyDown + } + }; + + if (!this.disabled && this.openOnHover) { + options.on = options.on || {}; + options.on.mouseenter = this.mouseEnterHandler; + } + + if (this.openOnHover) { + options.on = options.on || {}; + options.on.mouseleave = this.mouseLeaveHandler; + } + + return this.$createElement('div', options, this.getContentSlot()); + }, + getTiles: function getTiles() { + if (!this.$refs.content) return; + this.tiles = Array.from(this.$refs.content.querySelectorAll('.v-list-item')); + }, + mouseEnterHandler: function mouseEnterHandler() { + var _this = this; + + this.runDelay('open', function () { + if (_this.hasJustFocused) return; + _this.hasJustFocused = true; + _this.isActive = true; + }); + }, + mouseLeaveHandler: function mouseLeaveHandler(e) { + var _this = this; // Prevent accidental re-activation + + + this.runDelay('close', function () { + if (_this.$refs.content.contains(e.relatedTarget)) return; + requestAnimationFrame(function () { + _this.isActive = false; + + _this.callDeactivate(); + }); + }); + }, + nextTile: function nextTile() { + var tile = this.tiles[this.listIndex + 1]; + + if (!tile) { + if (!this.tiles.length) return; + this.listIndex = -1; + this.nextTile(); + return; + } + + this.listIndex++; + if (tile.tabIndex === -1) this.nextTile(); + }, + prevTile: function prevTile() { + var tile = this.tiles[this.listIndex - 1]; + + if (!tile) { + if (!this.tiles.length) return; + this.listIndex = this.tiles.length; + this.prevTile(); + return; + } + + this.listIndex--; + if (tile.tabIndex === -1) this.prevTile(); + }, + onKeyDown: function onKeyDown(e) { + var _this = this; + + if (e.keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_14__["keyCodes"].esc) { + // Wait for dependent elements to close first + setTimeout(function () { + _this.isActive = false; + }); + var activator_1 = this.getActivator(); + this.$nextTick(function () { + return activator_1 && activator_1.focus(); + }); + } else if (!this.isActive && [_util_helpers__WEBPACK_IMPORTED_MODULE_14__["keyCodes"].up, _util_helpers__WEBPACK_IMPORTED_MODULE_14__["keyCodes"].down].includes(e.keyCode)) { + this.isActive = true; + } // Allow for isActive watcher to generate tile list + + + this.$nextTick(function () { + return _this.changeListIndex(e); + }); + }, + onResize: function onResize() { + if (!this.isActive) return; // Account for screen resize + // and orientation change + // eslint-disable-next-line no-unused-expressions + + this.$refs.content.offsetWidth; + this.updateDimensions(); // When resizing to a smaller width + // content width is evaluated before + // the new activator width has been + // set, causing it to not size properly + // hacky but will revisit in the future + + clearTimeout(this.resizeTimeout); + this.resizeTimeout = window.setTimeout(this.updateDimensions, 100); + } + }, + render: function render(h) { + var _this = this; + + var data = { + staticClass: 'v-menu', + class: { + 'v-menu--attached': this.attach === '' || this.attach === true || this.attach === 'attach' + }, + directives: [{ + arg: '500', + name: 'resize', + value: this.onResize + }] + }; + return h('div', data, [!this.activator && this.genActivator(), this.showLazyContent(function () { + return [_this.$createElement(_VThemeProvider__WEBPACK_IMPORTED_MODULE_1__["VThemeProvider"], { + props: { + root: true, + light: _this.light, + dark: _this.dark + } + }, [_this.genTransition()])]; + })]); + } +})); + +/***/ }), + +/***/ "./src/components/VMenu/index.ts": +/*!***************************************!*\ + !*** ./src/components/VMenu/index.ts ***! + \***************************************/ +/*! exports provided: VMenu, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VMenu__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VMenu */ "./src/components/VMenu/VMenu.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VMenu", function() { return _VMenu__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VMenu__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VMessages/VMessages.sass": +/*!*************************************************!*\ + !*** ./src/components/VMessages/VMessages.sass ***! + \*************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VMessages/VMessages.ts": +/*!***********************************************!*\ + !*** ./src/components/VMessages/VMessages.ts ***! + \***********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VMessages_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VMessages.sass */ "./src/components/VMessages/VMessages.sass"); +/* harmony import */ var _VMessages_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VMessages_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +// Styles + // Mixins + + + + // Utilities + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__["default"]).extend({ + name: 'v-messages', + props: { + value: { + type: Array, + default: function _default() { + return []; + } + } + }, + methods: { + genChildren: function genChildren() { + return this.$createElement('transition-group', { + staticClass: 'v-messages__wrapper', + attrs: { + name: 'message-transition', + tag: 'div' + } + }, this.value.map(this.genMessage)); + }, + genMessage: function genMessage(message, key) { + return this.$createElement('div', { + staticClass: 'v-messages__message', + key: key + }, Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["getSlot"])(this, 'default', { + message: message, + key: key + }) || [message]); + } + }, + render: function render(h) { + return h('div', this.setTextColor(this.color, { + staticClass: 'v-messages', + class: this.themeClasses + }), [this.genChildren()]); + } +})); + +/***/ }), + +/***/ "./src/components/VMessages/index.ts": +/*!*******************************************!*\ + !*** ./src/components/VMessages/index.ts ***! + \*******************************************/ +/*! exports provided: VMessages, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VMessages__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VMessages */ "./src/components/VMessages/VMessages.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VMessages", function() { return _VMessages__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VMessages__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VNavigationDrawer/VNavigationDrawer.sass": +/*!*****************************************************************!*\ + !*** ./src/components/VNavigationDrawer/VNavigationDrawer.sass ***! + \*****************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VNavigationDrawer/VNavigationDrawer.ts": +/*!***************************************************************!*\ + !*** ./src/components/VNavigationDrawer/VNavigationDrawer.ts ***! + \***************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VNavigationDrawer_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VNavigationDrawer.sass */ "./src/components/VNavigationDrawer/VNavigationDrawer.sass"); +/* harmony import */ var _VNavigationDrawer_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VNavigationDrawer_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VImg_VImg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VImg/VImg */ "./src/components/VImg/VImg.ts"); +/* harmony import */ var _mixins_applicationable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/applicationable */ "./src/mixins/applicationable/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_dependent__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/dependent */ "./src/mixins/dependent/index.ts"); +/* harmony import */ var _mixins_overlayable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/overlayable */ "./src/mixins/overlayable/index.ts"); +/* harmony import */ var _mixins_ssr_bootable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/ssr-bootable */ "./src/mixins/ssr-bootable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _directives_click_outside__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../directives/click-outside */ "./src/directives/click-outside/index.ts"); +/* harmony import */ var _directives_resize__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../directives/resize */ "./src/directives/resize/index.ts"); +/* harmony import */ var _directives_touch__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../directives/touch */ "./src/directives/touch/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Components + + // Mixins + + + + + + + // Directives + + + + // Utilities + + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_12__["default"])(Object(_mixins_applicationable__WEBPACK_IMPORTED_MODULE_2__["default"])('left', ['isActive', 'isMobile', 'miniVariant', 'expandOnHover', 'permanent', 'right', 'temporary', 'width']), _mixins_colorable__WEBPACK_IMPORTED_MODULE_3__["default"], _mixins_dependent__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_overlayable__WEBPACK_IMPORTED_MODULE_5__["default"], _mixins_ssr_bootable__WEBPACK_IMPORTED_MODULE_6__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_7__["default"]); +var DEFAULT_WIDTH = 256; +var DEFAULT_MINI_VARIANT_WIDTH = 56; +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend({ + name: 'v-navigation-drawer', + provide: function provide() { + return { + isInNav: this.tag === 'nav' + }; + }, + directives: { + ClickOutside: _directives_click_outside__WEBPACK_IMPORTED_MODULE_8__["default"], + Resize: _directives_resize__WEBPACK_IMPORTED_MODULE_9__["default"], + Touch: _directives_touch__WEBPACK_IMPORTED_MODULE_10__["default"] + }, + props: { + bottom: Boolean, + clipped: Boolean, + disableResizeWatcher: Boolean, + disableRouteWatcher: Boolean, + expandOnHover: Boolean, + floating: Boolean, + height: { + type: [Number, String], + default: function _default() { + return this.app ? '100vh' : '100%'; + } + }, + miniVariant: Boolean, + miniVariantWidth: { + type: [Number, String], + default: DEFAULT_MINI_VARIANT_WIDTH + }, + mobileBreakPoint: { + type: [Number, String], + default: 1264 + }, + permanent: Boolean, + right: Boolean, + src: { + type: [String, Object], + default: '' + }, + stateless: Boolean, + tag: { + type: String, + default: function _default() { + return this.app ? 'nav' : 'aside'; + } + }, + temporary: Boolean, + touchless: Boolean, + width: { + type: [Number, String], + default: DEFAULT_WIDTH + }, + value: null + }, + data: function data() { + return { + isMouseover: false, + touchArea: { + left: 0, + right: 0 + }, + stackMinZIndex: 6 + }; + }, + computed: { + /** + * Used for setting an app value from a dynamic + * property. Called from applicationable.js + */ + applicationProperty: function applicationProperty() { + return this.right ? 'right' : 'left'; + }, + classes: function classes() { + return __assign({ + 'v-navigation-drawer': true, + 'v-navigation-drawer--absolute': this.absolute, + 'v-navigation-drawer--bottom': this.bottom, + 'v-navigation-drawer--clipped': this.clipped, + 'v-navigation-drawer--close': !this.isActive, + 'v-navigation-drawer--fixed': !this.absolute && (this.app || this.fixed), + 'v-navigation-drawer--floating': this.floating, + 'v-navigation-drawer--is-mobile': this.isMobile, + 'v-navigation-drawer--is-mouseover': this.isMouseover, + 'v-navigation-drawer--mini-variant': this.isMiniVariant, + 'v-navigation-drawer--custom-mini-variant': Number(this.miniVariantWidth) !== 56, + 'v-navigation-drawer--open': this.isActive, + 'v-navigation-drawer--open-on-hover': this.expandOnHover, + 'v-navigation-drawer--right': this.right, + 'v-navigation-drawer--temporary': this.temporary + }, this.themeClasses); + }, + computedMaxHeight: function computedMaxHeight() { + if (!this.hasApp) return null; + var computedMaxHeight = this.$vuetify.application.bottom + this.$vuetify.application.footer + this.$vuetify.application.bar; + if (!this.clipped) return computedMaxHeight; + return computedMaxHeight + this.$vuetify.application.top; + }, + computedTop: function computedTop() { + if (!this.hasApp) return 0; + var computedTop = this.$vuetify.application.bar; + computedTop += this.clipped ? this.$vuetify.application.top : 0; + return computedTop; + }, + computedTransform: function computedTransform() { + if (this.isActive) return 0; + if (this.isBottom) return 100; + return this.right ? 100 : -100; + }, + computedApplicationWidth: function computedApplicationWidth() { + return this.expandOnHover || this.miniVariant ? this.miniVariantWidth : this.width; + }, + computedNavigationWidth: function computedNavigationWidth() { + return this.isMiniVariant ? this.miniVariantWidth : this.width; + }, + hasApp: function hasApp() { + return this.app && !this.isMobile && !this.temporary; + }, + isBottom: function isBottom() { + return this.bottom && this.isMobile; + }, + isMiniVariant: function isMiniVariant() { + return !this.expandOnHover && this.miniVariant || this.expandOnHover && !this.isMouseover; + }, + isMobile: function isMobile() { + return !this.stateless && !this.permanent && this.$vuetify.breakpoint.width < parseInt(this.mobileBreakPoint, 10); + }, + reactsToClick: function reactsToClick() { + return !this.stateless && !this.permanent && (this.isMobile || this.temporary); + }, + reactsToMobile: function reactsToMobile() { + return this.app && !this.disableResizeWatcher && !this.permanent && !this.stateless && !this.temporary; + }, + reactsToResize: function reactsToResize() { + return !this.disableResizeWatcher && !this.stateless; + }, + reactsToRoute: function reactsToRoute() { + return !this.disableRouteWatcher && !this.stateless && (this.temporary || this.isMobile); + }, + showOverlay: function showOverlay() { + return !this.hideOverlay && this.isActive && (this.isMobile || this.temporary); + }, + styles: function styles() { + var translate = this.isBottom ? 'translateY' : 'translateX'; + var styles = { + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_11__["convertToUnit"])(this.height), + top: !this.isBottom ? Object(_util_helpers__WEBPACK_IMPORTED_MODULE_11__["convertToUnit"])(this.computedTop) : 'auto', + maxHeight: this.computedMaxHeight != null ? "calc(100% - " + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_11__["convertToUnit"])(this.computedMaxHeight) + ")" : undefined, + transform: translate + "(" + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_11__["convertToUnit"])(this.computedTransform, '%') + ")", + width: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_11__["convertToUnit"])(this.computedNavigationWidth) + }; + return styles; + } + }, + watch: { + $route: 'onRouteChange', + isActive: function isActive(val) { + this.$emit('input', val); + }, + + /** + * When mobile changes, adjust the active state + * only when there has been a previous value + */ + isMobile: function isMobile(val, prev) { + !val && this.isActive && !this.temporary && this.removeOverlay(); + if (prev == null || !this.reactsToResize || !this.reactsToMobile) return; + this.isActive = !val; + }, + permanent: function permanent(val) { + // If enabling prop enable the drawer + if (val) this.isActive = true; + }, + showOverlay: function showOverlay(val) { + if (val) this.genOverlay();else this.removeOverlay(); + }, + value: function value(val) { + if (this.permanent) return; + + if (val == null) { + this.init(); + return; + } + + if (val !== this.isActive) this.isActive = val; + }, + expandOnHover: 'updateMiniVariant', + isMouseover: function isMouseover(val) { + this.updateMiniVariant(!val); + } + }, + beforeMount: function beforeMount() { + this.init(); + }, + methods: { + calculateTouchArea: function calculateTouchArea() { + var parent = this.$el.parentNode; + if (!parent) return; + var parentRect = parent.getBoundingClientRect(); + this.touchArea = { + left: parentRect.left + 50, + right: parentRect.right - 50 + }; + }, + closeConditional: function closeConditional() { + return this.isActive && !this._isDestroyed && this.reactsToClick; + }, + genAppend: function genAppend() { + return this.genPosition('append'); + }, + genBackground: function genBackground() { + var props = { + height: '100%', + width: '100%', + src: this.src + }; + var image = this.$scopedSlots.img ? this.$scopedSlots.img(props) : this.$createElement(_VImg_VImg__WEBPACK_IMPORTED_MODULE_1__["default"], { + props: props + }); + return this.$createElement('div', { + staticClass: 'v-navigation-drawer__image' + }, [image]); + }, + genDirectives: function genDirectives() { + var _this = this; + + var directives = [{ + name: 'click-outside', + value: function value() { + return _this.isActive = false; + }, + args: { + closeConditional: this.closeConditional, + include: this.getOpenDependentElements + } + }]; + + if (!this.touchless && !this.stateless) { + directives.push({ + name: 'touch', + value: { + parent: true, + left: this.swipeLeft, + right: this.swipeRight + } + }); + } + + return directives; + }, + genListeners: function genListeners() { + var _this = this; + + var on = { + transitionend: function transitionend(e) { + if (e.target !== e.currentTarget) return; + + _this.$emit('transitionend', e); // IE11 does not support new Event('resize') + + + var resizeEvent = document.createEvent('UIEvents'); + resizeEvent.initUIEvent('resize', true, false, window, 0); + window.dispatchEvent(resizeEvent); + } + }; + + if (this.miniVariant) { + on.click = function () { + return _this.$emit('update:mini-variant', false); + }; + } + + if (this.expandOnHover) { + on.mouseenter = function () { + return _this.isMouseover = true; + }; + + on.mouseleave = function () { + return _this.isMouseover = false; + }; + } + + return on; + }, + genPosition: function genPosition(name) { + var slot = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_11__["getSlot"])(this, name); + if (!slot) return slot; + return this.$createElement('div', { + staticClass: "v-navigation-drawer__" + name + }, slot); + }, + genPrepend: function genPrepend() { + return this.genPosition('prepend'); + }, + genContent: function genContent() { + return this.$createElement('div', { + staticClass: 'v-navigation-drawer__content' + }, this.$slots.default); + }, + genBorder: function genBorder() { + return this.$createElement('div', { + staticClass: 'v-navigation-drawer__border' + }); + }, + init: function init() { + if (this.permanent) { + this.isActive = true; + } else if (this.stateless || this.value != null) { + this.isActive = this.value; + } else if (!this.temporary) { + this.isActive = !this.isMobile; + } + }, + onRouteChange: function onRouteChange() { + if (this.reactsToRoute && this.closeConditional()) { + this.isActive = false; + } + }, + swipeLeft: function swipeLeft(e) { + if (this.isActive && this.right) return; + this.calculateTouchArea(); + if (Math.abs(e.touchendX - e.touchstartX) < 100) return; + if (this.right && e.touchstartX >= this.touchArea.right) this.isActive = true;else if (!this.right && this.isActive) this.isActive = false; + }, + swipeRight: function swipeRight(e) { + if (this.isActive && !this.right) return; + this.calculateTouchArea(); + if (Math.abs(e.touchendX - e.touchstartX) < 100) return; + if (!this.right && e.touchstartX <= this.touchArea.left) this.isActive = true;else if (this.right && this.isActive) this.isActive = false; + }, + + /** + * Update the application layout + */ + updateApplication: function updateApplication() { + if (!this.isActive || this.isMobile || this.temporary || !this.$el) return 0; + var width = Number(this.computedApplicationWidth); + + if (isNaN(width)) { + return this.expandOnHover || this.miniVariant ? DEFAULT_MINI_VARIANT_WIDTH : DEFAULT_WIDTH; + } + + return width; + }, + updateMiniVariant: function updateMiniVariant(val) { + if (this.miniVariant !== val) this.$emit('update:mini-variant', val); + } + }, + render: function render(h) { + var children = [this.genPrepend(), this.genContent(), this.genAppend(), this.genBorder()]; + if (this.src || Object(_util_helpers__WEBPACK_IMPORTED_MODULE_11__["getSlot"])(this, 'img')) children.unshift(this.genBackground()); + return h(this.tag, this.setBackgroundColor(this.color, { + class: this.classes, + style: this.styles, + directives: this.genDirectives(), + on: this.genListeners() + }), children); + } +})); + +/***/ }), + +/***/ "./src/components/VNavigationDrawer/index.ts": +/*!***************************************************!*\ + !*** ./src/components/VNavigationDrawer/index.ts ***! + \***************************************************/ +/*! exports provided: VNavigationDrawer, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VNavigationDrawer__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VNavigationDrawer */ "./src/components/VNavigationDrawer/VNavigationDrawer.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VNavigationDrawer", function() { return _VNavigationDrawer__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VNavigationDrawer__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VOverflowBtn/VOverflowBtn.sass": +/*!*******************************************************!*\ + !*** ./src/components/VOverflowBtn/VOverflowBtn.sass ***! + \*******************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VOverflowBtn/VOverflowBtn.ts": +/*!*****************************************************!*\ + !*** ./src/components/VOverflowBtn/VOverflowBtn.ts ***! + \*****************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VOverflowBtn_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VOverflowBtn.sass */ "./src/components/VOverflowBtn/VOverflowBtn.sass"); +/* harmony import */ var _VOverflowBtn_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VOverflowBtn_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VSelect/VSelect */ "./src/components/VSelect/VSelect.ts"); +/* harmony import */ var _VAutocomplete__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VAutocomplete */ "./src/components/VAutocomplete/index.ts"); +/* harmony import */ var _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VTextField/VTextField */ "./src/components/VTextField/VTextField.ts"); +/* harmony import */ var _VBtn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../VBtn */ "./src/components/VBtn/index.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Extensions + + + + // Components + + // Utilities + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_VAutocomplete__WEBPACK_IMPORTED_MODULE_2__["default"].extend({ + name: 'v-overflow-btn', + props: { + editable: Boolean, + segmented: Boolean + }, + computed: { + classes: function classes() { + return __assign({}, _VAutocomplete__WEBPACK_IMPORTED_MODULE_2__["default"].options.computed.classes.call(this), { + 'v-overflow-btn': true, + 'v-overflow-btn--segmented': this.segmented, + 'v-overflow-btn--editable': this.editable + }); + }, + isAnyValueAllowed: function isAnyValueAllowed() { + return this.editable || _VAutocomplete__WEBPACK_IMPORTED_MODULE_2__["default"].options.computed.isAnyValueAllowed.call(this); + }, + isSingle: function isSingle() { + return true; + }, + computedItems: function computedItems() { + return this.segmented ? this.allItems : this.filteredItems; + } + }, + methods: { + genSelections: function genSelections() { + return this.editable ? _VAutocomplete__WEBPACK_IMPORTED_MODULE_2__["default"].options.methods.genSelections.call(this) : _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.genSelections.call(this); // Override v-autocomplete's override + }, + genCommaSelection: function genCommaSelection(item, index, last) { + return this.segmented ? this.genSegmentedBtn(item) : _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.genCommaSelection.call(this, item, index, last); + }, + genInput: function genInput() { + var input = _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_3__["default"].options.methods.genInput.call(this); + input.data = input.data || {}; + input.data.domProps.value = this.editable ? this.internalSearch : ''; + input.data.attrs.readonly = !this.isAnyValueAllowed; + return input; + }, + genLabel: function genLabel() { + if (this.editable && this.isFocused) return null; + var label = _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_3__["default"].options.methods.genLabel.call(this); + if (!label) return label; + label.data = label.data || {}; // Reset previously set styles from parent + + label.data.style = {}; + return label; + }, + genSegmentedBtn: function genSegmentedBtn(item) { + var _this = this; + + var itemValue = this.getValue(item); + var itemObj = this.computedItems.find(function (i) { + return _this.getValue(i) === itemValue; + }) || item; + + if (!itemObj.text || !itemObj.callback) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_5__["consoleWarn"])('When using \'segmented\' prop without a selection slot, items must contain both a text and callback property', this); + return null; + } + + return this.$createElement(_VBtn__WEBPACK_IMPORTED_MODULE_4__["default"], { + props: { + text: true + }, + on: { + click: function click(e) { + e.stopPropagation(); + itemObj.callback(e); + } + } + }, [itemObj.text]); + }, + updateValue: function updateValue(val) { + if (val) { + this.initialValue = this.lazyValue; + } else if (this.initialValue !== this.lazyValue) { + this.$emit('change', this.lazyValue); + } + } + } +})); + +/***/ }), + +/***/ "./src/components/VOverflowBtn/index.ts": +/*!**********************************************!*\ + !*** ./src/components/VOverflowBtn/index.ts ***! + \**********************************************/ +/*! exports provided: VOverflowBtn, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VOverflowBtn__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VOverflowBtn */ "./src/components/VOverflowBtn/VOverflowBtn.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VOverflowBtn", function() { return _VOverflowBtn__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VOverflowBtn__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VOverlay/VOverlay.sass": +/*!***********************************************!*\ + !*** ./src/components/VOverlay/VOverlay.sass ***! + \***********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VOverlay/VOverlay.ts": +/*!*********************************************!*\ + !*** ./src/components/VOverlay/VOverlay.ts ***! + \*********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VOverlay_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VOverlay.sass */ "./src/components/VOverlay/VOverlay.sass"); +/* harmony import */ var _VOverlay_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VOverlay_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Mixins + + + + // Utilities + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_toggleable__WEBPACK_IMPORTED_MODULE_3__["default"]).extend({ + name: 'v-overlay', + props: { + absolute: Boolean, + color: { + type: String, + default: '#212121' + }, + dark: { + type: Boolean, + default: true + }, + opacity: { + type: [Number, String], + default: 0.46 + }, + value: { + default: true + }, + zIndex: { + type: [Number, String], + default: 5 + } + }, + computed: { + __scrim: function __scrim() { + var data = this.setBackgroundColor(this.color, { + staticClass: 'v-overlay__scrim', + style: { + opacity: this.computedOpacity + } + }); + return this.$createElement('div', data); + }, + classes: function classes() { + return __assign({ + 'v-overlay--absolute': this.absolute, + 'v-overlay--active': this.isActive + }, this.themeClasses); + }, + computedOpacity: function computedOpacity() { + return Number(this.isActive ? this.opacity : 0); + }, + styles: function styles() { + return { + zIndex: this.zIndex + }; + } + }, + methods: { + genContent: function genContent() { + return this.$createElement('div', { + staticClass: 'v-overlay__content' + }, this.$slots.default); + } + }, + render: function render(h) { + var children = [this.__scrim]; + if (this.isActive) children.push(this.genContent()); + return h('div', { + staticClass: 'v-overlay', + class: this.classes, + style: this.styles + }, children); + } +})); + +/***/ }), + +/***/ "./src/components/VOverlay/index.ts": +/*!******************************************!*\ + !*** ./src/components/VOverlay/index.ts ***! + \******************************************/ +/*! exports provided: VOverlay, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VOverlay__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VOverlay */ "./src/components/VOverlay/VOverlay.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VOverlay", function() { return _VOverlay__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VOverlay__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VPagination/VPagination.sass": +/*!*****************************************************!*\ + !*** ./src/components/VPagination/VPagination.sass ***! + \*****************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VPagination/VPagination.ts": +/*!***************************************************!*\ + !*** ./src/components/VPagination/VPagination.ts ***! + \***************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VPagination_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VPagination.sass */ "./src/components/VPagination/VPagination.sass"); +/* harmony import */ var _VPagination_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VPagination_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _directives_resize__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../directives/resize */ "./src/directives/resize/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + +var __spread = undefined && undefined.__spread || function () { + for (var ar = [], i = 0; i < arguments.length; i++) { + ar = ar.concat(__read(arguments[i])); + } + + return ar; +}; + + + // Directives + + // Mixins + + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_5__["default"]).extend({ + name: 'v-pagination', + directives: { + Resize: _directives_resize__WEBPACK_IMPORTED_MODULE_2__["default"] + }, + props: { + circle: Boolean, + disabled: Boolean, + length: { + type: Number, + default: 0, + validator: function validator(val) { + return val % 1 === 0; + } + }, + nextIcon: { + type: String, + default: '$next' + }, + prevIcon: { + type: String, + default: '$prev' + }, + totalVisible: [Number, String], + value: { + type: Number, + default: 0 + } + }, + data: function data() { + return { + maxButtons: 0, + selected: null + }; + }, + computed: { + classes: function classes() { + return __assign({ + 'v-pagination': true, + 'v-pagination--circle': this.circle, + 'v-pagination--disabled': this.disabled + }, this.themeClasses); + }, + items: function items() { + var totalVisible = parseInt(this.totalVisible, 10); + var maxLength = Math.min(Math.max(0, totalVisible) || this.length, Math.max(0, this.maxButtons) || this.length, this.length); + + if (this.length <= maxLength) { + return this.range(1, this.length); + } + + var even = maxLength % 2 === 0 ? 1 : 0; + var left = Math.floor(maxLength / 2); + var right = this.length - left + 1 + even; + + if (this.value > left && this.value < right) { + var start = this.value - left + 2; + var end = this.value + left - 2 - even; + return __spread([1, '...'], this.range(start, end), ['...', this.length]); + } else if (this.value === left) { + var end = this.value + left - 1 - even; + return __spread(this.range(1, end), ['...', this.length]); + } else if (this.value === right) { + var start = this.value - left + 1; + return __spread([1, '...'], this.range(start, this.length)); + } else { + return __spread(this.range(1, left), ['...'], this.range(right, this.length)); + } + } + }, + watch: { + value: function value() { + this.init(); + } + }, + mounted: function mounted() { + this.init(); + }, + methods: { + init: function init() { + var _this = this; + + this.selected = null; + this.$nextTick(this.onResize); // TODO: Change this (f75dee3a, cbdf7caa) + + setTimeout(function () { + return _this.selected = _this.value; + }, 100); + }, + onResize: function onResize() { + var width = this.$el && this.$el.parentElement ? this.$el.parentElement.clientWidth : window.innerWidth; + this.maxButtons = Math.floor((width - 96) / 42); + }, + next: function next(e) { + e.preventDefault(); + this.$emit('input', this.value + 1); + this.$emit('next'); + }, + previous: function previous(e) { + e.preventDefault(); + this.$emit('input', this.value - 1); + this.$emit('previous'); + }, + range: function range(from, to) { + var range = []; + from = from > 0 ? from : 1; + + for (var i = from; i <= to; i++) { + range.push(i); + } + + return range; + }, + genIcon: function genIcon(h, icon, disabled, fn) { + return h('li', [h('button', { + staticClass: 'v-pagination__navigation', + class: { + 'v-pagination__navigation--disabled': disabled + }, + attrs: { + type: 'button' + }, + on: disabled ? {} : { + click: fn + } + }, [h(_VIcon__WEBPACK_IMPORTED_MODULE_1__["default"], [icon])])]); + }, + genItem: function genItem(h, i) { + var _this = this; + + var color = i === this.value && (this.color || 'primary'); + return h('button', this.setBackgroundColor(color, { + staticClass: 'v-pagination__item', + class: { + 'v-pagination__item--active': i === this.value + }, + attrs: { + type: 'button' + }, + on: { + click: function click() { + return _this.$emit('input', i); + } + } + }), [i.toString()]); + }, + genItems: function genItems(h) { + var _this = this; + + return this.items.map(function (i, index) { + return h('li', { + key: index + }, [isNaN(Number(i)) ? h('span', { + class: 'v-pagination__more' + }, [i.toString()]) : _this.genItem(h, i)]); + }); + } + }, + render: function render(h) { + var children = [this.genIcon(h, this.$vuetify.rtl ? this.nextIcon : this.prevIcon, this.value <= 1, this.previous), this.genItems(h), this.genIcon(h, this.$vuetify.rtl ? this.prevIcon : this.nextIcon, this.value >= this.length, this.next)]; + return h('ul', { + directives: [{ + modifiers: { + quiet: true + }, + name: 'resize', + value: this.onResize + }], + class: this.classes + }, children); + } +})); + +/***/ }), + +/***/ "./src/components/VPagination/index.ts": +/*!*********************************************!*\ + !*** ./src/components/VPagination/index.ts ***! + \*********************************************/ +/*! exports provided: VPagination, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VPagination__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VPagination */ "./src/components/VPagination/VPagination.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VPagination", function() { return _VPagination__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VPagination__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VParallax/VParallax.sass": +/*!*************************************************!*\ + !*** ./src/components/VParallax/VParallax.sass ***! + \*************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VParallax/VParallax.ts": +/*!***********************************************!*\ + !*** ./src/components/VParallax/VParallax.ts ***! + \***********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VParallax_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VParallax.sass */ "./src/components/VParallax/VParallax.sass"); +/* harmony import */ var _VParallax_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VParallax_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_translatable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/translatable */ "./src/mixins/translatable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +// Style + // Mixins + + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_mixins_translatable__WEBPACK_IMPORTED_MODULE_1__["default"]); +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend().extend({ + name: 'v-parallax', + props: { + alt: { + type: String, + default: '' + }, + height: { + type: [String, Number], + default: 500 + }, + src: String + }, + data: function data() { + return { + isBooted: false + }; + }, + computed: { + styles: function styles() { + return { + display: 'block', + opacity: this.isBooted ? 1 : 0, + transform: "translate(-50%, " + this.parallax + "px)" + }; + } + }, + mounted: function mounted() { + this.init(); + }, + methods: { + init: function init() { + var _this = this; + + var img = this.$refs.img; + if (!img) return; + + if (img.complete) { + this.translate(); + this.listeners(); + } else { + img.addEventListener('load', function () { + _this.translate(); + + _this.listeners(); + }, false); + } + + this.isBooted = true; + }, + objHeight: function objHeight() { + return this.$refs.img.naturalHeight; + } + }, + render: function render(h) { + var imgData = { + staticClass: 'v-parallax__image', + style: this.styles, + attrs: { + src: this.src, + alt: this.alt + }, + ref: 'img' + }; + var container = h('div', { + staticClass: 'v-parallax__image-container' + }, [h('img', imgData)]); + var content = h('div', { + staticClass: 'v-parallax__content' + }, this.$slots.default); + return h('div', { + staticClass: 'v-parallax', + style: { + height: this.height + "px" + }, + on: this.$listeners + }, [container, content]); + } +})); + +/***/ }), + +/***/ "./src/components/VParallax/index.ts": +/*!*******************************************!*\ + !*** ./src/components/VParallax/index.ts ***! + \*******************************************/ +/*! exports provided: VParallax, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VParallax__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VParallax */ "./src/components/VParallax/VParallax.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VParallax", function() { return _VParallax__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VParallax__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VPicker/VPicker.sass": +/*!*********************************************!*\ + !*** ./src/components/VPicker/VPicker.sass ***! + \*********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VPicker/VPicker.ts": +/*!*******************************************!*\ + !*** ./src/components/VPicker/VPicker.ts ***! + \*******************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VPicker_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VPicker.sass */ "./src/components/VPicker/VPicker.sass"); +/* harmony import */ var _VPicker_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VPicker_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VCard_VCard_sass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VCard/VCard.sass */ "./src/components/VCard/VCard.sass"); +/* harmony import */ var _VCard_VCard_sass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_VCard_VCard_sass__WEBPACK_IMPORTED_MODULE_1__); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + + + // Mixins + + + // Helpers + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_5__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_3__["default"]).extend({ + name: 'v-picker', + props: { + fullWidth: Boolean, + landscape: Boolean, + noTitle: Boolean, + transition: { + type: String, + default: 'fade-transition' + }, + width: { + type: [Number, String], + default: 290 + } + }, + computed: { + computedTitleColor: function computedTitleColor() { + var defaultTitleColor = this.isDark ? false : this.color || 'primary'; + return this.color || defaultTitleColor; + } + }, + methods: { + genTitle: function genTitle() { + return this.$createElement('div', this.setBackgroundColor(this.computedTitleColor, { + staticClass: 'v-picker__title', + class: { + 'v-picker__title--landscape': this.landscape + } + }), this.$slots.title); + }, + genBodyTransition: function genBodyTransition() { + return this.$createElement('transition', { + props: { + name: this.transition + } + }, this.$slots.default); + }, + genBody: function genBody() { + return this.$createElement('div', { + staticClass: 'v-picker__body', + class: __assign({ + 'v-picker__body--no-title': this.noTitle + }, this.themeClasses), + style: this.fullWidth ? undefined : { + width: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["convertToUnit"])(this.width) + } + }, [this.genBodyTransition()]); + }, + genActions: function genActions() { + return this.$createElement('div', { + staticClass: 'v-picker__actions v-card__actions', + class: { + 'v-picker__actions--no-title': this.noTitle + } + }, this.$slots.actions); + } + }, + render: function render(h) { + return h('div', { + staticClass: 'v-picker v-card', + class: __assign({ + 'v-picker--landscape': this.landscape, + 'v-picker--full-width': this.fullWidth + }, this.themeClasses) + }, [this.$slots.title ? this.genTitle() : null, this.genBody(), this.$slots.actions ? this.genActions() : null]); + } +})); + +/***/ }), + +/***/ "./src/components/VPicker/index.ts": +/*!*****************************************!*\ + !*** ./src/components/VPicker/index.ts ***! + \*****************************************/ +/*! exports provided: VPicker, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VPicker__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VPicker */ "./src/components/VPicker/VPicker.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VPicker", function() { return _VPicker__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VPicker__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VProgressCircular/VProgressCircular.sass": +/*!*****************************************************************!*\ + !*** ./src/components/VProgressCircular/VProgressCircular.sass ***! + \*****************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VProgressCircular/VProgressCircular.ts": +/*!***************************************************************!*\ + !*** ./src/components/VProgressCircular/VProgressCircular.ts ***! + \***************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VProgressCircular_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VProgressCircular.sass */ "./src/components/VProgressCircular/VProgressCircular.sass"); +/* harmony import */ var _VProgressCircular_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VProgressCircular_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +// Styles + // Mixins + + // Utils + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_mixins_colorable__WEBPACK_IMPORTED_MODULE_1__["default"].extend({ + name: 'v-progress-circular', + props: { + button: Boolean, + indeterminate: Boolean, + rotate: { + type: [Number, String], + default: 0 + }, + size: { + type: [Number, String], + default: 32 + }, + width: { + type: [Number, String], + default: 4 + }, + value: { + type: [Number, String], + default: 0 + } + }, + data: function data() { + return { + radius: 20 + }; + }, + computed: { + calculatedSize: function calculatedSize() { + return Number(this.size) + (this.button ? 8 : 0); + }, + circumference: function circumference() { + return 2 * Math.PI * this.radius; + }, + classes: function classes() { + return { + 'v-progress-circular--indeterminate': this.indeterminate, + 'v-progress-circular--button': this.button + }; + }, + normalizedValue: function normalizedValue() { + if (this.value < 0) { + return 0; + } + + if (this.value > 100) { + return 100; + } + + return parseFloat(this.value); + }, + strokeDashArray: function strokeDashArray() { + return Math.round(this.circumference * 1000) / 1000; + }, + strokeDashOffset: function strokeDashOffset() { + return (100 - this.normalizedValue) / 100 * this.circumference + 'px'; + }, + strokeWidth: function strokeWidth() { + return Number(this.width) / +this.size * this.viewBoxSize * 2; + }, + styles: function styles() { + return { + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_2__["convertToUnit"])(this.calculatedSize), + width: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_2__["convertToUnit"])(this.calculatedSize) + }; + }, + svgStyles: function svgStyles() { + return { + transform: "rotate(" + Number(this.rotate) + "deg)" + }; + }, + viewBoxSize: function viewBoxSize() { + return this.radius / (1 - Number(this.width) / +this.size); + } + }, + methods: { + genCircle: function genCircle(name, offset) { + return this.$createElement('circle', { + class: "v-progress-circular__" + name, + attrs: { + fill: 'transparent', + cx: 2 * this.viewBoxSize, + cy: 2 * this.viewBoxSize, + r: this.radius, + 'stroke-width': this.strokeWidth, + 'stroke-dasharray': this.strokeDashArray, + 'stroke-dashoffset': offset + } + }); + }, + genSvg: function genSvg() { + var children = [this.indeterminate || this.genCircle('underlay', 0), this.genCircle('overlay', this.strokeDashOffset)]; + return this.$createElement('svg', { + style: this.svgStyles, + attrs: { + xmlns: 'http://www.w3.org/2000/svg', + viewBox: this.viewBoxSize + " " + this.viewBoxSize + " " + 2 * this.viewBoxSize + " " + 2 * this.viewBoxSize + } + }, children); + }, + genInfo: function genInfo() { + return this.$createElement('div', { + staticClass: 'v-progress-circular__info' + }, this.$slots.default); + } + }, + render: function render(h) { + return h('div', this.setTextColor(this.color, { + staticClass: 'v-progress-circular', + attrs: { + role: 'progressbar', + 'aria-valuemin': 0, + 'aria-valuemax': 100, + 'aria-valuenow': this.indeterminate ? undefined : this.normalizedValue + }, + class: this.classes, + style: this.styles, + on: this.$listeners + }), [this.genSvg(), this.genInfo()]); + } +})); + +/***/ }), + +/***/ "./src/components/VProgressCircular/index.ts": +/*!***************************************************!*\ + !*** ./src/components/VProgressCircular/index.ts ***! + \***************************************************/ +/*! exports provided: VProgressCircular, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VProgressCircular__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VProgressCircular */ "./src/components/VProgressCircular/VProgressCircular.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VProgressCircular", function() { return _VProgressCircular__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VProgressCircular__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VProgressLinear/VProgressLinear.sass": +/*!*************************************************************!*\ + !*** ./src/components/VProgressLinear/VProgressLinear.sass ***! + \*************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VProgressLinear/VProgressLinear.ts": +/*!***********************************************************!*\ + !*** ./src/components/VProgressLinear/VProgressLinear.ts ***! + \***********************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VProgressLinear_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VProgressLinear.sass */ "./src/components/VProgressLinear/VProgressLinear.sass"); +/* harmony import */ var _VProgressLinear_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VProgressLinear_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _transitions__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../transitions */ "./src/components/transitions/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_positionable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/positionable */ "./src/mixins/positionable/index.ts"); +/* harmony import */ var _mixins_proxyable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/proxyable */ "./src/mixins/proxyable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + + // Components + + // Mixins + + + + + // Utilities + + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_7__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_2__["default"], Object(_mixins_positionable__WEBPACK_IMPORTED_MODULE_3__["factory"])(['absolute', 'fixed', 'top', 'bottom']), _mixins_proxyable__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_5__["default"]); +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend({ + name: 'v-progress-linear', + props: { + active: { + type: Boolean, + default: true + }, + backgroundColor: { + type: String, + default: null + }, + backgroundOpacity: { + type: [Number, String], + default: null + }, + bufferValue: { + type: [Number, String], + default: 100 + }, + color: { + type: String, + default: 'primary' + }, + height: { + type: [Number, String], + default: 4 + }, + indeterminate: Boolean, + query: Boolean, + rounded: Boolean, + stream: Boolean, + striped: Boolean, + value: { + type: [Number, String], + default: 0 + } + }, + data: function data() { + return { + internalLazyValue: this.value || 0 + }; + }, + computed: { + __cachedBackground: function __cachedBackground() { + return this.$createElement('div', this.setBackgroundColor(this.backgroundColor || this.color, { + staticClass: 'v-progress-linear__background', + style: this.backgroundStyle + })); + }, + __cachedBar: function __cachedBar() { + return this.$createElement(this.computedTransition, [this.__cachedBarType]); + }, + __cachedBarType: function __cachedBarType() { + return this.indeterminate ? this.__cachedIndeterminate : this.__cachedDeterminate; + }, + __cachedBuffer: function __cachedBuffer() { + return this.$createElement('div', { + staticClass: 'v-progress-linear__buffer', + style: this.styles + }); + }, + __cachedDeterminate: function __cachedDeterminate() { + return this.$createElement('div', this.setBackgroundColor(this.color, { + staticClass: "v-progress-linear__determinate", + style: { + width: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["convertToUnit"])(this.normalizedValue, '%') + } + })); + }, + __cachedIndeterminate: function __cachedIndeterminate() { + return this.$createElement('div', { + staticClass: 'v-progress-linear__indeterminate', + class: { + 'v-progress-linear__indeterminate--active': this.active + } + }, [this.genProgressBar('long'), this.genProgressBar('short')]); + }, + __cachedStream: function __cachedStream() { + if (!this.stream) return null; + return this.$createElement('div', this.setTextColor(this.color, { + staticClass: 'v-progress-linear__stream', + style: { + width: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["convertToUnit"])(100 - this.normalizedBuffer, '%') + } + })); + }, + backgroundStyle: function backgroundStyle() { + var _a; + + var backgroundOpacity = this.backgroundOpacity == null ? this.backgroundColor ? 1 : 0.3 : parseFloat(this.backgroundOpacity); + return _a = { + opacity: backgroundOpacity + }, _a[this.$vuetify.rtl ? 'right' : 'left'] = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["convertToUnit"])(this.normalizedValue, '%'), _a.width = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["convertToUnit"])(this.normalizedBuffer - this.normalizedValue, '%'), _a; + }, + classes: function classes() { + return __assign({ + 'v-progress-linear--absolute': this.absolute, + 'v-progress-linear--fixed': this.fixed, + 'v-progress-linear--query': this.query, + 'v-progress-linear--reactive': this.reactive, + 'v-progress-linear--rounded': this.rounded, + 'v-progress-linear--striped': this.striped + }, this.themeClasses); + }, + computedTransition: function computedTransition() { + return this.indeterminate ? _transitions__WEBPACK_IMPORTED_MODULE_1__["VFadeTransition"] : _transitions__WEBPACK_IMPORTED_MODULE_1__["VSlideXTransition"]; + }, + normalizedBuffer: function normalizedBuffer() { + return this.normalize(this.bufferValue); + }, + normalizedValue: function normalizedValue() { + return this.normalize(this.internalLazyValue); + }, + reactive: function reactive() { + return Boolean(this.$listeners.change); + }, + styles: function styles() { + var styles = {}; + + if (!this.active) { + styles.height = 0; + } + + if (!this.indeterminate && parseFloat(this.normalizedBuffer) !== 100) { + styles.width = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["convertToUnit"])(this.normalizedBuffer, '%'); + } + + return styles; + } + }, + methods: { + genContent: function genContent() { + var slot = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["getSlot"])(this, 'default', { + value: this.internalLazyValue + }); + if (!slot) return null; + return this.$createElement('div', { + staticClass: 'v-progress-linear__content' + }, slot); + }, + genListeners: function genListeners() { + var listeners = this.$listeners; + + if (this.reactive) { + listeners.click = this.onClick; + } + + return listeners; + }, + genProgressBar: function genProgressBar(name) { + var _a; + + return this.$createElement('div', this.setBackgroundColor(this.color, { + staticClass: 'v-progress-linear__indeterminate', + class: (_a = {}, _a[name] = true, _a) + })); + }, + onClick: function onClick(e) { + if (!this.reactive) return; + var width = this.$el.getBoundingClientRect().width; + this.internalValue = e.offsetX / width * 100; + }, + normalize: function normalize(value) { + if (value < 0) return 0; + if (value > 100) return 100; + return parseFloat(value); + } + }, + render: function render(h) { + var data = { + staticClass: 'v-progress-linear', + attrs: { + role: 'progressbar', + 'aria-valuemin': 0, + 'aria-valuemax': this.normalizedBuffer, + 'aria-valuenow': this.indeterminate ? undefined : this.normalizedValue + }, + class: this.classes, + style: { + bottom: this.bottom ? 0 : undefined, + height: this.active ? Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["convertToUnit"])(this.height) : 0, + top: this.top ? 0 : undefined + }, + on: this.genListeners() + }; + return h('div', data, [this.__cachedStream, this.__cachedBackground, this.__cachedBuffer, this.__cachedBar, this.genContent()]); + } +})); + +/***/ }), + +/***/ "./src/components/VProgressLinear/index.ts": +/*!*************************************************!*\ + !*** ./src/components/VProgressLinear/index.ts ***! + \*************************************************/ +/*! exports provided: VProgressLinear, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VProgressLinear__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VProgressLinear */ "./src/components/VProgressLinear/VProgressLinear.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VProgressLinear", function() { return _VProgressLinear__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VProgressLinear__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VRadioGroup/VRadio.sass": +/*!************************************************!*\ + !*** ./src/components/VRadioGroup/VRadio.sass ***! + \************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VRadioGroup/VRadio.ts": +/*!**********************************************!*\ + !*** ./src/components/VRadioGroup/VRadio.ts ***! + \**********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VRadio_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VRadio.sass */ "./src/components/VRadioGroup/VRadio.sass"); +/* harmony import */ var _VRadio_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VRadio_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VLabel__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VLabel */ "./src/components/VLabel/index.ts"); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _VInput__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VInput */ "./src/components/VInput/index.ts"); +/* harmony import */ var _mixins_binds_attrs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/binds-attrs */ "./src/mixins/binds-attrs/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_groupable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/groupable */ "./src/mixins/groupable/index.ts"); +/* harmony import */ var _mixins_rippleable__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/rippleable */ "./src/mixins/rippleable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _mixins_selectable__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../mixins/selectable */ "./src/mixins/selectable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + + + + // Mixins + + + + + + + // Utilities + + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_11__["default"])(_mixins_binds_attrs__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_colorable__WEBPACK_IMPORTED_MODULE_5__["default"], _mixins_rippleable__WEBPACK_IMPORTED_MODULE_7__["default"], Object(_mixins_groupable__WEBPACK_IMPORTED_MODULE_6__["factory"])('radioGroup'), _mixins_themeable__WEBPACK_IMPORTED_MODULE_8__["default"]); +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend().extend({ + name: 'v-radio', + inheritAttrs: false, + props: { + disabled: Boolean, + id: String, + label: String, + name: String, + offIcon: { + type: String, + default: '$radioOff' + }, + onIcon: { + type: String, + default: '$radioOn' + }, + readonly: Boolean, + value: { + default: null + } + }, + data: function data() { + return { + isFocused: false + }; + }, + computed: { + classes: function classes() { + return __assign({ + 'v-radio--is-disabled': this.isDisabled, + 'v-radio--is-focused': this.isFocused + }, this.themeClasses, this.groupClasses); + }, + computedColor: function computedColor() { + return _mixins_selectable__WEBPACK_IMPORTED_MODULE_9__["default"].options.computed.computedColor.call(this); + }, + computedIcon: function computedIcon() { + return this.isActive ? this.onIcon : this.offIcon; + }, + computedId: function computedId() { + return _VInput__WEBPACK_IMPORTED_MODULE_3__["default"].options.computed.computedId.call(this); + }, + hasLabel: _VInput__WEBPACK_IMPORTED_MODULE_3__["default"].options.computed.hasLabel, + hasState: function hasState() { + return (this.radioGroup || {}).hasState; + }, + isDisabled: function isDisabled() { + return this.disabled || !!(this.radioGroup || {}).disabled; + }, + isReadonly: function isReadonly() { + return this.readonly || !!(this.radioGroup || {}).readonly; + }, + computedName: function computedName() { + if (this.name || !this.radioGroup) { + return this.name; + } + + return this.radioGroup.name || "radio-" + this.radioGroup._uid; + }, + rippleState: function rippleState() { + return _mixins_selectable__WEBPACK_IMPORTED_MODULE_9__["default"].options.computed.rippleState.call(this); + }, + validationState: function validationState() { + return (this.radioGroup || {}).validationState || this.computedColor; + } + }, + methods: { + genInput: function genInput(args) { + // We can't actually use the mixin directly because + // it's made for standalone components, but its + // genInput method is exactly what we need + return _mixins_selectable__WEBPACK_IMPORTED_MODULE_9__["default"].options.methods.genInput.call(this, 'radio', args); + }, + genLabel: function genLabel() { + var _this = this; + + if (!this.hasLabel) return null; + return this.$createElement(_VLabel__WEBPACK_IMPORTED_MODULE_1__["default"], { + on: { + click: function click(e) { + // Prevent label from + // causing the input + // to focus + e.preventDefault(); + + _this.onChange(); + } + }, + attrs: { + for: this.computedId + }, + props: { + color: this.validationState, + focused: this.hasState + } + }, Object(_util_helpers__WEBPACK_IMPORTED_MODULE_10__["getSlot"])(this, 'label') || this.label); + }, + genRadio: function genRadio() { + return this.$createElement('div', { + staticClass: 'v-input--selection-controls__input' + }, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_2__["default"], this.setTextColor(this.validationState, { + props: { + dense: this.radioGroup && this.radioGroup.dense + } + }), this.computedIcon), this.genInput(__assign({ + name: this.computedName, + value: this.value + }, this.attrs$)), this.genRipple(this.setTextColor(this.rippleState))]); + }, + onFocus: function onFocus(e) { + this.isFocused = true; + this.$emit('focus', e); + }, + onBlur: function onBlur(e) { + this.isFocused = false; + this.$emit('blur', e); + }, + onChange: function onChange() { + if (this.isDisabled || this.isReadonly || this.isActive) return; + this.toggle(); + }, + onKeydown: function onKeydown() {} + }, + render: function render(h) { + var data = { + staticClass: 'v-radio', + class: this.classes + }; + return h('div', data, [this.genRadio(), this.genLabel()]); + } +})); + +/***/ }), + +/***/ "./src/components/VRadioGroup/VRadioGroup.sass": +/*!*****************************************************!*\ + !*** ./src/components/VRadioGroup/VRadioGroup.sass ***! + \*****************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VRadioGroup/VRadioGroup.ts": +/*!***************************************************!*\ + !*** ./src/components/VRadioGroup/VRadioGroup.ts ***! + \***************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _styles_components_selection_controls_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../styles/components/_selection-controls.sass */ "./src/styles/components/_selection-controls.sass"); +/* harmony import */ var _styles_components_selection_controls_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_styles_components_selection_controls_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VRadioGroup_sass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VRadioGroup.sass */ "./src/components/VRadioGroup/VRadioGroup.sass"); +/* harmony import */ var _VRadioGroup_sass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_VRadioGroup_sass__WEBPACK_IMPORTED_MODULE_1__); +/* harmony import */ var _VInput__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VInput */ "./src/components/VInput/index.ts"); +/* harmony import */ var _VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VItemGroup/VItemGroup */ "./src/components/VItemGroup/VItemGroup.ts"); +/* harmony import */ var _mixins_comparable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/comparable */ "./src/mixins/comparable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + + // Extensions + + + // Mixins + + // Types + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_5__["default"])(_mixins_comparable__WEBPACK_IMPORTED_MODULE_4__["default"], _VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_3__["BaseItemGroup"], _VInput__WEBPACK_IMPORTED_MODULE_2__["default"]); +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend({ + name: 'v-radio-group', + provide: function provide() { + return { + radioGroup: this + }; + }, + props: { + column: { + type: Boolean, + default: true + }, + height: { + type: [Number, String], + default: 'auto' + }, + name: String, + row: Boolean, + // If no value set on VRadio + // will match valueComparator + // force default to null + value: null + }, + computed: { + classes: function classes() { + return __assign({}, _VInput__WEBPACK_IMPORTED_MODULE_2__["default"].options.computed.classes.call(this), { + 'v-input--selection-controls v-input--radio-group': true, + 'v-input--radio-group--column': this.column && !this.row, + 'v-input--radio-group--row': this.row + }); + } + }, + methods: { + genDefaultSlot: function genDefaultSlot() { + return this.$createElement('div', { + staticClass: 'v-input--radio-group__input', + attrs: { + id: this.id, + role: 'radiogroup', + 'aria-labelledby': this.computedId + } + }, _VInput__WEBPACK_IMPORTED_MODULE_2__["default"].options.methods.genDefaultSlot.call(this)); + }, + genInputSlot: function genInputSlot() { + var render = _VInput__WEBPACK_IMPORTED_MODULE_2__["default"].options.methods.genInputSlot.call(this); + delete render.data.on.click; + return render; + }, + genLabel: function genLabel() { + var label = _VInput__WEBPACK_IMPORTED_MODULE_2__["default"].options.methods.genLabel.call(this); + if (!label) return null; + label.data.attrs.id = this.computedId; // WAI considers this an orphaned label + + delete label.data.attrs.for; + label.tag = 'legend'; + return label; + }, + onClick: _VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_3__["BaseItemGroup"].options.methods.onClick + } +})); + +/***/ }), + +/***/ "./src/components/VRadioGroup/index.ts": +/*!*********************************************!*\ + !*** ./src/components/VRadioGroup/index.ts ***! + \*********************************************/ +/*! exports provided: VRadioGroup, VRadio, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VRadioGroup__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VRadioGroup */ "./src/components/VRadioGroup/VRadioGroup.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VRadioGroup", function() { return _VRadioGroup__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _VRadio__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VRadio */ "./src/components/VRadioGroup/VRadio.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VRadio", function() { return _VRadio__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + + + + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VRadioGroup: _VRadioGroup__WEBPACK_IMPORTED_MODULE_0__["default"], + VRadio: _VRadio__WEBPACK_IMPORTED_MODULE_1__["default"] + } +}); + +/***/ }), + +/***/ "./src/components/VRangeSlider/VRangeSlider.sass": +/*!*******************************************************!*\ + !*** ./src/components/VRangeSlider/VRangeSlider.sass ***! + \*******************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VRangeSlider/VRangeSlider.ts": +/*!*****************************************************!*\ + !*** ./src/components/VRangeSlider/VRangeSlider.ts ***! + \*****************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VRangeSlider_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VRangeSlider.sass */ "./src/components/VRangeSlider/VRangeSlider.sass"); +/* harmony import */ var _VRangeSlider_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VRangeSlider_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSlider__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VSlider */ "./src/components/VSlider/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + +var __spread = undefined && undefined.__spread || function () { + for (var ar = [], i = 0; i < arguments.length; i++) { + ar = ar.concat(__read(arguments[i])); + } + + return ar; +}; // Styles + + + // Components + + // Helpers + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_VSlider__WEBPACK_IMPORTED_MODULE_1__["default"].extend({ + name: 'v-range-slider', + props: { + value: { + type: Array, + default: function _default() { + return [0, 0]; + } + } + }, + data: function data() { + return { + activeThumb: null, + lazyValue: this.value + }; + }, + computed: { + classes: function classes() { + return __assign({}, _VSlider__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.classes.call(this), { + 'v-input--range-slider': true + }); + }, + internalValue: { + get: function get() { + return this.lazyValue; + }, + set: function set(val) { + var _this = this; // Round value to ensure the + // entire slider range can + // be selected with step + + + var value = val.map(function (v) { + if (v === void 0) { + v = 0; + } + + return _this.roundValue(Math.min(Math.max(v, _this.minValue), _this.maxValue)); + }); // Switch values if range and wrong order + + if (value[0] > value[1] || value[1] < value[0]) { + if (this.activeThumb !== null) { + var toFocus = this.activeThumb === 1 ? 0 : 1; + var el = this.$refs["thumb_" + toFocus]; + el.focus(); + } + + value = [value[1], value[0]]; + } + + this.lazyValue = value; + if (!Object(_util_helpers__WEBPACK_IMPORTED_MODULE_2__["deepEqual"])(value, this.value)) this.$emit('input', value); + this.validate(); + } + }, + inputWidth: function inputWidth() { + var _this = this; + + return this.internalValue.map(function (v) { + return (_this.roundValue(v) - _this.minValue) / (_this.maxValue - _this.minValue) * 100; + }); + }, + trackFillStyles: function trackFillStyles() { + var styles = _VSlider__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.trackFillStyles.call(this); + var fillPercent = Math.abs(this.inputWidth[0] - this.inputWidth[1]); + var dir = this.vertical ? 'height' : 'width'; + var start = this.vertical ? this.$vuetify.rtl ? 'top' : 'bottom' : this.$vuetify.rtl ? 'right' : 'left'; + styles[dir] = fillPercent + "%"; + styles[start] = this.inputWidth[0] + "%"; + return styles; + } + }, + methods: { + getTrackStyle: function getTrackStyle(startLength, endLength, startPadding, endPadding) { + var _a; + + if (startPadding === void 0) { + startPadding = 0; + } + + if (endPadding === void 0) { + endPadding = 0; + } + + var startDir = this.vertical ? this.$vuetify.rtl ? 'top' : 'bottom' : this.$vuetify.rtl ? 'right' : 'left'; + var endDir = this.vertical ? 'height' : 'width'; + var start = "calc(" + startLength + "% + " + startPadding + "px)"; + var end = "calc(" + endLength + "% + " + endPadding + "px)"; + return _a = { + transition: this.trackTransition + }, _a[startDir] = start, _a[endDir] = end, _a; + }, + getIndexOfClosestValue: function getIndexOfClosestValue(arr, v) { + if (Math.abs(arr[0] - v) < Math.abs(arr[1] - v)) return 0;else return 1; + }, + genInput: function genInput() { + var _this = this; + + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_2__["createRange"])(2).map(function (i) { + var input = _VSlider__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.genInput.call(_this); + input.data = input.data || {}; + input.data.attrs = input.data.attrs || {}; + input.data.attrs.value = _this.internalValue[i]; + input.data.attrs.id = "input-" + (i ? 'max' : 'min') + "-" + _this._uid; + return input; + }); + }, + genTrackContainer: function genTrackContainer() { + var _this = this; + + var children = []; + + if (this.disabled) { + var disabledPadding = 10; + var sections = [[0, this.inputWidth[0], 0, -disabledPadding], [this.inputWidth[0], Math.abs(this.inputWidth[1] - this.inputWidth[0]), disabledPadding, disabledPadding * -2], [this.inputWidth[1], Math.abs(100 - this.inputWidth[1]), disabledPadding, 0]]; + if (this.$vuetify.rtl) sections.reverse(); + children.push.apply(children, __spread(sections.map(function (section) { + return _this.$createElement('div', _this.setBackgroundColor(_this.computedTrackColor, { + staticClass: 'v-slider__track-background', + style: _this.getTrackStyle.apply(_this, __spread(section)) + })); + }))); + } else { + children.push(this.$createElement('div', this.setBackgroundColor(this.computedTrackColor, { + staticClass: 'v-slider__track-background', + style: this.getTrackStyle(0, 100) + })), this.$createElement('div', this.setBackgroundColor(this.computedColor, { + staticClass: 'v-slider__track-fill', + style: this.trackFillStyles + }))); + } + + return this.$createElement('div', { + staticClass: 'v-slider__track-container', + ref: 'track' + }, children); + }, + genChildren: function genChildren() { + var _this = this; + + return [this.genInput(), this.genTrackContainer(), this.genSteps(), Object(_util_helpers__WEBPACK_IMPORTED_MODULE_2__["createRange"])(2).map(function (index) { + var value = _this.internalValue[index]; + + var onDrag = function onDrag(e) { + _this.isActive = true; + _this.activeThumb = index; + + _this.onThumbMouseDown(e); + }; + + var onFocus = function onFocus(e) { + _this.isFocused = true; + _this.activeThumb = index; + + _this.$emit('focus', e); + }; + + var onBlur = function onBlur(e) { + _this.isFocused = false; + _this.activeThumb = null; + + _this.$emit('blur', e); + }; + + var valueWidth = _this.inputWidth[index]; + var isActive = _this.isActive && _this.activeThumb === index; + var isFocused = _this.isFocused && _this.activeThumb === index; + return _this.genThumbContainer(value, valueWidth, isActive, isFocused, onDrag, onFocus, onBlur, "thumb_" + index); + })]; + }, + onSliderClick: function onSliderClick(e) { + if (!this.isActive) { + if (this.noClick) { + this.noClick = false; + return; + } + + var _a = this.parseMouseMove(e), + value = _a.value, + isInsideTrack = _a.isInsideTrack; + + if (isInsideTrack) { + this.activeThumb = this.getIndexOfClosestValue(this.internalValue, value); + var refName = "thumb_" + this.activeThumb; + var thumbRef = this.$refs[refName]; + thumbRef.focus(); + } + + this.setInternalValue(value); + this.$emit('change', this.internalValue); + } + }, + onMouseMove: function onMouseMove(e) { + var _a = this.parseMouseMove(e), + value = _a.value, + isInsideTrack = _a.isInsideTrack; + + if (isInsideTrack && this.activeThumb === null) { + this.activeThumb = this.getIndexOfClosestValue(this.internalValue, value); + } + + this.setInternalValue(value); + }, + onKeyDown: function onKeyDown(e) { + if (this.activeThumb === null) return; + var value = this.parseKeyDown(e, this.internalValue[this.activeThumb]); + if (value == null) return; + this.setInternalValue(value); + this.$emit('change', this.internalValue); + }, + setInternalValue: function setInternalValue(value) { + var _this = this; + + this.internalValue = this.internalValue.map(function (v, i) { + if (i === _this.activeThumb) return value;else return Number(v); + }); + } + } +})); + +/***/ }), + +/***/ "./src/components/VRangeSlider/index.ts": +/*!**********************************************!*\ + !*** ./src/components/VRangeSlider/index.ts ***! + \**********************************************/ +/*! exports provided: VRangeSlider, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VRangeSlider__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VRangeSlider */ "./src/components/VRangeSlider/VRangeSlider.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VRangeSlider", function() { return _VRangeSlider__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VRangeSlider__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VRating/VRating.sass": +/*!*********************************************!*\ + !*** ./src/components/VRating/VRating.sass ***! + \*********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VRating/VRating.ts": +/*!*******************************************!*\ + !*** ./src/components/VRating/VRating.ts ***! + \*******************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VRating_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VRating.sass */ "./src/components/VRating/VRating.sass"); +/* harmony import */ var _VRating_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VRating_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_delayable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/delayable */ "./src/mixins/delayable/index.ts"); +/* harmony import */ var _mixins_sizeable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/sizeable */ "./src/mixins/sizeable/index.ts"); +/* harmony import */ var _mixins_rippleable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/rippleable */ "./src/mixins/rippleable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +// Styles + // Components + + // Mixins + + + + + + // Utilities + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_8__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_delayable__WEBPACK_IMPORTED_MODULE_3__["default"], _mixins_rippleable__WEBPACK_IMPORTED_MODULE_5__["default"], _mixins_sizeable__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_6__["default"]).extend({ + name: 'v-rating', + props: { + backgroundColor: { + type: String, + default: 'accent' + }, + color: { + type: String, + default: 'primary' + }, + clearable: Boolean, + dense: Boolean, + emptyIcon: { + type: String, + default: '$ratingEmpty' + }, + fullIcon: { + type: String, + default: '$ratingFull' + }, + halfIcon: { + type: String, + default: '$ratingHalf' + }, + halfIncrements: Boolean, + hover: Boolean, + length: { + type: [Number, String], + default: 5 + }, + readonly: Boolean, + size: [Number, String], + value: { + type: Number, + default: 0 + } + }, + data: function data() { + return { + hoverIndex: -1, + internalValue: this.value + }; + }, + computed: { + directives: function directives() { + if (this.readonly || !this.ripple) return []; + return [{ + name: 'ripple', + value: { + circle: true + } + }]; + }, + iconProps: function iconProps() { + var _a = this.$props, + dark = _a.dark, + large = _a.large, + light = _a.light, + medium = _a.medium, + small = _a.small, + size = _a.size, + xLarge = _a.xLarge, + xSmall = _a.xSmall; + return { + dark: dark, + large: large, + light: light, + medium: medium, + size: size, + small: small, + xLarge: xLarge, + xSmall: xSmall + }; + }, + isHovering: function isHovering() { + return this.hover && this.hoverIndex >= 0; + } + }, + watch: { + internalValue: function internalValue(val) { + val !== this.value && this.$emit('input', val); + }, + value: function value(val) { + this.internalValue = val; + } + }, + methods: { + createClickFn: function createClickFn(i) { + var _this = this; + + return function (e) { + if (_this.readonly) return; + + var newValue = _this.genHoverIndex(e, i); + + if (_this.clearable && _this.internalValue === newValue) { + _this.internalValue = 0; + } else { + _this.internalValue = newValue; + } + }; + }, + createProps: function createProps(i) { + var props = { + index: i, + value: this.internalValue, + click: this.createClickFn(i), + isFilled: Math.floor(this.internalValue) > i, + isHovered: Math.floor(this.hoverIndex) > i + }; + + if (this.halfIncrements) { + props.isHalfHovered = !props.isHovered && (this.hoverIndex - i) % 1 > 0; + props.isHalfFilled = !props.isFilled && (this.internalValue - i) % 1 > 0; + } + + return props; + }, + genHoverIndex: function genHoverIndex(e, i) { + var isHalf = this.isHalfEvent(e); + + if (this.halfIncrements && this.$vuetify.rtl) { + isHalf = !isHalf; + } + + return i + (isHalf ? 0.5 : 1); + }, + getIconName: function getIconName(props) { + var isFull = this.isHovering ? props.isHovered : props.isFilled; + var isHalf = this.isHovering ? props.isHalfHovered : props.isHalfFilled; + return isFull ? this.fullIcon : isHalf ? this.halfIcon : this.emptyIcon; + }, + getColor: function getColor(props) { + if (this.isHovering) { + if (props.isHovered || props.isHalfHovered) return this.color; + } else { + if (props.isFilled || props.isHalfFilled) return this.color; + } + + return this.backgroundColor; + }, + isHalfEvent: function isHalfEvent(e) { + if (this.halfIncrements) { + var rect = e.target && e.target.getBoundingClientRect(); + if (rect && e.pageX - rect.left < rect.width / 2) return true; + } + + return false; + }, + onMouseEnter: function onMouseEnter(e, i) { + var _this = this; + + this.runDelay('open', function () { + _this.hoverIndex = _this.genHoverIndex(e, i); + }); + }, + onMouseLeave: function onMouseLeave() { + var _this = this; + + this.runDelay('close', function () { + return _this.hoverIndex = -1; + }); + }, + genItem: function genItem(i) { + var _this = this; + + var props = this.createProps(i); + if (this.$scopedSlots.item) return this.$scopedSlots.item(props); + var listeners = { + click: props.click + }; + + if (this.hover) { + listeners.mouseenter = function (e) { + return _this.onMouseEnter(e, i); + }; + + listeners.mouseleave = this.onMouseLeave; + + if (this.halfIncrements) { + listeners.mousemove = function (e) { + return _this.onMouseEnter(e, i); + }; + } + } + + return this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_1__["default"], this.setTextColor(this.getColor(props), { + attrs: { + tabindex: -1 + }, + directives: this.directives, + props: this.iconProps, + on: listeners + }), [this.getIconName(props)]); + } + }, + render: function render(h) { + var _this = this; + + var children = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["createRange"])(Number(this.length)).map(function (i) { + return _this.genItem(i); + }); + return h('div', { + staticClass: 'v-rating', + class: { + 'v-rating--readonly': this.readonly, + 'v-rating--dense': this.dense + } + }, children); + } +})); + +/***/ }), + +/***/ "./src/components/VRating/index.ts": +/*!*****************************************!*\ + !*** ./src/components/VRating/index.ts ***! + \*****************************************/ +/*! exports provided: VRating, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VRating__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VRating */ "./src/components/VRating/VRating.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VRating", function() { return _VRating__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VRating__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VResponsive/VResponsive.sass": +/*!*****************************************************!*\ + !*** ./src/components/VResponsive/VResponsive.sass ***! + \*****************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VResponsive/VResponsive.ts": +/*!***************************************************!*\ + !*** ./src/components/VResponsive/VResponsive.ts ***! + \***************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VResponsive_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VResponsive.sass */ "./src/components/VResponsive/VResponsive.sass"); +/* harmony import */ var _VResponsive_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VResponsive_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_measurable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/measurable */ "./src/mixins/measurable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); + // Mixins + + // Utils + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_mixins_measurable__WEBPACK_IMPORTED_MODULE_1__["default"]).extend({ + name: 'v-responsive', + props: { + aspectRatio: [String, Number] + }, + computed: { + computedAspectRatio: function computedAspectRatio() { + return Number(this.aspectRatio); + }, + aspectStyle: function aspectStyle() { + return this.computedAspectRatio ? { + paddingBottom: 1 / this.computedAspectRatio * 100 + '%' + } : undefined; + }, + __cachedSizer: function __cachedSizer() { + if (!this.aspectStyle) return []; + return this.$createElement('div', { + style: this.aspectStyle, + staticClass: 'v-responsive__sizer' + }); + } + }, + methods: { + genContent: function genContent() { + return this.$createElement('div', { + staticClass: 'v-responsive__content' + }, this.$slots.default); + } + }, + render: function render(h) { + return h('div', { + staticClass: 'v-responsive', + style: this.measurableStyles, + on: this.$listeners + }, [this.__cachedSizer, this.genContent()]); + } +})); + +/***/ }), + +/***/ "./src/components/VResponsive/index.ts": +/*!*********************************************!*\ + !*** ./src/components/VResponsive/index.ts ***! + \*********************************************/ +/*! exports provided: VResponsive, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VResponsive__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VResponsive */ "./src/components/VResponsive/VResponsive.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VResponsive", function() { return _VResponsive__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VResponsive__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VSelect/VSelect.sass": +/*!*********************************************!*\ + !*** ./src/components/VSelect/VSelect.sass ***! + \*********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VSelect/VSelect.ts": +/*!*******************************************!*\ + !*** ./src/components/VSelect/VSelect.ts ***! + \*******************************************/ +/*! exports provided: defaultMenuProps, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "defaultMenuProps", function() { return defaultMenuProps; }); +/* harmony import */ var _VTextField_VTextField_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../VTextField/VTextField.sass */ "./src/components/VTextField/VTextField.sass"); +/* harmony import */ var _VTextField_VTextField_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VTextField_VTextField_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSelect_sass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VSelect.sass */ "./src/components/VSelect/VSelect.sass"); +/* harmony import */ var _VSelect_sass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_VSelect_sass__WEBPACK_IMPORTED_MODULE_1__); +/* harmony import */ var _VChip__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VChip */ "./src/components/VChip/index.ts"); +/* harmony import */ var _VMenu__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VMenu */ "./src/components/VMenu/index.ts"); +/* harmony import */ var _VSelectList__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./VSelectList */ "./src/components/VSelect/VSelectList.ts"); +/* harmony import */ var _VInput__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../VInput */ "./src/components/VInput/index.ts"); +/* harmony import */ var _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../VTextField/VTextField */ "./src/components/VTextField/VTextField.ts"); +/* harmony import */ var _mixins_comparable__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/comparable */ "./src/mixins/comparable/index.ts"); +/* harmony import */ var _mixins_filterable__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/filterable */ "./src/mixins/filterable/index.ts"); +/* harmony import */ var _directives_click_outside__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../directives/click-outside */ "./src/directives/click-outside/index.ts"); +/* harmony import */ var _util_mergeData__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../util/mergeData */ "./src/util/mergeData.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __values = undefined && undefined.__values || function (o) { + var m = typeof Symbol === "function" && o[Symbol.iterator], + i = 0; + if (m) return m.call(o); + return { + next: function next() { + if (o && i >= o.length) o = void 0; + return { + value: o && o[i++], + done: !o + }; + } + }; +}; // Styles + + + + // Components + + + + // Extensions + + + // Mixins + + + // Directives + + // Utilities + + + + // Types + + +var defaultMenuProps = { + closeOnClick: false, + closeOnContentClick: false, + disableKeys: true, + openOnClick: false, + maxHeight: 304 +}; // Types + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_13__["default"])(_VTextField_VTextField__WEBPACK_IMPORTED_MODULE_6__["default"], _mixins_comparable__WEBPACK_IMPORTED_MODULE_7__["default"], _mixins_filterable__WEBPACK_IMPORTED_MODULE_8__["default"]); +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend().extend({ + name: 'v-select', + directives: { + ClickOutside: _directives_click_outside__WEBPACK_IMPORTED_MODULE_9__["default"] + }, + props: { + appendIcon: { + type: String, + default: '$dropdown' + }, + attach: { + type: null, + default: false + }, + cacheItems: Boolean, + chips: Boolean, + clearable: Boolean, + deletableChips: Boolean, + disableLookup: Boolean, + eager: Boolean, + hideSelected: Boolean, + items: { + type: Array, + default: function _default() { + return []; + } + }, + itemColor: { + type: String, + default: 'primary' + }, + itemDisabled: { + type: [String, Array, Function], + default: 'disabled' + }, + itemText: { + type: [String, Array, Function], + default: 'text' + }, + itemValue: { + type: [String, Array, Function], + default: 'value' + }, + menuProps: { + type: [String, Array, Object], + default: function _default() { + return defaultMenuProps; + } + }, + multiple: Boolean, + openOnClear: Boolean, + returnObject: Boolean, + smallChips: Boolean + }, + data: function data() { + return { + cachedItems: this.cacheItems ? this.items : [], + menuIsBooted: false, + isMenuActive: false, + lastItem: 20, + // As long as a value is defined, show it + // Otherwise, check if multiple + // to determine which default to provide + lazyValue: this.value !== undefined ? this.value : this.multiple ? [] : undefined, + selectedIndex: -1, + selectedItems: [], + keyboardLookupPrefix: '', + keyboardLookupLastTime: 0 + }; + }, + computed: { + /* All items that the select has */ + allItems: function allItems() { + return this.filterDuplicates(this.cachedItems.concat(this.items)); + }, + classes: function classes() { + return __assign({}, _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_6__["default"].options.computed.classes.call(this), { + 'v-select': true, + 'v-select--chips': this.hasChips, + 'v-select--chips--small': this.smallChips, + 'v-select--is-menu-active': this.isMenuActive, + 'v-select--is-multi': this.multiple + }); + }, + + /* Used by other components to overwrite */ + computedItems: function computedItems() { + return this.allItems; + }, + computedOwns: function computedOwns() { + return "list-" + this._uid; + }, + computedCounterValue: function computedCounterValue() { + return this.multiple ? this.selectedItems.length : (this.getText(this.selectedItems[0]) || '').toString().length; + }, + directives: function directives() { + return this.isFocused ? [{ + name: 'click-outside', + value: this.blur, + args: { + closeConditional: this.closeConditional + } + }] : undefined; + }, + dynamicHeight: function dynamicHeight() { + return 'auto'; + }, + hasChips: function hasChips() { + return this.chips || this.smallChips; + }, + hasSlot: function hasSlot() { + return Boolean(this.hasChips || this.$scopedSlots.selection); + }, + isDirty: function isDirty() { + return this.selectedItems.length > 0; + }, + listData: function listData() { + var _a; + + var scopeId = this.$vnode && this.$vnode.context.$options._scopeId; + var attrs = scopeId ? (_a = {}, _a[scopeId] = true, _a) : {}; + return { + attrs: __assign({}, attrs, { + id: this.computedOwns + }), + props: { + action: this.multiple, + color: this.itemColor, + dense: this.dense, + hideSelected: this.hideSelected, + items: this.virtualizedItems, + itemDisabled: this.itemDisabled, + itemText: this.itemText, + itemValue: this.itemValue, + noDataText: this.$vuetify.lang.t(this.noDataText), + selectedItems: this.selectedItems + }, + on: { + select: this.selectItem + }, + scopedSlots: { + item: this.$scopedSlots.item + } + }; + }, + staticList: function staticList() { + if (this.$slots['no-data'] || this.$slots['prepend-item'] || this.$slots['append-item']) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_12__["consoleError"])('assert: staticList should not be called if slots are used'); + } + + return this.$createElement(_VSelectList__WEBPACK_IMPORTED_MODULE_4__["default"], this.listData); + }, + virtualizedItems: function virtualizedItems() { + return this.$_menuProps.auto ? this.computedItems : this.computedItems.slice(0, this.lastItem); + }, + menuCanShow: function menuCanShow() { + return true; + }, + $_menuProps: function $_menuProps() { + var normalisedProps = typeof this.menuProps === 'string' ? this.menuProps.split(',') : this.menuProps; + + if (Array.isArray(normalisedProps)) { + normalisedProps = normalisedProps.reduce(function (acc, p) { + acc[p.trim()] = true; + return acc; + }, {}); + } + + return __assign({}, defaultMenuProps, { + eager: this.eager, + value: this.menuCanShow && this.isMenuActive, + nudgeBottom: normalisedProps.offsetY ? 1 : 0 + }, normalisedProps); + } + }, + watch: { + internalValue: function internalValue(val) { + this.initialValue = val; + this.setSelectedItems(); + }, + menuIsBooted: function menuIsBooted() { + var _this = this; + + window.setTimeout(function () { + if (_this.getContent() && _this.getContent().addEventListener) { + _this.getContent().addEventListener('scroll', _this.onScroll, false); + } + }); + }, + isMenuActive: function isMenuActive(val) { + var _this = this; + + window.setTimeout(function () { + return _this.onMenuActiveChange(val); + }); + if (!val) return; + this.menuIsBooted = true; + }, + items: { + immediate: true, + handler: function handler(val) { + var _this = this; + + if (this.cacheItems) { + // Breaks vue-test-utils if + // this isn't calculated + // on the next tick + this.$nextTick(function () { + _this.cachedItems = _this.filterDuplicates(_this.cachedItems.concat(val)); + }); + } + + this.setSelectedItems(); + } + } + }, + methods: { + /** @public */ + blur: function blur(e) { + _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_6__["default"].options.methods.blur.call(this, e); + this.isMenuActive = false; + this.isFocused = false; + this.selectedIndex = -1; + }, + + /** @public */ + activateMenu: function activateMenu() { + if (this.disabled || this.readonly || this.isMenuActive) return; + this.isMenuActive = true; + }, + clearableCallback: function clearableCallback() { + var _this = this; + + this.setValue(this.multiple ? [] : undefined); + this.setMenuIndex(-1); + this.$nextTick(function () { + return _this.$refs.input && _this.$refs.input.focus(); + }); + if (this.openOnClear) this.isMenuActive = true; + }, + closeConditional: function closeConditional(e) { + if (!this.isMenuActive) return true; + return !this._isDestroyed && ( // Click originates from outside the menu content + // Multiple selects don't close when an item is clicked + !this.getContent() || !this.getContent().contains(e.target)) && // Click originates from outside the element + this.$el && !this.$el.contains(e.target) && e.target !== this.$el; + }, + filterDuplicates: function filterDuplicates(arr) { + var uniqueValues = new Map(); + + for (var index = 0; index < arr.length; ++index) { + var item = arr[index]; + var val = this.getValue(item); // TODO: comparator + + !uniqueValues.has(val) && uniqueValues.set(val, item); + } + + return Array.from(uniqueValues.values()); + }, + findExistingIndex: function findExistingIndex(item) { + var _this = this; + + var itemValue = this.getValue(item); + return (this.internalValue || []).findIndex(function (i) { + return _this.valueComparator(_this.getValue(i), itemValue); + }); + }, + getContent: function getContent() { + return this.$refs.menu && this.$refs.menu.$refs.content; + }, + genChipSelection: function genChipSelection(item, index) { + var _this = this; + + var isDisabled = this.disabled || this.readonly || this.getDisabled(item); + return this.$createElement(_VChip__WEBPACK_IMPORTED_MODULE_2__["default"], { + staticClass: 'v-chip--select', + attrs: { + tabindex: -1 + }, + props: { + close: this.deletableChips && !isDisabled, + disabled: isDisabled, + inputValue: index === this.selectedIndex, + small: this.smallChips + }, + on: { + click: function click(e) { + if (isDisabled) return; + e.stopPropagation(); + _this.selectedIndex = index; + }, + 'click:close': function clickClose() { + return _this.onChipInput(item); + } + }, + key: JSON.stringify(this.getValue(item)) + }, this.getText(item)); + }, + genCommaSelection: function genCommaSelection(item, index, last) { + var color = index === this.selectedIndex && this.computedColor; + var isDisabled = this.disabled || this.getDisabled(item); + return this.$createElement('div', this.setTextColor(color, { + staticClass: 'v-select__selection v-select__selection--comma', + class: { + 'v-select__selection--disabled': isDisabled + }, + key: JSON.stringify(this.getValue(item)) + }), "" + this.getText(item) + (last ? '' : ', ')); + }, + genDefaultSlot: function genDefaultSlot() { + var selections = this.genSelections(); + var input = this.genInput(); // If the return is an empty array + // push the input + + if (Array.isArray(selections)) { + selections.push(input); // Otherwise push it into children + } else { + selections.children = selections.children || []; + selections.children.push(input); + } + + return [this.genFieldset(), this.$createElement('div', { + staticClass: 'v-select__slot', + directives: this.directives + }, [this.genLabel(), this.prefix ? this.genAffix('prefix') : null, selections, this.suffix ? this.genAffix('suffix') : null, this.genClearIcon(), this.genIconSlot(), this.genHiddenInput()]), this.genMenu(), this.genProgress()]; + }, + genIcon: function genIcon(type, cb, extraData) { + var icon = _VInput__WEBPACK_IMPORTED_MODULE_5__["default"].options.methods.genIcon.call(this, type, cb, extraData); + + if (type === 'append') { + // Don't allow the dropdown icon to be focused + icon.children[0].data = Object(_util_mergeData__WEBPACK_IMPORTED_MODULE_10__["default"])(icon.children[0].data, { + attrs: { + tabindex: icon.children[0].componentOptions.listeners && '-1', + 'aria-hidden': 'true', + 'aria-label': undefined + } + }); + } + + return icon; + }, + genInput: function genInput() { + var input = _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_6__["default"].options.methods.genInput.call(this); + delete input.data.attrs.name; + input.data = Object(_util_mergeData__WEBPACK_IMPORTED_MODULE_10__["default"])(input.data, { + domProps: { + value: null + }, + attrs: { + readonly: true, + type: 'text', + 'aria-readonly': String(this.readonly), + 'aria-activedescendant': Object(_util_helpers__WEBPACK_IMPORTED_MODULE_11__["getObjectValueByPath"])(this.$refs.menu, 'activeTile.id'), + autocomplete: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_11__["getObjectValueByPath"])(input.data, 'attrs.autocomplete', 'off') + }, + on: { + keypress: this.onKeyPress + } + }); + return input; + }, + genHiddenInput: function genHiddenInput() { + return this.$createElement('input', { + domProps: { + value: this.lazyValue + }, + attrs: { + type: 'hidden', + name: this.attrs$.name + } + }); + }, + genInputSlot: function genInputSlot() { + var render = _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_6__["default"].options.methods.genInputSlot.call(this); + render.data.attrs = __assign({}, render.data.attrs, { + role: 'button', + 'aria-haspopup': 'listbox', + 'aria-expanded': String(this.isMenuActive), + 'aria-owns': this.computedOwns + }); + return render; + }, + genList: function genList() { + // If there's no slots, we can use a cached VNode to improve performance + if (this.$slots['no-data'] || this.$slots['prepend-item'] || this.$slots['append-item']) { + return this.genListWithSlot(); + } else { + return this.staticList; + } + }, + genListWithSlot: function genListWithSlot() { + var _this = this; + + var slots = ['prepend-item', 'no-data', 'append-item'].filter(function (slotName) { + return _this.$slots[slotName]; + }).map(function (slotName) { + return _this.$createElement('template', { + slot: slotName + }, _this.$slots[slotName]); + }); // Requires destructuring due to Vue + // modifying the `on` property when passed + // as a referenced object + + return this.$createElement(_VSelectList__WEBPACK_IMPORTED_MODULE_4__["default"], __assign({}, this.listData), slots); + }, + genMenu: function genMenu() { + var _this = this; + + var props = this.$_menuProps; + props.activator = this.$refs['input-slot']; // Attach to root el so that + // menu covers prepend/append icons + + if ( // TODO: make this a computed property or helper or something + this.attach === '' || // If used as a boolean prop () + this.attach === true || // If bound to a boolean () + this.attach === 'attach' // If bound as boolean prop in pug (v-menu(attach)) + ) { + props.attach = this.$el; + } else { + props.attach = this.attach; + } + + return this.$createElement(_VMenu__WEBPACK_IMPORTED_MODULE_3__["default"], { + attrs: { + role: undefined + }, + props: props, + on: { + input: function input(val) { + _this.isMenuActive = val; + _this.isFocused = val; + } + }, + ref: 'menu' + }, [this.genList()]); + }, + genSelections: function genSelections() { + var length = this.selectedItems.length; + var children = new Array(length); + var genSelection; + + if (this.$scopedSlots.selection) { + genSelection = this.genSlotSelection; + } else if (this.hasChips) { + genSelection = this.genChipSelection; + } else { + genSelection = this.genCommaSelection; + } + + while (length--) { + children[length] = genSelection(this.selectedItems[length], length, length === children.length - 1); + } + + return this.$createElement('div', { + staticClass: 'v-select__selections' + }, children); + }, + genSlotSelection: function genSlotSelection(item, index) { + var _this = this; + + return this.$scopedSlots.selection({ + attrs: { + class: 'v-chip--select' + }, + parent: this, + item: item, + index: index, + select: function select(e) { + e.stopPropagation(); + _this.selectedIndex = index; + }, + selected: index === this.selectedIndex, + disabled: this.disabled || this.readonly + }); + }, + getMenuIndex: function getMenuIndex() { + return this.$refs.menu ? this.$refs.menu.listIndex : -1; + }, + getDisabled: function getDisabled(item) { + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_11__["getPropertyFromItem"])(item, this.itemDisabled, false); + }, + getText: function getText(item) { + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_11__["getPropertyFromItem"])(item, this.itemText, item); + }, + getValue: function getValue(item) { + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_11__["getPropertyFromItem"])(item, this.itemValue, this.getText(item)); + }, + onBlur: function onBlur(e) { + e && this.$emit('blur', e); + }, + onChipInput: function onChipInput(item) { + if (this.multiple) this.selectItem(item);else this.setValue(null); // If all items have been deleted, + // open `v-menu` + + if (this.selectedItems.length === 0) { + this.isMenuActive = true; + } else { + this.isMenuActive = false; + } + + this.selectedIndex = -1; + }, + onClick: function onClick(e) { + if (this.isDisabled) return; + + if (!this.isAppendInner(e.target)) { + this.isMenuActive = true; + } + + if (!this.isFocused) { + this.isFocused = true; + this.$emit('focus'); + } + + this.$emit('click', e); + }, + onEscDown: function onEscDown(e) { + e.preventDefault(); + + if (this.isMenuActive) { + e.stopPropagation(); + this.isMenuActive = false; + } + }, + onKeyPress: function onKeyPress(e) { + var _this = this; + + if (this.multiple || this.readonly || this.disableLookup) return; + var KEYBOARD_LOOKUP_THRESHOLD = 1000; // milliseconds + + var now = performance.now(); + + if (now - this.keyboardLookupLastTime > KEYBOARD_LOOKUP_THRESHOLD) { + this.keyboardLookupPrefix = ''; + } + + this.keyboardLookupPrefix += e.key.toLowerCase(); + this.keyboardLookupLastTime = now; + var index = this.allItems.findIndex(function (item) { + var text = (_this.getText(item) || '').toString(); + return text.toLowerCase().startsWith(_this.keyboardLookupPrefix); + }); + var item = this.allItems[index]; + + if (index !== -1) { + this.setValue(this.returnObject ? item : this.getValue(item)); + setTimeout(function () { + return _this.setMenuIndex(index); + }); + } + }, + onKeyDown: function onKeyDown(e) { + var _this = this; + + var keyCode = e.keyCode; + var menu = this.$refs.menu; // If enter, space, open menu + + if ([_util_helpers__WEBPACK_IMPORTED_MODULE_11__["keyCodes"].enter, _util_helpers__WEBPACK_IMPORTED_MODULE_11__["keyCodes"].space].includes(keyCode)) this.activateMenu(); + this.$emit('keydown', e); + if (!menu) return; // If menu is active, allow default + // listIndex change from menu + + if (this.isMenuActive && keyCode !== _util_helpers__WEBPACK_IMPORTED_MODULE_11__["keyCodes"].tab) { + this.$nextTick(function () { + menu.changeListIndex(e); + + _this.$emit('update:list-index', menu.listIndex); + }); + } // If menu is not active, up and down can do + // one of 2 things. If multiple, opens the + // menu, if not, will cycle through all + // available options + + + if (!this.isMenuActive && [_util_helpers__WEBPACK_IMPORTED_MODULE_11__["keyCodes"].up, _util_helpers__WEBPACK_IMPORTED_MODULE_11__["keyCodes"].down].includes(keyCode)) return this.onUpDown(e); // If escape deactivate the menu + + if (keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_11__["keyCodes"].esc) return this.onEscDown(e); // If tab - select item or close menu + + if (keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_11__["keyCodes"].tab) return this.onTabDown(e); // If space preventDefault + + if (keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_11__["keyCodes"].space) return this.onSpaceDown(e); + }, + onMenuActiveChange: function onMenuActiveChange(val) { + // If menu is closing and mulitple + // or menuIndex is already set + // skip menu index recalculation + if (this.multiple && !val || this.getMenuIndex() > -1) return; + var menu = this.$refs.menu; + if (!menu || !this.isDirty) return; // When menu opens, set index of first active item + + for (var i = 0; i < menu.tiles.length; i++) { + if (menu.tiles[i].getAttribute('aria-selected') === 'true') { + this.setMenuIndex(i); + break; + } + } + }, + onMouseUp: function onMouseUp(e) { + var _this = this; + + if (this.hasMouseDown && e.which !== 3 && !this.isDisabled) { + // If append inner is present + // and the target is itself + // or inside, toggle menu + if (this.isAppendInner(e.target)) { + this.$nextTick(function () { + return _this.isMenuActive = !_this.isMenuActive; + }); // If user is clicking in the container + // and field is enclosed, activate it + } else if (this.isEnclosed) { + this.isMenuActive = true; + } + } + + _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_6__["default"].options.methods.onMouseUp.call(this, e); + }, + onScroll: function onScroll() { + var _this = this; + + if (!this.isMenuActive) { + requestAnimationFrame(function () { + return _this.getContent().scrollTop = 0; + }); + } else { + if (this.lastItem >= this.computedItems.length) return; + var showMoreItems = this.getContent().scrollHeight - (this.getContent().scrollTop + this.getContent().clientHeight) < 200; + + if (showMoreItems) { + this.lastItem += 20; + } + } + }, + onSpaceDown: function onSpaceDown(e) { + e.preventDefault(); + }, + onTabDown: function onTabDown(e) { + var menu = this.$refs.menu; + if (!menu) return; + var activeTile = menu.activeTile; // An item that is selected by + // menu-index should toggled + + if (!this.multiple && activeTile && this.isMenuActive) { + e.preventDefault(); + e.stopPropagation(); + activeTile.click(); + } else { + // If we make it here, + // the user has no selected indexes + // and is probably tabbing out + this.blur(e); + } + }, + onUpDown: function onUpDown(e) { + var menu = this.$refs.menu; + if (!menu) return; + e.preventDefault(); // Multiple selects do not cycle their value + // when pressing up or down, instead activate + // the menu + + if (this.multiple) return this.activateMenu(); + var keyCode = e.keyCode; // Cycle through available values to achieve + // select native behavior + + menu.isBooted = true; + window.requestAnimationFrame(function () { + menu.getTiles(); + _util_helpers__WEBPACK_IMPORTED_MODULE_11__["keyCodes"].up === keyCode ? menu.prevTile() : menu.nextTile(); + menu.activeTile && menu.activeTile.click(); + }); + }, + selectItem: function selectItem(item) { + var _this = this; + + if (!this.multiple) { + this.setValue(this.returnObject ? item : this.getValue(item)); + this.isMenuActive = false; + } else { + var internalValue = (this.internalValue || []).slice(); + var i = this.findExistingIndex(item); + i !== -1 ? internalValue.splice(i, 1) : internalValue.push(item); + this.setValue(internalValue.map(function (i) { + return _this.returnObject ? i : _this.getValue(i); + })); // When selecting multiple + // adjust menu after each + // selection + + this.$nextTick(function () { + _this.$refs.menu && _this.$refs.menu.updateDimensions(); + }); // We only need to reset list index for multiple + // to keep highlight when an item is toggled + // on and off + + if (!this.multiple) return; + var listIndex_1 = this.getMenuIndex(); + this.setMenuIndex(-1); // There is no item to re-highlight + // when selections are hidden + + if (this.hideSelected) return; + this.$nextTick(function () { + return _this.setMenuIndex(listIndex_1); + }); + } + }, + setMenuIndex: function setMenuIndex(index) { + this.$refs.menu && (this.$refs.menu.listIndex = index); + }, + setSelectedItems: function setSelectedItems() { + var e_1, _a; + + var _this = this; + + var selectedItems = []; + var values = !this.multiple || !Array.isArray(this.internalValue) ? [this.internalValue] : this.internalValue; + + var _loop_1 = function _loop_1(value) { + var index = this_1.allItems.findIndex(function (v) { + return _this.valueComparator(_this.getValue(v), _this.getValue(value)); + }); + + if (index > -1) { + selectedItems.push(this_1.allItems[index]); + } + }; + + var this_1 = this; + + try { + for (var values_1 = __values(values), values_1_1 = values_1.next(); !values_1_1.done; values_1_1 = values_1.next()) { + var value = values_1_1.value; + + _loop_1(value); + } + } catch (e_1_1) { + e_1 = { + error: e_1_1 + }; + } finally { + try { + if (values_1_1 && !values_1_1.done && (_a = values_1.return)) _a.call(values_1); + } finally { + if (e_1) throw e_1.error; + } + } + + this.selectedItems = selectedItems; + }, + setValue: function setValue(value) { + var oldValue = this.internalValue; + this.internalValue = value; + value !== oldValue && this.$emit('change', value); + }, + isAppendInner: function isAppendInner(target) { + // return true if append inner is present + // and the target is itself or inside + var appendInner = this.$refs['append-inner']; + return appendInner && (appendInner === target || appendInner.contains(target)); + } + } +})); + +/***/ }), + +/***/ "./src/components/VSelect/VSelectList.ts": +/*!***********************************************!*\ + !*** ./src/components/VSelect/VSelectList.ts ***! + \***********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VCheckbox_VSimpleCheckbox__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../VCheckbox/VSimpleCheckbox */ "./src/components/VCheckbox/VSimpleCheckbox.ts"); +/* harmony import */ var _VDivider__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VDivider */ "./src/components/VDivider/index.ts"); +/* harmony import */ var _VSubheader__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VSubheader */ "./src/components/VSubheader/index.ts"); +/* harmony import */ var _VList__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VList */ "./src/components/VList/index.ts"); +/* harmony import */ var _directives_ripple__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../directives/ripple */ "./src/directives/ripple/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Components + + + + + + // Directives + + // Mixins + + + // Helpers + + // Types + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_8__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_5__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_6__["default"]).extend({ + name: 'v-select-list', + // https://github.com/vuejs/vue/issues/6872 + directives: { + ripple: _directives_ripple__WEBPACK_IMPORTED_MODULE_4__["default"] + }, + props: { + action: Boolean, + dense: Boolean, + hideSelected: Boolean, + items: { + type: Array, + default: function _default() { + return []; + } + }, + itemDisabled: { + type: [String, Array, Function], + default: 'disabled' + }, + itemText: { + type: [String, Array, Function], + default: 'text' + }, + itemValue: { + type: [String, Array, Function], + default: 'value' + }, + noDataText: String, + noFilter: Boolean, + searchInput: null, + selectedItems: { + type: Array, + default: function _default() { + return []; + } + } + }, + computed: { + parsedItems: function parsedItems() { + var _this = this; + + return this.selectedItems.map(function (item) { + return _this.getValue(item); + }); + }, + tileActiveClass: function tileActiveClass() { + return Object.keys(this.setTextColor(this.color).class || {}).join(' '); + }, + staticNoDataTile: function staticNoDataTile() { + var tile = { + attrs: { + role: undefined + }, + on: { + mousedown: function mousedown(e) { + return e.preventDefault(); + } + } + }; + return this.$createElement(_VList__WEBPACK_IMPORTED_MODULE_3__["VListItem"], tile, [this.genTileContent(this.noDataText)]); + } + }, + methods: { + genAction: function genAction(item, inputValue) { + var _this = this; + + return this.$createElement(_VList__WEBPACK_IMPORTED_MODULE_3__["VListItemAction"], [this.$createElement(_VCheckbox_VSimpleCheckbox__WEBPACK_IMPORTED_MODULE_0__["default"], { + props: { + color: this.color, + value: inputValue + }, + on: { + input: function input() { + return _this.$emit('select', item); + } + } + })]); + }, + genDivider: function genDivider(props) { + return this.$createElement(_VDivider__WEBPACK_IMPORTED_MODULE_1__["default"], { + props: props + }); + }, + genFilteredText: function genFilteredText(text) { + text = text || ''; + if (!this.searchInput || this.noFilter) return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["escapeHTML"])(text); + + var _a = this.getMaskedCharacters(text), + start = _a.start, + middle = _a.middle, + end = _a.end; + + return "" + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["escapeHTML"])(start) + this.genHighlight(middle) + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["escapeHTML"])(end); + }, + genHeader: function genHeader(props) { + return this.$createElement(_VSubheader__WEBPACK_IMPORTED_MODULE_2__["default"], { + props: props + }, props.header); + }, + genHighlight: function genHighlight(text) { + return "" + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["escapeHTML"])(text) + ""; + }, + getMaskedCharacters: function getMaskedCharacters(text) { + var searchInput = (this.searchInput || '').toString().toLocaleLowerCase(); + var index = text.toLocaleLowerCase().indexOf(searchInput); + if (index < 0) return { + start: '', + middle: text, + end: '' + }; + var start = text.slice(0, index); + var middle = text.slice(index, index + searchInput.length); + var end = text.slice(index + searchInput.length); + return { + start: start, + middle: middle, + end: end + }; + }, + genTile: function genTile(_a) { + var _this = this; + + var item = _a.item, + index = _a.index, + _b = _a.disabled, + disabled = _b === void 0 ? null : _b, + _c = _a.value, + value = _c === void 0 ? false : _c; + if (!value) value = this.hasItem(item); + + if (item === Object(item)) { + disabled = disabled !== null ? disabled : this.getDisabled(item); + } + + var tile = { + attrs: { + // Default behavior in list does not + // contain aria-selected by default + 'aria-selected': String(value), + id: "list-item-" + this._uid + "-" + index, + role: 'option' + }, + on: { + mousedown: function mousedown(e) { + // Prevent onBlur from being called + e.preventDefault(); + }, + click: function click() { + return disabled || _this.$emit('select', item); + } + }, + props: { + activeClass: this.tileActiveClass, + disabled: disabled, + ripple: true, + inputValue: value + } + }; + + if (!this.$scopedSlots.item) { + return this.$createElement(_VList__WEBPACK_IMPORTED_MODULE_3__["VListItem"], tile, [this.action && !this.hideSelected && this.items.length > 0 ? this.genAction(item, value) : null, this.genTileContent(item, index)]); + } + + var parent = this; + var scopedSlot = this.$scopedSlots.item({ + parent: parent, + item: item, + attrs: __assign({}, tile.attrs, tile.props), + on: tile.on + }); + return this.needsTile(scopedSlot) ? this.$createElement(_VList__WEBPACK_IMPORTED_MODULE_3__["VListItem"], tile, scopedSlot) : scopedSlot; + }, + genTileContent: function genTileContent(item, index) { + if (index === void 0) { + index = 0; + } + + var innerHTML = this.genFilteredText(this.getText(item)); + return this.$createElement(_VList__WEBPACK_IMPORTED_MODULE_3__["VListItemContent"], [this.$createElement(_VList__WEBPACK_IMPORTED_MODULE_3__["VListItemTitle"], { + domProps: { + innerHTML: innerHTML + } + })]); + }, + hasItem: function hasItem(item) { + return this.parsedItems.indexOf(this.getValue(item)) > -1; + }, + needsTile: function needsTile(slot) { + return slot.length !== 1 || slot[0].componentOptions == null || slot[0].componentOptions.Ctor.options.name !== 'v-list-item'; + }, + getDisabled: function getDisabled(item) { + return Boolean(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["getPropertyFromItem"])(item, this.itemDisabled, false)); + }, + getText: function getText(item) { + return String(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["getPropertyFromItem"])(item, this.itemText, item)); + }, + getValue: function getValue(item) { + return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["getPropertyFromItem"])(item, this.itemValue, this.getText(item)); + } + }, + render: function render() { + var children = []; + var itemsLength = this.items.length; + + for (var index = 0; index < itemsLength; index++) { + var item = this.items[index]; + if (this.hideSelected && this.hasItem(item)) continue; + if (item == null) children.push(this.genTile({ + item: item, + index: index + }));else if (item.header) children.push(this.genHeader(item));else if (item.divider) children.push(this.genDivider(item));else children.push(this.genTile({ + item: item, + index: index + })); + } + + children.length || children.push(this.$slots['no-data'] || this.staticNoDataTile); + this.$slots['prepend-item'] && children.unshift(this.$slots['prepend-item']); + this.$slots['append-item'] && children.push(this.$slots['append-item']); + return this.$createElement(_VList__WEBPACK_IMPORTED_MODULE_3__["VList"], { + staticClass: 'v-select-list', + class: this.themeClasses, + attrs: { + role: 'listbox', + tabindex: -1 + }, + props: { + dense: this.dense + } + }, children); + } +})); + +/***/ }), + +/***/ "./src/components/VSelect/index.ts": +/*!*****************************************!*\ + !*** ./src/components/VSelect/index.ts ***! + \*****************************************/ +/*! exports provided: VSelect, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSelect__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSelect */ "./src/components/VSelect/VSelect.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VSelect", function() { return _VSelect__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VSelect__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VSheet/VSheet.sass": +/*!*******************************************!*\ + !*** ./src/components/VSheet/VSheet.sass ***! + \*******************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VSheet/VSheet.ts": +/*!*****************************************!*\ + !*** ./src/components/VSheet/VSheet.ts ***! + \*****************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSheet_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSheet.sass */ "./src/components/VSheet/VSheet.sass"); +/* harmony import */ var _VSheet_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VSheet_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_binds_attrs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/binds-attrs */ "./src/mixins/binds-attrs/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_elevatable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/elevatable */ "./src/mixins/elevatable/index.ts"); +/* harmony import */ var _mixins_measurable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/measurable */ "./src/mixins/measurable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Mixins + + + + + + // Helpers + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_6__["default"])(_mixins_binds_attrs__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_elevatable__WEBPACK_IMPORTED_MODULE_3__["default"], _mixins_measurable__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_5__["default"]).extend({ + name: 'v-sheet', + props: { + tag: { + type: String, + default: 'div' + }, + tile: Boolean + }, + computed: { + classes: function classes() { + return __assign({ + 'v-sheet': true, + 'v-sheet--tile': this.tile + }, this.themeClasses, this.elevationClasses); + }, + styles: function styles() { + return this.measurableStyles; + } + }, + render: function render(h) { + var data = { + class: this.classes, + style: this.styles, + on: this.listeners$ + }; + return h(this.tag, this.setBackgroundColor(this.color, data), this.$slots.default); + } +})); + +/***/ }), + +/***/ "./src/components/VSheet/index.ts": +/*!****************************************!*\ + !*** ./src/components/VSheet/index.ts ***! + \****************************************/ +/*! exports provided: VSheet, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSheet__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSheet */ "./src/components/VSheet/VSheet.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VSheet", function() { return _VSheet__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VSheet__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VSkeletonLoader/VSkeletonLoader.sass": +/*!*************************************************************!*\ + !*** ./src/components/VSkeletonLoader/VSkeletonLoader.sass ***! + \*************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VSkeletonLoader/VSkeletonLoader.ts": +/*!***********************************************************!*\ + !*** ./src/components/VSkeletonLoader/VSkeletonLoader.ts ***! + \***********************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSkeletonLoader_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSkeletonLoader.sass */ "./src/components/VSkeletonLoader/VSkeletonLoader.sass"); +/* harmony import */ var _VSkeletonLoader_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VSkeletonLoader_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_elevatable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/elevatable */ "./src/mixins/elevatable/index.ts"); +/* harmony import */ var _mixins_measurable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/measurable */ "./src/mixins/measurable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; // Styles + + + // Mixins + + + + // Utilities + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(_mixins_elevatable__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_measurable__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_3__["default"]).extend({ + name: 'VSkeletonLoader', + props: { + boilerplate: Boolean, + loading: Boolean, + tile: Boolean, + transition: String, + type: String, + types: { + type: Object, + default: function _default() { + return {}; + } + } + }, + computed: { + attrs: function attrs() { + if (!this.isLoading) return this.$attrs; + return !this.boilerplate ? __assign({ + 'aria-busy': true, + 'aria-live': 'polite', + role: 'alert' + }, this.$attrs) : {}; + }, + classes: function classes() { + return __assign({ + 'v-skeleton-loader--boilerplate': this.boilerplate, + 'v-skeleton-loader--is-loading': this.isLoading, + 'v-skeleton-loader--tile': this.tile + }, this.themeClasses, this.elevationClasses); + }, + isLoading: function isLoading() { + return !('default' in this.$scopedSlots) || this.loading; + }, + rootTypes: function rootTypes() { + return __assign({ + actions: 'button@2', + article: 'heading, paragraph', + avatar: 'avatar', + button: 'button', + card: 'image, card-heading', + 'card-avatar': 'image, list-item-avatar', + 'card-heading': 'heading', + chip: 'chip', + 'date-picker': 'list-item, card-heading, divider, date-picker-options, date-picker-days, actions', + 'date-picker-options': 'text, avatar@2', + 'date-picker-days': 'avatar@28', + heading: 'heading', + image: 'image', + 'list-item': 'text', + 'list-item-avatar': 'avatar, text', + 'list-item-two-line': 'sentences', + 'list-item-avatar-two-line': 'avatar, sentences', + 'list-item-three-line': 'paragraph', + 'list-item-avatar-three-line': 'avatar, paragraph', + paragraph: 'text@3', + sentences: 'text@2', + table: 'table-heading, table-thead, table-tbody, table-tfoot', + 'table-heading': 'heading, text', + 'table-thead': 'heading@6', + 'table-tbody': 'table-row-divider@6', + 'table-row-divider': 'table-row, divider', + 'table-row': 'table-cell@6', + 'table-cell': 'text', + 'table-tfoot': 'text@2, avatar@2', + text: 'text' + }, this.types); + } + }, + methods: { + genBone: function genBone(text, children) { + return this.$createElement('div', { + staticClass: "v-skeleton-loader__" + text + " v-skeleton-loader__bone" + }, children); + }, + genBones: function genBones(bone) { + var _this = this; // e.g. 'text@3' + + + var _a = __read(bone.split('@'), 2), + type = _a[0], + length = _a[1]; + + var generator = function generator() { + return _this.genStructure(type); + }; // Generate a length array based upon + // value after @ in the bone string + + + return Array.from({ + length: length + }).map(generator); + }, + // Fix type when this is merged + // https://github.com/microsoft/TypeScript/pull/33050 + genStructure: function genStructure(type) { + var children = []; + type = type || this.type || ''; + var bone = this.rootTypes[type] || ''; // End of recursion, do nothing + + /* eslint-disable-next-line no-empty, brace-style */ + + if (type === bone) {} // Array of values - e.g. 'heading, paragraph, text@2' + else if (type.indexOf(',') > -1) return this.mapBones(type); // Array of values - e.g. 'paragraph@4' + else if (type.indexOf('@') > -1) return this.genBones(type); // Array of values - e.g. 'card@2' + else if (bone.indexOf(',') > -1) children = this.mapBones(bone); // Array of values - e.g. 'list-item@2' + else if (bone.indexOf('@') > -1) children = this.genBones(bone); // Single value - e.g. 'card-heading' + else if (bone) children.push(this.genStructure(bone)); + + return [this.genBone(type, children)]; + }, + genSkeleton: function genSkeleton() { + var children = []; + if (!this.isLoading) children.push(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_5__["getSlot"])(this));else children.push(this.genStructure()); + /* istanbul ignore else */ + + if (!this.transition) return children; + /* istanbul ignore next */ + + return this.$createElement('transition', { + props: { + name: this.transition + }, + // Only show transition when + // content has been loaded + on: { + afterEnter: this.resetStyles, + beforeEnter: this.onBeforeEnter, + beforeLeave: this.onBeforeLeave, + leaveCancelled: this.resetStyles + } + }, children); + }, + mapBones: function mapBones(bones) { + // Remove spaces and return array of structures + return bones.replace(/\s/g, '').split(',').map(this.genStructure); + }, + onBeforeEnter: function onBeforeEnter(el) { + this.resetStyles(el); + if (!this.isLoading) return; + el._initialStyle = { + display: el.style.display, + transition: el.style.transition + }; + el.style.setProperty('transition', 'none', 'important'); + }, + onBeforeLeave: function onBeforeLeave(el) { + el.style.setProperty('display', 'none', 'important'); + }, + resetStyles: function resetStyles(el) { + if (!el._initialStyle) return; + el.style.display = el._initialStyle.display || ''; + el.style.transition = el._initialStyle.transition; + delete el._initialStyle; + } + }, + render: function render(h) { + return h('div', { + staticClass: 'v-skeleton-loader', + attrs: this.attrs, + on: this.$listeners, + class: this.classes, + style: this.isLoading ? this.measurableStyles : undefined + }, [this.genSkeleton()]); + } +})); + +/***/ }), + +/***/ "./src/components/VSkeletonLoader/index.ts": +/*!*************************************************!*\ + !*** ./src/components/VSkeletonLoader/index.ts ***! + \*************************************************/ +/*! exports provided: VSkeletonLoader, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSkeletonLoader__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSkeletonLoader */ "./src/components/VSkeletonLoader/VSkeletonLoader.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VSkeletonLoader", function() { return _VSkeletonLoader__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VSkeletonLoader__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VSlideGroup/VSlideGroup.sass": +/*!*****************************************************!*\ + !*** ./src/components/VSlideGroup/VSlideGroup.sass ***! + \*****************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VSlideGroup/VSlideGroup.ts": +/*!***************************************************!*\ + !*** ./src/components/VSlideGroup/VSlideGroup.ts ***! + \***************************************************/ +/*! exports provided: BaseSlideGroup, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BaseSlideGroup", function() { return BaseSlideGroup; }); +/* harmony import */ var _VSlideGroup_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSlideGroup.sass */ "./src/components/VSlideGroup/VSlideGroup.sass"); +/* harmony import */ var _VSlideGroup_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VSlideGroup_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _transitions__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../transitions */ "./src/components/transitions/index.ts"); +/* harmony import */ var _VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VItemGroup/VItemGroup */ "./src/components/VItemGroup/VItemGroup.ts"); +/* harmony import */ var _directives_resize__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../directives/resize */ "./src/directives/resize/index.ts"); +/* harmony import */ var _directives_touch__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../directives/touch */ "./src/directives/touch/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Components + + + // Extensions + + // Directives + + + // Utilities + + +var BaseSlideGroup = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_6__["default"])(_VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_3__["BaseItemGroup"] +/* @vue/component */ +).extend({ + name: 'base-slide-group', + directives: { + Resize: _directives_resize__WEBPACK_IMPORTED_MODULE_4__["default"], + Touch: _directives_touch__WEBPACK_IMPORTED_MODULE_5__["default"] + }, + props: { + activeClass: { + type: String, + default: 'v-slide-item--active' + }, + centerActive: Boolean, + nextIcon: { + type: String, + default: '$next' + }, + mobileBreakPoint: { + type: [Number, String], + default: 1264, + validator: function validator(v) { + return !isNaN(parseInt(v)); + } + }, + prevIcon: { + type: String, + default: '$prev' + }, + showArrows: Boolean + }, + data: function data() { + return { + internalItemsLength: 0, + isOverflowing: false, + resizeTimeout: 0, + startX: 0, + scrollOffset: 0, + widths: { + content: 0, + wrapper: 0 + } + }; + }, + computed: { + __cachedNext: function __cachedNext() { + return this.genTransition('next'); + }, + __cachedPrev: function __cachedPrev() { + return this.genTransition('prev'); + }, + classes: function classes() { + return __assign({}, _VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_3__["BaseItemGroup"].options.computed.classes.call(this), { + 'v-slide-group': true, + 'v-slide-group--has-affixes': this.hasAffixes, + 'v-slide-group--is-overflowing': this.isOverflowing + }); + }, + hasAffixes: function hasAffixes() { + return (this.showArrows || !this.isMobile) && this.isOverflowing; + }, + hasNext: function hasNext() { + if (!this.hasAffixes) return false; + var _a = this.widths, + content = _a.content, + wrapper = _a.wrapper; // Check one scroll ahead to know the width of right-most item + + return content > Math.abs(this.scrollOffset) + wrapper; + }, + hasPrev: function hasPrev() { + return this.hasAffixes && this.scrollOffset !== 0; + }, + isMobile: function isMobile() { + return this.$vuetify.breakpoint.width < this.mobileBreakPoint; + } + }, + watch: { + internalValue: 'setWidths', + // When overflow changes, the arrows alter + // the widths of the content and wrapper + // and need to be recalculated + isOverflowing: 'setWidths', + scrollOffset: function scrollOffset(val) { + this.$refs.content.style.transform = "translateX(" + -val + "px)"; + } + }, + beforeUpdate: function beforeUpdate() { + this.internalItemsLength = (this.$children || []).length; + }, + updated: function updated() { + if (this.internalItemsLength === (this.$children || []).length) return; + this.setWidths(); + }, + methods: { + genNext: function genNext() { + var _this = this; + + if (!this.hasAffixes) return null; + var slot = this.$scopedSlots.next ? this.$scopedSlots.next({}) : this.$slots.next || this.__cachedNext; + return this.$createElement('div', { + staticClass: 'v-slide-group__next', + class: { + 'v-slide-group__next--disabled': !this.hasNext + }, + on: { + click: function click() { + return _this.onAffixClick('next'); + } + }, + key: 'next' + }, [slot]); + }, + genContent: function genContent() { + return this.$createElement('div', { + staticClass: 'v-slide-group__content', + ref: 'content' + }, this.$slots.default); + }, + genData: function genData() { + return { + class: this.classes, + directives: [{ + name: 'resize', + value: this.onResize + }] + }; + }, + genIcon: function genIcon(location) { + var icon = location; + + if (this.$vuetify.rtl && location === 'prev') { + icon = 'next'; + } else if (this.$vuetify.rtl && location === 'next') { + icon = 'prev'; + } + + var upperLocation = "" + location[0].toUpperCase() + location.slice(1); + var hasAffix = this["has" + upperLocation]; + if (!this.showArrows && !hasAffix) return null; + return this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_1__["default"], { + props: { + disabled: !hasAffix + } + }, this[icon + "Icon"]); + }, + // Always generate prev for scrollable hint + genPrev: function genPrev() { + var _this = this; + + var slot = this.$scopedSlots.prev ? this.$scopedSlots.prev({}) : this.$slots.prev || this.__cachedPrev; + return this.$createElement('div', { + staticClass: 'v-slide-group__prev', + class: { + 'v-slide-group__prev--disabled': !this.hasPrev + }, + on: { + click: function click() { + return _this.onAffixClick('prev'); + } + }, + key: 'prev' + }, [slot]); + }, + genTransition: function genTransition(location) { + return this.$createElement(_transitions__WEBPACK_IMPORTED_MODULE_2__["VFadeTransition"], [this.genIcon(location)]); + }, + genWrapper: function genWrapper() { + var _this = this; + + return this.$createElement('div', { + staticClass: 'v-slide-group__wrapper', + directives: [{ + name: 'touch', + value: { + start: function start(e) { + return _this.overflowCheck(e, _this.onTouchStart); + }, + move: function move(e) { + return _this.overflowCheck(e, _this.onTouchMove); + }, + end: function end(e) { + return _this.overflowCheck(e, _this.onTouchEnd); + } + } + }], + ref: 'wrapper' + }, [this.genContent()]); + }, + calculateNewOffset: function calculateNewOffset(direction, widths, rtl, currentScrollOffset) { + var sign = rtl ? -1 : 1; + var newAbosluteOffset = sign * currentScrollOffset + (direction === 'prev' ? -1 : 1) * widths.wrapper; + return sign * Math.max(Math.min(newAbosluteOffset, widths.content - widths.wrapper), 0); + }, + onAffixClick: function onAffixClick(location) { + this.$emit("click:" + location); + this.scrollTo(location); + }, + onResize: function onResize() { + /* istanbul ignore next */ + if (this._isDestroyed) return; + this.setWidths(); + }, + onTouchStart: function onTouchStart(e) { + var content = this.$refs.content; + this.startX = this.scrollOffset + e.touchstartX; + content.style.setProperty('transition', 'none'); + content.style.setProperty('willChange', 'transform'); + }, + onTouchMove: function onTouchMove(e) { + this.scrollOffset = this.startX - e.touchmoveX; + }, + onTouchEnd: function onTouchEnd() { + var _a = this.$refs, + content = _a.content, + wrapper = _a.wrapper; + var maxScrollOffset = content.clientWidth - wrapper.clientWidth; + content.style.setProperty('transition', null); + content.style.setProperty('willChange', null); + + if (this.$vuetify.rtl) { + /* istanbul ignore else */ + if (this.scrollOffset > 0 || !this.isOverflowing) { + this.scrollOffset = 0; + } else if (this.scrollOffset <= -maxScrollOffset) { + this.scrollOffset = -maxScrollOffset; + } + } else { + /* istanbul ignore else */ + if (this.scrollOffset < 0 || !this.isOverflowing) { + this.scrollOffset = 0; + } else if (this.scrollOffset >= maxScrollOffset) { + this.scrollOffset = maxScrollOffset; + } + } + }, + overflowCheck: function overflowCheck(e, fn) { + e.stopPropagation(); + this.isOverflowing && fn(e); + }, + scrollIntoView + /* istanbul ignore next */ + : function scrollIntoView() { + if (!this.selectedItem) { + return; + } + + if (this.selectedIndex === 0 || !this.centerActive && !this.isOverflowing) { + this.scrollOffset = 0; + } else if (this.centerActive) { + this.scrollOffset = this.calculateCenteredOffset(this.selectedItem.$el, this.widths, this.$vuetify.rtl); + } else if (this.isOverflowing) { + this.scrollOffset = this.calculateUpdatedOffset(this.selectedItem.$el, this.widths, this.$vuetify.rtl, this.scrollOffset); + } + }, + calculateUpdatedOffset: function calculateUpdatedOffset(selectedElement, widths, rtl, currentScrollOffset) { + var clientWidth = selectedElement.clientWidth; + var offsetLeft = rtl ? widths.content - selectedElement.offsetLeft - clientWidth : selectedElement.offsetLeft; + + if (rtl) { + currentScrollOffset = -currentScrollOffset; + } + + var totalWidth = widths.wrapper + currentScrollOffset; + var itemOffset = clientWidth + offsetLeft; + var additionalOffset = clientWidth * 0.4; + + if (offsetLeft < currentScrollOffset) { + currentScrollOffset = Math.max(offsetLeft - additionalOffset, 0); + } else if (totalWidth < itemOffset) { + currentScrollOffset = Math.min(currentScrollOffset - (totalWidth - itemOffset - additionalOffset), widths.content - widths.wrapper); + } + + return rtl ? -currentScrollOffset : currentScrollOffset; + }, + calculateCenteredOffset: function calculateCenteredOffset(selectedElement, widths, rtl) { + var offsetLeft = selectedElement.offsetLeft, + clientWidth = selectedElement.clientWidth; + + if (rtl) { + var offsetCentered = widths.content - offsetLeft - clientWidth / 2 - widths.wrapper / 2; + return -Math.min(widths.content - widths.wrapper, Math.max(0, offsetCentered)); + } else { + var offsetCentered = offsetLeft + clientWidth / 2 - widths.wrapper / 2; + return Math.min(widths.content - widths.wrapper, Math.max(0, offsetCentered)); + } + }, + scrollTo + /* istanbul ignore next */ + : function scrollTo(location) { + this.scrollOffset = this.calculateNewOffset(location, { + // Force reflow + content: this.$refs.content ? this.$refs.content.clientWidth : 0, + wrapper: this.$refs.wrapper ? this.$refs.wrapper.clientWidth : 0 + }, this.$vuetify.rtl, this.scrollOffset); + }, + setWidths + /* istanbul ignore next */ + : function setWidths() { + var _this = this; + + window.requestAnimationFrame(function () { + var _a = _this.$refs, + content = _a.content, + wrapper = _a.wrapper; + _this.widths = { + content: content ? content.clientWidth : 0, + wrapper: wrapper ? wrapper.clientWidth : 0 + }; + _this.isOverflowing = _this.widths.wrapper < _this.widths.content; + + _this.scrollIntoView(); + }); + } + }, + render: function render(h) { + return h('div', this.genData(), [this.genPrev(), this.genWrapper(), this.genNext()]); + } +}); +/* harmony default export */ __webpack_exports__["default"] = (BaseSlideGroup.extend({ + name: 'v-slide-group', + provide: function provide() { + return { + slideGroup: this + }; + } +})); + +/***/ }), + +/***/ "./src/components/VSlideGroup/VSlideItem.ts": +/*!**************************************************!*\ + !*** ./src/components/VSlideGroup/VSlideItem.ts ***! + \**************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VItemGroup_VItem__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../VItemGroup/VItem */ "./src/components/VItemGroup/VItem.ts"); +/* harmony import */ var _mixins_groupable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/groupable */ "./src/mixins/groupable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +// Extensions + // Mixins + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_VItemGroup_VItem__WEBPACK_IMPORTED_MODULE_0__["BaseItem"], Object(_mixins_groupable__WEBPACK_IMPORTED_MODULE_1__["factory"])('slideGroup') +/* @vue/component */ +).extend({ + name: 'v-slide-item' +})); + +/***/ }), + +/***/ "./src/components/VSlideGroup/index.ts": +/*!*********************************************!*\ + !*** ./src/components/VSlideGroup/index.ts ***! + \*********************************************/ +/*! exports provided: VSlideGroup, VSlideItem, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSlideGroup__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSlideGroup */ "./src/components/VSlideGroup/VSlideGroup.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VSlideGroup", function() { return _VSlideGroup__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _VSlideItem__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VSlideItem */ "./src/components/VSlideGroup/VSlideItem.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VSlideItem", function() { return _VSlideItem__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + + + + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VSlideGroup: _VSlideGroup__WEBPACK_IMPORTED_MODULE_0__["default"], + VSlideItem: _VSlideItem__WEBPACK_IMPORTED_MODULE_1__["default"] + } +}); + +/***/ }), + +/***/ "./src/components/VSlider/VSlider.sass": +/*!*********************************************!*\ + !*** ./src/components/VSlider/VSlider.sass ***! + \*********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VSlider/VSlider.ts": +/*!*******************************************!*\ + !*** ./src/components/VSlider/VSlider.ts ***! + \*******************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSlider_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSlider.sass */ "./src/components/VSlider/VSlider.sass"); +/* harmony import */ var _VSlider_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VSlider_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VInput__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VInput */ "./src/components/VInput/index.ts"); +/* harmony import */ var _transitions__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../transitions */ "./src/components/transitions/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _mixins_loadable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/loadable */ "./src/mixins/loadable/index.ts"); +/* harmony import */ var _directives_click_outside__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../directives/click-outside */ "./src/directives/click-outside/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + + // Components + + + // Mixins + + + // Directives + + // Helpers + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_VInput__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_loadable__WEBPACK_IMPORTED_MODULE_4__["default"] +/* @vue/component */ +).extend({ + name: 'v-slider', + directives: { + ClickOutside: _directives_click_outside__WEBPACK_IMPORTED_MODULE_5__["default"] + }, + mixins: [_mixins_loadable__WEBPACK_IMPORTED_MODULE_4__["default"]], + props: { + disabled: Boolean, + inverseLabel: Boolean, + max: { + type: [Number, String], + default: 100 + }, + min: { + type: [Number, String], + default: 0 + }, + step: { + type: [Number, String], + default: 1 + }, + thumbColor: String, + thumbLabel: { + type: [Boolean, String], + default: undefined, + validator: function validator(v) { + return typeof v === 'boolean' || v === 'always'; + } + }, + thumbSize: { + type: [Number, String], + default: 32 + }, + tickLabels: { + type: Array, + default: function _default() { + return []; + } + }, + ticks: { + type: [Boolean, String], + default: false, + validator: function validator(v) { + return typeof v === 'boolean' || v === 'always'; + } + }, + tickSize: { + type: [Number, String], + default: 2 + }, + trackColor: String, + trackFillColor: String, + value: [Number, String], + vertical: Boolean + }, + data: function data() { + return { + app: null, + oldValue: null, + keyPressed: 0, + isFocused: false, + isActive: false, + noClick: false + }; + }, + computed: { + classes: function classes() { + return __assign({}, _VInput__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.classes.call(this), { + 'v-input__slider': true, + 'v-input__slider--vertical': this.vertical, + 'v-input__slider--inverse-label': this.inverseLabel + }); + }, + internalValue: { + get: function get() { + return this.lazyValue; + }, + set: function set(val) { + val = isNaN(val) ? this.minValue : val; // Round value to ensure the + // entire slider range can + // be selected with step + + var value = this.roundValue(Math.min(Math.max(val, this.minValue), this.maxValue)); + if (value === this.lazyValue) return; + this.lazyValue = value; + this.$emit('input', value); + } + }, + trackTransition: function trackTransition() { + return this.keyPressed >= 2 ? 'none' : ''; + }, + minValue: function minValue() { + return parseFloat(this.min); + }, + maxValue: function maxValue() { + return parseFloat(this.max); + }, + stepNumeric: function stepNumeric() { + return this.step > 0 ? parseFloat(this.step) : 0; + }, + inputWidth: function inputWidth() { + var value = (this.roundValue(this.internalValue) - this.minValue) / (this.maxValue - this.minValue) * 100; + return value; + }, + trackFillStyles: function trackFillStyles() { + var _a; + + var startDir = this.vertical ? 'bottom' : 'left'; + var endDir = this.vertical ? 'top' : 'right'; + var valueDir = this.vertical ? 'height' : 'width'; + var start = this.$vuetify.rtl ? 'auto' : '0'; + var end = this.$vuetify.rtl ? '0' : 'auto'; + var value = this.disabled ? "calc(" + this.inputWidth + "% - 10px)" : this.inputWidth + "%"; + return _a = { + transition: this.trackTransition + }, _a[startDir] = start, _a[endDir] = end, _a[valueDir] = value, _a; + }, + trackStyles: function trackStyles() { + var _a; + + var startDir = this.vertical ? this.$vuetify.rtl ? 'bottom' : 'top' : this.$vuetify.rtl ? 'left' : 'right'; + var endDir = this.vertical ? 'height' : 'width'; + var start = '0px'; + var end = this.disabled ? "calc(" + (100 - this.inputWidth) + "% - 10px)" : "calc(" + (100 - this.inputWidth) + "%)"; + return _a = { + transition: this.trackTransition + }, _a[startDir] = start, _a[endDir] = end, _a; + }, + showTicks: function showTicks() { + return this.tickLabels.length > 0 || !!(!this.disabled && this.stepNumeric && this.ticks); + }, + numTicks: function numTicks() { + return Math.ceil((this.maxValue - this.minValue) / this.stepNumeric); + }, + showThumbLabel: function showThumbLabel() { + return !this.disabled && !!(this.thumbLabel || this.$scopedSlots['thumb-label']); + }, + computedTrackColor: function computedTrackColor() { + if (this.disabled) return undefined; + if (this.trackColor) return this.trackColor; + if (this.isDark) return this.validationState; + return this.validationState || 'primary lighten-3'; + }, + computedTrackFillColor: function computedTrackFillColor() { + if (this.disabled) return undefined; + if (this.trackFillColor) return this.trackFillColor; + return this.validationState || this.computedColor; + }, + computedThumbColor: function computedThumbColor() { + if (this.thumbColor) return this.thumbColor; + return this.validationState || this.computedColor; + } + }, + watch: { + min: function min(val) { + var parsed = parseFloat(val); + parsed > this.internalValue && this.$emit('input', parsed); + }, + max: function max(val) { + var parsed = parseFloat(val); + parsed < this.internalValue && this.$emit('input', parsed); + }, + value: { + handler: function handler(v) { + this.internalValue = v; + } + } + }, + // If done in as immediate in + // value watcher, causes issues + // with vue-test-utils + beforeMount: function beforeMount() { + this.internalValue = this.value; + }, + mounted: function mounted() { + // Without a v-app, iOS does not work with body selectors + this.app = document.querySelector('[data-app]') || Object(_util_console__WEBPACK_IMPORTED_MODULE_7__["consoleWarn"])('Missing v-app or a non-body wrapping element with the [data-app] attribute', this); + }, + methods: { + genDefaultSlot: function genDefaultSlot() { + var children = [this.genLabel()]; + var slider = this.genSlider(); + this.inverseLabel ? children.unshift(slider) : children.push(slider); + children.push(this.genProgress()); + return children; + }, + genSlider: function genSlider() { + return this.$createElement('div', { + class: __assign({ + 'v-slider': true, + 'v-slider--horizontal': !this.vertical, + 'v-slider--vertical': this.vertical, + 'v-slider--focused': this.isFocused, + 'v-slider--active': this.isActive, + 'v-slider--disabled': this.disabled, + 'v-slider--readonly': this.readonly + }, this.themeClasses), + directives: [{ + name: 'click-outside', + value: this.onBlur + }], + on: { + click: this.onSliderClick + } + }, this.genChildren()); + }, + genChildren: function genChildren() { + return [this.genInput(), this.genTrackContainer(), this.genSteps(), this.genThumbContainer(this.internalValue, this.inputWidth, this.isActive, this.isFocused, this.onThumbMouseDown, this.onFocus, this.onBlur)]; + }, + genInput: function genInput() { + return this.$createElement('input', { + attrs: __assign({ + value: this.internalValue, + id: this.computedId, + disabled: this.disabled, + readonly: true, + tabindex: -1 + }, this.$attrs) + }); + }, + genTrackContainer: function genTrackContainer() { + var children = [this.$createElement('div', this.setBackgroundColor(this.computedTrackColor, { + staticClass: 'v-slider__track-background', + style: this.trackStyles + })), this.$createElement('div', this.setBackgroundColor(this.computedTrackFillColor, { + staticClass: 'v-slider__track-fill', + style: this.trackFillStyles + }))]; + return this.$createElement('div', { + staticClass: 'v-slider__track-container', + ref: 'track' + }, children); + }, + genSteps: function genSteps() { + var _this = this; + + if (!this.step || !this.showTicks) return null; + var tickSize = parseFloat(this.tickSize); + var range = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["createRange"])(this.numTicks + 1); + var direction = this.vertical ? 'bottom' : 'left'; + var offsetDirection = this.vertical ? 'right' : 'top'; + if (this.vertical) range.reverse(); + var ticks = range.map(function (i) { + var _a; + + var index = _this.$vuetify.rtl ? _this.maxValue - i : i; + var children = []; + + if (_this.tickLabels[index]) { + children.push(_this.$createElement('div', { + staticClass: 'v-slider__tick-label' + }, _this.tickLabels[index])); + } + + var width = i * (100 / _this.numTicks); + var filled = _this.$vuetify.rtl ? 100 - _this.inputWidth < width : width < _this.inputWidth; + return _this.$createElement('span', { + key: i, + staticClass: 'v-slider__tick', + class: { + 'v-slider__tick--filled': filled + }, + style: (_a = { + width: tickSize + "px", + height: tickSize + "px" + }, _a[direction] = "calc(" + width + "% - " + tickSize / 2 + "px)", _a[offsetDirection] = "calc(50% - " + tickSize / 2 + "px)", _a) + }, children); + }); + return this.$createElement('div', { + staticClass: 'v-slider__ticks-container', + class: { + 'v-slider__ticks-container--always-show': this.ticks === 'always' || this.tickLabels.length > 0 + } + }, ticks); + }, + genThumbContainer: function genThumbContainer(value, valueWidth, isActive, isFocused, onDrag, onFocus, onBlur, ref) { + if (ref === void 0) { + ref = 'thumb'; + } + + var children = [this.genThumb()]; + var thumbLabelContent = this.genThumbLabelContent(value); + this.showThumbLabel && children.push(this.genThumbLabel(thumbLabelContent)); + return this.$createElement('div', this.setTextColor(this.computedThumbColor, { + ref: ref, + staticClass: 'v-slider__thumb-container', + class: { + 'v-slider__thumb-container--active': isActive, + 'v-slider__thumb-container--focused': isFocused, + 'v-slider__thumb-container--show-label': this.showThumbLabel + }, + style: this.getThumbContainerStyles(valueWidth), + attrs: __assign({ + role: 'slider', + tabindex: this.disabled || this.readonly ? -1 : this.$attrs.tabindex ? this.$attrs.tabindex : 0, + 'aria-label': this.label, + 'aria-valuemin': this.min, + 'aria-valuemax': this.max, + 'aria-valuenow': this.internalValue, + 'aria-readonly': String(this.readonly), + 'aria-orientation': this.vertical ? 'vertical' : 'horizontal' + }, this.$attrs), + on: { + focus: onFocus, + blur: onBlur, + keydown: this.onKeyDown, + keyup: this.onKeyUp, + touchstart: onDrag, + mousedown: onDrag + } + }), children); + }, + genThumbLabelContent: function genThumbLabelContent(value) { + return this.$scopedSlots['thumb-label'] ? this.$scopedSlots['thumb-label']({ + value: value + }) : [this.$createElement('span', [String(value)])]; + }, + genThumbLabel: function genThumbLabel(content) { + var size = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["convertToUnit"])(this.thumbSize); + var transform = this.vertical ? "translateY(20%) translateY(" + (Number(this.thumbSize) / 3 - 1) + "px) translateX(55%) rotate(135deg)" : "translateY(-20%) translateY(-12px) translateX(-50%) rotate(45deg)"; + return this.$createElement(_transitions__WEBPACK_IMPORTED_MODULE_2__["VScaleTransition"], { + props: { + origin: 'bottom center' + } + }, [this.$createElement('div', { + staticClass: 'v-slider__thumb-label-container', + directives: [{ + name: 'show', + value: this.isFocused || this.isActive || this.thumbLabel === 'always' + }] + }, [this.$createElement('div', this.setBackgroundColor(this.computedThumbColor, { + staticClass: 'v-slider__thumb-label', + style: { + height: size, + width: size, + transform: transform + } + }), [this.$createElement('div', content)])])]); + }, + genThumb: function genThumb() { + return this.$createElement('div', this.setBackgroundColor(this.computedThumbColor, { + staticClass: 'v-slider__thumb' + })); + }, + getThumbContainerStyles: function getThumbContainerStyles(width) { + var _a; + + var direction = this.vertical ? 'top' : 'left'; + var value = this.$vuetify.rtl ? 100 - width : width; + value = this.vertical ? 100 - value : value; + return _a = { + transition: this.trackTransition + }, _a[direction] = value + "%", _a; + }, + onThumbMouseDown: function onThumbMouseDown(e) { + e.preventDefault(); + this.oldValue = this.internalValue; + this.keyPressed = 2; + this.isActive = true; + var mouseUpOptions = _util_helpers__WEBPACK_IMPORTED_MODULE_6__["passiveSupported"] ? { + passive: true, + capture: true + } : true; + var mouseMoveOptions = _util_helpers__WEBPACK_IMPORTED_MODULE_6__["passiveSupported"] ? { + passive: true + } : false; + + if ('touches' in e) { + this.app.addEventListener('touchmove', this.onMouseMove, mouseMoveOptions); + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["addOnceEventListener"])(this.app, 'touchend', this.onSliderMouseUp, mouseUpOptions); + } else { + this.app.addEventListener('mousemove', this.onMouseMove, mouseMoveOptions); + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["addOnceEventListener"])(this.app, 'mouseup', this.onSliderMouseUp, mouseUpOptions); + } + + this.$emit('start', this.internalValue); + }, + onSliderMouseUp: function onSliderMouseUp(e) { + e.stopPropagation(); + this.keyPressed = 0; + var mouseMoveOptions = _util_helpers__WEBPACK_IMPORTED_MODULE_6__["passiveSupported"] ? { + passive: true + } : false; + this.app.removeEventListener('touchmove', this.onMouseMove, mouseMoveOptions); + this.app.removeEventListener('mousemove', this.onMouseMove, mouseMoveOptions); + this.$emit('end', this.internalValue); + + if (!Object(_util_helpers__WEBPACK_IMPORTED_MODULE_6__["deepEqual"])(this.oldValue, this.internalValue)) { + this.$emit('change', this.internalValue); + this.noClick = true; + } + + this.isActive = false; + }, + onMouseMove: function onMouseMove(e) { + var value = this.parseMouseMove(e).value; + this.internalValue = value; + }, + onKeyDown: function onKeyDown(e) { + if (this.disabled || this.readonly) return; + var value = this.parseKeyDown(e, this.internalValue); + if (value == null) return; + this.internalValue = value; + this.$emit('change', value); + }, + onKeyUp: function onKeyUp() { + this.keyPressed = 0; + }, + onSliderClick: function onSliderClick(e) { + if (this.noClick) { + this.noClick = false; + return; + } + + var thumb = this.$refs.thumb; + thumb.focus(); + this.onMouseMove(e); + this.$emit('change', this.internalValue); + }, + onBlur: function onBlur(e) { + this.isFocused = false; + this.$emit('blur', e); + }, + onFocus: function onFocus(e) { + this.isFocused = true; + this.$emit('focus', e); + }, + parseMouseMove: function parseMouseMove(e) { + var start = this.vertical ? 'top' : 'left'; + var length = this.vertical ? 'height' : 'width'; + var click = this.vertical ? 'clientY' : 'clientX'; + + var _a = this.$refs.track.getBoundingClientRect(), + _b = start, + trackStart = _a[_b], + _c = length, + trackLength = _a[_c]; + + var clickOffset = 'touches' in e ? e.touches[0][click] : e[click]; // Can we get rid of any here? + // It is possible for left to be NaN, force to number + + var clickPos = Math.min(Math.max((clickOffset - trackStart) / trackLength, 0), 1) || 0; + if (this.vertical) clickPos = 1 - clickPos; + if (this.$vuetify.rtl) clickPos = 1 - clickPos; + var isInsideTrack = clickOffset >= trackStart && clickOffset <= trackStart + trackLength; + var value = parseFloat(this.min) + clickPos * (this.maxValue - this.minValue); + return { + value: value, + isInsideTrack: isInsideTrack + }; + }, + parseKeyDown: function parseKeyDown(e, value) { + if (this.disabled) return; + var pageup = _util_helpers__WEBPACK_IMPORTED_MODULE_6__["keyCodes"].pageup, + pagedown = _util_helpers__WEBPACK_IMPORTED_MODULE_6__["keyCodes"].pagedown, + end = _util_helpers__WEBPACK_IMPORTED_MODULE_6__["keyCodes"].end, + home = _util_helpers__WEBPACK_IMPORTED_MODULE_6__["keyCodes"].home, + left = _util_helpers__WEBPACK_IMPORTED_MODULE_6__["keyCodes"].left, + right = _util_helpers__WEBPACK_IMPORTED_MODULE_6__["keyCodes"].right, + down = _util_helpers__WEBPACK_IMPORTED_MODULE_6__["keyCodes"].down, + up = _util_helpers__WEBPACK_IMPORTED_MODULE_6__["keyCodes"].up; + if (![pageup, pagedown, end, home, left, right, down, up].includes(e.keyCode)) return; + e.preventDefault(); + var step = this.stepNumeric || 1; + var steps = (this.maxValue - this.minValue) / step; + + if ([left, right, down, up].includes(e.keyCode)) { + this.keyPressed += 1; + var increase = this.$vuetify.rtl ? [left, up] : [right, up]; + var direction = increase.includes(e.keyCode) ? 1 : -1; + var multiplier = e.shiftKey ? 3 : e.ctrlKey ? 2 : 1; + value = value + direction * step * multiplier; + } else if (e.keyCode === home) { + value = this.minValue; + } else if (e.keyCode === end) { + value = this.maxValue; + } else { + var direction = e.keyCode === pagedown ? 1 : -1; + value = value - direction * step * (steps > 100 ? steps / 10 : 10); + } + + return value; + }, + roundValue: function roundValue(value) { + if (!this.stepNumeric) return value; // Format input value using the same number + // of decimals places as in the step prop + + var trimmedStep = this.step.toString().trim(); + var decimals = trimmedStep.indexOf('.') > -1 ? trimmedStep.length - trimmedStep.indexOf('.') - 1 : 0; + var offset = this.minValue % this.stepNumeric; + var newValue = Math.round((value - offset) / this.stepNumeric) * this.stepNumeric + offset; + return parseFloat(Math.min(newValue, this.maxValue).toFixed(decimals)); + } + } +})); + +/***/ }), + +/***/ "./src/components/VSlider/index.ts": +/*!*****************************************!*\ + !*** ./src/components/VSlider/index.ts ***! + \*****************************************/ +/*! exports provided: VSlider, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSlider__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSlider */ "./src/components/VSlider/VSlider.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VSlider", function() { return _VSlider__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VSlider__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VSnackbar/VSnackbar.sass": +/*!*************************************************!*\ + !*** ./src/components/VSnackbar/VSnackbar.sass ***! + \*************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VSnackbar/VSnackbar.ts": +/*!***********************************************!*\ + !*** ./src/components/VSnackbar/VSnackbar.ts ***! + \***********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSnackbar_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSnackbar.sass */ "./src/components/VSnackbar/VSnackbar.sass"); +/* harmony import */ var _VSnackbar_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VSnackbar_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _mixins_positionable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/positionable */ "./src/mixins/positionable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +// Styles + // Mixins + + + + // Types + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_toggleable__WEBPACK_IMPORTED_MODULE_2__["default"], Object(_mixins_positionable__WEBPACK_IMPORTED_MODULE_3__["factory"])(['absolute', 'top', 'bottom', 'left', 'right']) +/* @vue/component */ +).extend({ + name: 'v-snackbar', + props: { + multiLine: Boolean, + // TODO: change this to closeDelay to match other API in delayable.js + timeout: { + type: Number, + default: 6000 + }, + vertical: Boolean + }, + data: function data() { + return { + activeTimeout: -1 + }; + }, + computed: { + classes: function classes() { + return { + 'v-snack--active': this.isActive, + 'v-snack--absolute': this.absolute, + 'v-snack--bottom': this.bottom || !this.top, + 'v-snack--left': this.left, + 'v-snack--multi-line': this.multiLine && !this.vertical, + 'v-snack--right': this.right, + 'v-snack--top': this.top, + 'v-snack--vertical': this.vertical + }; + } + }, + watch: { + isActive: function isActive() { + this.setTimeout(); + } + }, + created: function created() { + if (this.$attrs.hasOwnProperty('auto-height')) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_5__["removed"])('auto-height', this); + } + }, + mounted: function mounted() { + this.setTimeout(); + }, + methods: { + setTimeout: function setTimeout() { + var _this = this; + + window.clearTimeout(this.activeTimeout); + + if (this.isActive && this.timeout) { + this.activeTimeout = window.setTimeout(function () { + _this.isActive = false; + }, this.timeout); + } + } + }, + render: function render(h) { + return h('transition', { + attrs: { + name: 'v-snack-transition' + } + }, [this.isActive && h('div', { + staticClass: 'v-snack', + class: this.classes, + on: this.$listeners + }, [h('div', this.setBackgroundColor(this.color, { + staticClass: 'v-snack__wrapper', + attrs: { + role: 'alert' + } + }), [h('div', { + staticClass: 'v-snack__content' + }, this.$slots.default)])])]); + } +})); + +/***/ }), + +/***/ "./src/components/VSnackbar/index.ts": +/*!*******************************************!*\ + !*** ./src/components/VSnackbar/index.ts ***! + \*******************************************/ +/*! exports provided: VSnackbar, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSnackbar__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSnackbar */ "./src/components/VSnackbar/VSnackbar.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VSnackbar", function() { return _VSnackbar__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VSnackbar__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VSparkline/VSparkline.ts": +/*!*************************************************!*\ + !*** ./src/components/VSparkline/VSparkline.ts ***! + \*************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _helpers_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./helpers/core */ "./src/components/VSparkline/helpers/core.ts"); +/* harmony import */ var _helpers_path__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers/path */ "./src/components/VSparkline/helpers/path.ts"); +function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Mixins + + + // Utilities + + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_1__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_0__["default"]).extend({ + name: 'VSparkline', + inheritAttrs: false, + props: { + autoDraw: Boolean, + autoDrawDuration: { + type: Number, + default: 2000 + }, + autoDrawEasing: { + type: String, + default: 'ease' + }, + autoLineWidth: { + type: Boolean, + default: false + }, + color: { + type: String, + default: 'primary' + }, + fill: { + type: Boolean, + default: false + }, + gradient: { + type: Array, + default: function _default() { + return []; + } + }, + gradientDirection: { + type: String, + validator: function validator(val) { + return ['top', 'bottom', 'left', 'right'].includes(val); + }, + default: 'top' + }, + height: { + type: [String, Number], + default: 75 + }, + labels: { + type: Array, + default: function _default() { + return []; + } + }, + labelSize: { + type: [Number, String], + default: 7 + }, + lineWidth: { + type: [String, Number], + default: 4 + }, + padding: { + type: [String, Number], + default: 8 + }, + showLabels: Boolean, + smooth: { + type: [Boolean, Number, String], + default: false + }, + type: { + type: String, + default: 'trend', + validator: function validator(val) { + return ['trend', 'bar'].includes(val); + } + }, + value: { + type: Array, + default: function _default() { + return []; + } + }, + width: { + type: [Number, String], + default: 300 + } + }, + data: function data() { + return { + lastLength: 0 + }; + }, + computed: { + parsedPadding: function parsedPadding() { + return Number(this.padding); + }, + parsedWidth: function parsedWidth() { + return Number(this.width); + }, + parsedHeight: function parsedHeight() { + return parseInt(this.height, 10); + }, + parsedLabelSize: function parsedLabelSize() { + return parseInt(this.labelSize, 10) || 7; + }, + totalHeight: function totalHeight() { + var height = this.parsedHeight; + if (this.hasLabels) height += parseInt(this.labelSize, 10) * 1.5; + return height; + }, + totalWidth: function totalWidth() { + var width = this.parsedWidth; + if (this.type === 'bar') width = Math.max(this.value.length * this._lineWidth, width); + return width; + }, + totalValues: function totalValues() { + return this.value.length; + }, + _lineWidth: function _lineWidth() { + if (this.autoLineWidth && this.type !== 'trend') { + var totalPadding = this.parsedPadding * (this.totalValues + 1); + return (this.parsedWidth - totalPadding) / this.totalValues; + } else { + return parseFloat(this.lineWidth) || 4; + } + }, + boundary: function boundary() { + if (this.type === 'bar') return { + minX: 0, + maxX: this.totalWidth, + minY: 0, + maxY: this.parsedHeight + }; + var padding = this.parsedPadding; + return { + minX: padding, + maxX: this.totalWidth - padding, + minY: padding, + maxY: this.parsedHeight - padding + }; + }, + hasLabels: function hasLabels() { + return Boolean(this.showLabels || this.labels.length > 0 || this.$scopedSlots.label); + }, + parsedLabels: function parsedLabels() { + var labels = []; + var points = this._values; + var len = points.length; + + for (var i = 0; labels.length < len; i++) { + var item = points[i]; + var value = this.labels[i]; + + if (!value) { + value = _typeof(item) === 'object' ? item.value : item; + } + + labels.push({ + x: item.x, + value: String(value) + }); + } + + return labels; + }, + normalizedValues: function normalizedValues() { + return this.value.map(function (item) { + return typeof item === 'number' ? item : item.value; + }); + }, + _values: function _values() { + return this.type === 'trend' ? Object(_helpers_core__WEBPACK_IMPORTED_MODULE_2__["genPoints"])(this.normalizedValues, this.boundary) : Object(_helpers_core__WEBPACK_IMPORTED_MODULE_2__["genBars"])(this.normalizedValues, this.boundary); + }, + textY: function textY() { + var y = this.parsedHeight; + if (this.type === 'trend') y -= 4; + return y; + }, + _radius: function _radius() { + return this.smooth === true ? 8 : Number(this.smooth); + } + }, + watch: { + value: { + immediate: true, + handler: function handler() { + var _this = this; + + this.$nextTick(function () { + if (!_this.autoDraw || _this.type === 'bar' || !_this.$refs.path) return; + var path = _this.$refs.path; + var length = path.getTotalLength(); + + if (!_this.fill) { + path.style.transition = 'none'; + path.style.strokeDasharray = length + ' ' + length; + path.style.strokeDashoffset = Math.abs(length - (_this.lastLength || 0)).toString(); + path.getBoundingClientRect(); + path.style.transition = "stroke-dashoffset " + _this.autoDrawDuration + "ms " + _this.autoDrawEasing; + path.style.strokeDashoffset = '0'; + } else { + path.style.transformOrigin = 'bottom center'; + path.style.transition = 'none'; + path.style.transform = "scaleY(0)"; + path.getBoundingClientRect(); + path.style.transition = "transform " + _this.autoDrawDuration + "ms " + _this.autoDrawEasing; + path.style.transform = "scaleY(1)"; + } + + _this.lastLength = length; + }); + } + } + }, + methods: { + genGradient: function genGradient() { + var _this = this; + + var gradientDirection = this.gradientDirection; + var gradient = this.gradient.slice(); // Pushes empty string to force + // a fallback to currentColor + + if (!gradient.length) gradient.push(''); + var len = Math.max(gradient.length - 1, 1); + var stops = gradient.reverse().map(function (color, index) { + return _this.$createElement('stop', { + attrs: { + offset: index / len, + 'stop-color': color || _this.color || 'currentColor' + } + }); + }); + return this.$createElement('defs', [this.$createElement('linearGradient', { + attrs: { + id: this._uid, + x1: +(gradientDirection === 'left'), + y1: +(gradientDirection === 'top'), + x2: +(gradientDirection === 'right'), + y2: +(gradientDirection === 'bottom') + } + }, stops)]); + }, + genG: function genG(children) { + return this.$createElement('g', { + style: { + fontSize: '8', + textAnchor: 'middle', + dominantBaseline: 'mathematical', + fill: this.color || 'currentColor' + } + }, children); + }, + genPath: function genPath() { + var points = Object(_helpers_core__WEBPACK_IMPORTED_MODULE_2__["genPoints"])(this.normalizedValues, this.boundary); + return this.$createElement('path', { + attrs: { + id: this._uid, + d: Object(_helpers_path__WEBPACK_IMPORTED_MODULE_3__["genPath"])(points, this._radius, this.fill, this.parsedHeight), + fill: this.fill ? "url(#" + this._uid + ")" : 'none', + stroke: this.fill ? 'none' : "url(#" + this._uid + ")" + }, + ref: 'path' + }); + }, + genLabels: function genLabels(offsetX) { + var _this = this; + + var children = this.parsedLabels.map(function (item, i) { + return _this.$createElement('text', { + attrs: { + x: item.x + offsetX + _this._lineWidth / 2, + y: _this.textY + _this.parsedLabelSize * 0.75, + 'font-size': Number(_this.labelSize) || 7 + } + }, [_this.genLabel(item, i)]); + }); + return this.genG(children); + }, + genLabel: function genLabel(item, index) { + return this.$scopedSlots.label ? this.$scopedSlots.label({ + index: index, + value: item.value + }) : item.value; + }, + genBars: function genBars() { + if (!this.value || this.totalValues < 2) return undefined; + + var bars = Object(_helpers_core__WEBPACK_IMPORTED_MODULE_2__["genBars"])(this.normalizedValues, this.boundary); + + var offsetX = (Math.abs(bars[0].x - bars[1].x) - this._lineWidth) / 2; + return this.$createElement('svg', { + attrs: { + display: 'block', + viewBox: "0 0 " + this.totalWidth + " " + this.totalHeight + } + }, [this.genGradient(), this.genClipPath(bars, offsetX, this._lineWidth, 'sparkline-bar-' + this._uid), this.hasLabels ? this.genLabels(offsetX) : undefined, this.$createElement('g', { + attrs: { + 'clip-path': "url(#sparkline-bar-" + this._uid + "-clip)", + fill: "url(#" + this._uid + ")" + } + }, [this.$createElement('rect', { + attrs: { + x: 0, + y: 0, + width: this.totalWidth, + height: this.height + } + })])]); + }, + genClipPath: function genClipPath(bars, offsetX, lineWidth, id) { + var _this = this; + + var rounding = typeof this.smooth === 'number' ? this.smooth : this.smooth ? 2 : 0; + return this.$createElement('clipPath', { + attrs: { + id: id + "-clip" + } + }, bars.map(function (item) { + return _this.$createElement('rect', { + attrs: { + x: item.x + offsetX, + y: item.y, + width: lineWidth, + height: item.height, + rx: rounding, + ry: rounding + } + }, [_this.autoDraw ? _this.$createElement('animate', { + attrs: { + attributeName: 'height', + from: 0, + to: item.height, + dur: _this.autoDrawDuration + "ms", + fill: 'freeze' + } + }) : undefined]); + })); + }, + genTrend: function genTrend() { + return this.$createElement('svg', this.setTextColor(this.color, { + attrs: __assign({}, this.$attrs, { + display: 'block', + 'stroke-width': this._lineWidth || 1, + viewBox: "0 0 " + this.width + " " + this.totalHeight + }) + }), [this.genGradient(), this.hasLabels && this.genLabels(-(this._lineWidth / 2)), this.genPath()]); + } + }, + render: function render(h) { + if (this.totalValues < 2) return undefined; + return this.type === 'trend' ? this.genTrend() : this.genBars(); + } +})); + +/***/ }), + +/***/ "./src/components/VSparkline/helpers/core.ts": +/*!***************************************************!*\ + !*** ./src/components/VSparkline/helpers/core.ts ***! + \***************************************************/ +/*! exports provided: genPoints, genBars */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "genPoints", function() { return genPoints; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "genBars", function() { return genBars; }); +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; + +var __spread = undefined && undefined.__spread || function () { + for (var ar = [], i = 0; i < arguments.length; i++) { + ar = ar.concat(__read(arguments[i])); + } + + return ar; +}; + +function genPoints(values, boundary) { + var minX = boundary.minX, + maxX = boundary.maxX, + minY = boundary.minY, + maxY = boundary.maxY; + var totalValues = values.length; + var maxValue = Math.max.apply(Math, __spread(values)); + var minValue = Math.min.apply(Math, __spread(values)); + var gridX = (maxX - minX) / (totalValues - 1); + var gridY = (maxY - minY) / (maxValue - minValue || 1); + return values.map(function (value, index) { + return { + x: minX + index * gridX, + y: maxY - (value - minValue) * gridY + +(index === totalValues - 1) * 0.00001 - +(index === 0) * 0.00001, + value: value + }; + }); +} +function genBars(values, boundary) { + var minX = boundary.minX, + maxX = boundary.maxX, + minY = boundary.minY, + maxY = boundary.maxY; + var totalValues = values.length; + var maxValue = Math.max.apply(Math, __spread(values)); + var minValue = Math.min.apply(Math, __spread(values)); + if (minValue > 0) minValue = 0; + if (maxValue < 0) maxValue = 0; + var gridX = maxX / totalValues; + var gridY = (maxY - minY) / (maxValue - minValue); + var horizonY = maxY - Math.abs(minValue * gridY); + return values.map(function (value, index) { + var height = Math.abs(gridY * value); + return { + x: minX + index * gridX, + y: horizonY - height + +(value < 0) * height, + height: height, + value: value + }; + }); +} + +/***/ }), + +/***/ "./src/components/VSparkline/helpers/math.ts": +/*!***************************************************!*\ + !*** ./src/components/VSparkline/helpers/math.ts ***! + \***************************************************/ +/*! exports provided: checkCollinear, getDistance, moveTo */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "checkCollinear", function() { return checkCollinear; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getDistance", function() { return getDistance; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "moveTo", function() { return moveTo; }); +function int(value) { + return parseInt(value, 10); +} +/** + * https://en.wikipedia.org/wiki/Collinearity + * x=(x1+x2)/2 + * y=(y1+y2)/2 + */ + + +function checkCollinear(p0, p1, p2) { + return int(p0.x + p2.x) === int(2 * p1.x) && int(p0.y + p2.y) === int(2 * p1.y); +} +function getDistance(p1, p2) { + return Math.sqrt(Math.pow(p2.x - p1.x, 2) + Math.pow(p2.y - p1.y, 2)); +} +function moveTo(to, from, radius) { + var vector = { + x: to.x - from.x, + y: to.y - from.y + }; + var length = Math.sqrt(vector.x * vector.x + vector.y * vector.y); + var unitVector = { + x: vector.x / length, + y: vector.y / length + }; + return { + x: from.x + unitVector.x * radius, + y: from.y + unitVector.y * radius + }; +} + +/***/ }), + +/***/ "./src/components/VSparkline/helpers/path.ts": +/*!***************************************************!*\ + !*** ./src/components/VSparkline/helpers/path.ts ***! + \***************************************************/ +/*! exports provided: genPath */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "genPath", function() { return genPath; }); +/* harmony import */ var _math__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./math */ "./src/components/VSparkline/helpers/math.ts"); + +/** + * From https://github.com/unsplash/react-trend/blob/master/src/helpers/DOM.helpers.js#L18 + */ + +function genPath(points, radius, fill, height) { + if (fill === void 0) { + fill = false; + } + + if (height === void 0) { + height = 75; + } + + var start = points.shift(); + var end = points[points.length - 1]; + return (fill ? "M" + start.x + " " + (height - start.x + 2) + " L" + start.x + " " + start.y : "M" + start.x + " " + start.y) + points.map(function (point, index) { + var next = points[index + 1]; + var prev = points[index - 1] || start; + var isCollinear = next && Object(_math__WEBPACK_IMPORTED_MODULE_0__["checkCollinear"])(next, point, prev); + + if (!next || isCollinear) { + return "L" + point.x + " " + point.y; + } + + var threshold = Math.min(Object(_math__WEBPACK_IMPORTED_MODULE_0__["getDistance"])(prev, point), Object(_math__WEBPACK_IMPORTED_MODULE_0__["getDistance"])(next, point)); + var isTooCloseForRadius = threshold / 2 < radius; + var radiusForPoint = isTooCloseForRadius ? threshold / 2 : radius; + var before = Object(_math__WEBPACK_IMPORTED_MODULE_0__["moveTo"])(prev, point, radiusForPoint); + var after = Object(_math__WEBPACK_IMPORTED_MODULE_0__["moveTo"])(next, point, radiusForPoint); + return "L" + before.x + " " + before.y + "S" + point.x + " " + point.y + " " + after.x + " " + after.y; + }).join('') + (fill ? "L" + end.x + " " + (height - start.x + 2) + " Z" : ''); +} + +/***/ }), + +/***/ "./src/components/VSparkline/index.ts": +/*!********************************************!*\ + !*** ./src/components/VSparkline/index.ts ***! + \********************************************/ +/*! exports provided: VSparkline, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSparkline__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSparkline */ "./src/components/VSparkline/VSparkline.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VSparkline", function() { return _VSparkline__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VSparkline__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VSpeedDial/VSpeedDial.sass": +/*!***************************************************!*\ + !*** ./src/components/VSpeedDial/VSpeedDial.sass ***! + \***************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VSpeedDial/VSpeedDial.ts": +/*!*************************************************!*\ + !*** ./src/components/VSpeedDial/VSpeedDial.ts ***! + \*************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSpeedDial_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSpeedDial.sass */ "./src/components/VSpeedDial/VSpeedDial.sass"); +/* harmony import */ var _VSpeedDial_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VSpeedDial_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _mixins_positionable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/positionable */ "./src/mixins/positionable/index.ts"); +/* harmony import */ var _mixins_transitionable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/transitionable */ "./src/mixins/transitionable/index.ts"); +/* harmony import */ var _directives_click_outside__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../directives/click-outside */ "./src/directives/click-outside/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +// Styles + // Mixins + + + + // Directives + + // Types + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_5__["default"])(_mixins_positionable__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_toggleable__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_transitionable__WEBPACK_IMPORTED_MODULE_3__["default"]).extend({ + name: 'v-speed-dial', + directives: { + ClickOutside: _directives_click_outside__WEBPACK_IMPORTED_MODULE_4__["default"] + }, + props: { + direction: { + type: String, + default: 'top', + validator: function validator(val) { + return ['top', 'right', 'bottom', 'left'].includes(val); + } + }, + openOnHover: Boolean, + transition: { + type: String, + default: 'scale-transition' + } + }, + computed: { + classes: function classes() { + var _a; + + return _a = { + 'v-speed-dial': true, + 'v-speed-dial--top': this.top, + 'v-speed-dial--right': this.right, + 'v-speed-dial--bottom': this.bottom, + 'v-speed-dial--left': this.left, + 'v-speed-dial--absolute': this.absolute, + 'v-speed-dial--fixed': this.fixed + }, _a["v-speed-dial--direction-" + this.direction] = true, _a['v-speed-dial--is-active'] = this.isActive, _a; + } + }, + render: function render(h) { + var _this = this; + + var children = []; + var data = { + class: this.classes, + directives: [{ + name: 'click-outside', + value: function value() { + return _this.isActive = false; + } + }], + on: { + click: function click() { + return _this.isActive = !_this.isActive; + } + } + }; + + if (this.openOnHover) { + data.on.mouseenter = function () { + return _this.isActive = true; + }; + + data.on.mouseleave = function () { + return _this.isActive = false; + }; + } + + if (this.isActive) { + var btnCount_1 = 0; + children = (this.$slots.default || []).map(function (b, i) { + if (b.tag && typeof b.componentOptions !== 'undefined' && (b.componentOptions.Ctor.options.name === 'v-btn' || b.componentOptions.Ctor.options.name === 'v-tooltip')) { + btnCount_1++; + return h('div', { + style: { + transitionDelay: btnCount_1 * 0.05 + 's' + }, + key: i + }, [b]); + } else { + b.key = i; + return b; + } + }); + } + + var list = h('transition-group', { + class: 'v-speed-dial__list', + props: { + name: this.transition, + mode: this.mode, + origin: this.origin, + tag: 'div' + } + }, children); + return h('div', data, [this.$slots.activator, list]); + } +})); + +/***/ }), + +/***/ "./src/components/VSpeedDial/index.ts": +/*!********************************************!*\ + !*** ./src/components/VSpeedDial/index.ts ***! + \********************************************/ +/*! exports provided: VSpeedDial, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSpeedDial__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSpeedDial */ "./src/components/VSpeedDial/VSpeedDial.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VSpeedDial", function() { return _VSpeedDial__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VSpeedDial__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VStepper/VStepper.sass": +/*!***********************************************!*\ + !*** ./src/components/VStepper/VStepper.sass ***! + \***********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VStepper/VStepper.ts": +/*!*********************************************!*\ + !*** ./src/components/VStepper/VStepper.ts ***! + \*********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VStepper_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VStepper.sass */ "./src/components/VStepper/VStepper.sass"); +/* harmony import */ var _VStepper_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VStepper_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_registrable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/registrable */ "./src/mixins/registrable/index.ts"); +/* harmony import */ var _mixins_proxyable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/proxyable */ "./src/mixins/proxyable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Mixins + + + + // Utilities + + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(Object(_mixins_registrable__WEBPACK_IMPORTED_MODULE_1__["provide"])('stepper'), _mixins_proxyable__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_3__["default"]); +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend({ + name: 'v-stepper', + provide: function provide() { + return { + stepClick: this.stepClick, + isVertical: this.vertical + }; + }, + props: { + altLabels: Boolean, + nonLinear: Boolean, + vertical: Boolean + }, + data: function data() { + var data = { + isBooted: false, + steps: [], + content: [], + isReverse: false + }; + data.internalLazyValue = this.value != null ? this.value : (data[0] || {}).step || 1; + return data; + }, + computed: { + classes: function classes() { + return __assign({ + 'v-stepper--is-booted': this.isBooted, + 'v-stepper--vertical': this.vertical, + 'v-stepper--alt-labels': this.altLabels, + 'v-stepper--non-linear': this.nonLinear + }, this.themeClasses); + } + }, + watch: { + internalValue: function internalValue(val, oldVal) { + this.isReverse = Number(val) < Number(oldVal); + oldVal && (this.isBooted = true); + this.updateView(); + } + }, + created: function created() { + /* istanbul ignore next */ + if (this.$listeners.input) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_5__["breaking"])('@input', '@change', this); + } + }, + mounted: function mounted() { + this.updateView(); + }, + methods: { + register: function register(item) { + if (item.$options.name === 'v-stepper-step') { + this.steps.push(item); + } else if (item.$options.name === 'v-stepper-content') { + item.isVertical = this.vertical; + this.content.push(item); + } + }, + unregister: function unregister(item) { + if (item.$options.name === 'v-stepper-step') { + this.steps = this.steps.filter(function (i) { + return i !== item; + }); + } else if (item.$options.name === 'v-stepper-content') { + item.isVertical = this.vertical; + this.content = this.content.filter(function (i) { + return i !== item; + }); + } + }, + stepClick: function stepClick(step) { + var _this = this; + + this.$nextTick(function () { + return _this.internalValue = step; + }); + }, + updateView: function updateView() { + for (var index = this.steps.length; --index >= 0;) { + this.steps[index].toggle(this.internalValue); + } + + for (var index = this.content.length; --index >= 0;) { + this.content[index].toggle(this.internalValue, this.isReverse); + } + } + }, + render: function render(h) { + return h('div', { + staticClass: 'v-stepper', + class: this.classes + }, this.$slots.default); + } +})); + +/***/ }), + +/***/ "./src/components/VStepper/VStepperContent.ts": +/*!****************************************************!*\ + !*** ./src/components/VStepper/VStepperContent.ts ***! + \****************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _transitions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../transitions */ "./src/components/transitions/index.ts"); +/* harmony import */ var _mixins_registrable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/registrable */ "./src/mixins/registrable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +// Components + // Mixins + + // Helpers + + // Utilities + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(Object(_mixins_registrable__WEBPACK_IMPORTED_MODULE_1__["inject"])('stepper', 'v-stepper-content', 'v-stepper')); +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend().extend({ + name: 'v-stepper-content', + inject: { + isVerticalProvided: { + from: 'isVertical' + } + }, + props: { + step: { + type: [Number, String], + required: true + } + }, + data: function data() { + return { + height: 0, + // Must be null to allow + // previous comparison + isActive: null, + isReverse: false, + isVertical: this.isVerticalProvided + }; + }, + computed: { + computedTransition: function computedTransition() { + // Fix for #8978 + var reverse = this.$vuetify.rtl ? !this.isReverse : this.isReverse; + return reverse ? _transitions__WEBPACK_IMPORTED_MODULE_0__["VTabReverseTransition"] : _transitions__WEBPACK_IMPORTED_MODULE_0__["VTabTransition"]; + }, + styles: function styles() { + if (!this.isVertical) return {}; + return { + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_2__["convertToUnit"])(this.height) + }; + } + }, + watch: { + isActive: function isActive(current, previous) { + // If active and the previous state + // was null, is just booting up + if (current && previous == null) { + this.height = 'auto'; + return; + } + + if (!this.isVertical) return; + if (this.isActive) this.enter();else this.leave(); + } + }, + mounted: function mounted() { + this.$refs.wrapper.addEventListener('transitionend', this.onTransition, false); + this.stepper && this.stepper.register(this); + }, + beforeDestroy: function beforeDestroy() { + this.$refs.wrapper.removeEventListener('transitionend', this.onTransition, false); + this.stepper && this.stepper.unregister(this); + }, + methods: { + onTransition: function onTransition(e) { + if (!this.isActive || e.propertyName !== 'height') return; + this.height = 'auto'; + }, + enter: function enter() { + var _this = this; + + var scrollHeight = 0; // Render bug with height + + requestAnimationFrame(function () { + scrollHeight = _this.$refs.wrapper.scrollHeight; + }); + this.height = 0; // Give the collapsing element time to collapse + + setTimeout(function () { + return _this.isActive && (_this.height = scrollHeight || 'auto'); + }, 450); + }, + leave: function leave() { + var _this = this; + + this.height = this.$refs.wrapper.clientHeight; + setTimeout(function () { + return _this.height = 0; + }, 10); + }, + toggle: function toggle(step, reverse) { + this.isActive = step.toString() === this.step.toString(); + this.isReverse = reverse; + } + }, + render: function render(h) { + var contentData = { + staticClass: 'v-stepper__content' + }; + var wrapperData = { + staticClass: 'v-stepper__wrapper', + style: this.styles, + ref: 'wrapper' + }; + + if (!this.isVertical) { + contentData.directives = [{ + name: 'show', + value: this.isActive + }]; + } + + var wrapper = h('div', wrapperData, [this.$slots.default]); + var content = h('div', contentData, [wrapper]); + return h(this.computedTransition, { + on: this.$listeners + }, [content]); + } +})); + +/***/ }), + +/***/ "./src/components/VStepper/VStepperStep.ts": +/*!*************************************************!*\ + !*** ./src/components/VStepper/VStepperStep.ts ***! + \*************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_registrable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/registrable */ "./src/mixins/registrable/index.ts"); +/* harmony import */ var _directives_ripple__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../directives/ripple */ "./src/directives/ripple/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +// Components + // Mixins + + + // Directives + + // Utilities + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_1__["default"], Object(_mixins_registrable__WEBPACK_IMPORTED_MODULE_2__["inject"])('stepper', 'v-stepper-step', 'v-stepper')); +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend().extend({ + name: 'v-stepper-step', + directives: { + ripple: _directives_ripple__WEBPACK_IMPORTED_MODULE_3__["default"] + }, + inject: ['stepClick'], + props: { + color: { + type: String, + default: 'primary' + }, + complete: Boolean, + completeIcon: { + type: String, + default: '$complete' + }, + editable: Boolean, + editIcon: { + type: String, + default: '$edit' + }, + errorIcon: { + type: String, + default: '$error' + }, + rules: { + type: Array, + default: function _default() { + return []; + } + }, + step: [Number, String] + }, + data: function data() { + return { + isActive: false, + isInactive: true + }; + }, + computed: { + classes: function classes() { + return { + 'v-stepper__step--active': this.isActive, + 'v-stepper__step--editable': this.editable, + 'v-stepper__step--inactive': this.isInactive, + 'v-stepper__step--error error--text': this.hasError, + 'v-stepper__step--complete': this.complete + }; + }, + hasError: function hasError() { + return this.rules.some(function (validate) { + return validate() !== true; + }); + } + }, + mounted: function mounted() { + this.stepper && this.stepper.register(this); + }, + beforeDestroy: function beforeDestroy() { + this.stepper && this.stepper.unregister(this); + }, + methods: { + click: function click(e) { + e.stopPropagation(); + this.$emit('click', e); + + if (this.editable) { + this.stepClick(this.step); + } + }, + genIcon: function genIcon(icon) { + return this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_0__["default"], icon); + }, + genLabel: function genLabel() { + return this.$createElement('div', { + staticClass: 'v-stepper__label' + }, this.$slots.default); + }, + genStep: function genStep() { + var color = !this.hasError && (this.complete || this.isActive) ? this.color : false; + return this.$createElement('span', this.setBackgroundColor(color, { + staticClass: 'v-stepper__step__step' + }), this.genStepContent()); + }, + genStepContent: function genStepContent() { + var children = []; + + if (this.hasError) { + children.push(this.genIcon(this.errorIcon)); + } else if (this.complete) { + if (this.editable) { + children.push(this.genIcon(this.editIcon)); + } else { + children.push(this.genIcon(this.completeIcon)); + } + } else { + children.push(String(this.step)); + } + + return children; + }, + toggle: function toggle(step) { + this.isActive = step.toString() === this.step.toString(); + this.isInactive = Number(step) < Number(this.step); + } + }, + render: function render(h) { + return h('div', { + staticClass: 'v-stepper__step', + class: this.classes, + directives: [{ + name: 'ripple', + value: this.editable + }], + on: { + click: this.click + } + }, [this.genStep(), this.genLabel()]); + } +})); + +/***/ }), + +/***/ "./src/components/VStepper/index.ts": +/*!******************************************!*\ + !*** ./src/components/VStepper/index.ts ***! + \******************************************/ +/*! exports provided: VStepper, VStepperContent, VStepperStep, VStepperHeader, VStepperItems, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VStepperHeader", function() { return VStepperHeader; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VStepperItems", function() { return VStepperItems; }); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _VStepper__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VStepper */ "./src/components/VStepper/VStepper.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VStepper", function() { return _VStepper__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + +/* harmony import */ var _VStepperStep__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VStepperStep */ "./src/components/VStepper/VStepperStep.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VStepperStep", function() { return _VStepperStep__WEBPACK_IMPORTED_MODULE_2__["default"]; }); + +/* harmony import */ var _VStepperContent__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./VStepperContent */ "./src/components/VStepper/VStepperContent.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VStepperContent", function() { return _VStepperContent__WEBPACK_IMPORTED_MODULE_3__["default"]; }); + + + + + +var VStepperHeader = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["createSimpleFunctional"])('v-stepper__header'); +var VStepperItems = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["createSimpleFunctional"])('v-stepper__items'); + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VStepper: _VStepper__WEBPACK_IMPORTED_MODULE_1__["default"], + VStepperContent: _VStepperContent__WEBPACK_IMPORTED_MODULE_3__["default"], + VStepperStep: _VStepperStep__WEBPACK_IMPORTED_MODULE_2__["default"], + VStepperHeader: VStepperHeader, + VStepperItems: VStepperItems + } +}); + +/***/ }), + +/***/ "./src/components/VSubheader/VSubheader.sass": +/*!***************************************************!*\ + !*** ./src/components/VSubheader/VSubheader.sass ***! + \***************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VSubheader/VSubheader.ts": +/*!*************************************************!*\ + !*** ./src/components/VSubheader/VSubheader.ts ***! + \*************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSubheader_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSubheader.sass */ "./src/components/VSubheader/VSubheader.sass"); +/* harmony import */ var _VSubheader_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VSubheader_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Mixins + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_mixins_themeable__WEBPACK_IMPORTED_MODULE_1__["default"] +/* @vue/component */ +).extend({ + name: 'v-subheader', + props: { + inset: Boolean + }, + render: function render(h) { + return h('div', { + staticClass: 'v-subheader', + class: __assign({ + 'v-subheader--inset': this.inset + }, this.themeClasses), + attrs: this.$attrs, + on: this.$listeners + }, this.$slots.default); + } +})); + +/***/ }), + +/***/ "./src/components/VSubheader/index.ts": +/*!********************************************!*\ + !*** ./src/components/VSubheader/index.ts ***! + \********************************************/ +/*! exports provided: VSubheader, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSubheader__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSubheader */ "./src/components/VSubheader/VSubheader.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VSubheader", function() { return _VSubheader__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VSubheader__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VSwitch/VSwitch.sass": +/*!*********************************************!*\ + !*** ./src/components/VSwitch/VSwitch.sass ***! + \*********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VSwitch/VSwitch.ts": +/*!*******************************************!*\ + !*** ./src/components/VSwitch/VSwitch.ts ***! + \*******************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _styles_components_selection_controls_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../styles/components/_selection-controls.sass */ "./src/styles/components/_selection-controls.sass"); +/* harmony import */ var _styles_components_selection_controls_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_styles_components_selection_controls_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSwitch_sass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VSwitch.sass */ "./src/components/VSwitch/VSwitch.sass"); +/* harmony import */ var _VSwitch_sass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_VSwitch_sass__WEBPACK_IMPORTED_MODULE_1__); +/* harmony import */ var _mixins_selectable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/selectable */ "./src/mixins/selectable/index.ts"); +/* harmony import */ var _VInput__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VInput */ "./src/components/VInput/index.ts"); +/* harmony import */ var _directives_touch__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../directives/touch */ "./src/directives/touch/index.ts"); +/* harmony import */ var _transitions__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../transitions */ "./src/components/transitions/index.ts"); +/* harmony import */ var _VProgressCircular_VProgressCircular__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../VProgressCircular/VProgressCircular */ "./src/components/VProgressCircular/VProgressCircular.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + + // Mixins + + + // Directives + + // Components + + + // Helpers + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_mixins_selectable__WEBPACK_IMPORTED_MODULE_2__["default"].extend({ + name: 'v-switch', + directives: { + Touch: _directives_touch__WEBPACK_IMPORTED_MODULE_4__["default"] + }, + props: { + inset: Boolean, + loading: { + type: [Boolean, String], + default: false + }, + flat: { + type: Boolean, + default: false + } + }, + computed: { + classes: function classes() { + return __assign({}, _VInput__WEBPACK_IMPORTED_MODULE_3__["default"].options.computed.classes.call(this), { + 'v-input--selection-controls v-input--switch': true, + 'v-input--switch--flat': this.flat, + 'v-input--switch--inset': this.inset + }); + }, + attrs: function attrs() { + return { + 'aria-checked': String(this.isActive), + 'aria-disabled': String(this.disabled), + role: 'switch' + }; + }, + // Do not return undefined if disabled, + // according to spec, should still show + // a color when disabled and active + validationState: function validationState() { + if (this.hasError && this.shouldValidate) return 'error'; + if (this.hasSuccess) return 'success'; + if (this.hasColor !== null) return this.computedColor; + return undefined; + }, + switchData: function switchData() { + return this.setTextColor(this.loading ? undefined : this.validationState, { + class: this.themeClasses + }); + } + }, + methods: { + genDefaultSlot: function genDefaultSlot() { + return [this.genSwitch(), this.genLabel()]; + }, + genSwitch: function genSwitch() { + return this.$createElement('div', { + staticClass: 'v-input--selection-controls__input' + }, [this.genInput('checkbox', __assign({}, this.attrs, this.attrs$)), this.genRipple(this.setTextColor(this.validationState, { + directives: [{ + name: 'touch', + value: { + left: this.onSwipeLeft, + right: this.onSwipeRight + } + }] + })), this.$createElement('div', __assign({ + staticClass: 'v-input--switch__track' + }, this.switchData)), this.$createElement('div', __assign({ + staticClass: 'v-input--switch__thumb' + }, this.switchData), [this.genProgress()])]); + }, + genProgress: function genProgress() { + return this.$createElement(_transitions__WEBPACK_IMPORTED_MODULE_5__["VFabTransition"], {}, [this.loading === false ? null : this.$slots.progress || this.$createElement(_VProgressCircular_VProgressCircular__WEBPACK_IMPORTED_MODULE_6__["default"], { + props: { + color: this.loading === true || this.loading === '' ? this.color || 'primary' : this.loading, + size: 16, + width: 2, + indeterminate: true + } + })]); + }, + onSwipeLeft: function onSwipeLeft() { + if (this.isActive) this.onChange(); + }, + onSwipeRight: function onSwipeRight() { + if (!this.isActive) this.onChange(); + }, + onKeydown: function onKeydown(e) { + if (e.keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_7__["keyCodes"].left && this.isActive || e.keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_7__["keyCodes"].right && !this.isActive) this.onChange(); + } + } +})); + +/***/ }), + +/***/ "./src/components/VSwitch/index.ts": +/*!*****************************************!*\ + !*** ./src/components/VSwitch/index.ts ***! + \*****************************************/ +/*! exports provided: VSwitch, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSwitch__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSwitch */ "./src/components/VSwitch/VSwitch.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VSwitch", function() { return _VSwitch__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VSwitch__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VSystemBar/VSystemBar.sass": +/*!***************************************************!*\ + !*** ./src/components/VSystemBar/VSystemBar.sass ***! + \***************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VSystemBar/VSystemBar.ts": +/*!*************************************************!*\ + !*** ./src/components/VSystemBar/VSystemBar.ts ***! + \*************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSystemBar_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSystemBar.sass */ "./src/components/VSystemBar/VSystemBar.sass"); +/* harmony import */ var _VSystemBar_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VSystemBar_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_applicationable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/applicationable */ "./src/mixins/applicationable/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Mixins + + + + // Utilities + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(Object(_mixins_applicationable__WEBPACK_IMPORTED_MODULE_1__["default"])('bar', ['height', 'window']), _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_3__["default"] +/* @vue/component */ +).extend({ + name: 'v-system-bar', + props: { + height: [Number, String], + lightsOut: Boolean, + window: Boolean + }, + computed: { + classes: function classes() { + return __assign({ + 'v-system-bar--lights-out': this.lightsOut, + 'v-system-bar--absolute': this.absolute, + 'v-system-bar--fixed': !this.absolute && (this.app || this.fixed), + 'v-system-bar--window': this.window + }, this.themeClasses); + }, + computedHeight: function computedHeight() { + if (this.height) { + return isNaN(parseInt(this.height)) ? this.height : parseInt(this.height); + } + + return this.window ? 32 : 24; + }, + styles: function styles() { + return { + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_5__["convertToUnit"])(this.computedHeight) + }; + } + }, + methods: { + updateApplication: function updateApplication() { + return this.$el ? this.$el.clientHeight : this.computedHeight; + } + }, + render: function render(h) { + var data = { + staticClass: 'v-system-bar', + class: this.classes, + style: this.styles, + on: this.$listeners + }; + return h('div', this.setBackgroundColor(this.color, data), Object(_util_helpers__WEBPACK_IMPORTED_MODULE_5__["getSlot"])(this)); + } +})); + +/***/ }), + +/***/ "./src/components/VSystemBar/index.ts": +/*!********************************************!*\ + !*** ./src/components/VSystemBar/index.ts ***! + \********************************************/ +/*! exports provided: VSystemBar, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSystemBar__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VSystemBar */ "./src/components/VSystemBar/VSystemBar.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VSystemBar", function() { return _VSystemBar__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VSystemBar__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VTabs/VTab.ts": +/*!**************************************!*\ + !*** ./src/components/VTabs/VTab.ts ***! + \**************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _mixins_groupable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../mixins/groupable */ "./src/mixins/groupable/index.ts"); +/* harmony import */ var _mixins_routable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/routable */ "./src/mixins/routable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Mixins + + + + + // Utilities + + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(_mixins_routable__WEBPACK_IMPORTED_MODULE_1__["default"], // Must be after routable +// to overwrite activeClass +Object(_mixins_groupable__WEBPACK_IMPORTED_MODULE_0__["factory"])('tabsBar'), _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__["default"]); +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend().extend().extend({ + name: 'v-tab', + props: { + ripple: { + type: [Boolean, Object], + default: true + } + }, + data: function data() { + return { + proxyClass: 'v-tab--active' + }; + }, + computed: { + classes: function classes() { + return __assign({ + 'v-tab': true + }, _mixins_routable__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.classes.call(this), { + 'v-tab--disabled': this.disabled + }, this.groupClasses); + }, + value: function value() { + var to = this.to || this.href || ''; + + if (this.$router && this.to === Object(this.to)) { + var resolve = this.$router.resolve(this.to, this.$route, this.append); + to = resolve.href; + } + + return to.replace('#', ''); + } + }, + mounted: function mounted() { + this.onRouteChange(); + }, + methods: { + click: function click(e) { + // If user provides an + // actual link, do not + // prevent default + if (this.href && this.href.indexOf('#') > -1) e.preventDefault(); + if (e.detail) this.$el.blur(); + this.$emit('click', e); + this.to || this.toggle(); + } + }, + render: function render(h) { + var _this = this; + + var _a = this.generateRouteLink(), + tag = _a.tag, + data = _a.data; + + data.attrs = __assign({}, data.attrs, { + 'aria-selected': String(this.isActive), + role: 'tab', + tabindex: 0 + }); + data.on = __assign({}, data.on, { + keydown: function keydown(e) { + if (e.keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_3__["keyCodes"].enter) _this.click(e); + + _this.$emit('keydown', e); + } + }); + return h(tag, data, this.$slots.default); + } +})); + +/***/ }), + +/***/ "./src/components/VTabs/VTabItem.ts": +/*!******************************************!*\ + !*** ./src/components/VTabs/VTabItem.ts ***! + \******************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VWindow_VWindowItem__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../VWindow/VWindowItem */ "./src/components/VWindow/VWindowItem.ts"); +// Extensions + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_VWindow_VWindowItem__WEBPACK_IMPORTED_MODULE_0__["default"].extend({ + name: 'v-tab-item', + props: { + id: String + }, + methods: { + genWindowItem: function genWindowItem() { + var item = _VWindow_VWindowItem__WEBPACK_IMPORTED_MODULE_0__["default"].options.methods.genWindowItem.call(this); + item.data.domProps = item.data.domProps || {}; + item.data.domProps.id = this.id || this.value; + return item; + } + } +})); + +/***/ }), + +/***/ "./src/components/VTabs/VTabs.sass": +/*!*****************************************!*\ + !*** ./src/components/VTabs/VTabs.sass ***! + \*****************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VTabs/VTabs.ts": +/*!***************************************!*\ + !*** ./src/components/VTabs/VTabs.ts ***! + \***************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VTabs_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VTabs.sass */ "./src/components/VTabs/VTabs.sass"); +/* harmony import */ var _VTabs_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VTabs_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VTabsBar__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VTabsBar */ "./src/components/VTabs/VTabsBar.ts"); +/* harmony import */ var _VTabsItems__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VTabsItems */ "./src/components/VTabs/VTabsItems.ts"); +/* harmony import */ var _VTabsSlider__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./VTabsSlider */ "./src/components/VTabs/VTabsSlider.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_proxyable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/proxyable */ "./src/mixins/proxyable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _directives_resize__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../directives/resize */ "./src/directives/resize/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Components + + + + // Mixins + + + + // Directives + + // Utilities + + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_9__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_proxyable__WEBPACK_IMPORTED_MODULE_5__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_6__["default"]); +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend().extend({ + name: 'v-tabs', + directives: { + Resize: _directives_resize__WEBPACK_IMPORTED_MODULE_7__["default"] + }, + props: { + activeClass: { + type: String, + default: '' + }, + alignWithTitle: Boolean, + backgroundColor: String, + centerActive: Boolean, + centered: Boolean, + fixedTabs: Boolean, + grow: Boolean, + height: { + type: [Number, String], + default: undefined + }, + hideSlider: Boolean, + iconsAndText: Boolean, + mobileBreakPoint: { + type: [Number, String], + default: 1264 + }, + nextIcon: { + type: String, + default: '$next' + }, + optional: Boolean, + prevIcon: { + type: String, + default: '$prev' + }, + right: Boolean, + showArrows: Boolean, + sliderColor: String, + sliderSize: { + type: [Number, String], + default: 2 + }, + vertical: Boolean + }, + data: function data() { + return { + resizeTimeout: 0, + slider: { + height: null, + left: null, + right: null, + top: null, + width: null + }, + transitionTime: 300 + }; + }, + computed: { + classes: function classes() { + return __assign({ + 'v-tabs--align-with-title': this.alignWithTitle, + 'v-tabs--centered': this.centered, + 'v-tabs--fixed-tabs': this.fixedTabs, + 'v-tabs--grow': this.grow, + 'v-tabs--icons-and-text': this.iconsAndText, + 'v-tabs--right': this.right, + 'v-tabs--vertical': this.vertical + }, this.themeClasses); + }, + isReversed: function isReversed() { + return this.$vuetify.rtl && this.vertical; + }, + sliderStyles: function sliderStyles() { + return { + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_8__["convertToUnit"])(this.slider.height), + left: this.isReversed ? undefined : Object(_util_helpers__WEBPACK_IMPORTED_MODULE_8__["convertToUnit"])(this.slider.left), + right: this.isReversed ? Object(_util_helpers__WEBPACK_IMPORTED_MODULE_8__["convertToUnit"])(this.slider.right) : undefined, + top: this.vertical ? Object(_util_helpers__WEBPACK_IMPORTED_MODULE_8__["convertToUnit"])(this.slider.top) : undefined, + transition: this.slider.left != null ? null : 'none', + width: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_8__["convertToUnit"])(this.slider.width) + }; + }, + computedColor: function computedColor() { + if (this.color) return this.color;else if (this.isDark && !this.appIsDark) return 'white';else return 'primary'; + } + }, + watch: { + alignWithTitle: 'callSlider', + centered: 'callSlider', + centerActive: 'callSlider', + fixedTabs: 'callSlider', + grow: 'callSlider', + right: 'callSlider', + showArrows: 'callSlider', + vertical: 'callSlider', + '$vuetify.application.left': 'onResize', + '$vuetify.application.right': 'onResize', + '$vuetify.rtl': 'onResize' + }, + mounted: function mounted() { + var _this = this; + + this.$nextTick(function () { + window.setTimeout(_this.callSlider, 30); + }); + }, + methods: { + callSlider: function callSlider() { + var _this = this; + + if (this.hideSlider || !this.$refs.items || !this.$refs.items.selectedItems.length) { + this.slider.width = 0; + return false; + } + + this.$nextTick(function () { + // Give screen time to paint + var activeTab = _this.$refs.items.selectedItems[0]; + /* istanbul ignore if */ + + if (!activeTab || !activeTab.$el) { + _this.slider.width = 0; + _this.slider.left = 0; + return; + } + + var el = activeTab.$el; + _this.slider = { + height: !_this.vertical ? Number(_this.sliderSize) : el.scrollHeight, + left: _this.vertical ? 0 : el.offsetLeft, + right: _this.vertical ? 0 : el.offsetLeft + el.offsetWidth, + top: el.offsetTop, + width: _this.vertical ? Number(_this.sliderSize) : el.scrollWidth + }; + }); + return true; + }, + genBar: function genBar(items, slider) { + var _this = this; + + var data = { + style: { + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_8__["convertToUnit"])(this.height) + }, + props: { + activeClass: this.activeClass, + centerActive: this.centerActive, + dark: this.dark, + light: this.light, + mandatory: !this.optional, + mobileBreakPoint: this.mobileBreakPoint, + nextIcon: this.nextIcon, + prevIcon: this.prevIcon, + showArrows: this.showArrows, + value: this.internalValue + }, + on: { + 'call:slider': this.callSlider, + change: function change(val) { + _this.internalValue = val; + } + }, + ref: 'items' + }; + this.setTextColor(this.computedColor, data); + this.setBackgroundColor(this.backgroundColor, data); + return this.$createElement(_VTabsBar__WEBPACK_IMPORTED_MODULE_1__["default"], data, [this.genSlider(slider), items]); + }, + genItems: function genItems(items, item) { + var _this = this; // If user provides items + // opt to use theirs + + + if (items) return items; // If no tabs are provided + // render nothing + + if (!item.length) return null; + return this.$createElement(_VTabsItems__WEBPACK_IMPORTED_MODULE_2__["default"], { + props: { + value: this.internalValue + }, + on: { + change: function change(val) { + _this.internalValue = val; + } + } + }, item); + }, + genSlider: function genSlider(slider) { + if (this.hideSlider) return null; + + if (!slider) { + slider = this.$createElement(_VTabsSlider__WEBPACK_IMPORTED_MODULE_3__["default"], { + props: { + color: this.sliderColor + } + }); + } + + return this.$createElement('div', { + staticClass: 'v-tabs-slider-wrapper', + style: this.sliderStyles + }, [slider]); + }, + onResize: function onResize() { + if (this._isDestroyed) return; + clearTimeout(this.resizeTimeout); + this.resizeTimeout = window.setTimeout(this.callSlider, 0); + }, + parseNodes: function parseNodes() { + var items = null; + var slider = null; + var item = []; + var tab = []; + var slot = this.$slots.default || []; + var length = slot.length; + + for (var i = 0; i < length; i++) { + var vnode = slot[i]; + + if (vnode.componentOptions) { + switch (vnode.componentOptions.Ctor.options.name) { + case 'v-tabs-slider': + slider = vnode; + break; + + case 'v-tabs-items': + items = vnode; + break; + + case 'v-tab-item': + item.push(vnode); + break; + // case 'v-tab' - intentionally omitted + + default: + tab.push(vnode); + } + } else { + tab.push(vnode); + } + } + /** + * tab: array of `v-tab` + * slider: single `v-tabs-slider` + * items: single `v-tabs-items` + * item: array of `v-tab-item` + */ + + + return { + tab: tab, + slider: slider, + items: items, + item: item + }; + } + }, + render: function render(h) { + var _a = this.parseNodes(), + tab = _a.tab, + slider = _a.slider, + items = _a.items, + item = _a.item; + + return h('div', { + staticClass: 'v-tabs', + class: this.classes, + directives: [{ + name: 'resize', + modifiers: { + quiet: true + }, + value: this.onResize + }] + }, [this.genBar(tab, slider), this.genItems(items, item)]); + } +})); + +/***/ }), + +/***/ "./src/components/VTabs/VTabsBar.ts": +/*!******************************************!*\ + !*** ./src/components/VTabs/VTabsBar.ts ***! + \******************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VSlideGroup_VSlideGroup__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../VSlideGroup/VSlideGroup */ "./src/components/VSlideGroup/VSlideGroup.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _mixins_ssr_bootable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/ssr-bootable */ "./src/mixins/ssr-bootable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __values = undefined && undefined.__values || function (o) { + var m = typeof Symbol === "function" && o[Symbol.iterator], + i = 0; + if (m) return m.call(o); + return { + next: function next() { + if (o && i >= o.length) o = void 0; + return { + value: o && o[i++], + done: !o + }; + } + }; +}; // Extensions + + + // Mixins + + + // Utilities + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_VSlideGroup_VSlideGroup__WEBPACK_IMPORTED_MODULE_0__["BaseSlideGroup"], _mixins_ssr_bootable__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_1__["default"] +/* @vue/component */ +).extend({ + name: 'v-tabs-bar', + provide: function provide() { + return { + tabsBar: this + }; + }, + computed: { + classes: function classes() { + return __assign({}, _VSlideGroup_VSlideGroup__WEBPACK_IMPORTED_MODULE_0__["BaseSlideGroup"].options.computed.classes.call(this), { + 'v-tabs-bar': true, + 'v-tabs-bar--is-mobile': this.isMobile, + // TODO: Remove this and move to v-slide-group + 'v-tabs-bar--show-arrows': this.showArrows + }, this.themeClasses); + } + }, + watch: { + items: 'callSlider', + internalValue: 'callSlider', + $route: 'onRouteChange' + }, + methods: { + callSlider: function callSlider() { + if (!this.isBooted) return; + this.$emit('call:slider'); + }, + genContent: function genContent() { + var render = _VSlideGroup_VSlideGroup__WEBPACK_IMPORTED_MODULE_0__["BaseSlideGroup"].options.methods.genContent.call(this); + render.data = render.data || {}; + render.data.staticClass += ' v-tabs-bar__content'; + return render; + }, + onRouteChange: function onRouteChange(val, oldVal) { + var e_1, _a; + /* istanbul ignore next */ + + + if (this.mandatory) return; + var items = this.items; + var newPath = val.path; + var oldPath = oldVal.path; + var hasNew = false; + var hasOld = false; + + try { + for (var items_1 = __values(items), items_1_1 = items_1.next(); !items_1_1.done; items_1_1 = items_1.next()) { + var item = items_1_1.value; + if (item.to === newPath) hasNew = true;else if (item.to === oldPath) hasOld = true; + if (hasNew && hasOld) break; + } + } catch (e_1_1) { + e_1 = { + error: e_1_1 + }; + } finally { + try { + if (items_1_1 && !items_1_1.done && (_a = items_1.return)) _a.call(items_1); + } finally { + if (e_1) throw e_1.error; + } + } // If we have an old item and not a new one + // it's assumed that the user navigated to + // a path that is not present in the items + + + if (!hasNew && hasOld) this.internalValue = undefined; + } + }, + render: function render(h) { + var render = _VSlideGroup_VSlideGroup__WEBPACK_IMPORTED_MODULE_0__["BaseSlideGroup"].options.render.call(this, h); + render.data.attrs = { + role: 'tablist' + }; + return render; + } +})); + +/***/ }), + +/***/ "./src/components/VTabs/VTabsItems.ts": +/*!********************************************!*\ + !*** ./src/components/VTabs/VTabsItems.ts ***! + \********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VWindow_VWindow__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../VWindow/VWindow */ "./src/components/VWindow/VWindow.ts"); +/* harmony import */ var _VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./../VItemGroup/VItemGroup */ "./src/components/VItemGroup/VItemGroup.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Extensions + + + // Types & Components + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_VWindow_VWindow__WEBPACK_IMPORTED_MODULE_0__["default"].extend({ + name: 'v-tabs-items', + props: { + mandatory: { + type: Boolean, + default: false + } + }, + computed: { + classes: function classes() { + return __assign({}, _VWindow_VWindow__WEBPACK_IMPORTED_MODULE_0__["default"].options.computed.classes.call(this), { + 'v-tabs-items': true + }); + }, + isDark: function isDark() { + return this.rootIsDark; + } + }, + methods: { + getValue: function getValue(item, i) { + return item.id || _VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_1__["BaseItemGroup"].options.methods.getValue.call(this, item, i); + } + } +})); + +/***/ }), + +/***/ "./src/components/VTabs/VTabsSlider.ts": +/*!*********************************************!*\ + !*** ./src/components/VTabs/VTabsSlider.ts ***! + \*********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +// Mixins + // Utilities + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_1__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_0__["default"]).extend({ + name: 'v-tabs-slider', + render: function render(h) { + return h('div', this.setBackgroundColor(this.color, { + staticClass: 'v-tabs-slider' + })); + } +})); + +/***/ }), + +/***/ "./src/components/VTabs/index.ts": +/*!***************************************!*\ + !*** ./src/components/VTabs/index.ts ***! + \***************************************/ +/*! exports provided: VTabs, VTab, VTabItem, VTabsItems, VTabsSlider, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VTabs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VTabs */ "./src/components/VTabs/VTabs.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VTabs", function() { return _VTabs__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _VTab__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VTab */ "./src/components/VTabs/VTab.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VTab", function() { return _VTab__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + +/* harmony import */ var _VTabsItems__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VTabsItems */ "./src/components/VTabs/VTabsItems.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VTabsItems", function() { return _VTabsItems__WEBPACK_IMPORTED_MODULE_2__["default"]; }); + +/* harmony import */ var _VTabItem__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./VTabItem */ "./src/components/VTabs/VTabItem.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VTabItem", function() { return _VTabItem__WEBPACK_IMPORTED_MODULE_3__["default"]; }); + +/* harmony import */ var _VTabsSlider__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./VTabsSlider */ "./src/components/VTabs/VTabsSlider.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VTabsSlider", function() { return _VTabsSlider__WEBPACK_IMPORTED_MODULE_4__["default"]; }); + + + + + + + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VTabs: _VTabs__WEBPACK_IMPORTED_MODULE_0__["default"], + VTab: _VTab__WEBPACK_IMPORTED_MODULE_1__["default"], + VTabsItems: _VTabsItems__WEBPACK_IMPORTED_MODULE_2__["default"], + VTabItem: _VTabItem__WEBPACK_IMPORTED_MODULE_3__["default"], + VTabsSlider: _VTabsSlider__WEBPACK_IMPORTED_MODULE_4__["default"] + } +}); + +/***/ }), + +/***/ "./src/components/VTextField/VTextField.sass": +/*!***************************************************!*\ + !*** ./src/components/VTextField/VTextField.sass ***! + \***************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VTextField/VTextField.ts": +/*!*************************************************!*\ + !*** ./src/components/VTextField/VTextField.ts ***! + \*************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VTextField_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VTextField.sass */ "./src/components/VTextField/VTextField.sass"); +/* harmony import */ var _VTextField_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VTextField_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VInput__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VInput */ "./src/components/VInput/index.ts"); +/* harmony import */ var _VCounter__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VCounter */ "./src/components/VCounter/index.ts"); +/* harmony import */ var _VLabel__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VLabel */ "./src/components/VLabel/index.ts"); +/* harmony import */ var _mixins_intersectable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/intersectable */ "./src/mixins/intersectable/index.ts"); +/* harmony import */ var _mixins_loadable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/loadable */ "./src/mixins/loadable/index.ts"); +/* harmony import */ var _mixins_validatable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/validatable */ "./src/mixins/validatable/index.ts"); +/* harmony import */ var _directives_ripple__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../directives/ripple */ "./src/directives/ripple/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Extensions + + // Components + + + // Mixins + + + + // Directives + + // Utilities + + + // Types + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_10__["default"])(_VInput__WEBPACK_IMPORTED_MODULE_1__["default"], Object(_mixins_intersectable__WEBPACK_IMPORTED_MODULE_4__["default"])({ + onVisible: ['setLabelWidth', 'setPrefixWidth', 'setPrependWidth', 'tryAutofocus'] +}), _mixins_loadable__WEBPACK_IMPORTED_MODULE_5__["default"]); +var dirtyTypes = ['color', 'file', 'time', 'date', 'datetime-local', 'week', 'month']; +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend().extend({ + name: 'v-text-field', + directives: { + ripple: _directives_ripple__WEBPACK_IMPORTED_MODULE_7__["default"] + }, + inheritAttrs: false, + props: { + appendOuterIcon: String, + autofocus: Boolean, + clearable: Boolean, + clearIcon: { + type: String, + default: '$clear' + }, + counter: [Boolean, Number, String], + counterValue: Function, + filled: Boolean, + flat: Boolean, + fullWidth: Boolean, + label: String, + outlined: Boolean, + placeholder: String, + prefix: String, + prependInnerIcon: String, + reverse: Boolean, + rounded: Boolean, + shaped: Boolean, + singleLine: Boolean, + solo: Boolean, + soloInverted: Boolean, + suffix: String, + type: { + type: String, + default: 'text' + } + }, + data: function data() { + return { + badInput: false, + labelWidth: 0, + prefixWidth: 0, + prependWidth: 0, + initialValue: null, + isBooted: false, + isClearing: false + }; + }, + computed: { + classes: function classes() { + return __assign({}, _VInput__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.classes.call(this), { + 'v-text-field': true, + 'v-text-field--full-width': this.fullWidth, + 'v-text-field--prefix': this.prefix, + 'v-text-field--single-line': this.isSingle, + 'v-text-field--solo': this.isSolo, + 'v-text-field--solo-inverted': this.soloInverted, + 'v-text-field--solo-flat': this.flat, + 'v-text-field--filled': this.filled, + 'v-text-field--is-booted': this.isBooted, + 'v-text-field--enclosed': this.isEnclosed, + 'v-text-field--reverse': this.reverse, + 'v-text-field--outlined': this.outlined, + 'v-text-field--placeholder': this.placeholder, + 'v-text-field--rounded': this.rounded, + 'v-text-field--shaped': this.shaped + }); + }, + computedColor: function computedColor() { + var computedColor = _mixins_validatable__WEBPACK_IMPORTED_MODULE_6__["default"].options.computed.computedColor.call(this); + if (!this.soloInverted || !this.isFocused) return computedColor; + return this.color || 'primary'; + }, + computedCounterValue: function computedCounterValue() { + if (typeof this.counterValue === 'function') { + return this.counterValue(this.internalValue); + } + + return (this.internalValue || '').toString().length; + }, + hasCounter: function hasCounter() { + return this.counter !== false && this.counter != null; + }, + hasDetails: function hasDetails() { + return _VInput__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.hasDetails.call(this) || this.hasCounter; + }, + internalValue: { + get: function get() { + return this.lazyValue; + }, + set: function set(val) { + this.lazyValue = val; + this.$emit('input', this.lazyValue); + } + }, + isDirty: function isDirty() { + return this.lazyValue != null && this.lazyValue.toString().length > 0 || this.badInput; + }, + isEnclosed: function isEnclosed() { + return this.filled || this.isSolo || this.outlined; + }, + isLabelActive: function isLabelActive() { + return this.isDirty || dirtyTypes.includes(this.type); + }, + isSingle: function isSingle() { + return this.isSolo || this.singleLine || this.fullWidth || // https://material.io/components/text-fields/#filled-text-field + this.filled && !this.hasLabel; + }, + isSolo: function isSolo() { + return this.solo || this.soloInverted; + }, + labelPosition: function labelPosition() { + var offset = this.prefix && !this.labelValue ? this.prefixWidth : 0; + if (this.labelValue && this.prependWidth) offset -= this.prependWidth; + return this.$vuetify.rtl === this.reverse ? { + left: offset, + right: 'auto' + } : { + left: 'auto', + right: offset + }; + }, + showLabel: function showLabel() { + return this.hasLabel && (!this.isSingle || !this.isLabelActive && !this.placeholder); + }, + labelValue: function labelValue() { + return !this.isSingle && Boolean(this.isFocused || this.isLabelActive || this.placeholder); + } + }, + watch: { + labelValue: 'setLabelWidth', + outlined: 'setLabelWidth', + label: function label() { + this.$nextTick(this.setLabelWidth); + }, + prefix: function prefix() { + this.$nextTick(this.setPrefixWidth); + }, + isFocused: 'updateValue', + value: function value(val) { + this.lazyValue = val; + } + }, + created: function created() { + /* istanbul ignore next */ + if (this.$attrs.hasOwnProperty('box')) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_9__["breaking"])('box', 'filled', this); + } + /* istanbul ignore next */ + + + if (this.$attrs.hasOwnProperty('browser-autocomplete')) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_9__["breaking"])('browser-autocomplete', 'autocomplete', this); + } + /* istanbul ignore if */ + + + if (this.shaped && !(this.filled || this.outlined || this.isSolo)) { + Object(_util_console__WEBPACK_IMPORTED_MODULE_9__["consoleWarn"])('shaped should be used with either filled or outlined', this); + } + }, + mounted: function mounted() { + var _this = this; + + this.autofocus && this.tryAutofocus(); + this.setLabelWidth(); + this.setPrefixWidth(); + this.setPrependWidth(); + requestAnimationFrame(function () { + return _this.isBooted = true; + }); + }, + methods: { + /** @public */ + focus: function focus() { + this.onFocus(); + }, + + /** @public */ + blur: function blur(e) { + var _this = this; // https://github.com/vuetifyjs/vuetify/issues/5913 + // Safari tab order gets broken if called synchronous + + + window.requestAnimationFrame(function () { + _this.$refs.input && _this.$refs.input.blur(); + }); + }, + clearableCallback: function clearableCallback() { + var _this = this; + + this.$refs.input && this.$refs.input.focus(); + this.$nextTick(function () { + return _this.internalValue = null; + }); + }, + genAppendSlot: function genAppendSlot() { + var slot = []; + + if (this.$slots['append-outer']) { + slot.push(this.$slots['append-outer']); + } else if (this.appendOuterIcon) { + slot.push(this.genIcon('appendOuter')); + } + + return this.genSlot('append', 'outer', slot); + }, + genPrependInnerSlot: function genPrependInnerSlot() { + var slot = []; + + if (this.$slots['prepend-inner']) { + slot.push(this.$slots['prepend-inner']); + } else if (this.prependInnerIcon) { + slot.push(this.genIcon('prependInner')); + } + + return this.genSlot('prepend', 'inner', slot); + }, + genIconSlot: function genIconSlot() { + var slot = []; + + if (this.$slots['append']) { + slot.push(this.$slots['append']); + } else if (this.appendIcon) { + slot.push(this.genIcon('append')); + } + + return this.genSlot('append', 'inner', slot); + }, + genInputSlot: function genInputSlot() { + var input = _VInput__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.genInputSlot.call(this); + var prepend = this.genPrependInnerSlot(); + + if (prepend) { + input.children = input.children || []; + input.children.unshift(prepend); + } + + return input; + }, + genClearIcon: function genClearIcon() { + if (!this.clearable) return null; + var data = this.isDirty ? undefined : { + attrs: { + disabled: true + } + }; + return this.genSlot('append', 'inner', [this.genIcon('clear', this.clearableCallback, data)]); + }, + genCounter: function genCounter() { + if (!this.hasCounter) return null; + var max = this.counter === true ? this.attrs$.maxlength : this.counter; + return this.$createElement(_VCounter__WEBPACK_IMPORTED_MODULE_2__["default"], { + props: { + dark: this.dark, + light: this.light, + max: max, + value: this.computedCounterValue + } + }); + }, + genDefaultSlot: function genDefaultSlot() { + return [this.genFieldset(), this.genTextFieldSlot(), this.genClearIcon(), this.genIconSlot(), this.genProgress()]; + }, + genFieldset: function genFieldset() { + if (!this.outlined) return null; + return this.$createElement('fieldset', { + attrs: { + 'aria-hidden': true + } + }, [this.genLegend()]); + }, + genLabel: function genLabel() { + if (!this.showLabel) return null; + var data = { + props: { + absolute: true, + color: this.validationState, + dark: this.dark, + disabled: this.disabled, + focused: !this.isSingle && (this.isFocused || !!this.validationState), + for: this.computedId, + left: this.labelPosition.left, + light: this.light, + right: this.labelPosition.right, + value: this.labelValue + } + }; + return this.$createElement(_VLabel__WEBPACK_IMPORTED_MODULE_3__["default"], data, this.$slots.label || this.label); + }, + genLegend: function genLegend() { + var width = !this.singleLine && (this.labelValue || this.isDirty) ? this.labelWidth : 0; + var span = this.$createElement('span', { + domProps: { + innerHTML: '​' + } + }); + return this.$createElement('legend', { + style: { + width: !this.isSingle ? Object(_util_helpers__WEBPACK_IMPORTED_MODULE_8__["convertToUnit"])(width) : undefined + } + }, [span]); + }, + genInput: function genInput() { + var listeners = Object.assign({}, this.listeners$); + delete listeners['change']; // Change should not be bound externally + + return this.$createElement('input', { + style: {}, + domProps: { + value: this.lazyValue + }, + attrs: __assign({}, this.attrs$, { + autofocus: this.autofocus, + disabled: this.disabled, + id: this.computedId, + placeholder: this.placeholder, + readonly: this.readonly, + type: this.type + }), + on: Object.assign(listeners, { + blur: this.onBlur, + input: this.onInput, + focus: this.onFocus, + keydown: this.onKeyDown + }), + ref: 'input' + }); + }, + genMessages: function genMessages() { + if (!this.showDetails) return null; + var messagesNode = _VInput__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.genMessages.call(this); + var counterNode = this.genCounter(); + return this.$createElement('div', { + staticClass: 'v-text-field__details' + }, [messagesNode, counterNode]); + }, + genTextFieldSlot: function genTextFieldSlot() { + return this.$createElement('div', { + staticClass: 'v-text-field__slot' + }, [this.genLabel(), this.prefix ? this.genAffix('prefix') : null, this.genInput(), this.suffix ? this.genAffix('suffix') : null]); + }, + genAffix: function genAffix(type) { + return this.$createElement('div', { + class: "v-text-field__" + type, + ref: type + }, this[type]); + }, + onBlur: function onBlur(e) { + var _this = this; + + this.isFocused = false; + e && this.$nextTick(function () { + return _this.$emit('blur', e); + }); + }, + onClick: function onClick() { + if (this.isFocused || this.disabled || !this.$refs.input) return; + this.$refs.input.focus(); + }, + onFocus: function onFocus(e) { + if (!this.$refs.input) return; + + if (document.activeElement !== this.$refs.input) { + return this.$refs.input.focus(); + } + + if (!this.isFocused) { + this.isFocused = true; + e && this.$emit('focus', e); + } + }, + onInput: function onInput(e) { + var target = e.target; + this.internalValue = target.value; + this.badInput = target.validity && target.validity.badInput; + }, + onKeyDown: function onKeyDown(e) { + if (e.keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_8__["keyCodes"].enter) this.$emit('change', this.internalValue); + this.$emit('keydown', e); + }, + onMouseDown: function onMouseDown(e) { + // Prevent input from being blurred + if (e.target !== this.$refs.input) { + e.preventDefault(); + e.stopPropagation(); + } + + _VInput__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.onMouseDown.call(this, e); + }, + onMouseUp: function onMouseUp(e) { + if (this.hasMouseDown) this.focus(); + _VInput__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.onMouseUp.call(this, e); + }, + setLabelWidth: function setLabelWidth() { + if (!this.outlined || !this.$refs.label) return; + this.labelWidth = Math.min(this.$refs.label.scrollWidth * 0.75 + 6, this.$el.offsetWidth - 24); + }, + setPrefixWidth: function setPrefixWidth() { + if (!this.$refs.prefix) return; + this.prefixWidth = this.$refs.prefix.offsetWidth; + }, + setPrependWidth: function setPrependWidth() { + if (!this.outlined || !this.$refs['prepend-inner']) return; + this.prependWidth = this.$refs['prepend-inner'].offsetWidth; + }, + tryAutofocus: function tryAutofocus() { + if (!this.autofocus || typeof document === 'undefined' || !this.$refs.input || document.activeElement === this.$refs.input) return false; + this.$refs.input.focus(); + return true; + }, + updateValue: function updateValue(val) { + // Sets validationState from validatable + this.hasColor = val; + + if (val) { + this.initialValue = this.lazyValue; + } else if (this.initialValue !== this.lazyValue) { + this.$emit('change', this.lazyValue); + } + } + } +})); + +/***/ }), + +/***/ "./src/components/VTextField/index.ts": +/*!********************************************!*\ + !*** ./src/components/VTextField/index.ts ***! + \********************************************/ +/*! exports provided: VTextField, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VTextField__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VTextField */ "./src/components/VTextField/VTextField.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VTextField", function() { return _VTextField__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VTextField__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VTextarea/VTextarea.sass": +/*!*************************************************!*\ + !*** ./src/components/VTextarea/VTextarea.sass ***! + \*************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VTextarea/VTextarea.ts": +/*!***********************************************!*\ + !*** ./src/components/VTextarea/VTextarea.ts ***! + \***********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VTextarea_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VTextarea.sass */ "./src/components/VTextarea/VTextarea.sass"); +/* harmony import */ var _VTextarea_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VTextarea_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VTextField/VTextField */ "./src/components/VTextField/VTextField.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + // Extensions + + // Utilities + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_VTextField_VTextField__WEBPACK_IMPORTED_MODULE_1__["default"]); +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend({ + name: 'v-textarea', + props: { + autoGrow: Boolean, + noResize: Boolean, + rowHeight: { + type: [Number, String], + default: 24, + validator: function validator(v) { + return !isNaN(parseFloat(v)); + } + }, + rows: { + type: [Number, String], + default: 5, + validator: function validator(v) { + return !isNaN(parseInt(v, 10)); + } + } + }, + computed: { + classes: function classes() { + return __assign({ + 'v-textarea': true, + 'v-textarea--auto-grow': this.autoGrow, + 'v-textarea--no-resize': this.noResizeHandle + }, _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.classes.call(this)); + }, + noResizeHandle: function noResizeHandle() { + return this.noResize || this.autoGrow; + } + }, + watch: { + lazyValue: function lazyValue() { + this.autoGrow && this.$nextTick(this.calculateInputHeight); + }, + rowHeight: function rowHeight() { + this.autoGrow && this.$nextTick(this.calculateInputHeight); + } + }, + mounted: function mounted() { + var _this = this; + + setTimeout(function () { + _this.autoGrow && _this.calculateInputHeight(); + }, 0); + }, + methods: { + calculateInputHeight: function calculateInputHeight() { + var input = this.$refs.input; + if (!input) return; + input.style.height = '0'; + var height = input.scrollHeight; + var minHeight = parseInt(this.rows, 10) * parseFloat(this.rowHeight); // This has to be done ASAP, waiting for Vue + // to update the DOM causes ugly layout jumping + + input.style.height = Math.max(minHeight, height) + 'px'; + }, + genInput: function genInput() { + var input = _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.genInput.call(this); + input.tag = 'textarea'; + delete input.data.attrs.type; + input.data.attrs.rows = this.rows; + return input; + }, + onInput: function onInput(e) { + _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.onInput.call(this, e); + this.autoGrow && this.calculateInputHeight(); + }, + onKeyDown: function onKeyDown(e) { + // Prevents closing of a + // dialog when pressing + // enter + if (this.isFocused && e.keyCode === 13) { + e.stopPropagation(); + } + + this.$emit('keydown', e); + } + } +})); + +/***/ }), + +/***/ "./src/components/VTextarea/index.ts": +/*!*******************************************!*\ + !*** ./src/components/VTextarea/index.ts ***! + \*******************************************/ +/*! exports provided: VTextarea, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VTextarea__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VTextarea */ "./src/components/VTextarea/VTextarea.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VTextarea", function() { return _VTextarea__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VTextarea__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VThemeProvider/VThemeProvider.ts": +/*!*********************************************************!*\ + !*** ./src/components/VThemeProvider/VThemeProvider.ts ***! + \*********************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +// Mixins + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_mixins_themeable__WEBPACK_IMPORTED_MODULE_0__["default"].extend({ + name: 'v-theme-provider', + props: { + root: Boolean + }, + computed: { + isDark: function isDark() { + return this.root ? this.rootIsDark : _mixins_themeable__WEBPACK_IMPORTED_MODULE_0__["default"].options.computed.isDark.call(this); + } + }, + render: function render() { + /* istanbul ignore next */ + return this.$slots.default && this.$slots.default.find(function (node) { + return !node.isComment && node.text !== ' '; + }); + } +})); + +/***/ }), + +/***/ "./src/components/VThemeProvider/index.ts": +/*!************************************************!*\ + !*** ./src/components/VThemeProvider/index.ts ***! + \************************************************/ +/*! exports provided: VThemeProvider, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VThemeProvider__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VThemeProvider */ "./src/components/VThemeProvider/VThemeProvider.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VThemeProvider", function() { return _VThemeProvider__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + + + +/* harmony default export */ __webpack_exports__["default"] = (_VThemeProvider__WEBPACK_IMPORTED_MODULE_0__["default"]); + +/***/ }), + +/***/ "./src/components/VTimePicker/SelectingTimes.ts": +/*!******************************************************!*\ + !*** ./src/components/VTimePicker/SelectingTimes.ts ***! + \******************************************************/ +/*! exports provided: SelectingTimes */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SelectingTimes", function() { return SelectingTimes; }); +var SelectingTimes; + +(function (SelectingTimes) { + SelectingTimes[SelectingTimes["Hour"] = 1] = "Hour"; + SelectingTimes[SelectingTimes["Minute"] = 2] = "Minute"; + SelectingTimes[SelectingTimes["Second"] = 3] = "Second"; +})(SelectingTimes || (SelectingTimes = {})); + + + +/***/ }), + +/***/ "./src/components/VTimePicker/VTimePicker.ts": +/*!***************************************************!*\ + !*** ./src/components/VTimePicker/VTimePicker.ts ***! + \***************************************************/ +/*! exports provided: SelectingTimes, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VTimePickerTitle__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VTimePickerTitle */ "./src/components/VTimePicker/VTimePickerTitle.ts"); +/* harmony import */ var _VTimePickerClock__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VTimePickerClock */ "./src/components/VTimePicker/VTimePickerClock.ts"); +/* harmony import */ var _mixins_picker__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/picker */ "./src/mixins/picker/index.ts"); +/* harmony import */ var _mixins_picker_button__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/picker-button */ "./src/mixins/picker-button/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _VDatePicker_util_pad__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../VDatePicker/util/pad */ "./src/components/VDatePicker/util/pad.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./SelectingTimes */ "./src/components/VTimePicker/SelectingTimes.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SelectingTimes", function() { return _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"]; }); + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; // Components + + + + // Mixins + + + // Utils + + + + + +var rangeHours24 = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["createRange"])(24); +var rangeHours12am = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["createRange"])(12); +var rangeHours12pm = rangeHours12am.map(function (v) { + return v + 12; +}); +var range60 = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["createRange"])(60); +var selectingNames = { + 1: 'hour', + 2: 'minute', + 3: 'second' +}; + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_6__["default"])(_mixins_picker__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_picker_button__WEBPACK_IMPORTED_MODULE_3__["default"] +/* @vue/component */ +).extend({ + name: 'v-time-picker', + props: { + allowedHours: [Function, Array], + allowedMinutes: [Function, Array], + allowedSeconds: [Function, Array], + disabled: Boolean, + format: { + type: String, + default: 'ampm', + validator: function validator(val) { + return ['ampm', '24hr'].includes(val); + } + }, + min: String, + max: String, + readonly: Boolean, + scrollable: Boolean, + useSeconds: Boolean, + value: null, + ampmInTitle: Boolean + }, + data: function data() { + return { + inputHour: null, + inputMinute: null, + inputSecond: null, + lazyInputHour: null, + lazyInputMinute: null, + lazyInputSecond: null, + period: 'am', + selecting: _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Hour + }; + }, + computed: { + selectingHour: { + get: function get() { + return this.selecting === _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Hour; + }, + set: function set(v) { + this.selecting = _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Hour; + } + }, + selectingMinute: { + get: function get() { + return this.selecting === _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Minute; + }, + set: function set(v) { + this.selecting = _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Minute; + } + }, + selectingSecond: { + get: function get() { + return this.selecting === _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Second; + }, + set: function set(v) { + this.selecting = _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Second; + } + }, + isAllowedHourCb: function isAllowedHourCb() { + var _this = this; + + var cb; + + if (this.allowedHours instanceof Array) { + cb = function cb(val) { + return _this.allowedHours.includes(val); + }; + } else { + cb = this.allowedHours; + } + + if (!this.min && !this.max) return cb; + var minHour = this.min ? Number(this.min.split(':')[0]) : 0; + var maxHour = this.max ? Number(this.max.split(':')[0]) : 23; + return function (val) { + return val >= minHour * 1 && val <= maxHour * 1 && (!cb || cb(val)); + }; + }, + isAllowedMinuteCb: function isAllowedMinuteCb() { + var _this = this; + + var cb; + var isHourAllowed = !this.isAllowedHourCb || this.inputHour === null || this.isAllowedHourCb(this.inputHour); + + if (this.allowedMinutes instanceof Array) { + cb = function cb(val) { + return _this.allowedMinutes.includes(val); + }; + } else { + cb = this.allowedMinutes; + } + + if (!this.min && !this.max) { + return isHourAllowed ? cb : function () { + return false; + }; + } + + var _a = __read(this.min ? this.min.split(':').map(Number) : [0, 0], 2), + minHour = _a[0], + minMinute = _a[1]; + + var _b = __read(this.max ? this.max.split(':').map(Number) : [23, 59], 2), + maxHour = _b[0], + maxMinute = _b[1]; + + var minTime = minHour * 60 + minMinute * 1; + var maxTime = maxHour * 60 + maxMinute * 1; + return function (val) { + var time = 60 * _this.inputHour + val; + return time >= minTime && time <= maxTime && isHourAllowed && (!cb || cb(val)); + }; + }, + isAllowedSecondCb: function isAllowedSecondCb() { + var _this = this; + + var cb; + var isHourAllowed = !this.isAllowedHourCb || this.inputHour === null || this.isAllowedHourCb(this.inputHour); + var isMinuteAllowed = isHourAllowed && (!this.isAllowedMinuteCb || this.inputMinute === null || this.isAllowedMinuteCb(this.inputMinute)); + + if (this.allowedSeconds instanceof Array) { + cb = function cb(val) { + return _this.allowedSeconds.includes(val); + }; + } else { + cb = this.allowedSeconds; + } + + if (!this.min && !this.max) { + return isMinuteAllowed ? cb : function () { + return false; + }; + } + + var _a = __read(this.min ? this.min.split(':').map(Number) : [0, 0, 0], 3), + minHour = _a[0], + minMinute = _a[1], + minSecond = _a[2]; + + var _b = __read(this.max ? this.max.split(':').map(Number) : [23, 59, 59], 3), + maxHour = _b[0], + maxMinute = _b[1], + maxSecond = _b[2]; + + var minTime = minHour * 3600 + minMinute * 60 + (minSecond || 0) * 1; + var maxTime = maxHour * 3600 + maxMinute * 60 + (maxSecond || 0) * 1; + return function (val) { + var time = 3600 * _this.inputHour + 60 * _this.inputMinute + val; + return time >= minTime && time <= maxTime && isMinuteAllowed && (!cb || cb(val)); + }; + }, + isAmPm: function isAmPm() { + return this.format === 'ampm'; + } + }, + watch: { + value: 'setInputData' + }, + mounted: function mounted() { + this.setInputData(this.value); + this.$on('update:period', this.setPeriod); + }, + methods: { + genValue: function genValue() { + if (this.inputHour != null && this.inputMinute != null && (!this.useSeconds || this.inputSecond != null)) { + return Object(_VDatePicker_util_pad__WEBPACK_IMPORTED_MODULE_5__["default"])(this.inputHour) + ":" + Object(_VDatePicker_util_pad__WEBPACK_IMPORTED_MODULE_5__["default"])(this.inputMinute) + (this.useSeconds ? ":" + Object(_VDatePicker_util_pad__WEBPACK_IMPORTED_MODULE_5__["default"])(this.inputSecond) : ''); + } + + return null; + }, + emitValue: function emitValue() { + var value = this.genValue(); + if (value !== null) this.$emit('input', value); + }, + setPeriod: function setPeriod(period) { + this.period = period; + + if (this.inputHour != null) { + var newHour = this.inputHour + (period === 'am' ? -12 : 12); + this.inputHour = this.firstAllowed('hour', newHour); + this.emitValue(); + } + }, + setInputData: function setInputData(value) { + if (value == null || value === '') { + this.inputHour = null; + this.inputMinute = null; + this.inputSecond = null; + } else if (value instanceof Date) { + this.inputHour = value.getHours(); + this.inputMinute = value.getMinutes(); + this.inputSecond = value.getSeconds(); + } else { + var _a = __read(value.trim().toLowerCase().match(/^(\d+):(\d+)(:(\d+))?([ap]m)?$/) || new Array(6), 6), + hour = _a[1], + minute = _a[2], + second = _a[4], + period = _a[5]; + + this.inputHour = period ? this.convert12to24(parseInt(hour, 10), period) : parseInt(hour, 10); + this.inputMinute = parseInt(minute, 10); + this.inputSecond = parseInt(second || 0, 10); + } + + this.period = this.inputHour == null || this.inputHour < 12 ? 'am' : 'pm'; + }, + convert24to12: function convert24to12(hour) { + return hour ? (hour - 1) % 12 + 1 : 12; + }, + convert12to24: function convert12to24(hour, period) { + return hour % 12 + (period === 'pm' ? 12 : 0); + }, + onInput: function onInput(value) { + if (this.selecting === _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Hour) { + this.inputHour = this.isAmPm ? this.convert12to24(value, this.period) : value; + } else if (this.selecting === _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Minute) { + this.inputMinute = value; + } else { + this.inputSecond = value; + } + + this.emitValue(); + }, + onChange: function onChange(value) { + this.$emit("click:" + selectingNames[this.selecting], value); + var emitChange = this.selecting === (this.useSeconds ? _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Second : _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Minute); + + if (this.selecting === _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Hour) { + this.selecting = _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Minute; + } else if (this.useSeconds && this.selecting === _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Minute) { + this.selecting = _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Second; + } + + if (this.inputHour === this.lazyInputHour && this.inputMinute === this.lazyInputMinute && (!this.useSeconds || this.inputSecond === this.lazyInputSecond)) return; + var time = this.genValue(); + if (time === null) return; + this.lazyInputHour = this.inputHour; + this.lazyInputMinute = this.inputMinute; + this.useSeconds && (this.lazyInputSecond = this.inputSecond); + emitChange && this.$emit('change', time); + }, + firstAllowed: function firstAllowed(type, value) { + var allowedFn = type === 'hour' ? this.isAllowedHourCb : type === 'minute' ? this.isAllowedMinuteCb : this.isAllowedSecondCb; + if (!allowedFn) return value; // TODO: clean up + + var range = type === 'minute' ? range60 : type === 'second' ? range60 : this.isAmPm ? value < 12 ? rangeHours12am : rangeHours12pm : rangeHours24; + var first = range.find(function (v) { + return allowedFn((v + value) % range.length + range[0]); + }); + return ((first || 0) + value) % range.length + range[0]; + }, + genClock: function genClock() { + return this.$createElement(_VTimePickerClock__WEBPACK_IMPORTED_MODULE_1__["default"], { + props: { + allowedValues: this.selecting === _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Hour ? this.isAllowedHourCb : this.selecting === _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Minute ? this.isAllowedMinuteCb : this.isAllowedSecondCb, + color: this.color, + dark: this.dark, + disabled: this.disabled, + double: this.selecting === _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Hour && !this.isAmPm, + format: this.selecting === _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Hour ? this.isAmPm ? this.convert24to12 : function (val) { + return val; + } : function (val) { + return Object(_VDatePicker_util_pad__WEBPACK_IMPORTED_MODULE_5__["default"])(val, 2); + }, + light: this.light, + max: this.selecting === _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Hour ? this.isAmPm && this.period === 'am' ? 11 : 23 : 59, + min: this.selecting === _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Hour && this.isAmPm && this.period === 'pm' ? 12 : 0, + readonly: this.readonly, + scrollable: this.scrollable, + size: Number(this.width) - (!this.fullWidth && this.landscape ? 80 : 20), + step: this.selecting === _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Hour ? 1 : 5, + value: this.selecting === _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Hour ? this.inputHour : this.selecting === _SelectingTimes__WEBPACK_IMPORTED_MODULE_7__["SelectingTimes"].Minute ? this.inputMinute : this.inputSecond + }, + on: { + input: this.onInput, + change: this.onChange + }, + ref: 'clock' + }); + }, + genClockAmPm: function genClockAmPm() { + return this.$createElement('div', this.setTextColor(this.color || 'primary', { + staticClass: 'v-time-picker-clock__ampm' + }), [this.genPickerButton('period', 'am', this.$vuetify.lang.t('$vuetify.timePicker.am'), this.disabled || this.readonly), this.genPickerButton('period', 'pm', this.$vuetify.lang.t('$vuetify.timePicker.pm'), this.disabled || this.readonly)]); + }, + genPickerBody: function genPickerBody() { + return this.$createElement('div', { + staticClass: 'v-time-picker-clock__container', + key: this.selecting + }, [!this.ampmInTitle && this.isAmPm && this.genClockAmPm(), this.genClock()]); + }, + genPickerTitle: function genPickerTitle() { + var _this = this; + + return this.$createElement(_VTimePickerTitle__WEBPACK_IMPORTED_MODULE_0__["default"], { + props: { + ampm: this.isAmPm, + ampmReadonly: this.isAmPm && !this.ampmInTitle, + disabled: this.disabled, + hour: this.inputHour, + minute: this.inputMinute, + second: this.inputSecond, + period: this.period, + readonly: this.readonly, + useSeconds: this.useSeconds, + selecting: this.selecting + }, + on: { + 'update:selecting': function updateSelecting(value) { + return _this.selecting = value; + }, + 'update:period': function updatePeriod(period) { + return _this.$emit('update:period', period); + } + }, + ref: 'title', + slot: 'title' + }); + } + }, + render: function render() { + return this.genPicker('v-picker--time'); + } +})); + +/***/ }), + +/***/ "./src/components/VTimePicker/VTimePickerClock.sass": +/*!**********************************************************!*\ + !*** ./src/components/VTimePicker/VTimePickerClock.sass ***! + \**********************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VTimePicker/VTimePickerClock.ts": +/*!********************************************************!*\ + !*** ./src/components/VTimePicker/VTimePickerClock.ts ***! + \********************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VTimePickerClock_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VTimePickerClock.sass */ "./src/components/VTimePicker/VTimePickerClock.sass"); +/* harmony import */ var _VTimePickerClock_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VTimePickerClock_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + + // Mixins + + + // Types + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__["default"] +/* @vue/component */ +).extend({ + name: 'v-time-picker-clock', + props: { + allowedValues: Function, + ampm: Boolean, + disabled: Boolean, + double: Boolean, + format: { + type: Function, + default: function _default(val) { + return val; + } + }, + max: { + type: Number, + required: true + }, + min: { + type: Number, + required: true + }, + scrollable: Boolean, + readonly: Boolean, + rotate: { + type: Number, + default: 0 + }, + step: { + type: Number, + default: 1 + }, + value: Number + }, + data: function data() { + return { + inputValue: this.value, + isDragging: false, + valueOnMouseDown: null, + valueOnMouseUp: null + }; + }, + computed: { + count: function count() { + return this.max - this.min + 1; + }, + degreesPerUnit: function degreesPerUnit() { + return 360 / this.roundCount; + }, + degrees: function degrees() { + return this.degreesPerUnit * Math.PI / 180; + }, + displayedValue: function displayedValue() { + return this.value == null ? this.min : this.value; + }, + innerRadiusScale: function innerRadiusScale() { + return 0.62; + }, + roundCount: function roundCount() { + return this.double ? this.count / 2 : this.count; + } + }, + watch: { + value: function value(_value) { + this.inputValue = _value; + } + }, + methods: { + wheel: function wheel(e) { + e.preventDefault(); + var delta = Math.sign(-e.deltaY || 1); + var value = this.displayedValue; + + do { + value = value + delta; + value = (value - this.min + this.count) % this.count + this.min; + } while (!this.isAllowed(value) && value !== this.displayedValue); + + if (value !== this.displayedValue) { + this.update(value); + } + }, + isInner: function isInner(value) { + return this.double && value - this.min >= this.roundCount; + }, + handScale: function handScale(value) { + return this.isInner(value) ? this.innerRadiusScale : 1; + }, + isAllowed: function isAllowed(value) { + return !this.allowedValues || this.allowedValues(value); + }, + genValues: function genValues() { + var children = []; + + for (var value = this.min; value <= this.max; value = value + this.step) { + var color = value === this.value && (this.color || 'accent'); + children.push(this.$createElement('span', this.setBackgroundColor(color, { + staticClass: 'v-time-picker-clock__item', + class: { + 'v-time-picker-clock__item--active': value === this.displayedValue, + 'v-time-picker-clock__item--disabled': this.disabled || !this.isAllowed(value) + }, + style: this.getTransform(value), + domProps: { + innerHTML: "" + this.format(value) + "" + } + }))); + } + + return children; + }, + genHand: function genHand() { + var scale = "scaleY(" + this.handScale(this.displayedValue) + ")"; + var angle = this.rotate + this.degreesPerUnit * (this.displayedValue - this.min); + var color = this.value != null && (this.color || 'accent'); + return this.$createElement('div', this.setBackgroundColor(color, { + staticClass: 'v-time-picker-clock__hand', + class: { + 'v-time-picker-clock__hand--inner': this.isInner(this.value) + }, + style: { + transform: "rotate(" + angle + "deg) " + scale + } + })); + }, + getTransform: function getTransform(i) { + var _a = this.getPosition(i), + x = _a.x, + y = _a.y; + + return { + left: 50 + x * 50 + "%", + top: 50 + y * 50 + "%" + }; + }, + getPosition: function getPosition(value) { + var rotateRadians = this.rotate * Math.PI / 180; + return { + x: Math.sin((value - this.min) * this.degrees + rotateRadians) * this.handScale(value), + y: -Math.cos((value - this.min) * this.degrees + rotateRadians) * this.handScale(value) + }; + }, + onMouseDown: function onMouseDown(e) { + e.preventDefault(); + this.valueOnMouseDown = null; + this.valueOnMouseUp = null; + this.isDragging = true; + this.onDragMove(e); + }, + onMouseUp: function onMouseUp(e) { + e.stopPropagation(); + this.isDragging = false; + + if (this.valueOnMouseUp !== null && this.isAllowed(this.valueOnMouseUp)) { + this.$emit('change', this.valueOnMouseUp); + } + }, + onDragMove: function onDragMove(e) { + e.preventDefault(); + if (!this.isDragging && e.type !== 'click') return; + + var _a = this.$refs.clock.getBoundingClientRect(), + width = _a.width, + top = _a.top, + left = _a.left; + + var innerWidth = this.$refs.innerClock.getBoundingClientRect().width; + + var _b = 'touches' in e ? e.touches[0] : e, + clientX = _b.clientX, + clientY = _b.clientY; + + var center = { + x: width / 2, + y: -width / 2 + }; + var coords = { + x: clientX - left, + y: top - clientY + }; + var handAngle = Math.round(this.angle(center, coords) - this.rotate + 360) % 360; + var insideClick = this.double && this.euclidean(center, coords) < (innerWidth + innerWidth * this.innerRadiusScale) / 4; + var checksCount = Math.ceil(15 / this.degreesPerUnit); + var value; + + for (var i = 0; i < checksCount; i++) { + value = this.angleToValue(handAngle + i * this.degreesPerUnit, insideClick); + if (this.isAllowed(value)) return this.setMouseDownValue(value); + value = this.angleToValue(handAngle - i * this.degreesPerUnit, insideClick); + if (this.isAllowed(value)) return this.setMouseDownValue(value); + } + }, + angleToValue: function angleToValue(angle, insideClick) { + var value = (Math.round(angle / this.degreesPerUnit) + (insideClick ? this.roundCount : 0)) % this.count + this.min; // Necessary to fix edge case when selecting left part of the value(s) at 12 o'clock + + if (angle < 360 - this.degreesPerUnit / 2) return value; + return insideClick ? this.max - this.roundCount + 1 : this.min; + }, + setMouseDownValue: function setMouseDownValue(value) { + if (this.valueOnMouseDown === null) { + this.valueOnMouseDown = value; + } + + this.valueOnMouseUp = value; + this.update(value); + }, + update: function update(value) { + if (this.inputValue !== value) { + this.inputValue = value; + this.$emit('input', value); + } + }, + euclidean: function euclidean(p0, p1) { + var dx = p1.x - p0.x; + var dy = p1.y - p0.y; + return Math.sqrt(dx * dx + dy * dy); + }, + angle: function angle(center, p1) { + var value = 2 * Math.atan2(p1.y - center.y - this.euclidean(center, p1), p1.x - center.x); + return Math.abs(value * 180 / Math.PI); + } + }, + render: function render(h) { + var _this = this; + + var data = { + staticClass: 'v-time-picker-clock', + class: __assign({ + 'v-time-picker-clock--indeterminate': this.value == null + }, this.themeClasses), + on: this.readonly || this.disabled ? undefined : Object.assign({ + mousedown: this.onMouseDown, + mouseup: this.onMouseUp, + mouseleave: function mouseleave(e) { + return _this.isDragging && _this.onMouseUp(e); + }, + touchstart: this.onMouseDown, + touchend: this.onMouseUp, + mousemove: this.onDragMove, + touchmove: this.onDragMove + }, this.scrollable ? { + wheel: this.wheel + } : {}), + ref: 'clock' + }; + return h('div', data, [h('div', { + staticClass: 'v-time-picker-clock__inner', + ref: 'innerClock' + }, [this.genHand(), this.genValues()])]); + } +})); + +/***/ }), + +/***/ "./src/components/VTimePicker/VTimePickerTitle.sass": +/*!**********************************************************!*\ + !*** ./src/components/VTimePicker/VTimePickerTitle.sass ***! + \**********************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VTimePicker/VTimePickerTitle.ts": +/*!********************************************************!*\ + !*** ./src/components/VTimePicker/VTimePickerTitle.ts ***! + \********************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VTimePickerTitle_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VTimePickerTitle.sass */ "./src/components/VTimePicker/VTimePickerTitle.sass"); +/* harmony import */ var _VTimePickerTitle_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VTimePickerTitle_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_picker_button__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/picker-button */ "./src/mixins/picker-button/index.ts"); +/* harmony import */ var _VDatePicker_util__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VDatePicker/util */ "./src/components/VDatePicker/util/index.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _SelectingTimes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./SelectingTimes */ "./src/components/VTimePicker/SelectingTimes.ts"); + // Mixins + + // Utils + + + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_mixins_picker_button__WEBPACK_IMPORTED_MODULE_1__["default"] +/* @vue/component */ +).extend({ + name: 'v-time-picker-title', + props: { + ampm: Boolean, + ampmReadonly: Boolean, + disabled: Boolean, + hour: Number, + minute: Number, + second: Number, + period: { + type: String, + validator: function validator(period) { + return period === 'am' || period === 'pm'; + } + }, + readonly: Boolean, + useSeconds: Boolean, + selecting: Number + }, + methods: { + genTime: function genTime() { + var hour = this.hour; + + if (this.ampm) { + hour = hour ? (hour - 1) % 12 + 1 : 12; + } + + var displayedHour = this.hour == null ? '--' : this.ampm ? String(hour) : Object(_VDatePicker_util__WEBPACK_IMPORTED_MODULE_2__["pad"])(hour); + var displayedMinute = this.minute == null ? '--' : Object(_VDatePicker_util__WEBPACK_IMPORTED_MODULE_2__["pad"])(this.minute); + var titleContent = [this.genPickerButton('selecting', _SelectingTimes__WEBPACK_IMPORTED_MODULE_4__["SelectingTimes"].Hour, displayedHour, this.disabled), this.$createElement('span', ':'), this.genPickerButton('selecting', _SelectingTimes__WEBPACK_IMPORTED_MODULE_4__["SelectingTimes"].Minute, displayedMinute, this.disabled)]; + + if (this.useSeconds) { + var displayedSecond = this.second == null ? '--' : Object(_VDatePicker_util__WEBPACK_IMPORTED_MODULE_2__["pad"])(this.second); + titleContent.push(this.$createElement('span', ':')); + titleContent.push(this.genPickerButton('selecting', _SelectingTimes__WEBPACK_IMPORTED_MODULE_4__["SelectingTimes"].Second, displayedSecond, this.disabled)); + } + + return this.$createElement('div', { + class: 'v-time-picker-title__time' + }, titleContent); + }, + genAmPm: function genAmPm() { + return this.$createElement('div', { + staticClass: 'v-time-picker-title__ampm', + class: { + 'v-time-picker-title__ampm--readonly': this.ampmReadonly + } + }, [!this.ampmReadonly || this.period === 'am' ? this.genPickerButton('period', 'am', this.$vuetify.lang.t('$vuetify.timePicker.am'), this.disabled || this.readonly) : null, !this.ampmReadonly || this.period === 'pm' ? this.genPickerButton('period', 'pm', this.$vuetify.lang.t('$vuetify.timePicker.pm'), this.disabled || this.readonly) : null]); + } + }, + render: function render(h) { + var children = [this.genTime()]; + this.ampm && children.push(this.genAmPm()); + return h('div', { + staticClass: 'v-time-picker-title' + }, children); + } +})); + +/***/ }), + +/***/ "./src/components/VTimePicker/index.ts": +/*!*********************************************!*\ + !*** ./src/components/VTimePicker/index.ts ***! + \*********************************************/ +/*! exports provided: VTimePicker, VTimePickerClock, VTimePickerTitle, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VTimePicker__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VTimePicker */ "./src/components/VTimePicker/VTimePicker.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VTimePicker", function() { return _VTimePicker__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _VTimePickerClock__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VTimePickerClock */ "./src/components/VTimePicker/VTimePickerClock.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VTimePickerClock", function() { return _VTimePickerClock__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + +/* harmony import */ var _VTimePickerTitle__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VTimePickerTitle */ "./src/components/VTimePicker/VTimePickerTitle.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VTimePickerTitle", function() { return _VTimePickerTitle__WEBPACK_IMPORTED_MODULE_2__["default"]; }); + + + + + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VTimePicker: _VTimePicker__WEBPACK_IMPORTED_MODULE_0__["default"], + VTimePickerClock: _VTimePickerClock__WEBPACK_IMPORTED_MODULE_1__["default"], + VTimePickerTitle: _VTimePickerTitle__WEBPACK_IMPORTED_MODULE_2__["default"] + } +}); + +/***/ }), + +/***/ "./src/components/VTimeline/VTimeline.sass": +/*!*************************************************!*\ + !*** ./src/components/VTimeline/VTimeline.sass ***! + \*************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VTimeline/VTimeline.ts": +/*!***********************************************!*\ + !*** ./src/components/VTimeline/VTimeline.ts ***! + \***********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VTimeline_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VTimeline.sass */ "./src/components/VTimeline/VTimeline.sass"); +/* harmony import */ var _VTimeline_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VTimeline_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Styles + + + + // Mixins + + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_1__["default"])(_mixins_themeable__WEBPACK_IMPORTED_MODULE_2__["default"] +/* @vue/component */ +).extend({ + name: 'v-timeline', + provide: function provide() { + return { + timeline: this + }; + }, + props: { + alignTop: Boolean, + dense: Boolean, + reverse: Boolean + }, + computed: { + classes: function classes() { + return __assign({ + 'v-timeline--align-top': this.alignTop, + 'v-timeline--dense': this.dense, + 'v-timeline--reverse': this.reverse + }, this.themeClasses); + } + }, + render: function render(h) { + return h('div', { + staticClass: 'v-timeline', + class: this.classes + }, this.$slots.default); + } +})); + +/***/ }), + +/***/ "./src/components/VTimeline/VTimelineItem.ts": +/*!***************************************************!*\ + !*** ./src/components/VTimeline/VTimelineItem.ts ***! + \***************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); +/* harmony import */ var _VIcon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VIcon */ "./src/components/VIcon/index.ts"); +/* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; // Types + + + + // Mixins + + + +var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_0__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_3__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__["default"] +/* @vue/component */ +); +/* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend().extend({ + name: 'v-timeline-item', + inject: ['timeline'], + props: { + color: { + type: String, + default: 'primary' + }, + fillDot: Boolean, + hideDot: Boolean, + icon: String, + iconColor: String, + large: Boolean, + left: Boolean, + right: Boolean, + small: Boolean + }, + computed: { + hasIcon: function hasIcon() { + return !!this.icon || !!this.$slots.icon; + } + }, + methods: { + genBody: function genBody() { + return this.$createElement('div', { + staticClass: 'v-timeline-item__body' + }, this.$slots.default); + }, + genIcon: function genIcon() { + if (this.$slots.icon) { + return this.$slots.icon; + } + + return this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_1__["default"], { + props: { + color: this.iconColor, + dark: !this.theme.isDark, + small: this.small + } + }, this.icon); + }, + genInnerDot: function genInnerDot() { + var data = this.setBackgroundColor(this.color); + return this.$createElement('div', __assign({ + staticClass: 'v-timeline-item__inner-dot' + }, data), [this.hasIcon && this.genIcon()]); + }, + genDot: function genDot() { + return this.$createElement('div', { + staticClass: 'v-timeline-item__dot', + class: { + 'v-timeline-item__dot--small': this.small, + 'v-timeline-item__dot--large': this.large + } + }, [this.genInnerDot()]); + }, + genDivider: function genDivider() { + var children = []; + if (!this.hideDot) children.push(this.genDot()); + return this.$createElement('div', { + staticClass: 'v-timeline-item__divider' + }, children); + }, + genOpposite: function genOpposite() { + return this.$createElement('div', { + staticClass: 'v-timeline-item__opposite' + }, this.$slots.opposite); + } + }, + render: function render(h) { + var children = [this.genBody(), this.genDivider()]; + if (this.$slots.opposite) children.push(this.genOpposite()); + return h('div', { + staticClass: 'v-timeline-item', + class: __assign({ + 'v-timeline-item--fill-dot': this.fillDot, + 'v-timeline-item--before': this.timeline.reverse ? this.right : this.left, + 'v-timeline-item--after': this.timeline.reverse ? this.left : this.right + }, this.themeClasses) + }, children); + } +})); + +/***/ }), + +/***/ "./src/components/VTimeline/index.ts": +/*!*******************************************!*\ + !*** ./src/components/VTimeline/index.ts ***! + \*******************************************/ +/*! exports provided: VTimeline, VTimelineItem, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VTimeline__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VTimeline */ "./src/components/VTimeline/VTimeline.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VTimeline", function() { return _VTimeline__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _VTimelineItem__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VTimelineItem */ "./src/components/VTimeline/VTimelineItem.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VTimelineItem", function() { return _VTimelineItem__WEBPACK_IMPORTED_MODULE_1__["default"]; }); + + + + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VTimeline: _VTimeline__WEBPACK_IMPORTED_MODULE_0__["default"], + VTimelineItem: _VTimelineItem__WEBPACK_IMPORTED_MODULE_1__["default"] + } +}); + +/***/ }), + +/***/ "./src/components/VToolbar/VToolbar.sass": +/*!***********************************************!*\ + !*** ./src/components/VToolbar/VToolbar.sass ***! + \***********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VToolbar/VToolbar.ts": +/*!*********************************************!*\ + !*** ./src/components/VToolbar/VToolbar.ts ***! + \*********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VToolbar_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VToolbar.sass */ "./src/components/VToolbar/VToolbar.sass"); +/* harmony import */ var _VToolbar_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VToolbar_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _VSheet_VSheet__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../VSheet/VSheet */ "./src/components/VSheet/VSheet.ts"); +/* harmony import */ var _VImg_VImg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VImg/VImg */ "./src/components/VImg/VImg.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +var __assign = undefined && undefined.__assign || function () { + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return __assign.apply(this, arguments); +}; + +var __read = undefined && undefined.__read || function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), + r, + ar = [], + e; + + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { + ar.push(r.value); + } + } catch (error) { + e = { + error: error + }; + } finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } finally { + if (e) throw e.error; + } + } + + return ar; +}; // Styles + + + // Extensions + + // Components + + // Utilities + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (_VSheet_VSheet__WEBPACK_IMPORTED_MODULE_1__["default"].extend({ + name: 'v-toolbar', + props: { + absolute: Boolean, + bottom: Boolean, + collapse: Boolean, + dense: Boolean, + extended: Boolean, + extensionHeight: { + default: 48, + type: [Number, String] + }, + flat: Boolean, + floating: Boolean, + prominent: Boolean, + short: Boolean, + src: { + type: [String, Object], + default: '' + }, + tag: { + type: String, + default: 'header' + }, + tile: { + type: Boolean, + default: true + } + }, + data: function data() { + return { + isExtended: false + }; + }, + computed: { + computedHeight: function computedHeight() { + var height = this.computedContentHeight; + if (!this.isExtended) return height; + var extensionHeight = parseInt(this.extensionHeight); + return this.isCollapsed ? height : height + (!isNaN(extensionHeight) ? extensionHeight : 0); + }, + computedContentHeight: function computedContentHeight() { + if (this.height) return parseInt(this.height); + if (this.isProminent && this.dense) return 96; + if (this.isProminent && this.short) return 112; + if (this.isProminent) return 128; + if (this.dense) return 48; + if (this.short || this.$vuetify.breakpoint.smAndDown) return 56; + return 64; + }, + classes: function classes() { + return __assign({}, _VSheet_VSheet__WEBPACK_IMPORTED_MODULE_1__["default"].options.computed.classes.call(this), { + 'v-toolbar': true, + 'v-toolbar--absolute': this.absolute, + 'v-toolbar--bottom': this.bottom, + 'v-toolbar--collapse': this.collapse, + 'v-toolbar--collapsed': this.isCollapsed, + 'v-toolbar--dense': this.dense, + 'v-toolbar--extended': this.isExtended, + 'v-toolbar--flat': this.flat, + 'v-toolbar--floating': this.floating, + 'v-toolbar--prominent': this.isProminent + }); + }, + isCollapsed: function isCollapsed() { + return this.collapse; + }, + isProminent: function isProminent() { + return this.prominent; + }, + styles: function styles() { + return __assign({}, this.measurableStyles, { + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["convertToUnit"])(this.computedHeight) + }); + } + }, + created: function created() { + var _this = this; + + var breakingProps = [['app', ''], ['manual-scroll', ''], ['clipped-left', ''], ['clipped-right', ''], ['inverted-scroll', ''], ['scroll-off-screen', ''], ['scroll-target', ''], ['scroll-threshold', ''], ['card', '']]; + /* istanbul ignore next */ + + breakingProps.forEach(function (_a) { + var _b = __read(_a, 2), + original = _b[0], + replacement = _b[1]; + + if (_this.$attrs.hasOwnProperty(original)) Object(_util_console__WEBPACK_IMPORTED_MODULE_4__["breaking"])(original, replacement, _this); + }); + }, + methods: { + genBackground: function genBackground() { + var props = { + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["convertToUnit"])(this.computedHeight), + src: this.src + }; + var image = this.$scopedSlots.img ? this.$scopedSlots.img({ + props: props + }) : this.$createElement(_VImg_VImg__WEBPACK_IMPORTED_MODULE_2__["default"], { + props: props + }); + return this.$createElement('div', { + staticClass: 'v-toolbar__image' + }, [image]); + }, + genContent: function genContent() { + return this.$createElement('div', { + staticClass: 'v-toolbar__content', + style: { + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["convertToUnit"])(this.computedContentHeight) + } + }, Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getSlot"])(this)); + }, + genExtension: function genExtension() { + return this.$createElement('div', { + staticClass: 'v-toolbar__extension', + style: { + height: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["convertToUnit"])(this.extensionHeight) + } + }, Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getSlot"])(this, 'extension')); + } + }, + render: function render(h) { + this.isExtended = this.extended || !!this.$scopedSlots.extension; + var children = [this.genContent()]; + var data = this.setBackgroundColor(this.color, { + class: this.classes, + style: this.styles, + on: this.$listeners + }); + if (this.isExtended) children.push(this.genExtension()); + if (this.src || this.$scopedSlots.img) children.unshift(this.genBackground()); + return h(this.tag, data, children); + } +})); + +/***/ }), + +/***/ "./src/components/VToolbar/index.ts": +/*!******************************************!*\ + !*** ./src/components/VToolbar/index.ts ***! + \******************************************/ +/*! exports provided: VToolbar, VToolbarItems, VToolbarTitle, default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VToolbarItems", function() { return VToolbarItems; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VToolbarTitle", function() { return VToolbarTitle; }); +/* harmony import */ var _VToolbar__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VToolbar */ "./src/components/VToolbar/VToolbar.ts"); +/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VToolbar", function() { return _VToolbar__WEBPACK_IMPORTED_MODULE_0__["default"]; }); + +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +// Components + // Utilities + + +var VToolbarTitle = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["createSimpleFunctional"])('v-toolbar__title'); +var VToolbarItems = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["createSimpleFunctional"])('v-toolbar__items'); + +/* harmony default export */ __webpack_exports__["default"] = ({ + $_vuetify_subcomponents: { + VToolbar: _VToolbar__WEBPACK_IMPORTED_MODULE_0__["default"], + VToolbarItems: VToolbarItems, + VToolbarTitle: VToolbarTitle + } +}); + +/***/ }), + +/***/ "./src/components/VTooltip/VTooltip.sass": +/*!***********************************************!*\ + !*** ./src/components/VTooltip/VTooltip.sass ***! + \***********************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +// extracted by mini-css-extract-plugin + +/***/ }), + +/***/ "./src/components/VTooltip/VTooltip.ts": +/*!*********************************************!*\ + !*** ./src/components/VTooltip/VTooltip.ts ***! + \*********************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _VTooltip_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VTooltip.sass */ "./src/components/VTooltip/VTooltip.sass"); +/* harmony import */ var _VTooltip_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VTooltip_sass__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _mixins_activatable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/activatable */ "./src/mixins/activatable/index.ts"); +/* harmony import */ var _mixins_colorable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/colorable */ "./src/mixins/colorable/index.ts"); +/* harmony import */ var _mixins_delayable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/delayable */ "./src/mixins/delayable/index.ts"); +/* harmony import */ var _mixins_dependent__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/dependent */ "./src/mixins/dependent/index.ts"); +/* harmony import */ var _mixins_detachable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/detachable */ "./src/mixins/detachable/index.ts"); +/* harmony import */ var _mixins_menuable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/menuable */ "./src/mixins/menuable/index.ts"); +/* harmony import */ var _mixins_toggleable__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/toggleable */ "./src/mixins/toggleable/index.ts"); +/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts"); +/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts"); +/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts"); + // Mixins + + + + + + + + // Helpers + + + + +/* @vue/component */ + +/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_10__["default"])(_mixins_colorable__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_delayable__WEBPACK_IMPORTED_MODULE_3__["default"], _mixins_dependent__WEBPACK_IMPORTED_MODULE_4__["default"], _mixins_detachable__WEBPACK_IMPORTED_MODULE_5__["default"], _mixins_menuable__WEBPACK_IMPORTED_MODULE_6__["default"], _mixins_toggleable__WEBPACK_IMPORTED_MODULE_7__["default"]).extend({ + name: 'v-tooltip', + props: { + closeDelay: { + type: [Number, String], + default: 0 + }, + disabled: Boolean, + fixed: { + type: Boolean, + default: true + }, + openDelay: { + type: [Number, String], + default: 0 + }, + openOnHover: { + type: Boolean, + default: true + }, + tag: { + type: String, + default: 'span' + }, + transition: String, + zIndex: { + default: null + } + }, + data: function data() { + return { + calculatedMinWidth: 0, + closeDependents: false + }; + }, + computed: { + calculatedLeft: function calculatedLeft() { + var _a = this.dimensions, + activator = _a.activator, + content = _a.content; + var unknown = !this.bottom && !this.left && !this.top && !this.right; + var activatorLeft = this.attach !== false ? activator.offsetLeft : activator.left; + var left = 0; + + if (this.top || this.bottom || unknown) { + left = activatorLeft + activator.width / 2 - content.width / 2; + } else if (this.left || this.right) { + left = activatorLeft + (this.right ? activator.width : -content.width) + (this.right ? 10 : -10); + } + + if (this.nudgeLeft) left -= parseInt(this.nudgeLeft); + if (this.nudgeRight) left += parseInt(this.nudgeRight); + return this.calcXOverflow(left, this.dimensions.content.width) + "px"; + }, + calculatedTop: function calculatedTop() { + var _a = this.dimensions, + activator = _a.activator, + content = _a.content; + var activatorTop = this.attach !== false ? activator.offsetTop : activator.top; + var top = 0; + + if (this.top || this.bottom) { + top = activatorTop + (this.bottom ? activator.height : -content.height) + (this.bottom ? 10 : -10); + } else if (this.left || this.right) { + top = activatorTop + activator.height / 2 - content.height / 2; + } + + if (this.nudgeTop) top -= parseInt(this.nudgeTop); + if (this.nudgeBottom) top += parseInt(this.nudgeBottom); + return this.calcYOverflow(top + this.pageYOffset) + "px"; + }, + classes: function classes() { + return { + 'v-tooltip--top': this.top, + 'v-tooltip--right': this.right, + 'v-tooltip--bottom': this.bottom, + 'v-tooltip--left': this.left, + 'v-tooltip--attached': this.attach === '' || this.attach === true || this.attach === 'attach' + }; + }, + computedTransition: function computedTransition() { + if (this.transition) return this.transition; + return this.isActive ? 'scale-transition' : 'fade-transition'; + }, + offsetY: function offsetY() { + return this.top || this.bottom; + }, + offsetX: function offsetX() { + return this.left || this.right; + }, + styles: function styles() { + return { + left: this.calculatedLeft, + maxWidth: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_8__["convertToUnit"])(this.maxWidth), + minWidth: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_8__["convertToUnit"])(this.minWidth), + opacity: this.isActive ? 0.9 : 0, + top: this.calculatedTop, + zIndex: this.zIndex || this.activeZIndex + }; + } + }, + beforeMount: function beforeMount() { + var _this = this; + + this.$nextTick(function () { + _this.value && _this.callActivate(); + }); + }, + mounted: function mounted() { + if (Object(_util_helpers__WEBPACK_IMPORTED_MODULE_8__["getSlotType"])(this, 'activator', true) === 'v-slot') { + Object(_util_console__WEBPACK_IMPORTED_MODULE_9__["consoleError"])("v-tooltip's activator slot must be bound, try '