@agorapulse/ui-components 16.0.0-rc.4 → 16.0.0-rc.5

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.0.0-rc.4",
4
+ "version": "16.0.0-rc.5",
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-rc.4",
16
- "@agorapulse/ui-theme": "^16.0.0-rc.4",
17
- "@agorapulse/ui-animations": "^16.0.0-rc.4",
15
+ "@agorapulse/ui-symbol": "^16.0.0-rc.5",
16
+ "@agorapulse/ui-theme": "^16.0.0-rc.5",
17
+ "@agorapulse/ui-animations": "^16.0.0-rc.5",
18
18
  "@angular/cdk": "^16.2.9",
19
19
  "@angular/common": "^16.2.10",
20
20
  "@angular/core": "^16.2.10",
@@ -23,7 +23,7 @@
23
23
  "@ng-select/ng-select": "^11.2.0",
24
24
  "@agorapulse/ngx-daterangepicker-material": "^6.0.5",
25
25
  "dayjs": "^1.11.6",
26
- "ngxtension": "^0.12.0"
26
+ "ngxtension": "^0.14.1"
27
27
  },
28
28
  "module": "fesm2022/agorapulse-ui-components.mjs",
29
29
  "typings": "index.d.ts",
@@ -37,12 +37,24 @@
37
37
  "esm": "./esm2022/agorapulse-ui-components.mjs",
38
38
  "default": "./fesm2022/agorapulse-ui-components.mjs"
39
39
  },
40
+ "./button": {
41
+ "types": "./button/index.d.ts",
42
+ "esm2022": "./esm2022/button/agorapulse-ui-components-button.mjs",
43
+ "esm": "./esm2022/button/agorapulse-ui-components-button.mjs",
44
+ "default": "./fesm2022/agorapulse-ui-components-button.mjs"
45
+ },
40
46
  "./checkbox": {
41
47
  "types": "./checkbox/index.d.ts",
42
48
  "esm2022": "./esm2022/checkbox/agorapulse-ui-components-checkbox.mjs",
43
49
  "esm": "./esm2022/checkbox/agorapulse-ui-components-checkbox.mjs",
44
50
  "default": "./fesm2022/agorapulse-ui-components-checkbox.mjs"
45
51
  },
