mis-crystal-design-system 2.2.4 → 2.3.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 (37) hide show
  1. package/bundles/mis-crystal-design-system-datepicker_v2.umd.js +643 -0
  2. package/bundles/mis-crystal-design-system-datepicker_v2.umd.js.map +1 -0
  3. package/bundles/mis-crystal-design-system-datepicker_v2.umd.min.js +16 -0
  4. package/bundles/mis-crystal-design-system-datepicker_v2.umd.min.js.map +1 -0
  5. package/bundles/mis-crystal-design-system-table.umd.js +2 -1
  6. package/bundles/mis-crystal-design-system-table.umd.js.map +1 -1
  7. package/bundles/mis-crystal-design-system-table.umd.min.js +1 -1
  8. package/bundles/mis-crystal-design-system-table.umd.min.js.map +1 -1
  9. package/datepicker_v2/datepicker-constants.d.ts +4 -0
  10. package/datepicker_v2/datepicker.module.d.ts +2 -0
  11. package/datepicker_v2/index.d.ts +1 -0
  12. package/datepicker_v2/mis-crystal-design-system-datepicker_v2.d.ts +7 -0
  13. package/datepicker_v2/mis-crystal-design-system-datepicker_v2.metadata.json +1 -0
  14. package/datepicker_v2/models/dp-config.model.d.ts +30 -0
  15. package/datepicker_v2/package.json +11 -0
  16. package/datepicker_v2/public_api.d.ts +3 -0
  17. package/datepicker_v2/tz-datepicker.directive.d.ts +26 -0
  18. package/datepicker_v2/tz-dp-container/tz-dp-container.component.d.ts +23 -0
  19. package/datepicker_v2/utils/index.d.ts +2 -0
  20. package/esm2015/datepicker/sub-components/tooltip/tooltip.config.js +2 -3
  21. package/esm2015/datepicker_v2/datepicker-constants.js +5 -0
  22. package/esm2015/datepicker_v2/datepicker.module.js +16 -0
  23. package/esm2015/datepicker_v2/index.js +2 -0
  24. package/esm2015/datepicker_v2/mis-crystal-design-system-datepicker_v2.js +7 -0
  25. package/esm2015/datepicker_v2/models/dp-config.model.js +2 -0
  26. package/esm2015/datepicker_v2/public_api.js +3 -0
  27. package/esm2015/datepicker_v2/tz-datepicker.directive.js +107 -0
  28. package/esm2015/datepicker_v2/tz-dp-container/tz-dp-container.component.js +123 -0
  29. package/esm2015/datepicker_v2/utils/index.js +45 -0
  30. package/esm2015/table/filter/filter.component.js +1 -1
  31. package/esm2015/table/table.component.js +2 -1
  32. package/fesm2015/mis-crystal-design-system-datepicker_v2.js +293 -0
  33. package/fesm2015/mis-crystal-design-system-datepicker_v2.js.map +1 -0
  34. package/fesm2015/mis-crystal-design-system-table.js +2 -1
  35. package/fesm2015/mis-crystal-design-system-table.js.map +1 -1
  36. package/package.json +1 -1
  37. package/table/mis-crystal-design-system-table.metadata.json +1 -1
