@syncfusion/ej2-vue-diagrams 20.1.47 → 20.1.48
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 +10 -4
- package/dist/ej2-vue-diagrams.umd.min.js +2 -2
- package/dist/es6/ej2-vue-diagrams.es2015.js +27 -389
- package/dist/es6/ej2-vue-diagrams.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-diagrams.es5.js +25 -262
- package/dist/es6/ej2-vue-diagrams.es5.js.map +1 -1
- package/dist/global/ej2-vue-diagrams.min.js +2 -2
- package/package.json +14 -8
- package/src/diagram/connector-annotation.directive.d.ts +1 -3
- package/src/diagram/connector-annotation.directive.js +2 -24
- package/src/diagram/connector-fixeduserhandle.directive.d.ts +1 -3
- package/src/diagram/connector-fixeduserhandle.directive.js +2 -24
- package/src/diagram/connectors.directive.d.ts +1 -3
- package/src/diagram/connectors.directive.js +2 -24
- package/src/diagram/customcursor.directive.d.ts +1 -3
- package/src/diagram/customcursor.directive.js +2 -24
- package/src/diagram/diagram.component.d.ts +0 -1
- package/src/diagram/diagram.component.js +1 -10
- package/src/diagram/layers.directive.d.ts +1 -3
- package/src/diagram/layers.directive.js +2 -24
- package/src/diagram/node-annotation.directive.d.ts +1 -3
- package/src/diagram/node-annotation.directive.js +2 -24
- package/src/diagram/node-fixeduserhandle.directive.d.ts +1 -3
- package/src/diagram/node-fixeduserhandle.directive.js +2 -24
- package/src/diagram/nodes.directive.d.ts +1 -3
- package/src/diagram/nodes.directive.js +2 -24
- package/src/diagram/ports.directive.d.ts +1 -3
- package/src/diagram/ports.directive.js +2 -24
- package/src/overview/overview.component.d.ts +0 -1
- package/src/overview/overview.component.js +1 -10
- package/src/symbol-palette/palettes.directive.d.ts +1 -3
- package/src/symbol-palette/palettes.directive.js +2 -24
- package/src/symbol-palette/symbolpalette.component.d.ts +0 -1
- package/src/symbol-palette/symbolpalette.component.js +1 -10
- package/styles/diagram/fluent-dark.css +0 -396
- package/styles/diagram/fluent-dark.scss +0 -1
- package/styles/diagram/fluent.css +0 -396
- package/styles/diagram/fluent.scss +0 -1
- package/styles/fluent-dark.css +0 -396
- package/styles/fluent-dark.scss +0 -1
- package/styles/fluent.css +0 -396
- package/styles/fluent.scss +0 -1
|
@@ -55,7 +55,6 @@ var OverviewComponent = /** @class */ (function (_super) {
|
|
|
55
55
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
56
56
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
57
57
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
58
|
-
_this.updated = _this.updated;
|
|
59
58
|
return _this;
|
|
60
59
|
}
|
|
61
60
|
OverviewComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -114,9 +113,6 @@ var OverviewComponent = /** @class */ (function (_super) {
|
|
|
114
113
|
}
|
|
115
114
|
return h('div', slots);
|
|
116
115
|
};
|
|
117
|
-
OverviewComponent.prototype.custom = function () {
|
|
118
|
-
this.updated();
|
|
119
|
-
};
|
|
120
116
|
OverviewComponent.prototype.updateHtmlLayer = function (view) {
|
|
121
117
|
return this.ej2Instances.updateHtmlLayer(view);
|
|
122
118
|
};
|
|
@@ -127,12 +123,7 @@ var OverviewComponent = /** @class */ (function (_super) {
|
|
|
127
123
|
,Options({
|
|
128
124
|
props: props,
|
|
129
125
|
watch: watch,
|
|
130
|
-
emits: emitProbs
|
|
131
|
-
provide: function provide() {
|
|
132
|
-
return {
|
|
133
|
-
custom: this.custom
|
|
134
|
-
};
|
|
135
|
-
}
|
|
126
|
+
emits: emitProbs
|
|
136
127
|
})
|
|
137
128
|
], OverviewComponent);
|
|
138
129
|
return OverviewComponent;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class PalettesDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const PalettesPlugin: {
|
|
@@ -19,9 +19,7 @@ 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';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var PalettesDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(PalettesDirective, _super);
|
|
35
33
|
function PalettesDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
PalettesDirective.prototype.render = function (
|
|
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
|
-
}
|
|
36
|
+
PalettesDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
PalettesDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
PalettesDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-palettes';
|
|
56
41
|
};
|
|
57
42
|
PalettesDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], PalettesDirective);
|
|
67
45
|
return PalettesDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -28,7 +28,6 @@ export declare class SymbolPaletteComponent 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;
|
|
32
31
|
addPaletteItem(paletteName: string, paletteSymbol: Object | Object, isChild?: boolean): void;
|
|
33
32
|
addPalettes(palettes: Object[]): void;
|
|
34
33
|
removePaletteItem(paletteName: string, symbolId: string): void;
|
|
@@ -56,7 +56,6 @@ var SymbolPaletteComponent = /** @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;
|
|
60
59
|
return _this;
|
|
61
60
|
}
|
|
62
61
|
SymbolPaletteComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -115,9 +114,6 @@ var SymbolPaletteComponent = /** @class */ (function (_super) {
|
|
|
115
114
|
}
|
|
116
115
|
return h('div', slots);
|
|
117
116
|
};
|
|
118
|
-
SymbolPaletteComponent.prototype.custom = function () {
|
|
119
|
-
this.updated();
|
|
120
|
-
};
|
|
121
117
|
SymbolPaletteComponent.prototype.addPaletteItem = function (paletteName, paletteSymbol, isChild) {
|
|
122
118
|
return this.ej2Instances.addPaletteItem(paletteName, paletteSymbol, isChild);
|
|
123
119
|
};
|
|
@@ -137,12 +133,7 @@ var SymbolPaletteComponent = /** @class */ (function (_super) {
|
|
|
137
133
|
,Options({
|
|
138
134
|
props: props,
|
|
139
135
|
watch: watch,
|
|
140
|
-
emits: emitProbs
|
|
141
|
-
provide: function provide() {
|
|
142
|
-
return {
|
|
143
|
-
custom: this.custom
|
|
144
|
-
};
|
|
145
|
-
}
|
|
136
|
+
emits: emitProbs
|
|
146
137
|
})
|
|
147
138
|
], SymbolPaletteComponent);
|
|
148
139
|
return SymbolPaletteComponent;
|
|
@@ -1,396 +0,0 @@
|
|
|
1
|
-
.e-icons {
|
|
2
|
-
font-family: 'e-icons';
|
|
3
|
-
font-style: normal;
|
|
4
|
-
font-variant: normal;
|
|
5
|
-
font-weight: normal;
|
|
6
|
-
line-height: 1;
|
|
7
|
-
text-transform: none;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.e-diagram-menu .e-bringforward::before {
|
|
11
|
-
content: '\e574';
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-diagram-menu .e-bringfront::before {
|
|
15
|
-
content: '\e575';
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.e-diagram-menu .e-sendback::before {
|
|
19
|
-
content: '\e576';
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.e-diagram-menu .e-sendbackward::before {
|
|
23
|
-
content: '\e577';
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.e-diagram-menu .e-delete::before {
|
|
27
|
-
content: '\e578';
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.e-diagram-menu .e-ungroup::before {
|
|
31
|
-
content: '\e579';
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.e-diagram-menu .e-group::before {
|
|
35
|
-
content: '\e57a';
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.e-diagram-menu .e-undo::before {
|
|
39
|
-
content: '\e57c';
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.e-diagram-menu .e-cut::before {
|
|
43
|
-
content: '\e57d';
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.e-diagram-menu .e-save::before {
|
|
47
|
-
content: '\e57e';
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.e-diagram-menu .e-paste::before {
|
|
51
|
-
content: '\e57f';
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.e-diagram-menu .e-copy::before {
|
|
55
|
-
content: '\e580';
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.e-diagram-menu .e-redo::before {
|
|
59
|
-
content: '\e581';
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.e-diagram-menu .e-zoomin::before {
|
|
63
|
-
content: '\e582';
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.e-diagram-menu .e-italic::before {
|
|
67
|
-
content: '\e583';
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.e-diagram-menu .e-close::before {
|
|
71
|
-
content: '\e584';
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.e-diagram-menu .e-pan::before {
|
|
75
|
-
content: '\e585';
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.e-diagram-menu .e-bold::before {
|
|
79
|
-
content: '\e586';
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.e-diagram-menu .e-underline::before {
|
|
83
|
-
content: '\e587';
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.e-diagram-menu .e-zoomout::before {
|
|
87
|
-
content: '\e588';
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.e-diagram-menu .e-export::before {
|
|
91
|
-
content: '\e589';
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.e-diagram-menu .e-print::before {
|
|
95
|
-
content: '\e58a';
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-diagram-menu .e-order::before {
|
|
99
|
-
content: '\e58b';
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.e-symbolpalette .e-clear-searchtext::before {
|
|
103
|
-
content: '\e58c';
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.e-icons {
|
|
107
|
-
font-family: 'e-icons';
|
|
108
|
-
font-style: normal;
|
|
109
|
-
font-variant: normal;
|
|
110
|
-
font-weight: normal;
|
|
111
|
-
line-height: 1;
|
|
112
|
-
text-transform: none;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.e-diagram-menu .e-bringforward::before {
|
|
116
|
-
content: '\e7f2';
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.e-diagram-menu .e-bringfront::before {
|
|
120
|
-
content: '\e7f0';
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.e-diagram-menu .e-sendback::before {
|
|
124
|
-
content: '\e7ef';
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.e-diagram-menu .e-sendbackward::before {
|
|
128
|
-
content: '\e7f1';
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.e-diagram-menu .e-delete::before {
|
|
132
|
-
content: '\e75b';
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.e-diagram-menu .e-ungroup::before {
|
|
136
|
-
content: '\e737';
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.e-diagram-menu .e-group::before {
|
|
140
|
-
content: '\e78b';
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.e-diagram-menu .e-undo::before {
|
|
144
|
-
content: '\e7b5';
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.e-diagram-menu .e-redo::before {
|
|
148
|
-
content: '\e7b6';
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.e-diagram-menu .e-copy::before {
|
|
152
|
-
content: '\e7b3';
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.e-diagram-menu .e-cut::before {
|
|
156
|
-
content: '\e7b2';
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.e-diagram-menu .e-save::before {
|
|
160
|
-
content: '\e7bf';
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.e-diagram-menu .e-paste::before {
|
|
164
|
-
content: '\e7b4';
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.e-diagram-menu .e-zoomin::before {
|
|
168
|
-
content: '\e7ab';
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.e-diagram-menu .e-italic::before {
|
|
172
|
-
content: '\e7a6';
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.e-diagram-menu .e-close::before {
|
|
176
|
-
content: '\e74f';
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.e-diagram-menu .e-pan::before {
|
|
180
|
-
content: '\e7c6';
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.e-diagram-menu .e-bold::before {
|
|
184
|
-
content: '\e7a5';
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.e-diagram-menu .e-underline::before {
|
|
188
|
-
content: '\e7a7';
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.e-diagram-menu .e-zoomout::before {
|
|
192
|
-
content: '\e7ac';
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.e-diagram-menu .e-export::before {
|
|
196
|
-
content: '\e711';
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.e-diagram-menu .e-print::before {
|
|
200
|
-
content: '\e7bd';
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.e-diagram-menu .e-order::before {
|
|
204
|
-
content: '\e7f3';
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.e-symbolpalette .e-clear-searchtext::before {
|
|
208
|
-
content: '\e754';
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.e-diagram {
|
|
212
|
-
background-color: #fff;
|
|
213
|
-
display: block;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.e-symbolpalette {
|
|
217
|
-
display: block;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.e-overview {
|
|
221
|
-
display: block;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.e-content-placeholder.e-diagram.e-placeholder-diagram {
|
|
225
|
-
background-size: 100% 100%;
|
|
226
|
-
max-height: 500px;
|
|
227
|
-
max-width: 500px;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.e-content-placeholder.e-symbolpalette.e-placeholder-symbolpalette {
|
|
231
|
-
background-size: 100% 100%;
|
|
232
|
-
max-height: 200px;
|
|
233
|
-
max-width: 200px;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.e-diagram-endpoint-handle {
|
|
237
|
-
fill: #fff;
|
|
238
|
-
stroke: #0078d4;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.e-diagram-endpoint-handle.e-connected {
|
|
242
|
-
fill: #0078d4;
|
|
243
|
-
stroke: #fff;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.e-diagram-endpoint-handle.e-disabled {
|
|
247
|
-
fill: #3b3a39;
|
|
248
|
-
opacity: 1;
|
|
249
|
-
stroke: #fff;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
.e-diagram-bezier-handle.e-source.e-disabled {
|
|
253
|
-
opacity: 1 !important;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
.e-diagram-bezier-handle.e-target.e-disabled {
|
|
257
|
-
opacity: 1 !important;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
.e-symbolpalette .e-acrdn-content {
|
|
261
|
-
background-color: #f3f2f1 !important;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
.e-diagram-bezier-handle {
|
|
265
|
-
fill: #fff;
|
|
266
|
-
stroke: #0078d4;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.e-diagram-bezier-line {
|
|
270
|
-
stroke: #0078d4;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
.e-diagram-resize-handle {
|
|
274
|
-
fill: #0078d4;
|
|
275
|
-
stroke: #0078d4;
|
|
276
|
-
stroke: #fff;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
.e-diagram-helper {
|
|
280
|
-
stroke: #0078d4;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.e-diagram-resize-handle.e-disabled {
|
|
284
|
-
fill: #3b3a39;
|
|
285
|
-
opacity: 1;
|
|
286
|
-
stroke: #fff;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
.e-diagram-rotate-handle {
|
|
290
|
-
fill: #0078d4;
|
|
291
|
-
stroke: #0078d4;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.e-diagram-border {
|
|
295
|
-
stroke: #0078d4;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
.e-diagram-border.e-disabled {
|
|
299
|
-
opacity: 1;
|
|
300
|
-
stroke: #3b3a39;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.e-diagram-border.e-thick-border {
|
|
304
|
-
stroke: #0078d4;
|
|
305
|
-
stroke-width: 2;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.e-diagram-border.e-thick-border.e-diagram-lane {
|
|
309
|
-
stroke: #0078d4;
|
|
310
|
-
stroke-width: 2;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
.e-diagram-highlighter {
|
|
314
|
-
stroke: #0078d4;
|
|
315
|
-
stroke-width: 2;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.e-diagram-selected-region {
|
|
319
|
-
stroke: #0078d4;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.e-diagram-pivot-line {
|
|
323
|
-
stroke: #0078d4;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.e-symbolpalette .e-symbol-hover:hover {
|
|
327
|
-
background: #e1dfdd;
|
|
328
|
-
border-radius: 0px;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.e-symbolpalette .e-symbol-selected {
|
|
332
|
-
background: #e1dfdd;
|
|
333
|
-
border-radius: 0px;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
.e-diagram-tooltip {
|
|
337
|
-
pointer-events: none;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.e-diagram .e-ruler {
|
|
341
|
-
background-color: #201f1e;
|
|
342
|
-
color: #c8c6c4;
|
|
343
|
-
font-size: 10px;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.e-diagram .e-ruler-overlap {
|
|
347
|
-
background-color: #201f1e;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.e-diagram .e-d-ruler-marker {
|
|
351
|
-
stroke: #0078d4;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
.e-diagram .e-diagram-text-edit {
|
|
355
|
-
background: #fff;
|
|
356
|
-
border-color: #0078d4;
|
|
357
|
-
border-style: dashed;
|
|
358
|
-
border-width: 1px;
|
|
359
|
-
box-sizing: content-box;
|
|
360
|
-
color: #000;
|
|
361
|
-
min-width: 50px;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.e-diagram-text-edit::selection {
|
|
365
|
-
background: #0078d4;
|
|
366
|
-
color: #fff;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.e-ruler-tick-label {
|
|
370
|
-
fill: #a19f9d;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.e-ruler-tick {
|
|
374
|
-
stroke: #797775;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.e-menu-item e-blankicon {
|
|
378
|
-
padding-left: 28px;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.e-diagram-rotate {
|
|
382
|
-
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
.e-symbolpalette-hidden {
|
|
386
|
-
display: none !important;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
.e-symbolpalette-search-hidden {
|
|
390
|
-
display: none !important;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.e-diagramTooltip-content {
|
|
394
|
-
width: auto !important;
|
|
395
|
-
height: auto !important;
|
|
396
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import 'ej2-diagrams/styles/diagram/fluent-dark.scss';
|