@bnsights/bbsf-controls 1.0.36 → 1.0.39
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/README.md +10 -0
- package/bnsights-bbsf-controls-1.0.39.tgz +0 -0
- package/bnsights-bbsf-controls.metadata.json +1 -1
- package/bundles/bnsights-bbsf-controls.umd.js +24 -37
- package/bundles/bnsights-bbsf-controls.umd.js.map +1 -1
- package/esm2015/lib/Shared/Enums/Enums.js +23 -36
- package/esm2015/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.js +3 -3
- package/fesm2015/bnsights-bbsf-controls.js +25 -38
- package/fesm2015/bnsights-bbsf-controls.js.map +1 -1
- package/lib/Shared/Enums/Enums.d.ts +22 -33
- package/package.json +2 -2
- package/bnsights-bbsf-controls-1.0.36.tgz +0 -0
|
@@ -1357,7 +1357,7 @@
|
|
|
1357
1357
|
this.CurrentLanguage = translate.currentLang != undefined ? translate.currentLang : translate.defaultLang;
|
|
1358
1358
|
}
|
|
1359
1359
|
MultiLingualTextBoxComponent.prototype.getCustomErrorsMassages = function () {
|
|
1360
|
-
this.ArabicLetterOnly = this.UtilityService.getResourceValue("
|
|
1360
|
+
this.ArabicLetterOnly = this.UtilityService.getResourceValue("VAL_ArabicIsRequiredAndOnly50CharactersEnglish");
|
|
1361
1361
|
this.EnglishLetterOnly = this.UtilityService.getResourceValue("EnglishLetterOnly");
|
|
1362
1362
|
};
|
|
1363
1363
|
MultiLingualTextBoxComponent.prototype.ngOnInit = function () {
|
|
@@ -1417,7 +1417,7 @@
|
|
|
1417
1417
|
}
|
|
1418
1418
|
this.showInputUsingLanguageMode();
|
|
1419
1419
|
this.ArabicValidationRules.push(forms.Validators.compose([
|
|
1420
|
-
this.controlUtility.arabicValidator({
|
|
1420
|
+
this.controlUtility.arabicValidator({ ArabicLetterOnly: this.ArabicLetterOnly }),
|
|
1421
1421
|
]));
|
|
1422
1422
|
this.EnglishValidationRules.push(forms.Validators.compose([
|
|
1423
1423
|
this.controlUtility.patternValidator(/^[\x00-\x7F]*$/, { EnglishLetterOnly: this.EnglishLetterOnly }),
|
|
@@ -6159,43 +6159,30 @@
|
|
|
6159
6159
|
PermissionSets[PermissionSets["BusinessAdmin"] = 2] = "BusinessAdmin";
|
|
6160
6160
|
PermissionSets[PermissionSets["Customer"] = 3] = "Customer";
|
|
6161
6161
|
})(exports.PermissionSets || (exports.PermissionSets = {}));
|
|
6162
|
-
exports.PropertyLocation = void 0;
|
|
6163
|
-
(function (PropertyLocation) {
|
|
6164
|
-
PropertyLocation[PropertyLocation["InternalIdeas"] = 53001] = "InternalIdeas";
|
|
6165
|
-
PropertyLocation[PropertyLocation["EvaluationRequest"] = 53002] = "EvaluationRequest";
|
|
6166
|
-
PropertyLocation[PropertyLocation["IMOBusiness"] = 53003] = "IMOBusiness";
|
|
6167
|
-
PropertyLocation[PropertyLocation["PublicIdeas"] = 53004] = "PublicIdeas";
|
|
6168
|
-
})(exports.PropertyLocation || (exports.PropertyLocation = {}));
|
|
6169
|
-
exports.LanguageType = void 0;
|
|
6170
|
-
(function (LanguageType) {
|
|
6171
|
-
LanguageType[LanguageType["English"] = 54001] = "English";
|
|
6172
|
-
LanguageType[LanguageType["Arabic"] = 54002] = "Arabic";
|
|
6173
|
-
LanguageType[LanguageType["Any"] = 54003] = "Any";
|
|
6174
|
-
})(exports.LanguageType || (exports.LanguageType = {}));
|
|
6175
6162
|
exports.DataType = void 0;
|
|
6176
6163
|
(function (DataType) {
|
|
6177
|
-
DataType[
|
|
6178
|
-
DataType[
|
|
6179
|
-
DataType[
|
|
6180
|
-
DataType[
|
|
6181
|
-
DataType[
|
|
6182
|
-
DataType[
|
|
6183
|
-
DataType[
|
|
6184
|
-
DataType[
|
|
6185
|
-
DataType[
|
|
6186
|
-
DataType[
|
|
6187
|
-
DataType[
|
|
6188
|
-
DataType[
|
|
6189
|
-
DataType[
|
|
6190
|
-
DataType[
|
|
6191
|
-
DataType[
|
|
6192
|
-
DataType[
|
|
6193
|
-
DataType[
|
|
6194
|
-
DataType[
|
|
6195
|
-
DataType[
|
|
6196
|
-
DataType[
|
|
6197
|
-
DataType[
|
|
6198
|
-
DataType[
|
|
6164
|
+
DataType["Text"] = "7F35E246-7C93-4666-8031-3CE9D2262DB9";
|
|
6165
|
+
DataType["Email"] = "E4F974F6-682F-4CAC-8597-C94E8BF60539";
|
|
6166
|
+
DataType["Number"] = "962060E2-539C-4257-88E5-0259EB8A64F4";
|
|
6167
|
+
DataType["Name"] = "54FE6A3E-1F71-42B8-8C99-06279ED8AA2F";
|
|
6168
|
+
DataType["Mobile"] = "266E2903-D105-4847-AC9B-002AE884A31E";
|
|
6169
|
+
DataType["MultilineText"] = "97F904E0-991B-4F68-B227-217A7B87B8B3";
|
|
6170
|
+
DataType["HTML"] = "57335E2B-E286-401A-A374-72888C3FB753";
|
|
6171
|
+
DataType["Image"] = "1AE5FF1F-856E-41DA-923E-07966F6F8FFE";
|
|
6172
|
+
DataType["File"] = "ACDFEFA7-B406-45B8-9264-78AA440D94B5";
|
|
6173
|
+
DataType["MultiFile"] = "11FAC9EB-D1BB-4F73-9386-64A6C89A70AC";
|
|
6174
|
+
DataType["Boolean"] = "7F89617B-5863-4741-A948-106BBE82D38D";
|
|
6175
|
+
DataType["Date"] = "41182659-A638-4FF0-8E3F-66B89B0B544C";
|
|
6176
|
+
DataType["DateTime"] = "8D899956-8187-4EA1-92EB-B62D50A66323";
|
|
6177
|
+
DataType["Time"] = "B8C225ED-17C3-4AE0-A0E8-3C722B38D8A7";
|
|
6178
|
+
DataType["Location"] = "C486F9C5-0065-4A81-AFA1-03946DBD2214";
|
|
6179
|
+
DataType["SingleSelect"] = "1A63B4B7-DEDE-48C8-8407-10E4170BF761";
|
|
6180
|
+
DataType["MulipleSelect"] = "2CB28735-9D0B-4FBE-A504-8793A4544F94";
|
|
6181
|
+
DataType["Goal"] = "108310CE-9FE1-4914-AB6B-2CF6284472AD";
|
|
6182
|
+
DataType["Challenge"] = "48C419CE-5306-4F6B-87A3-F016E522D9E3";
|
|
6183
|
+
DataType["CoverPhoto"] = "9CC8C0BB-C670-466F-A632-8632FF5C1296";
|
|
6184
|
+
DataType["InnovationLab"] = "4B914ED0-8B36-4E24-B85E-9A04C9F266BE";
|
|
6185
|
+
DataType["Country"] = "342AA701-76C7-4E5D-8056-407BFC86F888";
|
|
6199
6186
|
})(exports.DataType || (exports.DataType = {}));
|
|
6200
6187
|
|
|
6201
6188
|
exports.ForceDirection = void 0;
|