@agorapulse/ui-components 16.1.0-beta → 16.1.2-beta

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-components",
3
3
  "description": "Agorapulse UI Components Library",
4
- "version": "16.1.0-beta",
4
+ "version": "16.1.2-beta",
5
5
  "author": "Benoit Hediard",
6
6
  "repository": {
7
7
  "type": "git",
@@ -12,9 +12,9 @@
12
12
  },
13
13
  "homepage": "https://github.com/agorapulse/design",
14
14
  "peerDependencies": {
15
- "@agorapulse/ui-symbol": "^16.0.0",
16
- "@agorapulse/ui-theme": "^16.0.0",
17
- "@agorapulse/ui-animations": "^16.0.0",
15
+ "@agorapulse/ui-symbol": "16.1.2-beta",
16
+ "@agorapulse/ui-theme": "16.1.2-beta",
17
+ "@agorapulse/ui-animations": "16.1.2-beta",
18
18
  "@angular/cdk": "^16.2.9",
19
19
  "@angular/common": "^16.2.10",
20
20
  "@angular/core": "^16.2.10",
@@ -49,11 +49,11 @@
49
49
  "esm": "./esm2022/avatar/agorapulse-ui-components-avatar.mjs",
50
50
  "default": "./fesm2022/agorapulse-ui-components-avatar.mjs"
51
51
  },
