@telcomdev/ui 0.1.38 → 0.1.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telcomdev/ui",
3
- "version": "0.1.38",
3
+ "version": "0.1.40",
4
4
  "description": "Librería UI reutilizable para los sistemas TelcomDev.",
5
5
  "keywords": [
6
6
  "angular",
@@ -1245,6 +1245,84 @@ declare const TD_ICONOS: {
1245
1245
  calculator: {
1246
1246
  path: string;
1247
1247
  };
1248
+ money: {
1249
+ path: string;
1250
+ };
1251
+ currency_exchange: {
1252
+ path: string;
1253
+ };
1254
+ bank_transfer: {
1255
+ path: string;
1256
+ };
1257
+ savings: {
1258
+ path: string;
1259
+ };
1260
+ investment: {
1261
+ path: string;
1262
+ };
1263
+ portfolio: {
1264
+ path: string;
1265
+ };
1266
+ budget: {
1267
+ path: string;
1268
+ };
1269
+ income: {
1270
+ path: string;
1271
+ };
1272
+ expense: {
1273
+ path: string;
1274
+ };
1275
+ cash_flow: {
1276
+ path: string;
1277
+ };
1278
+ debt: {
1279
+ path: string;
1280
+ };
1281
+ loan: {
1282
+ path: string;
1283
+ };
1284
+ loan_application: {
1285
+ path: string;
1286
+ };
1287
+ loan_approved: {
1288
+ path: string;
1289
+ };
1290
+ loan_pending: {
1291
+ path: string;
1292
+ };
1293
+ loan_rejected: {
1294
+ path: string;
1295
+ };
1296
+ installment: {
1297
+ path: string;
1298
+ };
1299
+ amortization: {
1300
+ path: string;
1301
+ };
1302
+ interest: {
1303
+ path: string;
1304
+ };
1305
+ percentage: {
1306
+ path: string;
1307
+ };
1308
+ credit_score: {
1309
+ path: string;
1310
+ };
1311
+ collateral: {
1312
+ path: string;
1313
+ };
1314
+ guarantor: {
1315
+ path: string;
1316
+ };
1317
+ financial_statement: {
1318
+ path: string;
1319
+ };
1320
+ chart_up: {
1321
+ path: string;
1322
+ };
1323
+ chart_down: {
1324
+ path: string;
1325
+ };
1248
1326
  warehouse: {
1249
1327
  path: string;
1250
1328
  };
@@ -1394,7 +1472,7 @@ declare const TD_ICONOS: {
1394
1472
  };
1395
1473
  };
1396
1474
  type TdIconoNombre = keyof typeof TD_ICONOS;
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")[];
1475
+ 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" | "money" | "currency_exchange" | "bank_transfer" | "savings" | "investment" | "portfolio" | "budget" | "income" | "expense" | "cash_flow" | "debt" | "loan" | "loan_application" | "loan_approved" | "loan_pending" | "loan_rejected" | "installment" | "amortization" | "interest" | "percentage" | "credit_score" | "collateral" | "guarantor" | "financial_statement" | "chart_up" | "chart_down" | "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")[];
1398
1476
 
1399
1477
  type TdInputValue = string | number | null;
1400
1478
  type TdInputEmptyValue = 'auto' | 'null' | 'empty-string';