fix: api type mismatch (#3728)

* fix: api type mismatch

* refactor: replace comma with semicolon
pull/3743/head
Jeffrey Nijs 2023-03-13 14:03:12 +01:00 committed by GitHub
parent 91873a8ae7
commit 79cdd1a3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 280 additions and 280 deletions

View File

@ -1,28 +1,28 @@
// Filter // Filter
export interface FilterMatchModeOptions { export interface FilterMatchModeOptions {
readonly STARTS_WITH: string; readonly STARTS_WITH: 'startsWith';
readonly CONTAINS: string; readonly CONTAINS: 'contains';
readonly NOT_CONTAINS: string; readonly NOT_CONTAINS: 'notContains';
readonly ENDS_WITH: string; readonly ENDS_WITH: 'endsWith';
readonly EQUALS: string; readonly EQUALS: 'equals';
readonly NOT_EQUALS: string; readonly NOT_EQUALS: 'notEquals';
readonly IN: string; readonly IN: 'in';
readonly LESS_THAN: string; readonly LESS_THAN: 'lt';
readonly LESS_THAN_OR_EQUAL_TO: string; readonly LESS_THAN_OR_EQUAL_TO: 'lte';
readonly GREATER_THAN: string; readonly GREATER_THAN: 'gt';
readonly GREATER_THAN_OR_EQUAL_TO: string; readonly GREATER_THAN_OR_EQUAL_TO: 'gte';
readonly BETWEEN: string; readonly BETWEEN: 'between';
readonly DATE_IS: string; readonly DATE_IS: 'dateIs';
readonly DATE_IS_NOT: string; readonly DATE_IS_NOT: 'dateIsNot';
readonly DATE_BEFORE: string; readonly DATE_BEFORE: 'dateBefore';
readonly DATE_AFTER: string; readonly DATE_AFTER: 'dateAfter';
} }
export declare const FilterMatchMode: FilterMatchModeOptions; export declare const FilterMatchMode: FilterMatchModeOptions;
export interface FilterOperatorOptions { export interface FilterOperatorOptions {
readonly AND: string; readonly AND: 'and';
readonly OR: string; readonly OR: 'or';
} }
export declare const FilterOperator: FilterOperatorOptions; export declare const FilterOperator: FilterOperatorOptions;
@ -52,274 +52,274 @@ export declare namespace FilterService {
// Icons // Icons
export interface PrimeIconsOptions { export interface PrimeIconsOptions {
readonly ALIGN_CENTER: string; readonly ALIGN_CENTER: 'pi pi-align-center';
readonly ALIGN_JUSTIFY: string; readonly ALIGN_JUSTIFY: 'pi pi-align-justify';
readonly ALIGN_LEFT: string; readonly ALIGN_LEFT: 'pi pi-align-left';
readonly ALIGN_RIGHT: string; readonly ALIGN_RIGHT: 'pi pi-align-right';
readonly AMAZON: string; readonly AMAZON: 'pi pi-amazon';
readonly ANDROID: string; readonly ANDROID: 'pi pi-android';
readonly ANGLE_DOUBLE_DOWN: string; readonly ANGLE_DOUBLE_DOWN: 'pi pi-angle-double-down';
readonly ANGLE_DOUBLE_LEFT: string; readonly ANGLE_DOUBLE_LEFT: 'pi pi-angle-double-left';
readonly ANGLE_DOUBLE_RIGHT: string; readonly ANGLE_DOUBLE_RIGHT: 'pi pi-angle-double-right';
readonly ANGLE_DOUBLE_UP: string; readonly ANGLE_DOUBLE_UP: 'pi pi-angle-double-up';
readonly ANGLE_DOWN: string; readonly ANGLE_DOWN: 'pi pi-angle-down';
readonly ANGLE_LEFT: string; readonly ANGLE_LEFT: 'pi pi-angle-left';
readonly ANGLE_RIGHT: string; readonly ANGLE_RIGHT: 'pi pi-angle-right';
readonly ANGLE_UP: string; readonly ANGLE_UP: 'pi pi-angle-up';
readonly APPLE: string; readonly APPLE: 'pi pi-apple';
readonly ARROW_CIRCLE_DOWN: string; readonly ARROW_CIRCLE_DOWN: 'pi pi-arrow-circle-down';
readonly ARROW_CIRCLE_LEFT: string; readonly ARROW_CIRCLE_LEFT: 'pi pi-arrow-circle-left';
readonly ARROW_CIRCLE_RIGHT: string; readonly ARROW_CIRCLE_RIGHT: 'pi pi-arrow-circle-right';
readonly ARROW_CIRCLE_UP: string; readonly ARROW_CIRCLE_UP: 'pi pi-arrow-circle-up';
readonly ARROW_DOWN: string; readonly ARROW_DOWN: 'pi pi-arrow-down';
readonly ARROW_DOWN_LEFT: string; readonly ARROW_DOWN_LEFT: 'pi pi-arrow-down-left';
readonly ARROW_DOWN_RIGHT: string; readonly ARROW_DOWN_RIGHT: 'pi pi-arrow-down-right';
readonly ARROW_LEFT: string; readonly ARROW_LEFT: 'pi pi-arrow-left';
readonly ARROW_RIGHT: string; readonly ARROW_RIGHT: 'pi pi-arrow-right';
readonly ARROW_RIGHT_ARROW_LEFT: string; readonly ARROW_RIGHT_ARROW_LEFT: 'pi pi-arrow-right-arrow-left';
readonly ARROW_UP: string; readonly ARROW_UP: 'pi pi-arrow-up';
readonly ARROW_UP_LEFT: string; readonly ARROW_UP_LEFT: 'pi pi-arrow-up-left';
readonly ARROW_UP_RIGHT: string; readonly ARROW_UP_RIGHT: 'pi pi-arrow-up-right';
readonly ARROW_H: string; readonly ARROW_H: 'pi pi-arrows-h';
readonly ARROW_V: string; readonly ARROW_V: 'pi pi-arrows-v';
readonly ARROW_A: string; readonly ARROW_A: 'pi pi-arrows-alt';
readonly AT: string; readonly AT: 'pi pi-at';
readonly BACKWARD: string; readonly BACKWARD: 'pi pi-backward';
readonly BAN: string; readonly BAN: 'pi pi-ban';
readonly BARS: string; readonly BARS: 'pi pi-bars';
readonly BELL: string; readonly BELL: 'pi pi-bell';
readonly BITCOIN: string; readonly BITCOIN: 'pi pi-bitcoin';
readonly BOLT: string; readonly BOLT: 'pi pi-bolt';
readonly BOOK: string; readonly BOOK: 'pi pi-book';
readonly BOOKMARK: string; readonly BOOKMARK: 'pi pi-bookmark';
readonly BOOKMARK_FILL: string; readonly BOOKMARK_FILL: 'pi pi-bookmark-fill';
readonly BOX: string; readonly BOX: 'pi pi-box';
readonly BRIEFCASE: string; readonly BRIEFCASE: 'pi pi-briefcase';
readonly BUILDING: string; readonly BUILDING: 'pi pi-building';
readonly CALENDAR: string; readonly CALENDAR: 'pi pi-calendar';
readonly CALENDAR_MINUS: string; readonly CALENDAR_MINUS: 'pi pi-calendar-minus';
readonly CALENDAR_PLUS: string; readonly CALENDAR_PLUS: 'pi pi-calendar-plus';
readonly CALENDAR_TIMES: string; readonly CALENDAR_TIMES: 'pi pi-calendar-times';
readonly CALCULATOR: string; readonly CALCULATOR: 'pi pi-calculator';
readonly CAMERA: string; readonly CAMERA: 'pi pi-camera';
readonly CAR: string; readonly CAR: 'pi pi-car';
readonly CARET_DOWN: string; readonly CARET_DOWN: 'pi pi-caret-down';
readonly CARET_LEFT: string; readonly CARET_LEFT: 'pi pi-caret-left';
readonly CARET_RIGHT: string; readonly CARET_RIGHT: 'pi pi-caret-right';
readonly CARET_UP: string; readonly CARET_UP: 'pi pi-caret-up';
readonly CART_PLUS: string; readonly CART_PLUS: 'pi pi-cart-plus';
readonly CHART_BAR: string; readonly CHART_BAR: 'pi pi-chart-bar';
readonly CHART_LINE: string; readonly CHART_LINE: 'pi pi-chart-line';
readonly CHART_PIE: string; readonly CHART_PIE: 'pi pi-chart-pie';
readonly CHECK: string; readonly CHECK: 'pi pi-check';
readonly CHECK_CIRCLE: string; readonly CHECK_CIRCLE: 'pi pi-check-circle';
readonly CHECK_SQUARE: string; readonly CHECK_SQUARE: 'pi pi-check-square';
readonly CHEVRON_CIRCLE_DOWN: string; readonly CHEVRON_CIRCLE_DOWN: 'pi pi-chevron-circle-down';
readonly CHEVRON_CIRCLE_LEFT: string; readonly CHEVRON_CIRCLE_LEFT: 'pi pi-chevron-circle-left';
readonly CHEVRON_CIRCLE_RIGHT: string; readonly CHEVRON_CIRCLE_RIGHT: 'pi pi-chevron-circle-right';
readonly CHEVRON_CIRCLE_UP: string; readonly CHEVRON_CIRCLE_UP: 'pi pi-chevron-circle-up';
readonly CHEVRON_DOWN: string; readonly CHEVRON_DOWN: 'pi pi-chevron-down';
readonly CHEVRON_LEFT: string; readonly CHEVRON_LEFT: 'pi pi-chevron-left';
readonly CHEVRON_RIGHT: string; readonly CHEVRON_RIGHT: 'pi pi-chevron-right';
readonly CHEVRON_UP: string; readonly CHEVRON_UP: 'pi pi-chevron-up';
readonly CIRCLE: string; readonly CIRCLE: 'pi pi-circle';
readonly CIRCLE_FILL: string; readonly CIRCLE_FILL: 'pi pi-circle-fill';
readonly CLOCK: string; readonly CLOCK: 'pi pi-clock';
readonly CLONE: string; readonly CLONE: 'pi pi-clone';
readonly CLOUD: string; readonly CLOUD: 'pi pi-cloud';
readonly CLOUD_DOWNLOAD: string; readonly CLOUD_DOWNLOAD: 'pi pi-cloud-download';
readonly CLOUD_UPLOAD: string; readonly CLOUD_UPLOAD: 'pi pi-cloud-upload';
readonly CODE: string; readonly CODE: 'pi pi-code';
readonly COG: string; readonly COG: 'pi pi-cog';
readonly COMMENT: string; readonly COMMENT: 'pi pi-comment';
readonly COMMENTS: string; readonly COMMENTS: 'pi pi-comments';
readonly COMPASS: string; readonly COMPASS: 'pi pi-compass';
readonly COPY: string; readonly COPY: 'pi pi-copy';
readonly CREDIT_CARD: string; readonly CREDIT_CARD: 'pi pi-credit-card';
readonly DATABASE: string; readonly DATABASE: 'pi pi-database';
readonly DELETELEFT: string; readonly DELETELEFT: 'pi pi-delete-left';
readonly DESKTOP: string; readonly DESKTOP: 'pi pi-desktop';
readonly DIRECTIONS: string; readonly DIRECTIONS: 'pi pi-directions';
readonly DIRECTIONS_ALT: string; readonly DIRECTIONS_ALT: 'pi pi-directions-alt';
readonly DISCORD: string; readonly DISCORD: 'pi pi-discord';
readonly DOLLAR: string; readonly DOLLAR: 'pi pi-dollar';
readonly DOWNLOAD: string; readonly DOWNLOAD: 'pi pi-download';
readonly EJECT: string; readonly EJECT: 'pi pi-eject';
readonly ELLIPSIS_H: string; readonly ELLIPSIS_H: 'pi pi-ellipsis-h';
readonly ELLIPSIS_V: string; readonly ELLIPSIS_V: 'pi pi-ellipsis-v';
readonly ENVELOPE: string; readonly ENVELOPE: 'pi pi-envelope';
readonly ERASER: string; readonly ERASER: 'pi pi-eraser';
readonly EURO: string; readonly EURO: 'pi pi-euro';
readonly EXCLAMATION_CIRCLE: string; readonly EXCLAMATION_CIRCLE: 'pi pi-exclamation-circle';
readonly EXCLAMATION_TRIANGLE: string; readonly EXCLAMATION_TRIANGLE: 'pi pi-exclamation-triangle';
readonly EXTERNAL_LINK: string; readonly EXTERNAL_LINK: 'pi pi-external-link';
readonly EYE: string; readonly EYE: 'pi pi-eye';
readonly EYE_SLASH: string; readonly EYE_SLASH: 'pi pi-eye-slash';
readonly FACEBOOK: string; readonly FACEBOOK: 'pi pi-facebook';
readonly FAST_BACKWARD: string; readonly FAST_BACKWARD: 'pi pi-fast-backward';
readonly FAST_FORWARD: string; readonly FAST_FORWARD: 'pi pi-fast-forward';
readonly FILE: string; readonly FILE: 'pi pi-file';
readonly FILE_EDIT: string; readonly FILE_EDIT: 'pi pi-file-edit';
readonly FILE_EXCEL: string; readonly FILE_EXCEL: 'pi pi-file-excel';
readonly FILE_EXPORT: string; readonly FILE_EXPORT: 'pi pi-file-export';
readonly FILE_IMPORT: string; readonly FILE_IMPORT: 'pi pi-file-import';
readonly FILE_PDF: string; readonly FILE_PDF: 'pi pi-file-pdf';
readonly FILE_WORD: string; readonly FILE_WORD: 'pi pi-file-word';
readonly FILTER: string; readonly FILTER: 'pi pi-filter';
readonly FILTER_FILL: string; readonly FILTER_FILL: 'pi pi-filter-fill';
readonly FILTER_SLASH: string; readonly FILTER_SLASH: 'pi pi-filter-slash';
readonly FLAG: string; readonly FLAG: 'pi pi-flag';
readonly FLAG_FILL: string; readonly FLAG_FILL: 'pi pi-flag-fill';
readonly FOLDER: string; readonly FOLDER: 'pi pi-folder';
readonly FOLDER_OPEN: string; readonly FOLDER_OPEN: 'pi pi-folder-open';
readonly FORWARD: string; readonly FORWARD: 'pi pi-forward';
readonly GIFT: string; readonly GIFT: 'pi pi-gift';
readonly GITHUB: string; readonly GITHUB: 'pi pi-github';
readonly GLOBE: string; readonly GLOBE: 'pi pi-globe';
readonly GOOGLE: string; readonly GOOGLE: 'pi pi-google';
readonly HASHTAG: string; readonly HASHTAG: 'pi pi-hashtag';
readonly HEART: string; readonly HEART: 'pi pi-heart';
readonly HEART_FILL: string; readonly HEART_FILL: 'pi pi-heart-fill';
readonly HISTORY: string; readonly HISTORY: 'pi pi-history';
readonly HOURGLASS: string; readonly HOURGLASS: 'pi pi-hourglass';
readonly HOME: string; readonly HOME: 'pi pi-home';
readonly ID_CARD: string; readonly ID_CARD: 'pi pi-id-card';
readonly IMAGE: string; readonly IMAGE: 'pi pi-image';
readonly IMAGES: string; readonly IMAGES: 'pi pi-images';
readonly INBOX: string; readonly INBOX: 'pi pi-inbox';
readonly INFO: string; readonly INFO: 'pi pi-info';
readonly INFO_CIRCLE: string; readonly INFO_CIRCLE: 'pi pi-info-circle';
readonly INSTAGRAM: string; readonly INSTAGRAM: 'pi pi-instagram';
readonly KEY: string; readonly KEY: 'pi pi-key';
readonly LANGUAGE: string; readonly LANGUAGE: 'pi pi-language';
readonly LINK: string; readonly LINK: 'pi pi-link';
readonly LINKEDIN: string; readonly LINKEDIN: 'pi pi-linkedin';
readonly LIST: string; readonly LIST: 'pi pi-list';
readonly LOCK: string; readonly LOCK: 'pi pi-lock';
readonly LOCK_OPEN: string; readonly LOCK_OPEN: 'pi pi-lock-open';
readonly MAP: string; readonly MAP: 'pi pi-map';
readonly MAP_MARKER: string; readonly MAP_MARKER: 'pi pi-map-marker';
readonly MEGAPHONE: string; readonly MEGAPHONE: 'pi pi-megaphone';
readonly MICREPHONE: string; readonly MICREPHONE: 'pi pi-microphone';
readonly MICROSOFT: string; readonly MICROSOFT: 'pi pi-microsoft';
readonly MINUS: string; readonly MINUS: 'pi pi-minus';
readonly MINUS_CIRCLE: string; readonly MINUS_CIRCLE: 'pi pi-minus-circle';
readonly MOBILE: string; readonly MOBILE: 'pi pi-mobile';
readonly MONEY_BILL: string; readonly MONEY_BILL: 'pi pi-money-bill';
readonly MOON: string; readonly MOON: 'pi pi-moon';
readonly PALETTE: string; readonly PALETTE: 'pi pi-palette';
readonly PAPERCLIP: string; readonly PAPERCLIP: 'pi pi-paperclip';
readonly PAUSE: string; readonly PAUSE: 'pi pi-pause';
readonly PAYPAL: string; readonly PAYPAL: 'pi pi-paypal';
readonly PENCIL: string; readonly PENCIL: 'pi pi-pencil';
readonly PERCENTAGE: string; readonly PERCENTAGE: 'pi pi-percentage';
readonly PHONE: string; readonly PHONE: 'pi pi-phone';
readonly PLAY: string; readonly PLAY: 'pi pi-play';
readonly PLUS: string; readonly PLUS: 'pi pi-plus';
readonly PLUS_CIRCLE: string; readonly PLUS_CIRCLE: 'pi pi-plus-circle';
readonly POUND: string; readonly POUND: 'pi pi-pound';
readonly POWER_OFF: string; readonly POWER_OFF: 'pi pi-power-off';
readonly PRIME: string; readonly PRIME: 'pi pi-prime';
readonly PRINT: string; readonly PRINT: 'pi pi-print';
readonly QRCODE: string; readonly QRCODE: 'pi pi-qrcode';
readonly QUESTION: string; readonly QUESTION: 'pi pi-question';
readonly QUESTION_CIRCLE: string; readonly QUESTION_CIRCLE: 'pi pi-question-circle';
readonly REDDIT: string; readonly REDDIT: 'pi pi-reddit';
readonly REFRESH: string; readonly REFRESH: 'pi pi-refresh';
readonly REPLAY: string; readonly REPLAY: 'pi pi-replay';
readonly REPLY: string; readonly REPLY: 'pi pi-reply';
readonly SAVE: string; readonly SAVE: 'pi pi-save';
readonly SEARCH: string; readonly SEARCH: 'pi pi-search';
readonly SEARCH_MINUS: string; readonly SEARCH_MINUS: 'pi pi-search-minus';
readonly SEARCH_PLUS: string; readonly SEARCH_PLUS: 'pi pi-search-plus';
readonly SEND: string; readonly SEND: 'pi pi-send';
readonly SERVER: string; readonly SERVER: 'pi pi-server';
readonly SHARE_ALT: string; readonly SHARE_ALT: 'pi pi-share-alt';
readonly SHIELD: string; readonly SHIELD: 'pi pi-shield';
readonly SHOPPING_BAG: string; readonly SHOPPING_BAG: 'pi pi-shopping-bag';
readonly SHOPPING_CART: string; readonly SHOPPING_CART: 'pi pi-shopping-cart';
readonly SIGN_IN: string; readonly SIGN_IN: 'pi pi-sign-in';
readonly SIGN_OUT: string; readonly SIGN_OUT: 'pi pi-sign-out';
readonly SITEMAP: string; readonly SITEMAP: 'pi pi-sitemap';
readonly SLACK: string; readonly SLACK: 'pi pi-slack';
readonly SLIDERS_H: string; readonly SLIDERS_H: 'pi pi-sliders-h';
readonly SLIDERS_V: string; readonly SLIDERS_V: 'pi pi-sliders-v';
readonly SORT: string; readonly SORT: 'pi pi-sort';
readonly SORT_ALPHA_DOWN: string; readonly SORT_ALPHA_DOWN: 'pi pi-sort-alpha-down';
readonly SORT_ALPHA_ALT_DOWN: string; readonly SORT_ALPHA_ALT_DOWN: 'pi pi-sort-alpha-alt-down';
readonly SORT_ALPHA_UP: string; readonly SORT_ALPHA_UP: 'pi pi-sort-alpha-up';
readonly SORT_ALPHA_ALT_UP: string; readonly SORT_ALPHA_ALT_UP: 'pi pi-sort-alpha-alt-up';
readonly SORT_ALT: string; readonly SORT_ALT: 'pi pi-sort-alt';
readonly SORT_ALT_SLASH: string; readonly SORT_ALT_SLASH: 'pi pi-sort-slash';
readonly SORT_AMOUNT_DOWN: string; readonly SORT_AMOUNT_DOWN: 'pi pi-sort-amount-down';
readonly SORT_AMOUNT_DOWN_ALT: string; readonly SORT_AMOUNT_DOWN_ALT: 'pi pi-sort-amount-down-alt';
readonly SORT_AMOUNT_UP: string; readonly SORT_AMOUNT_UP: 'pi pi-sort-amount-up';
readonly SORT_AMOUNT_UP_ALT: string; readonly SORT_AMOUNT_UP_ALT: 'pi pi-sort-amount-up-alt';
readonly SORT_DOWN: string; readonly SORT_DOWN: 'pi pi-sort-down';
readonly SORT_NUMERIC_DOWN: string; readonly SORT_NUMERIC_DOWN: 'pi pi-sort-numeric-down';
readonly SORT_NUMERIC_ALT_DOWN: string; readonly SORT_NUMERIC_ALT_DOWN: 'pi pi-sort-numeric-alt-down';
readonly SORT_NUMERIC_UP: string; readonly SORT_NUMERIC_UP: 'pi pi-sort-numeric-up';
readonly SORT_NUMERIC_ALT_UP: string; readonly SORT_NUMERIC_ALT_UP: 'pi pi-sort-numeric-alt-up';
readonly SORT_UP: string; readonly SORT_UP: 'pi pi-sort-up';
readonly SPINNER: string; readonly SPINNER: 'pi pi-spinner';
readonly STAR: string; readonly STAR: 'pi pi-star';
readonly STAR_FILL: string; readonly STAR_FILL: 'pi pi-star-fill';
readonly STEP_BACKWARD: string; readonly STEP_BACKWARD: 'pi pi-step-backward';
readonly STEP_BACKWARD_ALT: string; readonly STEP_BACKWARD_ALT: 'pi pi-step-backward-alt';
readonly STEP_FORWARD: string; readonly STEP_FORWARD: 'pi pi-step-forward';
readonly STEP_FORWARD_ALT: string; readonly STEP_FORWARD_ALT: 'pi pi-step-forward-alt';
readonly STOP: string; readonly STOP: 'pi pi-stop';
readonly STOPWATCH: string; readonly STOPWATCH: 'pi pi-stop-watch';
readonly STOP_CIRCLE: string; readonly STOP_CIRCLE: 'pi pi-stop-circle';
readonly SUN: string; readonly SUN: 'pi pi-sun';
readonly SYNC: string; readonly SYNC: 'pi pi-sync';
readonly TABLE: string; readonly TABLE: 'pi pi-table';
readonly TABLET: string; readonly TABLET: 'pi pi-tablet';
readonly TAG: string; readonly TAG: 'pi pi-tag';
readonly TAGS: string; readonly TAGS: 'pi pi-tags';
readonly TELEGRAM: string; readonly TELEGRAM: 'pi pi-telegram';
readonly TH_LARGE: string; readonly TH_LARGE: 'pi pi-th-large';
readonly THUMBS_DOWN: string; readonly THUMBS_DOWN: 'pi pi-thumbs-down';
readonly THUMBS_DOWN_FILL: string; readonly THUMBS_DOWN_FILL: 'pi pi-thumbs-down-fill';
readonly THUMBS_UP: string; readonly THUMBS_UP: 'pi pi-thumbs-up';
readonly THUMBS_UP_FILL: string; readonly THUMBS_UP_FILL: 'pi pi-thumbs-up-fill';
readonly TICKET: string; readonly TICKET: 'pi pi-ticket';
readonly TIMES: string; readonly TIMES: 'pi pi-times';
readonly TIMES_CIRCLE: string; readonly TIMES_CIRCLE: 'pi pi-times-circle';
readonly TRASH: string; readonly TRASH: 'pi pi-trash';
readonly TRUCK: string; readonly TRUCK: 'pi pi-truck';
readonly TWITTER: string; readonly TWITTER: 'pi pi-twitter';
readonly UNDO: string; readonly UNDO: 'pi pi-undo';
readonly UNLOCK: string; readonly UNLOCK: 'pi pi-unlock';
readonly UPLOAD: string; readonly UPLOAD: 'pi pi-upload';
readonly USER: string; readonly USER: 'pi pi-user';
readonly USER_EDIT: string; readonly USER_EDIT: 'pi pi-user-edit';
readonly USER_MINUS: string; readonly USER_MINUS: 'pi pi-user-minus';
readonly USER_PLUS: string; readonly USER_PLUS: 'pi pi-user-plus';
readonly USERS: string; readonly USERS: 'pi pi-users';
readonly VERIFIED: string; readonly VERIFIED: 'pi pi-verified';
readonly VIDEO: string; readonly VIDEO: 'pi pi-video';
readonly VIMEO: string; readonly VIMEO: 'pi pi-vimeo';
readonly VOLUME_DOWN: string; readonly VOLUME_DOWN: 'pi pi-volume-down';
readonly VOLUME_OFF: string; readonly VOLUME_OFF: 'pi pi-volume-off';
readonly VOLUME_UP: string; readonly VOLUME_UP: 'pi pi-volume-up';
readonly WALLET: string; readonly WALLET: 'pi pi-wallet';
readonly WHATSAPP: string; readonly WHATSAPP: 'pi pi-whatsapp';
readonly WIFI: string; readonly WIFI: 'pi pi-wifi';
readonly WINDOW_MAXIMIZE: string; readonly WINDOW_MAXIMIZE: 'pi pi-window-maximize';
readonly WINDOW_MINIMIZE: string; readonly WINDOW_MINIMIZE: 'pi pi-window-minimize';
readonly WRENCH: string; readonly WRENCH: 'pi pi-wrench';
readonly YOUTUBE: string; readonly YOUTUBE: 'pi pi-youtube';
} }
export declare const PrimeIcons: PrimeIconsOptions; export declare const PrimeIcons: PrimeIconsOptions;
// Severity // Severity
export interface ToastSeverityOptions { export interface ToastSeverityOptions {
readonly SUCCESS: string; readonly SUCCESS: 'success';
readonly INFO: string; readonly INFO: 'info';
readonly WARN: string; readonly WARN: 'warn';
readonly ERROR: string; readonly ERROR: 'error';
} }
export declare const ToastSeverity: ToastSeverityOptions; export declare const ToastSeverity: ToastSeverityOptions;