@luftborn/custom-elements 2.8.2 → 2.8.4
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.
- package/demo/index.js +301 -81
- package/demo/index.min.js +300 -80
- package/demo/index.min.js.map +1 -1
- package/dist/elements/CustomFormatDateFieldElement/CustomDatepicker/CustomDatepicker.d.ts +4 -0
- package/dist/elements/CustomFormatDateFieldElement/CustomDatepicker/CustomDatepicker.js +16 -8
- package/dist/elements/CustomFormatDateFieldElement/CustomDatepicker/CustomDatepicker.js.map +1 -1
- package/dist/elements/CustomFormatDateFieldElement/CustomDatepicker/CustomDatepickerUtils.d.ts +1 -1
- package/dist/elements/CustomFormatDateFieldElement/CustomDatepicker/CustomDatepickerUtils.js +6 -3
- package/dist/elements/CustomFormatDateFieldElement/CustomDatepicker/CustomDatepickerUtils.js.map +1 -1
- package/dist/elements/CustomFormatDateFieldElement/CustomDatepicker/DatepickerTranslations.d.ts +2 -0
- package/dist/elements/CustomFormatDateFieldElement/CustomDatepicker/DatepickerTranslations.js +194 -0
- package/dist/elements/CustomFormatDateFieldElement/CustomDatepicker/DatepickerTranslations.js.map +1 -0
- package/dist/elements/CustomFormatDateFieldElement/CustomFormatDateFieldElement.d.ts +5 -0
- package/dist/elements/CustomFormatDateFieldElement/CustomFormatDateFieldElement.js +15 -1
- package/dist/elements/CustomFormatDateFieldElement/CustomFormatDateFieldElement.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/CustomFormatDateFieldElement/CustomDatepicker/CustomDatepicker.ts +20 -9
- package/src/elements/CustomFormatDateFieldElement/CustomDatepicker/CustomDatepickerUtils.ts +6 -3
- package/src/elements/CustomFormatDateFieldElement/CustomDatepicker/DatepickerTranslations.ts +188 -0
- package/src/elements/CustomFormatDateFieldElement/CustomFormatDateFieldElement.ts +18 -1
package/demo/index.min.js
CHANGED
|
@@ -11,7 +11,7 @@ document.onreadystatechange = function () {
|
|
|
11
11
|
}
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
-
},{"./../src/index":
|
|
14
|
+
},{"./../src/index":77}],2:[function(require,module,exports){
|
|
15
15
|
/**
|
|
16
16
|
@license @nocompile
|
|
17
17
|
Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
|
|
@@ -2367,7 +2367,7 @@ var CustomForm = /** @class */ (function () {
|
|
|
2367
2367
|
}());
|
|
2368
2368
|
exports.CustomForm = CustomForm;
|
|
2369
2369
|
|
|
2370
|
-
},{"./elements/FileField/FileFieldElement":
|
|
2370
|
+
},{"./elements/FileField/FileFieldElement":25,"./framework/Utilities/ArrayUtil":61,"./framework/Utilities/MakeRequest":64}],10:[function(require,module,exports){
|
|
2371
2371
|
"use strict";
|
|
2372
2372
|
var __extends = (this && this.__extends) || (function () {
|
|
2373
2373
|
var extendStatics = function (d, b) {
|
|
@@ -2575,7 +2575,7 @@ var AddressElement = /** @class */ (function (_super) {
|
|
|
2575
2575
|
}(CustomInputElement_1.CustomInputElement));
|
|
2576
2576
|
exports.AddressElement = AddressElement;
|
|
2577
2577
|
|
|
2578
|
-
},{"../../framework/CustomEvents":
|
|
2578
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/Language/Translator":59,"../../framework/Polyfills/getAttributeNamesPolyfill":60,"../../framework/Utilities/debouncer":67,"../../framework/custom-element.decorator":76}],11:[function(require,module,exports){
|
|
2579
2579
|
"use strict";
|
|
2580
2580
|
var __extends = (this && this.__extends) || (function () {
|
|
2581
2581
|
var extendStatics = function (d, b) {
|
|
@@ -2704,7 +2704,7 @@ var BankFieldElement = /** @class */ (function (_super) {
|
|
|
2704
2704
|
}(CustomInputElement_1.CustomInputElement));
|
|
2705
2705
|
exports.BankFieldElement = BankFieldElement;
|
|
2706
2706
|
|
|
2707
|
-
},{"../../framework/CustomEvents":
|
|
2707
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/Language/Translator":59,"../../framework/Validation/Validators/BankAccount":68,"../../framework/Validation/Validators/BankAccountRegistrationNumber":69,"../../framework/custom-element.decorator":76}],12:[function(require,module,exports){
|
|
2708
2708
|
"use strict";
|
|
2709
2709
|
var __extends = (this && this.__extends) || (function () {
|
|
2710
2710
|
var extendStatics = function (d, b) {
|
|
@@ -2788,7 +2788,7 @@ var CPRElement = /** @class */ (function (_super) {
|
|
|
2788
2788
|
}(CustomInputElement_1.CustomInputElement));
|
|
2789
2789
|
exports.CPRElement = CPRElement;
|
|
2790
2790
|
|
|
2791
|
-
},{"../../framework/CustomEvents":
|
|
2791
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/Validation/Validators/CPR":72,"../../framework/custom-element.decorator":76}],13:[function(require,module,exports){
|
|
2792
2792
|
"use strict";
|
|
2793
2793
|
var __extends = (this && this.__extends) || (function () {
|
|
2794
2794
|
var extendStatics = function (d, b) {
|
|
@@ -2872,7 +2872,7 @@ var CVRElement = /** @class */ (function (_super) {
|
|
|
2872
2872
|
}(CustomInputElement_1.CustomInputElement));
|
|
2873
2873
|
exports.CVRElement = CVRElement;
|
|
2874
2874
|
|
|
2875
|
-
},{"../../framework/CustomEvents":
|
|
2875
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/Validation/Validators/CVR":73,"../../framework/custom-element.decorator":76}],14:[function(require,module,exports){
|
|
2876
2876
|
"use strict";
|
|
2877
2877
|
var __extends = (this && this.__extends) || (function () {
|
|
2878
2878
|
var extendStatics = function (d, b) {
|
|
@@ -2970,13 +2970,16 @@ var CheckBoxElement = /** @class */ (function (_super) {
|
|
|
2970
2970
|
}(CustomInputElement_1.CustomInputElement));
|
|
2971
2971
|
exports.CheckBoxElement = CheckBoxElement;
|
|
2972
2972
|
|
|
2973
|
-
},{"../../framework/CustomEvents":
|
|
2973
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/Utilities/StringUtil":65,"../../framework/custom-element.decorator":76}],15:[function(require,module,exports){
|
|
2974
2974
|
"use strict";
|
|
2975
2975
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2976
2976
|
var CustomDatepickerStyles_1 = require("./CustomDatepickerStyles");
|
|
2977
2977
|
var CustomDatepickerUtils_1 = require("./CustomDatepickerUtils");
|
|
2978
|
+
var DatepickerTranslations_1 = require("./DatepickerTranslations");
|
|
2978
2979
|
var CustomDatepicker = /** @class */ (function () {
|
|
2979
2980
|
function CustomDatepicker(options) {
|
|
2981
|
+
this.months = [];
|
|
2982
|
+
this.daysOfWeek = [];
|
|
2980
2983
|
this.input = options.input;
|
|
2981
2984
|
this.dateFormat = CustomDatepickerUtils_1.supportedDateFormats.includes(options.dateFormat) ? options.dateFormat : CustomDatepickerUtils_1.defaultDateFormat;
|
|
2982
2985
|
this.otherTriggers = options.otherTriggers || [];
|
|
@@ -2992,6 +2995,9 @@ var CustomDatepicker = /** @class */ (function () {
|
|
|
2992
2995
|
this.lastDayOfMonth = new Date(this.currentYear, this.currentMonth + 1, 0);
|
|
2993
2996
|
this.firstDay = this.firstDayOfMonth.getDay();
|
|
2994
2997
|
this.lastDay = this.lastDayOfMonth.getDate();
|
|
2998
|
+
this.language = options.language || 'en';
|
|
2999
|
+
this.months = (0, DatepickerTranslations_1.GetMonths)(this.language);
|
|
3000
|
+
this.daysOfWeek = (0, DatepickerTranslations_1.GetWeekdays)(options.language, 'short');
|
|
2995
3001
|
this.createDatePickerElements();
|
|
2996
3002
|
this.renderCalendar();
|
|
2997
3003
|
this.initSelectMonthYear();
|
|
@@ -3077,11 +3083,12 @@ var CustomDatepicker = /** @class */ (function () {
|
|
|
3077
3083
|
};
|
|
3078
3084
|
CustomDatepicker.prototype.renderCalendar = function () {
|
|
3079
3085
|
var _this = this;
|
|
3080
|
-
|
|
3086
|
+
var monthName = this.months[this.currentMonth];
|
|
3087
|
+
this.monthYear.innerHTML = monthName.charAt(0).toUpperCase() + monthName.slice(1) + ' ' + this.currentYear;
|
|
3081
3088
|
this.weekdays.innerHTML = '';
|
|
3082
|
-
for (var i = 0; i <
|
|
3089
|
+
for (var i = 0; i < this.daysOfWeek.length; i++) {
|
|
3083
3090
|
var span = document.createElement('span');
|
|
3084
|
-
span.innerHTML =
|
|
3091
|
+
span.innerHTML = this.daysOfWeek[i];
|
|
3085
3092
|
this.weekdays.appendChild(span);
|
|
3086
3093
|
}
|
|
3087
3094
|
this.days.innerHTML = '';
|
|
@@ -3128,7 +3135,7 @@ var CustomDatepicker = /** @class */ (function () {
|
|
|
3128
3135
|
selectedDayElement.classList.remove('selected-day');
|
|
3129
3136
|
}
|
|
3130
3137
|
span.classList.add('selected-day');
|
|
3131
|
-
var formattedDate = (0, CustomDatepickerUtils_1.formatDate)(_this.selectedDate, _this.dateFormat);
|
|
3138
|
+
var formattedDate = (0, CustomDatepickerUtils_1.formatDate)(_this.selectedDate, _this.dateFormat, _this.language);
|
|
3132
3139
|
_this.input.value = formattedDate;
|
|
3133
3140
|
_this.showPicker(false);
|
|
3134
3141
|
};
|
|
@@ -3152,17 +3159,18 @@ var CustomDatepicker = /** @class */ (function () {
|
|
|
3152
3159
|
monthsContainer.classList.add('months');
|
|
3153
3160
|
var _loop_2 = function (i) {
|
|
3154
3161
|
var span = document.createElement('span');
|
|
3155
|
-
span.innerHTML =
|
|
3162
|
+
span.innerHTML = this_2.months[i].substring(0, 3);
|
|
3156
3163
|
span.classList.add('select-month');
|
|
3157
3164
|
monthsContainer.appendChild(span);
|
|
3158
3165
|
span.onclick = function () {
|
|
3159
|
-
_this.selectedMonth =
|
|
3166
|
+
_this.selectedMonth = _this.months.findIndex(function (month) { return month.substring(0, 3) === span.innerHTML; });
|
|
3160
3167
|
var moveMonthSteps = (_this.selectedYear - _this.currentYear) * 12 + _this.selectedMonth - _this.currentMonth;
|
|
3161
3168
|
_this.moveMonth(moveMonthSteps);
|
|
3162
3169
|
_this.hideSelectMonthYear();
|
|
3163
3170
|
};
|
|
3164
3171
|
};
|
|
3165
|
-
|
|
3172
|
+
var this_2 = this;
|
|
3173
|
+
for (var i = 0; i < this.months.length; i++) {
|
|
3166
3174
|
_loop_2(i);
|
|
3167
3175
|
}
|
|
3168
3176
|
for (var i = this.currentYear - 100; i < this.currentYear + 100; i++) {
|
|
@@ -3265,7 +3273,7 @@ var CustomDatepicker = /** @class */ (function () {
|
|
|
3265
3273
|
}
|
|
3266
3274
|
};
|
|
3267
3275
|
CustomDatepicker.prototype.setDateForToday = function () {
|
|
3268
|
-
this.input.value = (0, CustomDatepickerUtils_1.formatDate)(this.selectedDate, this.dateFormat);
|
|
3276
|
+
this.input.value = (0, CustomDatepickerUtils_1.formatDate)(this.selectedDate, this.dateFormat, this.language);
|
|
3269
3277
|
this.showPicker(false);
|
|
3270
3278
|
};
|
|
3271
3279
|
CustomDatepicker.prototype.addEventListeners = function () {
|
|
@@ -3298,7 +3306,7 @@ var CustomDatepicker = /** @class */ (function () {
|
|
|
3298
3306
|
}());
|
|
3299
3307
|
exports.default = CustomDatepicker;
|
|
3300
3308
|
|
|
3301
|
-
},{"./CustomDatepickerStyles":16,"./CustomDatepickerUtils":17}],16:[function(require,module,exports){
|
|
3309
|
+
},{"./CustomDatepickerStyles":16,"./CustomDatepickerUtils":17,"./DatepickerTranslations":18}],16:[function(require,module,exports){
|
|
3302
3310
|
"use strict";
|
|
3303
3311
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3304
3312
|
exports.CustomDatepickerStyles = void 0;
|
|
@@ -3308,6 +3316,7 @@ exports.CustomDatepickerStyles = "\n .datepicker {\n position: fixed;\
|
|
|
3308
3316
|
"use strict";
|
|
3309
3317
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3310
3318
|
exports.isMobileDevice = exports.formatDate = exports.supportedDateFormats = exports.defaultDateFormat = exports.daysOfWeek = exports.months = void 0;
|
|
3319
|
+
var DatepickerTranslations_1 = require("./DatepickerTranslations");
|
|
3311
3320
|
exports.months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
|
|
3312
3321
|
exports.daysOfWeek = ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'];
|
|
3313
3322
|
exports.defaultDateFormat = 'yyyy-mm-dd';
|
|
@@ -3324,11 +3333,13 @@ exports.supportedDateFormats = [
|
|
|
3324
3333
|
'mm/dd/yy',
|
|
3325
3334
|
'dd/mm/yy',
|
|
3326
3335
|
];
|
|
3327
|
-
function formatDate(date, dateFormat) {
|
|
3336
|
+
function formatDate(date, dateFormat, language) {
|
|
3337
|
+
if (language === void 0) { language = 'en'; }
|
|
3328
3338
|
var year = date.getFullYear();
|
|
3329
3339
|
var month = (date.getMonth() + 1).toString().padStart(2, '0');
|
|
3330
3340
|
var day = date.getDate().toString().padStart(2, '0');
|
|
3331
|
-
var monthName =
|
|
3341
|
+
var monthName = (0, DatepickerTranslations_1.GetMonths)(language)[date.getMonth()];
|
|
3342
|
+
var capitalizedMonthName = monthName.charAt(0).toUpperCase() + monthName.slice(1);
|
|
3332
3343
|
var dateFormats = {
|
|
3333
3344
|
'ddmmyyyy': "" + day + month + year,
|
|
3334
3345
|
'mmddyyyy': "" + month + day + year,
|
|
@@ -3338,7 +3349,7 @@ function formatDate(date, dateFormat) {
|
|
|
3338
3349
|
'mm-dd-yyyy': month + "-" + day + "-" + year,
|
|
3339
3350
|
'yyyy-mm-dd': year + "-" + month + "-" + day,
|
|
3340
3351
|
'yyyy-dd-mm': year + "-" + day + "-" + month,
|
|
3341
|
-
'Month dd, yyyy':
|
|
3352
|
+
'Month dd, yyyy': capitalizedMonthName + " " + day + ", " + year,
|
|
3342
3353
|
'mm/dd/yy': month + "/" + day + "/" + year.toString().slice(-2),
|
|
3343
3354
|
'dd/mm/yy': day + "/" + month + "/" + year.toString().slice(-2),
|
|
3344
3355
|
};
|
|
@@ -3350,7 +3361,202 @@ function isMobileDevice() {
|
|
|
3350
3361
|
}
|
|
3351
3362
|
exports.isMobileDevice = isMobileDevice;
|
|
3352
3363
|
|
|
3353
|
-
},{}],18:[function(require,module,exports){
|
|
3364
|
+
},{"./DatepickerTranslations":18}],18:[function(require,module,exports){
|
|
3365
|
+
"use strict";
|
|
3366
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3367
|
+
exports.GetMonths = exports.GetWeekdays = void 0;
|
|
3368
|
+
function GetWeekdays(language, type) {
|
|
3369
|
+
if (language === void 0) { language = 'en'; }
|
|
3370
|
+
if (type === void 0) { type = 'wide'; }
|
|
3371
|
+
language = supportedLanguages.includes(language) ? language : 'en';
|
|
3372
|
+
return weekdays[language][type];
|
|
3373
|
+
}
|
|
3374
|
+
exports.GetWeekdays = GetWeekdays;
|
|
3375
|
+
function GetMonths(language, type) {
|
|
3376
|
+
if (language === void 0) { language = 'en'; }
|
|
3377
|
+
if (type === void 0) { type = 'wide'; }
|
|
3378
|
+
language = supportedLanguages.includes(language) ? language : 'en';
|
|
3379
|
+
return months[language][type];
|
|
3380
|
+
}
|
|
3381
|
+
exports.GetMonths = GetMonths;
|
|
3382
|
+
var supportedLanguages = ['en', 'sv', 'de', 'fr', 'it', 'es', 'cs', 'pt', 'pl', 'nl', 'no', 'da', 'el', 'fi', 'is', 'et', 'lv', 'lt', 'hu'];
|
|
3383
|
+
var weekdays = {
|
|
3384
|
+
'en': {
|
|
3385
|
+
'short': ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
|
|
3386
|
+
'abbreviated': ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
|
|
3387
|
+
'wide': ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']
|
|
3388
|
+
},
|
|
3389
|
+
'sv': {
|
|
3390
|
+
'short': ['sö', 'må', 'ti', 'on', 'to', 'fr', 'lö'],
|
|
3391
|
+
'abbreviated': ['sön', 'mån', 'tis', 'ons', 'tor', 'fre', 'lör'],
|
|
3392
|
+
'wide': ['söndag', 'måndag', 'tisdag', 'onsdag', 'torsdag', 'fredag', 'lördag']
|
|
3393
|
+
},
|
|
3394
|
+
'de': {
|
|
3395
|
+
'short': ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'],
|
|
3396
|
+
'abbreviated': ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'],
|
|
3397
|
+
'wide': ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag']
|
|
3398
|
+
},
|
|
3399
|
+
'fr': {
|
|
3400
|
+
'short': ['Di', 'Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa'],
|
|
3401
|
+
'abbreviated': ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'],
|
|
3402
|
+
'wide': ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi']
|
|
3403
|
+
},
|
|
3404
|
+
'it': {
|
|
3405
|
+
'short': ['do', 'lu', 'ma', 'me', 'gi', 've', 'sa'],
|
|
3406
|
+
'abbreviated': ['dom', 'lun', 'mar', 'mer', 'gio', 'ven', 'sab'],
|
|
3407
|
+
'wide': ['domenica', 'lunedì', 'martedì', 'mercoledì', 'giovedì', 'venerdì', 'sabato']
|
|
3408
|
+
},
|
|
3409
|
+
'es': {
|
|
3410
|
+
'short': ['do', 'lu', 'ma', 'mi', 'ju', 'vi', 'sá'],
|
|
3411
|
+
'abbreviated': ['dom', 'lun', 'mar', 'mié', 'jue', 'vie', 'sáb'],
|
|
3412
|
+
'wide': ['domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado']
|
|
3413
|
+
},
|
|
3414
|
+
'cs': {
|
|
3415
|
+
'short': ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'],
|
|
3416
|
+
'abbreviated': ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'],
|
|
3417
|
+
'wide': ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota']
|
|
3418
|
+
},
|
|
3419
|
+
'pt': {
|
|
3420
|
+
'short': ['do', '2ª', '3ª', '4ª', '5ª', '6ª', 'sá'],
|
|
3421
|
+
'abbreviated': ['dom', '2ª', '3ª', '4ª', '5ª', '6ª', 'sáb'],
|
|
3422
|
+
'wide': ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado']
|
|
3423
|
+
},
|
|
3424
|
+
'pl': {
|
|
3425
|
+
'short': ['nd', 'pn', 'wt', 'śr', 'cz', 'pt', 'so'],
|
|
3426
|
+
'abbreviated': ['nd', 'pn', 'wt', 'śr', 'cz', 'pt', 'so'],
|
|
3427
|
+
'wide': ['niedziela', 'poniedziałek', 'wtorek', 'środa', 'czwartek', 'piątek', 'sobota']
|
|
3428
|
+
},
|
|
3429
|
+
'nl': {
|
|
3430
|
+
'short': ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],
|
|
3431
|
+
'abbreviated': ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],
|
|
3432
|
+
'wide': ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag']
|
|
3433
|
+
},
|
|
3434
|
+
'no': {
|
|
3435
|
+
'short': ['sø', 'ma', 'ti', 'on', 'to', 'fr', 'lø'],
|
|
3436
|
+
'abbreviated': ['sø', 'ma', 'ti', 'on', 'to', 'fr', 'lø'],
|
|
3437
|
+
'wide': ['søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag']
|
|
3438
|
+
},
|
|
3439
|
+
'da': {
|
|
3440
|
+
'short': ['sø', 'ma', 'ti', 'on', 'to', 'fr', 'lø'],
|
|
3441
|
+
'abbreviated': ['sø', 'ma', 'ti', 'on', 'to', 'fr', 'lø'],
|
|
3442
|
+
'wide': ['søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag']
|
|
3443
|
+
},
|
|
3444
|
+
'el': {
|
|
3445
|
+
'short': ['Κυ', 'Δε', 'Τρ', 'Τε', 'Πε', 'Πα', 'Σα'],
|
|
3446
|
+
'abbreviated': ['Κυρ', 'Δευ', 'Τρί', 'Τετ', 'Πέμ', 'Παρ', 'Σάβ'],
|
|
3447
|
+
'wide': ['Κυριακή', 'Δευτέρα', 'Τρίτη', 'Τετάρτη', 'Πέμπτη', 'Παρασκευή', 'Σάββατο']
|
|
3448
|
+
},
|
|
3449
|
+
'fi': {
|
|
3450
|
+
'short': ['su', 'ma', 'ti', 'ke', 'to', 'pe', 'la'],
|
|
3451
|
+
'abbreviated': ['su', 'ma', 'ti', 'ke', 'to', 'pe', 'la'],
|
|
3452
|
+
'wide': ['sunnuntai', 'maanantai', 'tiistai', 'keskiviikko', 'torstai', 'perjantai', 'lauantai']
|
|
3453
|
+
},
|
|
3454
|
+
'is': {
|
|
3455
|
+
'short': ['su', 'má', 'þr', 'mi', 'fi', 'fö', 'la'],
|
|
3456
|
+
'abbreviated': ['sun', 'mán', 'þri', 'mið', 'fim', 'fös', 'lau'],
|
|
3457
|
+
'wide': ['sunnudagur', 'mánudagur', 'þriðjudagur', 'miðvikudagur', 'fimmtudagur', 'föstudagur', 'laugardagur']
|
|
3458
|
+
},
|
|
3459
|
+
'et': {
|
|
3460
|
+
'short': ['P', 'E', 'T', 'K', 'N', 'R', 'L'],
|
|
3461
|
+
'abbreviated': ['P', 'E', 'T', 'K', 'N', 'R', 'L'],
|
|
3462
|
+
'wide': ['pühapäev', 'esmaspäev', 'teisipäev', 'kolmapäev', 'neljapäev', 'reede', 'laupäev']
|
|
3463
|
+
},
|
|
3464
|
+
'lv': {
|
|
3465
|
+
'short': ['Sv', 'P', 'O', 'T', 'C', 'Pk', 'Se'],
|
|
3466
|
+
'abbreviated': ['Sv', 'P', 'O', 'T', 'C', 'Pk', 'Se'],
|
|
3467
|
+
'wide': ['svētdiena', 'pirmdiena', 'otrdiena', 'trešdiena', 'ceturtdiena', 'piektdiena', 'sestdiena']
|
|
3468
|
+
},
|
|
3469
|
+
'lt': {
|
|
3470
|
+
'short': ['Sk', 'Pr', 'An', 'Tr', 'Kt', 'Pn', 'Št'],
|
|
3471
|
+
'abbreviated': ['Sk', 'Pr', 'An', 'Tr', 'Kt', 'Pn', 'Št'],
|
|
3472
|
+
'wide': ['sekmadienis', 'pirmadienis', 'antradienis', 'trečiadienis', 'ketvirtadienis', 'penktadienis', 'šeštadienis']
|
|
3473
|
+
},
|
|
3474
|
+
'hu': {
|
|
3475
|
+
'short': ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'],
|
|
3476
|
+
'abbreviated': ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'],
|
|
3477
|
+
'wide': ['vasárnap', 'hétfő', 'kedd', 'szerda', 'csütörtök', 'péntek', 'szombat']
|
|
3478
|
+
},
|
|
3479
|
+
};
|
|
3480
|
+
var months = {
|
|
3481
|
+
'en': {
|
|
3482
|
+
'abbreviated': ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
|
|
3483
|
+
'wide': ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
|
|
3484
|
+
},
|
|
3485
|
+
'sv': {
|
|
3486
|
+
'abbreviated': ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
|
|
3487
|
+
'wide': ['januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'augusti', 'september', 'oktober', 'november', 'december']
|
|
3488
|
+
},
|
|
3489
|
+
'de': {
|
|
3490
|
+
'abbreviated': ['Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'],
|
|
3491
|
+
'wide': ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember']
|
|
3492
|
+
},
|
|
3493
|
+
'fr': {
|
|
3494
|
+
'abbreviated': ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'],
|
|
3495
|
+
'wide': ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre']
|
|
3496
|
+
},
|
|
3497
|
+
'it': {
|
|
3498
|
+
'abbreviated': ['gen', 'feb', 'mar', 'apr', 'mag', 'giu', 'lug', 'ago', 'set', 'ott', 'nov', 'dic'],
|
|
3499
|
+
'wide': ['gennaio', 'febbraio', 'marzo', 'aprile', 'maggio', 'giugno', 'luglio', 'agosto', 'settembre', 'ottobre', 'novembre', 'dicembre']
|
|
3500
|
+
},
|
|
3501
|
+
'es': {
|
|
3502
|
+
'abbreviated': ['ene', 'feb', 'mar', 'abr', 'may', 'jun', 'jul', 'ago', 'sep', 'oct', 'nov', 'dic'],
|
|
3503
|
+
'wide': ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre']
|
|
3504
|
+
},
|
|
3505
|
+
'pt': {
|
|
3506
|
+
'abbreviated': ['jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez'],
|
|
3507
|
+
'wide': ['janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro']
|
|
3508
|
+
},
|
|
3509
|
+
'cs': {
|
|
3510
|
+
'abbreviated': ['led', 'úno', 'bře', 'dub', 'kvě', 'čer', 'čvc', 'srp', 'zář', 'říj', 'lis', 'pro'],
|
|
3511
|
+
'wide': ['leden', 'únor', 'březen', 'duben', 'květen', 'červen', 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec']
|
|
3512
|
+
},
|
|
3513
|
+
'pl': {
|
|
3514
|
+
'abbreviated': ['sty', 'lut', 'mar', 'kwi', 'maj', 'cze', 'lip', 'sie', 'wrz', 'paź', 'lis', 'gru'],
|
|
3515
|
+
'wide': ['styczeń', 'luty', 'marzec', 'kwiecień', 'maj', 'czerwiec', 'lipiec', 'sierpień', 'wrzesień', 'październik', 'listopad', 'grudzień']
|
|
3516
|
+
},
|
|
3517
|
+
'nl': {
|
|
3518
|
+
'abbreviated': ['jan', 'feb', 'mrt', 'apr', 'mei', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
|
|
3519
|
+
'wide': ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december']
|
|
3520
|
+
},
|
|
3521
|
+
'no': {
|
|
3522
|
+
'abbreviated': ['jan', 'feb', 'mar', 'apr', 'mai', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'des'],
|
|
3523
|
+
'wide': ['januar', 'februar', 'mars', 'april', 'mai', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'desember']
|
|
3524
|
+
},
|
|
3525
|
+
'da': {
|
|
3526
|
+
'abbreviated': ['jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
|
|
3527
|
+
'wide': ['januar', 'februar', 'marts', 'april', 'maj', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'december']
|
|
3528
|
+
},
|
|
3529
|
+
'el': {
|
|
3530
|
+
'abbreviated': ['Ιαν', 'Φεβ', 'Μάρ', 'Απρ', 'Μάι', 'Ιούν', 'Ιούλ', 'Αύγ', 'Σεπ', 'Οκτ', 'Νοέ', 'Δεκ'],
|
|
3531
|
+
'wide': ['Ιανουάριος', 'Φεβρουάριος', 'Μάρτιος', 'Απρίλιος', 'Μάιος', 'Ιούνιος', 'Ιούλιος', 'Αύγουστος', 'Σεπτέμβριος', 'Οκτώβριος', 'Νοέμβριος', 'Δεκέμβριος']
|
|
3532
|
+
},
|
|
3533
|
+
'fi': {
|
|
3534
|
+
'abbreviated': ['tammi', 'helmi', 'maalis', 'huhti', 'touko', 'kesä', 'heinä', 'elo', 'syys', 'lok', 'marras', 'joulu'],
|
|
3535
|
+
'wide': ['tammikuu', 'helmikuu', 'maaliskuu', 'huhtikuu', 'toukokuu', 'kesäkuu', 'heinäkuu', 'elokuu', 'syyskuu', 'lokakuu', 'marraskuu', 'joulukuu']
|
|
3536
|
+
},
|
|
3537
|
+
'is': {
|
|
3538
|
+
'abbreviated': ['jan', 'feb', 'mar', 'apr', 'maí', 'jún', 'júl', 'ágú', 'sep', 'okt', 'nóv', 'des'],
|
|
3539
|
+
'wide': ['janúar', 'febrúar', 'mars', 'apríl', 'maí', 'júní', 'júlí', 'ágúst', 'september', 'október', 'nóvember', 'desember']
|
|
3540
|
+
},
|
|
3541
|
+
'et': {
|
|
3542
|
+
'abbreviated': ['jaan', 'veebr', 'märts', 'apr', 'mai', 'juuni', 'juuli', 'aug', 'sept', 'okt', 'nov', 'dets'],
|
|
3543
|
+
'wide': ['jaanuar', 'veebruar', 'märts', 'aprill', 'mai', 'juuni', 'juuli', 'august', 'september', 'oktoober', 'november', 'detsember']
|
|
3544
|
+
},
|
|
3545
|
+
'lv': {
|
|
3546
|
+
'abbreviated': ['jan', 'feb', 'mar', 'apr', 'mai', 'jūn', 'jūl', 'aug', 'sep', 'okt', 'nov', 'dec'],
|
|
3547
|
+
'wide': ['janvāris', 'februāris', 'marts', 'aprīlis', 'maijs', 'jūnijs', 'jūlijs', 'augusts', 'septembris', 'oktobris', 'novembris', 'decembris']
|
|
3548
|
+
},
|
|
3549
|
+
'lt': {
|
|
3550
|
+
'abbreviated': ['sau', 'vas', 'kov', 'bal', 'geg', 'bir', 'lie', 'rugp', 'rugs', 'spal', 'lapkr', 'gruod'],
|
|
3551
|
+
'wide': ['sausis', 'vasaris', 'kovas', 'balandis', 'gegužė', 'birželis', 'liepa', 'rugpjūtis', 'rugsėjis', 'spalis', 'lapkritis', 'gruodis']
|
|
3552
|
+
},
|
|
3553
|
+
'hu': {
|
|
3554
|
+
'abbreviated': ['jan', 'feb', 'már', 'ápr', 'máj', 'jún', 'júl', 'aug', 'szept', 'okt', 'nov', 'dec'],
|
|
3555
|
+
'wide': ['január', 'február', 'március', 'április', 'május', 'június', 'július', 'augusztus', 'szeptember', 'október', 'november', 'december']
|
|
3556
|
+
},
|
|
3557
|
+
};
|
|
3558
|
+
|
|
3559
|
+
},{}],19:[function(require,module,exports){
|
|
3354
3560
|
"use strict";
|
|
3355
3561
|
var __extends = (this && this.__extends) || (function () {
|
|
3356
3562
|
var extendStatics = function (d, b) {
|
|
@@ -3406,6 +3612,7 @@ var CustomFormatDateFieldElement = /** @class */ (function (_super) {
|
|
|
3406
3612
|
_super.prototype.connectedCallback.call(this);
|
|
3407
3613
|
};
|
|
3408
3614
|
CustomFormatDateFieldElement.prototype.initChildInputs = function () {
|
|
3615
|
+
var _a;
|
|
3409
3616
|
this.date = _super.prototype.getChildInput.call(this, '#date-field');
|
|
3410
3617
|
this.pickerTrigger = this.getChildElement('#picker-trigger');
|
|
3411
3618
|
this.dateFormat = CustomDatepickerUtils_1.supportedDateFormats.includes(this.dateFormat) ? this.dateFormat : CustomDatepickerUtils_1.defaultDateFormat;
|
|
@@ -3420,6 +3627,7 @@ var CustomFormatDateFieldElement = /** @class */ (function (_super) {
|
|
|
3420
3627
|
if (this.min) {
|
|
3421
3628
|
this.date.setAttribute('min', this.min);
|
|
3422
3629
|
}
|
|
3630
|
+
this.language = ((_a = this.attributes.getNamedItem('language')) === null || _a === void 0 ? void 0 : _a.value) || 'en';
|
|
3423
3631
|
this.initCustomPicker();
|
|
3424
3632
|
};
|
|
3425
3633
|
// events
|
|
@@ -3431,12 +3639,24 @@ var CustomFormatDateFieldElement = /** @class */ (function (_super) {
|
|
|
3431
3639
|
this.valid;
|
|
3432
3640
|
this.onValidate.emit(new CustomEvents_1.CustomElementEventArgs(this.value, 'validate'));
|
|
3433
3641
|
};
|
|
3642
|
+
CustomFormatDateFieldElement.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
|
|
3643
|
+
this.attributeChanged(name, oldValue, newValue);
|
|
3644
|
+
};
|
|
3645
|
+
CustomFormatDateFieldElement.prototype.attributeChanged = function (name, oldValue, newValue) {
|
|
3646
|
+
switch (name) {
|
|
3647
|
+
case 'language':
|
|
3648
|
+
this.language = newValue;
|
|
3649
|
+
this.initCustomPicker();
|
|
3650
|
+
break;
|
|
3651
|
+
}
|
|
3652
|
+
};
|
|
3434
3653
|
CustomFormatDateFieldElement.prototype.initCustomPicker = function () {
|
|
3435
|
-
new CustomDatepicker_1.default({
|
|
3654
|
+
this.datePicker = new CustomDatepicker_1.default({
|
|
3436
3655
|
input: this.date,
|
|
3437
3656
|
dateFormat: this.dateFormat,
|
|
3438
3657
|
otherTriggers: [this.pickerTrigger],
|
|
3439
3658
|
parentElement: this,
|
|
3659
|
+
language: this.language,
|
|
3440
3660
|
});
|
|
3441
3661
|
};
|
|
3442
3662
|
CustomFormatDateFieldElement = __decorate([
|
|
@@ -3451,7 +3671,7 @@ var CustomFormatDateFieldElement = /** @class */ (function (_super) {
|
|
|
3451
3671
|
}(CustomInputElement_1.CustomInputElement));
|
|
3452
3672
|
exports.CustomFormatDateFieldElement = CustomFormatDateFieldElement;
|
|
3453
3673
|
|
|
3454
|
-
},{"../../framework/CustomEvents":
|
|
3674
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/custom-element.decorator":76,"./CustomDatepicker/CustomDatepicker":15,"./CustomDatepicker/CustomDatepickerUtils":17}],20:[function(require,module,exports){
|
|
3455
3675
|
"use strict";
|
|
3456
3676
|
var __extends = (this && this.__extends) || (function () {
|
|
3457
3677
|
var extendStatics = function (d, b) {
|
|
@@ -3544,7 +3764,7 @@ var CustomRegularExpressionElement = /** @class */ (function (_super) {
|
|
|
3544
3764
|
}(CustomInputElement_1.CustomInputElement));
|
|
3545
3765
|
exports.CustomRegularExpressionElement = CustomRegularExpressionElement;
|
|
3546
3766
|
|
|
3547
|
-
},{"../../framework/CustomEvents":
|
|
3767
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/custom-element.decorator":76}],21:[function(require,module,exports){
|
|
3548
3768
|
"use strict";
|
|
3549
3769
|
var __extends = (this && this.__extends) || (function () {
|
|
3550
3770
|
var extendStatics = function (d, b) {
|
|
@@ -3631,7 +3851,7 @@ var DateFieldElement = /** @class */ (function (_super) {
|
|
|
3631
3851
|
}(CustomInputElement_1.CustomInputElement));
|
|
3632
3852
|
exports.DateFieldElement = DateFieldElement;
|
|
3633
3853
|
|
|
3634
|
-
},{"../../framework/CustomEvents":
|
|
3854
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/custom-element.decorator":76}],22:[function(require,module,exports){
|
|
3635
3855
|
"use strict";
|
|
3636
3856
|
var __extends = (this && this.__extends) || (function () {
|
|
3637
3857
|
var extendStatics = function (d, b) {
|
|
@@ -3732,7 +3952,7 @@ var DropDownListElement = /** @class */ (function (_super) {
|
|
|
3732
3952
|
}(CustomInputElement_1.CustomInputElement));
|
|
3733
3953
|
exports.DropDownListElement = DropDownListElement;
|
|
3734
3954
|
|
|
3735
|
-
},{"../../framework/CustomEvents":
|
|
3955
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/Utilities/StringUtil":65,"../../framework/custom-element.decorator":76}],23:[function(require,module,exports){
|
|
3736
3956
|
"use strict";
|
|
3737
3957
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3738
3958
|
exports.SECompanyRegistrationElement = exports.SEPersonalNumberElement = exports.TypeAheadElement = exports.BankFieldElement = exports.IdentificationElement = exports.CVRElement = exports.CPRElement = exports.IntPhoneFieldElement = exports.CustomFormatDateFieldElement = exports.DateFieldElement = exports.CustomRegularExpressionElement = exports.NumericFieldElement = exports.FileFieldElement = exports.DropDownListElement = exports.TextAreaElement = exports.RadioButtonGroupElement = exports.CheckBoxElement = exports.EmailFieldElement = exports.TextFieldElement = exports.AddressElement = void 0;
|
|
@@ -3777,7 +3997,7 @@ Object.defineProperty(exports, "SECompanyRegistrationElement", { enumerable: tru
|
|
|
3777
3997
|
var CustomFormatDateFieldElement_1 = require("./CustomFormatDateFieldElement/CustomFormatDateFieldElement");
|
|
3778
3998
|
Object.defineProperty(exports, "CustomFormatDateFieldElement", { enumerable: true, get: function () { return CustomFormatDateFieldElement_1.CustomFormatDateFieldElement; } });
|
|
3779
3999
|
|
|
3780
|
-
},{"./Address/AddressElement":10,"./BankField/BankFieldElement":11,"./CPRElement/CPRElement":12,"./CVRElement/CVRElement":13,"./CheckBoxElement/CheckBoxElement":14,"./CustomFormatDateFieldElement/CustomFormatDateFieldElement":
|
|
4000
|
+
},{"./Address/AddressElement":10,"./BankField/BankFieldElement":11,"./CPRElement/CPRElement":12,"./CVRElement/CVRElement":13,"./CheckBoxElement/CheckBoxElement":14,"./CustomFormatDateFieldElement/CustomFormatDateFieldElement":19,"./CustomRegularExpression/CustomRegularExpressionElement":20,"./DateField/DateFieldElement":21,"./DropDownList/DropDownListElement":22,"./EmailField/EmailFieldElement":24,"./FileField/FileFieldElement":25,"./IdentificationElement/IdentificationElement":26,"./InternationaPhoneNumber/InternationaPhoneNumberElement":29,"./NumericField/NumericFieldElement":30,"./RadioButtonGroup/RadioButtonGroupElement":31,"./SECompanyRegistrationElement/SECompanyRegistrationElement":32,"./SEPersonalNumberElement/SEPersonalNumberElement":33,"./TextAreaElement/TextAreaElement":34,"./TextField/TextFieldElement":35,"./TypeAhead/TypeAheadElement":36}],24:[function(require,module,exports){
|
|
3781
4001
|
"use strict";
|
|
3782
4002
|
var __extends = (this && this.__extends) || (function () {
|
|
3783
4003
|
var extendStatics = function (d, b) {
|
|
@@ -3865,7 +4085,7 @@ var EmailFieldElement = /** @class */ (function (_super) {
|
|
|
3865
4085
|
}(CustomInputElement_1.CustomInputElement));
|
|
3866
4086
|
exports.EmailFieldElement = EmailFieldElement;
|
|
3867
4087
|
|
|
3868
|
-
},{"../../framework/CustomEvents":
|
|
4088
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/custom-element.decorator":76}],25:[function(require,module,exports){
|
|
3869
4089
|
"use strict";
|
|
3870
4090
|
var __extends = (this && this.__extends) || (function () {
|
|
3871
4091
|
var extendStatics = function (d, b) {
|
|
@@ -3970,7 +4190,7 @@ var FileFieldElement = /** @class */ (function (_super) {
|
|
|
3970
4190
|
}(CustomInputElement_1.CustomInputElement));
|
|
3971
4191
|
exports.FileFieldElement = FileFieldElement;
|
|
3972
4192
|
|
|
3973
|
-
},{"../../framework/CustomEvents":
|
|
4193
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/Polyfills/getAttributeNamesPolyfill":60,"../../framework/custom-element.decorator":76}],26:[function(require,module,exports){
|
|
3974
4194
|
"use strict";
|
|
3975
4195
|
var __extends = (this && this.__extends) || (function () {
|
|
3976
4196
|
var extendStatics = function (d, b) {
|
|
@@ -4066,7 +4286,7 @@ var IdentificationElement = /** @class */ (function (_super) {
|
|
|
4066
4286
|
}(CustomInputElement_1.CustomInputElement));
|
|
4067
4287
|
exports.IdentificationElement = IdentificationElement;
|
|
4068
4288
|
|
|
4069
|
-
},{"../../framework/CustomEvents":
|
|
4289
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/Validation/Validators/BankIdNorway":70,"../../framework/Validation/Validators/BankIdSweden":71,"../../framework/Validation/Validators/CPR":72,"../../framework/Validation/Validators/CVR":73,"../../framework/custom-element.decorator":76}],27:[function(require,module,exports){
|
|
4070
4290
|
"use strict";
|
|
4071
4291
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4072
4292
|
function GetFlagsUrl() {
|
|
@@ -4074,7 +4294,7 @@ function GetFlagsUrl() {
|
|
|
4074
4294
|
}
|
|
4075
4295
|
exports.default = GetFlagsUrl;
|
|
4076
4296
|
|
|
4077
|
-
},{}],
|
|
4297
|
+
},{}],28:[function(require,module,exports){
|
|
4078
4298
|
"use strict";
|
|
4079
4299
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4080
4300
|
function GetFlags2XUrl() {
|
|
@@ -4082,7 +4302,7 @@ function GetFlags2XUrl() {
|
|
|
4082
4302
|
}
|
|
4083
4303
|
exports.default = GetFlags2XUrl;
|
|
4084
4304
|
|
|
4085
|
-
},{}],
|
|
4305
|
+
},{}],29:[function(require,module,exports){
|
|
4086
4306
|
"use strict";
|
|
4087
4307
|
var __extends = (this && this.__extends) || (function () {
|
|
4088
4308
|
var extendStatics = function (d, b) {
|
|
@@ -4214,7 +4434,7 @@ var IntPhoneFieldElement = /** @class */ (function (_super) {
|
|
|
4214
4434
|
}(CustomInputElement_1.CustomInputElement));
|
|
4215
4435
|
exports.IntPhoneFieldElement = IntPhoneFieldElement;
|
|
4216
4436
|
|
|
4217
|
-
},{"../../framework/CustomEvents":
|
|
4437
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/Utilities/MakeRequest":64,"../../framework/custom-element.decorator":76,"./Flags":27,"./Flags2x":28,"intl-tel-input":6}],30:[function(require,module,exports){
|
|
4218
4438
|
"use strict";
|
|
4219
4439
|
var __extends = (this && this.__extends) || (function () {
|
|
4220
4440
|
var extendStatics = function (d, b) {
|
|
@@ -4310,7 +4530,7 @@ var NumericFieldElement = /** @class */ (function (_super) {
|
|
|
4310
4530
|
}(CustomInputElement_1.CustomInputElement));
|
|
4311
4531
|
exports.NumericFieldElement = NumericFieldElement;
|
|
4312
4532
|
|
|
4313
|
-
},{"../../framework/CustomEvents":
|
|
4533
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/custom-element.decorator":76}],31:[function(require,module,exports){
|
|
4314
4534
|
"use strict";
|
|
4315
4535
|
var __extends = (this && this.__extends) || (function () {
|
|
4316
4536
|
var extendStatics = function (d, b) {
|
|
@@ -4411,7 +4631,7 @@ var RadioButtonGroupElement = /** @class */ (function (_super) {
|
|
|
4411
4631
|
}(CustomInputElement_1.CustomInputElement));
|
|
4412
4632
|
exports.RadioButtonGroupElement = RadioButtonGroupElement;
|
|
4413
4633
|
|
|
4414
|
-
},{"../../framework/CustomEvents":
|
|
4634
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/Utilities/StringUtil":65,"../../framework/custom-element.decorator":76}],32:[function(require,module,exports){
|
|
4415
4635
|
"use strict";
|
|
4416
4636
|
var __extends = (this && this.__extends) || (function () {
|
|
4417
4637
|
var extendStatics = function (d, b) {
|
|
@@ -4495,7 +4715,7 @@ var SECompanyRegistrationElement = /** @class */ (function (_super) {
|
|
|
4495
4715
|
}(CustomInputElement_1.CustomInputElement));
|
|
4496
4716
|
exports.SECompanyRegistrationElement = SECompanyRegistrationElement;
|
|
4497
4717
|
|
|
4498
|
-
},{"../../framework/CustomEvents":
|
|
4718
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/Validation/Validators/SECompanyRegistration":74,"../../framework/custom-element.decorator":76}],33:[function(require,module,exports){
|
|
4499
4719
|
"use strict";
|
|
4500
4720
|
var __extends = (this && this.__extends) || (function () {
|
|
4501
4721
|
var extendStatics = function (d, b) {
|
|
@@ -4579,7 +4799,7 @@ var SEPersonalNumberElement = /** @class */ (function (_super) {
|
|
|
4579
4799
|
}(CustomInputElement_1.CustomInputElement));
|
|
4580
4800
|
exports.SEPersonalNumberElement = SEPersonalNumberElement;
|
|
4581
4801
|
|
|
4582
|
-
},{"../../framework/CustomEvents":
|
|
4802
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/Validation/Validators/SEPersonalNumber":75,"../../framework/custom-element.decorator":76}],34:[function(require,module,exports){
|
|
4583
4803
|
"use strict";
|
|
4584
4804
|
var __extends = (this && this.__extends) || (function () {
|
|
4585
4805
|
var extendStatics = function (d, b) {
|
|
@@ -4663,7 +4883,7 @@ var TextAreaElement = /** @class */ (function (_super) {
|
|
|
4663
4883
|
}(CustomInputElement_1.CustomInputElement));
|
|
4664
4884
|
exports.TextAreaElement = TextAreaElement;
|
|
4665
4885
|
|
|
4666
|
-
},{"../../framework/CustomEvents":
|
|
4886
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/custom-element.decorator":76}],35:[function(require,module,exports){
|
|
4667
4887
|
"use strict";
|
|
4668
4888
|
var __extends = (this && this.__extends) || (function () {
|
|
4669
4889
|
var extendStatics = function (d, b) {
|
|
@@ -4747,7 +4967,7 @@ var TextFieldElement = /** @class */ (function (_super) {
|
|
|
4747
4967
|
}(CustomInputElement_1.CustomInputElement));
|
|
4748
4968
|
exports.TextFieldElement = TextFieldElement;
|
|
4749
4969
|
|
|
4750
|
-
},{"../../framework/CustomEvents":
|
|
4970
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/custom-element.decorator":76}],36:[function(require,module,exports){
|
|
4751
4971
|
"use strict";
|
|
4752
4972
|
var __extends = (this && this.__extends) || (function () {
|
|
4753
4973
|
var extendStatics = function (d, b) {
|
|
@@ -4961,7 +5181,7 @@ var TypeAheadElement = /** @class */ (function (_super) {
|
|
|
4961
5181
|
}(CustomInputElement_1.CustomInputElement));
|
|
4962
5182
|
exports.TypeAheadElement = TypeAheadElement;
|
|
4963
5183
|
|
|
4964
|
-
},{"../../framework/CustomEvents":
|
|
5184
|
+
},{"../../framework/CustomEvents":37,"../../framework/CustomInputElement":38,"../../framework/Utilities/DomUtility":63,"../../framework/custom-element.decorator":76}],37:[function(require,module,exports){
|
|
4965
5185
|
"use strict";
|
|
4966
5186
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4967
5187
|
exports.CustomElementEvent = exports.CustomElementEventArgs = void 0;
|
|
@@ -5010,7 +5230,7 @@ var CustomElementEvent = /** @class */ (function () {
|
|
|
5010
5230
|
}());
|
|
5011
5231
|
exports.CustomElementEvent = CustomElementEvent;
|
|
5012
5232
|
|
|
5013
|
-
},{}],
|
|
5233
|
+
},{}],38:[function(require,module,exports){
|
|
5014
5234
|
"use strict";
|
|
5015
5235
|
var __extends = (this && this.__extends) || (function () {
|
|
5016
5236
|
var extendStatics = function (d, b) {
|
|
@@ -5272,7 +5492,7 @@ var CustomInputElement = /** @class */ (function (_super) {
|
|
|
5272
5492
|
}(HTMLElement));
|
|
5273
5493
|
exports.CustomInputElement = CustomInputElement;
|
|
5274
5494
|
|
|
5275
|
-
},{"./CustomEvents":
|
|
5495
|
+
},{"./CustomEvents":37,"./Utilities/ArrayUtil":61,"./Utilities/DomUtil":62}],39:[function(require,module,exports){
|
|
5276
5496
|
"use strict";
|
|
5277
5497
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5278
5498
|
var BaseDictionary = /** @class */ (function () {
|
|
@@ -5294,7 +5514,7 @@ var BaseDictionary = /** @class */ (function () {
|
|
|
5294
5514
|
}());
|
|
5295
5515
|
exports.default = BaseDictionary;
|
|
5296
5516
|
|
|
5297
|
-
},{}],
|
|
5517
|
+
},{}],40:[function(require,module,exports){
|
|
5298
5518
|
"use strict";
|
|
5299
5519
|
var __extends = (this && this.__extends) || (function () {
|
|
5300
5520
|
var extendStatics = function (d, b) {
|
|
@@ -5335,7 +5555,7 @@ var CzechDictionary = /** @class */ (function (_super) {
|
|
|
5335
5555
|
}(BaseDictionary_1.default));
|
|
5336
5556
|
exports.default = CzechDictionary;
|
|
5337
5557
|
|
|
5338
|
-
},{"./Base/BaseDictionary":
|
|
5558
|
+
},{"./Base/BaseDictionary":39}],41:[function(require,module,exports){
|
|
5339
5559
|
"use strict";
|
|
5340
5560
|
var __extends = (this && this.__extends) || (function () {
|
|
5341
5561
|
var extendStatics = function (d, b) {
|
|
@@ -5376,7 +5596,7 @@ var DanishDictionary = /** @class */ (function (_super) {
|
|
|
5376
5596
|
}(BaseDictionary_1.default));
|
|
5377
5597
|
exports.default = DanishDictionary;
|
|
5378
5598
|
|
|
5379
|
-
},{"./Base/BaseDictionary":
|
|
5599
|
+
},{"./Base/BaseDictionary":39}],42:[function(require,module,exports){
|
|
5380
5600
|
"use strict";
|
|
5381
5601
|
var __extends = (this && this.__extends) || (function () {
|
|
5382
5602
|
var extendStatics = function (d, b) {
|
|
@@ -5417,7 +5637,7 @@ var DutchDictionary = /** @class */ (function (_super) {
|
|
|
5417
5637
|
}(BaseDictionary_1.default));
|
|
5418
5638
|
exports.default = DutchDictionary;
|
|
5419
5639
|
|
|
5420
|
-
},{"./Base/BaseDictionary":
|
|
5640
|
+
},{"./Base/BaseDictionary":39}],43:[function(require,module,exports){
|
|
5421
5641
|
"use strict";
|
|
5422
5642
|
var __extends = (this && this.__extends) || (function () {
|
|
5423
5643
|
var extendStatics = function (d, b) {
|
|
@@ -5458,7 +5678,7 @@ var EnglishDictionary = /** @class */ (function (_super) {
|
|
|
5458
5678
|
}(BaseDictionary_1.default));
|
|
5459
5679
|
exports.default = EnglishDictionary;
|
|
5460
5680
|
|
|
5461
|
-
},{"./Base/BaseDictionary":
|
|
5681
|
+
},{"./Base/BaseDictionary":39}],44:[function(require,module,exports){
|
|
5462
5682
|
"use strict";
|
|
5463
5683
|
var __extends = (this && this.__extends) || (function () {
|
|
5464
5684
|
var extendStatics = function (d, b) {
|
|
@@ -5499,7 +5719,7 @@ var EstonianDictionary = /** @class */ (function (_super) {
|
|
|
5499
5719
|
}(BaseDictionary_1.default));
|
|
5500
5720
|
exports.default = EstonianDictionary;
|
|
5501
5721
|
|
|
5502
|
-
},{"./Base/BaseDictionary":
|
|
5722
|
+
},{"./Base/BaseDictionary":39}],45:[function(require,module,exports){
|
|
5503
5723
|
"use strict";
|
|
5504
5724
|
var __extends = (this && this.__extends) || (function () {
|
|
5505
5725
|
var extendStatics = function (d, b) {
|
|
@@ -5540,7 +5760,7 @@ var FinnishDictionary = /** @class */ (function (_super) {
|
|
|
5540
5760
|
}(BaseDictionary_1.default));
|
|
5541
5761
|
exports.default = FinnishDictionary;
|
|
5542
5762
|
|
|
5543
|
-
},{"./Base/BaseDictionary":
|
|
5763
|
+
},{"./Base/BaseDictionary":39}],46:[function(require,module,exports){
|
|
5544
5764
|
"use strict";
|
|
5545
5765
|
var __extends = (this && this.__extends) || (function () {
|
|
5546
5766
|
var extendStatics = function (d, b) {
|
|
@@ -5581,7 +5801,7 @@ var FrenchDictionary = /** @class */ (function (_super) {
|
|
|
5581
5801
|
}(BaseDictionary_1.default));
|
|
5582
5802
|
exports.default = FrenchDictionary;
|
|
5583
5803
|
|
|
5584
|
-
},{"./Base/BaseDictionary":
|
|
5804
|
+
},{"./Base/BaseDictionary":39}],47:[function(require,module,exports){
|
|
5585
5805
|
"use strict";
|
|
5586
5806
|
var __extends = (this && this.__extends) || (function () {
|
|
5587
5807
|
var extendStatics = function (d, b) {
|
|
@@ -5622,7 +5842,7 @@ var GermanDictionary = /** @class */ (function (_super) {
|
|
|
5622
5842
|
}(BaseDictionary_1.default));
|
|
5623
5843
|
exports.default = GermanDictionary;
|
|
5624
5844
|
|
|
5625
|
-
},{"./Base/BaseDictionary":
|
|
5845
|
+
},{"./Base/BaseDictionary":39}],48:[function(require,module,exports){
|
|
5626
5846
|
"use strict";
|
|
5627
5847
|
var __extends = (this && this.__extends) || (function () {
|
|
5628
5848
|
var extendStatics = function (d, b) {
|
|
@@ -5663,7 +5883,7 @@ var GreekDictionary = /** @class */ (function (_super) {
|
|
|
5663
5883
|
}(BaseDictionary_1.default));
|
|
5664
5884
|
exports.default = GreekDictionary;
|
|
5665
5885
|
|
|
5666
|
-
},{"./Base/BaseDictionary":
|
|
5886
|
+
},{"./Base/BaseDictionary":39}],49:[function(require,module,exports){
|
|
5667
5887
|
"use strict";
|
|
5668
5888
|
var __extends = (this && this.__extends) || (function () {
|
|
5669
5889
|
var extendStatics = function (d, b) {
|
|
@@ -5704,7 +5924,7 @@ var HungarianDictionary = /** @class */ (function (_super) {
|
|
|
5704
5924
|
}(BaseDictionary_1.default));
|
|
5705
5925
|
exports.default = HungarianDictionary;
|
|
5706
5926
|
|
|
5707
|
-
},{"./Base/BaseDictionary":
|
|
5927
|
+
},{"./Base/BaseDictionary":39}],50:[function(require,module,exports){
|
|
5708
5928
|
"use strict";
|
|
5709
5929
|
var __extends = (this && this.__extends) || (function () {
|
|
5710
5930
|
var extendStatics = function (d, b) {
|
|
@@ -5745,7 +5965,7 @@ var IcelandicDictionary = /** @class */ (function (_super) {
|
|
|
5745
5965
|
}(BaseDictionary_1.default));
|
|
5746
5966
|
exports.default = IcelandicDictionary;
|
|
5747
5967
|
|
|
5748
|
-
},{"./Base/BaseDictionary":
|
|
5968
|
+
},{"./Base/BaseDictionary":39}],51:[function(require,module,exports){
|
|
5749
5969
|
"use strict";
|
|
5750
5970
|
var __extends = (this && this.__extends) || (function () {
|
|
5751
5971
|
var extendStatics = function (d, b) {
|
|
@@ -5786,7 +6006,7 @@ var ItalianDictionary = /** @class */ (function (_super) {
|
|
|
5786
6006
|
}(BaseDictionary_1.default));
|
|
5787
6007
|
exports.default = ItalianDictionary;
|
|
5788
6008
|
|
|
5789
|
-
},{"./Base/BaseDictionary":
|
|
6009
|
+
},{"./Base/BaseDictionary":39}],52:[function(require,module,exports){
|
|
5790
6010
|
"use strict";
|
|
5791
6011
|
var __extends = (this && this.__extends) || (function () {
|
|
5792
6012
|
var extendStatics = function (d, b) {
|
|
@@ -5827,7 +6047,7 @@ var LatvianDictionary = /** @class */ (function (_super) {
|
|
|
5827
6047
|
}(BaseDictionary_1.default));
|
|
5828
6048
|
exports.default = LatvianDictionary;
|
|
5829
6049
|
|
|
5830
|
-
},{"./Base/BaseDictionary":
|
|
6050
|
+
},{"./Base/BaseDictionary":39}],53:[function(require,module,exports){
|
|
5831
6051
|
"use strict";
|
|
5832
6052
|
var __extends = (this && this.__extends) || (function () {
|
|
5833
6053
|
var extendStatics = function (d, b) {
|
|
@@ -5868,7 +6088,7 @@ var LituanianDictionary = /** @class */ (function (_super) {
|
|
|
5868
6088
|
}(BaseDictionary_1.default));
|
|
5869
6089
|
exports.default = LituanianDictionary;
|
|
5870
6090
|
|
|
5871
|
-
},{"./Base/BaseDictionary":
|
|
6091
|
+
},{"./Base/BaseDictionary":39}],54:[function(require,module,exports){
|
|
5872
6092
|
"use strict";
|
|
5873
6093
|
var __extends = (this && this.__extends) || (function () {
|
|
5874
6094
|
var extendStatics = function (d, b) {
|
|
@@ -5909,7 +6129,7 @@ var NorwegianDictionary = /** @class */ (function (_super) {
|
|
|
5909
6129
|
}(BaseDictionary_1.default));
|
|
5910
6130
|
exports.default = NorwegianDictionary;
|
|
5911
6131
|
|
|
5912
|
-
},{"./Base/BaseDictionary":
|
|
6132
|
+
},{"./Base/BaseDictionary":39}],55:[function(require,module,exports){
|
|
5913
6133
|
"use strict";
|
|
5914
6134
|
var __extends = (this && this.__extends) || (function () {
|
|
5915
6135
|
var extendStatics = function (d, b) {
|
|
@@ -5950,7 +6170,7 @@ var PolishDictionary = /** @class */ (function (_super) {
|
|
|
5950
6170
|
}(BaseDictionary_1.default));
|
|
5951
6171
|
exports.default = PolishDictionary;
|
|
5952
6172
|
|
|
5953
|
-
},{"./Base/BaseDictionary":
|
|
6173
|
+
},{"./Base/BaseDictionary":39}],56:[function(require,module,exports){
|
|
5954
6174
|
"use strict";
|
|
5955
6175
|
var __extends = (this && this.__extends) || (function () {
|
|
5956
6176
|
var extendStatics = function (d, b) {
|
|
@@ -5991,7 +6211,7 @@ var PortugueseDictionary = /** @class */ (function (_super) {
|
|
|
5991
6211
|
}(BaseDictionary_1.default));
|
|
5992
6212
|
exports.default = PortugueseDictionary;
|
|
5993
6213
|
|
|
5994
|
-
},{"./Base/BaseDictionary":
|
|
6214
|
+
},{"./Base/BaseDictionary":39}],57:[function(require,module,exports){
|
|
5995
6215
|
"use strict";
|
|
5996
6216
|
var __extends = (this && this.__extends) || (function () {
|
|
5997
6217
|
var extendStatics = function (d, b) {
|
|
@@ -6032,7 +6252,7 @@ var SpanishDictionary = /** @class */ (function (_super) {
|
|
|
6032
6252
|
}(BaseDictionary_1.default));
|
|
6033
6253
|
exports.default = SpanishDictionary;
|
|
6034
6254
|
|
|
6035
|
-
},{"./Base/BaseDictionary":
|
|
6255
|
+
},{"./Base/BaseDictionary":39}],58:[function(require,module,exports){
|
|
6036
6256
|
"use strict";
|
|
6037
6257
|
var __extends = (this && this.__extends) || (function () {
|
|
6038
6258
|
var extendStatics = function (d, b) {
|
|
@@ -6073,7 +6293,7 @@ var SwedishDictionary = /** @class */ (function (_super) {
|
|
|
6073
6293
|
}(BaseDictionary_1.default));
|
|
6074
6294
|
exports.default = SwedishDictionary;
|
|
6075
6295
|
|
|
6076
|
-
},{"./Base/BaseDictionary":
|
|
6296
|
+
},{"./Base/BaseDictionary":39}],59:[function(require,module,exports){
|
|
6077
6297
|
"use strict";
|
|
6078
6298
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6079
6299
|
var DanishDictionary_1 = require("./Languages/DanishDictionary");
|
|
@@ -6190,7 +6410,7 @@ var Translator = /** @class */ (function () {
|
|
|
6190
6410
|
}());
|
|
6191
6411
|
exports.default = Translator;
|
|
6192
6412
|
|
|
6193
|
-
},{"./Languages/CzechDictionary":
|
|
6413
|
+
},{"./Languages/CzechDictionary":40,"./Languages/DanishDictionary":41,"./Languages/DutchDictionary":42,"./Languages/EnglishDictionary":43,"./Languages/EstonianDictionary":44,"./Languages/FinnishDictionary":45,"./Languages/FrenchDictionary":46,"./Languages/GermanDictionary":47,"./Languages/GreekDictionary":48,"./Languages/HungarianDictionary":49,"./Languages/IcelandicDictionary":50,"./Languages/ItalianDictionary":51,"./Languages/LatvianDictionary":52,"./Languages/LituanianDictionary":53,"./Languages/NorwegianDictionary":54,"./Languages/PolishDictionary":55,"./Languages/PortugueseDictionary":56,"./Languages/SpanishDictionary":57,"./Languages/SwedishDictionary":58}],60:[function(require,module,exports){
|
|
6194
6414
|
"use strict";
|
|
6195
6415
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6196
6416
|
function getAttributeNamesPolyfill() {
|
|
@@ -6209,7 +6429,7 @@ function getAttributeNamesPolyfill() {
|
|
|
6209
6429
|
exports.default = getAttributeNamesPolyfill;
|
|
6210
6430
|
;
|
|
6211
6431
|
|
|
6212
|
-
},{}],
|
|
6432
|
+
},{}],61:[function(require,module,exports){
|
|
6213
6433
|
"use strict";
|
|
6214
6434
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6215
6435
|
var ArrayUtil = /** @class */ (function () {
|
|
@@ -6247,7 +6467,7 @@ var ArrayUtil = /** @class */ (function () {
|
|
|
6247
6467
|
}());
|
|
6248
6468
|
exports.default = ArrayUtil;
|
|
6249
6469
|
|
|
6250
|
-
},{}],
|
|
6470
|
+
},{}],62:[function(require,module,exports){
|
|
6251
6471
|
"use strict";
|
|
6252
6472
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6253
6473
|
var ViewportUtil_1 = require("./ViewportUtil");
|
|
@@ -6350,7 +6570,7 @@ var DomUtil = /** @class */ (function () {
|
|
|
6350
6570
|
}());
|
|
6351
6571
|
exports.default = DomUtil;
|
|
6352
6572
|
|
|
6353
|
-
},{"./ViewportUtil":
|
|
6573
|
+
},{"./ViewportUtil":66}],63:[function(require,module,exports){
|
|
6354
6574
|
"use strict";
|
|
6355
6575
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6356
6576
|
var DomUtility = /** @class */ (function () {
|
|
@@ -6364,7 +6584,7 @@ var DomUtility = /** @class */ (function () {
|
|
|
6364
6584
|
}());
|
|
6365
6585
|
exports.default = DomUtility;
|
|
6366
6586
|
|
|
6367
|
-
},{}],
|
|
6587
|
+
},{}],64:[function(require,module,exports){
|
|
6368
6588
|
"use strict";
|
|
6369
6589
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6370
6590
|
var MakeRequest = /** @class */ (function () {
|
|
@@ -6414,7 +6634,7 @@ var MakeRequest = /** @class */ (function () {
|
|
|
6414
6634
|
}());
|
|
6415
6635
|
exports.default = MakeRequest;
|
|
6416
6636
|
|
|
6417
|
-
},{}],
|
|
6637
|
+
},{}],65:[function(require,module,exports){
|
|
6418
6638
|
"use strict";
|
|
6419
6639
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6420
6640
|
exports.StringUtil = void 0;
|
|
@@ -6432,7 +6652,7 @@ var StringUtil = /** @class */ (function () {
|
|
|
6432
6652
|
}());
|
|
6433
6653
|
exports.StringUtil = StringUtil;
|
|
6434
6654
|
|
|
6435
|
-
},{}],
|
|
6655
|
+
},{}],66:[function(require,module,exports){
|
|
6436
6656
|
"use strict";
|
|
6437
6657
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6438
6658
|
exports.ViewportUtil = void 0;
|
|
@@ -6476,7 +6696,7 @@ var ViewportUtil = /** @class */ (function () {
|
|
|
6476
6696
|
}());
|
|
6477
6697
|
exports.ViewportUtil = ViewportUtil;
|
|
6478
6698
|
|
|
6479
|
-
},{}],
|
|
6699
|
+
},{}],67:[function(require,module,exports){
|
|
6480
6700
|
"use strict";
|
|
6481
6701
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6482
6702
|
var debouncer = function (func, wait, immediate) {
|
|
@@ -6529,7 +6749,7 @@ var debouncer = function (func, wait, immediate) {
|
|
|
6529
6749
|
};
|
|
6530
6750
|
exports.default = debouncer;
|
|
6531
6751
|
|
|
6532
|
-
},{}],
|
|
6752
|
+
},{}],68:[function(require,module,exports){
|
|
6533
6753
|
"use strict";
|
|
6534
6754
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6535
6755
|
var BankAccountValidator = /** @class */ (function () {
|
|
@@ -6543,7 +6763,7 @@ var BankAccountValidator = /** @class */ (function () {
|
|
|
6543
6763
|
}());
|
|
6544
6764
|
exports.default = BankAccountValidator;
|
|
6545
6765
|
|
|
6546
|
-
},{}],
|
|
6766
|
+
},{}],69:[function(require,module,exports){
|
|
6547
6767
|
"use strict";
|
|
6548
6768
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6549
6769
|
var BankAccountRegistrationNumberValidator = /** @class */ (function () {
|
|
@@ -6557,7 +6777,7 @@ var BankAccountRegistrationNumberValidator = /** @class */ (function () {
|
|
|
6557
6777
|
}());
|
|
6558
6778
|
exports.default = BankAccountRegistrationNumberValidator;
|
|
6559
6779
|
|
|
6560
|
-
},{}],
|
|
6780
|
+
},{}],70:[function(require,module,exports){
|
|
6561
6781
|
"use strict";
|
|
6562
6782
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6563
6783
|
var BankIdNorwayValidator = /** @class */ (function () {
|
|
@@ -6580,7 +6800,7 @@ var BankIdNorwayValidator = /** @class */ (function () {
|
|
|
6580
6800
|
}());
|
|
6581
6801
|
exports.default = BankIdNorwayValidator;
|
|
6582
6802
|
|
|
6583
|
-
},{}],
|
|
6803
|
+
},{}],71:[function(require,module,exports){
|
|
6584
6804
|
"use strict";
|
|
6585
6805
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6586
6806
|
var BankIdSwedenValidator = /** @class */ (function () {
|
|
@@ -6603,7 +6823,7 @@ var BankIdSwedenValidator = /** @class */ (function () {
|
|
|
6603
6823
|
}());
|
|
6604
6824
|
exports.default = BankIdSwedenValidator;
|
|
6605
6825
|
|
|
6606
|
-
},{}],
|
|
6826
|
+
},{}],72:[function(require,module,exports){
|
|
6607
6827
|
"use strict";
|
|
6608
6828
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6609
6829
|
var CprValidator = /** @class */ (function () {
|
|
@@ -6680,7 +6900,7 @@ var CprValidator = /** @class */ (function () {
|
|
|
6680
6900
|
}());
|
|
6681
6901
|
exports.default = CprValidator;
|
|
6682
6902
|
|
|
6683
|
-
},{}],
|
|
6903
|
+
},{}],73:[function(require,module,exports){
|
|
6684
6904
|
"use strict";
|
|
6685
6905
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6686
6906
|
var CvrValidator = /** @class */ (function () {
|
|
@@ -6712,7 +6932,7 @@ var CvrValidator = /** @class */ (function () {
|
|
|
6712
6932
|
}());
|
|
6713
6933
|
exports.default = CvrValidator;
|
|
6714
6934
|
|
|
6715
|
-
},{}],
|
|
6935
|
+
},{}],74:[function(require,module,exports){
|
|
6716
6936
|
"use strict";
|
|
6717
6937
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6718
6938
|
var SECompanyRegistrationValidator = /** @class */ (function () {
|
|
@@ -6751,7 +6971,7 @@ var SECompanyRegistrationValidator = /** @class */ (function () {
|
|
|
6751
6971
|
}());
|
|
6752
6972
|
exports.default = SECompanyRegistrationValidator;
|
|
6753
6973
|
|
|
6754
|
-
},{}],
|
|
6974
|
+
},{}],75:[function(require,module,exports){
|
|
6755
6975
|
"use strict";
|
|
6756
6976
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6757
6977
|
var SEPersonalNumberValidator = /** @class */ (function () {
|
|
@@ -6795,7 +7015,7 @@ var SEPersonalNumberValidator = /** @class */ (function () {
|
|
|
6795
7015
|
}());
|
|
6796
7016
|
exports.default = SEPersonalNumberValidator;
|
|
6797
7017
|
|
|
6798
|
-
},{}],
|
|
7018
|
+
},{}],76:[function(require,module,exports){
|
|
6799
7019
|
"use strict";
|
|
6800
7020
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6801
7021
|
var elementConfig = /** @class */ (function () {
|
|
@@ -6848,7 +7068,7 @@ var CustomElement = function (config) {
|
|
|
6848
7068
|
};
|
|
6849
7069
|
exports.default = CustomElement;
|
|
6850
7070
|
|
|
6851
|
-
},{}],
|
|
7071
|
+
},{}],77:[function(require,module,exports){
|
|
6852
7072
|
"use strict";
|
|
6853
7073
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6854
7074
|
exports.CustomInputElement = exports.elements = exports.CustomForm = void 0;
|
|
@@ -6864,6 +7084,6 @@ Object.defineProperty(exports, "CustomInputElement", { enumerable: true, get: fu
|
|
|
6864
7084
|
var elements = require("./elements/Elements");
|
|
6865
7085
|
exports.elements = elements;
|
|
6866
7086
|
|
|
6867
|
-
},{"./custom-form":9,"./elements/Elements":
|
|
7087
|
+
},{"./custom-form":9,"./elements/Elements":23,"./framework/CustomInputElement":38,"@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js":2,"@webcomponents/webcomponentsjs/webcomponents-bundle":3,"@webcomponents/webcomponentsjs/webcomponents-loader.js":4}]},{},[1])
|
|
6868
7088
|
|
|
6869
7089
|
//# sourceMappingURL=index.min.js.map
|