@bnsights/bbsf-controls 1.0.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/README.md +24 -0
- package/bnsights-bbsf-controls.d.ts +26 -0
- package/bnsights-bbsf-controls.metadata.json +1 -0
- package/bundles/bnsights-bbsf-controls.umd.js +6375 -0
- package/bundles/bnsights-bbsf-controls.umd.js.map +1 -0
- package/esm2015/bnsights-bbsf-controls.js +27 -0
- package/esm2015/lib/Shared/Enums/CalendarView.js +8 -0
- package/esm2015/lib/Shared/Enums/ControlLayout.js +6 -0
- package/esm2015/lib/Shared/Enums/Countries.js +247 -0
- package/esm2015/lib/Shared/Enums/FileType.js +22 -0
- package/esm2015/lib/Shared/Enums/FilterType.js +11 -0
- package/esm2015/lib/Shared/Enums/FontSize.js +7 -0
- package/esm2015/lib/Shared/Enums/ForceDirection.js +6 -0
- package/esm2015/lib/Shared/Enums/IconPosition.js +6 -0
- package/esm2015/lib/Shared/Enums/ImageType.js +10 -0
- package/esm2015/lib/Shared/Enums/InputType.js +9 -0
- package/esm2015/lib/Shared/Enums/Insert.js +9 -0
- package/esm2015/lib/Shared/Enums/LanguageMode.js +11 -0
- package/esm2015/lib/Shared/Enums/Misc.js +7 -0
- package/esm2015/lib/Shared/Enums/PagingActionMode.js +6 -0
- package/esm2015/lib/Shared/Enums/Para.js +9 -0
- package/esm2015/lib/Shared/Enums/PickerType.js +7 -0
- package/esm2015/lib/Shared/Enums/SelectMode.js +6 -0
- package/esm2015/lib/Shared/Enums/StartView.js +7 -0
- package/esm2015/lib/Shared/Enums/Style.js +8 -0
- package/esm2015/lib/Shared/Enums/menu-list-enum.js +6 -0
- package/esm2015/lib/Shared/Models/Attribute.js +3 -0
- package/esm2015/lib/Shared/Models/AutocompleteDTO.js +7 -0
- package/esm2015/lib/Shared/Models/AutocompleteOptions.js +29 -0
- package/esm2015/lib/Shared/Models/CalendarEventDTO.js +3 -0
- package/esm2015/lib/Shared/Models/CalendarOptions.js +17 -0
- package/esm2015/lib/Shared/Models/CancelDTO.js +7 -0
- package/esm2015/lib/Shared/Models/CheckBoxOptions.js +12 -0
- package/esm2015/lib/Shared/Models/CustomValidation.js +14 -0
- package/esm2015/lib/Shared/Models/DropdownListItem.js +3 -0
- package/esm2015/lib/Shared/Models/DropdownOptions.js +18 -0
- package/esm2015/lib/Shared/Models/EditPersonalImage.js +7 -0
- package/esm2015/lib/Shared/Models/EnglishArabicDTO.js +3 -0
- package/esm2015/lib/Shared/Models/FileDTO.js +2 -0
- package/esm2015/lib/Shared/Models/FileUploadModel.js +3 -0
- package/esm2015/lib/Shared/Models/FileUploadOptions.js +15 -0
- package/esm2015/lib/Shared/Models/FilterItem.js +8 -0
- package/esm2015/lib/Shared/Models/FormOptions.js +26 -0
- package/esm2015/lib/Shared/Models/HtmlEditorOptions.js +16 -0
- package/esm2015/lib/Shared/Models/ImageUploadOptions.js +18 -0
- package/esm2015/lib/Shared/Models/MapAutoCompleteOptions.js +11 -0
- package/esm2015/lib/Shared/Models/MapAutocompleteDTO.js +3 -0
- package/esm2015/lib/Shared/Models/MultiLingualHtmlEditorOptions.js +19 -0
- package/esm2015/lib/Shared/Models/MultiLingualTextAreaOptions.js +19 -0
- package/esm2015/lib/Shared/Models/MultilingualTextBoxOptions.js +22 -0
- package/esm2015/lib/Shared/Models/MultipleFileUploadModel.js +9 -0
- package/esm2015/lib/Shared/Models/PagingDTO.js +13 -0
- package/esm2015/lib/Shared/Models/PagingOptions.js +43 -0
- package/esm2015/lib/Shared/Models/PhoneOptions.js +15 -0
- package/esm2015/lib/Shared/Models/ProfileImageUploadOptions.js +15 -0
- package/esm2015/lib/Shared/Models/ProfilePictureDTO.js +3 -0
- package/esm2015/lib/Shared/Models/RadioButtonItem.js +3 -0
- package/esm2015/lib/Shared/Models/RadioButtonOptions.js +10 -0
- package/esm2015/lib/Shared/Models/RangeNumber.js +3 -0
- package/esm2015/lib/Shared/Models/SaveDTO.js +7 -0
- package/esm2015/lib/Shared/Models/TagsInputDTO.js +3 -0
- package/esm2015/lib/Shared/Models/TagsInputOptions.js +45 -0
- package/esm2015/lib/Shared/Models/TextAreaOptions.js +14 -0
- package/esm2015/lib/Shared/Models/TextBoxOptions.js +21 -0
- package/esm2015/lib/Shared/Models/ToggleslideOptions.js +9 -0
- package/esm2015/lib/Shared/Models/UploadPersonalImage.js +7 -0
- package/esm2015/lib/Shared/Models/datePickerOptions.js +24 -0
- package/esm2015/lib/Shared/config/environment.js +12 -0
- package/esm2015/lib/Shared/services/ControlUtility.js +114 -0
- package/esm2015/lib/Shared/services/OnPagingFiltersChange.service.js +22 -0
- package/esm2015/lib/Shared/services/validationErrorMassage.service.js +122 -0
- package/esm2015/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.js +236 -0
- package/esm2015/lib/controls/Calendar/Calendar.component.js +176 -0
- package/esm2015/lib/controls/CheckBox/CheckBox.component.js +111 -0
- package/esm2015/lib/controls/DateTimePicker/DateTimePicker.component.js +148 -0
- package/esm2015/lib/controls/DropdownList/DropdownList.component.js +172 -0
- package/esm2015/lib/controls/FileUplaod/FileUplaod.component.js +319 -0
- package/esm2015/lib/controls/Form/Form.component.js +82 -0
- package/esm2015/lib/controls/HtmlEditor/HtmlEditor.component.js +202 -0
- package/esm2015/lib/controls/ImageUpload/ImageUpload.component.js +304 -0
- package/esm2015/lib/controls/MapAutoComplete/MapAutoComplete.component.js +283 -0
- package/esm2015/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.js +383 -0
- package/esm2015/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.js +325 -0
- package/esm2015/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.js +326 -0
- package/esm2015/lib/controls/Paging/JwPagination.component.js +127 -0
- package/esm2015/lib/controls/Paging/Paging.component.js +215 -0
- package/esm2015/lib/controls/Phone/Phone.component.js +114 -0
- package/esm2015/lib/controls/ProfileImageUploader/ProfileImageUploader.component.js +326 -0
- package/esm2015/lib/controls/RadioButton/RadioButton.component.js +98 -0
- package/esm2015/lib/controls/TagsInput/TagsInput.component.js +205 -0
- package/esm2015/lib/controls/TextArea/TextArea.component.js +148 -0
- package/esm2015/lib/controls/TextBox/TextBox.component.js +217 -0
- package/esm2015/lib/controls/Toggleslide/toggleslide.component.js +71 -0
- package/esm2015/lib/controls/bbsf-controls.module.js +208 -0
- package/esm2015/public-api.js +101 -0
- package/fesm2015/bnsights-bbsf-controls.js +5794 -0
- package/fesm2015/bnsights-bbsf-controls.js.map +1 -0
- package/lib/Shared/Enums/CalendarView.d.ts +6 -0
- package/lib/Shared/Enums/ControlLayout.d.ts +4 -0
- package/lib/Shared/Enums/Countries.d.ts +245 -0
- package/lib/Shared/Enums/FileType.d.ts +20 -0
- package/lib/Shared/Enums/FilterType.d.ts +9 -0
- package/lib/Shared/Enums/FontSize.d.ts +5 -0
- package/lib/Shared/Enums/ForceDirection.d.ts +4 -0
- package/lib/Shared/Enums/IconPosition.d.ts +4 -0
- package/lib/Shared/Enums/ImageType.d.ts +8 -0
- package/lib/Shared/Enums/InputType.d.ts +7 -0
- package/lib/Shared/Enums/Insert.d.ts +7 -0
- package/lib/Shared/Enums/LanguageMode.d.ts +9 -0
- package/lib/Shared/Enums/Misc.d.ts +5 -0
- package/lib/Shared/Enums/PagingActionMode.d.ts +4 -0
- package/lib/Shared/Enums/Para.d.ts +7 -0
- package/lib/Shared/Enums/PickerType.d.ts +5 -0
- package/lib/Shared/Enums/SelectMode.d.ts +4 -0
- package/lib/Shared/Enums/StartView.d.ts +5 -0
- package/lib/Shared/Enums/Style.d.ts +6 -0
- package/lib/Shared/Enums/menu-list-enum.d.ts +4 -0
- package/lib/Shared/Models/Attribute.d.ts +4 -0
- package/lib/Shared/Models/AutocompleteDTO.d.ts +4 -0
- package/lib/Shared/Models/AutocompleteOptions.d.ts +74 -0
- package/lib/Shared/Models/CalendarEventDTO.d.ts +8 -0
- package/lib/Shared/Models/CalendarOptions.d.ts +29 -0
- package/lib/Shared/Models/CancelDTO.d.ts +5 -0
- package/lib/Shared/Models/CheckBoxOptions.d.ts +38 -0
- package/lib/Shared/Models/CustomValidation.d.ts +10 -0
- package/lib/Shared/Models/DropdownListItem.d.ts +4 -0
- package/lib/Shared/Models/DropdownOptions.d.ts +67 -0
- package/lib/Shared/Models/EditPersonalImage.d.ts +5 -0
- package/lib/Shared/Models/EnglishArabicDTO.d.ts +4 -0
- package/lib/Shared/Models/FileDTO.d.ts +19 -0
- package/lib/Shared/Models/FileUploadModel.d.ts +4 -0
- package/lib/Shared/Models/FileUploadOptions.d.ts +56 -0
- package/lib/Shared/Models/FilterItem.d.ts +13 -0
- package/lib/Shared/Models/FormOptions.d.ts +15 -0
- package/lib/Shared/Models/HtmlEditorOptions.d.ts +66 -0
- package/lib/Shared/Models/ImageUploadOptions.d.ts +59 -0
- package/lib/Shared/Models/MapAutoCompleteOptions.d.ts +44 -0
- package/lib/Shared/Models/MapAutocompleteDTO.d.ts +7 -0
- package/lib/Shared/Models/MultiLingualHtmlEditorOptions.d.ts +97 -0
- package/lib/Shared/Models/MultiLingualTextAreaOptions.d.ts +85 -0
- package/lib/Shared/Models/MultilingualTextBoxOptions.d.ts +83 -0
- package/lib/Shared/Models/MultipleFileUploadModel.d.ts +7 -0
- package/lib/Shared/Models/PagingDTO.d.ts +11 -0
- package/lib/Shared/Models/PagingOptions.d.ts +51 -0
- package/lib/Shared/Models/PhoneOptions.d.ts +56 -0
- package/lib/Shared/Models/ProfileImageUploadOptions.d.ts +64 -0
- package/lib/Shared/Models/ProfilePictureDTO.d.ts +12 -0
- package/lib/Shared/Models/RadioButtonItem.d.ts +4 -0
- package/lib/Shared/Models/RadioButtonOptions.d.ts +44 -0
- package/lib/Shared/Models/RangeNumber.d.ts +4 -0
- package/lib/Shared/Models/SaveDTO.d.ts +5 -0
- package/lib/Shared/Models/TagsInputDTO.d.ts +4 -0
- package/lib/Shared/Models/TagsInputOptions.d.ts +91 -0
- package/lib/Shared/Models/TextAreaOptions.d.ts +60 -0
- package/lib/Shared/Models/TextBoxOptions.d.ts +70 -0
- package/lib/Shared/Models/ToggleslideOptions.d.ts +36 -0
- package/lib/Shared/Models/UploadPersonalImage.d.ts +5 -0
- package/lib/Shared/Models/datePickerOptions.d.ts +65 -0
- package/lib/Shared/config/environment.d.ts +1 -0
- package/lib/Shared/services/ControlUtility.d.ts +23 -0
- package/lib/Shared/services/OnPagingFiltersChange.service.d.ts +7 -0
- package/lib/Shared/services/validationErrorMassage.service.d.ts +13 -0
- package/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.d.ts +51 -0
- package/lib/controls/Calendar/Calendar.component.d.ts +40 -0
- package/lib/controls/CheckBox/CheckBox.component.d.ts +33 -0
- package/lib/controls/DateTimePicker/DateTimePicker.component.d.ts +41 -0
- package/lib/controls/DropdownList/DropdownList.component.d.ts +47 -0
- package/lib/controls/FileUplaod/FileUplaod.component.d.ts +49 -0
- package/lib/controls/Form/Form.component.d.ts +15 -0
- package/lib/controls/HtmlEditor/HtmlEditor.component.d.ts +44 -0
- package/lib/controls/ImageUpload/ImageUpload.component.d.ts +64 -0
- package/lib/controls/MapAutoComplete/MapAutoComplete.component.d.ts +52 -0
- package/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.d.ts +58 -0
- package/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.d.ts +59 -0
- package/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.d.ts +57 -0
- package/lib/controls/Paging/JwPagination.component.d.ts +24 -0
- package/lib/controls/Paging/Paging.component.d.ts +44 -0
- package/lib/controls/Phone/Phone.component.d.ts +37 -0
- package/lib/controls/ProfileImageUploader/ProfileImageUploader.component.d.ts +65 -0
- package/lib/controls/RadioButton/RadioButton.component.d.ts +31 -0
- package/lib/controls/TagsInput/TagsInput.component.d.ts +47 -0
- package/lib/controls/TextArea/TextArea.component.d.ts +41 -0
- package/lib/controls/TextBox/TextBox.component.d.ts +50 -0
- package/lib/controls/Toggleslide/toggleslide.component.d.ts +26 -0
- package/lib/controls/bbsf-controls.module.d.ts +10 -0
- package/package.json +85 -0
- package/public-api.d.ts +66 -0
- package/src/lib/assets/Style.css +1149 -0
- package/src/lib/assets/i18n/ar.json +29 -0
- package/src/lib/assets/i18n/en.json +24 -0
- package/src/lib/assets/images/imagenotfound.png +0 -0
- package/src/lib/assets/images/uploadimg.png +0 -0
- package/src/lib/assets/images/userimg.png +0 -0
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
export declare enum Country {
|
|
2
|
+
Afghanistan = "af",
|
|
3
|
+
Albania = "al",
|
|
4
|
+
Algeria = "dz",
|
|
5
|
+
AmericanSamoa = "as",
|
|
6
|
+
Andorra = "ad",
|
|
7
|
+
Angola = "ao",
|
|
8
|
+
Anguilla = "ai",
|
|
9
|
+
AntiguaAndBarbuda = "ag",
|
|
10
|
+
Argentina = "ar",
|
|
11
|
+
Armenia = "am",
|
|
12
|
+
Aruba = "aw",
|
|
13
|
+
Australia = "au",
|
|
14
|
+
Austria = "at",
|
|
15
|
+
Azerbaijan = "az",
|
|
16
|
+
Bahamas = "bs",
|
|
17
|
+
Bahrain = "bh",
|
|
18
|
+
Bangladesh = "bd",
|
|
19
|
+
Barbados = "bb",
|
|
20
|
+
Belarus = "by",
|
|
21
|
+
Belgium = "be",
|
|
22
|
+
Belize = "bz",
|
|
23
|
+
Benin = "bj",
|
|
24
|
+
Bermuda = "bm",
|
|
25
|
+
Bhutan = "bt",
|
|
26
|
+
Bolivia = "bo",
|
|
27
|
+
BosniaAndHerzegovina = "ba",
|
|
28
|
+
Botswana = "bw",
|
|
29
|
+
Brazil = "br",
|
|
30
|
+
BritishIndianOceanTerritory = "io",
|
|
31
|
+
BritishVirginIslands = "vg",
|
|
32
|
+
Brunei = "bn",
|
|
33
|
+
Bulgaria = "bg",
|
|
34
|
+
BurkinaFaso = "bf",
|
|
35
|
+
Burundi = "bi",
|
|
36
|
+
Cambodia = "kh",
|
|
37
|
+
Cameroon = "cm",
|
|
38
|
+
Canada = "ca",
|
|
39
|
+
CapeVerde = "cv",
|
|
40
|
+
CaribbeanNetherlands = "bq",
|
|
41
|
+
CaymanIslands = "ky",
|
|
42
|
+
CentralAfricanRepublic = "cf",
|
|
43
|
+
Chad = "td",
|
|
44
|
+
Chile = "cl",
|
|
45
|
+
China = "cn",
|
|
46
|
+
ChristmasIsland = "cx",
|
|
47
|
+
Cocos = "cc",
|
|
48
|
+
Colombia = "co",
|
|
49
|
+
Comoros = "km",
|
|
50
|
+
CongoDRCJamhuriYaKidemokrasiaYaKongo = "cd",
|
|
51
|
+
CongoRepublicCongoBrazzaville = "cg",
|
|
52
|
+
CookIslands = "ck",
|
|
53
|
+
CostaRica = "cr",
|
|
54
|
+
CôteDIvoire = "ci",
|
|
55
|
+
Croatia = "hr",
|
|
56
|
+
Cuba = "cu",
|
|
57
|
+
Curaçao = "cw",
|
|
58
|
+
Cyprus = "cy",
|
|
59
|
+
CzechRepublic = "cz",
|
|
60
|
+
Denmark = "dk",
|
|
61
|
+
Djibouti = "dj",
|
|
62
|
+
Dominica = "dm",
|
|
63
|
+
DominicanRepublic = "do",
|
|
64
|
+
Ecuador = "ec",
|
|
65
|
+
Egypt = "eg",
|
|
66
|
+
ElSalvador = "sv",
|
|
67
|
+
EquatorialGuinea = "gq",
|
|
68
|
+
Eritrea = "er",
|
|
69
|
+
Estonia = "ee",
|
|
70
|
+
Ethiopia = "et",
|
|
71
|
+
FalklandIslands = "fk",
|
|
72
|
+
FaroeIslands = "fo",
|
|
73
|
+
Fiji = "fj",
|
|
74
|
+
Finland = "fi",
|
|
75
|
+
France = "fr",
|
|
76
|
+
FrenchGuiana = "gf",
|
|
77
|
+
FrenchPolynesia = "pf",
|
|
78
|
+
Gabon = "ga",
|
|
79
|
+
Gambia = "gm",
|
|
80
|
+
Georgia = "ge",
|
|
81
|
+
Germany = "de",
|
|
82
|
+
Ghana = "gh",
|
|
83
|
+
Gibraltar = "gi",
|
|
84
|
+
Greece = "gr",
|
|
85
|
+
Greenland = "gl",
|
|
86
|
+
Grenada = "gd",
|
|
87
|
+
Guadeloupe = "gp",
|
|
88
|
+
Guam = "gu",
|
|
89
|
+
Guatemala = "gt",
|
|
90
|
+
Guernsey = "gg",
|
|
91
|
+
Guinea = "gn",
|
|
92
|
+
GuineaBissau = "gw",
|
|
93
|
+
Guyana = "gy",
|
|
94
|
+
Haiti = "ht",
|
|
95
|
+
Honduras = "hn",
|
|
96
|
+
HongKong = "hk",
|
|
97
|
+
Hungary = "hu",
|
|
98
|
+
Iceland = "is",
|
|
99
|
+
India = "in",
|
|
100
|
+
Indonesia = "id",
|
|
101
|
+
Iran = "ir",
|
|
102
|
+
Iraq = "iq",
|
|
103
|
+
Ireland = "ie",
|
|
104
|
+
IsleOfMan = "im",
|
|
105
|
+
Israel = "il",
|
|
106
|
+
Italy = "it",
|
|
107
|
+
Jamaica = "jm",
|
|
108
|
+
Japan = "jp",
|
|
109
|
+
Jersey = "je",
|
|
110
|
+
Jordan = "jo",
|
|
111
|
+
Kazakhstan = "kz",
|
|
112
|
+
Kenya = "ke",
|
|
113
|
+
Kiribati = "ki",
|
|
114
|
+
Kosovo = "xk",
|
|
115
|
+
Kuwait = "kw",
|
|
116
|
+
Kyrgyzstan = "kg",
|
|
117
|
+
Laos = "la",
|
|
118
|
+
Latvia = "lv",
|
|
119
|
+
Lebanon = "lb",
|
|
120
|
+
Lesotho = "ls",
|
|
121
|
+
Liberia = "lr",
|
|
122
|
+
Libya = "ly",
|
|
123
|
+
Liechtenstein = "li",
|
|
124
|
+
Lithuania = "lt",
|
|
125
|
+
Luxembourg = "lu",
|
|
126
|
+
Macau = "mo",
|
|
127
|
+
Macedonia = "mk",
|
|
128
|
+
Madagascar = "mg",
|
|
129
|
+
Malawi = "mw",
|
|
130
|
+
Malaysia = "my",
|
|
131
|
+
Maldives = "mv",
|
|
132
|
+
Mali = "ml",
|
|
133
|
+
Malta = "mt",
|
|
134
|
+
MarshallIslands = "mh",
|
|
135
|
+
Martinique = "mq",
|
|
136
|
+
Mauritania = "mr",
|
|
137
|
+
Mauritius = "mu",
|
|
138
|
+
Mayotte = "yt",
|
|
139
|
+
Mexico = "mx",
|
|
140
|
+
Micronesia = "fm",
|
|
141
|
+
Moldova = "md",
|
|
142
|
+
Monaco = "mc",
|
|
143
|
+
Mongolia = "mn",
|
|
144
|
+
Montenegro = "me",
|
|
145
|
+
Montserrat = "ms",
|
|
146
|
+
Morocco = "ma",
|
|
147
|
+
Mozambique = "mz",
|
|
148
|
+
Myanmar = "mm",
|
|
149
|
+
Namibia = "na",
|
|
150
|
+
Nauru = "nr",
|
|
151
|
+
Nepal = "np",
|
|
152
|
+
Netherlands = "nl",
|
|
153
|
+
NewCaledonia = "nc",
|
|
154
|
+
NewZealand = "nz",
|
|
155
|
+
Nicaragua = "ni",
|
|
156
|
+
Niger = "ne",
|
|
157
|
+
Nigeria = "ng",
|
|
158
|
+
Niue = "nu",
|
|
159
|
+
NorfolkIsland = "nf",
|
|
160
|
+
NorthKorea = "kp",
|
|
161
|
+
NorthernMarianaIslands = "mp",
|
|
162
|
+
Norway = "no",
|
|
163
|
+
Oman = "om",
|
|
164
|
+
Pakistan = "pk",
|
|
165
|
+
Palau = "pw",
|
|
166
|
+
Palestine = "ps",
|
|
167
|
+
Panama = "pa",
|
|
168
|
+
PapuaNewGuinea = "pg",
|
|
169
|
+
Paraguay = "py",
|
|
170
|
+
Peru = "pe",
|
|
171
|
+
Philippines = "ph",
|
|
172
|
+
Poland = "pl",
|
|
173
|
+
Portugal = "pt",
|
|
174
|
+
PuertoRico = "pr",
|
|
175
|
+
Qatar = "qa",
|
|
176
|
+
Réunion = "re",
|
|
177
|
+
Romania = "ro",
|
|
178
|
+
Russia = "ru",
|
|
179
|
+
Rwanda = "rw",
|
|
180
|
+
SaintBarthélemy = "bl",
|
|
181
|
+
SaintHelena = "sh",
|
|
182
|
+
SaintKittsAndNevis = "kn",
|
|
183
|
+
SaintLucia = "lc",
|
|
184
|
+
SaintMartin = "mf",
|
|
185
|
+
SaintPierreAndMiquelon = "pm",
|
|
186
|
+
SaintVincentAndTheGrenadines = "vc",
|
|
187
|
+
Samoa = "ws",
|
|
188
|
+
SanMarino = "sm",
|
|
189
|
+
SãoToméAndPríncipe = "st",
|
|
190
|
+
SaudiArabia = "sa",
|
|
191
|
+
Senegal = "sn",
|
|
192
|
+
Serbia = "rs",
|
|
193
|
+
Seychelles = "sc",
|
|
194
|
+
SierraLeone = "sl",
|
|
195
|
+
Singapore = "sg",
|
|
196
|
+
SintMaarten = "sx",
|
|
197
|
+
Slovakia = "sk",
|
|
198
|
+
Slovenia = "si",
|
|
199
|
+
SolomonIslands = "sb",
|
|
200
|
+
Somalia = "so",
|
|
201
|
+
SouthAfrica = "za",
|
|
202
|
+
SouthKorea = "kr",
|
|
203
|
+
SouthSudan = "ss",
|
|
204
|
+
Spain = "es",
|
|
205
|
+
SriLanka = "lk",
|
|
206
|
+
Sudan = "sd",
|
|
207
|
+
Suriname = "sr",
|
|
208
|
+
SvalbardAndJanMayen = "sj",
|
|
209
|
+
Swaziland = "sz",
|
|
210
|
+
Sweden = "se",
|
|
211
|
+
Switzerland = "ch",
|
|
212
|
+
Syria = "sy",
|
|
213
|
+
Taiwan = "tw",
|
|
214
|
+
Tajikistan = "tj",
|
|
215
|
+
Tanzania = "tz",
|
|
216
|
+
Thailand = "th",
|
|
217
|
+
TimorLeste = "tl",
|
|
218
|
+
Togo = "tg",
|
|
219
|
+
Tokelau = "tk",
|
|
220
|
+
Tonga = "to",
|
|
221
|
+
TrinidadAndTobago = "tt",
|
|
222
|
+
Tunisia = "tn",
|
|
223
|
+
Turkey = "tr",
|
|
224
|
+
Turkmenistan = "tm",
|
|
225
|
+
TurksAndCaicosIslands = "tc",
|
|
226
|
+
Tuvalu = "tv",
|
|
227
|
+
USVirginIslands = "vi",
|
|
228
|
+
Uganda = "ug",
|
|
229
|
+
Ukraine = "ua",
|
|
230
|
+
UnitedArabEmirates = "ae",
|
|
231
|
+
UnitedKingdom = "gb",
|
|
232
|
+
UnitedStates = "us",
|
|
233
|
+
Uruguay = "uy",
|
|
234
|
+
Uzbekistan = "uz",
|
|
235
|
+
Vanuatu = "vu",
|
|
236
|
+
VaticanCity = "va",
|
|
237
|
+
Venezuela = "ve",
|
|
238
|
+
Vietnam = "vn",
|
|
239
|
+
WallisAndFutuna = "wf",
|
|
240
|
+
WesternSahara = "eh",
|
|
241
|
+
Yemen = "ye",
|
|
242
|
+
Zambia = "zm",
|
|
243
|
+
Zimbabwe = "zw",
|
|
244
|
+
ÅlandIslands = "ax"
|
|
245
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare enum FileType {
|
|
2
|
+
PDF = "application/pdf",
|
|
3
|
+
Word = "application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document ",
|
|
4
|
+
Excel = "application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
5
|
+
ImageTypes = "image/png,image/bmp,image/jpeg",
|
|
6
|
+
PNG = "image/png",
|
|
7
|
+
JPG = "image/jpeg",
|
|
8
|
+
JPEG = "image/jpeg",
|
|
9
|
+
ZIP = "application/zip",
|
|
10
|
+
RAR = "application/x-rar-compressed",
|
|
11
|
+
VIDEO = "video/webm,video/ogg,video/mp4,video/quicktime,video/x-msvideo,video/x-ms-wmv",
|
|
12
|
+
License = "application/octet-stream",
|
|
13
|
+
Xml = "text/xml",
|
|
14
|
+
OctetSteam = "application/octet-stream",
|
|
15
|
+
Txt = "text/plain",
|
|
16
|
+
JSON = "application/json",
|
|
17
|
+
PowerPoint = "application/vnd.ms-powerpoint,applicationapplication/vnd.openxmlformats-officedocument.presentationml.presentation",
|
|
18
|
+
SVG = "image/svg+xml",
|
|
19
|
+
None = ""
|
|
20
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare enum LanguageMode {
|
|
2
|
+
Both_Languages_are_visible = 1,
|
|
3
|
+
English_Language_only_is_visible = 2,
|
|
4
|
+
Arabic_Language_only_is_visible = 3,
|
|
5
|
+
Both_Languages_but_only_English_is_required = 4,
|
|
6
|
+
Both_Languages_but_only_Arabic_is_required = 5,
|
|
7
|
+
Current_Language_only_is_visible_and_required = 6,
|
|
8
|
+
Both_Languages_are_visible_but_only_current_language_is_required = 7
|
|
9
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { AutocompleteDTO } from './AutocompleteDTO';
|
|
2
|
+
import { Attribute } from './Attribute';
|
|
3
|
+
import { InputType } from '../Enums/InputType';
|
|
4
|
+
import { ForceDirection } from '../Enums/ForceDirection';
|
|
5
|
+
import { CustomValidation } from './CustomValidation';
|
|
6
|
+
import { ControlLayout } from '../Enums/ControlLayout';
|
|
7
|
+
import { RangeNumber } from './RangeNumber';
|
|
8
|
+
export declare class AutocompleteOptions {
|
|
9
|
+
/**
|
|
10
|
+
* Represent Name Of Form Control
|
|
11
|
+
*/
|
|
12
|
+
Name: string;
|
|
13
|
+
/**
|
|
14
|
+
* Represent classes to textbox that allow us to select the AutoComplete by jquery or javascript
|
|
15
|
+
*/
|
|
16
|
+
ValidationToken: string;
|
|
17
|
+
ExtraClasses: string;
|
|
18
|
+
/** Represent value of the label*/
|
|
19
|
+
LabelValue: string;
|
|
20
|
+
/** Represent Key of the label*/
|
|
21
|
+
LabelKey: string;
|
|
22
|
+
/** Represent value of the labelDescription show under textbox*/
|
|
23
|
+
LabelDescription: string;
|
|
24
|
+
/** Represent value of the Placeholder of textbox */
|
|
25
|
+
Placeholder: string;
|
|
26
|
+
/**To set value to textbox */
|
|
27
|
+
Value: any;
|
|
28
|
+
MaxLength?: number;
|
|
29
|
+
/**Set the MinLength of characters In AutoComplete */
|
|
30
|
+
MinLength?: number;
|
|
31
|
+
MaxWordCount: number;
|
|
32
|
+
/** set Range Number to Textbox with type number with From-Value and To-value*/
|
|
33
|
+
NumberRange: RangeNumber;
|
|
34
|
+
/**Prevent AutoComplete of textbox*/
|
|
35
|
+
AutoComplete: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Display "*" beside the label
|
|
38
|
+
* if ForceAsterisk=true and IsRequired=True his display "*" ,
|
|
39
|
+
* if if ForceAsterisk=false and IsRequired=false this remove "*",
|
|
40
|
+
*if ForceAsterisk=false and IsRequired=True this display "*" ,
|
|
41
|
+
*/
|
|
42
|
+
ShowAsterisk: boolean;
|
|
43
|
+
/** Ability to set AutoComplete required */
|
|
44
|
+
IsRequired: boolean;
|
|
45
|
+
/** Ability to display or hide the label of AutoComplete */
|
|
46
|
+
HideLabel: boolean;
|
|
47
|
+
/** Sets an attribute disable="disabled" */
|
|
48
|
+
IsDisabled: boolean;
|
|
49
|
+
/** text input on change */
|
|
50
|
+
TrimTextOnChange: boolean;
|
|
51
|
+
/** add button to for coping to clipboard */
|
|
52
|
+
EnableCopyToClipboard: boolean;
|
|
53
|
+
/**Prevent Defulat Password Validation to set Custom Validation */
|
|
54
|
+
RemoveDefulatPasswordValidation: boolean;
|
|
55
|
+
/** to set type of view if textbox is Vertical or Horizontal */
|
|
56
|
+
ViewType: ControlLayout;
|
|
57
|
+
/** Allow to Pass Object With Body of Function which represent CustomValidation and massage for error massage
|
|
58
|
+
*/
|
|
59
|
+
CustomValidation: CustomValidation[];
|
|
60
|
+
/** to set Direction of textbox if textbox is Arabic or English */
|
|
61
|
+
ForceDirection: ForceDirection;
|
|
62
|
+
/** Set Type of AutoComplete ("text","password","email","number") */
|
|
63
|
+
Type: InputType;
|
|
64
|
+
/** Set List of Custom Attribute to AutoComplete */
|
|
65
|
+
AttributeList: Attribute[];
|
|
66
|
+
/** allow add value of AutoComplete dosn't exist in list*/
|
|
67
|
+
AllowNewSelection: boolean;
|
|
68
|
+
ControlId: string;
|
|
69
|
+
/**the url of a remote server that supports jsonp calls */
|
|
70
|
+
ActionURL: string;
|
|
71
|
+
QueryParam: string;
|
|
72
|
+
AutocompleteDTO: AutocompleteDTO;
|
|
73
|
+
SelectedValue: any;
|
|
74
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { CalendarView } from '../Enums/CalendarView';
|
|
2
|
+
import { CalendarEventDTO } from './CalendarEventDTO';
|
|
3
|
+
export declare class CalendarOptions {
|
|
4
|
+
/** Represent Name Of Calendar*/
|
|
5
|
+
Name: string;
|
|
6
|
+
/** Represent DefaultView Of Calendar*/
|
|
7
|
+
DefaultView: CalendarView;
|
|
8
|
+
/** Represent OnEventClickFunction Of Calendar*/
|
|
9
|
+
OnEventClickFunction: any;
|
|
10
|
+
/** Represent CalendarViews Of Calendar*/
|
|
11
|
+
CalendarViews: CalendarView[];
|
|
12
|
+
/** Represent OnDayClickFunction Of Calendar*/
|
|
13
|
+
OnDayClickFunction: any;
|
|
14
|
+
/** Represent EventList Of Calendar*/
|
|
15
|
+
/** Represent value of the label*/
|
|
16
|
+
LabelValue: string;
|
|
17
|
+
/** Represent Key of the label*/
|
|
18
|
+
LabelKey: string;
|
|
19
|
+
EventList: CalendarEventDTO[];
|
|
20
|
+
/** Set Allowc Calendar Weekends Of Calendar*/
|
|
21
|
+
AllowCalendarWeekends: boolean;
|
|
22
|
+
/** Set Calendar Visible Of Calendar*/
|
|
23
|
+
CalendarVisible: boolean;
|
|
24
|
+
/** Set DefaultDate Of Calendar*/
|
|
25
|
+
DefaultDate: Date;
|
|
26
|
+
Eventeditable: boolean;
|
|
27
|
+
Eventselectable: boolean;
|
|
28
|
+
dayMaxEvents: boolean | number;
|
|
29
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { CustomValidation } from './CustomValidation';
|
|
2
|
+
import { ForceDirection } from '../Enums/ForceDirection';
|
|
3
|
+
import { Attribute } from './Attribute';
|
|
4
|
+
export declare class CheckBoxOptions {
|
|
5
|
+
/**
|
|
6
|
+
* Represent Name Of Form Control
|
|
7
|
+
*/
|
|
8
|
+
Name: string;
|
|
9
|
+
/**
|
|
10
|
+
* Represent classes to CheckBox that allow us to select the TextBox by jquery or javascript
|
|
11
|
+
*/
|
|
12
|
+
ExtraClasses: string;
|
|
13
|
+
/** Represent value of the label*/
|
|
14
|
+
LabelValue: string;
|
|
15
|
+
/** Represent Key of the label*/
|
|
16
|
+
LabelKey: string;
|
|
17
|
+
/** Represent value of the labelDescription show under CheckBox*/
|
|
18
|
+
LabelDescription: string;
|
|
19
|
+
/**To set value to CheckBox */
|
|
20
|
+
Value: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Display "*" beside the label
|
|
23
|
+
* if ForceAsterisk=true and IsRequired=True his display "*" ,
|
|
24
|
+
* if if ForceAsterisk=false and IsRequired=false this remove "*",
|
|
25
|
+
*if ForceAsterisk=false and IsRequired=True this display "*" ,
|
|
26
|
+
*/
|
|
27
|
+
ShowAsterisk: boolean;
|
|
28
|
+
/** Ability to set CheckBox required */
|
|
29
|
+
IsRequired: boolean;
|
|
30
|
+
/** Sets an attribute disable="disabled" */
|
|
31
|
+
IsDisabled: boolean;
|
|
32
|
+
/** Set List of Custom Attribute to CheckBox */
|
|
33
|
+
AttributeList: Attribute[];
|
|
34
|
+
/** Allow to Pass Object With Body of Function which represent CustomValidation and massage for error massage
|
|
35
|
+
*/
|
|
36
|
+
CustomValidation: CustomValidation[];
|
|
37
|
+
ForceDirection: ForceDirection;
|
|
38
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { ControlLayout } from '../Enums/ControlLayout';
|
|
2
|
+
import { DropdownListItem } from './DropdownListItem';
|
|
3
|
+
import { CustomValidation } from './CustomValidation';
|
|
4
|
+
import { Attribute } from './Attribute';
|
|
5
|
+
import { ForceDirection } from '../Enums/ForceDirection';
|
|
6
|
+
export declare class DropdownOptions {
|
|
7
|
+
/**
|
|
8
|
+
* Represent Name Of Form Control
|
|
9
|
+
*/
|
|
10
|
+
Name: string;
|
|
11
|
+
/**
|
|
12
|
+
* Represent classes to DropdownList that allow us to select the DatePicker by jquery or javascript
|
|
13
|
+
*/
|
|
14
|
+
ExtraClasses: string;
|
|
15
|
+
/** Represent value of the label*/
|
|
16
|
+
LabelValue: string;
|
|
17
|
+
/** Represent Key of the label*/
|
|
18
|
+
LabelKey: string;
|
|
19
|
+
/** Represent value of the labelDescription show under DropdownList*/
|
|
20
|
+
LabelDescription: string;
|
|
21
|
+
/** Represent value of the Placeholder of DropdownList */
|
|
22
|
+
Placeholder: string;
|
|
23
|
+
/**To set DataSource to DropdownList */
|
|
24
|
+
DataSource: DropdownListItem[];
|
|
25
|
+
/**To set SelectedItem to DropdownList */
|
|
26
|
+
SelectedItems: any;
|
|
27
|
+
/**
|
|
28
|
+
* Display "*" beside the label
|
|
29
|
+
* if ForceAsterisk=true and IsRequired=True his display "*" ,
|
|
30
|
+
* if if ForceAsterisk=false and IsRequired=false this remove "*",
|
|
31
|
+
*if ForceAsterisk=false and IsRequired=True this display "*" ,
|
|
32
|
+
*/
|
|
33
|
+
ShowAsterisk: boolean;
|
|
34
|
+
/** Ability to set DropdownList required */
|
|
35
|
+
IsRequired: boolean;
|
|
36
|
+
/** Disable Bootstrap DropdownList */
|
|
37
|
+
DisableBootstrapSelect: boolean;
|
|
38
|
+
/** Ability to display or hide the label of DropdownList */
|
|
39
|
+
HideLabel: boolean;
|
|
40
|
+
/** Sets an attribute disable="disabled" */
|
|
41
|
+
IsDisabled: boolean;
|
|
42
|
+
/** to set type of view if DropdownList is Vertical or Horizontal */
|
|
43
|
+
ViewType: ControlLayout;
|
|
44
|
+
/** to set DropdownList in SingleMode Or MultibleMode */
|
|
45
|
+
SingleSelection: boolean;
|
|
46
|
+
/** to set Number Of selected Element That will Show In The Box */
|
|
47
|
+
ItemsShowLimit: number;
|
|
48
|
+
/** to Show Search Filter Box*/
|
|
49
|
+
AllowSearchFilter: boolean;
|
|
50
|
+
/** To Set Custom Validation*/
|
|
51
|
+
CustomValidation: CustomValidation[];
|
|
52
|
+
/** to set Limit Of selected Element For DropdownList */
|
|
53
|
+
LimitSelection?: number;
|
|
54
|
+
/** Set List of Custom Attribute to DropdownList */
|
|
55
|
+
AttributeList: Attribute[];
|
|
56
|
+
/** Set css classes to DropdownList */
|
|
57
|
+
Classes: string;
|
|
58
|
+
/** Allow Show Checkbox */
|
|
59
|
+
ShowCheckbox?: boolean;
|
|
60
|
+
/** Allow Check ALL Items */
|
|
61
|
+
EnableCheckAll?: boolean;
|
|
62
|
+
/** Set key for item in DropdownList */
|
|
63
|
+
ItemTempletkey: string;
|
|
64
|
+
/** Set value for item in DropdownList */
|
|
65
|
+
ItemTempletvalue: string;
|
|
66
|
+
ForceDirection: ForceDirection;
|
|
67
|
+
}
|