@syncfusion/ej2-vue-layouts 19.4.52 → 20.1.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -11
- package/dist/ej2-vue-layouts.umd.min.js +2 -20
- package/dist/ej2-vue-layouts.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-layouts.es2015.js +101 -9
- package/dist/es6/ej2-vue-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-layouts.es5.js +68 -8
- package/dist/es6/ej2-vue-layouts.es5.js.map +1 -1
- package/dist/global/ej2-vue-layouts.min.js +2 -2
- package/package.json +8 -8
- package/src/dashboard-layout/dashboardlayout.component.d.ts +1 -0
- package/src/dashboard-layout/dashboardlayout.component.js +10 -1
- package/src/dashboard-layout/panels.directive.d.ts +3 -1
- package/src/dashboard-layout/panels.directive.js +24 -2
- package/src/splitter/panesettings.directive.d.ts +3 -1
- package/src/splitter/panesettings.directive.js +24 -2
- package/src/splitter/splitter.component.d.ts +1 -0
- package/src/splitter/splitter.component.js +10 -1
- package/styles/avatar/bootstrap-dark.css +1 -7
- package/styles/avatar/bootstrap.css +1 -7
- package/styles/avatar/bootstrap4.css +1 -7
- package/styles/avatar/bootstrap5-dark.css +3 -7
- package/styles/avatar/bootstrap5.css +3 -7
- package/styles/avatar/fabric-dark.css +1 -7
- package/styles/avatar/fabric.css +1 -7
- package/styles/avatar/fluent-dark.css +55 -0
- package/styles/avatar/fluent-dark.scss +1 -0
- package/styles/avatar/fluent.css +55 -0
- package/styles/avatar/fluent.scss +1 -0
- package/styles/avatar/highcontrast-light.css +1 -7
- package/styles/avatar/highcontrast.css +1 -7
- package/styles/avatar/material-dark.css +1 -7
- package/styles/avatar/material.css +1 -7
- package/styles/avatar/tailwind-dark.css +1 -7
- package/styles/avatar/tailwind.css +1 -7
- package/styles/bootstrap-dark.css +47 -316
- package/styles/bootstrap.css +47 -316
- package/styles/bootstrap4.css +47 -318
- package/styles/bootstrap5-dark.css +55 -319
- package/styles/bootstrap5.css +55 -319
- package/styles/card/bootstrap-dark.css +1 -85
- package/styles/card/bootstrap.css +1 -85
- package/styles/card/bootstrap4.css +1 -87
- package/styles/card/bootstrap5-dark.css +6 -88
- package/styles/card/bootstrap5.css +6 -88
- package/styles/card/fabric-dark.css +1 -85
- package/styles/card/fabric.css +1 -87
- package/styles/card/fluent-dark.css +518 -0
- package/styles/card/fluent-dark.scss +1 -0
- package/styles/card/fluent.css +518 -0
- package/styles/card/fluent.scss +1 -0
- package/styles/card/highcontrast-light.css +1 -85
- package/styles/card/highcontrast.css +1 -87
- package/styles/card/material-dark.css +1 -85
- package/styles/card/material.css +1 -85
- package/styles/card/tailwind-dark.css +9 -95
- package/styles/card/tailwind.css +9 -95
- package/styles/dashboard-layout/bootstrap-dark.css +28 -116
- package/styles/dashboard-layout/bootstrap.css +28 -116
- package/styles/dashboard-layout/bootstrap4.css +28 -116
- package/styles/dashboard-layout/bootstrap5-dark.css +29 -118
- package/styles/dashboard-layout/bootstrap5.css +29 -118
- package/styles/dashboard-layout/fabric-dark.css +28 -116
- package/styles/dashboard-layout/fabric.css +28 -116
- package/styles/dashboard-layout/fluent-dark.css +299 -0
- package/styles/dashboard-layout/fluent-dark.scss +1 -0
- package/styles/dashboard-layout/fluent.css +299 -0
- package/styles/dashboard-layout/fluent.scss +1 -0
- package/styles/dashboard-layout/highcontrast-light.css +16 -85
- package/styles/dashboard-layout/highcontrast.css +28 -115
- package/styles/dashboard-layout/material-dark.css +28 -116
- package/styles/dashboard-layout/material.css +28 -116
- package/styles/dashboard-layout/tailwind-dark.css +42 -130
- package/styles/dashboard-layout/tailwind.css +40 -128
- package/styles/fabric-dark.css +47 -316
- package/styles/fabric.css +47 -318
- package/styles/fluent-dark.css +1360 -0
- package/styles/fluent-dark.scss +4 -0
- package/styles/fluent.css +1360 -0
- package/styles/fluent.scss +4 -0
- package/styles/highcontrast-light.css +35 -285
- package/styles/highcontrast.css +47 -317
- package/styles/material-dark.css +57 -326
- package/styles/material.css +47 -316
- package/styles/splitter/bootstrap-dark.css +20 -111
- package/styles/splitter/bootstrap.css +20 -111
- package/styles/splitter/bootstrap4.css +20 -111
- package/styles/splitter/bootstrap5-dark.css +20 -109
- package/styles/splitter/bootstrap5.css +20 -109
- package/styles/splitter/fabric-dark.css +20 -111
- package/styles/splitter/fabric.css +20 -111
- package/styles/splitter/fluent-dark.css +485 -0
- package/styles/splitter/fluent-dark.scss +1 -0
- package/styles/splitter/fluent.css +485 -0
- package/styles/splitter/fluent.scss +1 -0
- package/styles/splitter/highcontrast-light.css +20 -111
- package/styles/splitter/highcontrast.css +20 -111
- package/styles/splitter/material-dark.css +30 -121
- package/styles/splitter/material.css +20 -111
- package/styles/splitter/tailwind-dark.css +20 -117
- package/styles/splitter/tailwind.css +20 -117
- package/styles/tailwind-dark.css +69 -346
- package/styles/tailwind.css +67 -344
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"_from": "@syncfusion/ej2-vue-layouts@*",
|
3
|
-
"_id": "@syncfusion/ej2-vue-layouts@
|
3
|
+
"_id": "@syncfusion/ej2-vue-layouts@20.1.55",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-eeQGa/4LN65F6Um76whxJAKOoxM/yDSA1Le58gcSLCfKXZJYv7T/NfH42Ofqv4ALDSavRcx2VRSowCpLpRXszA==",
|
6
6
|
"_location": "/@syncfusion/ej2-vue-layouts",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -19,8 +19,8 @@
|
|
19
19
|
"_requiredBy": [
|
20
20
|
"/"
|
21
21
|
],
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-layouts/-/ej2-vue-layouts-
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-layouts/-/ej2-vue-layouts-20.1.55.tgz",
|
23
|
+
"_shasum": "f092f60acaa60c95e1eac3bfcb53d2b5ece4f725",
|
24
24
|
"_spec": "@syncfusion/ej2-vue-layouts@*",
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
26
26
|
"author": {
|
@@ -31,9 +31,9 @@
|
|
31
31
|
},
|
32
32
|
"bundleDependencies": false,
|
33
33
|
"dependencies": {
|
34
|
-
"@syncfusion/ej2-base": "~
|
35
|
-
"@syncfusion/ej2-layouts": "
|
36
|
-
"@syncfusion/ej2-vue-base": "~
|
34
|
+
"@syncfusion/ej2-base": "~20.1.57",
|
35
|
+
"@syncfusion/ej2-layouts": "20.1.58",
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.1.57"
|
37
37
|
},
|
38
38
|
"deprecated": false,
|
39
39
|
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Vue",
|
@@ -65,6 +65,6 @@
|
|
65
65
|
"type": "git",
|
66
66
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
67
67
|
},
|
68
|
-
"version": "
|
68
|
+
"version": "20.1.58",
|
69
69
|
"sideEffects": false
|
70
70
|
}
|
@@ -28,6 +28,7 @@ export declare class DashboardLayoutComponent extends ComponentBase {
|
|
28
28
|
clearTemplate(templateNames?: string[]): any;
|
29
29
|
setProperties(prop: any, muteOnChange: boolean): void;
|
30
30
|
render(createElement: any): any;
|
31
|
+
custom(): void;
|
31
32
|
addPanel(panel: Object): void;
|
32
33
|
movePanel(id: string, row: number, col: number): void;
|
33
34
|
refresh(): void;
|
@@ -56,6 +56,7 @@ var DashboardLayoutComponent = /** @class */ (function (_super) {
|
|
56
56
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
57
57
|
_this.ej2Instances.setProperties = _this.setProperties;
|
58
58
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
59
|
+
_this.updated = _this.updated;
|
59
60
|
return _this;
|
60
61
|
}
|
61
62
|
DashboardLayoutComponent.prototype.clearTemplate = function (templateNames) {
|
@@ -114,6 +115,9 @@ var DashboardLayoutComponent = /** @class */ (function (_super) {
|
|
114
115
|
}
|
115
116
|
return h('div', slots);
|
116
117
|
};
|
118
|
+
DashboardLayoutComponent.prototype.custom = function () {
|
119
|
+
this.updated();
|
120
|
+
};
|
117
121
|
DashboardLayoutComponent.prototype.addPanel = function (panel) {
|
118
122
|
return this.ej2Instances.addPanel(panel);
|
119
123
|
};
|
@@ -145,7 +149,12 @@ var DashboardLayoutComponent = /** @class */ (function (_super) {
|
|
145
149
|
,Options({
|
146
150
|
props: props,
|
147
151
|
watch: watch,
|
148
|
-
emits: emitProbs
|
152
|
+
emits: emitProbs,
|
153
|
+
provide: function provide() {
|
154
|
+
return {
|
155
|
+
custom: this.custom
|
156
|
+
};
|
157
|
+
}
|
149
158
|
})
|
150
159
|
], DashboardLayoutComponent);
|
151
160
|
return DashboardLayoutComponent;
|
@@ -1,7 +1,9 @@
|
|
1
1
|
export declare const isExecute: any;
|
2
2
|
declare let vueImport: any;
|
3
3
|
export declare class PanelsDirective extends vueImport {
|
4
|
-
|
4
|
+
constructor();
|
5
|
+
render(createElement: any): void;
|
6
|
+
updated(): void;
|
5
7
|
getTag(): string;
|
6
8
|
}
|
7
9
|
export declare const PanelsPlugin: {
|
@@ -19,7 +19,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
19
19
|
};
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
22
|
+
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
22
23
|
import Vue from 'vue';
|
24
|
+
import { Options } from 'vue-class-component';
|
23
25
|
export var isExecute = gh ? false : true;
|
24
26
|
var vueImport;
|
25
27
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
@@ -31,16 +33,36 @@ else {
|
|
31
33
|
var PanelsDirective = /** @class */ (function (_super) {
|
32
34
|
__extends(PanelsDirective, _super);
|
33
35
|
function PanelsDirective() {
|
34
|
-
return _super
|
36
|
+
return _super.call(this, arguments) || this;
|
35
37
|
}
|
36
|
-
PanelsDirective.prototype.render = function () {
|
38
|
+
PanelsDirective.prototype.render = function (createElement) {
|
39
|
+
if (gh) {
|
40
|
+
var h = gh || createElement;
|
41
|
+
var slots = null;
|
42
|
+
if (!isNullOrUndefined(this.$slots.default)) {
|
43
|
+
slots = gh ? this.$slots.default() : this.$slots.default;
|
44
|
+
}
|
45
|
+
return h('div', { class: 'e-directive' }, slots);
|
46
|
+
}
|
37
47
|
return;
|
38
48
|
};
|
49
|
+
PanelsDirective.prototype.updated = function () {
|
50
|
+
if (gh && this.custom) {
|
51
|
+
this.custom();
|
52
|
+
}
|
53
|
+
};
|
39
54
|
PanelsDirective.prototype.getTag = function () {
|
40
55
|
return 'e-panels';
|
41
56
|
};
|
42
57
|
PanelsDirective = __decorate([
|
43
58
|
EJComponentDecorator({}, isExecute)
|
59
|
+
,Options({
|
60
|
+
inject: {
|
61
|
+
custom: {
|
62
|
+
default: null
|
63
|
+
}
|
64
|
+
}
|
65
|
+
})
|
44
66
|
], PanelsDirective);
|
45
67
|
return PanelsDirective;
|
46
68
|
}(vueImport));
|
@@ -1,7 +1,9 @@
|
|
1
1
|
export declare const isExecute: any;
|
2
2
|
declare let vueImport: any;
|
3
3
|
export declare class PanesDirective extends vueImport {
|
4
|
-
|
4
|
+
constructor();
|
5
|
+
render(createElement: any): void;
|
6
|
+
updated(): void;
|
5
7
|
getTag(): string;
|
6
8
|
}
|
7
9
|
export declare const PanesPlugin: {
|
@@ -19,7 +19,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
19
19
|
};
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
22
|
+
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
22
23
|
import Vue from 'vue';
|
24
|
+
import { Options } from 'vue-class-component';
|
23
25
|
export var isExecute = gh ? false : true;
|
24
26
|
var vueImport;
|
25
27
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
@@ -31,16 +33,36 @@ else {
|
|
31
33
|
var PanesDirective = /** @class */ (function (_super) {
|
32
34
|
__extends(PanesDirective, _super);
|
33
35
|
function PanesDirective() {
|
34
|
-
return _super
|
36
|
+
return _super.call(this, arguments) || this;
|
35
37
|
}
|
36
|
-
PanesDirective.prototype.render = function () {
|
38
|
+
PanesDirective.prototype.render = function (createElement) {
|
39
|
+
if (gh) {
|
40
|
+
var h = gh || createElement;
|
41
|
+
var slots = null;
|
42
|
+
if (!isNullOrUndefined(this.$slots.default)) {
|
43
|
+
slots = gh ? this.$slots.default() : this.$slots.default;
|
44
|
+
}
|
45
|
+
return h('div', { class: 'e-directive' }, slots);
|
46
|
+
}
|
37
47
|
return;
|
38
48
|
};
|
49
|
+
PanesDirective.prototype.updated = function () {
|
50
|
+
if (gh && this.custom) {
|
51
|
+
this.custom();
|
52
|
+
}
|
53
|
+
};
|
39
54
|
PanesDirective.prototype.getTag = function () {
|
40
55
|
return 'e-panes';
|
41
56
|
};
|
42
57
|
PanesDirective = __decorate([
|
43
58
|
EJComponentDecorator({}, isExecute)
|
59
|
+
,Options({
|
60
|
+
inject: {
|
61
|
+
custom: {
|
62
|
+
default: null
|
63
|
+
}
|
64
|
+
}
|
65
|
+
})
|
44
66
|
], PanesDirective);
|
45
67
|
return PanesDirective;
|
46
68
|
}(vueImport));
|
@@ -28,6 +28,7 @@ export declare class SplitterComponent extends ComponentBase {
|
|
28
28
|
clearTemplate(templateNames?: string[]): any;
|
29
29
|
setProperties(prop: any, muteOnChange: boolean): void;
|
30
30
|
render(createElement: any): any;
|
31
|
+
custom(): void;
|
31
32
|
addPane(paneProperties: Object, index: number): void;
|
32
33
|
collapse(index: number): void;
|
33
34
|
expand(index: number): void;
|
@@ -56,6 +56,7 @@ var SplitterComponent = /** @class */ (function (_super) {
|
|
56
56
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
57
57
|
_this.ej2Instances.setProperties = _this.setProperties;
|
58
58
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
59
|
+
_this.updated = _this.updated;
|
59
60
|
return _this;
|
60
61
|
}
|
61
62
|
SplitterComponent.prototype.clearTemplate = function (templateNames) {
|
@@ -114,6 +115,9 @@ var SplitterComponent = /** @class */ (function (_super) {
|
|
114
115
|
}
|
115
116
|
return h('div', slots);
|
116
117
|
};
|
118
|
+
SplitterComponent.prototype.custom = function () {
|
119
|
+
this.updated();
|
120
|
+
};
|
117
121
|
SplitterComponent.prototype.addPane = function (paneProperties, index) {
|
118
122
|
return this.ej2Instances.addPane(paneProperties, index);
|
119
123
|
};
|
@@ -133,7 +137,12 @@ var SplitterComponent = /** @class */ (function (_super) {
|
|
133
137
|
,Options({
|
134
138
|
props: props,
|
135
139
|
watch: watch,
|
136
|
-
emits: emitProbs
|
140
|
+
emits: emitProbs,
|
141
|
+
provide: function provide() {
|
142
|
+
return {
|
143
|
+
custom: this.custom
|
144
|
+
};
|
145
|
+
}
|
137
146
|
})
|
138
147
|
], SplitterComponent);
|
139
148
|
return SplitterComponent;
|
@@ -21,28 +21,22 @@
|
|
21
21
|
position: relative;
|
22
22
|
width: 3em;
|
23
23
|
}
|
24
|
-
|
25
24
|
.e-avatar img {
|
26
25
|
height: 100%;
|
27
26
|
width: auto;
|
28
27
|
}
|
29
|
-
|
30
28
|
.e-avatar.e-avatar-circle {
|
31
29
|
border-radius: 50%;
|
32
30
|
}
|
33
|
-
|
34
31
|
.e-avatar.e-avatar-xsmall {
|
35
32
|
font-size: 0.6em;
|
36
33
|
}
|
37
|
-
|
38
34
|
.e-avatar.e-avatar-small {
|
39
35
|
font-size: 0.8em;
|
40
36
|
}
|
41
|
-
|
42
37
|
.e-avatar.e-avatar-large {
|
43
38
|
font-size: 1.2em;
|
44
39
|
}
|
45
|
-
|
46
40
|
.e-avatar.e-avatar-xlarge {
|
47
41
|
font-size: 1.4em;
|
48
|
-
}
|
42
|
+
}
|
@@ -21,28 +21,22 @@
|
|
21
21
|
position: relative;
|
22
22
|
width: 3em;
|
23
23
|
}
|
24
|
-
|
25
24
|
.e-avatar img {
|
26
25
|
height: 100%;
|
27
26
|
width: auto;
|
28
27
|
}
|
29
|
-
|
30
28
|
.e-avatar.e-avatar-circle {
|
31
29
|
border-radius: 50%;
|
32
30
|
}
|
33
|
-
|
34
31
|
.e-avatar.e-avatar-xsmall {
|
35
32
|
font-size: 0.6em;
|
36
33
|
}
|
37
|
-
|
38
34
|
.e-avatar.e-avatar-small {
|
39
35
|
font-size: 0.8em;
|
40
36
|
}
|
41
|
-
|
42
37
|
.e-avatar.e-avatar-large {
|
43
38
|
font-size: 1.2em;
|
44
39
|
}
|
45
|
-
|
46
40
|
.e-avatar.e-avatar-xlarge {
|
47
41
|
font-size: 1.4em;
|
48
|
-
}
|
42
|
+
}
|
@@ -21,28 +21,22 @@
|
|
21
21
|
position: relative;
|
22
22
|
width: 2.5em;
|
23
23
|
}
|
24
|
-
|
25
24
|
.e-avatar img {
|
26
25
|
height: 100%;
|
27
26
|
width: auto;
|
28
27
|
}
|
29
|
-
|
30
28
|
.e-avatar.e-avatar-circle {
|
31
29
|
border-radius: 50%;
|
32
30
|
}
|
33
|
-
|
34
31
|
.e-avatar.e-avatar-xsmall {
|
35
32
|
font-size: 0.65em;
|
36
33
|
}
|
37
|
-
|
38
34
|
.e-avatar.e-avatar-small {
|
39
35
|
font-size: 0.85em;
|
40
36
|
}
|
41
|
-
|
42
37
|
.e-avatar.e-avatar-large {
|
43
38
|
font-size: 1.25em;
|
44
39
|
}
|
45
|
-
|
46
40
|
.e-avatar.e-avatar-xlarge {
|
47
41
|
font-size: 1.45em;
|
48
|
-
}
|
42
|
+
}
|
@@ -22,40 +22,36 @@
|
|
22
22
|
width: 40px;
|
23
23
|
line-height: 22px;
|
24
24
|
}
|
25
|
-
|
26
25
|
.e-avatar img {
|
27
26
|
height: 100%;
|
28
27
|
width: auto;
|
29
28
|
}
|
30
|
-
|
31
29
|
.e-avatar.e-avatar-circle {
|
32
30
|
border-radius: 50%;
|
33
31
|
}
|
34
|
-
|
35
32
|
.e-avatar.e-avatar-xsmall {
|
36
33
|
font-size: 10px;
|
37
34
|
height: 24px;
|
38
35
|
line-height: 16px;
|
39
36
|
width: 24px;
|
40
37
|
}
|
41
|
-
|
42
38
|
.e-avatar.e-avatar-small {
|
43
39
|
font-size: 12px;
|
44
40
|
height: 32px;
|
45
41
|
line-height: 18px;
|
46
42
|
width: 32px;
|
47
43
|
}
|
48
|
-
|
49
44
|
.e-avatar.e-avatar-large {
|
50
45
|
font-size: 18px;
|
46
|
+
border-radius: 4px;
|
51
47
|
height: 48px;
|
52
48
|
line-height: 28px;
|
53
49
|
width: 48px;
|
54
50
|
}
|
55
|
-
|
56
51
|
.e-avatar.e-avatar-xlarge {
|
57
52
|
font-size: 20px;
|
53
|
+
border-radius: 4px;
|
58
54
|
height: 56px;
|
59
55
|
line-height: 28px;
|
60
56
|
width: 56px;
|
61
|
-
}
|
57
|
+
}
|
@@ -22,40 +22,36 @@
|
|
22
22
|
width: 40px;
|
23
23
|
line-height: 22px;
|
24
24
|
}
|
25
|
-
|
26
25
|
.e-avatar img {
|
27
26
|
height: 100%;
|
28
27
|
width: auto;
|
29
28
|
}
|
30
|
-
|
31
29
|
.e-avatar.e-avatar-circle {
|
32
30
|
border-radius: 50%;
|
33
31
|
}
|
34
|
-
|
35
32
|
.e-avatar.e-avatar-xsmall {
|
36
33
|
font-size: 10px;
|
37
34
|
height: 24px;
|
38
35
|
line-height: 16px;
|
39
36
|
width: 24px;
|
40
37
|
}
|
41
|
-
|
42
38
|
.e-avatar.e-avatar-small {
|
43
39
|
font-size: 12px;
|
44
40
|
height: 32px;
|
45
41
|
line-height: 18px;
|
46
42
|
width: 32px;
|
47
43
|
}
|
48
|
-
|
49
44
|
.e-avatar.e-avatar-large {
|
50
45
|
font-size: 18px;
|
46
|
+
border-radius: 4px;
|
51
47
|
height: 48px;
|
52
48
|
line-height: 28px;
|
53
49
|
width: 48px;
|
54
50
|
}
|
55
|
-
|
56
51
|
.e-avatar.e-avatar-xlarge {
|
57
52
|
font-size: 20px;
|
53
|
+
border-radius: 4px;
|
58
54
|
height: 56px;
|
59
55
|
line-height: 28px;
|
60
56
|
width: 56px;
|
61
|
-
}
|
57
|
+
}
|
@@ -21,28 +21,22 @@
|
|
21
21
|
position: relative;
|
22
22
|
width: 3em;
|
23
23
|
}
|
24
|
-
|
25
24
|
.e-avatar img {
|
26
25
|
height: 100%;
|
27
26
|
width: auto;
|
28
27
|
}
|
29
|
-
|
30
28
|
.e-avatar.e-avatar-circle {
|
31
29
|
border-radius: 50%;
|
32
30
|
}
|
33
|
-
|
34
31
|
.e-avatar.e-avatar-xsmall {
|
35
32
|
font-size: 0.6em;
|
36
33
|
}
|
37
|
-
|
38
34
|
.e-avatar.e-avatar-small {
|
39
35
|
font-size: 0.8em;
|
40
36
|
}
|
41
|
-
|
42
37
|
.e-avatar.e-avatar-large {
|
43
38
|
font-size: 1.2em;
|
44
39
|
}
|
45
|
-
|
46
40
|
.e-avatar.e-avatar-xlarge {
|
47
41
|
font-size: 1.4em;
|
48
|
-
}
|
42
|
+
}
|
package/styles/avatar/fabric.css
CHANGED
@@ -21,28 +21,22 @@
|
|
21
21
|
position: relative;
|
22
22
|
width: 3em;
|
23
23
|
}
|
24
|
-
|
25
24
|
.e-avatar img {
|
26
25
|
height: 100%;
|
27
26
|
width: auto;
|
28
27
|
}
|
29
|
-
|
30
28
|
.e-avatar.e-avatar-circle {
|
31
29
|
border-radius: 50%;
|
32
30
|
}
|
33
|
-
|
34
31
|
.e-avatar.e-avatar-xsmall {
|
35
32
|
font-size: 0.6em;
|
36
33
|
}
|
37
|
-
|
38
34
|
.e-avatar.e-avatar-small {
|
39
35
|
font-size: 0.8em;
|
40
36
|
}
|
41
|
-
|
42
37
|
.e-avatar.e-avatar-large {
|
43
38
|
font-size: 1.2em;
|
44
39
|
}
|
45
|
-
|
46
40
|
.e-avatar.e-avatar-xlarge {
|
47
41
|
font-size: 1.4em;
|
48
|
-
}
|
42
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
.e-avatar {
|
2
|
+
-ms-flex-line-pack: center;
|
3
|
+
align-content: center;
|
4
|
+
-ms-flex-align: center;
|
5
|
+
align-items: center;
|
6
|
+
background-color: #292827;
|
7
|
+
background-position: center;
|
8
|
+
background-repeat: no-repeat;
|
9
|
+
background-size: cover;
|
10
|
+
border-radius: 4px;
|
11
|
+
color: #a19f9d;
|
12
|
+
display: -ms-inline-flexbox;
|
13
|
+
display: inline-flex;
|
14
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
15
|
+
font-size: 16px;
|
16
|
+
font-weight: 400;
|
17
|
+
height: 40px;
|
18
|
+
-ms-flex-pack: center;
|
19
|
+
justify-content: center;
|
20
|
+
overflow: hidden;
|
21
|
+
position: relative;
|
22
|
+
width: 40px;
|
23
|
+
line-height: 24px;
|
24
|
+
}
|
25
|
+
.e-avatar img {
|
26
|
+
height: 100%;
|
27
|
+
width: auto;
|
28
|
+
}
|
29
|
+
.e-avatar.e-avatar-circle {
|
30
|
+
border-radius: 50%;
|
31
|
+
}
|
32
|
+
.e-avatar.e-avatar-xsmall {
|
33
|
+
font-size: 10px;
|
34
|
+
height: 24px;
|
35
|
+
line-height: 16px;
|
36
|
+
width: 24px;
|
37
|
+
}
|
38
|
+
.e-avatar.e-avatar-small {
|
39
|
+
font-size: 12px;
|
40
|
+
height: 32px;
|
41
|
+
line-height: 18px;
|
42
|
+
width: 32px;
|
43
|
+
}
|
44
|
+
.e-avatar.e-avatar-large {
|
45
|
+
font-size: 20px;
|
46
|
+
height: 48px;
|
47
|
+
line-height: 28px;
|
48
|
+
width: 48px;
|
49
|
+
}
|
50
|
+
.e-avatar.e-avatar-xlarge {
|
51
|
+
font-size: 24px;
|
52
|
+
height: 56px;
|
53
|
+
line-height: 28px;
|
54
|
+
width: 56px;
|
55
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/avatar/fluent-dark.scss';
|
@@ -0,0 +1,55 @@
|
|
1
|
+
.e-avatar {
|
2
|
+
-ms-flex-line-pack: center;
|
3
|
+
align-content: center;
|
4
|
+
-ms-flex-align: center;
|
5
|
+
align-items: center;
|
6
|
+
background-color: #edebe9;
|
7
|
+
background-position: center;
|
8
|
+
background-repeat: no-repeat;
|
9
|
+
background-size: cover;
|
10
|
+
border-radius: 4px;
|
11
|
+
color: #605e5c;
|
12
|
+
display: -ms-inline-flexbox;
|
13
|
+
display: inline-flex;
|
14
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
15
|
+
font-size: 16px;
|
16
|
+
font-weight: 400;
|
17
|
+
height: 40px;
|
18
|
+
-ms-flex-pack: center;
|
19
|
+
justify-content: center;
|
20
|
+
overflow: hidden;
|
21
|
+
position: relative;
|
22
|
+
width: 40px;
|
23
|
+
line-height: 24px;
|
24
|
+
}
|
25
|
+
.e-avatar img {
|
26
|
+
height: 100%;
|
27
|
+
width: auto;
|
28
|
+
}
|
29
|
+
.e-avatar.e-avatar-circle {
|
30
|
+
border-radius: 50%;
|
31
|
+
}
|
32
|
+
.e-avatar.e-avatar-xsmall {
|
33
|
+
font-size: 10px;
|
34
|
+
height: 24px;
|
35
|
+
line-height: 16px;
|
36
|
+
width: 24px;
|
37
|
+
}
|
38
|
+
.e-avatar.e-avatar-small {
|
39
|
+
font-size: 12px;
|
40
|
+
height: 32px;
|
41
|
+
line-height: 18px;
|
42
|
+
width: 32px;
|
43
|
+
}
|
44
|
+
.e-avatar.e-avatar-large {
|
45
|
+
font-size: 20px;
|
46
|
+
height: 48px;
|
47
|
+
line-height: 28px;
|
48
|
+
width: 48px;
|
49
|
+
}
|
50
|
+
.e-avatar.e-avatar-xlarge {
|
51
|
+
font-size: 24px;
|
52
|
+
height: 56px;
|
53
|
+
line-height: 28px;
|
54
|
+
width: 56px;
|
55
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/avatar/fluent.scss';
|
@@ -21,28 +21,22 @@
|
|
21
21
|
position: relative;
|
22
22
|
width: 3em;
|
23
23
|
}
|
24
|
-
|
25
24
|
.e-avatar img {
|
26
25
|
height: 100%;
|
27
26
|
width: auto;
|
28
27
|
}
|
29
|
-
|
30
28
|
.e-avatar.e-avatar-circle {
|
31
29
|
border-radius: 50%;
|
32
30
|
}
|
33
|
-
|
34
31
|
.e-avatar.e-avatar-xsmall {
|
35
32
|
font-size: 0.6em;
|
36
33
|
}
|
37
|
-
|
38
34
|
.e-avatar.e-avatar-small {
|
39
35
|
font-size: 0.8em;
|
40
36
|
}
|
41
|
-
|
42
37
|
.e-avatar.e-avatar-large {
|
43
38
|
font-size: 1.2em;
|
44
39
|
}
|
45
|
-
|
46
40
|
.e-avatar.e-avatar-xlarge {
|
47
41
|
font-size: 1.4em;
|
48
|
-
}
|
42
|
+
}
|
@@ -21,28 +21,22 @@
|
|
21
21
|
position: relative;
|
22
22
|
width: 3em;
|
23
23
|
}
|
24
|
-
|
25
24
|
.e-avatar img {
|
26
25
|
height: 100%;
|
27
26
|
width: auto;
|
28
27
|
}
|
29
|
-
|
30
28
|
.e-avatar.e-avatar-circle {
|
31
29
|
border-radius: 50%;
|
32
30
|
}
|
33
|
-
|
34
31
|
.e-avatar.e-avatar-xsmall {
|
35
32
|
font-size: 0.6em;
|
36
33
|
}
|
37
|
-
|
38
34
|
.e-avatar.e-avatar-small {
|
39
35
|
font-size: 0.8em;
|
40
36
|
}
|
41
|
-
|
42
37
|
.e-avatar.e-avatar-large {
|
43
38
|
font-size: 1.2em;
|
44
39
|
}
|
45
|
-
|
46
40
|
.e-avatar.e-avatar-xlarge {
|
47
41
|
font-size: 1.4em;
|
48
|
-
}
|
42
|
+
}
|