govuk_tech_docs 3.4.0 → 3.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +9 -1
  3. data/lib/assets/stylesheets/_govuk_tech_docs.scss +13 -0
  4. data/lib/govuk_tech_docs/version.rb +1 -1
  5. data/lib/source/favicon.ico +0 -0
  6. data/lib/source/layouts/_header.erb +13 -15
  7. data/node_modules/govuk-frontend/govuk/all-ie8.scss +8 -0
  8. data/node_modules/govuk-frontend/govuk/all.js +4918 -3796
  9. data/node_modules/govuk-frontend/govuk/common/closest-attribute-value.js +54 -49
  10. data/node_modules/govuk-frontend/govuk/common/govuk-frontend-version.js +17 -0
  11. data/node_modules/govuk-frontend/govuk/common/index.js +172 -152
  12. data/node_modules/govuk-frontend/govuk/common/normalise-dataset.js +334 -321
  13. data/node_modules/govuk-frontend/govuk/common.js +171 -151
  14. data/node_modules/govuk-frontend/govuk/components/_all.scss +3 -2
  15. data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss +26 -7
  16. data/node_modules/govuk-frontend/govuk/components/accordion/accordion.js +2203 -1650
  17. data/node_modules/govuk-frontend/govuk/components/back-link/_index.scss +24 -16
  18. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_index.scss +34 -11
  19. data/node_modules/govuk-frontend/govuk/components/button/_index.scss +49 -9
  20. data/node_modules/govuk-frontend/govuk/components/button/button.js +961 -916
  21. data/node_modules/govuk-frontend/govuk/components/character-count/character-count.js +2142 -2038
  22. data/node_modules/govuk-frontend/govuk/components/checkboxes/_index.scss +6 -6
  23. data/node_modules/govuk-frontend/govuk/components/checkboxes/checkboxes.js +1204 -1145
  24. data/node_modules/govuk-frontend/govuk/components/details/details.js +826 -799
  25. data/node_modules/govuk-frontend/govuk/components/error-summary/error-summary.js +1097 -1044
  26. data/node_modules/govuk-frontend/govuk/components/exit-this-page/_exit-this-page.scss +2 -0
  27. data/node_modules/govuk-frontend/govuk/components/exit-this-page/_index.scss +97 -0
  28. data/node_modules/govuk-frontend/govuk/components/exit-this-page/exit-this-page.js +2120 -0
  29. data/node_modules/govuk-frontend/govuk/components/file-upload/_index.scss +6 -1
  30. data/node_modules/govuk-frontend/govuk/components/footer/_index.scss +0 -7
  31. data/node_modules/govuk-frontend/govuk/components/header/_index.scss +6 -0
  32. data/node_modules/govuk-frontend/govuk/components/header/header.js +683 -1003
  33. data/node_modules/govuk-frontend/govuk/components/input/_index.scss +15 -3
  34. data/node_modules/govuk-frontend/govuk/components/notification-banner/notification-banner.js +786 -751
  35. data/node_modules/govuk-frontend/govuk/components/radios/_index.scss +5 -5
  36. data/node_modules/govuk-frontend/govuk/components/radios/radios.js +1151 -1105
  37. data/node_modules/govuk-frontend/govuk/components/select/_index.scss +7 -1
  38. data/node_modules/govuk-frontend/govuk/components/skip-link/skip-link.js +1045 -1014
  39. data/node_modules/govuk-frontend/govuk/components/summary-list/_index.scss +107 -0
  40. data/node_modules/govuk-frontend/govuk/components/tabs/tabs.js +1514 -1268
  41. data/node_modules/govuk-frontend/govuk/components/tag/_index.scss +18 -18
  42. data/node_modules/govuk-frontend/govuk/components/textarea/_index.scss +8 -1
  43. data/node_modules/govuk-frontend/govuk/core/_all.scss +1 -0
  44. data/node_modules/govuk-frontend/govuk/core/_govuk-frontend-version.scss +5 -0
  45. data/node_modules/govuk-frontend/govuk/helpers/_colour.scss +5 -2
  46. data/node_modules/govuk-frontend/govuk/helpers/_focused.scss +1 -1
  47. data/node_modules/govuk-frontend/govuk/helpers/_font-faces.scss +1 -1
  48. data/node_modules/govuk-frontend/govuk/helpers/_visually-hidden.scss +12 -0
  49. data/node_modules/govuk-frontend/govuk/i18n.js +371 -364
  50. data/node_modules/govuk-frontend/govuk/objects/_template.scss +20 -0
  51. data/node_modules/govuk-frontend/govuk/objects/_width-container.scss +1 -1
  52. data/node_modules/govuk-frontend/govuk/settings/_colours-organisations.scss +4 -0
  53. data/node_modules/govuk-frontend/govuk/settings/_ie8.scss +16 -0
  54. data/node_modules/govuk-frontend/govuk/settings/_links.scss +5 -1
  55. data/node_modules/govuk-frontend/govuk/settings/_measurements.scss +5 -5
  56. data/node_modules/govuk-frontend/govuk/tools/_ie8.scss +38 -2
  57. data/node_modules/govuk-frontend/govuk/vendor/polyfills/DOMTokenList.js +243 -241
  58. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Date/now.js +14 -12
  59. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Document.js +18 -16
  60. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/classList.js +553 -545
  61. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/closest.js +40 -36
  62. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/dataset.js +257 -250
  63. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/matches.js +22 -20
  64. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/nextElementSibling.js +204 -197
  65. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/previousElementSibling.js +204 -197
  66. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element.js +109 -105
  67. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Event.js +407 -399
  68. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Function/prototype/bind.js +242 -238
  69. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Object/defineProperty.js +73 -71
  70. data/node_modules/govuk-frontend/govuk/vendor/polyfills/String/prototype/trim.js +15 -13
  71. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Window.js +18 -16
  72. data/node_modules/govuk-frontend/govuk-prototype-kit/init.js +1 -0
  73. data/package-lock.json +7 -7
  74. data/package.json +1 -1
  75. metadata +8 -3
@@ -4,1111 +4,1142 @@
4
4
  (global.GOVUKFrontend = global.GOVUKFrontend || {}, global.GOVUKFrontend.SkipLink = factory());
