govuk_publishing_components 34.6.0 → 34.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-link-tracker.js +2 -1
  3. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/init-ga4.js +6 -4
  4. data/app/assets/javascripts/govuk_publishing_components/load-analytics.js +6 -3
  5. data/app/assets/stylesheets/govuk_publishing_components/components/_document-list.scss +6 -0
  6. data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +1 -1
  7. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_tables.scss +12 -0
  8. data/app/views/govuk_publishing_components/components/_document_list.html.erb +1 -0
  9. data/app/views/govuk_publishing_components/components/docs/document_list.yml +18 -1
  10. data/app/views/govuk_publishing_components/components/docs/govspeak.yml +22 -1
  11. data/lib/govuk_publishing_components/presenters/related_navigation_helper.rb +0 -7
  12. data/lib/govuk_publishing_components/version.rb +1 -1
  13. data/node_modules/govuk-frontend/govuk/all.js +4029 -3792
  14. data/node_modules/govuk-frontend/govuk/all.js.map +1 -0
  15. data/node_modules/govuk-frontend/govuk/common/closest-attribute-value.js +52 -51
  16. data/node_modules/govuk-frontend/govuk/common/closest-attribute-value.js.map +1 -0
  17. data/node_modules/govuk-frontend/govuk/common/index.js +153 -145
  18. data/node_modules/govuk-frontend/govuk/common/index.js.map +1 -0
  19. data/node_modules/govuk-frontend/govuk/common/normalise-dataset.js +324 -321
  20. data/node_modules/govuk-frontend/govuk/common/normalise-dataset.js.map +1 -0
  21. data/node_modules/govuk-frontend/govuk/common.js +154 -146
  22. data/node_modules/govuk-frontend/govuk/common.js.map +1 -0
  23. data/node_modules/govuk-frontend/govuk/components/_all.scss +1 -1
  24. data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss +23 -4
  25. data/node_modules/govuk-frontend/govuk/components/accordion/accordion.js +2059 -1654
  26. data/node_modules/govuk-frontend/govuk/components/accordion/accordion.js.map +1 -0
  27. data/node_modules/govuk-frontend/govuk/components/accordion/fixtures.json +11 -11
  28. data/node_modules/govuk-frontend/govuk/components/accordion/template.njk +1 -1
  29. data/node_modules/govuk-frontend/govuk/components/back-link/_index.scss +19 -19
  30. data/node_modules/govuk-frontend/govuk/components/breadcrumbs/_index.scss +21 -10
  31. data/node_modules/govuk-frontend/govuk/components/button/button.js +927 -917
  32. data/node_modules/govuk-frontend/govuk/components/button/button.js.map +1 -0
  33. data/node_modules/govuk-frontend/govuk/components/character-count/character-count.js +2050 -2040
  34. data/node_modules/govuk-frontend/govuk/components/character-count/character-count.js.map +1 -0
  35. data/node_modules/govuk-frontend/govuk/components/checkboxes/checkboxes.js +1155 -1147
  36. data/node_modules/govuk-frontend/govuk/components/checkboxes/checkboxes.js.map +1 -0
  37. data/node_modules/govuk-frontend/govuk/components/cookie-banner/fixtures.json +23 -23
  38. data/node_modules/govuk-frontend/govuk/components/cookie-banner/template.njk +1 -1
  39. data/node_modules/govuk-frontend/govuk/components/details/details.js +800 -799
  40. data/node_modules/govuk-frontend/govuk/components/details/details.js.map +1 -0
  41. data/node_modules/govuk-frontend/govuk/components/error-summary/error-summary.js +1058 -1045
  42. data/node_modules/govuk-frontend/govuk/components/error-summary/error-summary.js.map +1 -0
  43. data/node_modules/govuk-frontend/govuk/components/header/_index.scss +6 -0
  44. data/node_modules/govuk-frontend/govuk/components/header/header.js +646 -998
  45. data/node_modules/govuk-frontend/govuk/components/header/header.js.map +1 -0
  46. data/node_modules/govuk-frontend/govuk/components/notification-banner/notification-banner.js +760 -752
  47. data/node_modules/govuk-frontend/govuk/components/notification-banner/notification-banner.js.map +1 -0
  48. data/node_modules/govuk-frontend/govuk/components/pagination/fixtures.json +61 -0
  49. data/node_modules/govuk-frontend/govuk/components/pagination/template.njk +1 -1
  50. data/node_modules/govuk-frontend/govuk/components/phase-banner/macro-options.json +1 -1
  51. data/node_modules/govuk-frontend/govuk/components/radios/radios.js +1110 -1107
  52. data/node_modules/govuk-frontend/govuk/components/radios/radios.js.map +1 -0
  53. data/node_modules/govuk-frontend/govuk/components/skip-link/skip-link.js +1017 -1014
  54. data/node_modules/govuk-frontend/govuk/components/skip-link/skip-link.js.map +1 -0
  55. data/node_modules/govuk-frontend/govuk/components/summary-list/_index.scss +107 -0
  56. data/node_modules/govuk-frontend/govuk/components/summary-list/fixtures.json +318 -23
  57. data/node_modules/govuk-frontend/govuk/components/summary-list/macro-options.json +110 -0
  58. data/node_modules/govuk-frontend/govuk/components/summary-list/template.njk +72 -28
  59. data/node_modules/govuk-frontend/govuk/components/tabs/tabs.js +1392 -1264
  60. data/node_modules/govuk-frontend/govuk/components/tabs/tabs.js.map +1 -0
  61. data/node_modules/govuk-frontend/govuk/i18n.js +363 -364
  62. data/node_modules/govuk-frontend/govuk/i18n.js.map +1 -0
  63. data/node_modules/govuk-frontend/govuk/settings/_measurements.scss +5 -5
  64. data/node_modules/govuk-frontend/govuk/vendor/polyfills/DOMTokenList.js +242 -241
  65. data/node_modules/govuk-frontend/govuk/vendor/polyfills/DOMTokenList.js.map +1 -0
  66. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Date/now.js +13 -12
  67. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Date/now.js.map +1 -0
  68. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Document.js +17 -16
  69. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Document.js.map +1 -0
  70. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/classList.js +547 -546
  71. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/classList.js.map +1 -0
  72. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/closest.js +37 -36
  73. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/closest.js.map +1 -0
  74. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/dataset.js +251 -250
  75. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/dataset.js.map +1 -0
  76. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/matches.js +21 -20
  77. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/matches.js.map +1 -0
  78. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/nextElementSibling.js +198 -197
  79. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/nextElementSibling.js.map +1 -0
  80. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/previousElementSibling.js +198 -197
  81. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/previousElementSibling.js.map +1 -0
  82. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element.js +106 -105
  83. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element.js.map +1 -0
  84. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Event.js +400 -399
  85. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Event.js.map +1 -0
  86. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Function/prototype/bind.js +239 -238
  87. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Function/prototype/bind.js.map +1 -0
  88. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Object/defineProperty.js +72 -71
  89. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Object/defineProperty.js.map +1 -0
  90. data/node_modules/govuk-frontend/govuk/vendor/polyfills/String/prototype/trim.js +14 -13
  91. data/node_modules/govuk-frontend/govuk/vendor/polyfills/String/prototype/trim.js.map +1 -0
  92. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Window.js +17 -16
  93. data/node_modules/govuk-frontend/govuk/vendor/polyfills/Window.js.map +1 -0
  94. data/node_modules/govuk-frontend/govuk-esm/all.mjs +2 -2
  95. data/node_modules/govuk-frontend/govuk-esm/common/index.mjs +17 -10
  96. data/node_modules/govuk-frontend/govuk-esm/common/normalise-dataset.mjs +3 -1
  97. data/node_modules/govuk-frontend/govuk-esm/components/accordion/accordion.mjs +135 -52
  98. data/node_modules/govuk-frontend/govuk-esm/components/button/button.mjs +11 -9
  99. data/node_modules/govuk-frontend/govuk-esm/components/character-count/character-count.mjs +10 -7
  100. data/node_modules/govuk-frontend/govuk-esm/components/checkboxes/checkboxes.mjs +24 -18
  101. data/node_modules/govuk-frontend/govuk-esm/components/details/details.mjs +23 -16
  102. data/node_modules/govuk-frontend/govuk-esm/components/error-summary/error-summary.mjs +15 -11
  103. data/node_modules/govuk-frontend/govuk-esm/components/header/header.mjs +3 -2
  104. data/node_modules/govuk-frontend/govuk-esm/components/notification-banner/notification-banner.mjs +3 -4
  105. data/node_modules/govuk-frontend/govuk-esm/components/radios/radios.mjs +10 -9
  106. data/node_modules/govuk-frontend/govuk-esm/components/skip-link/skip-link.mjs +5 -3
  107. data/node_modules/govuk-frontend/govuk-esm/components/tabs/tabs.mjs +165 -38
  108. data/node_modules/govuk-frontend/govuk-esm/i18n.mjs +9 -11
  109. data/node_modules/govuk-frontend/package.json +1 -1
  110. metadata +35 -3