@@ -0,0 +1,643 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('moment-timezone'), require('mis-crystal-design-system/toast'), require('@angular/cdk/overlay'), require('@angular/cdk/portal'), require('@angular/forms'), require('rxjs/operators')) :
3
+ typeof define === 'function' && define.amd ? define('mis-crystal-design-system/datepicker_v2', ['exports', '@angular/core', '@angular/common', 'moment-timezone', 'mis-crystal-design-system/toast', '@angular/cdk/overlay', '@angular/cdk/portal', '@angular/forms', 'rxjs/operators'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global['mis-crystal-design-system'] = global['mis-crystal-design-system'] || {}, global['mis-crystal-design-system'].datepicker_v2 = {}), global.ng.core, global.ng.common, global.momentTimezone, global['mis-crystal-design-system'].toast, global.ng.cdk.overlay, global.ng.cdk.portal, global.ng.forms, global.rxjs.operators));
5
+ }(this, (function (exports, core, common, momentTimezone, toast, overlay, portal, forms, operators) { '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
+ /** @format */
326
+ var CONTAINER_DATA = new core.InjectionToken('CONTAINER_DATA');
327
+ var DATE_FORMAT = "DD-MM-YYYY";
328
+
329
+ var getMonth = function (index) {
330
+ var month;
331
+ switch (index) {
332
+ case 0:
333
+ month = 'January';
334
+ break;
335
+ case 1:
336
+ month = 'February';
337
+ break;
338
+ case 2:
339
+ month = 'March';
340
+ break;
341
+ case 3:
342
+ month = 'April';
343
+ break;
344
+ case 4:
345
+ month = 'May';
346
+ break;
347
+ case 5:
348
+ month = 'June';
349
+ break;
350
+ case 6:
351
+ month = 'July';
352
+ break;
353
+ case 7:
354
+ month = 'August';
355
+ break;
356
+ case 8:
357
+ month = 'September';
358
+ break;
359
+ case 9:
360
+ month = 'October';
361
+ break;
362
+ case 10:
363
+ month = 'November';
364
+ break;
365
+ case 11:
366
+ month = 'December';
367
+ break;
368
+ default:
369
+ break;
370
+ }
371
+ return month;
372
+ };
373
+
374
+ var TzDpContainerComponent = /** @class */ (function () {
375
+ function TzDpContainerComponent(data, toast) {
376
+ var _this = this;
377
+ var _a, _b, _c, _d;
378
+ this.toast = toast;
379
+ this.parseZoneInstance = function () {
380
+ var args = [];
381
+ for (var _i = 0; _i < arguments.length; _i++) {
382
+ args[_i] = arguments[_i];
383
+ }
384
+ return momentTimezone.parseZone.apply(void 0, __spread(args));
385
+ };
386
+ this.rawWeekDays = ['SUN', 'MON', 'TUE', 'WED', 'THU', 'FRI', 'SAT'];
387
+ this.weekDays = [];
388
+ this.currentMonthNumber = this.parseZoneInstance().month();
389
+ this.currentMonth = getMonth(this.currentMonthNumber);
390
+ this.currentYearNumber = this.parseZoneInstance().year();
391
+ this.currentMonthDates = [];
392
+ this.isPreviousMonthDisabled = false;
393
+ this.isNextMonthDisabled = false;
394
+ this.data = data;
395
+ if ((_b = (_a = this.data) === null || _a === void 0 ? void 0 : _a.dpConfig) === null || _b === void 0 ? void 0 : _b.timezone) {
396
+ this.parseZoneInstance = function () {
397
+ var args = [];
398
+ for (var _i = 0; _i < arguments.length; _i++) {
399
+ args[_i] = arguments[_i];
400
+ }
401
+ return momentTimezone.parseZone.apply(void 0, __spread(args)).tz(_this.data.dpConfig.timezone);
402
+ };
403
+ }
404
+ this.weekDays = this.rawWeekDays.map(function (day, index) { return ({
405
+ label: "" + day[0] + day.slice(1).toLowerCase(),
406
+ isCurrentDay: _this.parseZoneInstance().day() === index,
407
+ }); });
408
+ if (!((_d = (_c = this.data) === null || _c === void 0 ? void 0 : _c.dpConfig) === null || _d === void 0 ? void 0 : _d.format)) {
409
+ this.data.dpConfig = Object.assign(Object.assign({}, this.data.dpConfig), { format: DATE_FORMAT });
410
+ }
411
+ }
412
+ TzDpContainerComponent.prototype.ngOnInit = function () {
413
+ this.currentDateInstance();
414
+ this.calculateMinMaxDays();
415
+ };
416
+ TzDpContainerComponent.prototype.currentDateInstance = function () {
417
+ var selectedDate = this.parseZoneInstance(this.data.date, this.data.dpConfig.format);
418
+ if (selectedDate.isValid()) {
419
+ this.currentYearNumber = selectedDate.year();
420
+ this.currentMonthNumber = selectedDate.month();
421
+ this.currentMonth = getMonth(this.currentMonthNumber);
422
+ }
423
+ this.currentMonthDates = this.generateDates(this.currentMonthNumber, this.currentYearNumber);
424
+ };
425
+ TzDpContainerComponent.prototype.calculateMinMaxDays = function () {
426
+ var currentInstance = this.parseZoneInstance().year(this.currentYearNumber).month(this.currentMonthNumber);
427
+ var minDate = this.parseZoneInstance(this.data.dpConfig.minDate, this.data.dpConfig.format);
428
+ if (minDate.isValid()) {
429
+ this.isPreviousMonthDisabled = minDate.isSameOrAfter(currentInstance, 'month');
430
+ }
431
+ var maxDate = this.parseZoneInstance(this.data.dpConfig.maxDate, this.data.dpConfig.format);
432
+ if (maxDate.isValid()) {
433
+ this.isNextMonthDisabled = maxDate.isSameOrBefore(currentInstance, 'month');
434
+ }
435
+ };
436
+ TzDpContainerComponent.prototype.navigateMonth = function (direction) {
437
+ var thisMonth = this.parseZoneInstance().year(this.currentYearNumber).month(this.currentMonthNumber);
438
+ if (direction === "NEXT") {
439
+ thisMonth = thisMonth.add(1, 'month');
440
+ }
441
+ else if (direction === "PREVIOUS") {
442
+ thisMonth = thisMonth.subtract(1, 'month');
443
+ }
444
+ this.currentMonthNumber = thisMonth.month();
445
+ this.currentMonth = getMonth(this.currentMonthNumber);
446
+ this.currentYearNumber = thisMonth.year();
447
+ this.currentMonthDates = this.generateDates(this.currentMonthNumber, this.currentYearNumber);
448
+ this.calculateMinMaxDays();
449
+ };
450
+ TzDpContainerComponent.prototype.generateDates = function (month, currentYearNumber) {
451
+ var _this = this;
452
+ var _a;
453
+ var dates = [];
454
+ var thisMonth = this.parseZoneInstance().year(currentYearNumber).month(month);
455
+ var _loop_1 = function (startDate) {
456
+ var isDisabledDay = this_1.data.datesDisabled.some(function (d) { return d === thisMonth.date(startDate).format(_this.data.dpConfig.format); });
457
+ var minDate = this_1.parseZoneInstance(this_1.data.dpConfig.minDate, this_1.data.dpConfig.format);
458
+ if (!isDisabledDay && minDate.isValid()) {
459
+ isDisabledDay = minDate.isAfter(thisMonth.date(startDate), 'day');
460
+ }
461
+ var maxDate = this_1.parseZoneInstance(this_1.data.dpConfig.maxDate, this_1.data.dpConfig.format);
462
+ if (!isDisabledDay && maxDate.isValid()) {
463
+ isDisabledDay = maxDate.isBefore(thisMonth.date(startDate), 'day');
464
+ }
465
+ dates.push({
466
+ date: startDate,
467
+ weekDay: thisMonth.date(startDate).day(),
468
+ isCurrentDay: thisMonth.date(startDate).isSame(this_1.parseZoneInstance(), 'day'),
469
+ isSelectedDay: thisMonth.date(startDate).isSame(this_1.parseZoneInstance(this_1.data.date, this_1.data.dpConfig.format), 'day'),
470
+ toastMessage: ((_a = this_1.data.messages.find(function (q) { return thisMonth.date(startDate).isSame(_this.parseZoneInstance(q.date, _this.data.dpConfig.format), 'day'); })) === null || _a === void 0 ? void 0 : _a.message) || '',
471
+ isDisabledDay: isDisabledDay,
472
+ });
473
+ };
474
+ var this_1 = this;
475
+ for (var startDate = 1; startDate <= thisMonth.endOf('month').date(); startDate++) {
476
+ _loop_1(startDate);
477
+ }
478
+ for (var i = dates[0].weekDay; i > 0; i--) {
479
+ dates.unshift({ date: 0, weekDay: i - 1 });
480
+ }
481
+ return dates;
482
+ };
483
+ TzDpContainerComponent.prototype.selectDay = function (day) {
484
+ if (day.date <= 0)
485
+ return;
486
+ if (!day.isDisabledDay) {
487
+ this.data.dateChange(this.parseZoneInstance().year(this.currentYearNumber).month(this.currentMonthNumber).date(day.date).format(this.data.dpConfig.format));
488
+ }
489
+ if (day.toastMessage) {
490
+ this.toast.displayMsg(day.toastMessage, 4000);
491
+ }
492
+ };
493
+ return TzDpContainerComponent;
494
+ }());
495
+ TzDpContainerComponent.decorators = [
496
+ { type: core.Component, args: [{
497
+ selector: "mis-tz-dp",
498
+ template: "<div class=\"datepicker-container\">\n <div class=\"datepicker-container__header\">\n <div\n class=\"datepicker-container__arrow__icon\"\n (click)=\"!isPreviousMonthDisabled && navigateMonth('PREVIOUS')\"\n [ngClass]=\"{\n 'disabled-month': isPreviousMonthDisabled\n }\"\n >\n <svg\n width=\"20\"\n height=\"16\"\n viewBox=\"0 0 20 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M19.7071 8.70711C20.0976 8.31658 20.0976 7.68342 19.7071 7.29289L13.3431 0.928933C12.9526 0.538409 12.3195 0.538409 11.9289 0.928933C11.5384 1.31946 11.5384 1.95262 11.9289 2.34315L17.5858 8L11.9289 13.6569C11.5384 14.0474 11.5384 14.6805 11.9289 15.0711C12.3195 15.4616 12.9526 15.4616 13.3431 15.0711L19.7071 8.70711ZM-8.74228e-08 9L19 9L19 7L8.74228e-08 7L-8.74228e-08 9Z\"\n fill=\"#181F33\"\n ></path>\n </svg>\n </div>\n <span> {{ currentMonth }} {{ currentYearNumber }} </span>\n <div\n class=\"datepicker-container__arrow__icon\"\n (click)=\"!isNextMonthDisabled && navigateMonth('NEXT')\"\n [ngClass]=\"{\n 'disabled-month': isNextMonthDisabled\n }\"\n >\n <svg\n width=\"20\"\n height=\"16\"\n viewBox=\"0 0 20 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M19.7071 8.70711C20.0976 8.31658 20.0976 7.68342 19.7071 7.29289L13.3431 0.928933C12.9526 0.538409 12.3195 0.538409 11.9289 0.928933C11.5384 1.31946 11.5384 1.95262 11.9289 2.34315L17.5858 8L11.9289 13.6569C11.5384 14.0474 11.5384 14.6805 11.9289 15.0711C12.3195 15.4616 12.9526 15.4616 13.3431 15.0711L19.7071 8.70711ZM-8.74228e-08 9L19 9L19 7L8.74228e-08 7L-8.74228e-08 9Z\"\n fill=\"#181F33\"\n ></path>\n </svg>\n </div>\n </div>\n <div class=\"datepicker-container__body\">\n <div class=\"datepicker-container__weekdays\">\n <div\n class=\"datepicker-container__weekday\"\n *ngFor=\"let weekDay of weekDays\"\n >\n <span [ngClass]=\"{ 'current-day': weekDay.isCurrentDay }\">{{\n weekDay.label\n }}</span>\n </div>\n </div>\n <div class=\"datepicker-container__days\">\n <div\n class=\"datepicker-container__day\"\n [ngClass]=\"{\n 'selected-day': day.isSelectedDay,\n 'disabled-day': day.isDisabledDay,\n 'is-valid-date': day.date > 0 && !day.isSelectedDay\n }\"\n *ngFor=\"let day of currentMonthDates\"\n (click)=\"selectDay(day)\"\n >\n <span\n *ngIf=\"day.date > 0\"\n [ngClass]=\"{\n 'current-day': day.isCurrentDay,\n 'selected-day': day.isSelectedDay,\n 'disabled-day': day.isDisabledDay\n }\"\n >\n {{ day.date }}\n </span>\n </div>\n </div>\n </div>\n</div>\n",
499
+ styles: [".datepicker-container{background:#fff;border:1px solid #e0e0e0;box-shadow:0 12px 24px rgba(0,0,0,.12),0 4px 8px rgba(0,0,0,.12);border-radius:12px;display:flex;flex-direction:column;padding:16px;font-family:Lato;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker-container .datepicker-container__header{display:flex;height:32px;justify-content:space-between;align-items:center;width:100%}.datepicker-container .datepicker-container__header span{font-size:16px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:.2px;text-align:center}.datepicker-container .datepicker-container__header .datepicker-container__arrow__icon{height:20px;width:20px;display:flex;align-items:center;justify-content:center;border-radius:4px;padding:4px}.datepicker-container .datepicker-container__header .datepicker-container__arrow__icon.disabled-month{opacity:.5;cursor:not-allowed}.datepicker-container .datepicker-container__header .datepicker-container__arrow__icon:not(.disabled-month):hover{cursor:pointer;background-color:#cbddfb}.datepicker-container .datepicker-container__header .datepicker-container__arrow__icon:first-child{transform:rotate(180deg)}.datepicker-container .datepicker-container__body{height:100%;width:252px}.datepicker-container .datepicker-container__body .datepicker-container__weekdays{width:100%;display:flex;padding-bottom:10px}.datepicker-container .datepicker-container__body .datepicker-container__weekdays .datepicker-container__weekday{width:36px;height:18px;text-align:center}.datepicker-container .datepicker-container__body .datepicker-container__weekdays .datepicker-container__weekday span{font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.2px;text-align:center;color:#6a737d}.datepicker-container .datepicker-container__body .datepicker-container__weekdays .datepicker-container__weekday span.current-day{font-weight:700;letter-spacing:.25px;color:#181f33}.datepicker-container .datepicker-container__body .datepicker-container__days{display:flex;flex-wrap:wrap;gap:2px}.datepicker-container .datepicker-container__body .datepicker-container__days .datepicker-container__day{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:4px}.datepicker-container .datepicker-container__body .datepicker-container__days .datepicker-container__day.selected-day{background-color:#0937b2;cursor:pointer}.datepicker-container .datepicker-container__body .datepicker-container__days .datepicker-container__day.disabled-day{cursor:default}.datepicker-container .datepicker-container__body .datepicker-container__days .datepicker-container__day.disabled-day:hover{background-color:transparent}.datepicker-container .datepicker-container__body .datepicker-container__days .datepicker-container__day.is-valid-date:not(.disabled-day):hover{background-color:#cbddfb;cursor:pointer}.datepicker-container .datepicker-container__body .datepicker-container__days .datepicker-container__day.is-valid-date:not(.disabled-day):hover span.selected-day{color:#181f33!important}.datepicker-container .datepicker-container__body .datepicker-container__days .datepicker-container__day span{font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.2px;text-align:center;color:#181f33}.datepicker-container .datepicker-container__body .datepicker-container__days .datepicker-container__day span.current-day{font-weight:700;letter-spacing:.25px}.datepicker-container .datepicker-container__body .datepicker-container__days .datepicker-container__day span.selected-day{color:#fff}.datepicker-container .datepicker-container__body .datepicker-container__days .datepicker-container__day span.disabled-day{color:#6a737d}"]
500
+ },] }
501
+ ];
502
+ TzDpContainerComponent.ctorParameters = function () { return [
503
+ { type: undefined, decorators: [{ type: core.Inject, args: [CONTAINER_DATA,] }] },
504
+ { type: toast.ToastService }
505
+ ]; };
506
+
507
+ var TzDatepickerDirective = /** @class */ (function () {
508
+ function TzDatepickerDirective(control, element, overlay, viewContainerRef) {
509
+ this.control = control;
510
+ this.element = element;
511
+ this.overlay = overlay;
512
+ this.viewContainerRef = viewContainerRef;
513
+ this.dpConfig = {
514
+ format: DATE_FORMAT,
515
+ minDate: "",
516
+ maxDate: ""
517
+ };
518
+ this.dateMessages = [];
519
+ this.positionX = "start";
520
+ this.positionY = "bottom";
521
+ this.dateChange = new core.EventEmitter(true);
522
+ this.isOpen = false;
523
+ this.dpDisabledDates = [];
524
+ }
525
+ Object.defineProperty(TzDatepickerDirective.prototype, "selectedDate", {
526
+ // dd-mm-yyyy 01-12-2022
527
+ set: function (date) {
528
+ this.date = date;
529
+ },
530
+ enumerable: false,
531
+ configurable: true
532
+ });
533
+ Object.defineProperty(TzDatepickerDirective.prototype, "datesDisabled", {
534
+ set: function (dates) {
535
+ this.dpDisabledDates = dates;
536
+ },
537
+ enumerable: false,
538
+ configurable: true
539
+ });
540
+ TzDatepickerDirective.prototype.toggleDatePicker = function () {
541
+ if (this.isOpen) {
542
+ this.close();
543
+ }
544
+ else {
545
+ this.open();
546
+ }
547
+ };
548
+ TzDatepickerDirective.prototype.open = function () {
549
+ var _this = this;
550
+ var _a;
551
+ this.isOpen = true;
552
+ var positionStrategy = this.overlay
553
+ .position()
554
+ .flexibleConnectedTo(this.element)
555
+ .withPositions([
556
+ new overlay.ConnectionPositionPair({ originX: this.positionX, originY: this.positionY }, { overlayX: this.positionX, overlayY: this.positionY === "bottom" ? "top" : "bottom" }),
557
+ new overlay.ConnectionPositionPair({ originX: "start", originY: "bottom" }, { overlayX: "start", overlayY: "top" }),
558
+ new overlay.ConnectionPositionPair({ originX: "end", originY: "top" }, { overlayX: "end", overlayY: "bottom" }),
559
+ ])
560
+ .withPush(true);
561
+ var config = new overlay.OverlayConfig({
562
+ hasBackdrop: true,
563
+ positionStrategy: positionStrategy,
564
+ scrollStrategy: this.overlay.scrollStrategies.reposition(),
565
+ backdropClass: "cdk-overlay-transparent-backdrop",
566
+ });
567
+ this.overlayRef = this.overlay.create(config);
568
+ var tempRef = new portal.ComponentPortal(TzDpContainerComponent, this.viewContainerRef, core.Injector.create({
569
+ providers: [
570
+ { provide: CONTAINER_DATA, useValue: { messages: this.dateMessages, date: ((_a = this.control) === null || _a === void 0 ? void 0 : _a.control.value) || this.date, dpConfig: this.dpConfig, datesDisabled: this.dpDisabledDates, dateChange: this.applyDate.bind(this) } },
571
+ ]
572
+ }));
573
+ this.overlayRef.attach(tempRef);
574
+ this.overlayRef
575
+ .backdropClick()
576
+ .pipe(operators.take(1))
577
+ .subscribe(function () {
578
+ _this.close();
579
+ });
580
+ };
581
+ TzDatepickerDirective.prototype.applyDate = function (date) {
582
+ var _a;
583
+ this.dateChange.emit(date);
584
+ (_a = this.control) === null || _a === void 0 ? void 0 : _a.control.patchValue(date);
585
+ this.date = date;
586
+ this.close();
587
+ };
588
+ TzDatepickerDirective.prototype.close = function () {
589
+ this.isOpen = false;
590
+ this.overlayRef.detach();
591
+ this.overlayRef.dispose();
592
+ };
593
+ return TzDatepickerDirective;
594
+ }());
595
+ TzDatepickerDirective.decorators = [
596
+ { type: core.Directive, args: [{
597
+ selector: "input[misTzDp]",
598
+ },] }
599
+ ];
600
+ TzDatepickerDirective.ctorParameters = function () { return [
601
+ { type: forms.NgControl, decorators: [{ type: core.Self }, { type: core.Optional }] },
602
+ { type: core.ElementRef },
603
+ { type: overlay.Overlay },
604
+ { type: core.ViewContainerRef }
605
+ ]; };
606
+ TzDatepickerDirective.propDecorators = {
607
+ dpConfig: [{ type: core.Input }],
608
+ selectedDate: [{ type: core.Input }],
609
+ datesDisabled: [{ type: core.Input }],
610
+ dateMessages: [{ type: core.Input }],
611
+ positionX: [{ type: core.Input }],
612
+ positionY: [{ type: core.Input }],
613
+ dateChange: [{ type: core.Output }],
614
+ toggleDatePicker: [{ type: core.HostListener, args: ["click",] }]
615
+ };
616
+
617
+ var DatepickerModuleV2 = /** @class */ (function () {
618
+ function DatepickerModuleV2() {
619
+ }
620
+ return DatepickerModuleV2;
621
+ }());
622
+ DatepickerModuleV2.decorators = [
623
+ { type: core.NgModule, args: [{
624
+ declarations: [TzDpContainerComponent, TzDatepickerDirective],
625
+ imports: [common.CommonModule, toast.ToastModule.forRoot()],
626
+ exports: [TzDpContainerComponent, TzDatepickerDirective],
627
+ entryComponents: [TzDpContainerComponent]
628
+ },] }
629
+ ];
630
+
631
+ /**
632
+ * Generated bundle index. Do not edit.
633
+ */
634
+
635
+ exports.DatepickerModuleV2 = DatepickerModuleV2;
636
+ exports.TzDatepickerDirective = TzDatepickerDirective;
637
+ exports.ɵb = TzDpContainerComponent;
638
+ exports.ɵc = CONTAINER_DATA;
639
+
640
+ Object.defineProperty(exports, '__esModule', { value: true });
641
+
642
+ })));
643
+ //# sourceMappingURL=mis-crystal-design-system-datepicker_v2.umd.js.map