Skip to content

Commit

Permalink
Merge pull request #4719 from felldo/fix/archieve-typo
Browse files Browse the repository at this point in the history
Fix "Archieve" typos
  • Loading branch information
tugcekucukoglu committed Oct 30, 2023
2 parents 9357f84 + fc7f8ae commit 06bb56c
Show file tree
Hide file tree
Showing 19 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion components/lib/contextmenu/ContextMenu.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe('ContextMenu.vue', () => {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down
6 changes: 3 additions & 3 deletions doc/contextmenu/DocumentDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -263,7 +263,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -405,7 +405,7 @@ const items = ref([
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down
6 changes: 3 additions & 3 deletions doc/contextmenu/pt/PTDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -279,7 +279,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -433,7 +433,7 @@ const items = ref([
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down
18 changes: 9 additions & 9 deletions doc/dock/AdvancedDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -269,7 +269,7 @@ export default {
<i class="pi pi-bars px-2" />
</template>
</Menubar>
<div class="dock-window dock-advanced">
<Dock :model="items">
<template #item="{ item }">
Expand All @@ -278,15 +278,15 @@ export default {
</a>
</template>
</Dock>
<Dialog v-model:visible="displayTerminal" header="Terminal" :breakpoints="{ '960px': '50vw' }" :style="{ width: '40vw' }" :maximizable="true">
<Terminal welcomeMessage="Welcome to PrimeVue(cmd: 'date', 'greet {0}', 'random' and 'clear')" prompt="primevue $" />
</Dialog>
<Dialog v-model:visible="displayFinder" header="Finder" :breakpoints="{ '960px': '50vw' }" :style="{ width: '40vw' }" :maximizable="true">
<Tree :value="nodes" />
</Dialog>
<Galleria v-model:visible="displayPhotos" :value="images" :responsiveOptions="responsiveOptions" :numVisible="2" containerStyle="width: 400px" :circular="true" :fullScreen="true" :showThumbnails="false" :showItemNavigators="true">
<template #item="slotProps">
<img :src="slotProps.item.itemImageSrc" :alt="slotProps.item.alt" style="width: 100%" />
Expand Down Expand Up @@ -464,7 +464,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -560,7 +560,7 @@ export default {
<div>
<div class="card dock-demo">
<Toast position="top-center" group="tc" />
<Menubar :model="menubarItems">
<template #start>
<i class="pi pi-apple px-2"></i>
Expand Down Expand Up @@ -783,7 +783,7 @@ const menubarItems = ref([
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -855,7 +855,7 @@ const commandHandler = (text) => {
background-image: url("https://primefaces.org/cdn/primevue/images/dock/window.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.dock-demo .p-menubar {
Expand Down
6 changes: 3 additions & 3 deletions doc/menubar/BasicDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -257,7 +257,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -395,7 +395,7 @@ const items = ref([
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down
6 changes: 3 additions & 3 deletions doc/menubar/RouterDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -307,7 +307,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -464,7 +464,7 @@ const items = ref([
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down
6 changes: 3 additions & 3 deletions doc/menubar/TemplateDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -322,7 +322,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -485,7 +485,7 @@ const items = ref([
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down
6 changes: 3 additions & 3 deletions doc/menubar/pt/PTDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -276,7 +276,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -421,7 +421,7 @@ const items = ref([
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down
2 changes: 1 addition & 1 deletion doc/menubar/theming/TailwindDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const items = ref([
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down
6 changes: 3 additions & 3 deletions doc/panelmenu/BasicDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -247,7 +247,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -378,7 +378,7 @@ const items = ref([
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down
6 changes: 3 additions & 3 deletions doc/panelmenu/MultipleDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default {
},
{
key: '3_1',
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -296,7 +296,7 @@ export default {
},
{
key: '3_1',
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -452,7 +452,7 @@ const items = ref([
},
{
key: '3_1',
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down
6 changes: 3 additions & 3 deletions doc/panelmenu/ProgrammaticDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default {
},
{
key: '3_1',
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -307,7 +307,7 @@ export default {
},
{
key: '3_1',
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -490,7 +490,7 @@ const items = ref([
},
{
key: '3_1',
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down
6 changes: 3 additions & 3 deletions doc/panelmenu/pt/PTDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -260,7 +260,7 @@ export default {
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down Expand Up @@ -396,7 +396,7 @@ const items = ref([
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down
2 changes: 1 addition & 1 deletion doc/panelmenu/theming/TailwindDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const items = ref([
]
},
{
label: 'Archieve',
label: 'Archive',
icon: 'pi pi-fw pi-calendar-times',
items: [
{
Expand Down
Loading

0 comments on commit 06bb56c

Please sign in to comment.