@syncfusion/ej2-schedule 22.2.12 → 23.1.38
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 +23 -0
- package/dist/ej2-schedule.min.js +3 -3
- package/dist/ej2-schedule.umd.min.js +3 -3
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +309 -67
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +311 -67
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +3 -3
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +2 -2
- package/package.json +16 -16
- package/src/schedule/actions/crud.d.ts +1 -1
- package/src/schedule/actions/crud.js +13 -5
- package/src/schedule/actions/data.js +29 -8
- package/src/schedule/actions/keyboard.js +1 -2
- package/src/schedule/actions/virtual-scroll.d.ts +1 -0
- package/src/schedule/actions/virtual-scroll.js +37 -2
- package/src/schedule/base/constant.d.ts +6 -0
- package/src/schedule/base/constant.js +6 -0
- package/src/schedule/base/interface.d.ts +15 -0
- package/src/schedule/base/resource.js +1 -0
- package/src/schedule/base/schedule-model.d.ts +48 -35
- package/src/schedule/base/schedule.d.ts +60 -35
- package/src/schedule/base/schedule.js +74 -6
- package/src/schedule/event-renderer/event-base.js +17 -11
- package/src/schedule/models/views-model.d.ts +10 -1
- package/src/schedule/models/views.d.ts +9 -1
- package/src/schedule/models/views.js +3 -0
- package/src/schedule/popups/event-tooltip.js +7 -3
- package/src/schedule/popups/event-window.d.ts +7 -0
- package/src/schedule/popups/event-window.js +123 -29
- package/src/schedule/popups/quick-popups.js +3 -0
- package/styles/bootstrap-dark.css +15 -0
- package/styles/bootstrap.css +15 -0
- package/styles/bootstrap4.css +15 -0
- package/styles/bootstrap5-dark.css +15 -0
- package/styles/bootstrap5.css +15 -0
- package/styles/fabric-dark.css +15 -0
- package/styles/fabric.css +15 -0
- package/styles/fluent-dark.css +15 -0
- package/styles/fluent.css +15 -0
- package/styles/highcontrast-light.css +15 -0
- package/styles/highcontrast.css +15 -0
- package/styles/material-dark.css +15 -1
- package/styles/material.css +15 -1
- package/styles/material3-dark.css +16 -2
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.css +16 -2
- package/styles/material3.scss +1 -1
- package/styles/recurrence-editor/bootstrap-dark.scss +1 -1
- package/styles/recurrence-editor/bootstrap.scss +1 -1
- package/styles/recurrence-editor/bootstrap4.scss +1 -1
- package/styles/recurrence-editor/bootstrap5-dark.scss +1 -1
- package/styles/recurrence-editor/bootstrap5.scss +1 -1
- package/styles/recurrence-editor/fabric-dark.scss +1 -1
- package/styles/recurrence-editor/fabric.scss +1 -1
- package/styles/recurrence-editor/fluent-dark.scss +1 -1
- package/styles/recurrence-editor/fluent.scss +1 -1
- package/styles/recurrence-editor/highcontrast-light.scss +1 -1
- package/styles/recurrence-editor/highcontrast.scss +1 -1
- package/styles/recurrence-editor/material-dark.css +0 -1
- package/styles/recurrence-editor/material-dark.scss +1 -1
- package/styles/recurrence-editor/material.css +0 -1
- package/styles/recurrence-editor/material.scss +1 -1
- package/styles/recurrence-editor/material3-dark.css +0 -1
- package/styles/recurrence-editor/material3-dark.scss +1 -1
- package/styles/recurrence-editor/material3.css +0 -1
- package/styles/recurrence-editor/material3.scss +1 -1
- package/styles/recurrence-editor/tailwind-dark.css +0 -1
- package/styles/recurrence-editor/tailwind-dark.scss +1 -1
- package/styles/recurrence-editor/tailwind.css +0 -1
- package/styles/recurrence-editor/tailwind.scss +1 -1
- package/styles/schedule/_layout.scss +15 -0
- package/styles/schedule/_material3-definition.scss +1 -1
- package/styles/schedule/bootstrap-dark.css +15 -0
- package/styles/schedule/bootstrap-dark.scss +1 -1
- package/styles/schedule/bootstrap.css +15 -0
- package/styles/schedule/bootstrap.scss +1 -1
- package/styles/schedule/bootstrap4.css +15 -0
- package/styles/schedule/bootstrap4.scss +1 -1
- package/styles/schedule/bootstrap5-dark.css +15 -0
- package/styles/schedule/bootstrap5-dark.scss +1 -1
- package/styles/schedule/bootstrap5.css +15 -0
- package/styles/schedule/bootstrap5.scss +1 -1
- package/styles/schedule/fabric-dark.css +15 -0
- package/styles/schedule/fabric-dark.scss +1 -1
- package/styles/schedule/fabric.css +15 -0
- package/styles/schedule/fabric.scss +1 -1
- package/styles/schedule/fluent-dark.css +15 -0
- package/styles/schedule/fluent-dark.scss +1 -1
- package/styles/schedule/fluent.css +15 -0
- package/styles/schedule/fluent.scss +1 -1
- package/styles/schedule/highcontrast-light.css +15 -0
- package/styles/schedule/highcontrast-light.scss +1 -1
- package/styles/schedule/highcontrast.css +15 -0
- package/styles/schedule/highcontrast.scss +1 -1
- package/styles/schedule/material-dark.css +15 -1
- package/styles/schedule/material-dark.scss +1 -1
- package/styles/schedule/material.css +15 -1
- package/styles/schedule/material.scss +1 -1
- package/styles/schedule/material3-dark.css +16 -2
- package/styles/schedule/material3-dark.scss +1 -1
- package/styles/schedule/material3.css +16 -2
- package/styles/schedule/material3.scss +1 -1
- package/styles/schedule/tailwind-dark.css +15 -1
- package/styles/schedule/tailwind-dark.scss +1 -1
- package/styles/schedule/tailwind.css +15 -1
- package/styles/schedule/tailwind.scss +1 -1
- package/styles/tailwind-dark.css +15 -2
- package/styles/tailwind.css +15 -2
|
@@ -50,40 +50,54 @@ var EventWindow = /** @class */ (function () {
|
|
|
50
50
|
};
|
|
51
51
|
if (this.parent.isAdaptive) {
|
|
52
52
|
dialogModel.cssClass = cls.EVENT_WINDOW_DIALOG_CLASS + ' ' + cls.DEVICE_CLASS;
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
if (!this.parent.editorHeaderTemplate) {
|
|
54
|
+
dialogModel.header = '<div class="e-title-header"><div class="e-back-icon e-icons"></div><div class="e-title-text">' +
|
|
55
|
+
this.l10n.getConstant('newEvent') + '</div><div class="e-save-icon e-icons"></div></div>';
|
|
56
|
+
}
|
|
55
57
|
}
|
|
56
58
|
else {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}, {
|
|
64
|
-
buttonModel: {
|
|
65
|
-
content: this.l10n.getConstant('saveButton'), cssClass: 'e-primary ' + cls.EVENT_WINDOW_SAVE_BUTTON_CLASS,
|
|
66
|
-
isPrimary: true, disabled: !this.parent.eventSettings.allowAdding || this.parent.readonly
|
|
67
|
-
},
|
|
68
|
-
click: this.eventSave.bind(this)
|
|
69
|
-
}, {
|
|
70
|
-
buttonModel: { cssClass: cls.EVENT_WINDOW_CANCEL_BUTTON_CLASS, content: this.l10n.getConstant('cancelButton') },
|
|
71
|
-
click: this.dialogClose.bind(this)
|
|
72
|
-
}];
|
|
73
|
-
dialogModel.header = '<div class="e-title-text">' + this.l10n.getConstant('newEvent') + '</div>';
|
|
59
|
+
if (!this.parent.editorFooterTemplate) {
|
|
60
|
+
this.renderDialogButtons(dialogModel);
|
|
61
|
+
}
|
|
62
|
+
if (!this.parent.editorHeaderTemplate) {
|
|
63
|
+
dialogModel.header = '<div class="e-title-text">' + this.l10n.getConstant('newEvent') + '</div>';
|
|
64
|
+
}
|
|
74
65
|
}
|
|
75
66
|
this.dialogObject = new Dialog(dialogModel, this.element);
|
|
76
67
|
if (this.dialogObject.element.querySelector('.e-dlg-closeicon-btn')) {
|
|
77
68
|
this.dialogObject.element.querySelector('.e-dlg-closeicon-btn').setAttribute('title', this.l10n.getConstant('close'));
|
|
78
69
|
}
|
|
70
|
+
this.addEventHandlers();
|
|
79
71
|
addClass([this.element.parentElement], cls.EVENT_WINDOW_DIALOG_CLASS + '-container');
|
|
80
|
-
if (this.parent.isAdaptive) {
|
|
81
|
-
EventHandler.add(this.element.querySelector('.' + cls.EVENT_WINDOW_BACK_ICON_CLASS), 'click', this.dialogClose, this);
|
|
82
|
-
EventHandler.add(this.element.querySelector('.' + cls.EVENT_WINDOW_SAVE_ICON_CLASS), 'click', this.eventSave, this);
|
|
83
|
-
}
|
|
84
72
|
EventHandler.add(this.dialogObject.element, 'keydown', this.preventEventSave, this);
|
|
85
73
|
this.applyFormValidation();
|
|
86
74
|
};
|
|
75
|
+
EventWindow.prototype.renderDialogButtons = function (dialogButton) {
|
|
76
|
+
dialogButton.buttons = [{
|
|
77
|
+
buttonModel: {
|
|
78
|
+
content: this.l10n.getConstant('deleteButton'), cssClass: cls.DELETE_EVENT_CLASS,
|
|
79
|
+
disabled: !this.parent.eventSettings.allowDeleting || this.parent.readonly
|
|
80
|
+
},
|
|
81
|
+
click: this.eventDelete.bind(this)
|
|
82
|
+
}, {
|
|
83
|
+
buttonModel: {
|
|
84
|
+
content: this.l10n.getConstant('saveButton'), cssClass: 'e-primary ' + cls.EVENT_WINDOW_SAVE_BUTTON_CLASS,
|
|
85
|
+
isPrimary: true, disabled: !this.parent.eventSettings.allowAdding || this.parent.readonly
|
|
86
|
+
},
|
|
87
|
+
click: this.eventSave.bind(this)
|
|
88
|
+
}, {
|
|
89
|
+
buttonModel: { cssClass: cls.EVENT_WINDOW_CANCEL_BUTTON_CLASS, content: this.l10n.getConstant('cancelButton') },
|
|
90
|
+
click: this.dialogClose.bind(this)
|
|
91
|
+
}];
|
|
92
|
+
};
|
|
93
|
+
EventWindow.prototype.addEventHandlers = function () {
|
|
94
|
+
var backIcon = this.element.querySelector('.' + cls.EVENT_WINDOW_BACK_ICON_CLASS);
|
|
95
|
+
var saveIcon = this.element.querySelector('.' + cls.EVENT_WINDOW_SAVE_ICON_CLASS);
|
|
96
|
+
if (this.parent.isAdaptive && !isNullOrUndefined(backIcon) && !isNullOrUndefined(saveIcon)) {
|
|
97
|
+
EventHandler.add(backIcon, 'click', this.dialogClose, this);
|
|
98
|
+
EventHandler.add(saveIcon, 'click', this.eventSave, this);
|
|
99
|
+
}
|
|
100
|
+
};
|
|
87
101
|
EventWindow.prototype.refresh = function () {
|
|
88
102
|
this.destroy(true);
|
|
89
103
|
this.renderEventWindow();
|
|
@@ -127,6 +141,23 @@ var EventWindow = /** @class */ (function () {
|
|
|
127
141
|
}
|
|
128
142
|
data = eventObj;
|
|
129
143
|
}
|
|
144
|
+
if (!isNullOrUndefined(this.parent.editorHeaderTemplate)) {
|
|
145
|
+
this.parent.resetTemplates(['editorHeaderTemplate']);
|
|
146
|
+
if (this.parent.isAdaptive && !this.parent.editorFooterTemplate) {
|
|
147
|
+
this.dialogObject.header = this.createAdaptiveHeaderElement(data);
|
|
148
|
+
}
|
|
149
|
+
else {
|
|
150
|
+
this.dialogObject.header = this.getDialogHeader(data);
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
if (!isNullOrUndefined(this.parent.editorFooterTemplate)) {
|
|
154
|
+
this.parent.resetTemplates(['editorFooterTemplate']);
|
|
155
|
+
this.dialogObject.footerTemplate = this.getDialogFooter(data);
|
|
156
|
+
}
|
|
157
|
+
if (!isNullOrUndefined(this.parent.editorHeaderTemplate) || !isNullOrUndefined(this.parent.editorFooterTemplate)) {
|
|
158
|
+
this.dialogObject.dataBind();
|
|
159
|
+
this.addEventHandlers();
|
|
160
|
+
}
|
|
130
161
|
if (!isNullOrUndefined(this.parent.editorTemplate)) {
|
|
131
162
|
this.renderFormElements(this.element.querySelector('.e-schedule-form'), data);
|
|
132
163
|
}
|
|
@@ -157,6 +188,65 @@ var EventWindow = /** @class */ (function () {
|
|
|
157
188
|
this.dialogObject.dataBind();
|
|
158
189
|
this.applyFormValidation();
|
|
159
190
|
};
|
|
191
|
+
EventWindow.prototype.setDialogHeader = function () {
|
|
192
|
+
if (!isNullOrUndefined(this.parent.editorHeaderTemplate)) {
|
|
193
|
+
this.parent.resetTemplates(['editorHeaderTemplate']);
|
|
194
|
+
if (this.parent.isAdaptive && !this.parent.editorFooterTemplate) {
|
|
195
|
+
this.dialogObject.header = this.createAdaptiveHeaderElement();
|
|
196
|
+
}
|
|
197
|
+
else {
|
|
198
|
+
this.dialogObject.header = this.getDialogHeader();
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
else if (this.parent.isAdaptive) {
|
|
202
|
+
this.dialogObject.header = '<div class="e-title-header"><div class="e-back-icon e-icons"></div><div class="e-title-text">' +
|
|
203
|
+
this.l10n.getConstant('newEvent') + '</div><div class="e-save-icon e-icons"></div></div>';
|
|
204
|
+
}
|
|
205
|
+
else {
|
|
206
|
+
this.dialogObject.header = '<div class="e-title-text">' + this.l10n.getConstant('newEvent') + '</div>';
|
|
207
|
+
}
|
|
208
|
+
this.dialogObject.dataBind();
|
|
209
|
+
this.addEventHandlers();
|
|
210
|
+
};
|
|
211
|
+
EventWindow.prototype.setDialogFooter = function () {
|
|
212
|
+
if (!isNullOrUndefined(this.parent.editorFooterTemplate)) {
|
|
213
|
+
this.parent.resetTemplates(['editorFooterTemplate']);
|
|
214
|
+
this.dialogObject.footerTemplate = this.getDialogFooter();
|
|
215
|
+
}
|
|
216
|
+
else if (!this.parent.isAdaptive && isNullOrUndefined(this.parent.editorFooterTemplate)) {
|
|
217
|
+
this.renderDialogButtons(this.dialogObject);
|
|
218
|
+
}
|
|
219
|
+
else if (this.parent.isAdaptive && isNullOrUndefined(this.parent.editorFooterTemplate)) {
|
|
220
|
+
this.dialogObject.footerTemplate = null;
|
|
221
|
+
}
|
|
222
|
+
this.dialogObject.dataBind();
|
|
223
|
+
};
|
|
224
|
+
EventWindow.prototype.createAdaptiveHeaderElement = function (data) {
|
|
225
|
+
var header = createElement('div', { className: 'e-title-header' });
|
|
226
|
+
var headerBackIcon = createElement('div', { className: 'e-back-icon e-icons' });
|
|
227
|
+
header.appendChild(headerBackIcon);
|
|
228
|
+
var headerTemplate = this.getDialogHeader(data);
|
|
229
|
+
header.appendChild(headerTemplate);
|
|
230
|
+
var headerSaveIcon = createElement('div', { className: 'e-save-icon e-icons' });
|
|
231
|
+
header.appendChild(headerSaveIcon);
|
|
232
|
+
return header;
|
|
233
|
+
};
|
|
234
|
+
EventWindow.prototype.getDialogHeader = function (args) {
|
|
235
|
+
var headerTemplate = [];
|
|
236
|
+
var headerTemplateId = this.parent.element.id + '_editorHeaderTemplate';
|
|
237
|
+
var temHeaderDiv = document.createElement('div');
|
|
238
|
+
headerTemplate = [].slice.call(this.parent.getEditorHeaderTemplate()(args || {}, this.parent, 'editorHeaderTemplate', headerTemplateId, false));
|
|
239
|
+
append(headerTemplate, temHeaderDiv);
|
|
240
|
+
return temHeaderDiv;
|
|
241
|
+
};
|
|
242
|
+
EventWindow.prototype.getDialogFooter = function (args) {
|
|
243
|
+
var footerTemplate = [];
|
|
244
|
+
var footerTemplateId = this.parent.element.id + '_editorFooterTemplate';
|
|
245
|
+
var temFooterDiv = document.createElement('div');
|
|
246
|
+
footerTemplate = [].slice.call(this.parent.getEditorFooterTemplate()(args || {}, this.parent, 'editorFooterTemplate', footerTemplateId, false));
|
|
247
|
+
append(footerTemplate, temFooterDiv);
|
|
248
|
+
return temFooterDiv;
|
|
249
|
+
};
|
|
160
250
|
EventWindow.prototype.preventEventSave = function (e) {
|
|
161
251
|
if (this.parent && !this.parent.allowKeyboardInteraction && e.code === 'Enter') {
|
|
162
252
|
this.isEnterKey = true;
|
|
@@ -430,9 +520,9 @@ var EventWindow = /** @class */ (function () {
|
|
|
430
520
|
var resourceDiv = this.createDivElement(value + '-container' + ' ' + 'e-resources');
|
|
431
521
|
var resourceInput = this.createInputElement(value + ' ' + EVENT_FIELD, fieldName);
|
|
432
522
|
resourceDiv.appendChild(resourceInput);
|
|
433
|
-
function
|
|
523
|
+
var resourceTemplate = function (data) {
|
|
434
524
|
return "<div class=\"e-resource-template\"><div class=\"e-resource-color\" style=\"background-color:" + data[resourceData.colorField] + "\"></div><div class=\"e-resource-text\">" + data[resourceData.textField] + "</div></div>";
|
|
435
|
-
}
|
|
525
|
+
};
|
|
436
526
|
initializeCSPTemplate(resourceTemplate, resourceData);
|
|
437
527
|
if (resourceData.allowMultiple) {
|
|
438
528
|
var listObj = new MultiSelect({
|
|
@@ -785,7 +875,9 @@ var EventWindow = /** @class */ (function () {
|
|
|
785
875
|
this.renderRepeatDialog();
|
|
786
876
|
}
|
|
787
877
|
this.element.querySelector('.' + cls.FORM_CLASS).removeAttribute('data-id');
|
|
788
|
-
this.
|
|
878
|
+
if (isNullOrUndefined(this.parent.editorHeaderTemplate)) {
|
|
879
|
+
this.element.querySelector('.' + cls.EVENT_WINDOW_TITLE_TEXT_CLASS).innerHTML = this.l10n.getConstant('newEvent');
|
|
880
|
+
}
|
|
789
881
|
eventObj.Timezone = false;
|
|
790
882
|
this.repeatStartDate = eventObj[this.fields.startTime];
|
|
791
883
|
this.repeatRule = '';
|
|
@@ -1025,10 +1117,12 @@ var EventWindow = /** @class */ (function () {
|
|
|
1025
1117
|
if (!this.parent.eventSettings.allowEditing) {
|
|
1026
1118
|
return;
|
|
1027
1119
|
}
|
|
1028
|
-
if (!this.parent.isAdaptive) {
|
|
1120
|
+
if (!this.parent.isAdaptive && isNullOrUndefined(this.parent.editorFooterTemplate)) {
|
|
1029
1121
|
removeClass([this.element.querySelector('.' + cls.DELETE_EVENT_CLASS)], cls.DISABLE_CLASS);
|
|
1030
1122
|
}
|
|
1031
|
-
this.
|
|
1123
|
+
if (isNullOrUndefined(this.parent.editorHeaderTemplate)) {
|
|
1124
|
+
this.element.querySelector('.' + cls.EVENT_WINDOW_TITLE_TEXT_CLASS).innerHTML = this.l10n.getConstant('editEvent');
|
|
1125
|
+
}
|
|
1032
1126
|
this.element.querySelector('.' + cls.FORM_CLASS).setAttribute('data-id', eventObj[this.fields.id].toString());
|
|
1033
1127
|
if (isNullOrUndefined(this.parent.editorTemplate)) {
|
|
1034
1128
|
eventObj = extend({}, eventObj, null, true);
|
|
@@ -1851,7 +1945,7 @@ var EventWindow = /** @class */ (function () {
|
|
|
1851
1945
|
};
|
|
1852
1946
|
EventWindow.prototype.destroy = function (isIgnore) {
|
|
1853
1947
|
if (this.parent && !this.parent.isDestroyed) {
|
|
1854
|
-
this.parent.resetTemplates(['editorTemplate']);
|
|
1948
|
+
this.parent.resetTemplates(['editorTemplate', 'editorHeaderTemplate', 'editorFooterTemplate']);
|
|
1855
1949
|
}
|
|
1856
1950
|
this.destroyComponents();
|
|
1857
1951
|
if (this.recurrenceEditor) {
|
|
@@ -317,6 +317,9 @@ var QuickPopups = /** @class */ (function () {
|
|
|
317
317
|
'aria-label': this_1.parent.getAnnouncementString(eventData)
|
|
318
318
|
}
|
|
319
319
|
});
|
|
320
|
+
if (eventData[fields.isReadonly]) {
|
|
321
|
+
addClass([appointmentElement], 'e-read-only');
|
|
322
|
+
}
|
|
320
323
|
var templateElement = void 0;
|
|
321
324
|
if (!isNullOrUndefined(this_1.parent.activeViewOptions.eventTemplate)) {
|
|
322
325
|
var tempId = this_1.parent.element.id + '_' + this_1.parent.activeViewOptions.eventTemplateName + 'eventTemplate';
|
|
@@ -3626,6 +3626,21 @@
|
|
|
3626
3626
|
text-overflow: ellipsis;
|
|
3627
3627
|
white-space: nowrap;
|
|
3628
3628
|
}
|
|
3629
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3630
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3631
|
+
display: none;
|
|
3632
|
+
}
|
|
3633
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3634
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3635
|
+
background: transparent;
|
|
3636
|
+
border: 0;
|
|
3637
|
+
color: #fff;
|
|
3638
|
+
font-size: 13px;
|
|
3639
|
+
font-weight: 500;
|
|
3640
|
+
line-height: 1.2;
|
|
3641
|
+
padding-top: 4px;
|
|
3642
|
+
width: 100%;
|
|
3643
|
+
}
|
|
3629
3644
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3630
3645
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3631
3646
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/bootstrap.css
CHANGED
|
@@ -3626,6 +3626,21 @@
|
|
|
3626
3626
|
text-overflow: ellipsis;
|
|
3627
3627
|
white-space: nowrap;
|
|
3628
3628
|
}
|
|
3629
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3630
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3631
|
+
display: none;
|
|
3632
|
+
}
|
|
3633
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3634
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3635
|
+
background: transparent;
|
|
3636
|
+
border: 0;
|
|
3637
|
+
color: #fff;
|
|
3638
|
+
font-size: 13px;
|
|
3639
|
+
font-weight: 500;
|
|
3640
|
+
line-height: 1.2;
|
|
3641
|
+
padding-top: 4px;
|
|
3642
|
+
width: 100%;
|
|
3643
|
+
}
|
|
3629
3644
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3630
3645
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3631
3646
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -3705,6 +3705,21 @@
|
|
|
3705
3705
|
text-overflow: ellipsis;
|
|
3706
3706
|
white-space: nowrap;
|
|
3707
3707
|
}
|
|
3708
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3709
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3710
|
+
display: none;
|
|
3711
|
+
}
|
|
3712
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3713
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3714
|
+
background: transparent;
|
|
3715
|
+
border: 0;
|
|
3716
|
+
color: #fff;
|
|
3717
|
+
font-size: 13px;
|
|
3718
|
+
font-weight: 500;
|
|
3719
|
+
line-height: 1.2;
|
|
3720
|
+
padding-top: 4px;
|
|
3721
|
+
width: 100%;
|
|
3722
|
+
}
|
|
3708
3723
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3709
3724
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3710
3725
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -3679,6 +3679,21 @@
|
|
|
3679
3679
|
text-overflow: ellipsis;
|
|
3680
3680
|
white-space: nowrap;
|
|
3681
3681
|
}
|
|
3682
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3683
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3684
|
+
display: none;
|
|
3685
|
+
}
|
|
3686
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3687
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3688
|
+
background: transparent;
|
|
3689
|
+
border: 0;
|
|
3690
|
+
color: #fff;
|
|
3691
|
+
font-size: 13px;
|
|
3692
|
+
font-weight: 500;
|
|
3693
|
+
line-height: 1.2;
|
|
3694
|
+
padding-top: 4px;
|
|
3695
|
+
width: 100%;
|
|
3696
|
+
}
|
|
3682
3697
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3683
3698
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3684
3699
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -3679,6 +3679,21 @@
|
|
|
3679
3679
|
text-overflow: ellipsis;
|
|
3680
3680
|
white-space: nowrap;
|
|
3681
3681
|
}
|
|
3682
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3683
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3684
|
+
display: none;
|
|
3685
|
+
}
|
|
3686
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3687
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3688
|
+
background: transparent;
|
|
3689
|
+
border: 0;
|
|
3690
|
+
color: #fff;
|
|
3691
|
+
font-size: 13px;
|
|
3692
|
+
font-weight: 500;
|
|
3693
|
+
line-height: 1.2;
|
|
3694
|
+
padding-top: 4px;
|
|
3695
|
+
width: 100%;
|
|
3696
|
+
}
|
|
3682
3697
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3683
3698
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3684
3699
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -3593,6 +3593,21 @@
|
|
|
3593
3593
|
text-overflow: ellipsis;
|
|
3594
3594
|
white-space: nowrap;
|
|
3595
3595
|
}
|
|
3596
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3597
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3598
|
+
display: none;
|
|
3599
|
+
}
|
|
3600
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3601
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3602
|
+
background: transparent;
|
|
3603
|
+
border: 0;
|
|
3604
|
+
color: #fff;
|
|
3605
|
+
font-size: 13px;
|
|
3606
|
+
font-weight: 500;
|
|
3607
|
+
line-height: 1.2;
|
|
3608
|
+
padding-top: 4px;
|
|
3609
|
+
width: 100%;
|
|
3610
|
+
}
|
|
3596
3611
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3597
3612
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3598
3613
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/fabric.css
CHANGED
|
@@ -3588,6 +3588,21 @@
|
|
|
3588
3588
|
text-overflow: ellipsis;
|
|
3589
3589
|
white-space: nowrap;
|
|
3590
3590
|
}
|
|
3591
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3592
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3593
|
+
display: none;
|
|
3594
|
+
}
|
|
3595
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3596
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3597
|
+
background: transparent;
|
|
3598
|
+
border: 0;
|
|
3599
|
+
color: #fff;
|
|
3600
|
+
font-size: 13px;
|
|
3601
|
+
font-weight: 500;
|
|
3602
|
+
line-height: 1.2;
|
|
3603
|
+
padding-top: 4px;
|
|
3604
|
+
width: 100%;
|
|
3605
|
+
}
|
|
3591
3606
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3592
3607
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3593
3608
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -3656,6 +3656,21 @@
|
|
|
3656
3656
|
text-overflow: ellipsis;
|
|
3657
3657
|
white-space: nowrap;
|
|
3658
3658
|
}
|
|
3659
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3660
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3661
|
+
display: none;
|
|
3662
|
+
}
|
|
3663
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3664
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3665
|
+
background: transparent;
|
|
3666
|
+
border: 0;
|
|
3667
|
+
color: #1b1a19;
|
|
3668
|
+
font-size: 13px;
|
|
3669
|
+
font-weight: 500;
|
|
3670
|
+
line-height: 1.2;
|
|
3671
|
+
padding-top: 4px;
|
|
3672
|
+
width: 100%;
|
|
3673
|
+
}
|
|
3659
3674
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3660
3675
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3661
3676
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/fluent.css
CHANGED
|
@@ -3656,6 +3656,21 @@
|
|
|
3656
3656
|
text-overflow: ellipsis;
|
|
3657
3657
|
white-space: nowrap;
|
|
3658
3658
|
}
|
|
3659
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3660
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3661
|
+
display: none;
|
|
3662
|
+
}
|
|
3663
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3664
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3665
|
+
background: transparent;
|
|
3666
|
+
border: 0;
|
|
3667
|
+
color: #fff;
|
|
3668
|
+
font-size: 13px;
|
|
3669
|
+
font-weight: 500;
|
|
3670
|
+
line-height: 1.2;
|
|
3671
|
+
padding-top: 4px;
|
|
3672
|
+
width: 100%;
|
|
3673
|
+
}
|
|
3659
3674
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3660
3675
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3661
3676
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -3670,6 +3670,21 @@
|
|
|
3670
3670
|
text-overflow: ellipsis;
|
|
3671
3671
|
white-space: nowrap;
|
|
3672
3672
|
}
|
|
3673
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3674
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3675
|
+
display: none;
|
|
3676
|
+
}
|
|
3677
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3678
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3679
|
+
background: transparent;
|
|
3680
|
+
border: 0;
|
|
3681
|
+
color: #fff;
|
|
3682
|
+
font-size: 13px;
|
|
3683
|
+
font-weight: 500;
|
|
3684
|
+
line-height: 1.2;
|
|
3685
|
+
padding-top: 4px;
|
|
3686
|
+
width: 100%;
|
|
3687
|
+
}
|
|
3673
3688
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3674
3689
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3675
3690
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/highcontrast.css
CHANGED
|
@@ -3674,6 +3674,21 @@
|
|
|
3674
3674
|
text-overflow: ellipsis;
|
|
3675
3675
|
white-space: nowrap;
|
|
3676
3676
|
}
|
|
3677
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3678
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3679
|
+
display: none;
|
|
3680
|
+
}
|
|
3681
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3682
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3683
|
+
background: transparent;
|
|
3684
|
+
border: 0;
|
|
3685
|
+
color: #fff;
|
|
3686
|
+
font-size: 13px;
|
|
3687
|
+
font-weight: 500;
|
|
3688
|
+
line-height: 1.2;
|
|
3689
|
+
padding-top: 4px;
|
|
3690
|
+
width: 100%;
|
|
3691
|
+
}
|
|
3677
3692
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3678
3693
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3679
3694
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/material-dark.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
@keyframes tbar-popup-shadow {
|
|
3
2
|
0% {
|
|
4
3
|
border-color: rgba(255, 255, 255, 0.5);
|
|
@@ -3615,6 +3614,21 @@
|
|
|
3615
3614
|
text-overflow: ellipsis;
|
|
3616
3615
|
white-space: nowrap;
|
|
3617
3616
|
}
|
|
3617
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3618
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3619
|
+
display: none;
|
|
3620
|
+
}
|
|
3621
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3622
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3623
|
+
background: transparent;
|
|
3624
|
+
border: 0;
|
|
3625
|
+
color: #fff;
|
|
3626
|
+
font-size: 13px;
|
|
3627
|
+
font-weight: 500;
|
|
3628
|
+
line-height: 1.2;
|
|
3629
|
+
padding-top: 4px;
|
|
3630
|
+
width: 100%;
|
|
3631
|
+
}
|
|
3618
3632
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3619
3633
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3620
3634
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/material.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
/*! component's theme wise override definitions and variables */
|
|
3
2
|
@keyframes tbar-popup-shadow {
|
|
4
3
|
0% {
|
|
@@ -3651,6 +3650,21 @@
|
|
|
3651
3650
|
text-overflow: ellipsis;
|
|
3652
3651
|
white-space: nowrap;
|
|
3653
3652
|
}
|
|
3653
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3654
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3655
|
+
display: none;
|
|
3656
|
+
}
|
|
3657
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3658
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3659
|
+
background: transparent;
|
|
3660
|
+
border: 0;
|
|
3661
|
+
color: #fff;
|
|
3662
|
+
font-size: 13px;
|
|
3663
|
+
font-weight: 500;
|
|
3664
|
+
line-height: 1.2;
|
|
3665
|
+
padding-top: 4px;
|
|
3666
|
+
width: 100%;
|
|
3667
|
+
}
|
|
3654
3668
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3655
3669
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3656
3670
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -2574,7 +2573,7 @@
|
|
|
2574
2573
|
line-height: 18px;
|
|
2575
2574
|
margin: 4px 0;
|
|
2576
2575
|
min-width: 18px;
|
|
2577
|
-
padding: 8px;
|
|
2576
|
+
padding: 0 8px;
|
|
2578
2577
|
}
|
|
2579
2578
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
2580
2579
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
|
|
@@ -3718,6 +3717,21 @@
|
|
|
3718
3717
|
text-overflow: ellipsis;
|
|
3719
3718
|
white-space: nowrap;
|
|
3720
3719
|
}
|
|
3720
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3721
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3722
|
+
display: none;
|
|
3723
|
+
}
|
|
3724
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3725
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3726
|
+
background: transparent;
|
|
3727
|
+
border: 0;
|
|
3728
|
+
color: rgba(var(--color-sf-surface));
|
|
3729
|
+
font-size: 13px;
|
|
3730
|
+
font-weight: 500;
|
|
3731
|
+
line-height: 1.2;
|
|
3732
|
+
padding-top: 4px;
|
|
3733
|
+
width: 100%;
|
|
3734
|
+
}
|
|
3721
3735
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3722
3736
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3723
3737
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/material3.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -2630,7 +2629,7 @@
|
|
|
2630
2629
|
line-height: 18px;
|
|
2631
2630
|
margin: 4px 0;
|
|
2632
2631
|
min-width: 18px;
|
|
2633
|
-
padding: 8px;
|
|
2632
|
+
padding: 0 8px;
|
|
2634
2633
|
}
|
|
2635
2634
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
2636
2635
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
|
|
@@ -3774,6 +3773,21 @@
|
|
|
3774
3773
|
text-overflow: ellipsis;
|
|
3775
3774
|
white-space: nowrap;
|
|
3776
3775
|
}
|
|
3776
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3777
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3778
|
+
display: none;
|
|
3779
|
+
}
|
|
3780
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3781
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3782
|
+
background: transparent;
|
|
3783
|
+
border: 0;
|
|
3784
|
+
color: rgba(var(--color-sf-surface));
|
|
3785
|
+
font-size: 13px;
|
|
3786
|
+
font-weight: 500;
|
|
3787
|
+
line-height: 1.2;
|
|
3788
|
+
padding-top: 4px;
|
|
3789
|
+
width: 100%;
|
|
3790
|
+
}
|
|
3777
3791
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3778
3792
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3779
3793
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/material3.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap-dark.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
|
|
3
3
|
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
|
|
3
3
|
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap4
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap4.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
|
|
3
3
|
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap5-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap5-dark.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition.scss';
|
|
3
3
|
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap5
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap5.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-definition.scss';
|
|
3
3
|
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/radio-button/bootstrap5-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/fabric-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/fabric-dark.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/numerictextbox/fabric-dark-definition.scss';
|
|
3
3
|
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/radio-button/fabric-dark-definition.scss';
|