52
- "./checkbox": {
53
- "types": "./checkbox/index.d.ts",
54
- "esm2022": "./esm2022/checkbox/agorapulse-ui-components-checkbox.mjs",
55
- "esm": "./esm2022/checkbox/agorapulse-ui-components-checkbox.mjs",
56
- "default": "./fesm2022/agorapulse-ui-components-checkbox.mjs"
52
+ "./button": {
53
+ "types": "./button/index.d.ts",
54
+ "esm2022": "./esm2022/button/agorapulse-ui-components-button.mjs",
55
+ "esm": "./esm2022/button/agorapulse-ui-components-button.mjs",
56
+ "default": "./fesm2022/agorapulse-ui-components-button.mjs"
57
57
  },
58
58
  "./badge": {
59
59
  "types": "./badge/index.d.ts",
@@ -61,23 +61,17 @@
61
61
  "esm": "./esm2022/badge/agorapulse-ui-components-badge.mjs",
62
62
  "default": "./fesm2022/agorapulse-ui-components-badge.mjs"
63
63
  },
64
- "./button": {
65
- "types": "./button/index.d.ts",
66
- "esm2022": "./esm2022/button/agorapulse-ui-components-button.mjs",
67
- "esm": "./esm2022/button/agorapulse-ui-components-button.mjs",
68
- "default": "./fesm2022/agorapulse-ui-components-button.mjs"
69
- },
70
64
  "./confirm-modal": {
71
65
  "types": "./confirm-modal/index.d.ts",
72
66
  "esm2022": "./esm2022/confirm-modal/agorapulse-ui-components-confirm-modal.mjs",
73
67
  "esm": "./esm2022/confirm-modal/agorapulse-ui-components-confirm-modal.mjs",
74
68
  "default": "./fesm2022/agorapulse-ui-components-confirm-modal.mjs"
75
69
  },
76
- "./datepicker": {
77
- "types": "./datepicker/index.d.ts",
78
- "esm2022": "./esm2022/datepicker/agorapulse-ui-components-datepicker.mjs",
79
- "esm": "./esm2022/datepicker/agorapulse-ui-components-datepicker.mjs",
80
- "default": "./fesm2022/agorapulse-ui-components-datepicker.mjs"
70
+ "./checkbox": {
71
+ "types": "./checkbox/index.d.ts",
72
+ "esm2022": "./esm2022/checkbox/agorapulse-ui-components-checkbox.mjs",
73
+ "esm": "./esm2022/checkbox/agorapulse-ui-components-checkbox.mjs",
74
+ "default": "./fesm2022/agorapulse-ui-components-checkbox.mjs"
81
75
  },
82
76
  "./counter": {
83
77
  "types": "./counter/index.d.ts",
@@ -85,6 +79,12 @@
85
79
  "esm": "./esm2022/counter/agorapulse-ui-components-counter.mjs",
86
80
  "default": "./fesm2022/agorapulse-ui-components-counter.mjs"
87
81
  },
82
+ "./datepicker": {
83
+ "types": "./datepicker/index.d.ts",
84
+ "esm2022": "./esm2022/datepicker/agorapulse-ui-components-datepicker.mjs",
85
+ "esm": "./esm2022/datepicker/agorapulse-ui-components-datepicker.mjs",
86
+ "default": "./fesm2022/agorapulse-ui-components-datepicker.mjs"
87
+ },
88
88
  "./directives": {
89
89
  "types": "./directives/index.d.ts",
90
90
  "esm2022": "./esm2022/directives/agorapulse-ui-components-directives.mjs",
@@ -103,18 +103,18 @@
103
103
  "esm": "./esm2022/icon-button/agorapulse-ui-components-icon-button.mjs",
104
104
  "default": "./fesm2022/agorapulse-ui-components-icon-button.mjs"
105
105
  },
106
- "./input": {
107
- "types": "./input/index.d.ts",
108
- "esm2022": "./esm2022/input/agorapulse-ui-components-input.mjs",
109
- "esm": "./esm2022/input/agorapulse-ui-components-input.mjs",
110
- "default": "./fesm2022/agorapulse-ui-components-input.mjs"
111
- },
112
106
  "./infobox": {
113
107
  "types": "./infobox/index.d.ts",
114
108
  "esm2022": "./esm2022/infobox/agorapulse-ui-components-infobox.mjs",
115
109
  "esm": "./esm2022/infobox/agorapulse-ui-components-infobox.mjs",
116
110
  "default": "./fesm2022/agorapulse-ui-components-infobox.mjs"
117
111
  },
112
+ "./input": {
113
+ "types": "./input/index.d.ts",
114
+ "esm2022": "./esm2022/input/agorapulse-ui-components-input.mjs",
115
+ "esm": "./esm2022/input/agorapulse-ui-components-input.mjs",
116
+ "default": "./fesm2022/agorapulse-ui-components-input.mjs"
117
+ },
118
118
  "./labels": {
119
119
  "types": "./labels/index.d.ts",
120
120
  "esm2022": "./esm2022/labels/agorapulse-ui-components-labels.mjs",
@@ -223,18 +223,18 @@
223
223
  "esm": "./esm2022/stepper/agorapulse-ui-components-stepper.mjs",
224
224
  "default": "./fesm2022/agorapulse-ui-components-stepper.mjs"
225
225
  },
226
- "./text-measurement": {
227
- "types": "./text-measurement/index.d.ts",
228
- "esm2022": "./esm2022/text-measurement/agorapulse-ui-components-text-measurement.mjs",
229
- "esm": "./esm2022/text-measurement/agorapulse-ui-components-text-measurement.mjs",
230
- "default": "./fesm2022/agorapulse-ui-components-text-measurement.mjs"
231
- },
232
226
  "./tag": {
233
227
  "types": "./tag/index.d.ts",
234
228
  "esm2022": "./esm2022/tag/agorapulse-ui-components-tag.mjs",
235
229
  "esm": "./esm2022/tag/agorapulse-ui-components-tag.mjs",
236
230
  "default": "./fesm2022/agorapulse-ui-components-tag.mjs"
237
231
  },
232
+ "./text-measurement": {
233
+ "types": "./text-measurement/index.d.ts",
234
+ "esm2022": "./esm2022/text-measurement/agorapulse-ui-components-text-measurement.mjs",
235
+ "esm": "./esm2022/text-measurement/agorapulse-ui-components-text-measurement.mjs",
236
+ "default": "./fesm2022/agorapulse-ui-components-text-measurement.mjs"
237
+ },
238
238
  "./textarea": {
239
239
  "types": "./textarea/index.d.ts",
240
240
  "esm2022": "./esm2022/textarea/agorapulse-ui-components-textarea.mjs",
@@ -11,7 +11,7 @@ export declare class SnackbarsThreadComponent {
11
11
  3: string;
12
12
  };
13
13
  SnackbarIconsMap: {
14
- [k: number]: "remove-circle" | "close" | "messages-bubble-dot" | "check-circle" | "alert-circle" | "add-2022" | "add-circle-bold-alternate" | "add-circle" | "add-square-alternate" | "add" | "agorapulse-de-flag" | "agorapulse-en-flag" | "agorapulse-es-flag" | "agorapulse-fr-flag" | "agorapulse-official" | "agorapulse-pt-flag" | "agorapulse-square-logo" | "ai-magic-wand" | "alarm-bell-1" | "alarm-clock-1-alternate" | "alert-triangle" | "ambassador" | "analytics-bars" | "analytics-board-bars" | "analytics-board-graph-line" | "app-window-expand" | "app-window-link" | "app-window-next" | "app-window-search-text" | "arrow-button-down-2" | "arrow-button-down" | "arrow-button-left" | "arrow-button-right" | "arrow-button-up-2" | "arrow-button-up" | "arrow-circle-right" | "arrow-corner-right" | "arrow-down-1" | "arrow-left-1" | "arrow-right-1" | "arrow-right-long" | "arrow-right" | "arrow-thick-circle-bottom-right-corner-2" | "arrow-thick-circle-right-2" | "arrow-thick-circle-top-right-corner-2" | "arrow-thick-down-2" | "arrow-thick-left-2" | "arrow-thick-right-2" | "arrow-thick-up-2" | "arrow-up-1" | "artboard-image-1" | "attachment" | "bag-shop" | "bin-1" | "bin-2" | "bin" | "bitly" | "bookmarks-1-alternate" | "bookmarks-1" | "bookmarks-document" | "button-play" | "button-refresh-arrow" | "button-refresh-arrows" | "button-shuffle" | "button-stop-1" | "calendar-2022" | "calendar-3" | "calendar-add-1" | "calendar-setting" | "calendar" | "canva" | "certified-certificate" | "chat-translate" | "check-1" | "check-2" | "check-circle-alternate" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "cog-1" | "cog" | "common-file-double" | "common-file-stack-alternate" | "common-file-text-alternate" | "common-file-upload" | "competitors" | "computer-bug" | "content-pencil-write" | "controls-pause" | "controls-play-3" | "controls-play" | "conversation-chat-1-alternate" | "conversation-chat-1" | "copy-paste" | "country-targeting-active" | "country-targeting" | "credit-card-1-alternate" | "crown" | "cursor-double-click-3" | "custom-facebook-comment" | "custom-facebook-like" | "custom-facebook-reel-comment" | "custom-facebook-reel-like" | "custom-facebook-reel-share" | "custom-facebook-share" | "custom-inbox-post" | "custom-instagram-bookmark" | "custom-instagram-carousel" | "custom-instagram-comment" | "custom-instagram-like" | "custom-instagram-play" | "custom-instagram-reels" | "custom-instagram-share" | "custom-instagram-tags" | "custom-linkedin-comment" | "custom-linkedin-like" | "custom-linkedin-share" | "custom-pinterest-link" | "custom-pinterest-lock" | "custom-pinterest-more" | "custom-pinterest-share" | "custom-tiktok-comment" | "custom-tiktok-like" | "custom-tiktok-melody" | "custom-tiktok-share" | "custom-twitter-comment" | "custom-twitter-like" | "custom-twitter-retweet-full" | "custom-twitter-retweet" | "custom-twitter-share" | "data-file-bars-add" | "data-transfer-square-horizontal" | "data-transfer-vertical-bi-color-down" | "data-transfer-vertical-bi-color-up" | "data-transfer-vertical" | "delete-2-alternate" | "delete-no-circle" | "delete" | "design-file-text-alternate" | "desktop-computer-pc-1" | "dislike-1" | "dislike-alternate" | "dislike" | "download-bottom" | "drawer-download" | "drawer-open" | "earth-heart" | "earth-search" | "email-action-add" | "email-action-reply-alternate" | "email-action-reply" | "email-action-subtract" | "email-action-sync-1" | "envelope-letter" | "envelope" | "excel" | "expand-1" | "expand" | "external-link" | "facebook-official" | "facebook" | "famous-people-man-steve-jobs" | "fans-2022" | "faq-2022" | "fast-food-burger-drink" | "feature-icon-market" | "file-csv-1" | "filter-1" | "filter-2" | "flag-plain-2" | "flag-plain" | "flip-right" | "folder-add-alternate" | "folder-alternate" | "folder-empty" | "folder-media-alternate" | "folder-search-alternate" | "gauge-dashboard-alternate" | "gift-box" | "google-analytics-official" | "google-analytics" | "google-icon" | "google-my-business-icon" | "google-my-business-official" | "google-official" | "group-of-posts" | "hash" | "hashtag" | "headphones-customer-support-human-1" | "headphones-customer-support-human" | "help-wheel" | "hourglass-alternate" | "house-chimney-1" | "hubspot-official" | "human-resources-search-men" | "hyperlink-3" | "icon-gif-search" | "icon-gif" | "icon-product-error" | "ig-grid" | "ig-reel" | "ig-story" | "image-file-bmp" | "image-file-gif" | "image-file-jpg" | "image-file-landscape-2" | "image-file-landscape" | "image-file-png" | "inbox-2022" | "information-circle" | "information" | "instagram-outline" | "instagram-user" | "instagram" | "iris-scan-approved" | "keyboard-3" | "keyboard-arrow-bottom-right" | "keyboard-arrow-right" | "keyboard-arrow-top-right" | "keyword" | "language-targeting-active" | "language-targeting" | "layers-hide" | "layers-show" | "layout-3" | "layout-agenda" | "layout-bullets" | "layout-module-1" | "layout-module" | "layout-top-1" | "library-2022" | "light-bulb" | "like-1" | "like-alternate" | "like" | "linkedin-official" | "linkedin" | "list-bullets" | "listening-2022" | "lock-password" | "logout-1-alternate" | "logout-2" | "love-it-alternate-bold" | "love-it-alternate" | "love-it-circle" | "love-it" | "maximize" | "meetings-camera" | "megaphone" | "mention" | "messages-bubble-alternate" | "messages-bubble-empty-alternate" | "messages-bubble-forward" | "messages-bubble-graph" | "messages-bubble-question-alternate" | "messages-bubble-square-menu-alternate" | "messages-bubble-square-text" | "messages-bubble" | "microsoft-icon" | "microsoft-official" | "minimize" | "mobile-phone" | "module-three-1" | "money-wallet-open" | "move-to-bottom" | "multiple-man-1" | "multiple-users-1" | "natural-disaster-hurricane-radar-1" | "navigation-menu-horizontal-1-alternate" | "navigation-menu-horizontal" | "navigation-menu-vertical" | "network-search" | "notes-add" | "notes-book-text" | "notes-paper-approve" | "notes-paper-text-2" | "notes-paper" | "notes-text-flip-3" | "notif-2022" | "office-outdoors" | "open-new-tab" | "open-quote" | "organization" | "original-sound" | "paginate-filter-picture" | "paginate-filter-plus" | "payment-paypal" | "pencil-1" | "pencil-2" | "pencil-write-2-alternate" | "people-man-graduate" | "performance-increase" | "phone-ring-1" | "picture-landscape" | "picture-polaroid-landscape" | "picture-stack-landscape" | "pin-active" | "pin-location" | "pin" | "pinterest-icon" | "pinterest-official" | "plant-2" | "powerpoint" | "premium-star" | "publishing-2022" | "publishing-list-2022" | "question-circle" | "rating-star" | "read-email-at-alternate" | "remove-bold" | "remove-circle-bold-alternate-3" | "remove-circle-bold-alternate" | "reports-2022" | "repost" | "roi-2022" | "rotate-back" | "salesforce-official" | "search-alternate" | "send-email-2-alternate" | "send-email-3" | "send-email-4" | "send-for-approval" | "settings-slider-alternate-1" | "settings-vertical" | "share" | "shared-calendar" | "shorten" | "show-theater-mask-happy" | "single-man" | "single-neutral-actions-add" | "single-neutral" | "single-post" | "small-arrow-down" | "small-arrow-left" | "small-arrow-right" | "small-arrow-up" | "small-caps" | "smiley-happy-alternate-custom" | "smiley-happy-alternate" | "social-media-retweet-alternate" | "social-media-retweet" | "social-profile-smartphone-add" | "space-rocket-flying" | "sparkles" | "subtitle" | "subtract" | "synchronize-arrow-clock" | "synchronize-arrows-1" | "tags-add-alternate" | "tags-alternate-active" | "tags-alternate" | "taking-pictures-circle-alternate-active" | "taking-pictures-circle-alternate" | "taking-videos-circle-alternate-active" | "taking-videos-circle-alternate" | "task-checklist-check" | "task-list-clock" | "task-list-multiple" | "tiktok-official" | "tiktok-white-official" | "time-clock-circle-1-alternate" | "time-clock-circle-alternate" | "time-clock-circle" | "tools-wrench-2" | "toys-ball" | "trends-hot-flame" | "twitter-circle" | "twitter-link-placeholder" | "twitter-official" | "twitter-plus-official" | "twitter" | "union" | "upload-bottom" | "upload-button" | "user-delete" | "variable" | "vectors-anchor-square-alternate" | "video-file-avi" | "video-file-disable" | "video-file-flv" | "video-file-m-4-v" | "video-file-mov" | "video-file-mp-4" | "video-file-mpg" | "video-file-play-alternate" | "view-alternate" | "view-off-alternate" | "view-off-full" | "view-off" | "view-on-full" | "view-on" | "view" | "vintage-tv" | "volume-control-full" | "volume-control-off" | "wifi-signal-4" | "x-official" | "x-plus-official" | "x-white-official" | "youtube-official" | "youtube" | "instagram-official" | "instagram-story-custom";
14
+ [k: number]: "add" | "add-2022" | "add-circle" | "add-circle-bold-alternate" | "add-square-alternate" | "agorapulse-official" | "agorapulse-square-logo" | "ai-magic-wand" | "alarm-bell-1" | "alarm-clock-1-alternate" | "alert-circle" | "alert-triangle" | "ambassador" | "analytics-bars" | "analytics-board-bars" | "analytics-board-graph-line" | "app-window-expand" | "app-window-search-text" | "app-window-link" | "app-window-next" | "arrow-button-down" | "arrow-button-down-2" | "arrow-button-left" | "arrow-button-right" | "arrow-button-up" | "arrow-button-up-2" | "arrow-circle-right" | "arrow-corner-right" | "arrow-down-1" | "arrow-left-1" | "arrow-right" | "arrow-right-1" | "arrow-right-long" | "arrow-thick-circle-bottom-right-corner-2" | "arrow-thick-circle-right-2" | "arrow-thick-circle-top-right-corner-2" | "arrow-thick-down-2" | "arrow-thick-left-2" | "arrow-thick-right-2" | "arrow-thick-up-2" | "arrow-up-1" | "artboard-image-1" | "attachment" | "bag-shop" | "bin" | "bin-1" | "bin-2" | "bitly" | "button-play" | "button-shuffle" | "button-stop-1" | "button-refresh-arrow" | "button-refresh-arrows" | "bookmarks-1" | "bookmarks-1-alternate" | "bookmarks-document" | "calendar" | "calendar-2022" | "calendar-3" | "calendar-add-1" | "calendar-setting" | "canva" | "certified-certificate" | "chat-translate" | "check-1" | "check-2" | "check-circle" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "check-circle-alternate" | "close" | "cog" | "cog-1" | "common-file-double" | "common-file-text-alternate" | "common-file-stack-alternate" | "common-file-upload" | "competitors" | "computer-bug" | "content-pencil-write" | "controls-pause" | "controls-play" | "controls-play-3" | "conversation-chat-1" | "conversation-chat-1-alternate" | "copy-paste" | "country-targeting" | "country-targeting-active" | "credit-card-1-alternate" | "crown" | "cursor-double-click-3" | "custom-facebook-comment" | "custom-facebook-like" | "custom-facebook-share" | "custom-facebook-reel-comment" | "custom-facebook-reel-like" | "custom-facebook-reel-share" | "custom-tiktok-like" | "custom-tiktok-comment" | "custom-tiktok-share" | "custom-tiktok-melody" | "custom-twitter-comment" | "custom-twitter-like" | "custom-twitter-retweet" | "custom-twitter-retweet-full" | "custom-twitter-share" | "custom-inbox-post" | "custom-instagram-bookmark" | "custom-instagram-carousel" | "custom-instagram-comment" | "custom-instagram-like" | "custom-instagram-play" | "custom-instagram-reels" | "custom-instagram-share" | "custom-instagram-tags" | "custom-linkedin-comment" | "custom-linkedin-like" | "custom-linkedin-share" | "custom-pinterest-link" | "custom-pinterest-lock" | "custom-pinterest-more" | "custom-pinterest-share" | "data-file-bars-add" | "data-transfer-vertical" | "data-transfer-vertical-bi-color-down" | "data-transfer-vertical-bi-color-up" | "data-transfer-square-horizontal" | "design-file-text-alternate" | "delete" | "delete-2-alternate" | "delete-no-circle" | "desktop-computer-pc-1" | "dislike" | "dislike-alternate" | "dislike-1" | "download-bottom" | "drawer-download" | "drawer-open" | "earth-heart" | "earth-search" | "email-action-add" | "email-action-reply" | "email-action-reply-alternate" | "email-action-subtract" | "email-action-sync-1" | "envelope" | "envelope-letter" | "excel" | "expand" | "expand-1" | "external-link" | "facebook" | "famous-people-man-steve-jobs" | "fans-2022" | "faq-2022" | "fast-food-burger-drink" | "feature-icon-market" | "flag-plain-2" | "file-csv-1" | "filter-1" | "filter-2" | "flag-plain" | "flip-right" | "folder-add-alternate" | "folder-alternate" | "folder-empty" | "folder-media-alternate" | "folder-search-alternate" | "gauge-dashboard-alternate" | "gift-box" | "google-analytics" | "google-my-business-icon" | "google-icon" | "group-of-posts" | "hash" | "hashtag" | "headphones-customer-support-human" | "headphones-customer-support-human-1" | "help-wheel" | "hourglass-alternate" | "house-chimney-1" | "human-resources-search-men" | "hyperlink-3" | "icon-gif" | "icon-gif-search" | "icon-product-error" | "ig-grid" | "ig-story" | "ig-reel" | "image-file-bmp" | "image-file-jpg" | "image-file-gif" | "image-file-landscape" | "image-file-landscape-2" | "image-file-png" | "inbox-2022" | "information" | "information-circle" | "instagram" | "instagram-outline" | "instagram-user" | "iris-scan-approved" | "keyboard-3" | "keyboard-arrow-bottom-right" | "keyboard-arrow-right" | "keyboard-arrow-top-right" | "keyword" | "language-targeting" | "language-targeting-active" | "layers-hide" | "layers-show" | "layout-3" | "layout-module" | "layout-module-1" | "layout-agenda" | "layout-bullets" | "layout-top-1" | "library-2022" | "light-bulb" | "like" | "like-alternate" | "like-1" | "linkedin" | "list-bullets" | "listening-2022" | "lock-password" | "logout-1-alternate" | "logout-2" | "love-it" | "love-it-alternate" | "love-it-alternate-bold" | "love-it-circle" | "maximize" | "meetings-camera" | "megaphone" | "mention" | "messages-bubble" | "messages-bubble-alternate" | "messages-bubble-dot" | "messages-bubble-empty-alternate" | "messages-bubble-forward" | "messages-bubble-graph" | "messages-bubble-question-alternate" | "messages-bubble-square-menu-alternate" | "messages-bubble-square-text" | "microsoft-icon" | "minimize" | "mobile-phone" | "module-three-1" | "money-wallet-open" | "move-to-bottom" | "multiple-man-1" | "multiple-users-1" | "natural-disaster-hurricane-radar-1" | "navigation-menu-horizontal" | "navigation-menu-horizontal-1-alternate" | "navigation-menu-vertical" | "network-search" | "notes-add" | "notes-text-flip-3" | "notes-book-text" | "notes-paper" | "notes-paper-approve" | "notes-paper-text-2" | "notif-2022" | "office-outdoors" | "open-new-tab" | "open-quote" | "organization" | "original-sound" | "paginate-filter-picture" | "paginate-filter-plus" | "payment-paypal" | "pencil-1" | "pencil-2" | "pencil-write-2-alternate" | "people-man-graduate" | "performance-increase" | "phone-ring-1" | "picture-landscape" | "picture-polaroid-landscape" | "picture-stack-landscape" | "pin" | "pinterest-icon" | "pin-active" | "pin-location" | "plant-2" | "publishing-2022" | "publishing-list-2022" | "powerpoint" | "premium-star" | "question-circle" | "rating-star" | "read-email-at-alternate" | "remove-bold" | "remove-circle" | "remove-circle-bold-alternate" | "remove-circle-bold-alternate-3" | "reports-2022" | "repost" | "roi-2022" | "rotate-back" | "search-alternate" | "send-email-2-alternate" | "send-email-3" | "send-email-4" | "send-for-approval" | "settings-slider-alternate-1" | "settings-vertical" | "share" | "shared-calendar" | "shorten" | "show-theater-mask-happy" | "single-man" | "single-neutral" | "single-neutral-actions-add" | "single-post" | "user-delete" | "small-arrow-down" | "small-arrow-up" | "small-arrow-left" | "small-arrow-right" | "small-caps" | "smiley-happy-alternate" | "smiley-happy-alternate-custom" | "social-media-retweet" | "social-media-retweet-alternate" | "social-profile-smartphone-add" | "space-rocket-flying" | "sparkles" | "subtitle" | "subtract" | "synchronize-arrow-clock" | "synchronize-arrows-1" | "tags-alternate-active" | "tags-add-alternate" | "tags-alternate" | "taking-pictures-circle-alternate" | "taking-pictures-circle-alternate-active" | "taking-videos-circle-alternate" | "taking-videos-circle-alternate-active" | "task-checklist-check" | "task-list-clock" | "task-list-multiple" | "time-clock-circle" | "time-clock-circle-alternate" | "time-clock-circle-1-alternate" | "tools-wrench-2" | "toys-ball" | "trends-hot-flame" | "twitter" | "twitter-official" | "twitter-circle" | "twitter-link-placeholder" | "union" | "upload-bottom" | "upload-button" | "variable" | "vectors-anchor-square-alternate" | "video-file-avi" | "video-file-disable" | "video-file-flv" | "video-file-mov" | "video-file-mpg" | "video-file-mp-4" | "video-file-m-4-v" | "video-file-play-alternate" | "view" | "view-alternate" | "view-off" | "view-off-alternate" | "view-off-full" | "view-on" | "view-on-full" | "vintage-tv" | "volume-control-full" | "volume-control-off" | "wifi-signal-4" | "youtube" | "facebook-official" | "google-official" | "google-my-business-official" | "google-analytics-official" | "hubspot-official" | "linkedin-official" | "pinterest-official" | "tiktok-official" | "microsoft-official" | "salesforce-official" | "tiktok-white-official" | "twitter-plus-official" | "x-official" | "x-plus-official" | "x-white-official" | "youtube-official" | "instagram-official" | "instagram-story-custom" | "agorapulse-en-flag" | "agorapulse-fr-flag" | "agorapulse-pt-flag" | "agorapulse-es-flag" | "agorapulse-de-flag";
15
15
  };
16
16
  constructor(snackbarsThreadService: SnackbarsThreadService, symbolRegistry: SymbolRegistry);
17
17
  remove(id: string): void;