@skyux/modals 5.7.2 → 6.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/documentation.json +4 -4
  2. package/esm2020/index.mjs +26 -0
  3. package/esm2020/lib/modules/confirm/confirm-button-action.mjs +2 -0
  4. package/esm2020/lib/modules/confirm/confirm-button-config.mjs +2 -0
  5. package/esm2020/lib/modules/confirm/confirm-button.mjs +2 -0
  6. package/esm2020/lib/modules/confirm/confirm-closed-event-args.mjs +2 -0
  7. package/esm2020/lib/modules/confirm/confirm-config.mjs +2 -0
  8. package/esm2020/lib/modules/confirm/confirm-instance.mjs +12 -0
  9. package/esm2020/lib/modules/confirm/confirm-modal-context.mjs +4 -0
  10. package/esm2020/lib/modules/confirm/confirm-type.mjs +25 -0
  11. package/esm2020/lib/modules/confirm/confirm.component.mjs +123 -0
  12. package/esm2020/lib/modules/confirm/confirm.module.mjs +34 -0
  13. package/esm2020/lib/modules/confirm/confirm.service.mjs +55 -0
  14. package/esm2020/lib/modules/modal/modal-adapter.service.mjs +47 -0
  15. package/esm2020/lib/modules/modal/modal-before-close-handler.mjs +7 -0
  16. package/esm2020/lib/modules/modal/modal-close-args.mjs +3 -0
  17. package/esm2020/lib/modules/modal/modal-component-adapter.service.mjs +98 -0
  18. package/esm2020/lib/modules/modal/modal-configuration.mjs +19 -0
  19. package/esm2020/lib/modules/modal/modal-content.component.mjs +14 -0
  20. package/esm2020/lib/modules/modal/modal-footer.component.mjs +14 -0
  21. package/esm2020/lib/modules/modal/modal-header.component.mjs +15 -0
  22. package/esm2020/lib/modules/modal/modal-host.component.mjs +96 -0
  23. package/esm2020/lib/modules/modal/modal-host.service.mjs +55 -0
  24. package/esm2020/lib/modules/modal/modal-instance.mjs +105 -0
  25. package/esm2020/lib/modules/modal/modal-scroll-shadow-event-args.mjs +2 -0
  26. package/esm2020/lib/modules/modal/modal-scroll-shadow.directive.mjs +122 -0
  27. package/esm2020/lib/modules/modal/modal-state-animation.mjs +8 -0
  28. package/esm2020/lib/modules/modal/modal.component.mjs +178 -0
  29. package/esm2020/lib/modules/modal/modal.interface.mjs +4 -0
  30. package/esm2020/lib/modules/modal/modal.module.mjs +63 -0
  31. package/esm2020/lib/modules/modal/modal.service.mjs +85 -0
  32. package/esm2020/lib/modules/shared/sky-modals-resources.module.mjs +54 -0
  33. package/esm2020/skyux-modals.mjs +5 -0
  34. package/esm2020/testing/modal-fixture.mjs +168 -0
  35. package/esm2020/testing/public-api.mjs +2 -0
  36. package/esm2020/testing/skyux-modals-testing.mjs +5 -0
  37. package/fesm2015/{skyux-modals-testing.js → skyux-modals-testing.mjs} +1 -1
  38. package/fesm2015/skyux-modals-testing.mjs.map +1 -0
  39. package/fesm2015/skyux-modals.mjs +1159 -0
  40. package/fesm2015/skyux-modals.mjs.map +1 -0
  41. package/{esm2015/testing/modal-fixture.js → fesm2020/skyux-modals-testing.mjs} +8 -2
  42. package/fesm2020/skyux-modals-testing.mjs.map +1 -0
  43. package/{fesm2015/skyux-modals.js → fesm2020/skyux-modals.mjs} +58 -88
  44. package/fesm2020/skyux-modals.mjs.map +1 -0
  45. package/package.json +39 -15
  46. package/testing/package.json +5 -5
  47. package/bundles/skyux-modals-testing.umd.js +0 -538
  48. package/bundles/skyux-modals.umd.js +0 -1356
  49. package/esm2015/index.js +0 -26
  50. package/esm2015/index.js.map +0 -1
  51. package/esm2015/lib/modules/confirm/confirm-button-action.js +0 -2
  52. package/esm2015/lib/modules/confirm/confirm-button-action.js.map +0 -1
  53. package/esm2015/lib/modules/confirm/confirm-button-config.js +0 -2
  54. package/esm2015/lib/modules/confirm/confirm-button-config.js.map +0 -1
  55. package/esm2015/lib/modules/confirm/confirm-button.js +0 -2
  56. package/esm2015/lib/modules/confirm/confirm-button.js.map +0 -1
  57. package/esm2015/lib/modules/confirm/confirm-closed-event-args.js +0 -2
  58. package/esm2015/lib/modules/confirm/confirm-closed-event-args.js.map +0 -1
  59. package/esm2015/lib/modules/confirm/confirm-config.js +0 -2
  60. package/esm2015/lib/modules/confirm/confirm-config.js.map +0 -1
  61. package/esm2015/lib/modules/confirm/confirm-instance.js +0 -12
  62. package/esm2015/lib/modules/confirm/confirm-instance.js.map +0 -1
  63. package/esm2015/lib/modules/confirm/confirm-modal-context.js +0 -4
  64. package/esm2015/lib/modules/confirm/confirm-modal-context.js.map +0 -1
  65. package/esm2015/lib/modules/confirm/confirm-type.js +0 -25
  66. package/esm2015/lib/modules/confirm/confirm-type.js.map +0 -1
  67. package/esm2015/lib/modules/confirm/confirm.component.js +0 -127
  68. package/esm2015/lib/modules/confirm/confirm.component.js.map +0 -1
  69. package/esm2015/lib/modules/confirm/confirm.module.js +0 -35
  70. package/esm2015/lib/modules/confirm/confirm.module.js.map +0 -1
  71. package/esm2015/lib/modules/confirm/confirm.service.js +0 -55
  72. package/esm2015/lib/modules/confirm/confirm.service.js.map +0 -1
  73. package/esm2015/lib/modules/modal/modal-adapter.service.js +0 -47
  74. package/esm2015/lib/modules/modal/modal-adapter.service.js.map +0 -1
  75. package/esm2015/lib/modules/modal/modal-before-close-handler.js +0 -7
  76. package/esm2015/lib/modules/modal/modal-before-close-handler.js.map +0 -1
  77. package/esm2015/lib/modules/modal/modal-close-args.js +0 -3
  78. package/esm2015/lib/modules/modal/modal-close-args.js.map +0 -1
  79. package/esm2015/lib/modules/modal/modal-component-adapter.service.js +0 -98
  80. package/esm2015/lib/modules/modal/modal-component-adapter.service.js.map +0 -1
  81. package/esm2015/lib/modules/modal/modal-configuration.js +0 -19
  82. package/esm2015/lib/modules/modal/modal-configuration.js.map +0 -1
  83. package/esm2015/lib/modules/modal/modal-content.component.js +0 -19
  84. package/esm2015/lib/modules/modal/modal-content.component.js.map +0 -1
  85. package/esm2015/lib/modules/modal/modal-footer.component.js +0 -18
  86. package/esm2015/lib/modules/modal/modal-footer.component.js.map +0 -1
  87. package/esm2015/lib/modules/modal/modal-header.component.js +0 -19
  88. package/esm2015/lib/modules/modal/modal-header.component.js.map +0 -1
  89. package/esm2015/lib/modules/modal/modal-host.component.js +0 -101
  90. package/esm2015/lib/modules/modal/modal-host.component.js.map +0 -1
  91. package/esm2015/lib/modules/modal/modal-host.service.js +0 -55
  92. package/esm2015/lib/modules/modal/modal-host.service.js.map +0 -1
  93. package/esm2015/lib/modules/modal/modal-instance.js +0 -105
  94. package/esm2015/lib/modules/modal/modal-instance.js.map +0 -1
  95. package/esm2015/lib/modules/modal/modal-scroll-shadow-event-args.js +0 -2
  96. package/esm2015/lib/modules/modal/modal-scroll-shadow-event-args.js.map +0 -1
  97. package/esm2015/lib/modules/modal/modal-scroll-shadow.directive.js +0 -122
  98. package/esm2015/lib/modules/modal/modal-scroll-shadow.directive.js.map +0 -1
  99. package/esm2015/lib/modules/modal/modal-state-animation.js +0 -8
  100. package/esm2015/lib/modules/modal/modal-state-animation.js.map +0 -1
  101. package/esm2015/lib/modules/modal/modal.component.js +0 -184
  102. package/esm2015/lib/modules/modal/modal.component.js.map +0 -1
  103. package/esm2015/lib/modules/modal/modal.interface.js +0 -4
  104. package/esm2015/lib/modules/modal/modal.interface.js.map +0 -1
  105. package/esm2015/lib/modules/modal/modal.module.js +0 -64
  106. package/esm2015/lib/modules/modal/modal.module.js.map +0 -1
  107. package/esm2015/lib/modules/modal/modal.service.js +0 -85
  108. package/esm2015/lib/modules/modal/modal.service.js.map +0 -1
  109. package/esm2015/lib/modules/shared/sky-modals-resources.module.js +0 -54
  110. package/esm2015/lib/modules/shared/sky-modals-resources.module.js.map +0 -1
  111. package/esm2015/skyux-modals.js +0 -5
  112. package/esm2015/skyux-modals.js.map +0 -1
  113. package/esm2015/testing/modal-fixture.js.map +0 -1
  114. package/esm2015/testing/public-api.js +0 -2
  115. package/esm2015/testing/public-api.js.map +0 -1
  116. package/esm2015/testing/skyux-modals-testing.js +0 -5
  117. package/esm2015/testing/skyux-modals-testing.js.map +0 -1
  118. package/fesm2015/skyux-modals-testing.js.map +0 -1
  119. package/fesm2015/skyux-modals.js.map +0 -1