5
5
  }(this, (function () { 'use strict';
6
6
 
7
- (function(undefined) {
8
-
9
- // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Object/defineProperty/detect.js
10
- var detect = (
11
- // In IE8, defineProperty could only act on DOM elements, so full support
12
- // for the feature requires the ability to set a property on an arbitrary object
13
- 'defineProperty' in Object && (function() {
14
- try {
15
- var a = {};
16
- Object.defineProperty(a, 'test', {value:42});
17
- return true;
18
- } catch(e) {
19
- return false
20
- }
21
- }())
22
- );
23
-
24
- if (detect) return
25
-
26
- // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Object.defineProperty&flags=always
27
- (function (nativeDefineProperty) {
28
-
29
- var supportsAccessors = Object.prototype.hasOwnProperty('__defineGetter__');
30
- var ERR_ACCESSORS_NOT_SUPPORTED = 'Getters & setters cannot be defined on this javascript engine';
31
- var ERR_VALUE_ACCESSORS = 'A property cannot both have accessors and be writable or have a value';
32
-
33
- Object.defineProperty = function defineProperty(object, property, descriptor) {
34
-
35
- // Where native support exists, assume it
36
- if (nativeDefineProperty && (object === window || object === document || object === Element.prototype || object instanceof Element)) {
37
- return nativeDefineProperty(object, property, descriptor);
38
- }
7
+ // @ts-nocheck
8
+ (function (undefined) {
9
+
10
+ // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Object/defineProperty/detect.js
11
+ var detect = (
12
+ // In IE8, defineProperty could only act on DOM elements, so full support
13
+ // for the feature requires the ability to set a property on an arbitrary object
14
+ 'defineProperty' in Object && (function() {
15
+ try {
16
+ var a = {};
17
+ Object.defineProperty(a, 'test', {value:42});
18
+ return true;
19
+ } catch(e) {
20
+ return false
21
+ }
22
+ }())
23
+ );
24
+
25
+ if (detect) return
26
+
27
+ // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Object.defineProperty&flags=always
28
+ (function (nativeDefineProperty) {
29
+
30
+ var supportsAccessors = Object.prototype.hasOwnProperty('__defineGetter__');
31
+ var ERR_ACCESSORS_NOT_SUPPORTED = 'Getters & setters cannot be defined on this javascript engine';
32
+ var ERR_VALUE_ACCESSORS = 'A property cannot both have accessors and be writable or have a value';
33
+
34
+ Object.defineProperty = function defineProperty(object, property, descriptor) {
35
+
36
+ // Where native support exists, assume it
37
+ if (nativeDefineProperty && (object === window || object === document || object === Element.prototype || object instanceof Element)) {
38
+ return nativeDefineProperty(object, property, descriptor);
39
+ }
39
40
 
40
- if (object === null || !(object instanceof Object || typeof object === 'object')) {
41
- throw new TypeError('Object.defineProperty called on non-object');
42
- }
41
+ if (object === null || !(object instanceof Object || typeof object === 'object')) {
42
+ throw new TypeError('Object.defineProperty called on non-object');
43
+ }
43
44
 
44
- if (!(descriptor instanceof Object)) {
45
- throw new TypeError('Property description must be an object');
46
- }
45
+ if (!(descriptor instanceof Object)) {
46
+ throw new TypeError('Property description must be an object');
47
+ }
47
48
 
48
- var propertyString = String(property);
49
- var hasValueOrWritable = 'value' in descriptor || 'writable' in descriptor;
50
- var getterType = 'get' in descriptor && typeof descriptor.get;
51
- var setterType = 'set' in descriptor && typeof descriptor.set;
49
+ var propertyString = String(property);
50
+ var hasValueOrWritable = 'value' in descriptor || 'writable' in descriptor;
51
+ var getterType = 'get' in descriptor && typeof descriptor.get;
52
+ var setterType = 'set' in descriptor && typeof descriptor.set;
52
53
 
53
- // handle descriptor.get
54
- if (getterType) {
55
- if (getterType !== 'function') {
56
- throw new TypeError('Getter must be a function');
54
+ // handle descriptor.get
55
+ if (getterType) {
56
+ if (getterType !== 'function') {
57
+ throw new TypeError('Getter must be a function');
58
+ }
59
+ if (!supportsAccessors) {
60
+ throw new TypeError(ERR_ACCESSORS_NOT_SUPPORTED);
61
+ }
62
+ if (hasValueOrWritable) {
63
+ throw new TypeError(ERR_VALUE_ACCESSORS);
64
+ }
65
+ Object.__defineGetter__.call(object, propertyString, descriptor.get);
66
+ } else {
67
+ object[propertyString] = descriptor.value;
57
68
  }
58
- if (!supportsAccessors) {
59
- throw new TypeError(ERR_ACCESSORS_NOT_SUPPORTED);
69
+
70
+ // handle descriptor.set
71
+ if (setterType) {
72
+ if (setterType !== 'function') {
73
+ throw new TypeError('Setter must be a function');
74
+ }
75
+ if (!supportsAccessors) {
76
+ throw new TypeError(ERR_ACCESSORS_NOT_SUPPORTED);
77
+ }
78
+ if (hasValueOrWritable) {
79
+ throw new TypeError(ERR_VALUE_ACCESSORS);
80
+ }
81
+ Object.__defineSetter__.call(object, propertyString, descriptor.set);
60
82
  }
61
- if (hasValueOrWritable) {
62
- throw new TypeError(ERR_VALUE_ACCESSORS);
83
+
84
+ // OK to define value unconditionally - if a getter has been specified as well, an error would be thrown above
85
+ if ('value' in descriptor) {
86
+ object[propertyString] = descriptor.value;
63
87
  }
64
- Object.__defineGetter__.call(object, propertyString, descriptor.get);
88
+
89
+ return object;
90
+ };
91
+ }(Object.defineProperty));
92
+ })
93
+ .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
94
+
95
+ // @ts-nocheck
96
+ (function (undefined) {
97
+
98
+ // Detection from https://raw.githubusercontent.com/Financial-Times/polyfill-service/master/packages/polyfill-library/polyfills/DOMTokenList/detect.js
99
+ var detect = (
100
+ 'DOMTokenList' in this && (function (x) {
101
+ return 'classList' in x ? !x.classList.toggle('x', false) && !x.className : true;
102
+ })(document.createElement('x'))
103
+ );
104
+
105
+ if (detect) return
106
+
107
+ // Polyfill from https://raw.githubusercontent.com/Financial-Times/polyfill-service/master/packages/polyfill-library/polyfills/DOMTokenList/polyfill.js
108
+ (function (global) {
109
+ var nativeImpl = "DOMTokenList" in global && global.DOMTokenList;
110
+
111
+ if (
112
+ !nativeImpl ||
113
+ (
114
+ !!document.createElementNS &&
115
+ !!document.createElementNS('http://www.w3.org/2000/svg', 'svg') &&
116
+ !(document.createElementNS("http://www.w3.org/2000/svg", "svg").classList instanceof DOMTokenList)
117
+ )
118
+ ) {
119
+ global.DOMTokenList = (function() { // eslint-disable-line no-unused-vars
120
+ var dpSupport = true;
121
+ var defineGetter = function (object, name, fn, configurable) {
122
+ if (Object.defineProperty)
123
+ Object.defineProperty(object, name, {
124
+ configurable: false === dpSupport ? true : !!configurable,
125
+ get: fn
126
+ });
127
+
128
+ else object.__defineGetter__(name, fn);
129
+ };
130
+
131
+ /** Ensure the browser allows Object.defineProperty to be used on native JavaScript objects. */
132
+ try {
133
+ defineGetter({}, "support");
134
+ }
135
+ catch (e) {
136
+ dpSupport = false;
137
+ }
138
+
139
+
140
+ var _DOMTokenList = function (el, prop) {
141
+ var that = this;
142
+ var tokens = [];
143
+ var tokenMap = {};
144
+ var length = 0;
145
+ var maxLength = 0;
146
+ var addIndexGetter = function (i) {
147
+ defineGetter(that, i, function () {
148
+ preop();
149
+ return tokens[i];
150
+ }, false);
151
+
152
+ };
153
+ var reindex = function () {
154
+
155
+ /** Define getter functions for array-like access to the tokenList's contents. */
156
+ if (length >= maxLength)
157
+ for (; maxLength < length; ++maxLength) {
158
+ addIndexGetter(maxLength);
159
+ }
160
+ };
161
+
162
+ /** Helper function called at the start of each class method. Internal use only. */
163
+ var preop = function () {
164
+ var error;
165
+ var i;
166
+ var args = arguments;
167
+ var rSpace = /\s+/;
168
+
169
+ /** Validate the token/s passed to an instance method, if any. */
170
+ if (args.length)
171
+ for (i = 0; i < args.length; ++i)
172
+ if (rSpace.test(args[i])) {
173
+ error = new SyntaxError('String "' + args[i] + '" ' + "contains" + ' an invalid character');
174
+ error.code = 5;
175
+ error.name = "InvalidCharacterError";
176
+ throw error;
177
+ }
178
+
179
+
180
+ /** Split the new value apart by whitespace*/
181
+ if (typeof el[prop] === "object") {
182
+ tokens = ("" + el[prop].baseVal).replace(/^\s+|\s+$/g, "").split(rSpace);
183
+ } else {
184
+ tokens = ("" + el[prop]).replace(/^\s+|\s+$/g, "").split(rSpace);
185
+ }
186
+
187
+ /** Avoid treating blank strings as single-item token lists */
188
+ if ("" === tokens[0]) tokens = [];
189
+
190
+ /** Repopulate the internal token lists */
191
+ tokenMap = {};
192
+ for (i = 0; i < tokens.length; ++i)
193
+ tokenMap[tokens[i]] = true;
194
+ length = tokens.length;
195
+ reindex();
196
+ };
197
+
198
+ /** Populate our internal token list if the targeted attribute of the subject element isn't empty. */
199
+ preop();
200
+
201
+ /** Return the number of tokens in the underlying string. Read-only. */
202
+ defineGetter(that, "length", function () {
203
+ preop();
204
+ return length;
205
+ });
206
+
207
+ /** Override the default toString/toLocaleString methods to return a space-delimited list of tokens when typecast. */
208
+ that.toLocaleString =
209
+ that.toString = function () {
210
+ preop();
211
+ return tokens.join(" ");
212
+ };
213
+
214
+ that.item = function (idx) {
215
+ preop();
216
+ return tokens[idx];
217
+ };
218
+
219
+ that.contains = function (token) {
220
+ preop();
221
+ return !!tokenMap[token];
222
+ };
223
+
224
+ that.add = function () {
225
+ preop.apply(that, args = arguments);
226
+
227
+ for (var args, token, i = 0, l = args.length; i < l; ++i) {
228
+ token = args[i];
229
+ if (!tokenMap[token]) {
230
+ tokens.push(token);
231
+ tokenMap[token] = true;
232
+ }
233
+ }
234
+
235
+ /** Update the targeted attribute of the attached element if the token list's changed. */
236
+ if (length !== tokens.length) {
237
+ length = tokens.length >>> 0;
238
+ if (typeof el[prop] === "object") {
239
+ el[prop].baseVal = tokens.join(" ");
240
+ } else {
241
+ el[prop] = tokens.join(" ");
242
+ }
243
+ reindex();
244
+ }
245
+ };
246
+
247
+ that.remove = function () {
248
+ preop.apply(that, args = arguments);
249
+
250
+ /** Build a hash of token names to compare against when recollecting our token list. */
251
+ for (var args, ignore = {}, i = 0, t = []; i < args.length; ++i) {
252
+ ignore[args[i]] = true;
253
+ delete tokenMap[args[i]];
254
+ }
255
+
256
+ /** Run through our tokens list and reassign only those that aren't defined in the hash declared above. */
257
+ for (i = 0; i < tokens.length; ++i)
258
+ if (!ignore[tokens[i]]) t.push(tokens[i]);
259
+
260
+ tokens = t;
261
+ length = t.length >>> 0;
262
+
263
+ /** Update the targeted attribute of the attached element. */
264
+ if (typeof el[prop] === "object") {
265
+ el[prop].baseVal = tokens.join(" ");
266
+ } else {
267
+ el[prop] = tokens.join(" ");
268
+ }
269
+ reindex();
270
+ };
271
+
272
+ that.toggle = function (token, force) {
273
+ preop.apply(that, [token]);
274
+
275
+ /** Token state's being forced. */
276
+ if (undefined !== force) {
277
+ if (force) {
278
+ that.add(token);
279
+ return true;
280
+ } else {
281
+ that.remove(token);
282
+ return false;
283
+ }
284
+ }
285
+
286
+ /** Token already exists in tokenList. Remove it, and return FALSE. */
287
+ if (tokenMap[token]) {
288
+ that.remove(token);
289
+ return false;
290
+ }
291
+
292
+ /** Otherwise, add the token and return TRUE. */
293
+ that.add(token);
294
+ return true;
295
+ };
296
+
297
+ return that;
298
+ };
299
+
300
+ return _DOMTokenList;
301
+ }());
302
+ }
303
+
304
+ // Add second argument to native DOMTokenList.toggle() if necessary
305
+ (function () {
306
+ var e = document.createElement('span');
307
+ if (!('classList' in e)) return;
308
+ e.classList.toggle('x', false);
309
+ if (!e.classList.contains('x')) return;
310
+ e.classList.constructor.prototype.toggle = function toggle(token /*, force*/) {
311
+ var force = arguments[1];
312
+ if (force === undefined) {
313
+ var add = !this.contains(token);
314
+ this[add ? 'add' : 'remove'](token);
315
+ return add;
316
+ }
317
+ force = !!force;
318
+ this[force ? 'add' : 'remove'](token);
319
+ return force;
320
+ };
321
+ }());
322
+
323
+ // Add multiple arguments to native DOMTokenList.add() if necessary
324
+ (function () {
325
+ var e = document.createElement('span');
326
+ if (!('classList' in e)) return;
327
+ e.classList.add('a', 'b');
328
+ if (e.classList.contains('b')) return;
329
+ var native = e.classList.constructor.prototype.add;
330
+ e.classList.constructor.prototype.add = function () {
331
+ var args = arguments;
332
+ var l = arguments.length;
333
+ for (var i = 0; i < l; i++) {
334
+ native.call(this, args[i]);
335
+ }
336
+ };
337
+ }());
338
+
339
+ // Add multiple arguments to native DOMTokenList.remove() if necessary
340
+ (function () {
341
+ var e = document.createElement('span');
342
+ if (!('classList' in e)) return;
343
+ e.classList.add('a');
344
+ e.classList.add('b');
345
+ e.classList.remove('a', 'b');
346
+ if (!e.classList.contains('b')) return;
347
+ var native = e.classList.constructor.prototype.remove;
348
+ e.classList.constructor.prototype.remove = function () {
349
+ var args = arguments;
350
+ var l = arguments.length;
351
+ for (var i = 0; i < l; i++) {
352
+ native.call(this, args[i]);
353
+ }
354
+ };
355
+ }());
356
+
357
+ }(this));
358
+
359
+ }).call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
360
+
361
+ // @ts-nocheck
362
+ (function (undefined) {
363
+
364
+ // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Document/detect.js
365
+ var detect = ("Document" in this);
366
+
367
+ if (detect) return
368
+
369
+ // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Document&flags=always
370
+ if ((typeof WorkerGlobalScope === "undefined") && (typeof importScripts !== "function")) {
371
+
372
+ if (this.HTMLDocument) { // IE8
373
+
374
+ // HTMLDocument is an extension of Document. If the browser has HTMLDocument but not Document, the former will suffice as an alias for the latter.
375
+ this.Document = this.HTMLDocument;
376
+
65
377
  } else {
66
- object[propertyString] = descriptor.value;
67
- }
68
378
 
69
- // handle descriptor.set
70
- if (setterType) {
71
- if (setterType !== 'function') {
72
- throw new TypeError('Setter must be a function');
73
- }
74
- if (!supportsAccessors) {
75
- throw new TypeError(ERR_ACCESSORS_NOT_SUPPORTED);
76
- }
77
- if (hasValueOrWritable) {
78
- throw new TypeError(ERR_VALUE_ACCESSORS);
79
- }
80
- Object.__defineSetter__.call(object, propertyString, descriptor.set);
379
+ // Create an empty function to act as the missing constructor for the document object, attach the document object as its prototype. The function needs to be anonymous else it is hoisted and causes the feature detect to prematurely pass, preventing the assignments below being made.
380
+ this.Document = this.HTMLDocument = document.constructor = (new Function('return function Document() {}')());
381
+ this.Document.prototype = document;
81
382
  }
383
+ }
82
384
 
83
- // OK to define value unconditionally - if a getter has been specified as well, an error would be thrown above
84
- if ('value' in descriptor) {
85
- object[propertyString] = descriptor.value;
86
- }
87
385
 
88
- return object;
89
- };
90
- }(Object.defineProperty));
91
- })
92
- .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
93
-
94
- (function(undefined) {
95
- // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Function/prototype/bind/detect.js
96
- var detect = 'bind' in Function.prototype;
97
-
98
- if (detect) return
99
-
100
- // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Function.prototype.bind&flags=always
101
- Object.defineProperty(Function.prototype, 'bind', {
102
- value: function bind(that) { // .length is 1
103
- // add necessary es5-shim utilities
104
- var $Array = Array;
105
- var $Object = Object;
106
- var ObjectPrototype = $Object.prototype;
107
- var ArrayPrototype = $Array.prototype;
108
- var Empty = function Empty() {};
109
- var to_string = ObjectPrototype.toString;
110
- var hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol';
111
- var isCallable; /* inlined from https://npmjs.com/is-callable */ var fnToStr = Function.prototype.toString, tryFunctionObject = function tryFunctionObject(value) { try { fnToStr.call(value); return true; } catch (e) { return false; } }, fnClass = '[object Function]', genClass = '[object GeneratorFunction]'; isCallable = function isCallable(value) { if (typeof value !== 'function') { return false; } if (hasToStringTag) { return tryFunctionObject(value); } var strClass = to_string.call(value); return strClass === fnClass || strClass === genClass; };
112
- var array_slice = ArrayPrototype.slice;
113
- var array_concat = ArrayPrototype.concat;
114
- var array_push = ArrayPrototype.push;
115
- var max = Math.max;
116
- // /add necessary es5-shim utilities
117
-
118
- // 1. Let Target be the this value.
119
- var target = this;
120
- // 2. If IsCallable(Target) is false, throw a TypeError exception.
121
- if (!isCallable(target)) {
122
- throw new TypeError('Function.prototype.bind called on incompatible ' + target);
123
- }
124
- // 3. Let A be a new (possibly empty) internal list of all of the
125
- // argument values provided after thisArg (arg1, arg2 etc), in order.
126
- // XXX slicedArgs will stand in for "A" if used
127
- var args = array_slice.call(arguments, 1); // for normal call
128
- // 4. Let F be a new native ECMAScript object.
129
- // 11. Set the [[Prototype]] internal property of F to the standard
130
- // built-in Function prototype object as specified in 15.3.3.1.
131
- // 12. Set the [[Call]] internal property of F as described in
132
- // 15.3.4.5.1.
133
- // 13. Set the [[Construct]] internal property of F as described in
134
- // 15.3.4.5.2.
135
- // 14. Set the [[HasInstance]] internal property of F as described in
136
- // 15.3.4.5.3.
137
- var bound;
138
- var binder = function () {
139
-
140
- if (this instanceof bound) {
141
- // 15.3.4.5.2 [[Construct]]
142
- // When the [[Construct]] internal method of a function object,
143
- // F that was created using the bind function is called with a
144
- // list of arguments ExtraArgs, the following steps are taken:
145
- // 1. Let target be the value of F's [[TargetFunction]]
146
- // internal property.
147
- // 2. If target has no [[Construct]] internal method, a
148
- // TypeError exception is thrown.
149
- // 3. Let boundArgs be the value of F's [[BoundArgs]] internal
150
- // property.
151
- // 4. Let args be a new list containing the same values as the
152
- // list boundArgs in the same order followed by the same
153
- // values as the list ExtraArgs in the same order.
154
- // 5. Return the result of calling the [[Construct]] internal
155
- // method of target providing args as the arguments.
156
-
157
- var result = target.apply(
158
- this,
159
- array_concat.call(args, array_slice.call(arguments))
160
- );
161
- if ($Object(result) === result) {
162
- return result;
163
- }
164
- return this;
165
-
166
- } else {
167
- // 15.3.4.5.1 [[Call]]
168
- // When the [[Call]] internal method of a function object, F,
169
- // which was created using the bind function is called with a
170
- // this value and a list of arguments ExtraArgs, the following
171
- // steps are taken:
172
- // 1. Let boundArgs be the value of F's [[BoundArgs]] internal
173
- // property.
174
- // 2. Let boundThis be the value of F's [[BoundThis]] internal
175
- // property.
176
- // 3. Let target be the value of F's [[TargetFunction]] internal
177
- // property.
178
- // 4. Let args be a new list containing the same values as the
179
- // list boundArgs in the same order followed by the same
180
- // values as the list ExtraArgs in the same order.
181
- // 5. Return the result of calling the [[Call]] internal method
182
- // of target providing boundThis as the this value and
183
- // providing args as the arguments.
184
-
185
- // equiv: target.call(this, ...boundArgs, ...args)
186
- return target.apply(
187
- that,
188
- array_concat.call(args, array_slice.call(arguments))
189
- );
190
-
191
- }
192
-
193
- };
194
-
195
- // 15. If the [[Class]] internal property of Target is "Function", then
196
- // a. Let L be the length property of Target minus the length of A.
197
- // b. Set the length own property of F to either 0 or L, whichever is
198
- // larger.
199
- // 16. Else set the length own property of F to 0.
200
-
201
- var boundLength = max(0, target.length - args.length);
202
-
203
- // 17. Set the attributes of the length own property of F to the values
204
- // specified in 15.3.5.1.
205
- var boundArgs = [];
206
- for (var i = 0; i < boundLength; i++) {
207
- array_push.call(boundArgs, '$' + i);
208
- }
209
-
210
- // XXX Build a dynamic function with desired amount of arguments is the only
211
- // way to set the length property of a function.
212
- // In environments where Content Security Policies enabled (Chrome extensions,
213
- // for ex.) all use of eval or Function costructor throws an exception.
214
- // However in all of these environments Function.prototype.bind exists
215
- // and so this code will never be executed.
216
- bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this, arguments); }')(binder);
217
-
218
- if (target.prototype) {
219
- Empty.prototype = target.prototype;
220
- bound.prototype = new Empty();
221
- // Clean up dangling references.
222
- Empty.prototype = null;
223
- }
224
-
225
- // TODO
226
- // 18. Set the [[Extensible]] internal property of F to true.
227
-
228
- // TODO
229
- // 19. Let thrower be the [[ThrowTypeError]] function Object (13.2.3).
230
- // 20. Call the [[DefineOwnProperty]] internal method of F with
231
- // arguments "caller", PropertyDescriptor {[[Get]]: thrower, [[Set]]:
232
- // thrower, [[Enumerable]]: false, [[Configurable]]: false}, and
233
- // false.
234
- // 21. Call the [[DefineOwnProperty]] internal method of F with
235
- // arguments "arguments", PropertyDescriptor {[[Get]]: thrower,
236
- // [[Set]]: thrower, [[Enumerable]]: false, [[Configurable]]: false},
237
- // and false.
238
-
239
- // TODO
240
- // NOTE Function objects created using Function.prototype.bind do not
241
- // have a prototype property or the [[Code]], [[FormalParameters]], and
242
- // [[Scope]] internal properties.
243
- // XXX can't delete prototype in pure-js.
244
-
245
- // 22. Return F.
246
- return bound;
247
- }
248
- });
249
- })
250
- .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
251
-
252
- (function(undefined) {
253
-
254
- // Detection from https://raw.githubusercontent.com/Financial-Times/polyfill-service/master/packages/polyfill-library/polyfills/DOMTokenList/detect.js
255
- var detect = (
256
- 'DOMTokenList' in this && (function (x) {
257
- return 'classList' in x ? !x.classList.toggle('x', false) && !x.className : true;
258
- })(document.createElement('x'))
259
- );
260
-
261
- if (detect) return
262
-
263
- // Polyfill from https://raw.githubusercontent.com/Financial-Times/polyfill-service/master/packages/polyfill-library/polyfills/DOMTokenList/polyfill.js
264
- (function (global) {
265
- var nativeImpl = "DOMTokenList" in global && global.DOMTokenList;
266
-
267
- if (
268
- !nativeImpl ||
269
- (
270
- !!document.createElementNS &&
271
- !!document.createElementNS('http://www.w3.org/2000/svg', 'svg') &&
272
- !(document.createElementNS("http://www.w3.org/2000/svg", "svg").classList instanceof DOMTokenList)
273
- )
274
- ) {
275
- global.DOMTokenList = (function() { // eslint-disable-line no-unused-vars
276
- var dpSupport = true;
277
- var defineGetter = function (object, name, fn, configurable) {
278
- if (Object.defineProperty)
279
- Object.defineProperty(object, name, {
280
- configurable: false === dpSupport ? true : !!configurable,
281
- get: fn
282
- });
283
-
284
- else object.__defineGetter__(name, fn);
285
- };
286
-
287
- /** Ensure the browser allows Object.defineProperty to be used on native JavaScript objects. */
288
- try {
289
- defineGetter({}, "support");
290
- }
291
- catch (e) {
292
- dpSupport = false;
293
- }
294
-
295
-
296
- var _DOMTokenList = function (el, prop) {
297
- var that = this;
298
- var tokens = [];
299
- var tokenMap = {};
300
- var length = 0;
301
- var maxLength = 0;
302
- var addIndexGetter = function (i) {
303
- defineGetter(that, i, function () {
304
- preop();
305
- return tokens[i];
306
- }, false);
307
-
308
- };
309
- var reindex = function () {
310
-
311
- /** Define getter functions for array-like access to the tokenList's contents. */
312
- if (length >= maxLength)
313
- for (; maxLength < length; ++maxLength) {
314
- addIndexGetter(maxLength);
315
- }
316
- };
317
-
318
- /** Helper function called at the start of each class method. Internal use only. */
319
- var preop = function () {
320
- var error;
321
- var i;
322
- var args = arguments;
323
- var rSpace = /\s+/;
324
-
325
- /** Validate the token/s passed to an instance method, if any. */
326
- if (args.length)
327
- for (i = 0; i < args.length; ++i)
328
- if (rSpace.test(args[i])) {
329
- error = new SyntaxError('String "' + args[i] + '" ' + "contains" + ' an invalid character');
330
- error.code = 5;
331
- error.name = "InvalidCharacterError";
332
- throw error;
333
- }
334
-
335
-
336
- /** Split the new value apart by whitespace*/
337
- if (typeof el[prop] === "object") {
338
- tokens = ("" + el[prop].baseVal).replace(/^\s+|\s+$/g, "").split(rSpace);
339
- } else {
340
- tokens = ("" + el[prop]).replace(/^\s+|\s+$/g, "").split(rSpace);
341
- }
342
-
343
- /** Avoid treating blank strings as single-item token lists */
344
- if ("" === tokens[0]) tokens = [];
345
-
346
- /** Repopulate the internal token lists */
347
- tokenMap = {};
348
- for (i = 0; i < tokens.length; ++i)
349
- tokenMap[tokens[i]] = true;
350
- length = tokens.length;
351
- reindex();
352
- };
353
-
354
- /** Populate our internal token list if the targeted attribute of the subject element isn't empty. */
355
- preop();
356
-
357
- /** Return the number of tokens in the underlying string. Read-only. */
358
- defineGetter(that, "length", function () {
359
- preop();
360
- return length;
361
- });
362
-
363
- /** Override the default toString/toLocaleString methods to return a space-delimited list of tokens when typecast. */
364
- that.toLocaleString =
365
- that.toString = function () {
366
- preop();
367
- return tokens.join(" ");
368
- };
369
-
370
- that.item = function (idx) {
371
- preop();
372
- return tokens[idx];
373
- };
374
-
375
- that.contains = function (token) {
376
- preop();
377
- return !!tokenMap[token];
378
- };
379
-
380
- that.add = function () {
381
- preop.apply(that, args = arguments);
382
-
383
- for (var args, token, i = 0, l = args.length; i < l; ++i) {
384
- token = args[i];
385
- if (!tokenMap[token]) {
386
- tokens.push(token);
387
- tokenMap[token] = true;
388
- }
389
- }
390
-
391
- /** Update the targeted attribute of the attached element if the token list's changed. */
392
- if (length !== tokens.length) {
393
- length = tokens.length >>> 0;
394
- if (typeof el[prop] === "object") {
395
- el[prop].baseVal = tokens.join(" ");
396
- } else {
397
- el[prop] = tokens.join(" ");
398
- }
399
- reindex();
400
- }
401
- };
402
-
403
- that.remove = function () {
404
- preop.apply(that, args = arguments);
405
-
406
- /** Build a hash of token names to compare against when recollecting our token list. */
407
- for (var args, ignore = {}, i = 0, t = []; i < args.length; ++i) {
408
- ignore[args[i]] = true;
409
- delete tokenMap[args[i]];
410
- }
411
-
412
- /** Run through our tokens list and reassign only those that aren't defined in the hash declared above. */
413
- for (i = 0; i < tokens.length; ++i)
414
- if (!ignore[tokens[i]]) t.push(tokens[i]);
415
-
416
- tokens = t;
417
- length = t.length >>> 0;
418
-
419
- /** Update the targeted attribute of the attached element. */
420
- if (typeof el[prop] === "object") {
421
- el[prop].baseVal = tokens.join(" ");
422
- } else {
423
- el[prop] = tokens.join(" ");
424
- }
425
- reindex();
426
- };
427
-
428
- that.toggle = function (token, force) {
429
- preop.apply(that, [token]);
430
-
431
- /** Token state's being forced. */
432
- if (undefined !== force) {
433
- if (force) {
434
- that.add(token);
435
- return true;
436
- } else {
437
- that.remove(token);
438
- return false;
439
- }
440
- }
441
-
442
- /** Token already exists in tokenList. Remove it, and return FALSE. */
443
- if (tokenMap[token]) {
444
- that.remove(token);
445
- return false;
446
- }
447
-
448
- /** Otherwise, add the token and return TRUE. */
449
- that.add(token);
450
- return true;
451
- };
452
-
453
- return that;
454
- };
455
-
456
- return _DOMTokenList;
457
- }());
458
- }
459
-
460
- // Add second argument to native DOMTokenList.toggle() if necessary
461
- (function () {
462
- var e = document.createElement('span');
463
- if (!('classList' in e)) return;
464
- e.classList.toggle('x', false);
465
- if (!e.classList.contains('x')) return;
466
- e.classList.constructor.prototype.toggle = function toggle(token /*, force*/) {
467
- var force = arguments[1];
468
- if (force === undefined) {
469
- var add = !this.contains(token);
470
- this[add ? 'add' : 'remove'](token);
471
- return add;
472
- }
473
- force = !!force;
474
- this[force ? 'add' : 'remove'](token);
475
- return force;
476
- };
477
- }());
478
-
479
- // Add multiple arguments to native DOMTokenList.add() if necessary
480
- (function () {
481
- var e = document.createElement('span');
482
- if (!('classList' in e)) return;
483
- e.classList.add('a', 'b');
484
- if (e.classList.contains('b')) return;
485
- var native = e.classList.constructor.prototype.add;
486
- e.classList.constructor.prototype.add = function () {
487
- var args = arguments;
488
- var l = arguments.length;
489
- for (var i = 0; i < l; i++) {
490
- native.call(this, args[i]);
491
- }
492
- };
493
- }());
494
-
495
- // Add multiple arguments to native DOMTokenList.remove() if necessary
496
- (function () {
497
- var e = document.createElement('span');
498
- if (!('classList' in e)) return;
499
- e.classList.add('a');
500
- e.classList.add('b');
501
- e.classList.remove('a', 'b');
502
- if (!e.classList.contains('b')) return;
503
- var native = e.classList.constructor.prototype.remove;
504
- e.classList.constructor.prototype.remove = function () {
505
- var args = arguments;
506
- var l = arguments.length;
507
- for (var i = 0; i < l; i++) {
508
- native.call(this, args[i]);
509
- }
510
- };
511
- }());
512
-
513
- }(this));
514
-
515
- }).call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
516
-
517
- (function(undefined) {
518
-
519
- // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Document/detect.js
520
- var detect = ("Document" in this);
521
-
522
- if (detect) return
523
-
524
- // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Document&flags=always
525
- if ((typeof WorkerGlobalScope === "undefined") && (typeof importScripts !== "function")) {
526
-
527
- if (this.HTMLDocument) { // IE8
528
-
529
- // HTMLDocument is an extension of Document. If the browser has HTMLDocument but not Document, the former will suffice as an alias for the latter.
530
- this.Document = this.HTMLDocument;
531
-
532
- } else {
533
-
534
- // Create an empty function to act as the missing constructor for the document object, attach the document object as its prototype. The function needs to be anonymous else it is hoisted and causes the feature detect to prematurely pass, preventing the assignments below being made.
535
- this.Document = this.HTMLDocument = document.constructor = (new Function('return function Document() {}')());
536
- this.Document.prototype = document;
537
- }
538
- }
386
+ })
387
+ .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
539
388
 
389
+ // @ts-nocheck
540
390
 
541
- })
542
- .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
391
+ (function(undefined) {
543
392
 
544
- (function(undefined) {
393
+ // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Element/detect.js
394
+ var detect = ('Element' in this && 'HTMLElement' in this);
545
395
 
546
- // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Element/detect.js
547
- var detect = ('Element' in this && 'HTMLElement' in this);
396
+ if (detect) return
548
397
 
549
- if (detect) return
398
+ // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Element&flags=always
399
+ (function () {
550
400
 
551
- // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Element&flags=always
552
- (function () {
401
+ // IE8
402
+ if (window.Element && !window.HTMLElement) {
403
+ window.HTMLElement = window.Element;
404
+ return;
405
+ }
553
406
 
554
- // IE8
555
- if (window.Element && !window.HTMLElement) {
556
- window.HTMLElement = window.Element;
557
- return;
558
- }
407
+ // create Element constructor
408
+ window.Element = window.HTMLElement = new Function('return function Element() {}')();
559
409
 
560
- // create Element constructor
561
- window.Element = window.HTMLElement = new Function('return function Element() {}')();
410
+ // generate sandboxed iframe
411
+ var vbody = document.appendChild(document.createElement('body'));
412
+ var frame = vbody.appendChild(document.createElement('iframe'));
562
413
 
563
- // generate sandboxed iframe
564
- var vbody = document.appendChild(document.createElement('body'));
565
- var frame = vbody.appendChild(document.createElement('iframe'));
414
+ // use sandboxed iframe to replicate Element functionality
415
+ var frameDocument = frame.contentWindow.document;
416
+ var prototype = Element.prototype = frameDocument.appendChild(frameDocument.createElement('*'));
417
+ var cache = {};
566
418
 
567
- // use sandboxed iframe to replicate Element functionality
568
- var frameDocument = frame.contentWindow.document;
569
- var prototype = Element.prototype = frameDocument.appendChild(frameDocument.createElement('*'));
570
- var cache = {};
419
+ // polyfill Element.prototype on an element
420
+ var shiv = function (element, deep) {
421
+ var
422
+ childNodes = element.childNodes || [],
423
+ index = -1,
424
+ key, value, childNode;
571
425
 
572
- // polyfill Element.prototype on an element
573
- var shiv = function (element, deep) {
574
- var
575
- childNodes = element.childNodes || [],
576
- index = -1,
577
- key, value, childNode;
426
+ if (element.nodeType === 1 && element.constructor !== Element) {
427
+ element.constructor = Element;
578
428
 
579
- if (element.nodeType === 1 && element.constructor !== Element) {
580
- element.constructor = Element;
429
+ for (key in cache) {
430
+ value = cache[key];
431
+ element[key] = value;
432
+ }
433
+ }
581
434
 
582
- for (key in cache) {
583
- value = cache[key];
584
- element[key] = value;
435
+ while (childNode = deep && childNodes[++index]) {
436
+ shiv(childNode, deep);
585
437
  }
586
- }
587
438
 
588
- while (childNode = deep && childNodes[++index]) {
589
- shiv(childNode, deep);
590
- }
439
+ return element;
440
+ };
591
441
 
592
- return element;
593
- };
442
+ var elements = document.getElementsByTagName('*');
443
+ var nativeCreateElement = document.createElement;
444
+ var interval;
445
+ var loopLimit = 100;
594
446
 
595
- var elements = document.getElementsByTagName('*');
596
- var nativeCreateElement = document.createElement;
597
- var interval;
598
- var loopLimit = 100;
599
-
600
- prototype.attachEvent('onpropertychange', function (event) {
601
- var
602
- propertyName = event.propertyName,
603
- nonValue = !cache.hasOwnProperty(propertyName),
604
- newValue = prototype[propertyName],
605
- oldValue = cache[propertyName],
606
- index = -1,
607
- element;
608
-
609
- while (element = elements[++index]) {
610
- if (element.nodeType === 1) {
611
- if (nonValue || element[propertyName] === oldValue) {
612
- element[propertyName] = newValue;
447
+ prototype.attachEvent('onpropertychange', function (event) {
448
+ var
449
+ propertyName = event.propertyName,
450
+ nonValue = !cache.hasOwnProperty(propertyName),
451
+ newValue = prototype[propertyName],
452
+ oldValue = cache[propertyName],
453
+ index = -1,
454
+ element;
455
+
456
+ while (element = elements[++index]) {
457
+ if (element.nodeType === 1) {
458
+ if (nonValue || element[propertyName] === oldValue) {
459
+ element[propertyName] = newValue;
460
+ }
613
461
  }
614
462
  }
615
- }
616
463
 
617
- cache[propertyName] = newValue;
618
- });
464
+ cache[propertyName] = newValue;
465
+ });
619
466
 
620
- prototype.constructor = Element;
467
+ prototype.constructor = Element;
621
468
 
622
- if (!prototype.hasAttribute) {
623
- // <Element>.hasAttribute
624
- prototype.hasAttribute = function hasAttribute(name) {
625
- return this.getAttribute(name) !== null;
626
- };
627
- }
469
+ if (!prototype.hasAttribute) {
470
+ // <Element>.hasAttribute
471
+ prototype.hasAttribute = function hasAttribute(name) {
472
+ return this.getAttribute(name) !== null;
473
+ };
474
+ }
628
475
 
629
- // Apply Element prototype to the pre-existing DOM as soon as the body element appears.
630
- function bodyCheck() {
631
- if (!(loopLimit--)) clearTimeout(interval);
632
- if (document.body && !document.body.prototype && /(complete|interactive)/.test(document.readyState)) {
633
- shiv(document, true);
634
- if (interval && document.body.prototype) clearTimeout(interval);
635
- return (!!document.body.prototype);
476
+ // Apply Element prototype to the pre-existing DOM as soon as the body element appears.
477
+ function bodyCheck() {
478
+ if (!(loopLimit--)) clearTimeout(interval);
479
+ if (document.body && !document.body.prototype && /(complete|interactive)/.test(document.readyState)) {
480
+ shiv(document, true);
481
+ if (interval && document.body.prototype) clearTimeout(interval);
482
+ return (!!document.body.prototype);
483
+ }
484
+ return false;
485
+ }
486
+ if (!bodyCheck()) {
487
+ document.onreadystatechange = bodyCheck;
488
+ interval = setInterval(bodyCheck, 25);
636
489
  }
637
- return false;
638
- }
639
- if (!bodyCheck()) {
640
- document.onreadystatechange = bodyCheck;
641
- interval = setInterval(bodyCheck, 25);
642
- }
643
490
 
644
- // Apply to any new elements created after load
645
- document.createElement = function createElement(nodeName) {
646
- var element = nativeCreateElement(String(nodeName).toLowerCase());
647
- return shiv(element);
648
- };
491
+ // Apply to any new elements created after load
492
+ document.createElement = function createElement(nodeName) {
493
+ var element = nativeCreateElement(String(nodeName).toLowerCase());
494
+ return shiv(element);
495
+ };
649
496
 
650
- // remove sandboxed iframe
651
- document.removeChild(vbody);
652
- }());
653
-
654
- })
655
- .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
656
-
657
- (function(undefined) {
658
-
659
- // Detection from https://raw.githubusercontent.com/Financial-Times/polyfill-service/8717a9e04ac7aff99b4980fbedead98036b0929a/packages/polyfill-library/polyfills/Element/prototype/classList/detect.js
660
- var detect = (
661
- 'document' in this && "classList" in document.documentElement && 'Element' in this && 'classList' in Element.prototype && (function () {
662
- var e = document.createElement('span');
663
- e.classList.add('a', 'b');
664
- return e.classList.contains('b');
665
- }())
666
- );
667
-
668
- if (detect) return
669
-
670
- // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Element.prototype.classList&flags=always
671
- (function (global) {
672
- var dpSupport = true;
673
- var defineGetter = function (object, name, fn, configurable) {
674
- if (Object.defineProperty)
675
- Object.defineProperty(object, name, {
676
- configurable: false === dpSupport ? true : !!configurable,
677
- get: fn
678
- });
679
-
680
- else object.__defineGetter__(name, fn);
681
- };
682
- /** Ensure the browser allows Object.defineProperty to be used on native JavaScript objects. */
683
- try {
684
- defineGetter({}, "support");
685
- }
686
- catch (e) {
687
- dpSupport = false;
688
- }
689
- /** Polyfills a property with a DOMTokenList */
690
- var addProp = function (o, name, attr) {
691
-
692
- defineGetter(o.prototype, name, function () {
693
- var tokenList;
694
-
695
- var THIS = this,
696
-
697
- /** Prevent this from firing twice for some reason. What the hell, IE. */
698
- gibberishProperty = "__defineGetter__" + "DEFINE_PROPERTY" + name;
699
- if(THIS[gibberishProperty]) return tokenList;
700
- THIS[gibberishProperty] = true;
701
-
702
- /**
703
- * IE8 can't define properties on native JavaScript objects, so we'll use a dumb hack instead.
704
- *
705
- * What this is doing is creating a dummy element ("reflection") inside a detached phantom node ("mirror")
706
- * that serves as the target of Object.defineProperty instead. While we could simply use the subject HTML
707
- * element instead, this would conflict with element types which use indexed properties (such as forms and
708
- * select lists).
709
- */
710
- if (false === dpSupport) {
711
-
712
- var visage;
713
- var mirror = addProp.mirror || document.createElement("div");
714
- var reflections = mirror.childNodes;
715
- var l = reflections.length;
716
-
717
- for (var i = 0; i < l; ++i)
718
- if (reflections[i]._R === THIS) {
719
- visage = reflections[i];
720
- break;
721
- }
722
-
723
- /** Couldn't find an element's reflection inside the mirror. Materialise one. */
724
- visage || (visage = mirror.appendChild(document.createElement("div")));
725
-
726
- tokenList = DOMTokenList.call(visage, THIS, attr);
727
- } else tokenList = new DOMTokenList(THIS, attr);
728
-
729
- defineGetter(THIS, name, function () {
730
- return tokenList;
731
- });
732
- delete THIS[gibberishProperty];
733
-
734
- return tokenList;
735
- }, true);
736
- };
737
-
738
- addProp(global.Element, "classList", "className");
739
- addProp(global.HTMLElement, "classList", "className");
740
- addProp(global.HTMLLinkElement, "relList", "rel");
741
- addProp(global.HTMLAnchorElement, "relList", "rel");
742
- addProp(global.HTMLAreaElement, "relList", "rel");
743
- }(this));
744
-
745
- }).call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
746
-
747
- (function(undefined) {
748
-
749
- // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Window/detect.js
750
- var detect = ('Window' in this);
751
-
752
- if (detect) return
753
-
754
- // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Window&flags=always
755
- if ((typeof WorkerGlobalScope === "undefined") && (typeof importScripts !== "function")) {
756
- (function (global) {
757
- if (global.constructor) {
758
- global.Window = global.constructor;
759
- } else {
760
- (global.Window = global.constructor = new Function('return function Window() {}')()).prototype = this;
761
- }
762
- }(this));
763
- }
764
-
765
- })
766
- .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
767
-
768
- (function(undefined) {
769
-
770
- // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Event/detect.js
771
- var detect = (
772
- (function(global) {
773
-
774
- if (!('Event' in global)) return false;
775
- if (typeof global.Event === 'function') return true;
776
-
777
- try {
778
-
779
- // In IE 9-11, the Event object exists but cannot be instantiated
780
- new Event('click');
781
- return true;
782
- } catch(e) {
783
- return false;
784
- }
785
- }(this))
786
- );
787
-
788
- if (detect) return
789
-
790
- // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Event&flags=always
791
- (function () {
792
- var unlistenableWindowEvents = {
793
- click: 1,
794
- dblclick: 1,
795
- keyup: 1,
796
- keypress: 1,
797
- keydown: 1,
798
- mousedown: 1,
799
- mouseup: 1,
800
- mousemove: 1,
801
- mouseover: 1,
802
- mouseenter: 1,
803
- mouseleave: 1,
804
- mouseout: 1,
805
- storage: 1,
806
- storagecommit: 1,
807
- textinput: 1
808
- };
497
+ // remove sandboxed iframe
498
+ document.removeChild(vbody);
499
+ }());
500
+
501
+ })
502
+ .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
503
+
504
+ // @ts-nocheck
505
+
506
+ (function(undefined) {
507
+
508
+ // Detection from https://raw.githubusercontent.com/Financial-Times/polyfill-service/8717a9e04ac7aff99b4980fbedead98036b0929a/packages/polyfill-library/polyfills/Element/prototype/classList/detect.js
509
+ var detect = (
510
+ 'document' in this && "classList" in document.documentElement && 'Element' in this && 'classList' in Element.prototype && (function () {
511
+ var e = document.createElement('span');
512
+ e.classList.add('a', 'b');
513
+ return e.classList.contains('b');
514
+ }())
515
+ );
516
+
517
+ if (detect) return
518
+
519
+ // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Element.prototype.classList&flags=always
520
+ (function (global) {
521
+ var dpSupport = true;
522
+ var defineGetter = function (object, name, fn, configurable) {
523
+ if (Object.defineProperty)
524
+ Object.defineProperty(object, name, {
525
+ configurable: false === dpSupport ? true : !!configurable,
526
+ get: fn
527
+ });
528
+
529
+ else object.__defineGetter__(name, fn);
530
+ };
531
+ /** Ensure the browser allows Object.defineProperty to be used on native JavaScript objects. */
532
+ try {
533
+ defineGetter({}, "support");
534
+ }
535
+ catch (e) {
536
+ dpSupport = false;
537
+ }
538
+ /** Polyfills a property with a DOMTokenList */
539
+ var addProp = function (o, name, attr) {
540
+
541
+ defineGetter(o.prototype, name, function () {
542
+ var tokenList;
543
+
544
+ var THIS = this,
545
+
546
+ /** Prevent this from firing twice for some reason. What the hell, IE. */
547
+ gibberishProperty = "__defineGetter__" + "DEFINE_PROPERTY" + name;
548
+ if(THIS[gibberishProperty]) return tokenList;
549
+ THIS[gibberishProperty] = true;
550
+
551
+ /**
552
+ * IE8 can't define properties on native JavaScript objects, so we'll use a dumb hack instead.
553
+ *
554
+ * What this is doing is creating a dummy element ("reflection") inside a detached phantom node ("mirror")
555
+ * that serves as the target of Object.defineProperty instead. While we could simply use the subject HTML
556
+ * element instead, this would conflict with element types which use indexed properties (such as forms and
557
+ * select lists).
558
+ */
559
+ if (false === dpSupport) {
560
+
561
+ var visage;
562
+ var mirror = addProp.mirror || document.createElement("div");
563
+ var reflections = mirror.childNodes;
564
+ var l = reflections.length;
565
+
566
+ for (var i = 0; i < l; ++i)
567
+ if (reflections[i]._R === THIS) {
568
+ visage = reflections[i];
569
+ break;
570
+ }
571
+
572
+ /** Couldn't find an element's reflection inside the mirror. Materialise one. */
573
+ visage || (visage = mirror.appendChild(document.createElement("div")));
574
+
575
+ tokenList = DOMTokenList.call(visage, THIS, attr);
576
+ } else tokenList = new DOMTokenList(THIS, attr);
577
+
578
+ defineGetter(THIS, name, function () {
579
+ return tokenList;
580
+ });
581
+ delete THIS[gibberishProperty];
582
+
583
+ return tokenList;
584
+ }, true);
585
+ };
586
+
587
+ addProp(global.Element, "classList", "className");
588
+ addProp(global.HTMLElement, "classList", "className");
589
+ addProp(global.HTMLLinkElement, "relList", "rel");
590
+ addProp(global.HTMLAnchorElement, "relList", "rel");
591
+ addProp(global.HTMLAreaElement, "relList", "rel");
592
+ }(this));
593
+
594
+ }).call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
595
+
596
+ // @ts-nocheck
597
+ (function (undefined) {
598
+
599
+ // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Window/detect.js
600
+ var detect = ('Window' in this);
601
+
602
+ if (detect) return
603
+
604
+ // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Window&flags=always
605
+ if ((typeof WorkerGlobalScope === "undefined") && (typeof importScripts !== "function")) {
606
+ (function (global) {
607
+ if (global.constructor) {
608
+ global.Window = global.constructor;
609
+ } else {
610
+ (global.Window = global.constructor = new Function('return function Window() {}')()).prototype = this;
611
+ }
612
+ }(this));
613
+ }
809
614
 
810
- // This polyfill depends on availability of `document` so will not run in a worker
811
- // However, we asssume there are no browsers with worker support that lack proper
812
- // support for `Event` within the worker
813
- if (typeof document === 'undefined' || typeof window === 'undefined') return;
615
+ })
616
+ .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
617
+
618
+ // @ts-nocheck
619
+
620
+ (function(undefined) {
621
+
622
+ // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Event/detect.js
623
+ var detect = (
624
+ (function(global) {
625
+
626
+ if (!('Event' in global)) return false;
627
+ if (typeof global.Event === 'function') return true;
628
+
629
+ try {
630
+
631
+ // In IE 9-11, the Event object exists but cannot be instantiated
632
+ new Event('click');
633
+ return true;
634
+ } catch(e) {
635
+ return false;
636
+ }
637
+ }(this))
638
+ );
639
+
640
+ if (detect) return
641
+
642
+ // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Event&flags=always
643
+ (function () {
644
+ var unlistenableWindowEvents = {
645
+ click: 1,
646
+ dblclick: 1,
647
+ keyup: 1,
648
+ keypress: 1,
649
+ keydown: 1,
650
+ mousedown: 1,
651
+ mouseup: 1,
652
+ mousemove: 1,
653
+ mouseover: 1,
654
+ mouseenter: 1,
655
+ mouseleave: 1,
656
+ mouseout: 1,
657
+ storage: 1,
658
+ storagecommit: 1,
659
+ textinput: 1
660
+ };
661
+
662
+ // This polyfill depends on availability of `document` so will not run in a worker
663
+ // However, we asssume there are no browsers with worker support that lack proper
664
+ // support for `Event` within the worker
665
+ if (typeof document === 'undefined' || typeof window === 'undefined') return;
814
666
 
815
- function indexOf(array, element) {
816
- var
817
- index = -1,
818
- length = array.length;
667
+ function indexOf(array, element) {
668
+ var
669
+ index = -1,
670
+ length = array.length;
819
671
 
820
- while (++index < length) {
821
- if (index in array && array[index] === element) {
822
- return index;
672
+ while (++index < length) {
673
+ if (index in array && array[index] === element) {
674
+ return index;
675
+ }
823
676
  }
677
+
678
+ return -1;
824
679
  }
825
680
 
826
- return -1;
827
- }
681
+ var existingProto = (window.Event && window.Event.prototype) || null;
682
+ window.Event = Window.prototype.Event = function Event(type, eventInitDict) {
683
+ if (!type) {
684
+ throw new Error('Not enough arguments');
685
+ }
828
686
 
829
- var existingProto = (window.Event && window.Event.prototype) || null;
830
- window.Event = Window.prototype.Event = function Event(type, eventInitDict) {
831
- if (!type) {
832
- throw new Error('Not enough arguments');
833
- }
687
+ var event;
688
+ // Shortcut if browser supports createEvent
689
+ if ('createEvent' in document) {
690
+ event = document.createEvent('Event');
691
+ var bubbles = eventInitDict && eventInitDict.bubbles !== undefined ? eventInitDict.bubbles : false;
692
+ var cancelable = eventInitDict && eventInitDict.cancelable !== undefined ? eventInitDict.cancelable : false;
693
+
694
+ event.initEvent(type, bubbles, cancelable);
695
+
696
+ return event;
697
+ }
834
698
 
835
- var event;
836
- // Shortcut if browser supports createEvent
837
- if ('createEvent' in document) {
838
- event = document.createEvent('Event');
839
- var bubbles = eventInitDict && eventInitDict.bubbles !== undefined ? eventInitDict.bubbles : false;
840
- var cancelable = eventInitDict && eventInitDict.cancelable !== undefined ? eventInitDict.cancelable : false;
699
+ event = document.createEventObject();
841
700
 
842
- event.initEvent(type, bubbles, cancelable);
701
+ event.type = type;
702
+ event.bubbles = eventInitDict && eventInitDict.bubbles !== undefined ? eventInitDict.bubbles : false;
703
+ event.cancelable = eventInitDict && eventInitDict.cancelable !== undefined ? eventInitDict.cancelable : false;
843
704
 
844
705
  return event;
706
+ };
707
+ if (existingProto) {
708
+ Object.defineProperty(window.Event, 'prototype', {
709
+ configurable: false,
710
+ enumerable: false,
711
+ writable: true,
712
+ value: existingProto
713
+ });
845
714
  }
846
715
 
847
- event = document.createEventObject();
716
+ if (!('createEvent' in document)) {
717
+ window.addEventListener = Window.prototype.addEventListener = Document.prototype.addEventListener = Element.prototype.addEventListener = function addEventListener() {
718
+ var
719
+ element = this,
720
+ type = arguments[0],
721
+ listener = arguments[1];
848
722
 
849
- event.type = type;
850
- event.bubbles = eventInitDict && eventInitDict.bubbles !== undefined ? eventInitDict.bubbles : false;
851
- event.cancelable = eventInitDict && eventInitDict.cancelable !== undefined ? eventInitDict.cancelable : false;
723
+ if (element === window && type in unlistenableWindowEvents) {
724
+ throw new Error('In IE8 the event: ' + type + ' is not available on the window object. Please see https://github.com/Financial-Times/polyfill-service/issues/317 for more information.');
725
+ }
852
726
 
853
- return event;
854
- };
855
- if (existingProto) {
856
- Object.defineProperty(window.Event, 'prototype', {
857
- configurable: false,
858
- enumerable: false,
859
- writable: true,
860
- value: existingProto
861
- });
862
- }
727
+ if (!element._events) {
728
+ element._events = {};
729
+ }
863
730
 
864
- if (!('createEvent' in document)) {
865
- window.addEventListener = Window.prototype.addEventListener = Document.prototype.addEventListener = Element.prototype.addEventListener = function addEventListener() {
866
- var
867
- element = this,
868
- type = arguments[0],
869
- listener = arguments[1];
731
+ if (!element._events[type]) {
732
+ element._events[type] = function (event) {
733
+ var
734
+ list = element._events[event.type].list,
735
+ events = list.slice(),
736
+ index = -1,
737
+ length = events.length,
738
+ eventElement;
739
+
740
+ event.preventDefault = function preventDefault() {
741
+ if (event.cancelable !== false) {
742
+ event.returnValue = false;
743
+ }
744
+ };
870
745
 
871
- if (element === window && type in unlistenableWindowEvents) {
872
- throw new Error('In IE8 the event: ' + type + ' is not available on the window object. Please see https://github.com/Financial-Times/polyfill-service/issues/317 for more information.');
873
- }
746
+ event.stopPropagation = function stopPropagation() {
747
+ event.cancelBubble = true;
748
+ };
874
749
 
875
- if (!element._events) {
876
- element._events = {};
877
- }
750
+ event.stopImmediatePropagation = function stopImmediatePropagation() {
751
+ event.cancelBubble = true;
752
+ event.cancelImmediate = true;
753
+ };
878
754
 
879
- if (!element._events[type]) {
880
- element._events[type] = function (event) {
881
- var
882
- list = element._events[event.type].list,
883
- events = list.slice(),
884
- index = -1,
885
- length = events.length,
886
- eventElement;
887
-
888
- event.preventDefault = function preventDefault() {
889
- if (event.cancelable !== false) {
890
- event.returnValue = false;
755
+ event.currentTarget = element;
756
+ event.relatedTarget = event.fromElement || null;
757
+ event.target = event.target || event.srcElement || element;
758
+ event.timeStamp = new Date().getTime();
759
+
760
+ if (event.clientX) {
761
+ event.pageX = event.clientX + document.documentElement.scrollLeft;
762
+ event.pageY = event.clientY + document.documentElement.scrollTop;
891
763
  }
892
- };
893
764
 
894
- event.stopPropagation = function stopPropagation() {
895
- event.cancelBubble = true;
896
- };
765
+ while (++index < length && !event.cancelImmediate) {
766
+ if (index in events) {
767
+ eventElement = events[index];
897
768
 
898
- event.stopImmediatePropagation = function stopImmediatePropagation() {
899
- event.cancelBubble = true;
900
- event.cancelImmediate = true;
769
+ if (indexOf(list, eventElement) !== -1 && typeof eventElement === 'function') {
770
+ eventElement.call(element, event);
771
+ }
772
+ }
773
+ }
901
774
  };
902
775
 
903
- event.currentTarget = element;
904
- event.relatedTarget = event.fromElement || null;
905
- event.target = event.target || event.srcElement || element;
906
- event.timeStamp = new Date().getTime();
776
+ element._events[type].list = [];
907
777
 
908
- if (event.clientX) {
909
- event.pageX = event.clientX + document.documentElement.scrollLeft;
910
- event.pageY = event.clientY + document.documentElement.scrollTop;
778
+ if (element.attachEvent) {
779
+ element.attachEvent('on' + type, element._events[type]);
911
780
  }
781
+ }
912
782
 
913
- while (++index < length && !event.cancelImmediate) {
914
- if (index in events) {
915
- eventElement = events[index];
783
+ element._events[type].list.push(listener);
784
+ };
916
785
 
917
- if (indexOf(list, eventElement) !== -1 && typeof eventElement === 'function') {
918
- eventElement.call(element, event);
786
+ window.removeEventListener = Window.prototype.removeEventListener = Document.prototype.removeEventListener = Element.prototype.removeEventListener = function removeEventListener() {
787
+ var
788
+ element = this,
789
+ type = arguments[0],
790
+ listener = arguments[1],
791
+ index;
792
+
793
+ if (element._events && element._events[type] && element._events[type].list) {
794
+ index = indexOf(element._events[type].list, listener);
795
+
796
+ if (index !== -1) {
797
+ element._events[type].list.splice(index, 1);
798
+
799
+ if (!element._events[type].list.length) {
800
+ if (element.detachEvent) {
801
+ element.detachEvent('on' + type, element._events[type]);
919
802
  }
803
+ delete element._events[type];
920
804
  }
921
805
  }
922
- };
806
+ }
807
+ };
923
808
 
924
- element._events[type].list = [];
809
+ window.dispatchEvent = Window.prototype.dispatchEvent = Document.prototype.dispatchEvent = Element.prototype.dispatchEvent = function dispatchEvent(event) {
810
+ if (!arguments.length) {
811
+ throw new Error('Not enough arguments');
812
+ }
925
813
 
926
- if (element.attachEvent) {
927
- element.attachEvent('on' + type, element._events[type]);
814
+ if (!event || typeof event.type !== 'string') {
815
+ throw new Error('DOM Events Exception 0');
928
816
  }
929
- }
930
817
 
931
- element._events[type].list.push(listener);
932
- };
818
+ var element = this, type = event.type;
933
819
 
934
- window.removeEventListener = Window.prototype.removeEventListener = Document.prototype.removeEventListener = Element.prototype.removeEventListener = function removeEventListener() {
935
- var
936
- element = this,
937
- type = arguments[0],
938
- listener = arguments[1],
939
- index;
820
+ try {
821
+ if (!event.bubbles) {
822
+ event.cancelBubble = true;
940
823
 
941
- if (element._events && element._events[type] && element._events[type].list) {
942
- index = indexOf(element._events[type].list, listener);
824
+ var cancelBubbleEvent = function (event) {
825
+ event.cancelBubble = true;
943
826
 
944
- if (index !== -1) {
945
- element._events[type].list.splice(index, 1);
827
+ (element || window).detachEvent('on' + type, cancelBubbleEvent);
828
+ };
946
829
 
947
- if (!element._events[type].list.length) {
948
- if (element.detachEvent) {
949
- element.detachEvent('on' + type, element._events[type]);
950
- }
951
- delete element._events[type];
830
+ this.attachEvent('on' + type, cancelBubbleEvent);
952
831
  }
953
- }
954
- }
955
- };
956
832
 
957
- window.dispatchEvent = Window.prototype.dispatchEvent = Document.prototype.dispatchEvent = Element.prototype.dispatchEvent = function dispatchEvent(event) {
958
- if (!arguments.length) {
959
- throw new Error('Not enough arguments');
960
- }
833
+ this.fireEvent('on' + type, event);
834
+ } catch (error) {
835
+ event.target = element;
961
836
 
962
- if (!event || typeof event.type !== 'string') {
963
- throw new Error('DOM Events Exception 0');
964
- }
837
+ do {
838
+ event.currentTarget = element;
965
839
 
966
- var element = this, type = event.type;
840
+ if ('_events' in element && typeof element._events[type] === 'function') {
841
+ element._events[type].call(element, event);
842
+ }
967
843
 
968
- try {
969
- if (!event.bubbles) {
970
- event.cancelBubble = true;
844
+ if (typeof element['on' + type] === 'function') {
845
+ element['on' + type].call(element, event);
846
+ }
971
847
 
972
- var cancelBubbleEvent = function (event) {
973
- event.cancelBubble = true;
848
+ element = element.nodeType === 9 ? element.parentWindow : element.parentNode;
849
+ } while (element && !event.cancelBubble);
850
+ }
974
851
 
975
- (element || window).detachEvent('on' + type, cancelBubbleEvent);
976
- };
852
+ return true;
853
+ };
977
854
 
978
- this.attachEvent('on' + type, cancelBubbleEvent);
855
+ // Add the DOMContentLoaded Event
856
+ document.attachEvent('onreadystatechange', function() {
857
+ if (document.readyState === 'complete') {
858
+ document.dispatchEvent(new Event('DOMContentLoaded', {
859
+ bubbles: true
860
+ }));
979
861
  }
862
+ });
863
+ }
864
+ }());
865
+
866
+ })
867
+ .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
868
+
869
+ // @ts-nocheck
870
+
871
+ (function(undefined) {
872
+ // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Function/prototype/bind/detect.js
873
+ var detect = 'bind' in Function.prototype;
874
+
875
+ if (detect) return
876
+
877
+ // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Function.prototype.bind&flags=always
878
+ Object.defineProperty(Function.prototype, 'bind', {
879
+ value: function bind(that) { // .length is 1
880
+ // add necessary es5-shim utilities
881
+ var $Array = Array;
882
+ var $Object = Object;
883
+ var ObjectPrototype = $Object.prototype;
884
+ var ArrayPrototype = $Array.prototype;
885
+ var Empty = function Empty() {};
886
+ var to_string = ObjectPrototype.toString;
887
+ var hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol';
888
+ var isCallable; /* inlined from https://npmjs.com/is-callable */ var fnToStr = Function.prototype.toString, tryFunctionObject = function tryFunctionObject(value) { try { fnToStr.call(value); return true; } catch (e) { return false; } }, fnClass = '[object Function]', genClass = '[object GeneratorFunction]'; isCallable = function isCallable(value) { if (typeof value !== 'function') { return false; } if (hasToStringTag) { return tryFunctionObject(value); } var strClass = to_string.call(value); return strClass === fnClass || strClass === genClass; };
889
+ var array_slice = ArrayPrototype.slice;
890
+ var array_concat = ArrayPrototype.concat;
891
+ var array_push = ArrayPrototype.push;
892
+ var max = Math.max;
893
+ // /add necessary es5-shim utilities
894
+
895
+ // 1. Let Target be the this value.
896
+ var target = this;
897
+ // 2. If IsCallable(Target) is false, throw a TypeError exception.
898
+ if (!isCallable(target)) {
899
+ throw new TypeError('Function.prototype.bind called on incompatible ' + target);
900
+ }
901
+ // 3. Let A be a new (possibly empty) internal list of all of the
902
+ // argument values provided after thisArg (arg1, arg2 etc), in order.
903
+ // XXX slicedArgs will stand in for "A" if used
904
+ var args = array_slice.call(arguments, 1); // for normal call
905
+ // 4. Let F be a new native ECMAScript object.
906
+ // 11. Set the [[Prototype]] internal property of F to the standard
907
+ // built-in Function prototype object as specified in 15.3.3.1.
908
+ // 12. Set the [[Call]] internal property of F as described in
909
+ // 15.3.4.5.1.
910
+ // 13. Set the [[Construct]] internal property of F as described in
911
+ // 15.3.4.5.2.
912
+ // 14. Set the [[HasInstance]] internal property of F as described in
913
+ // 15.3.4.5.3.
914
+ var bound;
915
+ var binder = function () {
916
+
917
+ if (this instanceof bound) {
918
+ // 15.3.4.5.2 [[Construct]]
919
+ // When the [[Construct]] internal method of a function object,
920
+ // F that was created using the bind function is called with a
921
+ // list of arguments ExtraArgs, the following steps are taken:
922
+ // 1. Let target be the value of F's [[TargetFunction]]
923
+ // internal property.
924
+ // 2. If target has no [[Construct]] internal method, a
925
+ // TypeError exception is thrown.
926
+ // 3. Let boundArgs be the value of F's [[BoundArgs]] internal
927
+ // property.
928
+ // 4. Let args be a new list containing the same values as the
929
+ // list boundArgs in the same order followed by the same
930
+ // values as the list ExtraArgs in the same order.
931
+ // 5. Return the result of calling the [[Construct]] internal
932
+ // method of target providing args as the arguments.
933
+
934
+ var result = target.apply(
935
+ this,
936
+ array_concat.call(args, array_slice.call(arguments))
937
+ );
938
+ if ($Object(result) === result) {
939
+ return result;
940
+ }
941
+ return this;
942
+
943
+ } else {
944
+ // 15.3.4.5.1 [[Call]]
945
+ // When the [[Call]] internal method of a function object, F,
946
+ // which was created using the bind function is called with a
947
+ // this value and a list of arguments ExtraArgs, the following
948
+ // steps are taken:
949
+ // 1. Let boundArgs be the value of F's [[BoundArgs]] internal
950
+ // property.
951
+ // 2. Let boundThis be the value of F's [[BoundThis]] internal
952
+ // property.
953
+ // 3. Let target be the value of F's [[TargetFunction]] internal
954
+ // property.
955
+ // 4. Let args be a new list containing the same values as the
956
+ // list boundArgs in the same order followed by the same
957
+ // values as the list ExtraArgs in the same order.
958
+ // 5. Return the result of calling the [[Call]] internal method
959
+ // of target providing boundThis as the this value and
960
+ // providing args as the arguments.
961
+
962
+ // equiv: target.call(this, ...boundArgs, ...args)
963
+ return target.apply(
964
+ that,
965
+ array_concat.call(args, array_slice.call(arguments))
966
+ );
967
+
968
+ }
969
+
970
+ };
971
+
972
+ // 15. If the [[Class]] internal property of Target is "Function", then
973
+ // a. Let L be the length property of Target minus the length of A.
974
+ // b. Set the length own property of F to either 0 or L, whichever is
975
+ // larger.
976
+ // 16. Else set the length own property of F to 0.
977
+
978
+ var boundLength = max(0, target.length - args.length);
979
+
980
+ // 17. Set the attributes of the length own property of F to the values
981
+ // specified in 15.3.5.1.
982
+ var boundArgs = [];
983
+ for (var i = 0; i < boundLength; i++) {
984
+ array_push.call(boundArgs, '$' + i);
985
+ }
986
+
987
+ // XXX Build a dynamic function with desired amount of arguments is the only
988
+ // way to set the length property of a function.
989
+ // In environments where Content Security Policies enabled (Chrome extensions,
990
+ // for ex.) all use of eval or Function costructor throws an exception.
991
+ // However in all of these environments Function.prototype.bind exists
992
+ // and so this code will never be executed.
993
+ bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this, arguments); }')(binder);
994
+
995
+ if (target.prototype) {
996
+ Empty.prototype = target.prototype;
997
+ bound.prototype = new Empty();
998
+ // Clean up dangling references.
999
+ Empty.prototype = null;
1000
+ }
1001
+
1002
+ // TODO
1003
+ // 18. Set the [[Extensible]] internal property of F to true.
1004
+
1005
+ // TODO
1006
+ // 19. Let thrower be the [[ThrowTypeError]] function Object (13.2.3).
1007
+ // 20. Call the [[DefineOwnProperty]] internal method of F with
1008
+ // arguments "caller", PropertyDescriptor {[[Get]]: thrower, [[Set]]:
1009
+ // thrower, [[Enumerable]]: false, [[Configurable]]: false}, and
1010
+ // false.
1011
+ // 21. Call the [[DefineOwnProperty]] internal method of F with
1012
+ // arguments "arguments", PropertyDescriptor {[[Get]]: thrower,
1013
+ // [[Set]]: thrower, [[Enumerable]]: false, [[Configurable]]: false},
1014
+ // and false.
1015
+
1016
+ // TODO
1017
+ // NOTE Function objects created using Function.prototype.bind do not
1018
+ // have a prototype property or the [[Code]], [[FormalParameters]], and
1019
+ // [[Scope]] internal properties.
1020
+ // XXX can't delete prototype in pure-js.
1021
+
1022
+ // 22. Return F.
1023
+ return bound;
1024
+ }
1025
+ });
1026
+ })
1027
+ .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
1028
+
1029
+ /* eslint-disable es-x/no-function-prototype-bind -- Polyfill imported */
1030
+
1031
+ /**
1032
+ * Skip link component
1033
+ *
1034
+ * @class
1035
+ * @param {Element} $module - HTML element to use for skip link
1036
+ */
1037
+ function SkipLink ($module) {
1038
+ if (!($module instanceof HTMLAnchorElement)) {
1039
+ return this
1040
+ }
1041
+
1042
+ /** @deprecated Will be made private in v5.0 */
1043
+ this.$module = $module;
1044
+
1045
+ /** @deprecated Will be made private in v5.0 */
1046
+ this.$linkedElement = null;
1047
+
1048
+ /** @deprecated Will be made private in v5.0 */
1049
+ this.linkedElementListener = false;
1050
+ }
980
1051
 
981
- this.fireEvent('on' + type, event);
982
- } catch (error) {
983
- event.target = element;
984
-
985
- do {
986
- event.currentTarget = element;
1052
+ /**
1053
+ * Initialise component
1054
+ */
1055
+ SkipLink.prototype.init = function () {
1056
+ // Check that required elements are present
1057
+ if (!this.$module) {
1058
+ return
1059
+ }
1060
+
1061
+ // Check for linked element
1062
+ var $linkedElement = this.getLinkedElement();
1063
+ if (!$linkedElement) {
1064
+ return
1065
+ }
1066
+
1067
+ this.$linkedElement = $linkedElement;
1068
+ this.$module.addEventListener('click', this.focusLinkedElement.bind(this));
1069
+ };
987
1070
 
988
- if ('_events' in element && typeof element._events[type] === 'function') {
989
- element._events[type].call(element, event);
990
- }
1071
+ /**
1072
+ * Get linked element
1073
+ *
1074
+ * @deprecated Will be made private in v5.0
1075
+ * @returns {HTMLElement | null} $linkedElement - DOM element linked to from the skip link
1076
+ */
1077
+ SkipLink.prototype.getLinkedElement = function () {
1078
+ var linkedElementId = this.getFragmentFromUrl();
1079
+ if (!linkedElementId) {
1080
+ return null
1081
+ }
1082
+
1083
+ return document.getElementById(linkedElementId)
1084
+ };
991
1085
 
992
- if (typeof element['on' + type] === 'function') {
993
- element['on' + type].call(element, event);
994
- }
1086
+ /**
1087
+ * Focus the linked element
1088
+ *
1089
+ * Set tabindex and helper CSS class. Set listener to remove them on blur.
1090
+ *
1091
+ * @deprecated Will be made private in v5.0
1092
+ */
1093
+ SkipLink.prototype.focusLinkedElement = function () {
1094
+ var $linkedElement = this.$linkedElement;
1095
+
1096
+ if (!$linkedElement.getAttribute('tabindex')) {
1097
+ // Set the element tabindex to -1 so it can be focused with JavaScript.
1098
+ $linkedElement.setAttribute('tabindex', '-1');
1099
+ $linkedElement.classList.add('govuk-skip-link-focused-element');
1100
+
1101
+ // Add listener for blur on the focused element (unless the listener has previously been added)
1102
+ if (!this.linkedElementListener) {
1103
+ this.$linkedElement.addEventListener('blur', this.removeFocusProperties.bind(this));
1104
+ this.linkedElementListener = true;
1105
+ }
1106
+ }
1107
+
1108
+ $linkedElement.focus();
1109
+ };
995
1110
 
996
- element = element.nodeType === 9 ? element.parentWindow : element.parentNode;
997
- } while (element && !event.cancelBubble);
998
- }
1111
+ /**
1112
+ * Remove the tabindex that makes the linked element focusable because the element only needs to be
1113
+ * focusable until it has received programmatic focus and a screen reader has announced it.
1114
+ *
1115
+ * Remove the CSS class that removes the native focus styles.
1116
+ *
1117
+ * @deprecated Will be made private in v5.0
1118
+ */
1119
+ SkipLink.prototype.removeFocusProperties = function () {
1120
+ this.$linkedElement.removeAttribute('tabindex');
1121
+ this.$linkedElement.classList.remove('govuk-skip-link-focused-element');
1122
+ };
999
1123
 
1000
- return true;
1001
- };
1124
+ /**
1125
+ * Get fragment from URL
1126
+ *
1127
+ * Extract the fragment (everything after the hash symbol) from a URL, but not including
1128
+ * the symbol.
1129
+ *
1130
+ * @deprecated Will be made private in v5.0
1131
+ * @returns {string | undefined} Fragment from URL, without the hash symbol
1132
+ */
1133
+ SkipLink.prototype.getFragmentFromUrl = function () {
1134
+ // Bail if the anchor link doesn't have a hash
1135
+ if (!this.$module.hash) {
1136
+ return
1137
+ }
1138
+
1139
+ return this.$module.hash.split('#').pop()
1140
+ };
1002
1141
 
1003
- // Add the DOMContentLoaded Event
1004
- document.attachEvent('onreadystatechange', function() {
1005
- if (document.readyState === 'complete') {
1006
- document.dispatchEvent(new Event('DOMContentLoaded', {
1007
- bubbles: true
1008
- }));
1009
- }
1010
- });
1011
- }
1012
- }());
1013
-
1014
- })
1015
- .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
1016
-
1017
- /**
1018
- * Skip link component
1019
- *
1020
- * @class
1021
- * @param {HTMLElement} $module - HTML element to use for skip link
1022
- */
1023
- function SkipLink ($module) {
1024
- this.$module = $module;
1025
- this.$linkedElement = null;
1026
- this.linkedElementListener = false;
1027
- }
1028
-
1029
- /**
1030
- * Initialise the component
1031
- */
1032
- SkipLink.prototype.init = function () {
1033
- // Check for module
1034
- if (!this.$module) {
1035
- return
1036
- }
1037
-
1038
- // Check for linked element
1039
- this.$linkedElement = this.getLinkedElement();
1040
- if (!this.$linkedElement) {
1041
- return
1042
- }
1043
-
1044
- this.$module.addEventListener('click', this.focusLinkedElement.bind(this));
1045
- };
1046
-
1047
- /**
1048
- * Get linked element
1049
- *
1050
- * @returns {HTMLElement} $linkedElement - DOM element linked to from the skip link
1051
- */
1052
- SkipLink.prototype.getLinkedElement = function () {
1053
- var linkedElementId = this.getFragmentFromUrl();
1054
-
1055
- if (!linkedElementId) {
1056
- return false
1057
- }
1058
-
1059
- return document.getElementById(linkedElementId)
1060
- };
1061
-
1062
- /**
1063
- * Focus the linked element
1064
- *
1065
- * Set tabindex and helper CSS class. Set listener to remove them on blur.
1066
- */
1067
- SkipLink.prototype.focusLinkedElement = function () {
1068
- var $linkedElement = this.$linkedElement;
1069
-
1070
- if (!$linkedElement.getAttribute('tabindex')) {
1071
- // Set the element tabindex to -1 so it can be focused with JavaScript.
1072
- $linkedElement.setAttribute('tabindex', '-1');
1073
- $linkedElement.classList.add('govuk-skip-link-focused-element');
1074
-
1075
- // Add listener for blur on the focused element (unless the listener has previously been added)
1076
- if (!this.linkedElementListener) {
1077
- this.$linkedElement.addEventListener('blur', this.removeFocusProperties.bind(this));
1078
- this.linkedElementListener = true;
1079
- }
1080
- }
1081
- $linkedElement.focus();
1082
- };
1083
-
1084
- /**
1085
- * Remove the tabindex that makes the linked element focusable because the element only needs to be
1086
- * focusable until it has received programmatic focus and a screen reader has announced it.
1087
- *
1088
- * Remove the CSS class that removes the native focus styles.
1089
- */
1090
- SkipLink.prototype.removeFocusProperties = function () {
1091
- this.$linkedElement.removeAttribute('tabindex');
1092
- this.$linkedElement.classList.remove('govuk-skip-link-focused-element');
1093
- };
1094
-
1095
- /**
1096
- * Get fragment from URL
1097
- *
1098
- * Extract the fragment (everything after the hash symbol) from a URL, but not including
1099
- * the symbol.
1100
- *
1101
- * @returns {string} Fragment from URL, without the hash symbol
1102
- */
1103
- SkipLink.prototype.getFragmentFromUrl = function () {
1104
- // Bail if the anchor link doesn't have a hash
1105
- if (!this.$module.hash) {
1106
- return false
1107
- }
1108
-
1109
- return this.$module.hash.split('#').pop()
1110
- };
1111
-
1112
- return SkipLink;
1142
+ return SkipLink;
1113
1143
 
1114
1144
  })));
1145
+ //# sourceMappingURL=skip-link.js.map