@@ -1,982 +1,992 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3
- typeof define === 'function' && define.amd ? define('GOVUKFrontend.Button', factory) :
4
- (global.GOVUKFrontend = global.GOVUKFrontend || {}, global.GOVUKFrontend.Button = factory());
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3
+ typeof define === 'function' && define.amd ? define('GOVUKFrontend.Button', factory) :
4
+ (global.GOVUKFrontend = global.GOVUKFrontend || {}, global.GOVUKFrontend.Button = factory());
5
5
  }(this, (function () { 'use strict';
6
6
 
7
- /**
8
- * Common helpers which do not require polyfill.
9
- *
10
- * IMPORTANT: If a helper require a polyfill, please isolate it in its own module
11
- * so that the polyfill can be properly tree-shaken and does not burden
12
- * the components that do not need that helper
13
- *
14
- * @module common/index
15
- */
16
-
17
- /**
18
- * Config flattening function
19
- *
20
- * Takes any number of objects, flattens them into namespaced key-value pairs,
21
- * (e.g. {'i18n.showSection': 'Show section'}) and combines them together, with
22
- * greatest priority on the LAST item passed in.
23
- *
24
- * @returns {object} A flattened object of key-value pairs.
25
- */
26
- function mergeConfigs (/* configObject1, configObject2, ...configObjects */) {
27
7
  /**
28
- * Function to take nested objects and flatten them to a dot-separated keyed
29
- * object. Doing this means we don't need to do any deep/recursive merging of
30
- * each of our objects, nor transform our dataset from a flat list into a
31
- * nested object.
8
+ * Common helpers which do not require polyfill.
32
9
  *
33
- * @param {object} configObject - Deeply nested object
34
- * @returns {object} Flattened object with dot-separated keys
10
+ * IMPORTANT: If a helper require a polyfill, please isolate it in its own module
11
+ * so that the polyfill can be properly tree-shaken and does not burden
12
+ * the components that do not need that helper
13
+ *
14
+ * @module common/index
35
15
  */
36
- var flattenObject = function (configObject) {
37
- // Prepare an empty return object
38
- var flattenedObject = {};
39
-
40
- // Our flattening function, this is called recursively for each level of
41
- // depth in the object. At each level we prepend the previous level names to
42
- // the key using `prefix`.
43
- var flattenLoop = function (obj, prefix) {
44
- // Loop through keys...
45
- for (var key in obj) {
46
- // Check to see if this is a prototypical key/value,
47
- // if it is, skip it.
48
- if (!Object.prototype.hasOwnProperty.call(obj, key)) {
49
- continue
50
- }
51
- var value = obj[key];
52
- var prefixedKey = prefix ? prefix + '.' + key : key;
53
- if (typeof value === 'object') {
54
- // If the value is a nested object, recurse over that too
55
- flattenLoop(value, prefixedKey);
56
- } else {
57
- // Otherwise, add this value to our return object
58
- flattenedObject[prefixedKey] = value;
16
+
17
+ /**
18
+ * Config flattening function
19
+ *
20
+ * Takes any number of objects, flattens them into namespaced key-value pairs,
21
+ * (e.g. {'i18n.showSection': 'Show section'}) and combines them together, with
22
+ * greatest priority on the LAST item passed in.
23
+ *
24
+ * @returns {Object<string, unknown>} A flattened object of key-value pairs.
25
+ */
26
+ function mergeConfigs (/* configObject1, configObject2, ...configObjects */) {
27
+ /**
28
+ * Function to take nested objects and flatten them to a dot-separated keyed
29
+ * object. Doing this means we don't need to do any deep/recursive merging of
30
+ * each of our objects, nor transform our dataset from a flat list into a
31
+ * nested object.
32
+ *
33
+ * @param {Object<string, unknown>} configObject - Deeply nested object
34
+ * @returns {Object<string, unknown>} Flattened object with dot-separated keys
35
+ */
36
+ var flattenObject = function (configObject) {
37
+ // Prepare an empty return object
38
+ var flattenedObject = {};
39
+
40
+ /**
41
+ * Our flattening function, this is called recursively for each level of
42
+ * depth in the object. At each level we prepend the previous level names to
43
+ * the key using `prefix`.
44
+ *
45
+ * @param {Partial<Object<string, unknown>>} obj - Object to flatten
46
+ * @param {string} [prefix] - Optional dot-separated prefix
47
+ */
48
+ var flattenLoop = function (obj, prefix) {
49
+ // Loop through keys...
50
+ for (var key in obj) {
51
+ // Check to see if this is a prototypical key/value,
52
+ // if it is, skip it.
53
+ if (!Object.prototype.hasOwnProperty.call(obj, key)) {
54
+ continue
55
+ }
56
+ var value = obj[key];
57
+ var prefixedKey = prefix ? prefix + '.' + key : key;
58
+ if (typeof value === 'object') {
59
+ // If the value is a nested object, recurse over that too
60
+ flattenLoop(value, prefixedKey);
61
+ } else {
62
+ // Otherwise, add this value to our return object
63
+ flattenedObject[prefixedKey] = value;
64
+ }
59
65
  }
60
- }
66
+ };
67
+
68
+ // Kick off the recursive loop
69
+ flattenLoop(configObject);
70
+ return flattenedObject
61
71
  };
62
72
 
63
- // Kick off the recursive loop
64
- flattenLoop(configObject);
65
- return flattenedObject
66
- };
73
+ // Start with an empty object as our base
74
+ var formattedConfigObject = {};
67
75
 
68
- // Start with an empty object as our base
69
- var formattedConfigObject = {};
70
-
71
- // Loop through each of the remaining passed objects and push their keys
72
- // one-by-one into configObject. Any duplicate keys will override the existing
73
- // key with the new value.
74
- for (var i = 0; i < arguments.length; i++) {
75
- var obj = flattenObject(arguments[i]);
76
- for (var key in obj) {
77
- if (Object.prototype.hasOwnProperty.call(obj, key)) {
78
- formattedConfigObject[key] = obj[key];
76
+ // Loop through each of the remaining passed objects and push their keys
77
+ // one-by-one into configObject. Any duplicate keys will override the existing
78
+ // key with the new value.
79
+ for (var i = 0; i < arguments.length; i++) {
80
+ var obj = flattenObject(arguments[i]);
81
+ for (var key in obj) {
82
+ if (Object.prototype.hasOwnProperty.call(obj, key)) {
83
+ formattedConfigObject[key] = obj[key];
84
+ }
79
85
  }
80
86
  }
87
+
88
+ return formattedConfigObject
81
89
  }
82
90
 
83
- return formattedConfigObject
84
- }
85
-
86
- /**
87
- * @callback nodeListIterator
88
- * @param {Element} value - The current node being iterated on
89
- * @param {number} index - The current index in the iteration
90
- * @param {NodeListOf<Element>} nodes - NodeList from querySelectorAll()
91
- * @returns {undefined}
92
- */
93
-
94
- (function(undefined) {
95
-
96
- // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Object/defineProperty/detect.js
97
- var detect = (
98
- // In IE8, defineProperty could only act on DOM elements, so full support
99
- // for the feature requires the ability to set a property on an arbitrary object
100
- 'defineProperty' in Object && (function() {
101
- try {
102
- var a = {};
103
- Object.defineProperty(a, 'test', {value:42});
104
- return true;
105
- } catch(e) {
106
- return false
91
+ /**
92
+ * @callback nodeListIterator
93
+ * @param {Element} value - The current node being iterated on
94
+ * @param {number} index - The current index in the iteration
95
+ * @param {NodeListOf<Element>} nodes - NodeList from querySelectorAll()
96
+ * @returns {void}
97
+ */
98
+
99
+ (function(undefined) {
100
+
101
+ // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Object/defineProperty/detect.js
102
+ var detect = (
103
+ // In IE8, defineProperty could only act on DOM elements, so full support
104
+ // for the feature requires the ability to set a property on an arbitrary object
105
+ 'defineProperty' in Object && (function() {
106
+ try {
107
+ var a = {};
108
+ Object.defineProperty(a, 'test', {value:42});
109
+ return true;
110
+ } catch(e) {
111
+ return false
112
+ }
113
+ }())
114
+ );
115
+
116
+ if (detect) return
117
+
118
+ // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Object.defineProperty&flags=always
119
+ (function (nativeDefineProperty) {
120
+
121
+ var supportsAccessors = Object.prototype.hasOwnProperty('__defineGetter__');
122
+ var ERR_ACCESSORS_NOT_SUPPORTED = 'Getters & setters cannot be defined on this javascript engine';
123
+ var ERR_VALUE_ACCESSORS = 'A property cannot both have accessors and be writable or have a value';
124
+
125
+ Object.defineProperty = function defineProperty(object, property, descriptor) {
126
+
127
+ // Where native support exists, assume it
128
+ if (nativeDefineProperty && (object === window || object === document || object === Element.prototype || object instanceof Element)) {
129
+ return nativeDefineProperty(object, property, descriptor);
130
+ }
131
+
132
+ if (object === null || !(object instanceof Object || typeof object === 'object')) {
133
+ throw new TypeError('Object.defineProperty called on non-object');
134
+ }
135
+
136
+ if (!(descriptor instanceof Object)) {
137
+ throw new TypeError('Property description must be an object');
138
+ }
139
+
140
+ var propertyString = String(property);
141
+ var hasValueOrWritable = 'value' in descriptor || 'writable' in descriptor;
142
+ var getterType = 'get' in descriptor && typeof descriptor.get;
143
+ var setterType = 'set' in descriptor && typeof descriptor.set;
144
+
145
+ // handle descriptor.get
146
+ if (getterType) {
147
+ if (getterType !== 'function') {
148
+ throw new TypeError('Getter must be a function');
149
+ }
150
+ if (!supportsAccessors) {
151
+ throw new TypeError(ERR_ACCESSORS_NOT_SUPPORTED);
152
+ }
153
+ if (hasValueOrWritable) {
154
+ throw new TypeError(ERR_VALUE_ACCESSORS);
155
+ }
156
+ Object.__defineGetter__.call(object, propertyString, descriptor.get);
157
+ } else {
158
+ object[propertyString] = descriptor.value;
159
+ }
160
+
161
+ // handle descriptor.set
162
+ if (setterType) {
163
+ if (setterType !== 'function') {
164
+ throw new TypeError('Setter must be a function');
165
+ }
166
+ if (!supportsAccessors) {
167
+ throw new TypeError(ERR_ACCESSORS_NOT_SUPPORTED);
168
+ }
169
+ if (hasValueOrWritable) {
170
+ throw new TypeError(ERR_VALUE_ACCESSORS);
171
+ }
172
+ Object.__defineSetter__.call(object, propertyString, descriptor.set);
173
+ }
174
+
175
+ // OK to define value unconditionally - if a getter has been specified as well, an error would be thrown above
176
+ if ('value' in descriptor) {
177
+ object[propertyString] = descriptor.value;
178
+ }
179
+
180
+ return object;
181
+ };
182
+ }(Object.defineProperty));
183
+ })
184
+ .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
185
+
186
+ (function(undefined) {
187
+
188
+ // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Document/detect.js
189
+ var detect = ("Document" in this);
190
+
191
+ if (detect) return
192
+
193
+ // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Document&flags=always
194
+ if ((typeof WorkerGlobalScope === "undefined") && (typeof importScripts !== "function")) {
195
+
196
+ if (this.HTMLDocument) { // IE8
197
+
198
+ // HTMLDocument is an extension of Document. If the browser has HTMLDocument but not Document, the former will suffice as an alias for the latter.
199
+ this.Document = this.HTMLDocument;
200
+
201
+ } else {
202
+
203
+ // 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.
204
+ this.Document = this.HTMLDocument = document.constructor = (new Function('return function Document() {}')());
205
+ this.Document.prototype = document;
107
206
  }
108
- }())
109
- );
110
-
111
- if (detect) return
112
-
113
- // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Object.defineProperty&flags=always
114
- (function (nativeDefineProperty) {
115
-
116
- var supportsAccessors = Object.prototype.hasOwnProperty('__defineGetter__');
117
- var ERR_ACCESSORS_NOT_SUPPORTED = 'Getters & setters cannot be defined on this javascript engine';
118
- var ERR_VALUE_ACCESSORS = 'A property cannot both have accessors and be writable or have a value';
119
-
120
- Object.defineProperty = function defineProperty(object, property, descriptor) {
121
-
122
- // Where native support exists, assume it
123
- if (nativeDefineProperty && (object === window || object === document || object === Element.prototype || object instanceof Element)) {
124
- return nativeDefineProperty(object, property, descriptor);
125
- }
207
+ }
126
208
 
127
- if (object === null || !(object instanceof Object || typeof object === 'object')) {
128
- throw new TypeError('Object.defineProperty called on non-object');
129
- }
130
209
 
131
- if (!(descriptor instanceof Object)) {
132
- throw new TypeError('Property description must be an object');
133
- }
134
-
135
- var propertyString = String(property);
136
- var hasValueOrWritable = 'value' in descriptor || 'writable' in descriptor;
137
- var getterType = 'get' in descriptor && typeof descriptor.get;
138
- var setterType = 'set' in descriptor && typeof descriptor.set;
139
-
140
- // handle descriptor.get
141
- if (getterType) {
142
- if (getterType !== 'function') {
143
- throw new TypeError('Getter must be a function');
144
- }
145
- if (!supportsAccessors) {
146
- throw new TypeError(ERR_ACCESSORS_NOT_SUPPORTED);
147
- }
148
- if (hasValueOrWritable) {
149
- throw new TypeError(ERR_VALUE_ACCESSORS);
150
- }
151
- Object.__defineGetter__.call(object, propertyString, descriptor.get);
152
- } else {
153
- object[propertyString] = descriptor.value;
154
- }
155
-
156
- // handle descriptor.set
157
- if (setterType) {
158
- if (setterType !== 'function') {
159
- throw new TypeError('Setter must be a function');
160
- }
161
- if (!supportsAccessors) {
162
- throw new TypeError(ERR_ACCESSORS_NOT_SUPPORTED);
163
- }
164
- if (hasValueOrWritable) {
165
- throw new TypeError(ERR_VALUE_ACCESSORS);
166
- }
167
- Object.__defineSetter__.call(object, propertyString, descriptor.set);
168
- }
169
-
170
- // OK to define value unconditionally - if a getter has been specified as well, an error would be thrown above
171
- if ('value' in descriptor) {
172
- object[propertyString] = descriptor.value;
173
- }
174
-
175
- return object;
176
- };
177
- }(Object.defineProperty));
178
- })
179
- .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
180
-
181
- (function(undefined) {
182
-
183
- // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Document/detect.js
184
- var detect = ("Document" in this);
185
-
186
- if (detect) return
187
-
188
- // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Document&flags=always
189
- if ((typeof WorkerGlobalScope === "undefined") && (typeof importScripts !== "function")) {
190
-
191
- if (this.HTMLDocument) { // IE8
192
-
193
- // HTMLDocument is an extension of Document. If the browser has HTMLDocument but not Document, the former will suffice as an alias for the latter.
194
- this.Document = this.HTMLDocument;
195
-
196
- } else {
197
-
198
- // 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.
199
- this.Document = this.HTMLDocument = document.constructor = (new Function('return function Document() {}')());
200
- this.Document.prototype = document;
201
- }
202
- }
203
-
204
-
205
- })
206
- .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
207
-
208
- (function(undefined) {
209
-
210
- // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Element/detect.js
211
- var detect = ('Element' in this && 'HTMLElement' in this);
212
-
213
- if (detect) return
214
-
215
- // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Element&flags=always
216
- (function () {
217
-
218
- // IE8
219
- if (window.Element && !window.HTMLElement) {
220
- window.HTMLElement = window.Element;
221
- return;
222
- }
223
-
224
- // create Element constructor
225
- window.Element = window.HTMLElement = new Function('return function Element() {}')();
226
-
227
- // generate sandboxed iframe
228
- var vbody = document.appendChild(document.createElement('body'));
229
- var frame = vbody.appendChild(document.createElement('iframe'));
230
-
231
- // use sandboxed iframe to replicate Element functionality
232
- var frameDocument = frame.contentWindow.document;
233
- var prototype = Element.prototype = frameDocument.appendChild(frameDocument.createElement('*'));
234
- var cache = {};
235
-
236
- // polyfill Element.prototype on an element
237
- var shiv = function (element, deep) {
238
- var
239
- childNodes = element.childNodes || [],
240
- index = -1,
241
- key, value, childNode;
242
-
243
- if (element.nodeType === 1 && element.constructor !== Element) {
244
- element.constructor = Element;
245
-
246
- for (key in cache) {
247
- value = cache[key];
248
- element[key] = value;
249
- }
250
- }
251
-
252
- while (childNode = deep && childNodes[++index]) {
253
- shiv(childNode, deep);
254
- }
255
-
256
- return element;
257
- };
258
-
259
- var elements = document.getElementsByTagName('*');
260
- var nativeCreateElement = document.createElement;
261
- var interval;
262
- var loopLimit = 100;
263
-
264
- prototype.attachEvent('onpropertychange', function (event) {
265
- var
266
- propertyName = event.propertyName,
267
- nonValue = !cache.hasOwnProperty(propertyName),
268
- newValue = prototype[propertyName],
269
- oldValue = cache[propertyName],
270
- index = -1,
271
- element;
272
-
273
- while (element = elements[++index]) {
274
- if (element.nodeType === 1) {
275
- if (nonValue || element[propertyName] === oldValue) {
276
- element[propertyName] = newValue;
277
- }
278
- }
279
- }
280
-
281
- cache[propertyName] = newValue;
282
- });
283
-
284
- prototype.constructor = Element;
285
-
286
- if (!prototype.hasAttribute) {
287
- // <Element>.hasAttribute
288
- prototype.hasAttribute = function hasAttribute(name) {
289
- return this.getAttribute(name) !== null;
290
- };
291
- }
292
-
293
- // Apply Element prototype to the pre-existing DOM as soon as the body element appears.
294
- function bodyCheck() {
295
- if (!(loopLimit--)) clearTimeout(interval);
296
- if (document.body && !document.body.prototype && /(complete|interactive)/.test(document.readyState)) {
297
- shiv(document, true);
298
- if (interval && document.body.prototype) clearTimeout(interval);
299
- return (!!document.body.prototype);
300
- }
301
- return false;
302
- }
303
- if (!bodyCheck()) {
304
- document.onreadystatechange = bodyCheck;
305
- interval = setInterval(bodyCheck, 25);
306
- }
307
-
308
- // Apply to any new elements created after load
309
- document.createElement = function createElement(nodeName) {
310
- var element = nativeCreateElement(String(nodeName).toLowerCase());
311
- return shiv(element);
312
- };
313
-
314
- // remove sandboxed iframe
315
- document.removeChild(vbody);
316
- }());
317
-
318
- })
319
- .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
320
-
321
- (function(undefined) {
322
-
323
- // Detection from https://raw.githubusercontent.com/Financial-Times/polyfill-library/13cf7c340974d128d557580b5e2dafcd1b1192d1/polyfills/Element/prototype/dataset/detect.js
324
- var detect = (function(){
325
- if (!document.documentElement.dataset) {
326
- return false;
327
- }
328
- var el = document.createElement('div');
329
- el.setAttribute("data-a-b", "c");
330
- return el.dataset && el.dataset.aB == "c";
331
- }());
210
+ })
211
+ .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
212
+
213
+ (function(undefined) {
214
+
215
+ // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Element/detect.js
216
+ var detect = ('Element' in this && 'HTMLElement' in this);
332
217
 
333
218
  if (detect) return
334
219
 
335
- // Polyfill derived from https://raw.githubusercontent.com/Financial-Times/polyfill-library/13cf7c340974d128d557580b5e2dafcd1b1192d1/polyfills/Element/prototype/dataset/polyfill.js
336
- Object.defineProperty(Element.prototype, 'dataset', {
337
- get: function() {
338
- var element = this;
339
- var attributes = this.attributes;
340
- var map = {};
341
-
342
- for (var i = 0; i < attributes.length; i++) {
343
- var attribute = attributes[i];
344
-
345
- // This regex has been edited from the original polyfill, to add
346
- // support for period (.) separators in data-* attribute names. These
347
- // are allowed in the HTML spec, but were not covered by the original
348
- // polyfill's regex. We use periods in our i18n implementation.
349
- if (attribute && attribute.name && (/^data-\w[.\w-]*$/).test(attribute.name)) {
350
- var name = attribute.name;
351
- var value = attribute.value;
352
-
353
- var propName = name.substr(5).replace(/-./g, function (prop) {
354
- return prop.charAt(1).toUpperCase();
355
- });
356
-
357
- // If this browser supports __defineGetter__ and __defineSetter__,
358
- // continue using defineProperty. If not (like IE 8 and below), we use
359
- // a hacky fallback which at least gives an object in the right format
360
- if ('__defineGetter__' in Object.prototype && '__defineSetter__' in Object.prototype) {
361
- Object.defineProperty(map, propName, {
362
- enumerable: true,
363
- get: function() {
364
- return this.value;
365
- }.bind({value: value || ''}),
366
- set: function setter(name, value) {
367
- if (typeof value !== 'undefined') {
368
- this.setAttribute(name, value);
369
- } else {
370
- this.removeAttribute(name);
371
- }
372
- }.bind(element, name)
220
+ // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Element&flags=always
221
+ (function () {
222
+
223
+ // IE8
224
+ if (window.Element && !window.HTMLElement) {
225
+ window.HTMLElement = window.Element;
226
+ return;
227
+ }
228
+
229
+ // create Element constructor
230
+ window.Element = window.HTMLElement = new Function('return function Element() {}')();
231
+
232
+ // generate sandboxed iframe
233
+ var vbody = document.appendChild(document.createElement('body'));
234
+ var frame = vbody.appendChild(document.createElement('iframe'));
235
+
236
+ // use sandboxed iframe to replicate Element functionality
237
+ var frameDocument = frame.contentWindow.document;
238
+ var prototype = Element.prototype = frameDocument.appendChild(frameDocument.createElement('*'));
239
+ var cache = {};
240
+
241
+ // polyfill Element.prototype on an element
242
+ var shiv = function (element, deep) {
243
+ var
244
+ childNodes = element.childNodes || [],
245
+ index = -1,
246
+ key, value, childNode;
247
+
248
+ if (element.nodeType === 1 && element.constructor !== Element) {
249
+ element.constructor = Element;
250
+
251
+ for (key in cache) {
252
+ value = cache[key];
253
+ element[key] = value;
254
+ }
255
+ }
256
+
257
+ while (childNode = deep && childNodes[++index]) {
258
+ shiv(childNode, deep);
259
+ }
260
+
261
+ return element;
262
+ };
263
+
264
+ var elements = document.getElementsByTagName('*');
265
+ var nativeCreateElement = document.createElement;
266
+ var interval;
267
+ var loopLimit = 100;
268
+
269
+ prototype.attachEvent('onpropertychange', function (event) {
270
+ var
271
+ propertyName = event.propertyName,
272
+ nonValue = !cache.hasOwnProperty(propertyName),
273
+ newValue = prototype[propertyName],
274
+ oldValue = cache[propertyName],
275
+ index = -1,
276
+ element;
277
+
278
+ while (element = elements[++index]) {
279
+ if (element.nodeType === 1) {
280
+ if (nonValue || element[propertyName] === oldValue) {
281
+ element[propertyName] = newValue;
282
+ }
283
+ }
284
+ }
285
+
286
+ cache[propertyName] = newValue;
287
+ });
288
+
289
+ prototype.constructor = Element;
290
+
291
+ if (!prototype.hasAttribute) {
292
+ // <Element>.hasAttribute
293
+ prototype.hasAttribute = function hasAttribute(name) {
294
+ return this.getAttribute(name) !== null;
295
+ };
296
+ }
297
+
298
+ // Apply Element prototype to the pre-existing DOM as soon as the body element appears.
299
+ function bodyCheck() {
300
+ if (!(loopLimit--)) clearTimeout(interval);
301
+ if (document.body && !document.body.prototype && /(complete|interactive)/.test(document.readyState)) {
302
+ shiv(document, true);
303
+ if (interval && document.body.prototype) clearTimeout(interval);
304
+ return (!!document.body.prototype);
305
+ }
306
+ return false;
307
+ }
308
+ if (!bodyCheck()) {
309
+ document.onreadystatechange = bodyCheck;
310
+ interval = setInterval(bodyCheck, 25);
311
+ }
312
+
313
+ // Apply to any new elements created after load
314
+ document.createElement = function createElement(nodeName) {
315
+ var element = nativeCreateElement(String(nodeName).toLowerCase());
316
+ return shiv(element);
317
+ };
318
+
319
+ // remove sandboxed iframe
320
+ document.removeChild(vbody);
321
+ }());
322
+
323
+ })
324
+ .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
325
+
326
+ (function(undefined) {
327
+
328
+ // Detection from https://raw.githubusercontent.com/Financial-Times/polyfill-library/13cf7c340974d128d557580b5e2dafcd1b1192d1/polyfills/Element/prototype/dataset/detect.js
329
+ var detect = (function(){
330
+ if (!document.documentElement.dataset) {
331
+ return false;
332
+ }
333
+ var el = document.createElement('div');
334
+ el.setAttribute("data-a-b", "c");
335
+ return el.dataset && el.dataset.aB == "c";
336
+ }());
337
+
338
+ if (detect) return
339
+
340
+ // Polyfill derived from https://raw.githubusercontent.com/Financial-Times/polyfill-library/13cf7c340974d128d557580b5e2dafcd1b1192d1/polyfills/Element/prototype/dataset/polyfill.js
341
+ Object.defineProperty(Element.prototype, 'dataset', {
342
+ get: function() {
343
+ var element = this;
344
+ var attributes = this.attributes;
345
+ var map = {};
346
+
347
+ for (var i = 0; i < attributes.length; i++) {
348
+ var attribute = attributes[i];
349
+
350
+ // This regex has been edited from the original polyfill, to add
351
+ // support for period (.) separators in data-* attribute names. These
352
+ // are allowed in the HTML spec, but were not covered by the original
353
+ // polyfill's regex. We use periods in our i18n implementation.
354
+ if (attribute && attribute.name && (/^data-\w[.\w-]*$/).test(attribute.name)) {
355
+ var name = attribute.name;
356
+ var value = attribute.value;
357
+
358
+ var propName = name.substr(5).replace(/-./g, function (prop) {
359
+ return prop.charAt(1).toUpperCase();
373
360
  });
374
- } else {
375
- map[propName] = value;
376
- }
361
+
362
+ // If this browser supports __defineGetter__ and __defineSetter__,
363
+ // continue using defineProperty. If not (like IE 8 and below), we use
364
+ // a hacky fallback which at least gives an object in the right format
365
+ if ('__defineGetter__' in Object.prototype && '__defineSetter__' in Object.prototype) {
366
+ Object.defineProperty(map, propName, {
367
+ enumerable: true,
368
+ get: function() {
369
+ return this.value;
370
+ }.bind({value: value || ''}),
371
+ set: function setter(name, value) {
372
+ if (typeof value !== 'undefined') {
373
+ this.setAttribute(name, value);
374
+ } else {
375
+ this.removeAttribute(name);
376
+ }
377
+ }.bind(element, name)
378
+ });
379
+ } else {
380
+ map[propName] = value;
381
+ }
377
382
 
383
+ }
378
384
  }
385
+
386
+ return map;
379
387
  }
380
-
381
- return map;
388
+ });
389
+
390
+ }).call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
391
+
392
+ (function(undefined) {
393
+
394
+ // Detection from https://github.com/mdn/content/blob/cf607d68522cd35ee7670782d3ee3a361eaef2e4/files/en-us/web/javascript/reference/global_objects/string/trim/index.md#polyfill
395
+ var detect = ('trim' in String.prototype);
396
+
397
+ if (detect) return
398
+
399
+ // Polyfill from https://github.com/mdn/content/blob/cf607d68522cd35ee7670782d3ee3a361eaef2e4/files/en-us/web/javascript/reference/global_objects/string/trim/index.md#polyfill
400
+ String.prototype.trim = function () {
401
+ return this.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, '');
402
+ };
403
+
404
+ }).call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
405
+
406
+ /* eslint-disable es-x/no-string-prototype-trim -- Polyfill imported */
407
+
408
+ /**
409
+ * Normalise string
410
+ *
411
+ * 'If it looks like a duck, and it quacks like a duck…' 🦆
412
+ *
413
+ * If the passed value looks like a boolean or a number, convert it to a boolean
414
+ * or number.
415
+ *
416
+ * Designed to be used to convert config passed via data attributes (which are
417
+ * always strings) into something sensible.
418
+ *
419
+ * @param {string} value - The value to normalise
420
+ * @returns {string | boolean | number | undefined} Normalised data
421
+ */
422
+ function normaliseString (value) {
423
+ if (typeof value !== 'string') {
424
+ return value
382
425
  }
383
- });
384
426
 
385
- }).call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
427
+ var trimmedValue = value.trim();
386
428
 
387
- (function(undefined) {
429
+ if (trimmedValue === 'true') {
430
+ return true
431
+ }
388
432
 
389
- // Detection from https://github.com/mdn/content/blob/cf607d68522cd35ee7670782d3ee3a361eaef2e4/files/en-us/web/javascript/reference/global_objects/string/trim/index.md#polyfill
390
- var detect = ('trim' in String.prototype);
391
-
392
- if (detect) return
433
+ if (trimmedValue === 'false') {
434
+ return false
435
+ }
393
436
 
394
- // Polyfill from https://github.com/mdn/content/blob/cf607d68522cd35ee7670782d3ee3a361eaef2e4/files/en-us/web/javascript/reference/global_objects/string/trim/index.md#polyfill
395
- String.prototype.trim = function () {
396
- return this.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, '');
397
- };
437
+ // Empty / whitespace-only strings are considered finite so we need to check
438
+ // the length of the trimmed string as well
439
+ if (trimmedValue.length > 0 && isFinite(trimmedValue)) {
440
+ return Number(trimmedValue)
441
+ }
398
442
 
399
- }).call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
400
-
401
- /**
402
- * Normalise string
403
- *
404
- * 'If it looks like a duck, and it quacks like a duck…' 🦆
405
- *
406
- * If the passed value looks like a boolean or a number, convert it to a boolean
407
- * or number.
408
- *
409
- * Designed to be used to convert config passed via data attributes (which are
410
- * always strings) into something sensible.
411
- *
412
- * @param {string} value - The value to normalise
413
- * @returns {string | boolean | number | undefined} Normalised data
414
- */
415
- function normaliseString (value) {
416
- if (typeof value !== 'string') {
417
443
  return value
418
444
  }
419
445
 
420
- var trimmedValue = value.trim();
446
+ /**
447
+ * Normalise dataset
448
+ *
449
+ * Loop over an object and normalise each value using normaliseData function
450
+ *
451
+ * @param {DOMStringMap} dataset - HTML element dataset
452
+ * @returns {Object<string, unknown>} Normalised dataset
453
+ */
454
+ function normaliseDataset (dataset) {
455
+ var out = {};
421
456
 
422
- if (trimmedValue === 'true') {
423
- return true
424
- }
457
+ for (var key in dataset) {
458
+ out[key] = normaliseString(dataset[key]);
459
+ }
425
460
 
426
- if (trimmedValue === 'false') {
427
- return false
461
+ return out
428
462
  }
429
463
 
430
- // Empty / whitespace-only strings are considered finite so we need to check
431
- // the length of the trimmed string as well
432
- if (trimmedValue.length > 0 && isFinite(trimmedValue)) {
433
- return Number(trimmedValue)
434
- }
464
+ (function(undefined) {
435
465
 
436
- return value
437
- }
438
-
439
- /**
440
- * Normalise dataset
441
- *
442
- * Loop over an object and normalise each value using normaliseData function
443
- *
444
- * @param {DOMStringMap} dataset - HTML element dataset
445
- * @returns {Object<string, string | boolean | number | undefined>} Normalised dataset
446
- */
447
- function normaliseDataset (dataset) {
448
- var out = {};
449
-
450
- for (var key in dataset) {
451
- out[key] = normaliseString(dataset[key]);
452
- }
466
+ // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Window/detect.js
467
+ var detect = ('Window' in this);
453
468
 
454
- return out
455
- }
469
+ if (detect) return
470
+
471
+ // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Window&flags=always
472
+ if ((typeof WorkerGlobalScope === "undefined") && (typeof importScripts !== "function")) {
473
+ (function (global) {
474
+ if (global.constructor) {
475
+ global.Window = global.constructor;
476
+ } else {
477
+ (global.Window = global.constructor = new Function('return function Window() {}')()).prototype = this;
478
+ }
479
+ }(this));
480
+ }
456
481
 
457
- (function(undefined) {
482
+ })
483
+ .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
458
484
 
459
- // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Window/detect.js
460
- var detect = ('Window' in this);
485
+ (function(undefined) {
461
486
 
462
- if (detect) return
487
+ // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Event/detect.js
488
+ var detect = (
489
+ (function(global) {
463
490
 
464
- // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Window&flags=always
465
- if ((typeof WorkerGlobalScope === "undefined") && (typeof importScripts !== "function")) {
466
- (function (global) {
467
- if (global.constructor) {
468
- global.Window = global.constructor;
469
- } else {
470
- (global.Window = global.constructor = new Function('return function Window() {}')()).prototype = this;
471
- }
472
- }(this));
473
- }
491
+ if (!('Event' in global)) return false;
492
+ if (typeof global.Event === 'function') return true;
474
493
 
475
- })
476
- .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
494
+ try {
477
495
 
478
- (function(undefined) {
496
+ // In IE 9-11, the Event object exists but cannot be instantiated
497
+ new Event('click');
498
+ return true;
499
+ } catch(e) {
500
+ return false;
501
+ }
502
+ }(this))
503
+ );
479
504
 
480
- // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Event/detect.js
481
- var detect = (
482
- (function(global) {
505
+ if (detect) return
483
506
 
484
- if (!('Event' in global)) return false;
485
- if (typeof global.Event === 'function') return true;
507
+ // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Event&flags=always
508
+ (function () {
509
+ var unlistenableWindowEvents = {
510
+ click: 1,
511
+ dblclick: 1,
512
+ keyup: 1,
513
+ keypress: 1,
514
+ keydown: 1,
515
+ mousedown: 1,
516
+ mouseup: 1,
517
+ mousemove: 1,
518
+ mouseover: 1,
519
+ mouseenter: 1,
520
+ mouseleave: 1,
521
+ mouseout: 1,
522
+ storage: 1,
523
+ storagecommit: 1,
524
+ textinput: 1
525
+ };
526
+
527
+ // This polyfill depends on availability of `document` so will not run in a worker
528
+ // However, we asssume there are no browsers with worker support that lack proper
529
+ // support for `Event` within the worker
530
+ if (typeof document === 'undefined' || typeof window === 'undefined') return;
531
+
532
+ function indexOf(array, element) {
533
+ var
534
+ index = -1,
535
+ length = array.length;
536
+
537
+ while (++index < length) {
538
+ if (index in array && array[index] === element) {
539
+ return index;
540
+ }
541
+ }
542
+
543
+ return -1;
544
+ }
486
545
 
487
- try {
546
+ var existingProto = (window.Event && window.Event.prototype) || null;
547
+ window.Event = Window.prototype.Event = function Event(type, eventInitDict) {
548
+ if (!type) {
549
+ throw new Error('Not enough arguments');
550
+ }
551
+
552
+ var event;
553
+ // Shortcut if browser supports createEvent
554
+ if ('createEvent' in document) {
555
+ event = document.createEvent('Event');
556
+ var bubbles = eventInitDict && eventInitDict.bubbles !== undefined ? eventInitDict.bubbles : false;
557
+ var cancelable = eventInitDict && eventInitDict.cancelable !== undefined ? eventInitDict.cancelable : false;
558
+
559
+ event.initEvent(type, bubbles, cancelable);
560
+
561
+ return event;
562
+ }
563
+
564
+ event = document.createEventObject();
565
+
566
+ event.type = type;
567
+ event.bubbles = eventInitDict && eventInitDict.bubbles !== undefined ? eventInitDict.bubbles : false;
568
+ event.cancelable = eventInitDict && eventInitDict.cancelable !== undefined ? eventInitDict.cancelable : false;
569
+
570
+ return event;
571
+ };
572
+ if (existingProto) {
573
+ Object.defineProperty(window.Event, 'prototype', {
574
+ configurable: false,
575
+ enumerable: false,
576
+ writable: true,
577
+ value: existingProto
578
+ });
579
+ }
488
580
 
489
- // In IE 9-11, the Event object exists but cannot be instantiated
490
- new Event('click');
491
- return true;
492
- } catch(e) {
493
- return false;
581
+ if (!('createEvent' in document)) {
582
+ window.addEventListener = Window.prototype.addEventListener = Document.prototype.addEventListener = Element.prototype.addEventListener = function addEventListener() {
583
+ var
584
+ element = this,
585
+ type = arguments[0],
586
+ listener = arguments[1];
587
+
588
+ if (element === window && type in unlistenableWindowEvents) {
589
+ 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.');
590
+ }
591
+
592
+ if (!element._events) {
593
+ element._events = {};
594
+ }
595
+
596
+ if (!element._events[type]) {
597
+ element._events[type] = function (event) {
598
+ var
599
+ list = element._events[event.type].list,
600
+ events = list.slice(),
601
+ index = -1,
602
+ length = events.length,
603
+ eventElement;
604
+
605
+ event.preventDefault = function preventDefault() {
606
+ if (event.cancelable !== false) {
607
+ event.returnValue = false;
608
+ }
609
+ };
610
+
611
+ event.stopPropagation = function stopPropagation() {
612
+ event.cancelBubble = true;
613
+ };
614
+
615
+ event.stopImmediatePropagation = function stopImmediatePropagation() {
616
+ event.cancelBubble = true;
617
+ event.cancelImmediate = true;
618
+ };
619
+
620
+ event.currentTarget = element;
621
+ event.relatedTarget = event.fromElement || null;
622
+ event.target = event.target || event.srcElement || element;
623
+ event.timeStamp = new Date().getTime();
624
+
625
+ if (event.clientX) {
626
+ event.pageX = event.clientX + document.documentElement.scrollLeft;
627
+ event.pageY = event.clientY + document.documentElement.scrollTop;
628
+ }
629
+
630
+ while (++index < length && !event.cancelImmediate) {
631
+ if (index in events) {
632
+ eventElement = events[index];
633
+
634
+ if (indexOf(list, eventElement) !== -1 && typeof eventElement === 'function') {
635
+ eventElement.call(element, event);
636
+ }
637
+ }
638
+ }
639
+ };
640
+
641
+ element._events[type].list = [];
642
+
643
+ if (element.attachEvent) {
644
+ element.attachEvent('on' + type, element._events[type]);
645
+ }
646
+ }
647
+
648
+ element._events[type].list.push(listener);
649
+ };
650
+
651
+ window.removeEventListener = Window.prototype.removeEventListener = Document.prototype.removeEventListener = Element.prototype.removeEventListener = function removeEventListener() {
652
+ var
653
+ element = this,
654
+ type = arguments[0],
655
+ listener = arguments[1],
656
+ index;
657
+
658
+ if (element._events && element._events[type] && element._events[type].list) {
659
+ index = indexOf(element._events[type].list, listener);
660
+
661
+ if (index !== -1) {
662
+ element._events[type].list.splice(index, 1);
663
+
664
+ if (!element._events[type].list.length) {
665
+ if (element.detachEvent) {
666
+ element.detachEvent('on' + type, element._events[type]);
667
+ }
668
+ delete element._events[type];
669
+ }
670
+ }
671
+ }
672
+ };
673
+
674
+ window.dispatchEvent = Window.prototype.dispatchEvent = Document.prototype.dispatchEvent = Element.prototype.dispatchEvent = function dispatchEvent(event) {
675
+ if (!arguments.length) {
676
+ throw new Error('Not enough arguments');
677
+ }
678
+
679
+ if (!event || typeof event.type !== 'string') {
680
+ throw new Error('DOM Events Exception 0');
681
+ }
682
+
683
+ var element = this, type = event.type;
684
+
685
+ try {
686
+ if (!event.bubbles) {
687
+ event.cancelBubble = true;
688
+
689
+ var cancelBubbleEvent = function (event) {
690
+ event.cancelBubble = true;
691
+
692
+ (element || window).detachEvent('on' + type, cancelBubbleEvent);
693
+ };
694
+
695
+ this.attachEvent('on' + type, cancelBubbleEvent);
696
+ }
697
+
698
+ this.fireEvent('on' + type, event);
699
+ } catch (error) {
700
+ event.target = element;
701
+
702
+ do {
703
+ event.currentTarget = element;
704
+
705
+ if ('_events' in element && typeof element._events[type] === 'function') {
706
+ element._events[type].call(element, event);
707
+ }
708
+
709
+ if (typeof element['on' + type] === 'function') {
710
+ element['on' + type].call(element, event);
711
+ }
712
+
713
+ element = element.nodeType === 9 ? element.parentWindow : element.parentNode;
714
+ } while (element && !event.cancelBubble);
715
+ }
716
+
717
+ return true;
718
+ };
719
+
720
+ // Add the DOMContentLoaded Event
721
+ document.attachEvent('onreadystatechange', function() {
722
+ if (document.readyState === 'complete') {
723
+ document.dispatchEvent(new Event('DOMContentLoaded', {
724
+ bubbles: true
725
+ }));
726
+ }
727
+ });
494
728
  }
495
- }(this))
496
- );
497
-
498
- if (detect) return
499
-
500
- // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Event&flags=always
501
- (function () {
502
- var unlistenableWindowEvents = {
503
- click: 1,
504
- dblclick: 1,
505
- keyup: 1,
506
- keypress: 1,
507
- keydown: 1,
508
- mousedown: 1,
509
- mouseup: 1,
510
- mousemove: 1,
511
- mouseover: 1,
512
- mouseenter: 1,
513
- mouseleave: 1,
514
- mouseout: 1,
515
- storage: 1,
516
- storagecommit: 1,
517
- textinput: 1
518
- };
519
-
520
- // This polyfill depends on availability of `document` so will not run in a worker
521
- // However, we asssume there are no browsers with worker support that lack proper
522
- // support for `Event` within the worker
523
- if (typeof document === 'undefined' || typeof window === 'undefined') return;
524
-
525
- function indexOf(array, element) {
526
- var
527
- index = -1,
528
- length = array.length;
529
-
530
- while (++index < length) {
531
- if (index in array && array[index] === element) {
532
- return index;
533
- }
534
- }
535
-
536
- return -1;
537
- }
538
-
539
- var existingProto = (window.Event && window.Event.prototype) || null;
540
- window.Event = Window.prototype.Event = function Event(type, eventInitDict) {
541
- if (!type) {
542
- throw new Error('Not enough arguments');
543
- }
544
-
545
- var event;
546
- // Shortcut if browser supports createEvent
547
- if ('createEvent' in document) {
548
- event = document.createEvent('Event');
549
- var bubbles = eventInitDict && eventInitDict.bubbles !== undefined ? eventInitDict.bubbles : false;
550
- var cancelable = eventInitDict && eventInitDict.cancelable !== undefined ? eventInitDict.cancelable : false;
551
-
552
- event.initEvent(type, bubbles, cancelable);
553
-
554
- return event;
555
- }
556
-
557
- event = document.createEventObject();
558
-
559
- event.type = type;
560
- event.bubbles = eventInitDict && eventInitDict.bubbles !== undefined ? eventInitDict.bubbles : false;
561
- event.cancelable = eventInitDict && eventInitDict.cancelable !== undefined ? eventInitDict.cancelable : false;
562
-
563
- return event;
564
- };
565
- if (existingProto) {
566
- Object.defineProperty(window.Event, 'prototype', {
567
- configurable: false,
568
- enumerable: false,
569
- writable: true,
570
- value: existingProto
571
- });
572
- }
573
-
574
- if (!('createEvent' in document)) {
575
- window.addEventListener = Window.prototype.addEventListener = Document.prototype.addEventListener = Element.prototype.addEventListener = function addEventListener() {
576
- var
577
- element = this,
578
- type = arguments[0],
579
- listener = arguments[1];
580
-
581
- if (element === window && type in unlistenableWindowEvents) {
582
- 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.');
583
- }
584
-
585
- if (!element._events) {
586
- element._events = {};
587
- }
588
-
589
- if (!element._events[type]) {
590
- element._events[type] = function (event) {
591
- var
592
- list = element._events[event.type].list,
593
- events = list.slice(),
594
- index = -1,
595
- length = events.length,
596
- eventElement;
597
-
598
- event.preventDefault = function preventDefault() {
599
- if (event.cancelable !== false) {
600
- event.returnValue = false;
601
- }
602
- };
603
-
604
- event.stopPropagation = function stopPropagation() {
605
- event.cancelBubble = true;
606
- };
607
-
608
- event.stopImmediatePropagation = function stopImmediatePropagation() {
609
- event.cancelBubble = true;
610
- event.cancelImmediate = true;
611
- };
612
-
613
- event.currentTarget = element;
614
- event.relatedTarget = event.fromElement || null;
615
- event.target = event.target || event.srcElement || element;
616
- event.timeStamp = new Date().getTime();
617
-
618
- if (event.clientX) {
619
- event.pageX = event.clientX + document.documentElement.scrollLeft;
620
- event.pageY = event.clientY + document.documentElement.scrollTop;
621
- }
622
-
623
- while (++index < length && !event.cancelImmediate) {
624
- if (index in events) {
625
- eventElement = events[index];
626
-
627
- if (indexOf(list, eventElement) !== -1 && typeof eventElement === 'function') {
628
- eventElement.call(element, event);
629
- }
630
- }
631
- }
632
- };
633
-
634
- element._events[type].list = [];
635
-
636
- if (element.attachEvent) {
637
- element.attachEvent('on' + type, element._events[type]);
638
- }
639
- }
640
-
641
- element._events[type].list.push(listener);
642
- };
643
-
644
- window.removeEventListener = Window.prototype.removeEventListener = Document.prototype.removeEventListener = Element.prototype.removeEventListener = function removeEventListener() {
645
- var
646
- element = this,
647
- type = arguments[0],
648
- listener = arguments[1],
649
- index;
650
-
651
- if (element._events && element._events[type] && element._events[type].list) {
652
- index = indexOf(element._events[type].list, listener);
653
-
654
- if (index !== -1) {
655
- element._events[type].list.splice(index, 1);
656
-
657
- if (!element._events[type].list.length) {
658
- if (element.detachEvent) {
659
- element.detachEvent('on' + type, element._events[type]);
660
- }
661
- delete element._events[type];
662
- }
663
- }
664
- }
665
- };
666
-
667
- window.dispatchEvent = Window.prototype.dispatchEvent = Document.prototype.dispatchEvent = Element.prototype.dispatchEvent = function dispatchEvent(event) {
668
- if (!arguments.length) {
669
- throw new Error('Not enough arguments');
670
- }
671
-
672
- if (!event || typeof event.type !== 'string') {
673
- throw new Error('DOM Events Exception 0');
674
- }
675
-
676
- var element = this, type = event.type;
677
-
678
- try {
679
- if (!event.bubbles) {
680
- event.cancelBubble = true;
681
-
682
- var cancelBubbleEvent = function (event) {
683
- event.cancelBubble = true;
684
-
685
- (element || window).detachEvent('on' + type, cancelBubbleEvent);
686
- };
687
-
688
- this.attachEvent('on' + type, cancelBubbleEvent);
689
- }
690
-
691
- this.fireEvent('on' + type, event);
692
- } catch (error) {
693
- event.target = element;
694
-
695
- do {
696
- event.currentTarget = element;
697
-
698
- if ('_events' in element && typeof element._events[type] === 'function') {
699
- element._events[type].call(element, event);
700
- }
701
-
702
- if (typeof element['on' + type] === 'function') {
703
- element['on' + type].call(element, event);
704
- }
705
-
706
- element = element.nodeType === 9 ? element.parentWindow : element.parentNode;
707
- } while (element && !event.cancelBubble);
708
- }
709
-
710
- return true;
711
- };
712
-
713
- // Add the DOMContentLoaded Event
714
- document.attachEvent('onreadystatechange', function() {
715
- if (document.readyState === 'complete') {
716
- document.dispatchEvent(new Event('DOMContentLoaded', {
717
- bubbles: true
718
- }));
719
- }
720
- });
721
- }
722
- }());
723
-
724
- })
725
- .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
726
-
727
- (function(undefined) {
728
- // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Function/prototype/bind/detect.js
729
- var detect = 'bind' in Function.prototype;
729
+ }());
730
730
 
731
- if (detect) return
731
+ })
732
+ .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
732
733
 
733
- // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Function.prototype.bind&flags=always
734
- Object.defineProperty(Function.prototype, 'bind', {
735
- value: function bind(that) { // .length is 1
736
- // add necessary es5-shim utilities
737
- var $Array = Array;
738
- var $Object = Object;
739
- var ObjectPrototype = $Object.prototype;
740
- var ArrayPrototype = $Array.prototype;
741
- var Empty = function Empty() {};
742
- var to_string = ObjectPrototype.toString;
743
- var hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol';
744
- 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; };
745
- var array_slice = ArrayPrototype.slice;
746
- var array_concat = ArrayPrototype.concat;
747
- var array_push = ArrayPrototype.push;
748
- var max = Math.max;
749
- // /add necessary es5-shim utilities
750
-
751
- // 1. Let Target be the this value.
752
- var target = this;
753
- // 2. If IsCallable(Target) is false, throw a TypeError exception.
754
- if (!isCallable(target)) {
755
- throw new TypeError('Function.prototype.bind called on incompatible ' + target);
756
- }
757
- // 3. Let A be a new (possibly empty) internal list of all of the
758
- // argument values provided after thisArg (arg1, arg2 etc), in order.
759
- // XXX slicedArgs will stand in for "A" if used
760
- var args = array_slice.call(arguments, 1); // for normal call
761
- // 4. Let F be a new native ECMAScript object.
762
- // 11. Set the [[Prototype]] internal property of F to the standard
763
- // built-in Function prototype object as specified in 15.3.3.1.
764
- // 12. Set the [[Call]] internal property of F as described in
765
- // 15.3.4.5.1.
766
- // 13. Set the [[Construct]] internal property of F as described in
767
- // 15.3.4.5.2.
768
- // 14. Set the [[HasInstance]] internal property of F as described in
769
- // 15.3.4.5.3.
770
- var bound;
771
- var binder = function () {
772
-
773
- if (this instanceof bound) {
774
- // 15.3.4.5.2 [[Construct]]
775
- // When the [[Construct]] internal method of a function object,
776
- // F that was created using the bind function is called with a
777
- // list of arguments ExtraArgs, the following steps are taken:
778
- // 1. Let target be the value of F's [[TargetFunction]]
779
- // internal property.
780
- // 2. If target has no [[Construct]] internal method, a
781
- // TypeError exception is thrown.
782
- // 3. Let boundArgs be the value of F's [[BoundArgs]] internal
783
- // property.
784
- // 4. Let args be a new list containing the same values as the
785
- // list boundArgs in the same order followed by the same
786
- // values as the list ExtraArgs in the same order.
787
- // 5. Return the result of calling the [[Construct]] internal
788
- // method of target providing args as the arguments.
789
-
790
- var result = target.apply(
791
- this,
792
- array_concat.call(args, array_slice.call(arguments))
793
- );
794
- if ($Object(result) === result) {
795
- return result;
796
- }
797
- return this;
798
-
799
- } else {
800
- // 15.3.4.5.1 [[Call]]
801
- // When the [[Call]] internal method of a function object, F,
802
- // which was created using the bind function is called with a
803
- // this value and a list of arguments ExtraArgs, the following
804
- // steps are taken:
805
- // 1. Let boundArgs be the value of F's [[BoundArgs]] internal
806
- // property.
807
- // 2. Let boundThis be the value of F's [[BoundThis]] internal
808
- // property.
809
- // 3. Let target be the value of F's [[TargetFunction]] internal
810
- // property.
811
- // 4. Let args be a new list containing the same values as the
812
- // list boundArgs in the same order followed by the same
813
- // values as the list ExtraArgs in the same order.
814
- // 5. Return the result of calling the [[Call]] internal method
815
- // of target providing boundThis as the this value and
816
- // providing args as the arguments.
817
-
818
- // equiv: target.call(this, ...boundArgs, ...args)
819
- return target.apply(
820
- that,
821
- array_concat.call(args, array_slice.call(arguments))
822
- );
823
-
824
- }
825
-
826
- };
827
-
828
- // 15. If the [[Class]] internal property of Target is "Function", then
829
- // a. Let L be the length property of Target minus the length of A.
830
- // b. Set the length own property of F to either 0 or L, whichever is
831
- // larger.
832
- // 16. Else set the length own property of F to 0.
833
-
834
- var boundLength = max(0, target.length - args.length);
835
-
836
- // 17. Set the attributes of the length own property of F to the values
837
- // specified in 15.3.5.1.
838
- var boundArgs = [];
839
- for (var i = 0; i < boundLength; i++) {
840
- array_push.call(boundArgs, '$' + i);
841
- }
734
+ (function(undefined) {
735
+ // Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Function/prototype/bind/detect.js
736
+ var detect = 'bind' in Function.prototype;
842
737
 
843
- // XXX Build a dynamic function with desired amount of arguments is the only
844
- // way to set the length property of a function.
845
- // In environments where Content Security Policies enabled (Chrome extensions,
846
- // for ex.) all use of eval or Function costructor throws an exception.
847
- // However in all of these environments Function.prototype.bind exists
848
- // and so this code will never be executed.
849
- bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this, arguments); }')(binder);
850
-
851
- if (target.prototype) {
852
- Empty.prototype = target.prototype;
853
- bound.prototype = new Empty();
854
- // Clean up dangling references.
855
- Empty.prototype = null;
856
- }
738
+ if (detect) return
857
739
 
858
- // TODO
859
- // 18. Set the [[Extensible]] internal property of F to true.
860
-
861
- // TODO
862
- // 19. Let thrower be the [[ThrowTypeError]] function Object (13.2.3).
863
- // 20. Call the [[DefineOwnProperty]] internal method of F with
864
- // arguments "caller", PropertyDescriptor {[[Get]]: thrower, [[Set]]:
865
- // thrower, [[Enumerable]]: false, [[Configurable]]: false}, and
866
- // false.
867
- // 21. Call the [[DefineOwnProperty]] internal method of F with
868
- // arguments "arguments", PropertyDescriptor {[[Get]]: thrower,
869
- // [[Set]]: thrower, [[Enumerable]]: false, [[Configurable]]: false},
870
- // and false.
871
-
872
- // TODO
873
- // NOTE Function objects created using Function.prototype.bind do not
874
- // have a prototype property or the [[Code]], [[FormalParameters]], and
875
- // [[Scope]] internal properties.
876
- // XXX can't delete prototype in pure-js.
877
-
878
- // 22. Return F.
879
- return bound;
880
- }
881
- });
882
- })
883
- .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
884
-
885
- var KEY_SPACE = 32;
886
- var DEBOUNCE_TIMEOUT_IN_SECONDS = 1;
887
-
888
- /**
889
- * JavaScript enhancements for the Button component
890
- *
891
- * @class
892
- * @param {HTMLElement} $module - The element this component controls
893
- * @param {ButtonConfig} config - Button config
894
- */
895
- function Button ($module, config) {
896
- if (!$module) {
897
- return this
740
+ // Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Function.prototype.bind&flags=always
741
+ Object.defineProperty(Function.prototype, 'bind', {
742
+ value: function bind(that) { // .length is 1
743
+ // add necessary es5-shim utilities
744
+ var $Array = Array;
745
+ var $Object = Object;
746
+ var ObjectPrototype = $Object.prototype;
747
+ var ArrayPrototype = $Array.prototype;
748
+ var Empty = function Empty() {};
749
+ var to_string = ObjectPrototype.toString;
750
+ var hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol';
751
+ 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; };
752
+ var array_slice = ArrayPrototype.slice;
753
+ var array_concat = ArrayPrototype.concat;
754
+ var array_push = ArrayPrototype.push;
755
+ var max = Math.max;
756
+ // /add necessary es5-shim utilities
757
+
758
+ // 1. Let Target be the this value.
759
+ var target = this;
760
+ // 2. If IsCallable(Target) is false, throw a TypeError exception.
761
+ if (!isCallable(target)) {
762
+ throw new TypeError('Function.prototype.bind called on incompatible ' + target);
763
+ }
764
+ // 3. Let A be a new (possibly empty) internal list of all of the
765
+ // argument values provided after thisArg (arg1, arg2 etc), in order.
766
+ // XXX slicedArgs will stand in for "A" if used
767
+ var args = array_slice.call(arguments, 1); // for normal call
768
+ // 4. Let F be a new native ECMAScript object.
769
+ // 11. Set the [[Prototype]] internal property of F to the standard
770
+ // built-in Function prototype object as specified in 15.3.3.1.
771
+ // 12. Set the [[Call]] internal property of F as described in
772
+ // 15.3.4.5.1.
773
+ // 13. Set the [[Construct]] internal property of F as described in
774
+ // 15.3.4.5.2.
775
+ // 14. Set the [[HasInstance]] internal property of F as described in
776
+ // 15.3.4.5.3.
777
+ var bound;
778
+ var binder = function () {
779
+
780
+ if (this instanceof bound) {
781
+ // 15.3.4.5.2 [[Construct]]
782
+ // When the [[Construct]] internal method of a function object,
783
+ // F that was created using the bind function is called with a
784
+ // list of arguments ExtraArgs, the following steps are taken:
785
+ // 1. Let target be the value of F's [[TargetFunction]]
786
+ // internal property.
787
+ // 2. If target has no [[Construct]] internal method, a
788
+ // TypeError exception is thrown.
789
+ // 3. Let boundArgs be the value of F's [[BoundArgs]] internal
790
+ // property.
791
+ // 4. Let args be a new list containing the same values as the
792
+ // list boundArgs in the same order followed by the same
793
+ // values as the list ExtraArgs in the same order.
794
+ // 5. Return the result of calling the [[Construct]] internal
795
+ // method of target providing args as the arguments.
796
+
797
+ var result = target.apply(
798
+ this,
799
+ array_concat.call(args, array_slice.call(arguments))
800
+ );
801
+ if ($Object(result) === result) {
802
+ return result;
803
+ }
804
+ return this;
805
+
806
+ } else {
807
+ // 15.3.4.5.1 [[Call]]
808
+ // When the [[Call]] internal method of a function object, F,
809
+ // which was created using the bind function is called with a
810
+ // this value and a list of arguments ExtraArgs, the following
811
+ // steps are taken:
812
+ // 1. Let boundArgs be the value of F's [[BoundArgs]] internal
813
+ // property.
814
+ // 2. Let boundThis be the value of F's [[BoundThis]] internal
815
+ // property.
816
+ // 3. Let target be the value of F's [[TargetFunction]] internal
817
+ // property.
818
+ // 4. Let args be a new list containing the same values as the
819
+ // list boundArgs in the same order followed by the same
820
+ // values as the list ExtraArgs in the same order.
821
+ // 5. Return the result of calling the [[Call]] internal method
822
+ // of target providing boundThis as the this value and
823
+ // providing args as the arguments.
824
+
825
+ // equiv: target.call(this, ...boundArgs, ...args)
826
+ return target.apply(
827
+ that,
828
+ array_concat.call(args, array_slice.call(arguments))
829
+ );
830
+
831
+ }
832
+
833
+ };
834
+
835
+ // 15. If the [[Class]] internal property of Target is "Function", then
836
+ // a. Let L be the length property of Target minus the length of A.
837
+ // b. Set the length own property of F to either 0 or L, whichever is
838
+ // larger.
839
+ // 16. Else set the length own property of F to 0.
840
+
841
+ var boundLength = max(0, target.length - args.length);
842
+
843
+ // 17. Set the attributes of the length own property of F to the values
844
+ // specified in 15.3.5.1.
845
+ var boundArgs = [];
846
+ for (var i = 0; i < boundLength; i++) {
847
+ array_push.call(boundArgs, '$' + i);
848
+ }
849
+
850
+ // XXX Build a dynamic function with desired amount of arguments is the only
851
+ // way to set the length property of a function.
852
+ // In environments where Content Security Policies enabled (Chrome extensions,
853
+ // for ex.) all use of eval or Function costructor throws an exception.
854
+ // However in all of these environments Function.prototype.bind exists
855
+ // and so this code will never be executed.
856
+ bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this, arguments); }')(binder);
857
+
858
+ if (target.prototype) {
859
+ Empty.prototype = target.prototype;
860
+ bound.prototype = new Empty();
861
+ // Clean up dangling references.
862
+ Empty.prototype = null;
863
+ }
864
+
865
+ // TODO
866
+ // 18. Set the [[Extensible]] internal property of F to true.
867
+
868
+ // TODO
869
+ // 19. Let thrower be the [[ThrowTypeError]] function Object (13.2.3).
870
+ // 20. Call the [[DefineOwnProperty]] internal method of F with
871
+ // arguments "caller", PropertyDescriptor {[[Get]]: thrower, [[Set]]:
872
+ // thrower, [[Enumerable]]: false, [[Configurable]]: false}, and
873
+ // false.
874
+ // 21. Call the [[DefineOwnProperty]] internal method of F with
875
+ // arguments "arguments", PropertyDescriptor {[[Get]]: thrower,
876
+ // [[Set]]: thrower, [[Enumerable]]: false, [[Configurable]]: false},
877
+ // and false.
878
+
879
+ // TODO
880
+ // NOTE Function objects created using Function.prototype.bind do not
881
+ // have a prototype property or the [[Code]], [[FormalParameters]], and
882
+ // [[Scope]] internal properties.
883
+ // XXX can't delete prototype in pure-js.
884
+
885
+ // 22. Return F.
886
+ return bound;
887
+ }
888
+ });
889
+ })
890
+ .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
891
+
892
+ /* eslint-disable es-x/no-function-prototype-bind -- Polyfill imported */
893
+
894
+ var KEY_SPACE = 32;
895
+ var DEBOUNCE_TIMEOUT_IN_SECONDS = 1;
896
+
897
+ /**
898
+ * JavaScript enhancements for the Button component
899
+ *
900
+ * @class
901
+ * @param {HTMLElement} $module - HTML element to use for button
902
+ * @param {ButtonConfig} [config] - Button config
903
+ */
904
+ function Button ($module, config) {
905
+ if (!$module) {
906
+ return this
907
+ }
908
+
909
+ this.$module = $module;
910
+ this.debounceFormSubmitTimer = null;
911
+
912
+ var defaultConfig = {
913
+ preventDoubleClick: false
914
+ };
915
+ this.config = mergeConfigs(
916
+ defaultConfig,
917
+ config || {},
918
+ normaliseDataset($module.dataset)
919
+ );
898
920
  }
899
921
 
900
- this.$module = $module;
901
- this.debounceFormSubmitTimer = null;
922
+ /**
923
+ * Initialise component
924
+ */
925
+ Button.prototype.init = function () {
926
+ if (!this.$module) {
927
+ return
928
+ }
902
929
 
903
- var defaultConfig = {
904
- preventDoubleClick: false
930
+ this.$module.addEventListener('keydown', this.handleKeyDown);
931
+ this.$module.addEventListener('click', this.debounce.bind(this));
905
932
  };
906
- this.config = mergeConfigs(
907
- defaultConfig,
908
- config || {},
909
- normaliseDataset($module.dataset)
910
- );
911
- }
912
-
913
- /**
914
- * Initialise component
915
- */
916
- Button.prototype.init = function () {
917
- if (!this.$module) {
918
- return
919
- }
920
933
 
921
- this.$module.addEventListener('keydown', this.handleKeyDown);
922
- this.$module.addEventListener('click', this.debounce.bind(this));
923
- };
924
-
925
- /**
926
- * Trigger a click event when the space key is pressed
927
- *
928
- * Some screen readers tell users they can activate things with the 'button'
929
- * role, so we need to match the functionality of native HTML buttons
930
- *
931
- * See https://github.com/alphagov/govuk_elements/pull/272#issuecomment-233028270
932
- *
933
- * @param {KeyboardEvent} event
934
- */
935
- Button.prototype.handleKeyDown = function (event) {
936
- var target = event.target;
937
-
938
- if (target.getAttribute('role') === 'button' && event.keyCode === KEY_SPACE) {
939
- event.preventDefault(); // prevent the page from scrolling
940
- target.click();
941
- }
942
- };
943
-
944
- /**
945
- * Debounce double-clicks
946
- *
947
- * If the click quickly succeeds a previous click then nothing will happen. This
948
- * stops people accidentally causing multiple form submissions by double
949
- * clicking buttons.
950
- *
951
- * @param {MouseEvent} event
952
- * @returns {undefined | false} - Returns undefined, or false when debounced
953
- */
954
- Button.prototype.debounce = function (event) {
955
- // Check the button that was clicked has preventDoubleClick enabled
956
- if (!this.config.preventDoubleClick) {
957
- return
958
- }
934
+ /**
935
+ * Trigger a click event when the space key is pressed
936
+ *
937
+ * Some screen readers tell users they can activate things with the 'button'
938
+ * role, so we need to match the functionality of native HTML buttons
939
+ *
940
+ * See https://github.com/alphagov/govuk_elements/pull/272#issuecomment-233028270
941
+ *
942
+ * @param {KeyboardEvent} event - Keydown event
943
+ */
944
+ Button.prototype.handleKeyDown = function (event) {
945
+ var $target = event.target;
959
946
 
960
- // If the timer is still running, prevent the click from submitting the form
961
- if (this.debounceFormSubmitTimer) {
962
- event.preventDefault();
963
- return false
964
- }
947
+ if ($target.getAttribute('role') === 'button' && event.keyCode === KEY_SPACE) {
948
+ event.preventDefault(); // prevent the page from scrolling
949
+ $target.click();
950
+ }
951
+ };
965
952
 
966
- this.debounceFormSubmitTimer = setTimeout(function () {
967
- this.debounceFormSubmitTimer = null;
968
- }.bind(this), DEBOUNCE_TIMEOUT_IN_SECONDS * 1000);
969
- };
953
+ /**
954
+ * Debounce double-clicks
955
+ *
956
+ * If the click quickly succeeds a previous click then nothing will happen. This
957
+ * stops people accidentally causing multiple form submissions by double
958
+ * clicking buttons.
959
+ *
960
+ * @param {MouseEvent} event - Mouse click event
961
+ * @returns {undefined | false} Returns undefined, or false when debounced
962
+ */
963
+ Button.prototype.debounce = function (event) {
964
+ // Check the button that was clicked has preventDoubleClick enabled
965
+ if (!this.config.preventDoubleClick) {
966
+ return
967
+ }
970
968
 
971
- /**
972
- * Button config
973
- *
974
- * @typedef {object} ButtonConfig
975
- * @property {boolean} [preventDoubleClick = false] -
976
- * Prevent accidental double clicks on submit buttons from submitting forms
977
- * multiple times.
978
- */
969
+ // If the timer is still running, prevent the click from submitting the form
970
+ if (this.debounceFormSubmitTimer) {
971
+ event.preventDefault();
972
+ return false
973
+ }
974
+
975
+ this.debounceFormSubmitTimer = setTimeout(function () {
976
+ this.debounceFormSubmitTimer = null;
977
+ }.bind(this), DEBOUNCE_TIMEOUT_IN_SECONDS * 1000);
978
+ };
979
+
980
+ /**
981
+ * Button config
982
+ *
983
+ * @typedef {object} ButtonConfig
984
+ * @property {boolean} [preventDoubleClick = false] -
985
+ * Prevent accidental double clicks on submit buttons from submitting forms
986
+ * multiple times.
987
+ */
979
988
 
980
- return Button;
989
+ return Button;
981
990
 
982
991
  })));
992
+ //# sourceMappingURL=button.js.map