@@ -1,538 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3
- typeof define === 'function' && define.amd ? define('@skyux/modals/testing', ['exports'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.skyux = global.skyux || {}, global.skyux.modals = global.skyux.modals || {}, global.skyux.modals.testing = {})));
5
- })(this, (function (exports) { 'use strict';
6
-
7
- /*! *****************************************************************************
8
- Copyright (c) Microsoft Corporation.
9
-
10
- Permission to use, copy, modify, and/or distribute this software for any
11
- purpose with or without fee is hereby granted.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
14
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
15
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
16
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
17
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
18
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19
- PERFORMANCE OF THIS SOFTWARE.
20
- ***************************************************************************** */
21
- /* global Reflect, Promise */
22
- var extendStatics = function (d, b) {
23
- extendStatics = Object.setPrototypeOf ||
24
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
25
- function (d, b) { for (var p in b)
26
- if (Object.prototype.hasOwnProperty.call(b, p))
27
- d[p] = b[p]; };
28
- return extendStatics(d, b);
29
- };
30
- function __extends(d, b) {
31
- if (typeof b !== "function" && b !== null)
32
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
33
- extendStatics(d, b);
34
- function __() { this.constructor = d; }
35
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
36
- }
37
- var __assign = function () {
38
- __assign = Object.assign || function __assign(t) {
39
- for (var s, i = 1, n = arguments.length; i < n; i++) {
40
- s = arguments[i];
41
- for (var p in s)
42
- if (Object.prototype.hasOwnProperty.call(s, p))
43
- t[p] = s[p];
44
- }
45
- return t;
46
- };
47
- return __assign.apply(this, arguments);
48
- };
49
- function __rest(s, e) {
50
- var t = {};
51
- for (var p in s)
52
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
53
- t[p] = s[p];
54
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
55
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
56
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
57
- t[p[i]] = s[p[i]];
58
- }
59
- return t;
60
- }
61
- function __decorate(decorators, target, key, desc) {
62
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
63
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
64
- r = Reflect.decorate(decorators, target, key, desc);
65
- else
66
- for (var i = decorators.length - 1; i >= 0; i--)
67
- if (d = decorators[i])
68
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
69
- return c > 3 && r && Object.defineProperty(target, key, r), r;
70
- }
71
- function __param(paramIndex, decorator) {
72
- return function (target, key) { decorator(target, key, paramIndex); };
73
- }
74
- function __metadata(metadataKey, metadataValue) {
75
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
76
- return Reflect.metadata(metadataKey, metadataValue);
77
- }
78
- function __awaiter(thisArg, _arguments, P, generator) {
79
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
80
- return new (P || (P = Promise))(function (resolve, reject) {
81
- function fulfilled(value) { try {
82
- step(generator.next(value));
83
- }
84
- catch (e) {
85
- reject(e);
86
- } }
87
- function rejected(value) { try {
88
- step(generator["throw"](value));
89
- }
90
- catch (e) {
91
- reject(e);
92
- } }
93
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
94
- step((generator = generator.apply(thisArg, _arguments || [])).next());
95
- });
96
- }
97
- function __generator(thisArg, body) {
98
- var _ = { label: 0, sent: function () { if (t[0] & 1)
99
- throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
100
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
101
- function verb(n) { return function (v) { return step([n, v]); }; }
102
- function step(op) {
103
- if (f)
104
- throw new TypeError("Generator is already executing.");
105
- while (_)
106
- try {
107
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
108
- return t;
109
- if (y = 0, t)
110
- op = [op[0] & 2, t.value];
111
- switch (op[0]) {
112
- case 0:
113
- case 1:
114
- t = op;
115
- break;
116
- case 4:
117
- _.label++;
118
- return { value: op[1], done: false };
119
- case 5:
120
- _.label++;
121
- y = op[1];
122
- op = [0];
123
- continue;
124
- case 7:
125
- op = _.ops.pop();
126
- _.trys.pop();
127
- continue;
128
- default:
129
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
130
- _ = 0;
131
- continue;
132
- }
133
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
134
- _.label = op[1];
135
- break;
136
- }
137
- if (op[0] === 6 && _.label < t[1]) {
138
- _.label = t[1];
139
- t = op;
140
- break;
141
- }
142
- if (t && _.label < t[2]) {
143
- _.label = t[2];
144
- _.ops.push(op);
145
- break;
146
- }
147
- if (t[2])
148
- _.ops.pop();
149
- _.trys.pop();
150
- continue;
151
- }
152
- op = body.call(thisArg, _);
153
- }
154
- catch (e) {
155
- op = [6, e];
156
- y = 0;
157
- }
158
- finally {
159
- f = t = 0;
160
- }
161
- if (op[0] & 5)
162
- throw op[1];
163
- return { value: op[0] ? op[1] : void 0, done: true };
164
- }
165
- }
166
- var __createBinding = Object.create ? (function (o, m, k, k2) {
167
- if (k2 === undefined)
168
- k2 = k;
169
- Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
170
- }) : (function (o, m, k, k2) {
171
- if (k2 === undefined)
172
- k2 = k;
173
- o[k2] = m[k];
174
- });
175
- function __exportStar(m, o) {
176
- for (var p in m)
177
- if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
178
- __createBinding(o, m, p);
179
- }
180
- function __values(o) {
181
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
182
- if (m)
183
- return m.call(o);
184
- if (o && typeof o.length === "number")
185
- return {
186
- next: function () {
187
- if (o && i >= o.length)
188
- o = void 0;
189
- return { value: o && o[i++], done: !o };
190
- }
191
- };
192
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
193
- }
194
- function __read(o, n) {
195
- var m = typeof Symbol === "function" && o[Symbol.iterator];
196
- if (!m)
197
- return o;
198
- var i = m.call(o), r, ar = [], e;
199
- try {
200
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
201
- ar.push(r.value);
202
- }
203
- catch (error) {
204
- e = { error: error };
205
- }
206
- finally {
207
- try {
208
- if (r && !r.done && (m = i["return"]))
209
- m.call(i);
210
- }
211
- finally {
212
- if (e)
213
- throw e.error;
214
- }
215
- }
216
- return ar;
217
- }
218
- /** @deprecated */
219
- function __spread() {
220
- for (var ar = [], i = 0; i < arguments.length; i++)
221
- ar = ar.concat(__read(arguments[i]));
222
- return ar;
223
- }
224
- /** @deprecated */
225
- function __spreadArrays() {
226
- for (var s = 0, i = 0, il = arguments.length; i < il; i++)
227
- s += arguments[i].length;
228
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
229
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
230
- r[k] = a[j];
231
- return r;
232
- }
233
- function __spreadArray(to, from, pack) {
234
- if (pack || arguments.length === 2)
235
- for (var i = 0, l = from.length, ar; i < l; i++) {
236
- if (ar || !(i in from)) {
237
- if (!ar)
238
- ar = Array.prototype.slice.call(from, 0, i);
239
- ar[i] = from[i];
240
- }
241
- }
242
- return to.concat(ar || Array.prototype.slice.call(from));
243
- }
244
- function __await(v) {
245
- return this instanceof __await ? (this.v = v, this) : new __await(v);
246
- }
247
- function __asyncGenerator(thisArg, _arguments, generator) {
248
- if (!Symbol.asyncIterator)
249
- throw new TypeError("Symbol.asyncIterator is not defined.");
250
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
251
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
252
- function verb(n) { if (g[n])
253
- i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
254
- function resume(n, v) { try {
255
- step(g[n](v));
256
- }
257
- catch (e) {
258
- settle(q[0][3], e);
259
- } }
260
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
261
- function fulfill(value) { resume("next", value); }
262
- function reject(value) { resume("throw", value); }
263
- function settle(f, v) { if (f(v), q.shift(), q.length)
264
- resume(q[0][0], q[0][1]); }
265
- }
266
- function __asyncDelegator(o) {
267
- var i, p;
268
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
269
- function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
270
- }
271
- function __asyncValues(o) {
272
- if (!Symbol.asyncIterator)
273
- throw new TypeError("Symbol.asyncIterator is not defined.");
274
- var m = o[Symbol.asyncIterator], i;
275
- return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
276
- function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
277
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
278
- }
279
- function __makeTemplateObject(cooked, raw) {
280
- if (Object.defineProperty) {
281
- Object.defineProperty(cooked, "raw", { value: raw });
282
- }
283
- else {
284
- cooked.raw = raw;
285
- }
286
- return cooked;
287
- }
288
- ;
289
- var __setModuleDefault = Object.create ? (function (o, v) {
290
- Object.defineProperty(o, "default", { enumerable: true, value: v });
291
- }) : function (o, v) {
292
- o["default"] = v;
293
- };
294
- function __importStar(mod) {
295
- if (mod && mod.__esModule)
296
- return mod;
297
- var result = {};
298
- if (mod != null)
299
- for (var k in mod)
300
- if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
301
- __createBinding(result, mod, k);
302
- __setModuleDefault(result, mod);
303
- return result;
304
- }
305
- function __importDefault(mod) {
306
- return (mod && mod.__esModule) ? mod : { default: mod };
307
- }
308
- function __classPrivateFieldGet(receiver, state, kind, f) {
309
- if (kind === "a" && !f)
310
- throw new TypeError("Private accessor was defined without a getter");
311
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
312
- throw new TypeError("Cannot read private member from an object whose class did not declare it");
313
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
314
- }
315
- function __classPrivateFieldSet(receiver, state, value, kind, f) {
316
- if (kind === "m")
317
- throw new TypeError("Private method is not writable");
318
- if (kind === "a" && !f)
319
- throw new TypeError("Private accessor was defined without a setter");
320
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
321
- throw new TypeError("Cannot write private member to an object whose class did not declare it");
322
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
323
- }
324
-
325
- /**
326
- * Allows interaction with a SKY UX modal component.
327
- */
328
- var SkyModalFixture = /** @class */ (function () {
329
- function SkyModalFixture(fixture, skyTestId) {
330
- this.fixture = fixture;
331
- this.modalElement = document.querySelector('sky-modal[data-sky-id="' + skyTestId + '"]');
332
- if (!this.modalElement) {
333
- throw new Error("No element was found with a `data-sky-id` value of \"" + skyTestId + "\".");
334
- }
335
- }
336
- Object.defineProperty(SkyModalFixture.prototype, "ariaDescribedBy", {
337
- /**
338
- * The modal component's ARIA describedby attribute.
339
- */
340
- get: function () {
341
- var modalDialogElement = this.getModalDiaglogElement();
342
- if (modalDialogElement) {
343
- return modalDialogElement.getAttribute('aria-describedby') || undefined;
344
- }
345
- else {
346
- throw new Error("No modal exists.");
347
- }
348
- },
349
- enumerable: false,
350
- configurable: true
351
- });
352
- Object.defineProperty(SkyModalFixture.prototype, "ariaLabelledBy", {
353
- /**
354
- * The modal component's ARIA labelledby attribute.
355
- */
356
- get: function () {
357
- var modalDialogElement = this.getModalDiaglogElement();
358
- if (modalDialogElement) {
359
- return modalDialogElement.getAttribute('aria-labelledby') || undefined;
360
- }
361
- else {
362
- throw new Error("No modal exists.");
363
- }
364
- },
365
- enumerable: false,
366
- configurable: true
367
- });
368
- Object.defineProperty(SkyModalFixture.prototype, "ariaRole", {
369
- /**
370
- * The modal component's role attribute.
371
- */
372
- get: function () {
373
- var modalDialogElement = this.getModalDiaglogElement();
374
- if (modalDialogElement) {
375
- return modalDialogElement.getAttribute('role') || undefined;
376
- }
377
- else {
378
- throw new Error("No modal exists.");
379
- }
380
- },
381
- enumerable: false,
382
- configurable: true
383
- });
384
- Object.defineProperty(SkyModalFixture.prototype, "fullPage", {
385
- /**
386
- * Whether or not the modal is a full page modal.
387
- */
388
- get: function () {
389
- var modalDivElement = this.getModalDiv();
390
- if (modalDivElement) {
391
- return modalDivElement.classList.contains('sky-modal-full-page');
392
- }
393
- else {
394
- throw new Error("No modal exists.");
395
- }
396
- },
397
- enumerable: false,
398
- configurable: true
399
- });
400
- Object.defineProperty(SkyModalFixture.prototype, "size", {
401
- /**
402
- * The size of the modal.
403
- */
404
- get: function () {
405
- var e_1, _a;
406
- var modalDivElement = this.getModalDiv();
407
- if (modalDivElement) {
408
- var possibleSizes = ['small', 'medium', 'large'];
409
- try {
410
- for (var possibleSizes_1 = __values(possibleSizes), possibleSizes_1_1 = possibleSizes_1.next(); !possibleSizes_1_1.done; possibleSizes_1_1 = possibleSizes_1.next()) {
411
- var size = possibleSizes_1_1.value;
412
- if (modalDivElement.classList.contains('sky-modal-' + size)) {
413
- return size;
414
- }
415
- }
416
- }
417
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
418
- finally {
419
- try {
420
- if (possibleSizes_1_1 && !possibleSizes_1_1.done && (_a = possibleSizes_1.return)) _a.call(possibleSizes_1);
421
- }
422
- finally { if (e_1) throw e_1.error; }
423
- }
424
- }
425
- else {
426
- throw new Error("No modal exists.");
427
- }
428
- },
429
- enumerable: false,
430
- configurable: true
431
- });
432
- Object.defineProperty(SkyModalFixture.prototype, "tiledBody", {
433
- /**
434
- * Whether or not the modal is set up for tiled content.
435
- */
436
- get: function () {
437
- var modalDivElement = this.getModalDiv();
438
- if (modalDivElement) {
439
- return modalDivElement.classList.contains('sky-modal-tiled');
440
- }
441
- else {
442
- throw new Error("No modal exists.");
443
- }
444
- },
445
- enumerable: false,
446
- configurable: true
447
- });
448
- /**
449
- * Clicks the modal header's "close" button.
450
- */
451
- SkyModalFixture.prototype.clickHeaderCloseButton = function () {
452
- var closeButton = this.modalElement.querySelector('.sky-modal .sky-modal-btn-close');
453
- if (closeButton) {
454
- closeButton.click();
455
- this.fixture.detectChanges();
456
- }
457
- else {
458
- throw new Error("No header close button exists.");
459
- }
460
- };
461
- /**
462
- * Clicks the modal header's "help" button.
463
- */
464
- SkyModalFixture.prototype.clickHelpButton = function () {
465
- var helpButton = this.modalElement.querySelector('.sky-modal .sky-modal-header-buttons button[name="help-button"]');
466
- if (helpButton) {
467
- helpButton.click();
468
- this.fixture.detectChanges();
469
- }
470
- else {
471
- throw new Error("No help button exists.");
472
- }
473
- };
474
- /**
475
- * Returns the main modal element.
476
- */
477
- SkyModalFixture.prototype.getModalDiv = function () {
478
- if (this.modalElement) {
479
- return this.modalElement.querySelector('.sky-modal');
480
- }
481
- else {
482
- throw new Error("No modal exists.");
483
- }
484
- };
485
- /**
486
- * Returns the modal's content element.
487
- */
488
- SkyModalFixture.prototype.getModalContentEl = function () {
489
- if (this.modalElement) {
490
- return this.modalElement.querySelector('.sky-modal-content');
491
- }
492
- else {
493
- throw new Error("No modal exists.");
494
- }
495
- };
496
- /**
497
- * Returns the modal's footer element.
498
- */
499
- SkyModalFixture.prototype.getModalFooterEl = function () {
500
- if (this.modalElement) {
501
- return this.modalElement.querySelector('.sky-modal-footer');
502
- }
503
- else {
504
- throw new Error("No modal exists.");
505
- }
506
- };
507
- /**
508
- * Returns the modal's header element.
509
- */
510
- SkyModalFixture.prototype.getModalHeaderEl = function () {
511
- if (this.modalElement) {
512
- return this.modalElement.querySelector('.sky-modal-header');
513
- }
514
- else {
515
- throw new Error("No modal exists.");
516
- }
517
- };
518
- SkyModalFixture.prototype.getModalDiaglogElement = function () {
519
- if (this.modalElement) {
520
- return this.modalElement.querySelector('.sky-modal-dialog');
521
- }
522
- else {
523
- throw new Error("No modal exists.");
524
- }
525
- };
526
- return SkyModalFixture;
527
- }());
528
-
529
- /**
530
- * Generated bundle index. Do not edit.
531
- */
532
-
533
- exports.SkyModalFixture = SkyModalFixture;
534
-
535
- Object.defineProperty(exports, '__esModule', { value: true });
536
-
537
- }));
538
- //# sourceMappingURL=skyux-modals-testing.umd.js.map