Skip to content

Commit

Permalink
Splitter Component - #737
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 3, 2020
1 parent 5323d88 commit ff72e63
Show file tree
Hide file tree
Showing 48 changed files with 2,030 additions and 818 deletions.
1 change: 1 addition & 0 deletions exports/splitter.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './components/splitter/Splitter';
3 changes: 3 additions & 0 deletions exports/splitter.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict';
module.exports = require('./components/splitter/Splitter.vue');

1 change: 1 addition & 0 deletions exports/splitterpanel.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './components/splitterpanel/SplitterPanel';
3 changes: 3 additions & 0 deletions exports/splitterpanel.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict';
module.exports = require('./components/splitterpanel/SplitterPanel.vue');

65 changes: 41 additions & 24 deletions public/themes/arya-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2804,6 +2804,30 @@
padding: 1rem;
}

.p-divider .p-divider-content {
background-color: #1e1e1e;
}
.p-divider.p-divider-horizontal {
margin: 1rem 0;
padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
border-top: 1px #383838;
}
.p-divider.p-divider-horizontal .p-divider-content {
padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
margin: 0 1rem;
padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
border-left: 1px #383838;
}
.p-divider.p-divider-vertical .p-divider-content {
padding: 0.5rem 0;
}

.p-panel .p-panel-header {
border: 1px solid #383838;
padding: 1rem;
Expand Down Expand Up @@ -2859,6 +2883,23 @@
border: 0 none;
}

.p-splitter {
border: 1px solid #383838;
background: #1e1e1e;
border-radius: 3px;
color: rgba(255, 255, 255, 0.87);
}
.p-splitter .p-splitter-gutter {
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
background: rgba(255, 255, 255, 0.03);
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
background: #383838;
}
.p-splitter.p-splitter-resizing .p-splitter-gutter {
background: #383838;
}

.p-tabview .p-tabview-nav {
background: transparent;
border: 1px solid #383838;
Expand Down Expand Up @@ -4338,30 +4379,6 @@
background: rgba(0, 0, 0, 0.4);
}

.p-divider .p-divider-content {
background-color: #1e1e1e;
}
.p-divider.p-divider-horizontal {
margin: 1rem 0;
padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
border-top: 1px #383838;
}
.p-divider.p-divider-horizontal .p-divider-content {
padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
margin: 0 1rem;
padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
border-left: 1px #383838;
}
.p-divider.p-divider-vertical .p-divider-content {
padding: 0.5rem 0;
}

.p-inplace .p-inplace-display {
padding: 0.5rem 0.5rem;
border-radius: 3px;
Expand Down
65 changes: 41 additions & 24 deletions public/themes/arya-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2804,6 +2804,30 @@
padding: 1rem;
}

.p-divider .p-divider-content {
background-color: #1e1e1e;
}
.p-divider.p-divider-horizontal {
margin: 1rem 0;
padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
border-top: 1px #383838;
}
.p-divider.p-divider-horizontal .p-divider-content {
padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
margin: 0 1rem;
padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
border-left: 1px #383838;
}
.p-divider.p-divider-vertical .p-divider-content {
padding: 0.5rem 0;
}

.p-panel .p-panel-header {
border: 1px solid #383838;
padding: 1rem;
Expand Down Expand Up @@ -2859,6 +2883,23 @@
border: 0 none;
}

.p-splitter {
border: 1px solid #383838;
background: #1e1e1e;
border-radius: 3px;
color: rgba(255, 255, 255, 0.87);
}
.p-splitter .p-splitter-gutter {
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
background: rgba(255, 255, 255, 0.03);
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
background: #383838;
}
.p-splitter.p-splitter-resizing .p-splitter-gutter {
background: #383838;
}

.p-tabview .p-tabview-nav {
background: transparent;
border: 1px solid #383838;
Expand Down Expand Up @@ -4338,30 +4379,6 @@
background: rgba(0, 0, 0, 0.4);
}

.p-divider .p-divider-content {
background-color: #1e1e1e;
}
.p-divider.p-divider-horizontal {
margin: 1rem 0;
padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
border-top: 1px #383838;
}
.p-divider.p-divider-horizontal .p-divider-content {
padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
margin: 0 1rem;
padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
border-left: 1px #383838;
}
.p-divider.p-divider-vertical .p-divider-content {
padding: 0.5rem 0;
}

