Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 75eb336ad5 | |||
| e427fcb580 | |||
| 796486fc6f | |||
| 0aef0fd936 | |||
| 6d5236160b | |||
| 7e284e31c6 | |||
| 41192f3e31 |
+5
-1
@@ -7,7 +7,11 @@ yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
# dependencies
|
||||
/node_modules
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
.DS_Store
|
||||
dist
|
||||
dist-ssr
|
||||
|
||||
@@ -1,5 +1,27 @@
|
||||
# Changelog
|
||||
|
||||
## 3.9.0 (2023-11-01)
|
||||
|
||||
**Migration Guide**
|
||||
|
||||
- Update theme files.
|
||||
|
||||
**Implemented New Features and Enhancements**
|
||||
|
||||
- Upgrade to PrimeVue 3.39.0
|
||||
|
||||
## 3.8.0 (2023-07-24)
|
||||
|
||||
**Migration Guide**
|
||||
|
||||
- Update theme files.
|
||||
- Update assets style files
|
||||
- Remove code highlight
|
||||
|
||||
**Implemented New Features and Enhancements**
|
||||
|
||||
- Upgrade to PrimeVue 3.30.2
|
||||
|
||||
## 3.7.0 (2023-05-06)
|
||||
|
||||
- Upgrade to PrimeVue 3.28.0
|
||||
|
||||
Generated
+414
-1996
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sakai-vue",
|
||||
"version": "3.7.0",
|
||||
"version": "3.9.0",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
@@ -9,9 +9,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"chart.js": "3.3.2",
|
||||
"primeflex": "^3.2.1",
|
||||
"primeflex": "^3.3.1",
|
||||
"primeicons": "^6.0.1",
|
||||
"primevue": "3.28.0",
|
||||
"primevue": "3.39.0",
|
||||
"vue": "^3.2.41",
|
||||
"vue-router": "^4.1.5"
|
||||
},
|
||||
|
||||
+2747
-3008
File diff suppressed because it is too large
Load Diff
+2747
-3008
File diff suppressed because it is too large
Load Diff
+2747
-3008
File diff suppressed because it is too large
Load Diff
+2747
-3008
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+2809
-3070
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
+3343
-3559
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
+3343
-3559
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
+3343
-3559
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
+3343
-3559
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
+3331
-3555
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
+3331
-3555
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
+3331
-3555
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
+3539
-3763
File diff suppressed because it is too large
Load Diff
+2716
-2979
File diff suppressed because it is too large
Load Diff
+2716
-2979
File diff suppressed because it is too large
Load Diff
+2716
-2979
File diff suppressed because it is too large
Load Diff
+2716
-2979
File diff suppressed because it is too large
Load Diff
+3489
-3796
File diff suppressed because it is too large
Load Diff
+3489
-3796
File diff suppressed because it is too large
Load Diff
+3489
-3796
File diff suppressed because it is too large
Load Diff
+3489
-3796
File diff suppressed because it is too large
Load Diff
+3489
-3796
File diff suppressed because it is too large
Load Diff
+3489
-3796
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+3489
-3796
File diff suppressed because it is too large
Load Diff
+2717
-2979
File diff suppressed because it is too large
Load Diff
+2725
-2987
File diff suppressed because it is too large
Load Diff
+2725
-2987
File diff suppressed because it is too large
Load Diff
+2725
-2987
File diff suppressed because it is too large
Load Diff
+2723
-2985
File diff suppressed because it is too large
Load Diff
+2745
-3006
File diff suppressed because it is too large
Load Diff
+2745
-3006
File diff suppressed because it is too large
Load Diff
+2745
-3006
File diff suppressed because it is too large
Load Diff
+2745
-3006
File diff suppressed because it is too large
Load Diff
+2785
-3046
File diff suppressed because it is too large
Load Diff
+2747
-3008
File diff suppressed because it is too large
Load Diff
+2747
-3008
File diff suppressed because it is too large
Load Diff
+2747
-3008
File diff suppressed because it is too large
Load Diff
+2747
-3008
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,15 @@
|
||||
pre.app-code {
|
||||
background-color: var(--surface-ground);
|
||||
margin: 0 0 1rem 0;
|
||||
padding: 0;
|
||||
border-radius: var(--border-radius);
|
||||
overflow: auto;
|
||||
|
||||
code {
|
||||
color: var(--surface-900);
|
||||
padding: 1rem;
|
||||
line-height: 1.5;
|
||||
display: block;
|
||||
font-family: monaco, Consolas, monospace;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
@import './flags/flags.css';
|
||||
@import './code.scss';
|
||||
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
@@ -1,81 +0,0 @@
|
||||
.customer-badge,
|
||||
.product-badge,
|
||||
.order-badge {
|
||||
border-radius: var(--border-radius);
|
||||
padding: .25em .5rem;
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
font-size: 12px;
|
||||
letter-spacing: .3px;
|
||||
}
|
||||
|
||||
.product-badge {
|
||||
&.status-instock {
|
||||
background: #C8E6C9;
|
||||
color: #256029;
|
||||
}
|
||||
|
||||
&.status-outofstock {
|
||||
background: #FFCDD2;
|
||||
color: #C63737;
|
||||
}
|
||||
|
||||
&.status-lowstock {
|
||||
background: #FEEDAF;
|
||||
color: #8A5340;
|
||||
}
|
||||
}
|
||||
|
||||
.customer-badge {
|
||||
&.status-qualified {
|
||||
background: #C8E6C9;
|
||||
color: #256029;
|
||||
}
|
||||
|
||||
&.status-unqualified {
|
||||
background: #FFCDD2;
|
||||
color: #C63737;
|
||||
}
|
||||
|
||||
&.status-negotiation {
|
||||
background: #FEEDAF;
|
||||
color: #8A5340;
|
||||
}
|
||||
|
||||
&.status-new {
|
||||
background: #B3E5FC;
|
||||
color: #23547B;
|
||||
}
|
||||
|
||||
&.status-renewal {
|
||||
background: #ECCFFF;
|
||||
color: #694382;
|
||||
}
|
||||
|
||||
&.status-proposal {
|
||||
background: #FFD8B2;
|
||||
color: #805B36;
|
||||
}
|
||||
}
|
||||
|
||||
.order-badge {
|
||||
&.order-delivered {
|
||||
background: #C8E6C9;
|
||||
color: #256029;
|
||||
}
|
||||
|
||||
&.order-cancelled {
|
||||
background: #FFCDD2;
|
||||
color: #C63737;
|
||||
}
|
||||
|
||||
&.order-pending {
|
||||
background: #FEEDAF;
|
||||
color: #8A5340;
|
||||
}
|
||||
|
||||
&.order-returned {
|
||||
background: #ECCFFF;
|
||||
color: #694382;
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
.product-item {
|
||||
.product-item-content {
|
||||
border: 1px solid var(--surface-d);
|
||||
border-radius: 3px;
|
||||
margin: 0.3rem;
|
||||
text-align: center;
|
||||
padding: 2rem 0;
|
||||
}
|
||||
.product-image {
|
||||
width: 50%;
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
.layout-wrapper {
|
||||
.layout-config-button {
|
||||
display: block;
|
||||
position: fixed;
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
line-height: 3rem;
|
||||
background: var(--primary-color);
|
||||
color: var(--primary-color-text);
|
||||
text-align: center;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
margin-top: -1.5rem;
|
||||
border-top-left-radius: var(--border-radius);
|
||||
border-bottom-left-radius: var(--border-radius);
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
transition: background-color var(--transition-duration);
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
z-index: 999;
|
||||
box-shadow: -0.25rem 0 1rem rgba(0, 0, 0, 0.15);
|
||||
|
||||
i {
|
||||
font-size: 2rem;
|
||||
line-height: inherit;
|
||||
transform: rotate(0deg);
|
||||
transition: transform 1s;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: var(--primary-400);
|
||||
}
|
||||
}
|
||||
|
||||
.layout-config-sidebar {
|
||||
&.p-sidebar {
|
||||
.p-sidebar-content {
|
||||
padding-left: 2rem;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,42 +0,0 @@
|
||||
.layout-config-button {
|
||||
display: block;
|
||||
position: fixed;
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
line-height: 3rem;
|
||||
background: var(--primary-color);
|
||||
color: var(--primary-color-text);
|
||||
text-align: center;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
margin-top: -1.5rem;
|
||||
border-top-left-radius: var(--border-radius);
|
||||
border-bottom-left-radius: var(--border-radius);
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
transition: background-color var(--transition-duration);
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
z-index: 999;
|
||||
box-shadow: -.25rem 0 1rem rgba(0,0,0,.15);
|
||||
|
||||
i {
|
||||
font-size: 2rem;
|
||||
line-height: inherit;
|
||||
transform: rotate(0deg);
|
||||
transition: transform 1s;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: var(--primary-400);
|
||||
}
|
||||
}
|
||||
|
||||
.layout-config-sidebar {
|
||||
&.p-sidebar {
|
||||
.p-sidebar-content {
|
||||
padding-left: 2rem;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user