Skip to content

Commit

Permalink
chore: update dependencies to Angular 17
Browse files Browse the repository at this point in the history
Migrate Nx to 18 and Angular to 17
  • Loading branch information
Tu Nuevo Nombre committed Apr 10, 2024
1 parent dc44dc5 commit cf46024
Show file tree
Hide file tree
Showing 5 changed files with 10,587 additions and 7,708 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ dist
tmp
/out-tsc

# Nx Cache
.nx

# dependencies
node_modules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 class="text-2xl font-bold mb-4">Inputs</h1>
/**
* Optional option for defined language support by facebook
* (review your language in documentation)
* @default 'en_US'
* &#64;default 'en_US'
*/
language?: string;
/**
Expand All @@ -42,37 +42,37 @@ <h1 class="text-2xl font-bold mb-4">Inputs</h1>
/**
* Init plugin by default Facebook Messenger Oficial lazy ( when click in the fake button )
* when is false init eager ( possible killed your web vitals )
* @default true
* &#64;efault true
*/
lazy?: boolean;
/**
* If required showDialog
* @default true
* &#64;default true
*/
showDialog?: boolean;
/**
* Debounce time for hide the ngx facebook messenger
* When load real plugin, time in miliseconds
* @default 600
* &#64;default 600
*/
debounceTime?: number;
/**
* Property of attribute for theme_color color in oficial Facebook Plugin Messenger
* Default take your configuration setting in Facebook Account
* If not it's configure take blue default color
* @default null
* &#64;default null
*/
theme_color?: string;
/**
* When the user is logged with your account show
* a greeting text in the Facebook Plugin Messenger
* @default 'Hello, how can we help you?'
* &#64;default 'Hello, how can we help you?'
*/
logged_in_greeting?: string;
/**
* When the user not logged with your account show
* a greeting text in the Facebook Plugin Messenger
* @default 'Hello, how can we help you?'
* &#64;default 'Hello, how can we help you?'
*/
logged_out_greeting?: string;
&#125;;
Expand All @@ -84,17 +84,17 @@ <h1 class="text-2xl font-bold mb-4">Inputs</h1>
/**
* Text button when style
* VIEW_BUTTON.ICON_TEXT or VIEW_BUTTON.TEXT
* @default Chat
* &#64;default Chat
*/
text?: string;
/**
* Enum Options of possible view.
* @default VIEW_BUTTON.ICON
* &#64;default VIEW_BUTTON.ICON
*/
view?: VIEW_BUTTON;
/**
* Enum Options of possible style.
* @default STYLE_BUTTON.ROUNDED_LOGO
* &#64;default STYLE_BUTTON.ROUNDED_LOGO
*/
style?: STYLE_BUTTON;
/**
Expand All @@ -103,12 +103,12 @@ <h1 class="text-2xl font-bold mb-4">Inputs</h1>
size?: &#123;
/**
* Enum Options of possible desktop size.
* @default SIZE_BUTTON_DESKTOP.STANDARD
* &#64;default SIZE_BUTTON_DESKTOP.STANDARD
*/
desktop?: SIZE_BUTTON_DESKTOP;
/**
* Enum Options of possible mobile size.
* @default SIZE_BUTTON_MOBILE.COMPACT
* &#64;default SIZE_BUTTON_MOBILE.COMPACT
*/
mobile?: SIZE_BUTTON_MOBILE;
&#125;;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
// // Type definitions for the Facebook Javascript SDK 3.3
// // Project: https://developers.facebook.com/docs/javascript
// // Definitions by: Amrit Kahlon <https://github.com/amritk>
Expand Down
Loading

0 comments on commit cf46024

Please sign in to comment.