@cityway/basic-ui 1.0.2-beta001 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/cityway-basic-ui-1.0.2.tgz +0 -0
- package/fesm2022/cityway-basic-ui.mjs +194 -849
- package/fesm2022/cityway-basic-ui.mjs.map +1 -1
- package/index.d.ts +42 -574
- package/lib/assets/fonts/nunito/_nunito.scss +10 -10
- package/lib/assets/styles/scss/_custom-bootstrap.scss +1 -1
- package/lib/assets/styles/scss/bootstrap/_breadcrumb.scss +6 -6
- package/lib/assets/styles/scss/cw-ds/_reboot.scss +11 -3
- package/lib/assets/styles/scss/cw-ds/_root-bo.scss +0 -1
- package/lib/assets/styles/scss/cw-ds/_root-fo.scss +0 -1
- package/lib/assets/styles/scss/cw-ds/components/_alert.scss +10 -10
- package/lib/assets/styles/scss/cw-ds/components/_badge.scss +22 -22
- package/lib/assets/styles/scss/cw-ds/components/_close.scss +0 -5
- package/lib/assets/styles/scss/cw-ds/components/_icon-notification.scss +10 -10
- package/lib/assets/styles/scss/cw-ds/components/_icon.scss +9 -35
- package/lib/assets/styles/scss/cw-ds/components/_numerical-range.scss +4 -4
- package/lib/assets/styles/scss/cw-ds/components/{tab/_tab-fo.scss → _tab.scss} +4 -6
- package/lib/assets/styles/scss/cw-ds/components/button/_button-bo-variant.scss +21 -87
- package/lib/assets/styles/scss/cw-ds/components/button/_button-fo-variant.scss +87 -21
- package/lib/assets/styles/scss/cw-ds/components/button/_button.scss +1 -11
- package/lib/assets/styles/scss/cw-ds/helpers/_spinner.scss +9 -15
- package/lib/assets/styles/scss/cw-ds/mixins/_type.scss +0 -17
- package/lib/assets/styles/scss/cw-ds/utilities/_flex.scss +0 -4
- package/lib/assets/styles/scss/cw-ds/utilities/_type.scss +3 -0
- package/lib/assets/styles/scss/styles-bo.scss +10 -18
- package/lib/assets/styles/scss/styles-fo.scss +10 -18
- package/package.json +4 -3
- package/styles-bo.min.css +5 -0
- package/styles-bo.min.css.map +1 -0
- package/styles-fo.min.css +5 -0
- package/styles-fo.min.css.map +1 -0
- package/cityway-basic-ui-1.0.2-beta001.tgz +0 -0
- package/lib/assets/icons/sprite.ids.txt +0 -467
- package/lib/assets/icons/sprite.preview.html +0 -4966
- package/lib/assets/icons/sprite.svg +0 -1404
- package/lib/assets/styles/scss/cw-ds/components/_accordion.scss +0 -35
- package/lib/assets/styles/scss/cw-ds/components/_modal.scss +0 -161
- package/lib/assets/styles/scss/cw-ds/components/tab/_tab-bo.scss +0 -96
- package/lib/assets/styles/scss/cw-ds/helpers/_skeleton.scss +0 -67
- package/lib/assets/styles/scss/cw-ds/utilities/_breakpoints.scss +0 -30
- package/lib/assets/styles/scss/cw-ds/utilities/_grid.scss +0 -65
- package/lib/assets/styles/scss/cw-ds/utilities/type/_type-bo.scss +0 -40
- package/lib/assets/styles/scss/cw-ds/utilities/type/_type-fo.scss +0 -1
- package/lib/assets/styles/scss/cw-ds/utilities/type/_type.scss +0 -18
- package/styles/styles-bo.min.css +0 -5
- package/styles/styles-bo.min.css.map +0 -1
- package/styles/styles-fo.min.css +0 -5
- package/styles/styles-fo.min.css.map +0 -1
package/index.d.ts
CHANGED
|
@@ -2,9 +2,10 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { EventEmitter, OnInit, AfterViewInit, ElementRef, WritableSignal, ChangeDetectorRef, AfterContentInit, QueryList, TemplateRef, OnDestroy } from '@angular/core';
|
|
3
3
|
import { BehaviorSubject } from 'rxjs';
|
|
4
4
|
import { Options } from '@angular-slider/ngx-slider';
|
|
5
|
-
import { AbstractControl, FormGroup, FormControl
|
|
6
|
-
import {
|
|
5
|
+
import { AbstractControl, ValidationErrors, FormGroup, FormControl } from '@angular/forms';
|
|
6
|
+
import { NgbActiveModal, NgbModal, NgbModalRef } from '@ng-bootstrap/ng-bootstrap';
|
|
7
7
|
import { TranslateService } from '@ngx-translate/core';
|
|
8
|
+
import { Router, ActivatedRoute } from '@angular/router';
|
|
8
9
|
|
|
9
10
|
declare class CollapseDirective {
|
|
10
11
|
private elementRef;
|
|
@@ -53,482 +54,7 @@ declare enum IconUiTypeEnum {
|
|
|
53
54
|
default = "default",
|
|
54
55
|
light = "light",
|
|
55
56
|
primary = "primary",
|
|
56
|
-
invert = "invert"
|
|
57
|
-
success = "success",
|
|
58
|
-
info = "info",
|
|
59
|
-
warning = "warning",
|
|
60
|
-
danger = "danger",
|
|
61
|
-
neutral = "neutral"
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
declare enum SpriteIconEnum {
|
|
65
|
-
accessAccompaniedHearingImpairedUser = "accessAccompaniedHearingImpairedUser",
|
|
66
|
-
accessAccompaniedLearningImpairedUser = "accessAccompaniedLearningImpairedUser",
|
|
67
|
-
accessAccompaniedVisuallyChallengedUser = "accessAccompaniedVisuallyChallengedUser",
|
|
68
|
-
accessAccompaniedWheelchairUser = "accessAccompaniedWheelchairUser",
|
|
69
|
-
accessHearingImpairedUser = "accessHearingImpairedUser",
|
|
70
|
-
accessLearningImpairedUser = "accessLearningImpairedUser",
|
|
71
|
-
accessVisuallyChallengedUser = "accessVisuallyChallengedUser",
|
|
72
|
-
accessWheelchairUser = "accessWheelchairUser",
|
|
73
|
-
accountConfidentialitySettings = "accountConfidentialitySettings",
|
|
74
|
-
accountConsumption = "accountConsumption",
|
|
75
|
-
accountCredits = "accountCredits",
|
|
76
|
-
accountHelp = "accountHelp",
|
|
77
|
-
accountLogout = "accountLogout",
|
|
78
|
-
accountServices = "accountServices",
|
|
79
|
-
addBag = "addBag",
|
|
80
|
-
addCard = "addCard",
|
|
81
|
-
addPassenger = "addPassenger",
|
|
82
|
-
airQuality = "airQuality",
|
|
83
|
-
alertHelp = "alertHelp",
|
|
84
|
-
alertHelp1 = "alertHelp1",
|
|
85
|
-
alertWarning = "alertWarning",
|
|
86
|
-
americanExpress = "americanExpress",
|
|
87
|
-
baby = "baby",
|
|
88
|
-
bad = "bad",
|
|
89
|
-
bmp = "bmp",
|
|
90
|
-
boardingForbidden = "boardingForbidden",
|
|
91
|
-
boardingOnly = "boardingOnly",
|
|
92
|
-
border = "border",
|
|
93
|
-
card = "card",
|
|
94
|
-
carPlate = "carPlate",
|
|
95
|
-
cash = "cash",
|
|
96
|
-
chat = "chat",
|
|
97
|
-
codes = "codes",
|
|
98
|
-
computer = "computer",
|
|
99
|
-
copyright = "copyright",
|
|
100
|
-
crowdsourcingAccident = "crowdsourcingAccident",
|
|
101
|
-
crowdsourcingBtn = "crowdsourcingBtn",
|
|
102
|
-
crowdsourcingBusShelter = "crowdsourcingBusShelter",
|
|
103
|
-
crowdsourcingCrowded = "crowdsourcingCrowded",
|
|
104
|
-
crowdsourcingDegradation = "crowdsourcingDegradation",
|
|
105
|
-
crowdsourcingDelay = "crowdsourcingDelay",
|
|
106
|
-
crowdsourcingEscalator = "crowdsourcingEscalator",
|
|
107
|
-
crowdsourcingInvalidate = "crowdsourcingInvalidate",
|
|
108
|
-
crowdsourcingLift = "crowdsourcingLift",
|
|
109
|
-
crowdsourcingMove = "crowdsourcingMove",
|
|
110
|
-
crowdsourcingReport = "crowdsourcingReport",
|
|
111
|
-
crowdsourcingSign = "crowdsourcingSign",
|
|
112
|
-
crowdsourcingStopRelocated = "crowdsourcingStopRelocated",
|
|
113
|
-
crowdsourcingTicket = "crowdsourcingTicket",
|
|
114
|
-
crowdsourcingTrafficJam = "crowdsourcingTrafficJam",
|
|
115
|
-
crowdsourcingValidate = "crowdsourcingValidate",
|
|
116
|
-
crowdsourcingVehicle = "crowdsourcingVehicle",
|
|
117
|
-
crowdsourcingWork = "crowdsourcingWork",
|
|
118
|
-
dataProtection = "dataProtection",
|
|
119
|
-
diamond = "diamond",
|
|
120
|
-
doc = "doc",
|
|
121
|
-
down = "down",
|
|
122
|
-
driver = "driver",
|
|
123
|
-
dropOffForbidden = "dropOffForbidden",
|
|
124
|
-
dropOffOnly = "dropOffOnly",
|
|
125
|
-
error = "error",
|
|
126
|
-
errorCard = "errorCard",
|
|
127
|
-
eshop = "eshop",
|
|
128
|
-
event = "event",
|
|
129
|
-
eventChangeRoad = "eventChangeRoad",
|
|
130
|
-
eventCloud = "eventCloud",
|
|
131
|
-
eventColClose = "eventColClose",
|
|
132
|
-
eventColOpen = "eventColOpen",
|
|
133
|
-
eventCommercial = "eventCommercial",
|
|
134
|
-
eventDisrupt = "eventDisrupt",
|
|
135
|
-
eventDisruptionEnd = "eventDisruptionEnd",
|
|
136
|
-
eventFog = "eventFog",
|
|
137
|
-
eventIce = "eventIce",
|
|
138
|
-
eventLine = "eventLine",
|
|
139
|
-
eventMarch = "eventMarch",
|
|
140
|
-
eventMiscHour = "eventMiscHour",
|
|
141
|
-
eventRain = "eventRain",
|
|
142
|
-
eventSnow = "eventSnow",
|
|
143
|
-
eventSnow2 = "eventSnow2",
|
|
144
|
-
eventSocialMovement = "eventSocialMovement",
|
|
145
|
-
eventSun = "eventSun",
|
|
146
|
-
eventTrafficAccident = "eventTrafficAccident",
|
|
147
|
-
eventTrafficBlockedroad = "eventTrafficBlockedroad",
|
|
148
|
-
eventTrafficCongestion = "eventTrafficCongestion",
|
|
149
|
-
eventTrafficDisabledvehicle = "eventTrafficDisabledvehicle",
|
|
150
|
-
eventTrafficMiscellaneous = "eventTrafficMiscellaneous",
|
|
151
|
-
eventTrafficObstruction = "eventTrafficObstruction",
|
|
152
|
-
eventTrafficSportevent = "eventTrafficSportevent",
|
|
153
|
-
eventTrafficUndefined = "eventTrafficUndefined",
|
|
154
|
-
eventTrafficWeather = "eventTrafficWeather",
|
|
155
|
-
eventWarning = "eventWarning",
|
|
156
|
-
eventWeather = "eventWeather",
|
|
157
|
-
eventWind = "eventWind",
|
|
158
|
-
fail = "fail",
|
|
159
|
-
favorite = "favorite",
|
|
160
|
-
favoriteCard = "favoriteCard",
|
|
161
|
-
favoriteLine = "favoriteLine",
|
|
162
|
-
file = "file",
|
|
163
|
-
free = "free",
|
|
164
|
-
from = "from",
|
|
165
|
-
gif = "gif",
|
|
166
|
-
good = "good",
|
|
167
|
-
handCard = "handCard",
|
|
168
|
-
headphone = "headphone",
|
|
169
|
-
home = "home",
|
|
170
|
-
homeLine = "homeLine",
|
|
171
|
-
hotline = "hotline",
|
|
172
|
-
info = "info",
|
|
173
|
-
interactiveMap = "interactiveMap",
|
|
174
|
-
interactiveMapLine = "interactiveMapLine",
|
|
175
|
-
invert = "invert",
|
|
176
|
-
journey = "journey",
|
|
177
|
-
jpg = "jpg",
|
|
178
|
-
kcal = "kcal",
|
|
179
|
-
law = "law",
|
|
180
|
-
left = "left",
|
|
181
|
-
left1 = "left1",
|
|
182
|
-
loading = "loading",
|
|
183
|
-
mailAlternate = "mailAlternate",
|
|
184
|
-
mapCenterMap = "mapCenterMap",
|
|
185
|
-
mapChooseMap = "mapChooseMap",
|
|
186
|
-
mapChooseMapIos = "mapChooseMapIos",
|
|
187
|
-
mapDeparture = "mapDeparture",
|
|
188
|
-
mapDisplacement = "mapDisplacement",
|
|
189
|
-
mapEnd = "mapEnd",
|
|
190
|
-
mapFullScreen = "mapFullScreen",
|
|
191
|
-
mapFullScreenReturn = "mapFullScreenReturn",
|
|
192
|
-
mapGeolocationActive = "mapGeolocationActive",
|
|
193
|
-
mapGeolocationInactive = "mapGeolocationInactive",
|
|
194
|
-
mapItinerary = "mapItinerary",
|
|
195
|
-
mapLocation = "mapLocation",
|
|
196
|
-
mapMap = "mapMap",
|
|
197
|
-
mapMap1 = "mapMap1",
|
|
198
|
-
mapMap2 = "mapMap2",
|
|
199
|
-
mapMap3 = "mapMap3",
|
|
200
|
-
mapMove = "mapMove",
|
|
201
|
-
mapNavigation = "mapNavigation",
|
|
202
|
-
mapNearest = "mapNearest",
|
|
203
|
-
mapPin = "mapPin",
|
|
204
|
-
mapPin2 = "mapPin2",
|
|
205
|
-
mapStop = "mapStop",
|
|
206
|
-
mapStreetView = "mapStreetView",
|
|
207
|
-
mapWorld = "mapWorld",
|
|
208
|
-
medium = "medium",
|
|
209
|
-
meeting = "meeting",
|
|
210
|
-
menu = "menu",
|
|
211
|
-
menuLine = "menuLine",
|
|
212
|
-
message = "message",
|
|
213
|
-
messageActivateAccount = "messageActivateAccount",
|
|
214
|
-
messageAlert = "messageAlert",
|
|
215
|
-
messageFail = "messageFail",
|
|
216
|
-
messageInfo = "messageInfo",
|
|
217
|
-
messageInfo2 = "messageInfo2",
|
|
218
|
-
messageNotification = "messageNotification",
|
|
219
|
-
messageNoTripFavoris = "messageNoTripFavoris",
|
|
220
|
-
messageOk = "messageOk",
|
|
221
|
-
messageWarning = "messageWarning",
|
|
222
|
-
messengerAlternate = "messengerAlternate",
|
|
223
|
-
miscAccess = "miscAccess",
|
|
224
|
-
miscCamcorder = "miscCamcorder",
|
|
225
|
-
miscDiscover = "miscDiscover",
|
|
226
|
-
miscHealth = "miscHealth",
|
|
227
|
-
miscNews = "miscNews",
|
|
228
|
-
miscNewsletter = "miscNewsletter",
|
|
229
|
-
miscRegistered = "miscRegistered",
|
|
230
|
-
miscRoute = "miscRoute",
|
|
231
|
-
miscRoute2 = "miscRoute2",
|
|
232
|
-
miscRoute3 = "miscRoute3",
|
|
233
|
-
miscRoute4 = "miscRoute4",
|
|
234
|
-
miscTicket1 = "miscTicket1",
|
|
235
|
-
miscTicket2 = "miscTicket2",
|
|
236
|
-
miscTicket3 = "miscTicket3",
|
|
237
|
-
miscVia = "miscVia",
|
|
238
|
-
modeBike = "modeBike",
|
|
239
|
-
modeBoat = "modeBoat",
|
|
240
|
-
modeBus = "modeBus",
|
|
241
|
-
modeBusPmr = "modeBusPmr",
|
|
242
|
-
modeCar = "modeCar",
|
|
243
|
-
modeCarpooling = "modeCarpooling",
|
|
244
|
-
modeCarsharing = "modeCarsharing",
|
|
245
|
-
modeCoach = "modeCoach",
|
|
246
|
-
modeCyclopouss = "modeCyclopouss",
|
|
247
|
-
modeDoubling = "modeDoubling",
|
|
248
|
-
modeEBus = "modeEBus",
|
|
249
|
-
modeElectricShuttle = "modeElectricShuttle",
|
|
250
|
-
modeElevator = "modeElevator",
|
|
251
|
-
modeEscalator = "modeEscalator",
|
|
252
|
-
modeFindPlace = "modeFindPlace",
|
|
253
|
-
modeFreefloating = "modeFreefloating",
|
|
254
|
-
modeFunicular = "modeFunicular",
|
|
255
|
-
modeHail = "modeHail",
|
|
256
|
-
modeInoui = "modeInoui",
|
|
257
|
-
modeLer = "modeLer",
|
|
258
|
-
modeMinibus = "modeMinibus",
|
|
259
|
-
modeMulti = "modeMulti",
|
|
260
|
-
modeMultiBikeBus = "modeMultiBikeBus",
|
|
261
|
-
modeMultiCarBus = "modeMultiCarBus",
|
|
262
|
-
modeMultiCoach = "modeMultiCoach",
|
|
263
|
-
modeMultiTrain = "modeMultiTrain",
|
|
264
|
-
modePlane = "modePlane",
|
|
265
|
-
modeRer = "modeRer",
|
|
266
|
-
modeSchool = "modeSchool",
|
|
267
|
-
modeSelfServiceBike = "modeSelfServiceBike",
|
|
268
|
-
modeSncfIntercite = "modeSncfIntercite",
|
|
269
|
-
modeStreetcar = "modeStreetcar",
|
|
270
|
-
modeSubway = "modeSubway",
|
|
271
|
-
modeTaxi = "modeTaxi",
|
|
272
|
-
modeTaxibus = "modeTaxibus",
|
|
273
|
-
modeTer = "modeTer",
|
|
274
|
-
modeTgv = "modeTgv",
|
|
275
|
-
modeTod = "modeTod",
|
|
276
|
-
modeTrain = "modeTrain",
|
|
277
|
-
modeTrolley = "modeTrolley",
|
|
278
|
-
modeUnknown = "modeUnknown",
|
|
279
|
-
modeWait = "modeWait",
|
|
280
|
-
modeWaitInside = "modeWaitInside",
|
|
281
|
-
modeWalk = "modeWalk",
|
|
282
|
-
modeZou = "modeZou",
|
|
283
|
-
more = "more",
|
|
284
|
-
moveBackward = "moveBackward",
|
|
285
|
-
moveForward = "moveForward",
|
|
286
|
-
music = "music",
|
|
287
|
-
navDashboard = "navDashboard",
|
|
288
|
-
navFirst = "navFirst",
|
|
289
|
-
navigationApple = "navigationApple",
|
|
290
|
-
navigationFacebook = "navigationFacebook",
|
|
291
|
-
navigationGoogle = "navigationGoogle",
|
|
292
|
-
navigationInstagram = "navigationInstagram",
|
|
293
|
-
navigationLinkedin = "navigationLinkedin",
|
|
294
|
-
navigationPinterest = "navigationPinterest",
|
|
295
|
-
navigationSnapchat = "navigationSnapchat",
|
|
296
|
-
navigationTiktok = "navigationTiktok",
|
|
297
|
-
navigationTwitter = "navigationTwitter",
|
|
298
|
-
navigationWhatsapp = "navigationWhatsapp",
|
|
299
|
-
navigationYoutube = "navigationYoutube",
|
|
300
|
-
navLast = "navLast",
|
|
301
|
-
navMediaPause = "navMediaPause",
|
|
302
|
-
newWindow = "newWindow",
|
|
303
|
-
nextLeft = "nextLeft",
|
|
304
|
-
nextRight = "nextRight",
|
|
305
|
-
nfc = "nfc",
|
|
306
|
-
ok = "ok",
|
|
307
|
-
onlineServices = "onlineServices",
|
|
308
|
-
onlineServices2 = "onlineServices2",
|
|
309
|
-
openofficeBlank = "openofficeBlank",
|
|
310
|
-
openofficeCalc = "openofficeCalc",
|
|
311
|
-
openofficeVideo = "openofficeVideo",
|
|
312
|
-
openofficeWriter = "openofficeWriter",
|
|
313
|
-
paste = "paste",
|
|
314
|
-
payment = "payment",
|
|
315
|
-
pdf = "pdf",
|
|
316
|
-
pet = "pet",
|
|
317
|
-
phone = "phone",
|
|
318
|
-
phoneCard = "phoneCard",
|
|
319
|
-
pinArrival = "pinArrival",
|
|
320
|
-
placeholder = "placeholder",
|
|
321
|
-
plan = "plan",
|
|
322
|
-
play = "play",
|
|
323
|
-
pmr = "pmr",
|
|
324
|
-
pmr2 = "pmr2",
|
|
325
|
-
png = "png",
|
|
326
|
-
poiAccommodation = "poiAccommodation",
|
|
327
|
-
poiActivity = "poiActivity",
|
|
328
|
-
poiAddress = "poiAddress",
|
|
329
|
-
poiAdministration = "poiAdministration",
|
|
330
|
-
poiAirport = "poiAirport",
|
|
331
|
-
poiBar = "poiBar",
|
|
332
|
-
poiBeach = "poiBeach",
|
|
333
|
-
poiBikePark = "poiBikePark",
|
|
334
|
-
poiBikeRack = "poiBikeRack",
|
|
335
|
-
poiBikeRental = "poiBikeRental",
|
|
336
|
-
poiBusinessFacilities = "poiBusinessFacilities",
|
|
337
|
-
poiBusStation = "poiBusStation",
|
|
338
|
-
poiCamping = "poiCamping",
|
|
339
|
-
poiCarpoolArea = "poiCarpoolArea",
|
|
340
|
-
poiCarpoolingTransition = "poiCarpoolingTransition",
|
|
341
|
-
poiCarsharingStation = "poiCarsharingStation",
|
|
342
|
-
poiChargingStation = "poiChargingStation",
|
|
343
|
-
poiClub = "poiClub",
|
|
344
|
-
poiCommercialAgency = "poiCommercialAgency",
|
|
345
|
-
poiCommunityServices = "poiCommunityServices",
|
|
346
|
-
poiCompany = "poiCompany",
|
|
347
|
-
poiCorrespondence = "poiCorrespondence",
|
|
348
|
-
poiCulture = "poiCulture",
|
|
349
|
-
poiDistrict = "poiDistrict",
|
|
350
|
-
poiDropSelfServiceBike = "poiDropSelfServiceBike",
|
|
351
|
-
poiEducation = "poiEducation",
|
|
352
|
-
poiEducation2 = "poiEducation2",
|
|
353
|
-
poiEnter = "poiEnter",
|
|
354
|
-
poiEuro = "poiEuro",
|
|
355
|
-
poiEvent = "poiEvent",
|
|
356
|
-
poiEventSport = "poiEventSport",
|
|
357
|
-
poiExit = "poiExit",
|
|
358
|
-
poiFireman = "poiFireman",
|
|
359
|
-
poiFuel = "poiFuel",
|
|
360
|
-
poiHistoric = "poiHistoric",
|
|
361
|
-
poiInfoBus = "poiInfoBus",
|
|
362
|
-
poiInformationPoint = "poiInformationPoint",
|
|
363
|
-
poiIntersection = "poiIntersection",
|
|
364
|
-
poiMapDefault = "poiMapDefault",
|
|
365
|
-
poiMarina = "poiMarina",
|
|
366
|
-
poiMarket = "poiMarket",
|
|
367
|
-
poiMilitary = "poiMilitary",
|
|
368
|
-
poiMiscHealthcare = "poiMiscHealthcare",
|
|
369
|
-
poiMiscSale = "poiMiscSale",
|
|
370
|
-
poiMiscSale2 = "poiMiscSale2",
|
|
371
|
-
poiMiscWork = "poiMiscWork",
|
|
372
|
-
poiMuseum = "poiMuseum",
|
|
373
|
-
poiOtherServices = "poiOtherServices",
|
|
374
|
-
poiPark2 = "poiPark2",
|
|
375
|
-
poiParkAndRide = "poiParkAndRide",
|
|
376
|
-
poiParking = "poiParking",
|
|
377
|
-
poiParkingCarpool = "poiParkingCarpool",
|
|
378
|
-
poiParkingElectricVehicle = "poiParkingElectricVehicle",
|
|
379
|
-
poiParkingV = "poiParkingV",
|
|
380
|
-
poiPatrol = "poiPatrol",
|
|
381
|
-
poiPhoto = "poiPhoto",
|
|
382
|
-
poiPointSale = "poiPointSale",
|
|
383
|
-
poiPolice = "poiPolice",
|
|
384
|
-
poiPublicPlace = "poiPublicPlace",
|
|
385
|
-
poiRentalAgency = "poiRentalAgency",
|
|
386
|
-
poiRestaurant = "poiRestaurant",
|
|
387
|
-
poiRezoPouce = "poiRezoPouce",
|
|
388
|
-
poiSchool2 = "poiSchool2",
|
|
389
|
-
poiSecuredBike = "poiSecuredBike",
|
|
390
|
-
poiSelfServiceBike = "poiSelfServiceBike",
|
|
391
|
-
poiSelfServiceBikeSpot = "poiSelfServiceBikeSpot",
|
|
392
|
-
poiShopping = "poiShopping",
|
|
393
|
-
poiSkiResort2 = "poiSkiResort2",
|
|
394
|
-
poiSport2 = "poiSport2",
|
|
395
|
-
poiSwim = "poiSwim",
|
|
396
|
-
poiSwitchPointMulti = "poiSwitchPointMulti",
|
|
397
|
-
poiSwitchPointMulti2 = "poiSwitchPointMulti2",
|
|
398
|
-
poiTakeSelfServiceBike = "poiTakeSelfServiceBike",
|
|
399
|
-
poiTouristOffice = "poiTouristOffice",
|
|
400
|
-
poiTown = "poiTown",
|
|
401
|
-
poiVaccination = "poiVaccination",
|
|
402
|
-
poiWorship = "poiWorship",
|
|
403
|
-
poiZone = "poiZone",
|
|
404
|
-
ppt = "ppt",
|
|
405
|
-
priceDollar = "priceDollar",
|
|
406
|
-
priceEuro = "priceEuro",
|
|
407
|
-
printAlternate = "printAlternate",
|
|
408
|
-
qrcode = "qrcode",
|
|
409
|
-
rar = "rar",
|
|
410
|
-
realtime = "realtime",
|
|
411
|
-
recentTrip = "recentTrip",
|
|
412
|
-
reloadCard = "reloadCard",
|
|
413
|
-
returnTrip = "returnTrip",
|
|
414
|
-
right = "right",
|
|
415
|
-
right1 = "right1",
|
|
416
|
-
road = "road",
|
|
417
|
-
round = "round",
|
|
418
|
-
roundFull = "roundFull",
|
|
419
|
-
schedules = "schedules",
|
|
420
|
-
schedulesLine = "schedulesLine",
|
|
421
|
-
secure = "secure",
|
|
422
|
-
settingsFast = "settingsFast",
|
|
423
|
-
shop = "shop",
|
|
424
|
-
shopLine = "shopLine",
|
|
425
|
-
shopping = "shopping",
|
|
426
|
-
smartAssistant = "smartAssistant",
|
|
427
|
-
smartphone = "smartphone",
|
|
428
|
-
smartphoneHandled = "smartphoneHandled",
|
|
429
|
-
smartphoneWindows = "smartphoneWindows",
|
|
430
|
-
smoke = "smoke",
|
|
431
|
-
socialAddthis = "socialAddthis",
|
|
432
|
-
socialApple = "socialApple",
|
|
433
|
-
socialFacebook = "socialFacebook",
|
|
434
|
-
socialGoogle = "socialGoogle",
|
|
435
|
-
socialInstagram = "socialInstagram",
|
|
436
|
-
socialLinkedin = "socialLinkedin",
|
|
437
|
-
socialMail = "socialMail",
|
|
438
|
-
socialMessenger = "socialMessenger",
|
|
439
|
-
socialPinterest = "socialPinterest",
|
|
440
|
-
socialRemovethis = "socialRemovethis",
|
|
441
|
-
socialRss = "socialRss",
|
|
442
|
-
socialSnapchat = "socialSnapchat",
|
|
443
|
-
socialTiktok = "socialTiktok",
|
|
444
|
-
socialWhatsapp = "socialWhatsapp",
|
|
445
|
-
socialX = "socialX",
|
|
446
|
-
socialYoutube = "socialYoutube",
|
|
447
|
-
square = "square",
|
|
448
|
-
squareFull = "squareFull",
|
|
449
|
-
stamp = "stamp",
|
|
450
|
-
star = "star",
|
|
451
|
-
straight = "straight",
|
|
452
|
-
talk = "talk",
|
|
453
|
-
tarifProfileDollar = "tarifProfileDollar",
|
|
454
|
-
tarifProfileEuro = "tarifProfileEuro",
|
|
455
|
-
terminal = "terminal",
|
|
456
|
-
ticketAutovalidation = "ticketAutovalidation",
|
|
457
|
-
time = "time",
|
|
458
|
-
tinyElectricCar = "tinyElectricCar",
|
|
459
|
-
tinyTicket = "tinyTicket",
|
|
460
|
-
tip = "tip",
|
|
461
|
-
to = "to",
|
|
462
|
-
todUfr = "todUfr",
|
|
463
|
-
toolbarAdd = "toolbarAdd",
|
|
464
|
-
toolbarCalendarChecked = "toolbarCalendarChecked",
|
|
465
|
-
toolbarCalendarDefault = "toolbarCalendarDefault",
|
|
466
|
-
toolbarCalendarSchedule = "toolbarCalendarSchedule",
|
|
467
|
-
toolbarClose = "toolbarClose",
|
|
468
|
-
toolbarDelete = "toolbarDelete",
|
|
469
|
-
toolbarDisconnect = "toolbarDisconnect",
|
|
470
|
-
toolbarDownload = "toolbarDownload",
|
|
471
|
-
toolbarEdit = "toolbarEdit",
|
|
472
|
-
toolbarFavorite = "toolbarFavorite",
|
|
473
|
-
toolbarFavoriteAdd = "toolbarFavoriteAdd",
|
|
474
|
-
toolbarFavoriteAlert = "toolbarFavoriteAlert",
|
|
475
|
-
toolbarFavoriteNotSelected = "toolbarFavoriteNotSelected",
|
|
476
|
-
toolbarFilter = "toolbarFilter",
|
|
477
|
-
toolbarFilterCancel = "toolbarFilterCancel",
|
|
478
|
-
toolbarFullScreen2 = "toolbarFullScreen2",
|
|
479
|
-
toolbarGuestMode = "toolbarGuestMode",
|
|
480
|
-
toolbarHidePassword = "toolbarHidePassword",
|
|
481
|
-
toolbarLess = "toolbarLess",
|
|
482
|
-
toolbarLogin = "toolbarLogin",
|
|
483
|
-
toolbarMenu = "toolbarMenu",
|
|
484
|
-
toolbarMinus = "toolbarMinus",
|
|
485
|
-
toolbarMyFamily = "toolbarMyFamily",
|
|
486
|
-
toolbarNavQuit = "toolbarNavQuit",
|
|
487
|
-
toolbarNextJourney = "toolbarNextJourney",
|
|
488
|
-
toolbarPastJourney = "toolbarPastJourney",
|
|
489
|
-
toolbarPlus = "toolbarPlus",
|
|
490
|
-
toolbarPrint = "toolbarPrint",
|
|
491
|
-
toolbarRecentSearch = "toolbarRecentSearch",
|
|
492
|
-
toolbarRefresh = "toolbarRefresh",
|
|
493
|
-
toolbarSchedule = "toolbarSchedule",
|
|
494
|
-
toolbarSearch = "toolbarSearch",
|
|
495
|
-
toolbarSettings1 = "toolbarSettings1",
|
|
496
|
-
toolbarSettings2 = "toolbarSettings2",
|
|
497
|
-
toolbarShare = "toolbarShare",
|
|
498
|
-
toolbarShowPassword = "toolbarShowPassword",
|
|
499
|
-
toolbarSocialShare = "toolbarSocialShare",
|
|
500
|
-
toolbarTable = "toolbarTable",
|
|
501
|
-
toolbarUpload = "toolbarUpload",
|
|
502
|
-
toolbarUser = "toolbarUser",
|
|
503
|
-
traffic = "traffic",
|
|
504
|
-
tripPlanner = "tripPlanner",
|
|
505
|
-
tripPlannerLine = "tripPlannerLine",
|
|
506
|
-
turnCompletelyLeft = "turnCompletelyLeft",
|
|
507
|
-
turnCompletelyRight = "turnCompletelyRight",
|
|
508
|
-
turnLeft = "turnLeft",
|
|
509
|
-
turnRight = "turnRight",
|
|
510
|
-
turnSlightlyLeft = "turnSlightlyLeft",
|
|
511
|
-
turnSlightlyRight = "turnSlightlyRight",
|
|
512
|
-
type2 = "type2",
|
|
513
|
-
typeChademo = "typeChademo",
|
|
514
|
-
typeComboCcs = "typeComboCcs",
|
|
515
|
-
typeEf = "typeEf",
|
|
516
|
-
up = "up",
|
|
517
|
-
user = "user",
|
|
518
|
-
userConnected = "userConnected",
|
|
519
|
-
userConnectedLine = "userConnectedLine",
|
|
520
|
-
userLine = "userLine",
|
|
521
|
-
userTicket = "userTicket",
|
|
522
|
-
vector = "vector",
|
|
523
|
-
via = "via",
|
|
524
|
-
wagon = "wagon",
|
|
525
|
-
wagonHead = "wagonHead",
|
|
526
|
-
wallet = "wallet",
|
|
527
|
-
walletLine = "walletLine",
|
|
528
|
-
watts = "watts",
|
|
529
|
-
wifi = "wifi",
|
|
530
|
-
xls = "xls",
|
|
531
|
-
zip = "zip"
|
|
57
|
+
invert = "invert"
|
|
532
58
|
}
|
|
533
59
|
|
|
534
60
|
declare class CardComponent implements OnInit, AfterViewInit {
|
|
@@ -549,7 +75,6 @@ declare class CardComponent implements OnInit, AfterViewInit {
|
|
|
549
75
|
protected isCollapsed: WritableSignal<boolean>;
|
|
550
76
|
protected shouldRenderBody: WritableSignal<boolean>;
|
|
551
77
|
readonly iconSize: typeof IconSizeEnum;
|
|
552
|
-
readonly spriteIcon: typeof SpriteIconEnum;
|
|
553
78
|
constructor(cdRef: ChangeDetectorRef);
|
|
554
79
|
ngOnInit(): void;
|
|
555
80
|
ngAfterViewInit(): void;
|
|
@@ -559,7 +84,7 @@ declare class CardComponent implements OnInit, AfterViewInit {
|
|
|
559
84
|
private updateCollapseState;
|
|
560
85
|
get collapsed_state(): boolean;
|
|
561
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
562
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "cw-card", never, { "title": { "alias": "title"; "required": false; }; "type": { "alias": "type"; "required": false; }; "titleRank": { "alias": "titleRank"; "required": false; }; "collapsible": { "alias": "collapsible"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "collapseId": { "alias": "collapseId"; "required": false; }; "destroyOnHide": { "alias": "destroyOnHide"; "required": false; }; }, { "collapseClicked": "collapseClicked"; }, never, ["
|
|
87
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "cw-card", never, { "title": { "alias": "title"; "required": false; }; "type": { "alias": "type"; "required": false; }; "titleRank": { "alias": "titleRank"; "required": false; }; "collapsible": { "alias": "collapsible"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "collapseId": { "alias": "collapseId"; "required": false; }; "destroyOnHide": { "alias": "destroyOnHide"; "required": false; }; }, { "collapseClicked": "collapseClicked"; }, never, ["*", "[card-footer]", "[header-custom-area]"], true, never>;
|
|
563
88
|
}
|
|
564
89
|
|
|
565
90
|
declare class AccordionComponent implements AfterContentInit {
|
|
@@ -616,7 +141,6 @@ declare class AlertComponent implements OnInit {
|
|
|
616
141
|
iconNotifType: IconNotifTypeEnum;
|
|
617
142
|
showContent: boolean;
|
|
618
143
|
readonly iconSize: typeof IconSizeEnum;
|
|
619
|
-
readonly spriteIcon: typeof SpriteIconEnum;
|
|
620
144
|
constructor(cdRef: ChangeDetectorRef);
|
|
621
145
|
ngOnInit(): void;
|
|
622
146
|
ngAfterViewInit(): void;
|
|
@@ -700,16 +224,14 @@ declare class BadgeComponent {
|
|
|
700
224
|
badgePositionEnum: typeof BadgePositionEnum;
|
|
701
225
|
type: BadgeTypeEnum;
|
|
702
226
|
label?: string;
|
|
703
|
-
withIcon?:
|
|
227
|
+
withIcon?: string;
|
|
704
228
|
iconPosition?: BadgePositionEnum;
|
|
705
229
|
cssClass?: string;
|
|
706
|
-
skeletonMode?: boolean;
|
|
707
230
|
dataTest?: string;
|
|
708
231
|
iconSizeEnum: typeof IconSizeEnum;
|
|
709
|
-
get hostClasses(): string;
|
|
710
232
|
constructor();
|
|
711
233
|
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
|
|
712
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "cw-badge", never, { "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "
|
|
234
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "cw-badge", never, { "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "dataTest": { "alias": "dataTest"; "required": false; }; }, {}, never, never, true, never>;
|
|
713
235
|
}
|
|
714
236
|
|
|
715
237
|
declare enum FoButtonTypeEnum {
|
|
@@ -768,17 +290,16 @@ declare class ButtonComponent implements OnInit {
|
|
|
768
290
|
label: string;
|
|
769
291
|
id: string;
|
|
770
292
|
isDropdown?: boolean;
|
|
771
|
-
withIcon?:
|
|
293
|
+
withIcon?: string;
|
|
772
294
|
withOnlyIcon?: boolean;
|
|
773
295
|
iconSize?: ButtonIconSizeEnum;
|
|
774
296
|
iconPosition?: ButtonPositionEnum;
|
|
775
297
|
dropdownPosition?: ButtonPositionEnum;
|
|
776
298
|
isMinWidth?: boolean;
|
|
777
299
|
isDisabled?: boolean;
|
|
778
|
-
|
|
300
|
+
withSpinner?: boolean;
|
|
779
301
|
cssClass?: string;
|
|
780
302
|
dataTest?: string;
|
|
781
|
-
skeletonMode?: boolean;
|
|
782
303
|
withTooltip?: boolean;
|
|
783
304
|
tooltipText?: string;
|
|
784
305
|
tooltipTitle?: string;
|
|
@@ -790,6 +311,7 @@ declare class ButtonComponent implements OnInit {
|
|
|
790
311
|
dropdown: ElementRef | undefined;
|
|
791
312
|
dropdownMenu: ElementRef;
|
|
792
313
|
dropdownToggle: ElementRef;
|
|
314
|
+
isLoading: boolean;
|
|
793
315
|
iconSizeEnum: typeof IconSizeEnum;
|
|
794
316
|
readonly iconType: typeof IconTypeEnum;
|
|
795
317
|
readonly iconUiType: typeof IconUiTypeEnum;
|
|
@@ -800,7 +322,6 @@ declare class ButtonComponent implements OnInit {
|
|
|
800
322
|
isTooltipOpened: boolean;
|
|
801
323
|
typeTooltipEnum: typeof TypeTooltipEnum;
|
|
802
324
|
private focusOutInitialized;
|
|
803
|
-
get hostClasses(): string;
|
|
804
325
|
constructor();
|
|
805
326
|
ngOnInit(): void;
|
|
806
327
|
getButtonClasses(): {
|
|
@@ -819,7 +340,7 @@ declare class ButtonComponent implements OnInit {
|
|
|
819
340
|
onTooltipClickOutside(): void;
|
|
820
341
|
private getRandomId;
|
|
821
342
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
822
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "cw-button", never, { "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "id": { "alias": "id"; "required": false; }; "isDropdown": { "alias": "isDropdown"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; "withOnlyIcon": { "alias": "withOnlyIcon"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "dropdownPosition": { "alias": "dropdownPosition"; "required": false; }; "isMinWidth": { "alias": "isMinWidth"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "
|
|
343
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "cw-button", never, { "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "id": { "alias": "id"; "required": false; }; "isDropdown": { "alias": "isDropdown"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; "withOnlyIcon": { "alias": "withOnlyIcon"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "dropdownPosition": { "alias": "dropdownPosition"; "required": false; }; "isMinWidth": { "alias": "isMinWidth"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "withSpinner": { "alias": "withSpinner"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "dataTest": { "alias": "dataTest"; "required": false; }; "withTooltip": { "alias": "withTooltip"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "tooltipTitle": { "alias": "tooltipTitle"; "required": false; }; "tooltipTrigger": { "alias": "tooltipTrigger"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "tooltipType": { "alias": "tooltipType"; "required": false; }; }, { "btnAction": "btnAction"; "dropDownClicked": "dropDownClicked"; }, never, ["*"], true, never>;
|
|
823
344
|
}
|
|
824
345
|
|
|
825
346
|
declare class DropdownComponent {
|
|
@@ -913,13 +434,11 @@ declare class FormFieldComponent implements OnInit {
|
|
|
913
434
|
sliderValue: number;
|
|
914
435
|
sliderOptions: Options;
|
|
915
436
|
cssClass?: string;
|
|
916
|
-
skeletonMode?: boolean;
|
|
917
437
|
refreshEvent: EventEmitter<void>;
|
|
918
438
|
textChanged: EventEmitter<string>;
|
|
919
439
|
optionTemplate?: TemplateRef<any>;
|
|
920
440
|
labelTemplate?: TemplateRef<any>;
|
|
921
441
|
typeField: typeof FormFieldTypeEnum;
|
|
922
|
-
readonly spriteIcon: typeof SpriteIconEnum;
|
|
923
442
|
get hostClasses(): string;
|
|
924
443
|
constructor();
|
|
925
444
|
get isRange(): boolean;
|
|
@@ -941,28 +460,31 @@ declare class FormFieldComponent implements OnInit {
|
|
|
941
460
|
getRangePercent(): number;
|
|
942
461
|
onRangeStep(direction: 'increase' | 'decrease'): void;
|
|
943
462
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
|
|
944
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "cw-form-field", never, { "control": { "alias": "control"; "required": false; }; "formGroup": { "alias": "formGroup"; "required": false; }; "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "displayLabel": { "alias": "displayLabel"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "options": { "alias": "options"; "required": false; }; "rangeOptions": { "alias": "rangeOptions"; "required": false; }; "isRequired": { "alias": "isRequired"; "required": false; }; "help": { "alias": "help"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "addonLeft": { "alias": "addonLeft"; "required": false; }; "addonRight": { "alias": "addonRight"; "required": false; }; "isInAddon": { "alias": "isInAddon"; "required": false; }; "isReadonly": { "alias": "isReadonly"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "sliderValue": { "alias": "sliderValue"; "required": false; }; "sliderOptions": { "alias": "sliderOptions"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; };
|
|
463
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "cw-form-field", never, { "control": { "alias": "control"; "required": false; }; "formGroup": { "alias": "formGroup"; "required": false; }; "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "displayLabel": { "alias": "displayLabel"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "options": { "alias": "options"; "required": false; }; "rangeOptions": { "alias": "rangeOptions"; "required": false; }; "isRequired": { "alias": "isRequired"; "required": false; }; "help": { "alias": "help"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "addonLeft": { "alias": "addonLeft"; "required": false; }; "addonRight": { "alias": "addonRight"; "required": false; }; "isInAddon": { "alias": "isInAddon"; "required": false; }; "isReadonly": { "alias": "isReadonly"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "sliderValue": { "alias": "sliderValue"; "required": false; }; "sliderOptions": { "alias": "sliderOptions"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; }, { "refreshEvent": "refreshEvent"; "textChanged": "textChanged"; }, ["optionTemplate", "labelTemplate"], never, true, never>;
|
|
945
464
|
}
|
|
946
465
|
|
|
947
|
-
declare class IconComponent {
|
|
948
|
-
icon:
|
|
466
|
+
declare class IconComponent implements OnInit {
|
|
467
|
+
icon: string;
|
|
468
|
+
font: string;
|
|
949
469
|
label?: string;
|
|
950
470
|
type?: IconTypeEnum;
|
|
951
471
|
iconSize?: IconSizeEnum;
|
|
952
472
|
iconCssClass?: string;
|
|
953
473
|
iconUiType?: IconUiTypeEnum;
|
|
954
474
|
iconColorCustom?: string;
|
|
955
|
-
spritePath: string;
|
|
956
475
|
iconTypeEnum: typeof IconTypeEnum;
|
|
476
|
+
iconClass: string;
|
|
477
|
+
constructor();
|
|
957
478
|
get hostClasses(): string;
|
|
479
|
+
ngOnInit(): void;
|
|
958
480
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
959
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "cw-icon", never, { "icon": { "alias": "icon"; "required": false; }; "
|
|
481
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "cw-icon", never, { "icon": { "alias": "icon"; "required": false; }; "font": { "alias": "font"; "required": false; }; "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "iconCssClass": { "alias": "iconCssClass"; "required": false; }; "iconUiType": { "alias": "iconUiType"; "required": false; }; "iconColorCustom": { "alias": "iconColorCustom"; "required": false; }; }, {}, never, never, true, never>;
|
|
960
482
|
}
|
|
961
483
|
|
|
962
484
|
declare class IconNotificationComponent implements OnInit {
|
|
963
485
|
type?: IconNotifTypeEnum;
|
|
964
486
|
iconSize?: IconNotifSizeEnum;
|
|
965
|
-
icon:
|
|
487
|
+
icon: string;
|
|
966
488
|
label: string;
|
|
967
489
|
constructor();
|
|
968
490
|
get hostClasses(): string;
|
|
@@ -997,7 +519,7 @@ interface DataLegend {
|
|
|
997
519
|
colorUi?: UiTypeEnum;
|
|
998
520
|
colorBadge?: BadgeTypeEnum;
|
|
999
521
|
colorCustom?: string;
|
|
1000
|
-
icon?:
|
|
522
|
+
icon?: string;
|
|
1001
523
|
}
|
|
1002
524
|
interface Legend {
|
|
1003
525
|
title?: string;
|
|
@@ -1023,69 +545,33 @@ declare enum ModalsType {
|
|
|
1023
545
|
delete = "delete",
|
|
1024
546
|
loader = "loader",
|
|
1025
547
|
quickSideView = "quicksideview",
|
|
1026
|
-
custom = "custom"
|
|
1027
|
-
success = "success",
|
|
1028
|
-
info = "info",
|
|
1029
|
-
warning = "warning",
|
|
1030
|
-
danger = "danger",
|
|
1031
|
-
neutral = "neutral"
|
|
1032
|
-
}
|
|
1033
|
-
declare enum ModalsSize {
|
|
1034
|
-
sm = "sm",
|
|
1035
|
-
md = "md",
|
|
1036
|
-
lg = "lg",
|
|
1037
|
-
xl = "xl"
|
|
548
|
+
custom = "custom"
|
|
1038
549
|
}
|
|
1039
550
|
|
|
1040
|
-
declare class ModalsComponent implements OnInit
|
|
1041
|
-
|
|
551
|
+
declare class ModalsComponent implements OnInit {
|
|
552
|
+
activeModal: NgbActiveModal;
|
|
1042
553
|
private translateService;
|
|
1043
|
-
modalContainer: ElementRef;
|
|
1044
|
-
size: ModalsSize;
|
|
1045
|
-
customClass: string;
|
|
1046
|
-
scrollable: boolean;
|
|
1047
|
-
isAutcompModal: boolean;
|
|
1048
554
|
type: ModalsType;
|
|
1049
|
-
modalTitle
|
|
555
|
+
modalTitle: string;
|
|
1050
556
|
itemsToDelete: any[];
|
|
1051
557
|
itemsToDeleteTitle: any;
|
|
1052
|
-
|
|
1053
|
-
labelBtnAction2?: string;
|
|
558
|
+
labelBtnAction: string;
|
|
1054
559
|
customBodyTemplate?: TemplateRef<any>;
|
|
1055
560
|
customBodyContext?: any;
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
primary: BoButtonTypeEnum.primary;
|
|
1061
|
-
secondary: BoButtonTypeEnum.secondary;
|
|
1062
|
-
link: BoButtonTypeEnum.link;
|
|
1063
|
-
info: BoButtonTypeEnum.info;
|
|
1064
|
-
warning: BoButtonTypeEnum.warning;
|
|
1065
|
-
success: BoButtonTypeEnum.success;
|
|
1066
|
-
danger: BoButtonTypeEnum.danger;
|
|
1067
|
-
dangerOutline: BoButtonTypeEnum.dangerOutline;
|
|
1068
|
-
light: BoButtonTypeEnum.light;
|
|
1069
|
-
};
|
|
1070
|
-
readonly spriteIcon: typeof SpriteIconEnum;
|
|
1071
|
-
readonly iconType: typeof IconTypeEnum;
|
|
1072
|
-
readonly iconSize: typeof IconSizeEnum;
|
|
1073
|
-
readonly iconUiType: typeof IconUiTypeEnum;
|
|
561
|
+
btnAction: EventEmitter<string>;
|
|
562
|
+
modalsType: typeof ModalsType;
|
|
563
|
+
buttonTypeEnum: typeof BoButtonTypeEnum;
|
|
564
|
+
constructor(activeModal: NgbActiveModal, translateService: TranslateService);
|
|
1074
565
|
ngOnInit(): void;
|
|
1075
|
-
|
|
1076
|
-
onKeyDown(e: KeyboardEvent): void;
|
|
1077
|
-
action1Click(): void;
|
|
1078
|
-
action2Click(): void;
|
|
1079
|
-
closeModal(): void;
|
|
1080
|
-
private trapFocus;
|
|
566
|
+
actionClick(): void;
|
|
1081
567
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalsComponent, never>;
|
|
1082
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModalsComponent, "cw-modals", never, { "
|
|
568
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalsComponent, "cw-modals", never, { "type": { "alias": "type"; "required": false; }; "modalTitle": { "alias": "modalTitle"; "required": false; }; "itemsToDelete": { "alias": "itemsToDelete"; "required": false; }; "itemsToDeleteTitle": { "alias": "itemsToDeleteTitle"; "required": false; }; "labelBtnAction": { "alias": "labelBtnAction"; "required": false; }; "customBodyTemplate": { "alias": "customBodyTemplate"; "required": false; }; "customBodyContext": { "alias": "customBodyContext"; "required": false; }; }, { "btnAction": "btnAction"; }, never, never, true, never>;
|
|
1083
569
|
}
|
|
1084
570
|
|
|
1085
571
|
declare class TabContentComponent {
|
|
1086
572
|
title: string;
|
|
1087
573
|
disabled: boolean;
|
|
1088
|
-
withIcon?:
|
|
574
|
+
withIcon?: string;
|
|
1089
575
|
id: number;
|
|
1090
576
|
active: boolean;
|
|
1091
577
|
get fragment(): string;
|
|
@@ -1174,7 +660,6 @@ declare class FileToDownloadComponent {
|
|
|
1174
660
|
translate: TranslateService;
|
|
1175
661
|
readonly iconType: typeof IconTypeEnum;
|
|
1176
662
|
readonly iconSize: typeof IconSizeEnum;
|
|
1177
|
-
readonly spriteIcon = SpriteIconEnum.toolbarDownload;
|
|
1178
663
|
attachments: Attachment[];
|
|
1179
664
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileToDownloadComponent, never>;
|
|
1180
665
|
static ɵcmp: i0.ɵɵComponentDeclaration<FileToDownloadComponent, "cw-file-to-download", never, { "attachments": { "alias": "attachments"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -1193,11 +678,11 @@ declare enum NumericalRangeLabelPositionEnum {
|
|
|
1193
678
|
outside = "outside"
|
|
1194
679
|
}
|
|
1195
680
|
|
|
1196
|
-
declare class NumericalRangeComponent {
|
|
681
|
+
declare class NumericalRangeComponent implements OnInit {
|
|
1197
682
|
type: NumericalRangeTypeEnum;
|
|
1198
683
|
label: string;
|
|
1199
684
|
amount: number;
|
|
1200
|
-
withIcon?:
|
|
685
|
+
withIcon?: string;
|
|
1201
686
|
withLabelVisible?: boolean;
|
|
1202
687
|
labelPosition: NumericalRangeLabelPositionEnum;
|
|
1203
688
|
ceil?: number;
|
|
@@ -1208,11 +693,11 @@ declare class NumericalRangeComponent {
|
|
|
1208
693
|
readonly numericalRangeType: typeof NumericalRangeTypeEnum;
|
|
1209
694
|
readonly iconTypeEnum: typeof IconTypeEnum;
|
|
1210
695
|
readonly iconSize: typeof IconSizeEnum;
|
|
1211
|
-
readonly spriteIcon: typeof SpriteIconEnum;
|
|
1212
696
|
readonly labelPositionValue: typeof NumericalRangeLabelPositionEnum;
|
|
1213
697
|
readonly buttonType: typeof BoButtonTypeEnum;
|
|
1214
698
|
readonly buttonIconSize: typeof ButtonIconSizeEnum;
|
|
1215
|
-
|
|
699
|
+
public: any;
|
|
700
|
+
ngOnInit(): void;
|
|
1216
701
|
increaseAmount(): void;
|
|
1217
702
|
decreaseAmount(): void;
|
|
1218
703
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericalRangeComponent, never>;
|
|
@@ -1244,28 +729,11 @@ declare enum PlacementEnum {
|
|
|
1244
729
|
Right = "right"
|
|
1245
730
|
}
|
|
1246
731
|
|
|
1247
|
-
interface ModalRef {
|
|
1248
|
-
componentInstance: ModalsComponent;
|
|
1249
|
-
result: Promise<any>;
|
|
1250
|
-
}
|
|
1251
732
|
declare class ModalsService {
|
|
1252
|
-
private
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
private focusedElementsStack;
|
|
1256
|
-
dismissModal: EventEmitter<string>;
|
|
1257
|
-
openedModal: EventEmitter<boolean>;
|
|
1258
|
-
/**
|
|
1259
|
-
* Ouvre une modale et retourne un objet compatible avec l'ancienne syntaxe .result
|
|
1260
|
-
*/
|
|
1261
|
-
openModal(type: ModalsType, config?: Partial<ModalsComponent>, sizeOverride?: ModalsSize): ModalRef;
|
|
1262
|
-
/**
|
|
1263
|
-
* Ferme la modale en haut de la pile
|
|
1264
|
-
*/
|
|
1265
|
-
closeModal(): void;
|
|
733
|
+
private modalService;
|
|
734
|
+
constructor(modalService: NgbModal);
|
|
735
|
+
openModal(type: ModalsType, config?: Partial<ModalsComponent>, sizeOverride?: 'sm' | 'md' | 'lg' | 'xl' | 'xxl'): NgbModalRef;
|
|
1266
736
|
private getModalSizeByType;
|
|
1267
|
-
private saveFocus;
|
|
1268
|
-
private restoreFocus;
|
|
1269
737
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalsService, never>;
|
|
1270
738
|
static ɵprov: i0.ɵɵInjectableDeclaration<ModalsService>;
|
|
1271
739
|
}
|
|
@@ -1294,5 +762,5 @@ interface DataCustomListGroup {
|
|
|
1294
762
|
fields: DataCustomList[];
|
|
1295
763
|
}
|
|
1296
764
|
|
|
1297
|
-
export { AccordionComponent, AlertComponent, AlertTypeEnum, BadgeComponent, BadgePositionEnum, BadgeTypeEnum, BoButtonTypeEnum, BoTabTypeEnum, ButtonComponent, ButtonIconSizeEnum, ButtonPositionEnum, CardComponent, CardTitleRankEnum, CardTypeEnum, ClickOutsideDirective, CollapseDirective, DropdownComponent, DropdownItemDirective, FileToDownloadComponent, FoButtonTypeEnum, FoTabTypeEnum, FocusTrackerService, FormFieldComponent, FormFieldTypeEnum, IconComponent, IconNotifSizeEnum, IconNotifTypeEnum, IconNotificationComponent, IconSizeEnum, IconTypeEnum, IconUiTypeEnum, ImageComponent, LegendComponent, LegendTypeEnum, LoaderComponent, ModalsComponent, ModalsService,
|
|
1298
|
-
export type { Attachment, DataCustomList, DataCustomListGroup, DataLegend, FormFieldOption, FormFieldRangeOption, Legend,
|
|
765
|
+
export { AccordionComponent, AlertComponent, AlertTypeEnum, BadgeComponent, BadgePositionEnum, BadgeTypeEnum, BoButtonTypeEnum, BoTabTypeEnum, ButtonComponent, ButtonIconSizeEnum, ButtonPositionEnum, CardComponent, CardTitleRankEnum, CardTypeEnum, ClickOutsideDirective, CollapseDirective, DropdownComponent, DropdownItemDirective, FileToDownloadComponent, FoButtonTypeEnum, FoTabTypeEnum, FocusTrackerService, FormFieldComponent, FormFieldTypeEnum, IconComponent, IconNotifSizeEnum, IconNotifTypeEnum, IconNotificationComponent, IconSizeEnum, IconTypeEnum, IconUiTypeEnum, ImageComponent, LegendComponent, LegendTypeEnum, LoaderComponent, ModalsComponent, ModalsService, ModalsType, NumericalRangeComponent, NumericalRangeLabelPositionEnum, NumericalRangeTypeEnum, PlacementEnum, ResponsiveService, StepperComponent, TabComponent, TabContentComponent, ToastComponent, ToastService, TriggerTooltipEnum, TypeTooltipEnum, WizardStepComponent, WizardStepperComponent, rangeValidator };
|
|
766
|
+
export type { Attachment, DataCustomList, DataCustomListGroup, DataLegend, FormFieldOption, FormFieldRangeOption, Legend, ShowToastOptions, Toast, ToastAction };
|