Artifact
2b8a7803c0eac479d7bf8d95c4fa345a9cf5149b2703c55bf39267e3222286a2:
0000: 27 75 73 65 20 73 74 72 69 63 74 27 3b 0a 0a 65 'use strict';..e
0010: 78 70 6f 72 74 73 2e 69 73 4f 62 6a 65 63 74 20 xports.isObject
0020: 3d 20 28 6f 62 6a 29 20 3d 3e 20 7b 0a 20 20 69 = (obj) => {. i
0030: 66 20 28 74 79 70 65 6f 66 20 6f 62 6a 20 3d 3d f (typeof obj ==
0040: 3d 20 27 6f 62 6a 65 63 74 27 20 26 26 20 21 41 = 'object' && !A
0050: 72 72 61 79 2e 69 73 41 72 72 61 79 28 6f 62 6a rray.isArray(obj
0060: 29 20 26 26 20 6f 62 6a 20 21 3d 3d 20 6e 75 6c ) && obj !== nul
0070: 6c 20 26 26 20 6f 62 6a 20 69 6e 73 74 61 6e 63 l && obj instanc
0080: 65 6f 66 20 53 56 47 45 6c 65 6d 65 6e 74 20 3d eof SVGElement =
0090: 3d 3d 20 66 61 6c 73 65 20 26 26 20 6f 62 6a 20 == false && obj
00a0: 69 6e 73 74 61 6e 63 65 6f 66 20 48 54 4d 4c 45 instanceof HTMLE
00b0: 6c 65 6d 65 6e 74 20 3d 3d 3d 20 66 61 6c 73 65 lement === false
00c0: 20 29 20 7b 0a 20 20 20 20 72 65 74 75 72 6e 20 ) {. return
00d0: 74 72 75 65 3b 0a 20 20 7d 20 65 6c 73 65 20 7b true;. } else {
00e0: 0a 20 20 20 20 72 65 74 75 72 6e 20 66 61 6c 73 . return fals
00f0: 65 3b 0a 20 20 7d 0a 7d 3b 0a 0a 2f 2f 20 52 65 e;. }.};..// Re
0100: 73 74 72 69 63 74 73 20 69 6e 70 75 74 20 66 6f stricts input fo
0110: 72 20 74 68 65 20 67 69 76 65 6e 20 74 65 78 74 r the given text
0120: 62 6f 78 20 74 6f 20 74 68 65 20 67 69 76 65 6e box to the given
0130: 20 69 6e 70 75 74 46 69 6c 74 65 72 20 66 75 6e inputFilter fun
0140: 63 74 69 6f 6e 0a 2f 2f 20 63 66 20 68 74 74 70 ction.// cf http
0150: 73 3a 2f 2f 73 74 61 63 6b 6f 76 65 72 66 6c 6f s://stackoverflo
0160: 77 2e 63 6f 6d 2f 61 2f 34 36 39 33 36 32 0a 65 w.com/a/469362.e
0170: 78 70 6f 72 74 73 2e 73 65 74 49 6e 70 75 74 46 xports.setInputF
0180: 69 6c 74 65 72 20 3d 20 28 74 65 78 74 62 6f 78 ilter = (textbox
0190: 2c 20 69 6e 70 75 74 46 69 6c 74 65 72 29 20 3d , inputFilter) =
01a0: 3e 20 7b 0a 20 20 5b 22 69 6e 70 75 74 22 2c 20 > {. ["input",
01b0: 22 6b 65 79 64 6f 77 6e 22 2c 20 22 6b 65 79 75 "keydown", "keyu
01c0: 70 22 2c 20 22 6d 6f 75 73 65 64 6f 77 6e 22 2c p", "mousedown",
01d0: 20 22 6d 6f 75 73 65 75 70 22 2c 20 22 73 65 6c "mouseup", "sel
01e0: 65 63 74 22 2c 20 22 63 6f 6e 74 65 78 74 6d 65 ect", "contextme
01f0: 6e 75 22 2c 20 22 64 72 6f 70 22 5d 2e 66 6f 72 nu", "drop"].for
0200: 45 61 63 68 28 66 75 6e 63 74 69 6f 6e 28 65 76 Each(function(ev
0210: 65 6e 74 29 20 7b 0a 20 20 20 20 74 65 78 74 62 ent) {. textb
0220: 6f 78 2e 61 64 64 45 76 65 6e 74 4c 69 73 74 65 ox.addEventListe
0230: 6e 65 72 28 65 76 65 6e 74 2c 20 66 75 6e 63 74 ner(event, funct
0240: 69 6f 6e 28 29 20 7b 0a 20 20 20 20 20 20 69 66 ion() {. if
0250: 20 28 69 6e 70 75 74 46 69 6c 74 65 72 28 74 68 (inputFilter(th
0260: 69 73 2e 76 61 6c 75 65 29 29 20 7b 0a 20 20 20 is.value)) {.
0270: 20 20 20 20 20 74 68 69 73 2e 6f 6c 64 56 61 6c this.oldVal
0280: 75 65 20 3d 20 74 68 69 73 2e 76 61 6c 75 65 3b ue = this.value;
0290: 0a 20 20 20 20 20 20 20 20 74 68 69 73 2e 6f 6c . this.ol
02a0: 64 53 65 6c 65 63 74 69 6f 6e 53 74 61 72 74 20 dSelectionStart
02b0: 3d 20 74 68 69 73 2e 73 65 6c 65 63 74 69 6f 6e = this.selection
02c0: 53 74 61 72 74 3b 0a 20 20 20 20 20 20 20 20 74 Start;. t
02d0: 68 69 73 2e 6f 6c 64 53 65 6c 65 63 74 69 6f 6e his.oldSelection
02e0: 45 6e 64 20 3d 20 74 68 69 73 2e 73 65 6c 65 63 End = this.selec
02f0: 74 69 6f 6e 45 6e 64 3b 0a 20 20 20 20 20 20 7d tionEnd;. }
0300: 20 65 6c 73 65 20 69 66 20 28 74 68 69 73 2e 68 else if (this.h
0310: 61 73 4f 77 6e 50 72 6f 70 65 72 74 79 28 22 6f asOwnProperty("o
0320: 6c 64 56 61 6c 75 65 22 29 29 20 7b 0a 20 20 20 ldValue")) {.
0330: 20 20 20 20 20 74 68 69 73 2e 76 61 6c 75 65 20 this.value
0340: 3d 20 74 68 69 73 2e 6f 6c 64 56 61 6c 75 65 3b = this.oldValue;
0350: 0a 20 20 20 20 20 20 20 20 74 68 69 73 2e 73 65 . this.se
0360: 74 53 65 6c 65 63 74 69 6f 6e 52 61 6e 67 65 28 tSelectionRange(
0370: 74 68 69 73 2e 6f 6c 64 53 65 6c 65 63 74 69 6f this.oldSelectio
0380: 6e 53 74 61 72 74 2c 20 74 68 69 73 2e 6f 6c 64 nStart, this.old
0390: 53 65 6c 65 63 74 69 6f 6e 45 6e 64 29 3b 0a 20 SelectionEnd);.
03a0: 20 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a 20 20 } else {.
03b0: 20 20 20 20 20 20 74 68 69 73 2e 76 61 6c 75 65 this.value
03c0: 20 3d 20 22 22 3b 0a 20 20 20 20 20 20 7d 0a 20 = "";. }.
03d0: 20 20 20 7d 29 3b 0a 20 20 7d 29 3b 0a 7d 3b 0a });. });.};.
03e0: 0a .