From cc25595af26ae381795f57b17861359cba6e87ac Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Fri, 10 May 2024 16:30:06 +0300 Subject: [PATCH] Fixed #5713 - PrimeIcons API updates --- components/lib/api/Api.d.ts | 64 +++++++++++++++++++++++++++++--- components/lib/api/PrimeIcons.js | 34 ++++++++++++++++- 2 files changed, 91 insertions(+), 7 deletions(-) diff --git a/components/lib/api/Api.d.ts b/components/lib/api/Api.d.ts index d6d27067c..65f73a627 100644 --- a/components/lib/api/Api.d.ts +++ b/components/lib/api/Api.d.ts @@ -52,6 +52,7 @@ export declare namespace FilterService { // Icons export interface PrimeIconsOptions { + readonly ADDRESS_BOOK: string; readonly ALIGN_CENTER: string; readonly ALIGN_JUSTIFY: string; readonly ALIGN_LEFT: string; @@ -73,6 +74,7 @@ export interface PrimeIconsOptions { readonly ARROW_CIRCLE_UP: string; readonly ARROW_DOWN: string; readonly ARROW_DOWN_LEFT: string; + readonly ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER: string; readonly ARROW_DOWN_RIGHT: string; readonly ARROW_LEFT: string; readonly ARROW_RIGHT: string; @@ -80,14 +82,18 @@ export interface PrimeIconsOptions { readonly ARROW_UP: string; readonly ARROW_UP_LEFT: string; readonly ARROW_UP_RIGHT: string; - readonly ARROW_H: string; - readonly ARROW_V: string; - readonly ARROW_A: string; + readonly ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER: string; + readonly ARROWS_ALT: string; + readonly ARROWS_H: string; + readonly ARROWS_V: string; + readonly ASTERISK: string; readonly AT: string; readonly BACKWARD: string; readonly BAN: string; + readonly BARCODE: string; readonly BARS: string; readonly BELL: string; + readonly BELL_SLASH: string; readonly BITCOIN: string; readonly BOLT: string; readonly BOOK: string; @@ -96,21 +102,27 @@ export interface PrimeIconsOptions { readonly BOX: string; readonly BRIEFCASE: string; readonly BUILDING: string; + readonly BUILDING_COLUMNS: string; + readonly BULLSEYE: string; + readonly CALCULATOR: string; readonly CALENDAR: string; + readonly CALENDAR_CLOCK: string; readonly CALENDAR_MINUS: string; readonly CALENDAR_PLUS: string; readonly CALENDAR_TIMES: string; - readonly CALCULATOR: string; readonly CAMERA: string; readonly CAR: string; readonly CARET_DOWN: string; readonly CARET_LEFT: string; readonly CARET_RIGHT: string; readonly CARET_UP: string; + readonly CART_ARROW_DOWN: string; + readonly CART_MINUS: string; readonly CART_PLUS: string; readonly CHART_BAR: string; readonly CHART_LINE: string; readonly CHART_PIE: string; + readonly CHART_SCATTER: string; readonly CHECK: string; readonly CHECK_CIRCLE: string; readonly CHECK_SQUARE: string; @@ -124,6 +136,7 @@ export interface PrimeIconsOptions { readonly CHEVRON_UP: string; readonly CIRCLE: string; readonly CIRCLE_FILL: string; + readonly CLIPBOARD: string; readonly CLOCK: string; readonly CLONE: string; readonly CLOUD: string; @@ -136,8 +149,9 @@ export interface PrimeIconsOptions { readonly COMPASS: string; readonly COPY: string; readonly CREDIT_CARD: string; + readonly CROWN: string; readonly DATABASE: string; - readonly DELETELEFT: string; + readonly DELETE_LEFT: string; readonly DESKTOP: string; readonly DIRECTIONS: string; readonly DIRECTIONS_ALT: string; @@ -148,17 +162,23 @@ export interface PrimeIconsOptions { readonly ELLIPSIS_H: string; readonly ELLIPSIS_V: string; readonly ENVELOPE: string; + readonly EQUALS: string; readonly ERASER: string; + readonly ETHEREUM: string; readonly EURO: string; readonly EXCLAMATION_CIRCLE: string; readonly EXCLAMATION_TRIANGLE: string; + readonly EXPAND: string; readonly EXTERNAL_LINK: string; readonly EYE: string; readonly EYE_SLASH: string; + readonly FACE_SMILE: string; readonly FACEBOOK: string; readonly FAST_BACKWARD: string; readonly FAST_FORWARD: string; readonly FILE: string; + readonly FILE_ARROW_UP: string; + readonly FILE_CHECK: string; readonly FILE_EDIT: string; readonly FILE_EXCEL: string; readonly FILE_EXPORT: string; @@ -172,12 +192,17 @@ export interface PrimeIconsOptions { readonly FLAG_FILL: string; readonly FOLDER: string; readonly FOLDER_OPEN: string; + readonly FOLDER_PLUS: string; readonly FORWARD: string; + readonly GAUGE: string; readonly GIFT: string; readonly GITHUB: string; readonly GLOBE: string; readonly GOOGLE: string; + readonly GRADUATION_CAP: string; + readonly HAMMER: string; readonly HASHTAG: string; + readonly HEADPHONES: string; readonly HEART: string; readonly HEART_FILL: string; readonly HISTORY: string; @@ -187,19 +212,25 @@ export interface PrimeIconsOptions { readonly IMAGE: string; readonly IMAGES: string; readonly INBOX: string; + readonly INDIAN_RUPEE: string; readonly INFO: string; readonly INFO_CIRCLE: string; readonly INSTAGRAM: string; readonly KEY: string; readonly LANGUAGE: string; + readonly LIGHTBULB: string; readonly LINK: string; readonly LINKEDIN: string; readonly LIST: string; + readonly LIST_CHECK: string; readonly LOCK: string; readonly LOCK_OPEN: string; readonly MAP: string; readonly MAP_MARKER: string; + readonly MARS: string; readonly MEGAPHONE: string; + readonly MICROCHIP: string; + readonly MICROCHIP_AI: string; readonly MICREPHONE: string; readonly MICROSOFT: string; readonly MINUS: string; @@ -207,14 +238,19 @@ export interface PrimeIconsOptions { readonly MOBILE: string; readonly MONEY_BILL: string; readonly MOON: string; + readonly OBJECTS_COLUMN: string; readonly PALETTE: string; readonly PAPERCLIP: string; readonly PAUSE: string; + readonly PAUSE_CIRCLE: string; readonly PAYPAL: string; + readonly PEN_TO_SQUARE: string; readonly PENCIL: string; readonly PERCENTAGE: string; readonly PHONE: string; + readonly PINTEREST: string; readonly PLAY: string; + readonly PLAY_CIRCLE: string; readonly PLUS: string; readonly PLUS_CIRCLE: string; readonly POUND: string; @@ -224,6 +260,7 @@ export interface PrimeIconsOptions { readonly QRCODE: string; readonly QUESTION: string; readonly QUESTION_CIRCLE: string; + readonly RECEIPT: string; readonly REDDIT: string; readonly REFRESH: string; readonly REPLAY: string; @@ -236,6 +273,7 @@ export interface PrimeIconsOptions { readonly SERVER: string; readonly SHARE_ALT: string; readonly SHIELD: string; + readonly SHOP: string; readonly SHOPPING_BAG: string; readonly SHOPPING_CART: string; readonly SIGN_IN: string; @@ -256,21 +294,27 @@ export interface PrimeIconsOptions { readonly SORT_AMOUNT_UP: string; readonly SORT_AMOUNT_UP_ALT: string; readonly SORT_DOWN: string; + readonly SORT_DOWN_FILL: string; readonly SORT_NUMERIC_DOWN: string; readonly SORT_NUMERIC_ALT_DOWN: string; readonly SORT_NUMERIC_UP: string; readonly SORT_NUMERIC_ALT_UP: string; readonly SORT_UP: string; + readonly SORT_UP_FILL: string; + readonly SPARKLES: string; readonly SPINNER: string; + readonly SPINNER_DOWN: string; readonly STAR: string; readonly STAR_FILL: string; + readonly STAR_HALF: string; + readonly STAR_HALF_FILL: string; readonly STEP_BACKWARD: string; readonly STEP_BACKWARD_ALT: string; readonly STEP_FORWARD: string; readonly STEP_FORWARD_ALT: string; readonly STOP: string; - readonly STOPWATCH: string; readonly STOP_CIRCLE: string; + readonly STOPWATCH: string; readonly SUN: string; readonly SYNC: string; readonly TABLE: string; @@ -283,11 +327,16 @@ export interface PrimeIconsOptions { readonly THUMBS_DOWN_FILL: string; readonly THUMBS_UP: string; readonly THUMBS_UP_FILL: string; + readonly THUMBTACK: string; readonly TICKET: string; + readonly TIKTOK: string; readonly TIMES: string; readonly TIMES_CIRCLE: string; readonly TRASH: string; + readonly TROPHY: string; readonly TRUCK: string; + readonly TURKISH_LIRA: string; + readonly TWITCH: string; readonly TWITTER: string; readonly UNDO: string; readonly UNLOCK: string; @@ -297,6 +346,7 @@ export interface PrimeIconsOptions { readonly USER_MINUS: string; readonly USER_PLUS: string; readonly USERS: string; + readonly VENUS: string; readonly VERIFIED: string; readonly VIDEO: string; readonly VIMEO: string; @@ -304,6 +354,8 @@ export interface PrimeIconsOptions { readonly VOLUME_OFF: string; readonly VOLUME_UP: string; readonly WALLET: string; + readonly WAREHOUSE: string; + readonly WAVE_PULSE: string; readonly WHATSAPP: string; readonly WIFI: string; readonly WINDOW_MAXIMIZE: string; diff --git a/components/lib/api/PrimeIcons.js b/components/lib/api/PrimeIcons.js index c3476b45b..a0a57a171 100644 --- a/components/lib/api/PrimeIcons.js +++ b/components/lib/api/PrimeIcons.js @@ -139,12 +139,17 @@ const PrimeIcons = { FLAG_FILL: 'pi pi-flag-fill', FOLDER: 'pi pi-folder', FOLDER_OPEN: 'pi pi-folder-open', + FOLDER_PLUS: 'pi pi-folder-plus', FORWARD: 'pi pi-forward', + GAUGE: 'pi pi-gauge', GIFT: 'pi pi-gift', GITHUB: 'pi pi-github', GLOBE: 'pi pi-globe', GOOGLE: 'pi pi-google', + GRADUATION_CAP: 'pi pi-graduation-cap', + HAMMER: 'pi pi-hammer', HASHTAG: 'pi pi-hashtag', + HEADPHONES: 'pi pi-headphones', HEART: 'pi pi-heart', HEART_FILL: 'pi pi-heart-fill', HISTORY: 'pi pi-history', @@ -154,19 +159,25 @@ const PrimeIcons = { IMAGE: 'pi pi-image', IMAGES: 'pi pi-images', INBOX: 'pi pi-inbox', + INDIAN_RUPEE: 'pi pi-indian-rupee', INFO: 'pi pi-info', INFO_CIRCLE: 'pi pi-info-circle', INSTAGRAM: 'pi pi-instagram', KEY: 'pi pi-key', LANGUAGE: 'pi pi-language', + LIGHTBULB: 'pi pi-lightbulb', LINK: 'pi pi-link', LINKEDIN: 'pi pi-linkedin', LIST: 'pi pi-list', + LIST_CHECK: 'pi pi-list-check', LOCK: 'pi pi-lock', LOCK_OPEN: 'pi pi-lock-open', MAP: 'pi pi-map', MAP_MARKER: 'pi pi-map-marker', + MARS: 'pi pi-mars', MEGAPHONE: 'pi pi-megaphone', + MICROCHIP: 'pi pi-microchip', + MICROCHIP_AI: 'pi pi-microchip-ai', MICREPHONE: 'pi pi-microphone', MICROSOFT: 'pi pi-microsoft', MINUS: 'pi pi-minus', @@ -174,14 +185,19 @@ const PrimeIcons = { MOBILE: 'pi pi-mobile', MONEY_BILL: 'pi pi-money-bill', MOON: 'pi pi-moon', + OBJECTS_COLUMN: 'pi pi-objects-column', PALETTE: 'pi pi-palette', PAPERCLIP: 'pi pi-paperclip', PAUSE: 'pi pi-pause', + PAUSE_CIRCLE: 'pi pi-pause-circle', PAYPAL: 'pi pi-paypal', + PEN_TO_SQUARE: 'pi pi-pen-to-square', PENCIL: 'pi pi-pencil', PERCENTAGE: 'pi pi-percentage', PHONE: 'pi pi-phone', + PINTEREST: 'pi pi-pinterest', PLAY: 'pi pi-play', + PLAY_CIRCLE: 'pi pi-play-circle', PLUS: 'pi pi-plus', PLUS_CIRCLE: 'pi pi-plus-circle', POUND: 'pi pi-pound', @@ -191,6 +207,7 @@ const PrimeIcons = { QRCODE: 'pi pi-qrcode', QUESTION: 'pi pi-question', QUESTION_CIRCLE: 'pi pi-question-circle', + RECEIPT: 'pi pi-receipt', REDDIT: 'pi pi-reddit', REFRESH: 'pi pi-refresh', REPLAY: 'pi pi-replay', @@ -203,6 +220,7 @@ const PrimeIcons = { SERVER: 'pi pi-server', SHARE_ALT: 'pi pi-share-alt', SHIELD: 'pi pi-shield', + SHOP: 'pi pi-shop', SHOPPING_BAG: 'pi pi-shopping-bag', SHOPPING_CART: 'pi pi-shopping-cart', SIGN_IN: 'pi pi-sign-in', @@ -223,21 +241,27 @@ const PrimeIcons = { SORT_AMOUNT_UP: 'pi pi-sort-amount-up', SORT_AMOUNT_UP_ALT: 'pi pi-sort-amount-up-alt', SORT_DOWN: 'pi pi-sort-down', + SORT_DOWN_FILL: 'pi pi-sort-down-fill', SORT_NUMERIC_DOWN: 'pi pi-sort-numeric-down', SORT_NUMERIC_ALT_DOWN: 'pi pi-sort-numeric-down-alt', SORT_NUMERIC_UP: 'pi pi-sort-numeric-up', SORT_NUMERIC_ALT_UP: 'pi pi-sort-numeric-up-alt', SORT_UP: 'pi pi-sort-up', + SORT_UP_FILL: 'pi pi-sort-up-fill', + SPARKLES: 'pi pi-sparkles', SPINNER: 'pi pi-spinner', + SPINNER_DOWN: 'pi pi-spinner-down', STAR: 'pi pi-star', STAR_FILL: 'pi pi-star-fill', + STAR_HALF: 'pi pi-star-half', + STAR_HALF_FILL: 'pi pi-star-half-fill', STEP_BACKWARD: 'pi pi-step-backward', STEP_BACKWARD_ALT: 'pi pi-step-backward-alt', STEP_FORWARD: 'pi pi-step-forward', STEP_FORWARD_ALT: 'pi pi-step-forward-alt', STOP: 'pi pi-stop', - STOPWATCH: 'pi pi-stopwatch', STOP_CIRCLE: 'pi pi-stop-circle', + STOPWATCH: 'pi pi-stopwatch', SUN: 'pi pi-sun', SYNC: 'pi pi-sync', TABLE: 'pi pi-table', @@ -250,11 +274,16 @@ const PrimeIcons = { THUMBS_DOWN_FILL: 'pi pi-thumbs-down-fill', THUMBS_UP: 'pi pi-thumbs-up', THUMBS_UP_FILL: 'pi pi-thumbs-up-fill', + THUMBTACK: 'pi pi-thumbtack', TICKET: 'pi pi-ticket', + TIKTOK: 'pi pi-tiktok', TIMES: 'pi pi-times', TIMES_CIRCLE: 'pi pi-times-circle', TRASH: 'pi pi-trash', + TROPHY: 'pi pi-trophy', TRUCK: 'pi pi-truck', + TURKISH_LIRA: 'pi pi-turkish-lira', + TWITCH: 'pi pi-twitch', TWITTER: 'pi pi-twitter', UNDO: 'pi pi-undo', UNLOCK: 'pi pi-unlock', @@ -264,6 +293,7 @@ const PrimeIcons = { USER_MINUS: 'pi pi-user-minus', USER_PLUS: 'pi pi-user-plus', USERS: 'pi pi-users', + VENUS: 'pi pi-venus', VERIFIED: 'pi pi-verified', VIDEO: 'pi pi-video', VIMEO: 'pi pi-vimeo', @@ -271,6 +301,8 @@ const PrimeIcons = { VOLUME_OFF: 'pi pi-volume-off', VOLUME_UP: 'pi pi-volume-up', WALLET: 'pi pi-wallet', + WAREHOUSE: 'pi pi-warehouse', + WAVE_PULSE: 'pi pi-wave-pulse', WHATSAPP: 'pi pi-whatsapp', WIFI: 'pi pi-wifi', WINDOW_MAXIMIZE: 'pi pi-window-maximize',