Fixed #3291 - PrimeFlex & PrimeIcons version update v2

pull/3732/head
Tuğçe Küçükoğlu 2022-11-18 10:17:46 +03:00
parent 73b87577ca
commit 3230c390ff
6 changed files with 289 additions and 245 deletions

View File

@ -27,6 +27,6 @@
},
"peerDependencies": {
"vue": "^2.6.0",
"primeicons": "^5.0.0"
"primeicons": "^5.0.0 || ^6.0.0"
}
}

View File

@ -44,8 +44,8 @@
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.0.6",
"primeflex": "3.1.2",
"primeicons": "5.0.0",
"primeflex": "3.3.0",
"primeicons": "6.0.1",
"prismjs": "1.9.0",
"quill": "1.3.3",
"@fullcalendar/core": "^5.7.2",

File diff suppressed because one or more lines are too long

View File

@ -74,16 +74,19 @@ export const PrimeIcons: {
ARROW_DOWN_RIGHT?: string,
ARROW_LEFT?: string,
ARROW_RIGHT?: string,
ARROW_RIGHT_ARROW_LEFT?: string,
ARROW_UP?: string,
ARROW_UP_LEFT?: string,
ARROW_UP_RIGHT?: string,
ARROW_H?: string,
ARROW_V?: string,
ARROW_A?: string,
AT?: string,
BACKWARD?: string,
BAN?: string,
BARS?: string,
BELL?: string,
BITCOIN?: string,
BOLT?: string,
BOOK?: string,
BOOKMARK?: string,
@ -95,12 +98,14 @@ export const PrimeIcons: {
CALENDAR_MINUS?: string,
CALENDAR_PLUS?: string,
CALENDAR_TIMES?: string,
CALCULATOR?: string,
CAMERA?: string,
CAR?: string,
CARET_DOWN?: string,
CARET_LEFT?: string,
CARET_RIGHT?: string,
CARET_UP?: string,
CART_PLUS?: string,
CHART_BAR?: string,
CHART_LINE?: string,
CHART_PIE?: string,
@ -130,6 +135,7 @@ export const PrimeIcons: {
COPY?: string,
CREDIT_CARD?: string,
DATABASE?: string,
DELETELEFT?: string,
DESKTOP?: string,
DIRECTIONS?: string,
DIRECTIONS_ALT?: string,
@ -140,6 +146,7 @@ export const PrimeIcons: {
ELLIPSIS_H?: string,
ELLIPSIS_V?: string,
ENVELOPE?: string,
ERASER?: string,
EURO?: string,
EXCLAMATION_CIRCLE?: string,
EXCLAMATION_TRIANGLE?: string,
@ -150,8 +157,12 @@ export const PrimeIcons: {
FAST_BACKWARD?: string,
FAST_FORWARD?: string,
FILE?: string,
FILE_EDIT?: string,
FILE_EXCEL?: string,
FILE_EXPORT?: string,
FILE_IMPORT?: string,
FILE_PDF?: string,
FILE_WORD?: string,
FILTER?: string,
FILTER_FILL?: string,
FILTER_SLASH?: string,
@ -160,6 +171,7 @@ export const PrimeIcons: {
FOLDER?: string,
FOLDER_OPEN?: string,
FORWARD?: string,
GIFT?: string,
GITHUB?: string,
GLOBE?: string,
GOOGLE?: string,
@ -167,6 +179,7 @@ export const PrimeIcons: {
HEART?: string,
HEART_FILL?: string,
HISTORY?: string,
HOURGLASS?: string,
HOME?: string,
ID_CARD?: string,
IMAGE?: string,
@ -176,6 +189,7 @@ export const PrimeIcons: {
INFO_CIRCLE?: string,
INSTAGRAM?: string,
KEY?: string,
LANGUAGE?: string,
LINK?: string,
LINKEDIN?: string,
LIST?: string,
@ -183,6 +197,8 @@ export const PrimeIcons: {
LOCK_OPEN?: string,
MAP?: string,
MAP_MARKER?: string,
MEGAPHONE?: string,
MICREPHONE?: string,
MICROSOFT?: string,
MINUS?: string,
MINUS_CIRCLE?: string,
@ -251,6 +267,7 @@ export const PrimeIcons: {
STEP_FORWARD?: string,
STEP_FORWARD_ALT?: string,
STOP?: string,
STOPWATCH?: string,
STOP_CIRCLE?: string,
SUN?: string,
SYNC?: string,
@ -261,11 +278,14 @@ export const PrimeIcons: {
TELEGRAM?: string,
TH_LARGE?: string,
THUMBS_DOWN?: string,
THUMBS_DOWN_FILL?: string,
THUMBS_UP?: string,
THUMBS_UP_FILL?: string,
TICKET?: string,
TIMES?: string,
TIMES_CIRCLE?: string,
TRASH?: string,
TRUCK?: string,
TWITTER?: string,
UNDO?: string,
UNLOCK?: string,
@ -275,6 +295,7 @@ export const PrimeIcons: {
USER_MINUS?: string,
USER_PLUS?: string,
USERS?: string,
VERIFIED?: string,
VIDEO?: string,
VIMEO?: string,
VOLUME_DOWN?: string,
@ -285,6 +306,7 @@ export const PrimeIcons: {
WIFI?: string,
WINDOW_MAXIMIZE?: string,
WINDOW_MINIMIZE?: string,
WRENCH?: string,
YOUTUBE?: string
}

View File

@ -23,16 +23,19 @@ const PrimeIcons = {
ARROW_DOWN_RIGHT: 'pi pi-arrow-down-right',
ARROW_LEFT: 'pi pi-arrow-left',
ARROW_RIGHT: 'pi pi-arrow-right',
ARROW_RIGHT_ARROW_LEFT: 'pi pi-arrow-right-arrow-left',
ARROW_UP: 'pi pi-arrow-up',
ARROW_UP_LEFT: 'pi pi-arrow-up-left',
ARROW_UP_RIGHT: 'pi pi-arrow-up-right',
ARROW_H:'pi pi-arrow-h',
ARROW_V:'pi pi-arrow-v',
ARROW_H: 'pi pi-arrows-h',
ARROW_V: 'pi pi-arrows-v',
ARROW_A: 'pi pi-arrows-alt',
AT: 'pi pi-at',
BACKWARD: 'pi pi-backward',
BAN: 'pi pi-ban',
BARS: 'pi pi-bars',
BELL: 'pi pi-bell',
BITCOIN: 'pi pi-bitcoin',
BOLT: 'pi pi-bolt',
BOOK: 'pi pi-book',
BOOKMARK: 'pi pi-bookmark',
@ -44,12 +47,14 @@ const PrimeIcons = {
CALENDAR_MINUS: 'pi pi-calendar-minus',
CALENDAR_PLUS: 'pi pi-calendar-plus',
CALENDAR_TIMES: 'pi pi-calendar-times',
CALCULATOR: 'pi pi-calculator',
CAMERA: 'pi pi-camera',
CAR: 'pi pi-car',
CARET_DOWN: 'pi pi-caret-down',
CARET_LEFT: 'pi pi-caret-left',
CARET_RIGHT: 'pi pi-caret-right',
CARET_UP: 'pi pi-caret-up',
CART_PLUS: 'pi pi-cart-plus',
CHART_BAR: 'pi pi-chart-bar',
CHART_LINE: 'pi pi-chart-line',
CHART_PIE: 'pi pi-chart-pie',
@ -79,6 +84,7 @@ const PrimeIcons = {
COPY: 'pi pi-copy',
CREDIT_CARD: 'pi pi-credit-card',
DATABASE: 'pi pi-database',
DELETELEFT: 'pi pi-delete-left',
DESKTOP: 'pi pi-desktop',
DIRECTIONS: 'pi pi-directions',
DIRECTIONS_ALT: 'pi pi-directions-alt',
@ -89,6 +95,7 @@ const PrimeIcons = {
ELLIPSIS_H: 'pi pi-ellipsis-h',
ELLIPSIS_V: 'pi pi-ellipsis-v',
ENVELOPE: 'pi pi-envelope',
ERASER: 'pi pi-eraser',
EURO: 'pi pi-euro',
EXCLAMATION_CIRCLE: 'pi pi-exclamation-circle',
EXCLAMATION_TRIANGLE: 'pi pi-exclamation-triangle',
@ -99,8 +106,12 @@ const PrimeIcons = {
FAST_BACKWARD: 'pi pi-fast-backward',
FAST_FORWARD: 'pi pi-fast-forward',
FILE: 'pi pi-file',
FILE_EDIT: 'pi pi-file-edit',
FILE_EXCEL: 'pi pi-file-excel',
FILE_EXPORT: 'pi pi-file-export',
FILE_IMPORT: 'pi pi-file-import',
FILE_PDF: 'pi pi-file-pdf',
FILE_WORD: 'pi pi-file-word',
FILTER: 'pi pi-filter',
FILTER_FILL: 'pi pi-filter-fill',
FILTER_SLASH: 'pi pi-filter-slash',
@ -109,6 +120,7 @@ const PrimeIcons = {
FOLDER: 'pi pi-folder',
FOLDER_OPEN: 'pi pi-folder-open',
FORWARD: 'pi pi-forward',
GIFT: 'pi pi-gift',
GITHUB: 'pi pi-github',
GLOBE: 'pi pi-globe',
GOOGLE: 'pi pi-google',
@ -116,6 +128,7 @@ const PrimeIcons = {
HEART: 'pi pi-heart',
HEART_FILL: 'pi pi-heart-fill',
HISTORY: 'pi pi-history',
HOURGLASS: 'pi pi-hourglass',
HOME: 'pi pi-home',
ID_CARD: 'pi pi-id-card',
IMAGE: 'pi pi-image',
@ -125,6 +138,7 @@ const PrimeIcons = {
INFO_CIRCLE: 'pi pi-info-circle',
INSTAGRAM: 'pi pi-instagram',
KEY: 'pi pi-key',
LANGUAGE: 'pi pi-language',
LINK: 'pi pi-link',
LINKEDIN: 'pi pi-linkedin',
LIST: 'pi pi-list',
@ -132,6 +146,8 @@ const PrimeIcons = {
LOCK_OPEN: 'pi pi-lock-open',
MAP: 'pi pi-map',
MAP_MARKER: 'pi pi-map-marker',
MEGAPHONE: 'pi pi-megaphone',
MICREPHONE: 'pi pi-microphone',
MICROSOFT: 'pi pi-microsoft',
MINUS: 'pi pi-minus',
MINUS_CIRCLE: 'pi pi-minus-circle',
@ -200,6 +216,7 @@ const PrimeIcons = {
STEP_FORWARD: 'pi pi-step-forward',
STEP_FORWARD_ALT: 'pi pi-step-forward-alt',
STOP: 'pi pi-stop',
STOPWATCH: 'pi pi-stop-watch',
STOP_CIRCLE: 'pi pi-stop-circle',
SUN: 'pi pi-sun',
SYNC: 'pi pi-sync',
@ -210,11 +227,14 @@ const PrimeIcons = {
TELEGRAM: 'pi pi-telegram',
TH_LARGE: 'pi pi-th-large',
THUMBS_DOWN: 'pi pi-thumbs-down',
THUMBS_DOWN_FILL: 'pi pi-thumbs-down-fill',
THUMBS_UP: 'pi pi-thumbs-up',
THUMBS_UP_FILL: 'pi pi-thumbs-up-fill',
TICKET: 'pi pi-ticket',
TIMES: 'pi pi-times',
TIMES_CIRCLE: 'pi pi-times-circle',
TRASH: 'pi pi-trash',
TRUCK: 'pi pi-truck',
TWITTER: 'pi pi-twitter',
UNDO: 'pi pi-undo',
UNLOCK: 'pi pi-unlock',
@ -224,6 +244,7 @@ const PrimeIcons = {
USER_MINUS: 'pi pi-user-minus',
USER_PLUS: 'pi pi-user-plus',
USERS: 'pi pi-users',
VERIFIED: 'pi pi-verified',
VIDEO: 'pi pi-video',
VIMEO: 'pi pi-vimeo',
VOLUME_DOWN: 'pi pi-volume-down',
@ -234,7 +255,8 @@ const PrimeIcons = {
WIFI: 'pi pi-wifi',
WINDOW_MAXIMIZE: 'pi pi-window-maximize',
WINDOW_MINIMIZE: 'pi pi-window-minimize',
WRENCH: 'pi pi-wrench',
YOUTUBE: 'pi pi-youtube'
}
};
export default PrimeIcons;

View File

@ -69,7 +69,7 @@ new Vue({
<CodeHighlight lang="js">
dependencies: {
"vue": "^2.6.10",
"primeicons": "^5.0.0"
"primeicons": "^6.0.0"
}
</CodeHighlight>