52
+ "./datepicker": {
53
+ "types": "./datepicker/index.d.ts",
54
+ "esm2022": "./esm2022/datepicker/agorapulse-ui-components-datepicker.mjs",
55
+ "esm": "./esm2022/datepicker/agorapulse-ui-components-datepicker.mjs",
56
+ "default": "./fesm2022/agorapulse-ui-components-datepicker.mjs"
57
+ },
46
58
  "./add-comment": {
47
59
  "types": "./add-comment/index.d.ts",
48
60
  "esm2022": "./esm2022/add-comment/agorapulse-ui-components-add-comment.mjs",
@@ -61,17 +73,11 @@
61
73
  "esm": "./esm2022/confirm-modal/agorapulse-ui-components-confirm-modal.mjs",
62
74
  "default": "./fesm2022/agorapulse-ui-components-confirm-modal.mjs"
63
75
  },
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
- "./datepicker": {
71
- "types": "./datepicker/index.d.ts",
72
- "esm2022": "./esm2022/datepicker/agorapulse-ui-components-datepicker.mjs",
73
- "esm": "./esm2022/datepicker/agorapulse-ui-components-datepicker.mjs",
74
- "default": "./fesm2022/agorapulse-ui-components-datepicker.mjs"
76
+ "./directives": {
77
+ "types": "./directives/index.d.ts",
78
+ "esm2022": "./esm2022/directives/agorapulse-ui-components-directives.mjs",
79
+ "esm": "./esm2022/directives/agorapulse-ui-components-directives.mjs",
80
+ "default": "./fesm2022/agorapulse-ui-components-directives.mjs"
75
81
  },
76
82
  "./dots-stepper": {
77
83
  "types": "./dots-stepper/index.d.ts",
@@ -79,12 +85,6 @@
79
85
  "esm": "./esm2022/dots-stepper/agorapulse-ui-components-dots-stepper.mjs",
80
86
  "default": "./fesm2022/agorapulse-ui-components-dots-stepper.mjs"
81
87
  },
82
- "./directives": {
83
- "types": "./directives/index.d.ts",
84
- "esm2022": "./esm2022/directives/agorapulse-ui-components-directives.mjs",
85
- "esm": "./esm2022/directives/agorapulse-ui-components-directives.mjs",
86
- "default": "./fesm2022/agorapulse-ui-components-directives.mjs"
87
- },
88
88
  "./icon-button": {
89
89
  "types": "./icon-button/index.d.ts",
90
90
  "esm2022": "./esm2022/icon-button/agorapulse-ui-components-icon-button.mjs",
@@ -139,12 +139,6 @@
139
139
  "esm": "./esm2022/password-input/agorapulse-ui-components-password-input.mjs",
140
140
  "default": "./fesm2022/agorapulse-ui-components-password-input.mjs"
141
141
  },
142
- "./neo-datepicker": {
143
- "types": "./neo-datepicker/index.d.ts",
144
- "esm2022": "./esm2022/neo-datepicker/agorapulse-ui-components-neo-datepicker.mjs",
145
- "esm": "./esm2022/neo-datepicker/agorapulse-ui-components-neo-datepicker.mjs",
146
- "default": "./fesm2022/agorapulse-ui-components-neo-datepicker.mjs"
147
- },
148
142
  "./popmenu": {
149
143
  "types": "./popmenu/index.d.ts",
150
144
  "esm2022": "./esm2022/popmenu/agorapulse-ui-components-popmenu.mjs",
@@ -157,6 +151,12 @@
157
151
  "esm": "./esm2022/slide-toggle/agorapulse-ui-components-slide-toggle.mjs",
158
152
  "default": "./fesm2022/agorapulse-ui-components-slide-toggle.mjs"
159
153
  },
154
+ "./radio": {
155
+ "types": "./radio/index.d.ts",
156
+ "esm2022": "./esm2022/radio/agorapulse-ui-components-radio.mjs",
157
+ "esm": "./esm2022/radio/agorapulse-ui-components-radio.mjs",
158
+ "default": "./fesm2022/agorapulse-ui-components-radio.mjs"
159
+ },
160
160
  "./snackbars-thread": {
161
161
  "types": "./snackbars-thread/index.d.ts",
162
162
  "esm2022": "./esm2022/snackbars-thread/agorapulse-ui-components-snackbars-thread.mjs",
@@ -169,24 +169,12 @@
169
169
  "esm": "./esm2022/social-button/agorapulse-ui-components-social-button.mjs",
170
170
  "default": "./fesm2022/agorapulse-ui-components-social-button.mjs"
171
171
  },
172
- "./radio": {
173
- "types": "./radio/index.d.ts",
174
- "esm2022": "./esm2022/radio/agorapulse-ui-components-radio.mjs",
175
- "esm": "./esm2022/radio/agorapulse-ui-components-radio.mjs",
176
- "default": "./fesm2022/agorapulse-ui-components-radio.mjs"
177
- },
178
172
  "./split-button": {
179
173
  "types": "./split-button/index.d.ts",
180
174
  "esm2022": "./esm2022/split-button/agorapulse-ui-components-split-button.mjs",
181
175
  "esm": "./esm2022/split-button/agorapulse-ui-components-split-button.mjs",
182
176
  "default": "./fesm2022/agorapulse-ui-components-split-button.mjs"
183
177
  },
184
- "./tooltip": {
185
- "types": "./tooltip/index.d.ts",
186
- "esm2022": "./esm2022/tooltip/agorapulse-ui-components-tooltip.mjs",
187
- "esm": "./esm2022/tooltip/agorapulse-ui-components-tooltip.mjs",
188
- "default": "./fesm2022/agorapulse-ui-components-tooltip.mjs"
189
- },
190
178
  "./stepper": {
191
179
  "types": "./stepper/index.d.ts",
192
180
  "esm2022": "./esm2022/stepper/agorapulse-ui-components-stepper.mjs",
@@ -199,6 +187,18 @@
199
187
  "esm": "./esm2022/text-measurement/agorapulse-ui-components-text-measurement.mjs",
200
188
  "default": "./fesm2022/agorapulse-ui-components-text-measurement.mjs"
201
189
  },
190
+ "./neo-datepicker": {
191
+ "types": "./neo-datepicker/index.d.ts",
192
+ "esm2022": "./esm2022/neo-datepicker/agorapulse-ui-components-neo-datepicker.mjs",
193
+ "esm": "./esm2022/neo-datepicker/agorapulse-ui-components-neo-datepicker.mjs",
194
+ "default": "./fesm2022/agorapulse-ui-components-neo-datepicker.mjs"
195
+ },
196
+ "./tooltip": {
197
+ "types": "./tooltip/index.d.ts",
198
+ "esm2022": "./esm2022/tooltip/agorapulse-ui-components-tooltip.mjs",
199
+ "esm": "./esm2022/tooltip/agorapulse-ui-components-tooltip.mjs",
200
+ "default": "./fesm2022/agorapulse-ui-components-tooltip.mjs"
201
+ },
202
202
  "./toggle": {
203
203
  "types": "./toggle/index.d.ts",
204
204
  "esm2022": "./esm2022/toggle/agorapulse-ui-components-toggle.mjs",
@@ -11,7 +11,7 @@ export declare class SnackbarsThreadComponent {
11
11
  3: string;
12
12
  };
13
13
  SnackbarIconsMap: {
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" | "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" | "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" | "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" | "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" | "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" | "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" | "linkedin-official" | "pinterest-official" | "tiktok-official" | "microsoft-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";
14
+ [k: number]: "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-circle" | "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" | "check-circle" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "close" | "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-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" | "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" | "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" | "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" | "meetings-camera" | "megaphone" | "mention" | "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" | "messages-bubble" | "microsoft-icon" | "microsoft-official" | "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" | "remove-circle" | "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-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";
15
15
  };
16
16
  constructor(snackbarsThreadService: SnackbarsThreadService, symbolRegistry: SymbolRegistry);
17
17
  remove(id: string): void;