.p-inplace .p-inplace-display {
padding: 0.5rem 0.5rem;
border-radius: 3px;
Expand Down
65 changes: 41 additions & 24 deletions public/themes/arya-orange/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2804,6 +2804,30 @@
padding: 1rem;
}

.p-divider .p-divider-content {
background-color: #1e1e1e;
}
.p-divider.p-divider-horizontal {
margin: 1rem 0;
padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
border-top: 1px #383838;
}
.p-divider.p-divider-horizontal .p-divider-content {
padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
margin: 0 1rem;
padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
border-left: 1px #383838;
}
.p-divider.p-divider-vertical .p-divider-content {
padding: 0.5rem 0;
}

.p-panel .p-panel-header {
border: 1px solid #383838;
padding: 1rem;
Expand Down Expand Up @@ -2859,6 +2883,23 @@
border: 0 none;
}

.p-splitter {
border: 1px solid #383838;
background: #1e1e1e;
border-radius: 3px;
color: rgba(255, 255, 255, 0.87);
}
.p-splitter .p-splitter-gutter {
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
background: rgba(255, 255, 255, 0.03);
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
background: #383838;
}
.p-splitter.p-splitter-resizing .p-splitter-gutter {
background: #383838;
}

.p-tabview .p-tabview-nav {
background: transparent;
border: 1px solid #383838;
Expand Down Expand Up @@ -4338,30 +4379,6 @@
background: rgba(0, 0, 0, 0.4);
}

.p-divider .p-divider-content {
background-color: #1e1e1e;
}
.p-divider.p-divider-horizontal {
margin: 1rem 0;
padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
border-top: 1px #383838;
}
.p-divider.p-divider-horizontal .p-divider-content {
padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
margin: 0 1rem;
padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
border-left: 1px #383838;
}
.p-divider.p-divider-vertical .p-divider-content {
padding: 0.5rem 0;
}

.p-inplace .p-inplace-display {
padding: 0.5rem 0.5rem;
border-radius: 3px;
Expand Down
65 changes: 41 additions & 24 deletions public/themes/arya-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2804,6 +2804,30 @@
padding: 1rem;
}

.p-divider .p-divider-content {
background-color: #1e1e1e;
}
.p-divider.p-divider-horizontal {
margin: 1rem 0;
padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
border-top: 1px #383838;
}
.p-divider.p-divider-horizontal .p-divider-content {
padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
margin: 0 1rem;
padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
border-left: 1px #383838;
}
.p-divider.p-divider-vertical .p-divider-content {
padding: 0.5rem 0;
}

.p-panel .p-panel-header {
border: 1px solid #383838;
padding: 1rem;
Expand Down Expand Up @@ -2859,6 +2883,23 @@
border: 0 none;
}

.p-splitter {
border: 1px solid #383838;
background: #1e1e1e;
border-radius: 3px;
color: rgba(255, 255, 255, 0.87);
}
.p-splitter .p-splitter-gutter {
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
background: rgba(255, 255, 255, 0.03);
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
background: #383838;
}
.p-splitter.p-splitter-resizing .p-splitter-gutter {
background: #383838;
}

.p-tabview .p-tabview-nav {
background: transparent;
border: 1px solid #383838;
Expand Down Expand Up @@ -4338,30 +4379,6 @@
background: rgba(0, 0, 0, 0.4);
}

.p-divider .p-divider-content {
background-color: #1e1e1e;
}
.p-divider.p-divider-horizontal {
margin: 1rem 0;
padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
border-top: 1px #383838;
}
.p-divider.p-divider-horizontal .p-divider-content {
padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
margin: 0 1rem;
padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
border-left: 1px #383838;
}
.p-divider.p-divider-vertical .p-divider-content {
padding: 0.5rem 0;
}

.p-inplace .p-inplace-display {
padding: 0.5rem 0.5rem;
border-radius: 3px;
Expand Down
Loading

0 comments on commit ff72e63

Please sign in to comment.