@telcomdev/ui 0.1.35 → 0.1.36
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/fesm2022/telcomdev-ui.mjs +358 -66
- package/fesm2022/telcomdev-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/telcomdev-ui.d.ts +253 -4
package/package.json
CHANGED
package/types/telcomdev-ui.d.ts
CHANGED
|
@@ -1152,9 +1152,249 @@ declare const TD_ICONOS: {
|
|
|
1152
1152
|
external_link: {
|
|
1153
1153
|
path: string;
|
|
1154
1154
|
};
|
|
1155
|
+
hotel: {
|
|
1156
|
+
path: string;
|
|
1157
|
+
};
|
|
1158
|
+
bed: {
|
|
1159
|
+
path: string;
|
|
1160
|
+
};
|
|
1161
|
+
room: {
|
|
1162
|
+
path: string;
|
|
1163
|
+
};
|
|
1164
|
+
door: {
|
|
1165
|
+
path: string;
|
|
1166
|
+
};
|
|
1167
|
+
key: {
|
|
1168
|
+
path: string;
|
|
1169
|
+
};
|
|
1170
|
+
booking: {
|
|
1171
|
+
path: string;
|
|
1172
|
+
};
|
|
1173
|
+
check_in: {
|
|
1174
|
+
path: string;
|
|
1175
|
+
};
|
|
1176
|
+
check_out: {
|
|
1177
|
+
path: string;
|
|
1178
|
+
};
|
|
1179
|
+
concierge: {
|
|
1180
|
+
path: string;
|
|
1181
|
+
};
|
|
1182
|
+
bell_service: {
|
|
1183
|
+
path: string;
|
|
1184
|
+
};
|
|
1185
|
+
luggage: {
|
|
1186
|
+
path: string;
|
|
1187
|
+
};
|
|
1188
|
+
housekeeping: {
|
|
1189
|
+
path: string;
|
|
1190
|
+
};
|
|
1191
|
+
restaurant: {
|
|
1192
|
+
path: string;
|
|
1193
|
+
};
|
|
1194
|
+
minibar: {
|
|
1195
|
+
path: string;
|
|
1196
|
+
};
|
|
1197
|
+
parking: {
|
|
1198
|
+
path: string;
|
|
1199
|
+
};
|
|
1200
|
+
wifi: {
|
|
1201
|
+
path: string;
|
|
1202
|
+
};
|
|
1203
|
+
elevator: {
|
|
1204
|
+
path: string;
|
|
1205
|
+
};
|
|
1206
|
+
pool: {
|
|
1207
|
+
path: string;
|
|
1208
|
+
};
|
|
1209
|
+
invoice: {
|
|
1210
|
+
path: string;
|
|
1211
|
+
};
|
|
1212
|
+
invoice_paid: {
|
|
1213
|
+
path: string;
|
|
1214
|
+
};
|
|
1215
|
+
invoice_pending: {
|
|
1216
|
+
path: string;
|
|
1217
|
+
};
|
|
1218
|
+
credit_card: {
|
|
1219
|
+
path: string;
|
|
1220
|
+
};
|
|
1221
|
+
payment: {
|
|
1222
|
+
path: string;
|
|
1223
|
+
};
|
|
1224
|
+
cash: {
|
|
1225
|
+
path: string;
|
|
1226
|
+
};
|
|
1227
|
+
wallet: {
|
|
1228
|
+
path: string;
|
|
1229
|
+
};
|
|
1230
|
+
bank: {
|
|
1231
|
+
path: string;
|
|
1232
|
+
};
|
|
1233
|
+
tax: {
|
|
1234
|
+
path: string;
|
|
1235
|
+
};
|
|
1236
|
+
pos: {
|
|
1237
|
+
path: string;
|
|
1238
|
+
};
|
|
1239
|
+
barcode: {
|
|
1240
|
+
path: string;
|
|
1241
|
+
};
|
|
1242
|
+
qr_code: {
|
|
1243
|
+
path: string;
|
|
1244
|
+
};
|
|
1245
|
+
calculator: {
|
|
1246
|
+
path: string;
|
|
1247
|
+
};
|
|
1248
|
+
warehouse: {
|
|
1249
|
+
path: string;
|
|
1250
|
+
};
|
|
1251
|
+
supplier: {
|
|
1252
|
+
path: string;
|
|
1253
|
+
};
|
|
1254
|
+
customer: {
|
|
1255
|
+
path: string;
|
|
1256
|
+
};
|
|
1257
|
+
employee: {
|
|
1258
|
+
path: string;
|
|
1259
|
+
};
|
|
1260
|
+
organization: {
|
|
1261
|
+
path: string;
|
|
1262
|
+
};
|
|
1263
|
+
branch: {
|
|
1264
|
+
path: string;
|
|
1265
|
+
};
|
|
1266
|
+
contract: {
|
|
1267
|
+
path: string;
|
|
1268
|
+
};
|
|
1269
|
+
approval: {
|
|
1270
|
+
path: string;
|
|
1271
|
+
};
|
|
1272
|
+
workflow: {
|
|
1273
|
+
path: string;
|
|
1274
|
+
};
|
|
1275
|
+
tasks: {
|
|
1276
|
+
path: string;
|
|
1277
|
+
};
|
|
1278
|
+
ticket: {
|
|
1279
|
+
path: string;
|
|
1280
|
+
};
|
|
1281
|
+
support_agent: {
|
|
1282
|
+
path: string;
|
|
1283
|
+
};
|
|
1284
|
+
role: {
|
|
1285
|
+
path: string;
|
|
1286
|
+
};
|
|
1287
|
+
permissions: {
|
|
1288
|
+
path: string;
|
|
1289
|
+
};
|
|
1290
|
+
audit: {
|
|
1291
|
+
path: string;
|
|
1292
|
+
};
|
|
1293
|
+
server: {
|
|
1294
|
+
path: string;
|
|
1295
|
+
};
|
|
1296
|
+
api: {
|
|
1297
|
+
path: string;
|
|
1298
|
+
};
|
|
1299
|
+
terminal: {
|
|
1300
|
+
path: string;
|
|
1301
|
+
};
|
|
1302
|
+
integration: {
|
|
1303
|
+
path: string;
|
|
1304
|
+
};
|
|
1305
|
+
backup: {
|
|
1306
|
+
path: string;
|
|
1307
|
+
};
|
|
1308
|
+
analytics: {
|
|
1309
|
+
path: string;
|
|
1310
|
+
};
|
|
1311
|
+
kpi: {
|
|
1312
|
+
path: string;
|
|
1313
|
+
};
|
|
1314
|
+
procurement: {
|
|
1315
|
+
path: string;
|
|
1316
|
+
};
|
|
1317
|
+
purchase_order: {
|
|
1318
|
+
path: string;
|
|
1319
|
+
};
|
|
1320
|
+
delivery: {
|
|
1321
|
+
path: string;
|
|
1322
|
+
};
|
|
1323
|
+
truck: {
|
|
1324
|
+
path: string;
|
|
1325
|
+
};
|
|
1326
|
+
route: {
|
|
1327
|
+
path: string;
|
|
1328
|
+
};
|
|
1329
|
+
map: {
|
|
1330
|
+
path: string;
|
|
1331
|
+
};
|
|
1332
|
+
product: {
|
|
1333
|
+
path: string;
|
|
1334
|
+
};
|
|
1335
|
+
service: {
|
|
1336
|
+
path: string;
|
|
1337
|
+
};
|
|
1338
|
+
maintenance: {
|
|
1339
|
+
path: string;
|
|
1340
|
+
};
|
|
1341
|
+
module: {
|
|
1342
|
+
path: string;
|
|
1343
|
+
};
|
|
1344
|
+
menu_book: {
|
|
1345
|
+
path: string;
|
|
1346
|
+
};
|
|
1347
|
+
identity: {
|
|
1348
|
+
path: string;
|
|
1349
|
+
};
|
|
1350
|
+
room_service: {
|
|
1351
|
+
path: string;
|
|
1352
|
+
};
|
|
1353
|
+
housekeeping_cart: {
|
|
1354
|
+
path: string;
|
|
1355
|
+
};
|
|
1356
|
+
occupancy: {
|
|
1357
|
+
path: string;
|
|
1358
|
+
};
|
|
1359
|
+
swap_horiz: {
|
|
1360
|
+
path: string;
|
|
1361
|
+
};
|
|
1362
|
+
confirmation_number: {
|
|
1363
|
+
path: string;
|
|
1364
|
+
};
|
|
1365
|
+
checkin: {
|
|
1366
|
+
path: string;
|
|
1367
|
+
};
|
|
1368
|
+
chekin: {
|
|
1369
|
+
path: string;
|
|
1370
|
+
};
|
|
1371
|
+
checkout: {
|
|
1372
|
+
path: string;
|
|
1373
|
+
};
|
|
1374
|
+
chekout: {
|
|
1375
|
+
path: string;
|
|
1376
|
+
};
|
|
1377
|
+
add_person: {
|
|
1378
|
+
path: string;
|
|
1379
|
+
};
|
|
1380
|
+
remove: {
|
|
1381
|
+
path: string;
|
|
1382
|
+
};
|
|
1383
|
+
door_front: {
|
|
1384
|
+
path: string;
|
|
1385
|
+
};
|
|
1386
|
+
event_busy: {
|
|
1387
|
+
path: string;
|
|
1388
|
+
};
|
|
1389
|
+
cleaning_services: {
|
|
1390
|
+
path: string;
|
|
1391
|
+
};
|
|
1392
|
+
build: {
|
|
1393
|
+
path: string;
|
|
1394
|
+
};
|
|
1155
1395
|
};
|
|
1156
1396
|
type TdIconoNombre = keyof typeof TD_ICONOS;
|
|
1157
|
-
declare const TD_ICONOS_NOMBRES: readonly ("home" | "dashboard" | "folder" | "settings" | "people" | "person" | "security" | "inventory" | "shopping_cart" | "receipt" | "assessment" | "description" | "business" | "chevron_left" | "chevron_right" | "sun" | "moon" | "alert" | "check" | "close" | "menu" | "search" | "visibility" | "visibility_off" | "notifications" | "chevron_down" | "apps" | "help" | "add" | "edit" | "delete" | "toggle_on" | "toggle_off" | "inbox" | "pdf" | "save" | "copy" | "download" | "upload" | "print" | "excel" | "xml" | "zip" | "file" | "image" | "calendar" | "clock" | "history" | "filter" | "refresh" | "sort" | "more_vertical" | "more_horizontal" | "arrow_back" | "arrow_forward" | "login" | "logout" | "lock" | "lock_open" | "mail" | "phone" | "send" | "location" | "language" | "info" | "warning" | "error" | "check_circle" | "cancel" | "star" | "favorite" | "database" | "cloud" | "camera" | "link" | "external_link")[];
|
|
1397
|
+
declare const TD_ICONOS_NOMBRES: readonly ("home" | "dashboard" | "folder" | "settings" | "people" | "person" | "security" | "inventory" | "shopping_cart" | "receipt" | "assessment" | "description" | "business" | "chevron_left" | "chevron_right" | "sun" | "moon" | "alert" | "check" | "close" | "menu" | "search" | "visibility" | "visibility_off" | "notifications" | "chevron_down" | "apps" | "help" | "add" | "edit" | "delete" | "toggle_on" | "toggle_off" | "inbox" | "pdf" | "save" | "copy" | "download" | "upload" | "print" | "excel" | "xml" | "zip" | "file" | "image" | "calendar" | "clock" | "history" | "filter" | "refresh" | "sort" | "more_vertical" | "more_horizontal" | "arrow_back" | "arrow_forward" | "login" | "logout" | "lock" | "lock_open" | "mail" | "phone" | "send" | "location" | "language" | "info" | "warning" | "error" | "check_circle" | "cancel" | "star" | "favorite" | "database" | "cloud" | "camera" | "link" | "external_link" | "hotel" | "bed" | "room" | "door" | "key" | "booking" | "check_in" | "check_out" | "concierge" | "bell_service" | "luggage" | "housekeeping" | "restaurant" | "minibar" | "parking" | "wifi" | "elevator" | "pool" | "invoice" | "invoice_paid" | "invoice_pending" | "credit_card" | "payment" | "cash" | "wallet" | "bank" | "tax" | "pos" | "barcode" | "qr_code" | "calculator" | "warehouse" | "supplier" | "customer" | "employee" | "organization" | "branch" | "contract" | "approval" | "workflow" | "tasks" | "ticket" | "support_agent" | "role" | "permissions" | "audit" | "server" | "api" | "terminal" | "integration" | "backup" | "analytics" | "kpi" | "procurement" | "purchase_order" | "delivery" | "truck" | "route" | "map" | "product" | "service" | "maintenance" | "module" | "menu_book" | "identity" | "room_service" | "housekeeping_cart" | "occupancy" | "swap_horiz" | "confirmation_number" | "checkin" | "chekin" | "checkout" | "chekout" | "add_person" | "remove" | "door_front" | "event_busy" | "cleaning_services" | "build")[];
|
|
1158
1398
|
|
|
1159
1399
|
type TdInputValue = string | number | null;
|
|
1160
1400
|
type TdInputEmptyValue = 'auto' | 'null' | 'empty-string';
|
|
@@ -1740,8 +1980,14 @@ declare class TdTab {
|
|
|
1740
1980
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TdTab, "td-tab", never, { "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1741
1981
|
}
|
|
1742
1982
|
|
|
1983
|
+
declare class TdTabsActions {
|
|
1984
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TdTabsActions, never>;
|
|
1985
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TdTabsActions, "[tdTabsActions]", never, {}, {}, never, never, true, never>;
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1743
1988
|
type TdTabsVariant = 'linea' | 'pastilla' | 'contenida';
|
|
1744
1989
|
type TdTabsAlignment = 'inicio' | 'centro' | 'fin';
|
|
1990
|
+
type TdTabsActionsPlacement = 'header' | 'footer';
|
|
1745
1991
|
declare class TdTabs implements AfterContentInit, OnDestroy {
|
|
1746
1992
|
private readonly cdr;
|
|
1747
1993
|
private tabsChange?;
|
|
@@ -1757,6 +2003,9 @@ declare class TdTabs implements AfterContentInit, OnDestroy {
|
|
|
1757
2003
|
dark: boolean;
|
|
1758
2004
|
ariaLabel: string;
|
|
1759
2005
|
panelFocusable: boolean;
|
|
2006
|
+
contentHeight: string | null;
|
|
2007
|
+
scrollableContent: boolean;
|
|
2008
|
+
actionsPlacement: TdTabsActionsPlacement;
|
|
1760
2009
|
readonly selectedIndexChange: EventEmitter<number>;
|
|
1761
2010
|
readonly tabChange: EventEmitter<TdTab>;
|
|
1762
2011
|
protected tabs: readonly TdTab[];
|
|
@@ -1776,7 +2025,7 @@ declare class TdTabs implements AfterContentInit, OnDestroy {
|
|
|
1776
2025
|
private focusButton;
|
|
1777
2026
|
private ensureTabVisible;
|
|
1778
2027
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TdTabs, never>;
|
|
1779
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TdTabs, "td-tabs", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "dark": { "alias": "dark"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "panelFocusable": { "alias": "panelFocusable"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "tabChange": "tabChange"; }, ["tabQuery"],
|
|
2028
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TdTabs, "td-tabs", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "dark": { "alias": "dark"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "panelFocusable": { "alias": "panelFocusable"; "required": false; }; "contentHeight": { "alias": "contentHeight"; "required": false; }; "scrollableContent": { "alias": "scrollableContent"; "required": false; }; "actionsPlacement": { "alias": "actionsPlacement"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "tabChange": "tabChange"; }, ["tabQuery"], ["[tdTabsActions]"], true, never>;
|
|
1780
2029
|
}
|
|
1781
2030
|
|
|
1782
2031
|
type TdThemeMode = 'light' | 'dark' | 'system';
|
|
@@ -1850,5 +2099,5 @@ declare class TdTooltip implements OnDestroy {
|
|
|
1850
2099
|
static ngAcceptInputType_tdTooltipDisabled: unknown;
|
|
1851
2100
|
}
|
|
1852
2101
|
|
|
1853
|
-
export { TD_DIALOG_CONFIG, TD_DIALOG_DATA, TD_ICONOS, TD_ICONOS_NOMBRES, TD_THEME_DARK_COLORS, TD_THEME_LIGHT_COLORS, TdAlert, TdAlerta, TdAutocompleteSelect, TdBadge, TdButton, TdCheckbox, TdDataTable, TdDatePicker, TdDialog, TdDialogActions, TdDialogClose, TdDialogPrimary, TdDialogRef, TdFileUpload, TdFileViewer, TdFileViewerService, TdFooter, TdHeader, TdIcon, TdIconoRegistry, TdInput, TdLayout, TdLayoutContentSlot, TdLayoutFooterSlot, TdLayoutHeaderSlot, TdLayoutSidebarSlot, TdMenu, TdRadioGroup, TdSelect, TdSidebar, TdTab, TdTabs, TdTextarea, TdThemeService, TdTooltip, TelcomdevUi, createTdFormControlBridge };
|
|
1854
|
-
export type { MenuSidebar, TdAlertOptions, TdAlertType, TdAlertaOpciones, TdAlertaTipo, TdBadgePosition, TdBadgeSize, TdBadgeTone, TdBadgeVariant, TdButtonSize, TdButtonTone, TdButtonType, TdButtonVariant, TdDataTableAccion, TdDataTableAccionEvento, TdDataTableAccionesPresentacion, TdDataTableAlineacion, TdDataTableBoton, TdDataTableColumna, TdDataTableImagenConfig, TdDataTableImagenEvento, TdDataTableImagenForma, TdDataTableTipoColumna, TdDataTableTono, TdDatePickerMode, TdDatePickerValue, TdDateRange, TdDialogConfig, TdDialogPanelData, TdDialogRefLike, TdDialogTamano, TdErrorDisplay, TdFileAttachment, TdFileSource, TdFileUploadItem, TdFileUploadPreviewKind, TdFileUploadRejectReason, TdFileUploadRejected, TdFileUploadValue, TdFileUploadVariant, TdFileViewerArchivo, TdFileViewerKind, TdFileViewerOpenOptions, TdFormControlBridge, TdHeaderAccionPerfil, TdHeaderNotificacion, TdHeaderPerfilAccion, TdHeaderPerfilAccionTono, TdIconoDefinicion, TdIconoNombre, TdIconoPersonalizado, TdInputEmptyValue, TdInputMask, TdInputSanitize, TdInputSanitizeFn, TdInputSanitizePreset, TdInputValue, TdLayoutMobileSidebarStyle, TdLayoutSectionSpan, TdLayoutSidebarPlacement, TdMenuBadge, TdMenuItem, TdMenuPosicion, TdMenuSeleccion, TdMenuTono, TdRadioDirection, TdRadioOption, TdRadioVariant, TdSelectAppearance, TdSelectOption, TdSelectOverflowText, TdSelectScrollBehavior, TdSidebarModoCerrado, TdSidebarSeleccion, TdSnackbarOpciones, TdSnackbarPosicion, TdSnackbarTipo, TdTabsAlignment, TdTabsVariant, TdTextareaEmptyValue, TdTextareaValue, TdThemeMode, TdThemePaletteColor, TdToastOptions, TdToastPosition, TdToastType, TdTooltipPosition, TdTooltipTone };
|
|
2102
|
+
export { TD_DIALOG_CONFIG, TD_DIALOG_DATA, TD_ICONOS, TD_ICONOS_NOMBRES, TD_THEME_DARK_COLORS, TD_THEME_LIGHT_COLORS, TdAlert, TdAlerta, TdAutocompleteSelect, TdBadge, TdButton, TdCheckbox, TdDataTable, TdDatePicker, TdDialog, TdDialogActions, TdDialogClose, TdDialogPrimary, TdDialogRef, TdFileUpload, TdFileViewer, TdFileViewerService, TdFooter, TdHeader, TdIcon, TdIconoRegistry, TdInput, TdLayout, TdLayoutContentSlot, TdLayoutFooterSlot, TdLayoutHeaderSlot, TdLayoutSidebarSlot, TdMenu, TdRadioGroup, TdSelect, TdSidebar, TdTab, TdTabs, TdTabsActions, TdTextarea, TdThemeService, TdTooltip, TelcomdevUi, createTdFormControlBridge };
|
|
2103
|
+
export type { MenuSidebar, TdAlertOptions, TdAlertType, TdAlertaOpciones, TdAlertaTipo, TdBadgePosition, TdBadgeSize, TdBadgeTone, TdBadgeVariant, TdButtonSize, TdButtonTone, TdButtonType, TdButtonVariant, TdDataTableAccion, TdDataTableAccionEvento, TdDataTableAccionesPresentacion, TdDataTableAlineacion, TdDataTableBoton, TdDataTableColumna, TdDataTableImagenConfig, TdDataTableImagenEvento, TdDataTableImagenForma, TdDataTableTipoColumna, TdDataTableTono, TdDatePickerMode, TdDatePickerValue, TdDateRange, TdDialogConfig, TdDialogPanelData, TdDialogRefLike, TdDialogTamano, TdErrorDisplay, TdFileAttachment, TdFileSource, TdFileUploadItem, TdFileUploadPreviewKind, TdFileUploadRejectReason, TdFileUploadRejected, TdFileUploadValue, TdFileUploadVariant, TdFileViewerArchivo, TdFileViewerKind, TdFileViewerOpenOptions, TdFormControlBridge, TdHeaderAccionPerfil, TdHeaderNotificacion, TdHeaderPerfilAccion, TdHeaderPerfilAccionTono, TdIconoDefinicion, TdIconoNombre, TdIconoPersonalizado, TdInputEmptyValue, TdInputMask, TdInputSanitize, TdInputSanitizeFn, TdInputSanitizePreset, TdInputValue, TdLayoutMobileSidebarStyle, TdLayoutSectionSpan, TdLayoutSidebarPlacement, TdMenuBadge, TdMenuItem, TdMenuPosicion, TdMenuSeleccion, TdMenuTono, TdRadioDirection, TdRadioOption, TdRadioVariant, TdSelectAppearance, TdSelectOption, TdSelectOverflowText, TdSelectScrollBehavior, TdSidebarModoCerrado, TdSidebarSeleccion, TdSnackbarOpciones, TdSnackbarPosicion, TdSnackbarTipo, TdTabsActionsPlacement, TdTabsAlignment, TdTabsVariant, TdTextareaEmptyValue, TdTextareaValue, TdThemeMode, TdThemePaletteColor, TdToastOptions, TdToastPosition, TdToastType, TdTooltipPosition, TdTooltipTone };
|