@luftborn/custom-elements 2.4.1 → 2.5.0
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/assets/icons/datepicker-icon.png +0 -0
- package/demo/index.js +204 -67
- package/demo/index.min.js +203 -66
- package/demo/index.min.js.map +1 -1
- package/dist/elements/CustomDataFiledElement/CustomFormatDateFieldElement.d.ts +16 -0
- package/dist/elements/CustomDataFiledElement/CustomFormatDateFieldElement.js +133 -0
- package/dist/elements/CustomDataFiledElement/CustomFormatDateFieldElement.js.map +1 -0
- package/dist/elements/Elements.d.ts +2 -1
- package/dist/elements/Elements.js +3 -1
- package/dist/elements/Elements.js.map +1 -1
- package/dist/framework/CustomInputElement.d.ts +1 -0
- package/dist/framework/CustomInputElement.js +1 -0
- package/dist/framework/CustomInputElement.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/CustomDataFiledElement/CustomFormatDateFieldElement.ts +157 -0
- package/src/elements/Elements.ts +2 -0
- package/src/framework/CustomInputElement.ts +2 -0
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":73}],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":21,"./framework/Utilities/ArrayUtil":57,"./framework/Utilities/MakeRequest":60}],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":33,"../../framework/CustomInputElement":34,"../../framework/Language/Translator":55,"../../framework/Polyfills/getAttributeNamesPolyfill":56,"../../framework/Utilities/debouncer":63,"../../framework/custom-element.decorator":72}],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":33,"../../framework/CustomInputElement":34,"../../framework/Language/Translator":55,"../../framework/Validation/Validators/BankAccount":64,"../../framework/Validation/Validators/BankAccountRegistrationNumber":65,"../../framework/custom-element.decorator":72}],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":33,"../../framework/CustomInputElement":34,"../../framework/Validation/Validators/CPR":68,"../../framework/custom-element.decorator":72}],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":33,"../../framework/CustomInputElement":34,"../../framework/Validation/Validators/CVR":69,"../../framework/custom-element.decorator":72}],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,7 +2970,141 @@ var CheckBoxElement = /** @class */ (function (_super) {
|
|
|
2970
2970
|
}(CustomInputElement_1.CustomInputElement));
|
|
2971
2971
|
exports.CheckBoxElement = CheckBoxElement;
|
|
2972
2972
|
|
|
2973
|
-
},{"../../framework/CustomEvents":
|
|
2973
|
+
},{"../../framework/CustomEvents":33,"../../framework/CustomInputElement":34,"../../framework/Utilities/StringUtil":61,"../../framework/custom-element.decorator":72}],15:[function(require,module,exports){
|
|
2974
|
+
"use strict";
|
|
2975
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2976
|
+
var extendStatics = function (d, b) {
|
|
2977
|
+
extendStatics = Object.setPrototypeOf ||
|
|
2978
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
2979
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
2980
|
+
return extendStatics(d, b);
|
|
2981
|
+
};
|
|
2982
|
+
return function (d, b) {
|
|
2983
|
+
if (typeof b !== "function" && b !== null)
|
|
2984
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
2985
|
+
extendStatics(d, b);
|
|
2986
|
+
function __() { this.constructor = d; }
|
|
2987
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
2988
|
+
};
|
|
2989
|
+
})();
|
|
2990
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2991
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
2992
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
2993
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2994
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2995
|
+
};
|
|
2996
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2997
|
+
exports.CustomFormatDateFieldElement = void 0;
|
|
2998
|
+
var custom_element_decorator_1 = require("../../framework/custom-element.decorator");
|
|
2999
|
+
var CustomInputElement_1 = require("../../framework/CustomInputElement");
|
|
3000
|
+
var CustomEvents_1 = require("../../framework/CustomEvents");
|
|
3001
|
+
var CustomFormatDateFieldElement = /** @class */ (function (_super) {
|
|
3002
|
+
__extends(CustomFormatDateFieldElement, _super);
|
|
3003
|
+
function CustomFormatDateFieldElement() {
|
|
3004
|
+
return _super.call(this) || this;
|
|
3005
|
+
}
|
|
3006
|
+
Object.defineProperty(CustomFormatDateFieldElement.prototype, "value", {
|
|
3007
|
+
get: function () {
|
|
3008
|
+
return this.date.value;
|
|
3009
|
+
},
|
|
3010
|
+
set: function (value) {
|
|
3011
|
+
this.date.value = value;
|
|
3012
|
+
this.display.value = value;
|
|
3013
|
+
},
|
|
3014
|
+
enumerable: false,
|
|
3015
|
+
configurable: true
|
|
3016
|
+
});
|
|
3017
|
+
Object.defineProperty(CustomFormatDateFieldElement.prototype, "valid", {
|
|
3018
|
+
get: function () {
|
|
3019
|
+
return this.date.validity.valid;
|
|
3020
|
+
},
|
|
3021
|
+
enumerable: false,
|
|
3022
|
+
configurable: true
|
|
3023
|
+
});
|
|
3024
|
+
CustomFormatDateFieldElement.prototype.connectedCallback = function () {
|
|
3025
|
+
_super.prototype.connectedCallback.call(this);
|
|
3026
|
+
};
|
|
3027
|
+
CustomFormatDateFieldElement.prototype.initChildInputs = function () {
|
|
3028
|
+
var _this = this;
|
|
3029
|
+
this.date = _super.prototype.getChildInput.call(this, '#date-field');
|
|
3030
|
+
this.display = _super.prototype.getChildInput.call(this, '#display-field');
|
|
3031
|
+
this.datepicker = _super.prototype.getChildInput.call(this, '#picker-trigger');
|
|
3032
|
+
this.date.addEventListener('change', function () {
|
|
3033
|
+
_this.display.value = _this.formatDate();
|
|
3034
|
+
_this.change(null);
|
|
3035
|
+
});
|
|
3036
|
+
this.datepicker.addEventListener('click', function () {
|
|
3037
|
+
_this.date.showPicker();
|
|
3038
|
+
});
|
|
3039
|
+
this.display.addEventListener('click', function () {
|
|
3040
|
+
_this.date.showPicker();
|
|
3041
|
+
});
|
|
3042
|
+
if (this.required) {
|
|
3043
|
+
this.date.setAttribute('required', '');
|
|
3044
|
+
}
|
|
3045
|
+
if (this.max) {
|
|
3046
|
+
this.date.setAttribute('max', this.max);
|
|
3047
|
+
}
|
|
3048
|
+
if (this.min) {
|
|
3049
|
+
this.date.setAttribute('min', this.min);
|
|
3050
|
+
}
|
|
3051
|
+
if (this.dateFormat) {
|
|
3052
|
+
this.display.placeholder = this.dateFormat;
|
|
3053
|
+
}
|
|
3054
|
+
};
|
|
3055
|
+
CustomFormatDateFieldElement.prototype.change = function ($event) {
|
|
3056
|
+
var _a;
|
|
3057
|
+
this.touched = true;
|
|
3058
|
+
var formattedDate = (_a = this.formatDate()) !== null && _a !== void 0 ? _a : this.date.valueAsDate.toLocaleDateString();
|
|
3059
|
+
this.display.value = formattedDate;
|
|
3060
|
+
this.date.setAttribute('value', formattedDate);
|
|
3061
|
+
this.onChange.emit(new CustomEvents_1.CustomElementEventArgs(this.value, 'change'));
|
|
3062
|
+
};
|
|
3063
|
+
CustomFormatDateFieldElement.prototype.validate = function () {
|
|
3064
|
+
this.valid;
|
|
3065
|
+
this.onValidate.emit(new CustomEvents_1.CustomElementEventArgs(this.value, 'validate'));
|
|
3066
|
+
};
|
|
3067
|
+
CustomFormatDateFieldElement.prototype.formatDate = function () {
|
|
3068
|
+
var _a;
|
|
3069
|
+
var date = this.date.valueAsDate;
|
|
3070
|
+
var year = date.getFullYear();
|
|
3071
|
+
var month = (date.getMonth() + 1).toString().padStart(2, '0');
|
|
3072
|
+
var day = date.getDate().toString().padStart(2, '0');
|
|
3073
|
+
var monthName = date.toLocaleString('default', { month: 'long' });
|
|
3074
|
+
var dateFormats = {
|
|
3075
|
+
'ddmmyyyy': "" + day + month + year,
|
|
3076
|
+
'mmddyyyy': "" + month + day + year,
|
|
3077
|
+
'dd/mm/yyyy': day + "/" + month + "/" + year,
|
|
3078
|
+
'mm/dd/yyyy': month + "/" + day + "/" + year,
|
|
3079
|
+
'dd-mm-yyyy': day + "-" + month + "-" + year,
|
|
3080
|
+
'mm-dd-yyyy': month + "-" + day + "-" + year,
|
|
3081
|
+
'yyyy-mm-dd': year + "-" + month + "-" + day,
|
|
3082
|
+
'yyyy-dd-mm': year + "-" + day + "-" + month,
|
|
3083
|
+
'Month dd, yyyy': monthName + " " + day + ", " + year,
|
|
3084
|
+
'mm/dd/yy': month + "/" + day + "/" + year.toString().slice(-2),
|
|
3085
|
+
'dd/mm/yy': day + "/" + month + "/" + year.toString().slice(-2),
|
|
3086
|
+
};
|
|
3087
|
+
return (_a = dateFormats[this.dateFormat]) !== null && _a !== void 0 ? _a : null;
|
|
3088
|
+
};
|
|
3089
|
+
CustomFormatDateFieldElement.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
|
|
3090
|
+
if (name === 'date-format') {
|
|
3091
|
+
this.display.setAttribute('placeholder', newValue);
|
|
3092
|
+
this.dateFormat = newValue;
|
|
3093
|
+
}
|
|
3094
|
+
};
|
|
3095
|
+
CustomFormatDateFieldElement = __decorate([
|
|
3096
|
+
(0, custom_element_decorator_1.default)({
|
|
3097
|
+
selector: 'custom-format-date-element',
|
|
3098
|
+
template: "\n\t\t<div class=\"wrapper\">\n\t\t\t<input type=\"text\" id=\"display-field\" readonly />\n\t\t\t<img src=\"assets/icons/datepicker-icon.png\" alt=\"datepicker-icon\" id=\"picker-trigger\"/>\n\t\t\t<input type=\"date\" id=\"date-field\" />\n\t\t</div>",
|
|
3099
|
+
style: "\n\t\t:host{\n\t\t\twidth:100%;\n\t\t}\n\t\t.wrapper{\n\t\t\tdisplay:flex;\n\t\t\tposition: relative;\n\t\t}\n\t\tinput{\n\t\t\tbox-sizing: border-box;\n\t\t\twidth: 100% !important;\n\t\t\tborder: none;\n\t\t\tbackground-color: #f1f4ff;\n\t\t\tmargin: 2px;\n\t\t\tresize: none;\n\t\t}\n\t\t#date-field {\n\t\t\topacity: 0;\n\t\t\tposition: absolute;\n\t\t\tz-index: -1;\n\t\t\tpointer-events: none;\n\t\t}\n\t\t#display-field::after {\n\t\t\tcontent: url('path/to/datepicker-icon.png'); /* Path to your datepicker icon */\n\t\t\tcursor: pointer;\n\t\t\tright: 10px;\n\t\t}\n\t\t#picker-trigger {\n\t\t\tcursor: pointer;\n\t\t\twidth: 15px;\n\t\t\theight: 15px;\n\t\t\tposition:absolute;\n\t\t\tright: 2px;\n\t\t\ttop: 15%;\n\t\t}\n\t\t#datepicker-icon {\n\t\t}\n\t\t\t",
|
|
3100
|
+
useShadow: true,
|
|
3101
|
+
})
|
|
3102
|
+
], CustomFormatDateFieldElement);
|
|
3103
|
+
return CustomFormatDateFieldElement;
|
|
3104
|
+
}(CustomInputElement_1.CustomInputElement));
|
|
3105
|
+
exports.CustomFormatDateFieldElement = CustomFormatDateFieldElement;
|
|
3106
|
+
|
|
3107
|
+
},{"../../framework/CustomEvents":33,"../../framework/CustomInputElement":34,"../../framework/custom-element.decorator":72}],16:[function(require,module,exports){
|
|
2974
3108
|
"use strict";
|
|
2975
3109
|
var __extends = (this && this.__extends) || (function () {
|
|
2976
3110
|
var extendStatics = function (d, b) {
|
|
@@ -3057,7 +3191,7 @@ var CustomRegularExpressionElement = /** @class */ (function (_super) {
|
|
|
3057
3191
|
}(CustomInputElement_1.CustomInputElement));
|
|
3058
3192
|
exports.CustomRegularExpressionElement = CustomRegularExpressionElement;
|
|
3059
3193
|
|
|
3060
|
-
},{"../../framework/CustomEvents":
|
|
3194
|
+
},{"../../framework/CustomEvents":33,"../../framework/CustomInputElement":34,"../../framework/custom-element.decorator":72}],17:[function(require,module,exports){
|
|
3061
3195
|
"use strict";
|
|
3062
3196
|
var __extends = (this && this.__extends) || (function () {
|
|
3063
3197
|
var extendStatics = function (d, b) {
|
|
@@ -3144,7 +3278,7 @@ var DateFieldElement = /** @class */ (function (_super) {
|
|
|
3144
3278
|
}(CustomInputElement_1.CustomInputElement));
|
|
3145
3279
|
exports.DateFieldElement = DateFieldElement;
|
|
3146
3280
|
|
|
3147
|
-
},{"../../framework/CustomEvents":
|
|
3281
|
+
},{"../../framework/CustomEvents":33,"../../framework/CustomInputElement":34,"../../framework/custom-element.decorator":72}],18:[function(require,module,exports){
|
|
3148
3282
|
"use strict";
|
|
3149
3283
|
var __extends = (this && this.__extends) || (function () {
|
|
3150
3284
|
var extendStatics = function (d, b) {
|
|
@@ -3239,10 +3373,10 @@ var DropDownListElement = /** @class */ (function (_super) {
|
|
|
3239
3373
|
}(CustomInputElement_1.CustomInputElement));
|
|
3240
3374
|
exports.DropDownListElement = DropDownListElement;
|
|
3241
3375
|
|
|
3242
|
-
},{"../../framework/CustomEvents":
|
|
3376
|
+
},{"../../framework/CustomEvents":33,"../../framework/CustomInputElement":34,"../../framework/Utilities/StringUtil":61,"../../framework/custom-element.decorator":72}],19:[function(require,module,exports){
|
|
3243
3377
|
"use strict";
|
|
3244
3378
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3245
|
-
exports.SECompanyRegistrationElement = exports.SEPersonalNumberElement = exports.TypeAheadElement = exports.BankFieldElement = exports.IdentificationElement = exports.CVRElement = exports.CPRElement = exports.IntPhoneFieldElement = exports.DateFieldElement = exports.CustomRegularExpressionElement = exports.NumericFieldElement = exports.FileFieldElement = exports.DropDownListElement = exports.TextAreaElement = exports.RadioButtonGroupElement = exports.CheckBoxElement = exports.EmailFieldElement = exports.TextFieldElement = exports.AddressElement = void 0;
|
|
3379
|
+
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;
|
|
3246
3380
|
var AddressElement_1 = require("./Address/AddressElement");
|
|
3247
3381
|
Object.defineProperty(exports, "AddressElement", { enumerable: true, get: function () { return AddressElement_1.AddressElement; } });
|
|
3248
3382
|
var TextFieldElement_1 = require("./TextField/TextFieldElement");
|
|
@@ -3281,8 +3415,10 @@ var SEPersonalNumberElement_1 = require("./SEPersonalNumberElement/SEPersonalNum
|
|
|
3281
3415
|
Object.defineProperty(exports, "SEPersonalNumberElement", { enumerable: true, get: function () { return SEPersonalNumberElement_1.SEPersonalNumberElement; } });
|
|
3282
3416
|
var SECompanyRegistrationElement_1 = require("./SECompanyRegistrationElement/SECompanyRegistrationElement");
|
|
3283
3417
|
Object.defineProperty(exports, "SECompanyRegistrationElement", { enumerable: true, get: function () { return SECompanyRegistrationElement_1.SECompanyRegistrationElement; } });
|
|
3418
|
+
var CustomFormatDateFieldElement_1 = require("./CustomDataFiledElement/CustomFormatDateFieldElement");
|
|
3419
|
+
Object.defineProperty(exports, "CustomFormatDateFieldElement", { enumerable: true, get: function () { return CustomFormatDateFieldElement_1.CustomFormatDateFieldElement; } });
|
|
3284
3420
|
|
|
3285
|
-
},{"./Address/AddressElement":10,"./BankField/BankFieldElement":11,"./CPRElement/CPRElement":12,"./CVRElement/CVRElement":13,"./CheckBoxElement/CheckBoxElement":14,"./CustomRegularExpression/CustomRegularExpressionElement":
|
|
3421
|
+
},{"./Address/AddressElement":10,"./BankField/BankFieldElement":11,"./CPRElement/CPRElement":12,"./CVRElement/CVRElement":13,"./CheckBoxElement/CheckBoxElement":14,"./CustomDataFiledElement/CustomFormatDateFieldElement":15,"./CustomRegularExpression/CustomRegularExpressionElement":16,"./DateField/DateFieldElement":17,"./DropDownList/DropDownListElement":18,"./EmailField/EmailFieldElement":20,"./FileField/FileFieldElement":21,"./IdentificationElement/IdentificationElement":22,"./InternationaPhoneNumber/InternationaPhoneNumberElement":25,"./NumericField/NumericFieldElement":26,"./RadioButtonGroup/RadioButtonGroupElement":27,"./SECompanyRegistrationElement/SECompanyRegistrationElement":28,"./SEPersonalNumberElement/SEPersonalNumberElement":29,"./TextAreaElement/TextAreaElement":30,"./TextField/TextFieldElement":31,"./TypeAhead/TypeAheadElement":32}],20:[function(require,module,exports){
|
|
3286
3422
|
"use strict";
|
|
3287
3423
|
var __extends = (this && this.__extends) || (function () {
|
|
3288
3424
|
var extendStatics = function (d, b) {
|
|
@@ -3370,7 +3506,7 @@ var EmailFieldElement = /** @class */ (function (_super) {
|
|
|
3370
3506
|
}(CustomInputElement_1.CustomInputElement));
|
|
3371
3507
|
exports.EmailFieldElement = EmailFieldElement;
|
|
3372
3508
|
|
|
3373
|
-
},{"../../framework/CustomEvents":
|
|
3509
|
+
},{"../../framework/CustomEvents":33,"../../framework/CustomInputElement":34,"../../framework/custom-element.decorator":72}],21:[function(require,module,exports){
|
|
3374
3510
|
"use strict";
|
|
3375
3511
|
var __extends = (this && this.__extends) || (function () {
|
|
3376
3512
|
var extendStatics = function (d, b) {
|
|
@@ -3475,7 +3611,7 @@ var FileFieldElement = /** @class */ (function (_super) {
|
|
|
3475
3611
|
}(CustomInputElement_1.CustomInputElement));
|
|
3476
3612
|
exports.FileFieldElement = FileFieldElement;
|
|
3477
3613
|
|
|
3478
|
-
},{"../../framework/CustomEvents":
|
|
3614
|
+
},{"../../framework/CustomEvents":33,"../../framework/CustomInputElement":34,"../../framework/Polyfills/getAttributeNamesPolyfill":56,"../../framework/custom-element.decorator":72}],22:[function(require,module,exports){
|
|
3479
3615
|
"use strict";
|
|
3480
3616
|
var __extends = (this && this.__extends) || (function () {
|
|
3481
3617
|
var extendStatics = function (d, b) {
|
|
@@ -3571,7 +3707,7 @@ var IdentificationElement = /** @class */ (function (_super) {
|
|
|
3571
3707
|
}(CustomInputElement_1.CustomInputElement));
|
|
3572
3708
|
exports.IdentificationElement = IdentificationElement;
|
|
3573
3709
|
|
|
3574
|
-
},{"../../framework/CustomEvents":
|
|
3710
|
+
},{"../../framework/CustomEvents":33,"../../framework/CustomInputElement":34,"../../framework/Validation/Validators/BankIdNorway":66,"../../framework/Validation/Validators/BankIdSweden":67,"../../framework/Validation/Validators/CPR":68,"../../framework/Validation/Validators/CVR":69,"../../framework/custom-element.decorator":72}],23:[function(require,module,exports){
|
|
3575
3711
|
"use strict";
|
|
3576
3712
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3577
3713
|
function GetFlagsUrl() {
|
|
@@ -3579,7 +3715,7 @@ function GetFlagsUrl() {
|
|
|
3579
3715
|
}
|
|
3580
3716
|
exports.default = GetFlagsUrl;
|
|
3581
3717
|
|
|
3582
|
-
},{}],
|
|
3718
|
+
},{}],24:[function(require,module,exports){
|
|
3583
3719
|
"use strict";
|
|
3584
3720
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3585
3721
|
function GetFlags2XUrl() {
|
|
@@ -3587,7 +3723,7 @@ function GetFlags2XUrl() {
|
|
|
3587
3723
|
}
|
|
3588
3724
|
exports.default = GetFlags2XUrl;
|
|
3589
3725
|
|
|
3590
|
-
},{}],
|
|
3726
|
+
},{}],25:[function(require,module,exports){
|
|
3591
3727
|
"use strict";
|
|
3592
3728
|
var __extends = (this && this.__extends) || (function () {
|
|
3593
3729
|
var extendStatics = function (d, b) {
|
|
@@ -3715,7 +3851,7 @@ var IntPhoneFieldElement = /** @class */ (function (_super) {
|
|
|
3715
3851
|
}(CustomInputElement_1.CustomInputElement));
|
|
3716
3852
|
exports.IntPhoneFieldElement = IntPhoneFieldElement;
|
|
3717
3853
|
|
|
3718
|
-
},{"../../framework/CustomEvents":
|
|
3854
|
+
},{"../../framework/CustomEvents":33,"../../framework/CustomInputElement":34,"../../framework/Utilities/MakeRequest":60,"../../framework/custom-element.decorator":72,"./Flags":23,"./Flags2x":24,"intl-tel-input":6}],26:[function(require,module,exports){
|
|
3719
3855
|
"use strict";
|
|
3720
3856
|
var __extends = (this && this.__extends) || (function () {
|
|
3721
3857
|
var extendStatics = function (d, b) {
|
|
@@ -3811,7 +3947,7 @@ var NumericFieldElement = /** @class */ (function (_super) {
|
|
|
3811
3947
|
}(CustomInputElement_1.CustomInputElement));
|
|
3812
3948
|
exports.NumericFieldElement = NumericFieldElement;
|
|
3813
3949
|
|
|
3814
|
-
},{"../../framework/CustomEvents":
|
|
3950
|
+
},{"../../framework/CustomEvents":33,"../../framework/CustomInputElement":34,"../../framework/custom-element.decorator":72}],27:[function(require,module,exports){
|
|
3815
3951
|
"use strict";
|
|
3816
3952
|
var __extends = (this && this.__extends) || (function () {
|
|
3817
3953
|
var extendStatics = function (d, b) {
|
|
@@ -3912,7 +4048,7 @@ var RadioButtonGroupElement = /** @class */ (function (_super) {
|
|
|
3912
4048
|
}(CustomInputElement_1.CustomInputElement));
|
|
3913
4049
|
exports.RadioButtonGroupElement = RadioButtonGroupElement;
|
|
3914
4050
|
|
|
3915
|
-
},{"../../framework/CustomEvents":
|
|
4051
|
+
},{"../../framework/CustomEvents":33,"../../framework/CustomInputElement":34,"../../framework/Utilities/StringUtil":61,"../../framework/custom-element.decorator":72}],28:[function(require,module,exports){
|
|
3916
4052
|
"use strict";
|
|
3917
4053
|
var __extends = (this && this.__extends) || (function () {
|
|
3918
4054
|
var extendStatics = function (d, b) {
|
|
@@ -3996,7 +4132,7 @@ var SECompanyRegistrationElement = /** @class */ (function (_super) {
|
|
|
3996
4132
|
}(CustomInputElement_1.CustomInputElement));
|
|
3997
4133
|
exports.SECompanyRegistrationElement = SECompanyRegistrationElement;
|
|
3998
4134
|
|
|
3999
|
-
},{"../../framework/CustomEvents":
|
|
4135
|
+
},{"../../framework/CustomEvents":33,"../../framework/CustomInputElement":34,"../../framework/Validation/Validators/SECompanyRegistration":70,"../../framework/custom-element.decorator":72}],29:[function(require,module,exports){
|
|
4000
4136
|
"use strict";
|
|
4001
4137
|
var __extends = (this && this.__extends) || (function () {
|
|
4002
4138
|
var extendStatics = function (d, b) {
|
|
@@ -4080,7 +4216,7 @@ var SEPersonalNumberElement = /** @class */ (function (_super) {
|
|
|
4080
4216
|
}(CustomInputElement_1.CustomInputElement));
|
|
4081
4217
|
exports.SEPersonalNumberElement = SEPersonalNumberElement;
|
|
4082
4218
|
|
|
4083
|
-
},{"../../framework/CustomEvents":
|
|
4219
|
+
},{"../../framework/CustomEvents":33,"../../framework/CustomInputElement":34,"../../framework/Validation/Validators/SEPersonalNumber":71,"../../framework/custom-element.decorator":72}],30:[function(require,module,exports){
|
|
4084
4220
|
"use strict";
|
|
4085
4221
|
var __extends = (this && this.__extends) || (function () {
|
|
4086
4222
|
var extendStatics = function (d, b) {
|
|
@@ -4164,7 +4300,7 @@ var TextAreaElement = /** @class */ (function (_super) {
|
|
|
4164
4300
|
}(CustomInputElement_1.CustomInputElement));
|
|
4165
4301
|
exports.TextAreaElement = TextAreaElement;
|
|
4166
4302
|
|
|
4167
|
-
},{"../../framework/CustomEvents":
|
|
4303
|
+
},{"../../framework/CustomEvents":33,"../../framework/CustomInputElement":34,"../../framework/custom-element.decorator":72}],31:[function(require,module,exports){
|
|
4168
4304
|
"use strict";
|
|
4169
4305
|
var __extends = (this && this.__extends) || (function () {
|
|
4170
4306
|
var extendStatics = function (d, b) {
|
|
@@ -4248,7 +4384,7 @@ var TextFieldElement = /** @class */ (function (_super) {
|
|
|
4248
4384
|
}(CustomInputElement_1.CustomInputElement));
|
|
4249
4385
|
exports.TextFieldElement = TextFieldElement;
|
|
4250
4386
|
|
|
4251
|
-
},{"../../framework/CustomEvents":
|
|
4387
|
+
},{"../../framework/CustomEvents":33,"../../framework/CustomInputElement":34,"../../framework/custom-element.decorator":72}],32:[function(require,module,exports){
|
|
4252
4388
|
"use strict";
|
|
4253
4389
|
var __extends = (this && this.__extends) || (function () {
|
|
4254
4390
|
var extendStatics = function (d, b) {
|
|
@@ -4462,7 +4598,7 @@ var TypeAheadElement = /** @class */ (function (_super) {
|
|
|
4462
4598
|
}(CustomInputElement_1.CustomInputElement));
|
|
4463
4599
|
exports.TypeAheadElement = TypeAheadElement;
|
|
4464
4600
|
|
|
4465
|
-
},{"../../framework/CustomEvents":
|
|
4601
|
+
},{"../../framework/CustomEvents":33,"../../framework/CustomInputElement":34,"../../framework/Utilities/DomUtility":59,"../../framework/custom-element.decorator":72}],33:[function(require,module,exports){
|
|
4466
4602
|
"use strict";
|
|
4467
4603
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4468
4604
|
exports.CustomElementEvent = exports.CustomElementEventArgs = void 0;
|
|
@@ -4511,7 +4647,7 @@ var CustomElementEvent = /** @class */ (function () {
|
|
|
4511
4647
|
}());
|
|
4512
4648
|
exports.CustomElementEvent = CustomElementEvent;
|
|
4513
4649
|
|
|
4514
|
-
},{}],
|
|
4650
|
+
},{}],34:[function(require,module,exports){
|
|
4515
4651
|
"use strict";
|
|
4516
4652
|
var __extends = (this && this.__extends) || (function () {
|
|
4517
4653
|
var extendStatics = function (d, b) {
|
|
@@ -4604,6 +4740,7 @@ var CustomInputElement = /** @class */ (function (_super) {
|
|
|
4604
4740
|
this.min = data.min;
|
|
4605
4741
|
this.step = data.step;
|
|
4606
4742
|
this.customValue = data.value;
|
|
4743
|
+
this.dateFormat = data.dateFormat;
|
|
4607
4744
|
}
|
|
4608
4745
|
catch (ex) {
|
|
4609
4746
|
console.error(ex);
|
|
@@ -4772,7 +4909,7 @@ var CustomInputElement = /** @class */ (function (_super) {
|
|
|
4772
4909
|
}(HTMLElement));
|
|
4773
4910
|
exports.CustomInputElement = CustomInputElement;
|
|
4774
4911
|
|
|
4775
|
-
},{"./CustomEvents":
|
|
4912
|
+
},{"./CustomEvents":33,"./Utilities/ArrayUtil":57,"./Utilities/DomUtil":58}],35:[function(require,module,exports){
|
|
4776
4913
|
"use strict";
|
|
4777
4914
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4778
4915
|
var BaseDictionary = /** @class */ (function () {
|
|
@@ -4794,7 +4931,7 @@ var BaseDictionary = /** @class */ (function () {
|
|
|
4794
4931
|
}());
|
|
4795
4932
|
exports.default = BaseDictionary;
|
|
4796
4933
|
|
|
4797
|
-
},{}],
|
|
4934
|
+
},{}],36:[function(require,module,exports){
|
|
4798
4935
|
"use strict";
|
|
4799
4936
|
var __extends = (this && this.__extends) || (function () {
|
|
4800
4937
|
var extendStatics = function (d, b) {
|
|
@@ -4835,7 +4972,7 @@ var CzechDictionary = /** @class */ (function (_super) {
|
|
|
4835
4972
|
}(BaseDictionary_1.default));
|
|
4836
4973
|
exports.default = CzechDictionary;
|
|
4837
4974
|
|
|
4838
|
-
},{"./Base/BaseDictionary":
|
|
4975
|
+
},{"./Base/BaseDictionary":35}],37:[function(require,module,exports){
|
|
4839
4976
|
"use strict";
|
|
4840
4977
|
var __extends = (this && this.__extends) || (function () {
|
|
4841
4978
|
var extendStatics = function (d, b) {
|
|
@@ -4876,7 +5013,7 @@ var DanishDictionary = /** @class */ (function (_super) {
|
|
|
4876
5013
|
}(BaseDictionary_1.default));
|
|
4877
5014
|
exports.default = DanishDictionary;
|
|
4878
5015
|
|
|
4879
|
-
},{"./Base/BaseDictionary":
|
|
5016
|
+
},{"./Base/BaseDictionary":35}],38:[function(require,module,exports){
|
|
4880
5017
|
"use strict";
|
|
4881
5018
|
var __extends = (this && this.__extends) || (function () {
|
|
4882
5019
|
var extendStatics = function (d, b) {
|
|
@@ -4917,7 +5054,7 @@ var DutchDictionary = /** @class */ (function (_super) {
|
|
|
4917
5054
|
}(BaseDictionary_1.default));
|
|
4918
5055
|
exports.default = DutchDictionary;
|
|
4919
5056
|
|
|
4920
|
-
},{"./Base/BaseDictionary":
|
|
5057
|
+
},{"./Base/BaseDictionary":35}],39:[function(require,module,exports){
|
|
4921
5058
|
"use strict";
|
|
4922
5059
|
var __extends = (this && this.__extends) || (function () {
|
|
4923
5060
|
var extendStatics = function (d, b) {
|
|
@@ -4958,7 +5095,7 @@ var EnglishDictionary = /** @class */ (function (_super) {
|
|
|
4958
5095
|
}(BaseDictionary_1.default));
|
|
4959
5096
|
exports.default = EnglishDictionary;
|
|
4960
5097
|
|
|
4961
|
-
},{"./Base/BaseDictionary":
|
|
5098
|
+
},{"./Base/BaseDictionary":35}],40:[function(require,module,exports){
|
|
4962
5099
|
"use strict";
|
|
4963
5100
|
var __extends = (this && this.__extends) || (function () {
|
|
4964
5101
|
var extendStatics = function (d, b) {
|
|
@@ -4999,7 +5136,7 @@ var EstonianDictionary = /** @class */ (function (_super) {
|
|
|
4999
5136
|
}(BaseDictionary_1.default));
|
|
5000
5137
|
exports.default = EstonianDictionary;
|
|
5001
5138
|
|
|
5002
|
-
},{"./Base/BaseDictionary":
|
|
5139
|
+
},{"./Base/BaseDictionary":35}],41:[function(require,module,exports){
|
|
5003
5140
|
"use strict";
|
|
5004
5141
|
var __extends = (this && this.__extends) || (function () {
|
|
5005
5142
|
var extendStatics = function (d, b) {
|
|
@@ -5040,7 +5177,7 @@ var FinnishDictionary = /** @class */ (function (_super) {
|
|
|
5040
5177
|
}(BaseDictionary_1.default));
|
|
5041
5178
|
exports.default = FinnishDictionary;
|
|
5042
5179
|
|
|
5043
|
-
},{"./Base/BaseDictionary":
|
|
5180
|
+
},{"./Base/BaseDictionary":35}],42:[function(require,module,exports){
|
|
5044
5181
|
"use strict";
|
|
5045
5182
|
var __extends = (this && this.__extends) || (function () {
|
|
5046
5183
|
var extendStatics = function (d, b) {
|
|
@@ -5081,7 +5218,7 @@ var FrenchDictionary = /** @class */ (function (_super) {
|
|
|
5081
5218
|
}(BaseDictionary_1.default));
|
|
5082
5219
|
exports.default = FrenchDictionary;
|
|
5083
5220
|
|
|
5084
|
-
},{"./Base/BaseDictionary":
|
|
5221
|
+
},{"./Base/BaseDictionary":35}],43:[function(require,module,exports){
|
|
5085
5222
|
"use strict";
|
|
5086
5223
|
var __extends = (this && this.__extends) || (function () {
|
|
5087
5224
|
var extendStatics = function (d, b) {
|
|
@@ -5122,7 +5259,7 @@ var GermanDictionary = /** @class */ (function (_super) {
|
|
|
5122
5259
|
}(BaseDictionary_1.default));
|
|
5123
5260
|
exports.default = GermanDictionary;
|
|
5124
5261
|
|
|
5125
|
-
},{"./Base/BaseDictionary":
|
|
5262
|
+
},{"./Base/BaseDictionary":35}],44:[function(require,module,exports){
|
|
5126
5263
|
"use strict";
|
|
5127
5264
|
var __extends = (this && this.__extends) || (function () {
|
|
5128
5265
|
var extendStatics = function (d, b) {
|
|
@@ -5163,7 +5300,7 @@ var GreekDictionary = /** @class */ (function (_super) {
|
|
|
5163
5300
|
}(BaseDictionary_1.default));
|
|
5164
5301
|
exports.default = GreekDictionary;
|
|
5165
5302
|
|
|
5166
|
-
},{"./Base/BaseDictionary":
|
|
5303
|
+
},{"./Base/BaseDictionary":35}],45:[function(require,module,exports){
|
|
5167
5304
|
"use strict";
|
|
5168
5305
|
var __extends = (this && this.__extends) || (function () {
|
|
5169
5306
|
var extendStatics = function (d, b) {
|
|
@@ -5204,7 +5341,7 @@ var HungarianDictionary = /** @class */ (function (_super) {
|
|
|
5204
5341
|
}(BaseDictionary_1.default));
|
|
5205
5342
|
exports.default = HungarianDictionary;
|
|
5206
5343
|
|
|
5207
|
-
},{"./Base/BaseDictionary":
|
|
5344
|
+
},{"./Base/BaseDictionary":35}],46:[function(require,module,exports){
|
|
5208
5345
|
"use strict";
|
|
5209
5346
|
var __extends = (this && this.__extends) || (function () {
|
|
5210
5347
|
var extendStatics = function (d, b) {
|
|
@@ -5245,7 +5382,7 @@ var IcelandicDictionary = /** @class */ (function (_super) {
|
|
|
5245
5382
|
}(BaseDictionary_1.default));
|
|
5246
5383
|
exports.default = IcelandicDictionary;
|
|
5247
5384
|
|
|
5248
|
-
},{"./Base/BaseDictionary":
|
|
5385
|
+
},{"./Base/BaseDictionary":35}],47:[function(require,module,exports){
|
|
5249
5386
|
"use strict";
|
|
5250
5387
|
var __extends = (this && this.__extends) || (function () {
|
|
5251
5388
|
var extendStatics = function (d, b) {
|
|
@@ -5286,7 +5423,7 @@ var ItalianDictionary = /** @class */ (function (_super) {
|
|
|
5286
5423
|
}(BaseDictionary_1.default));
|
|
5287
5424
|
exports.default = ItalianDictionary;
|
|
5288
5425
|
|
|
5289
|
-
},{"./Base/BaseDictionary":
|
|
5426
|
+
},{"./Base/BaseDictionary":35}],48:[function(require,module,exports){
|
|
5290
5427
|
"use strict";
|
|
5291
5428
|
var __extends = (this && this.__extends) || (function () {
|
|
5292
5429
|
var extendStatics = function (d, b) {
|
|
@@ -5327,7 +5464,7 @@ var LatvianDictionary = /** @class */ (function (_super) {
|
|
|
5327
5464
|
}(BaseDictionary_1.default));
|
|
5328
5465
|
exports.default = LatvianDictionary;
|
|
5329
5466
|
|
|
5330
|
-
},{"./Base/BaseDictionary":
|
|
5467
|
+
},{"./Base/BaseDictionary":35}],49:[function(require,module,exports){
|
|
5331
5468
|
"use strict";
|
|
5332
5469
|
var __extends = (this && this.__extends) || (function () {
|
|
5333
5470
|
var extendStatics = function (d, b) {
|
|
@@ -5368,7 +5505,7 @@ var LituanianDictionary = /** @class */ (function (_super) {
|
|
|
5368
5505
|
}(BaseDictionary_1.default));
|
|
5369
5506
|
exports.default = LituanianDictionary;
|
|
5370
5507
|
|
|
5371
|
-
},{"./Base/BaseDictionary":
|
|
5508
|
+
},{"./Base/BaseDictionary":35}],50:[function(require,module,exports){
|
|
5372
5509
|
"use strict";
|
|
5373
5510
|
var __extends = (this && this.__extends) || (function () {
|
|
5374
5511
|
var extendStatics = function (d, b) {
|
|
@@ -5409,7 +5546,7 @@ var NorwegianDictionary = /** @class */ (function (_super) {
|
|
|
5409
5546
|
}(BaseDictionary_1.default));
|
|
5410
5547
|
exports.default = NorwegianDictionary;
|
|
5411
5548
|
|
|
5412
|
-
},{"./Base/BaseDictionary":
|
|
5549
|
+
},{"./Base/BaseDictionary":35}],51:[function(require,module,exports){
|
|
5413
5550
|
"use strict";
|
|
5414
5551
|
var __extends = (this && this.__extends) || (function () {
|
|
5415
5552
|
var extendStatics = function (d, b) {
|
|
@@ -5450,7 +5587,7 @@ var PolishDictionary = /** @class */ (function (_super) {
|
|
|
5450
5587
|
}(BaseDictionary_1.default));
|
|
5451
5588
|
exports.default = PolishDictionary;
|
|
5452
5589
|
|
|
5453
|
-
},{"./Base/BaseDictionary":
|
|
5590
|
+
},{"./Base/BaseDictionary":35}],52:[function(require,module,exports){
|
|
5454
5591
|
"use strict";
|
|
5455
5592
|
var __extends = (this && this.__extends) || (function () {
|
|
5456
5593
|
var extendStatics = function (d, b) {
|
|
@@ -5491,7 +5628,7 @@ var PortugueseDictionary = /** @class */ (function (_super) {
|
|
|
5491
5628
|
}(BaseDictionary_1.default));
|
|
5492
5629
|
exports.default = PortugueseDictionary;
|
|
5493
5630
|
|
|
5494
|
-
},{"./Base/BaseDictionary":
|
|
5631
|
+
},{"./Base/BaseDictionary":35}],53:[function(require,module,exports){
|
|
5495
5632
|
"use strict";
|
|
5496
5633
|
var __extends = (this && this.__extends) || (function () {
|
|
5497
5634
|
var extendStatics = function (d, b) {
|
|
@@ -5532,7 +5669,7 @@ var SpanishDictionary = /** @class */ (function (_super) {
|
|
|
5532
5669
|
}(BaseDictionary_1.default));
|
|
5533
5670
|
exports.default = SpanishDictionary;
|
|
5534
5671
|
|
|
5535
|
-
},{"./Base/BaseDictionary":
|
|
5672
|
+
},{"./Base/BaseDictionary":35}],54:[function(require,module,exports){
|
|
5536
5673
|
"use strict";
|
|
5537
5674
|
var __extends = (this && this.__extends) || (function () {
|
|
5538
5675
|
var extendStatics = function (d, b) {
|
|
@@ -5573,7 +5710,7 @@ var SwedishDictionary = /** @class */ (function (_super) {
|
|
|
5573
5710
|
}(BaseDictionary_1.default));
|
|
5574
5711
|
exports.default = SwedishDictionary;
|
|
5575
5712
|
|
|
5576
|
-
},{"./Base/BaseDictionary":
|
|
5713
|
+
},{"./Base/BaseDictionary":35}],55:[function(require,module,exports){
|
|
5577
5714
|
"use strict";
|
|
5578
5715
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5579
5716
|
var DanishDictionary_1 = require("./Languages/DanishDictionary");
|
|
@@ -5690,7 +5827,7 @@ var Translator = /** @class */ (function () {
|
|
|
5690
5827
|
}());
|
|
5691
5828
|
exports.default = Translator;
|
|
5692
5829
|
|
|
5693
|
-
},{"./Languages/CzechDictionary":
|
|
5830
|
+
},{"./Languages/CzechDictionary":36,"./Languages/DanishDictionary":37,"./Languages/DutchDictionary":38,"./Languages/EnglishDictionary":39,"./Languages/EstonianDictionary":40,"./Languages/FinnishDictionary":41,"./Languages/FrenchDictionary":42,"./Languages/GermanDictionary":43,"./Languages/GreekDictionary":44,"./Languages/HungarianDictionary":45,"./Languages/IcelandicDictionary":46,"./Languages/ItalianDictionary":47,"./Languages/LatvianDictionary":48,"./Languages/LituanianDictionary":49,"./Languages/NorwegianDictionary":50,"./Languages/PolishDictionary":51,"./Languages/PortugueseDictionary":52,"./Languages/SpanishDictionary":53,"./Languages/SwedishDictionary":54}],56:[function(require,module,exports){
|
|
5694
5831
|
"use strict";
|
|
5695
5832
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5696
5833
|
function getAttributeNamesPolyfill() {
|
|
@@ -5709,7 +5846,7 @@ function getAttributeNamesPolyfill() {
|
|
|
5709
5846
|
exports.default = getAttributeNamesPolyfill;
|
|
5710
5847
|
;
|
|
5711
5848
|
|
|
5712
|
-
},{}],
|
|
5849
|
+
},{}],57:[function(require,module,exports){
|
|
5713
5850
|
"use strict";
|
|
5714
5851
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5715
5852
|
var ArrayUtil = /** @class */ (function () {
|
|
@@ -5747,7 +5884,7 @@ var ArrayUtil = /** @class */ (function () {
|
|
|
5747
5884
|
}());
|
|
5748
5885
|
exports.default = ArrayUtil;
|
|
5749
5886
|
|
|
5750
|
-
},{}],
|
|
5887
|
+
},{}],58:[function(require,module,exports){
|
|
5751
5888
|
"use strict";
|
|
5752
5889
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5753
5890
|
var ViewportUtil_1 = require("./ViewportUtil");
|
|
@@ -5850,7 +5987,7 @@ var DomUtil = /** @class */ (function () {
|
|
|
5850
5987
|
}());
|
|
5851
5988
|
exports.default = DomUtil;
|
|
5852
5989
|
|
|
5853
|
-
},{"./ViewportUtil":
|
|
5990
|
+
},{"./ViewportUtil":62}],59:[function(require,module,exports){
|
|
5854
5991
|
"use strict";
|
|
5855
5992
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5856
5993
|
var DomUtility = /** @class */ (function () {
|
|
@@ -5864,7 +6001,7 @@ var DomUtility = /** @class */ (function () {
|
|
|
5864
6001
|
}());
|
|
5865
6002
|
exports.default = DomUtility;
|
|
5866
6003
|
|
|
5867
|
-
},{}],
|
|
6004
|
+
},{}],60:[function(require,module,exports){
|
|
5868
6005
|
"use strict";
|
|
5869
6006
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5870
6007
|
var MakeRequest = /** @class */ (function () {
|
|
@@ -5914,7 +6051,7 @@ var MakeRequest = /** @class */ (function () {
|
|
|
5914
6051
|
}());
|
|
5915
6052
|
exports.default = MakeRequest;
|
|
5916
6053
|
|
|
5917
|
-
},{}],
|
|
6054
|
+
},{}],61:[function(require,module,exports){
|
|
5918
6055
|
"use strict";
|
|
5919
6056
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5920
6057
|
exports.StringUtil = void 0;
|
|
@@ -5932,7 +6069,7 @@ var StringUtil = /** @class */ (function () {
|
|
|
5932
6069
|
}());
|
|
5933
6070
|
exports.StringUtil = StringUtil;
|
|
5934
6071
|
|
|
5935
|
-
},{}],
|
|
6072
|
+
},{}],62:[function(require,module,exports){
|
|
5936
6073
|
"use strict";
|
|
5937
6074
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5938
6075
|
exports.ViewportUtil = void 0;
|
|
@@ -5976,7 +6113,7 @@ var ViewportUtil = /** @class */ (function () {
|
|
|
5976
6113
|
}());
|
|
5977
6114
|
exports.ViewportUtil = ViewportUtil;
|
|
5978
6115
|
|
|
5979
|
-
},{}],
|
|
6116
|
+
},{}],63:[function(require,module,exports){
|
|
5980
6117
|
"use strict";
|
|
5981
6118
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5982
6119
|
var debouncer = function (func, wait, immediate) {
|
|
@@ -6029,7 +6166,7 @@ var debouncer = function (func, wait, immediate) {
|
|
|
6029
6166
|
};
|
|
6030
6167
|
exports.default = debouncer;
|
|
6031
6168
|
|
|
6032
|
-
},{}],
|
|
6169
|
+
},{}],64:[function(require,module,exports){
|
|
6033
6170
|
"use strict";
|
|
6034
6171
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6035
6172
|
var BankAccountValidator = /** @class */ (function () {
|
|
@@ -6043,7 +6180,7 @@ var BankAccountValidator = /** @class */ (function () {
|
|
|
6043
6180
|
}());
|
|
6044
6181
|
exports.default = BankAccountValidator;
|
|
6045
6182
|
|
|
6046
|
-
},{}],
|
|
6183
|
+
},{}],65:[function(require,module,exports){
|
|
6047
6184
|
"use strict";
|
|
6048
6185
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6049
6186
|
var BankAccountRegistrationNumberValidator = /** @class */ (function () {
|
|
@@ -6057,7 +6194,7 @@ var BankAccountRegistrationNumberValidator = /** @class */ (function () {
|
|
|
6057
6194
|
}());
|
|
6058
6195
|
exports.default = BankAccountRegistrationNumberValidator;
|
|
6059
6196
|
|
|
6060
|
-
},{}],
|
|
6197
|
+
},{}],66:[function(require,module,exports){
|
|
6061
6198
|
"use strict";
|
|
6062
6199
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6063
6200
|
var BankIdNorwayValidator = /** @class */ (function () {
|
|
@@ -6080,7 +6217,7 @@ var BankIdNorwayValidator = /** @class */ (function () {
|
|
|
6080
6217
|
}());
|
|
6081
6218
|
exports.default = BankIdNorwayValidator;
|
|
6082
6219
|
|
|
6083
|
-
},{}],
|
|
6220
|
+
},{}],67:[function(require,module,exports){
|
|
6084
6221
|
"use strict";
|
|
6085
6222
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6086
6223
|
var BankIdSwedenValidator = /** @class */ (function () {
|
|
@@ -6103,7 +6240,7 @@ var BankIdSwedenValidator = /** @class */ (function () {
|
|
|
6103
6240
|
}());
|
|
6104
6241
|
exports.default = BankIdSwedenValidator;
|
|
6105
6242
|
|
|
6106
|
-
},{}],
|
|
6243
|
+
},{}],68:[function(require,module,exports){
|
|
6107
6244
|
"use strict";
|
|
6108
6245
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6109
6246
|
var CprValidator = /** @class */ (function () {
|
|
@@ -6180,7 +6317,7 @@ var CprValidator = /** @class */ (function () {
|
|
|
6180
6317
|
}());
|
|
6181
6318
|
exports.default = CprValidator;
|
|
6182
6319
|
|
|
6183
|
-
},{}],
|
|
6320
|
+
},{}],69:[function(require,module,exports){
|
|
6184
6321
|
"use strict";
|
|
6185
6322
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6186
6323
|
var CvrValidator = /** @class */ (function () {
|
|
@@ -6212,7 +6349,7 @@ var CvrValidator = /** @class */ (function () {
|
|
|
6212
6349
|
}());
|
|
6213
6350
|
exports.default = CvrValidator;
|
|
6214
6351
|
|
|
6215
|
-
},{}],
|
|
6352
|
+
},{}],70:[function(require,module,exports){
|
|
6216
6353
|
"use strict";
|
|
6217
6354
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6218
6355
|
var SECompanyRegistrationValidator = /** @class */ (function () {
|
|
@@ -6251,7 +6388,7 @@ var SECompanyRegistrationValidator = /** @class */ (function () {
|
|
|
6251
6388
|
}());
|
|
6252
6389
|
exports.default = SECompanyRegistrationValidator;
|
|
6253
6390
|
|
|
6254
|
-
},{}],
|
|
6391
|
+
},{}],71:[function(require,module,exports){
|
|
6255
6392
|
"use strict";
|
|
6256
6393
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6257
6394
|
var SEPersonalNumberValidator = /** @class */ (function () {
|
|
@@ -6293,7 +6430,7 @@ var SEPersonalNumberValidator = /** @class */ (function () {
|
|
|
6293
6430
|
}());
|
|
6294
6431
|
exports.default = SEPersonalNumberValidator;
|
|
6295
6432
|
|
|
6296
|
-
},{}],
|
|
6433
|
+
},{}],72:[function(require,module,exports){
|
|
6297
6434
|
"use strict";
|
|
6298
6435
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6299
6436
|
var elementConfig = /** @class */ (function () {
|
|
@@ -6346,7 +6483,7 @@ var CustomElement = function (config) {
|
|
|
6346
6483
|
};
|
|
6347
6484
|
exports.default = CustomElement;
|
|
6348
6485
|
|
|
6349
|
-
},{}],
|
|
6486
|
+
},{}],73:[function(require,module,exports){
|
|
6350
6487
|
"use strict";
|
|
6351
6488
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6352
6489
|
exports.CustomInputElement = exports.elements = exports.CustomForm = void 0;
|
|
@@ -6362,6 +6499,6 @@ Object.defineProperty(exports, "CustomInputElement", { enumerable: true, get: fu
|
|
|
6362
6499
|
var elements = require("./elements/Elements");
|
|
6363
6500
|
exports.elements = elements;
|
|
6364
6501
|
|
|
6365
|
-
},{"./custom-form":9,"./elements/Elements":
|
|
6502
|
+
},{"./custom-form":9,"./elements/Elements":19,"./framework/CustomInputElement":34,"@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js":2,"@webcomponents/webcomponentsjs/webcomponents-bundle":3,"@webcomponents/webcomponentsjs/webcomponents-loader.js":4}]},{},[1])
|
|
6366
6503
|
|
|
6367
6504
|
//# sourceMappingURL=index.min.js.map
|