@syncfusion/ej2-react-inplace-editor 20.2.43 → 20.3.47
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/dist/ej2-react-inplace-editor.min.js +10 -0
- package/dist/ej2-react-inplace-editor.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +3 -0
- package/styles/bootstrap.css +3 -1
- package/styles/bootstrap4.css +3 -1
- package/styles/bootstrap5-dark.css +17 -1
- package/styles/bootstrap5.css +17 -1
- package/styles/fabric-dark.css +3 -0
- package/styles/fabric.css +3 -1
- package/styles/fluent-dark.css +4 -1
- package/styles/fluent.css +4 -1
- package/styles/highcontrast-light.css +6 -0
- package/styles/highcontrast.css +6 -1
- package/styles/inplace-editor/bootstrap-dark.css +3 -0
- package/styles/inplace-editor/bootstrap.css +3 -1
- package/styles/inplace-editor/bootstrap4.css +3 -1
- package/styles/inplace-editor/bootstrap5-dark.css +17 -1
- package/styles/inplace-editor/bootstrap5.css +17 -1
- package/styles/inplace-editor/fabric-dark.css +3 -0
- package/styles/inplace-editor/fabric.css +3 -1
- package/styles/inplace-editor/fluent-dark.css +4 -1
- package/styles/inplace-editor/fluent.css +4 -1
- package/styles/inplace-editor/highcontrast-light.css +6 -0
- package/styles/inplace-editor/highcontrast.css +6 -1
- package/styles/inplace-editor/material-dark.css +3 -0
- package/styles/inplace-editor/material.css +3 -1
- package/styles/inplace-editor/tailwind-dark.css +4 -1
- package/styles/inplace-editor/tailwind.css +4 -1
- package/styles/material-dark.css +3 -0
- package/styles/material.css +3 -1
- package/styles/tailwind-dark.css +4 -1
- package/styles/tailwind.css +4 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-react-inplace-editor.min.js
|
|
3
|
+
* version : 20.3.47
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
10
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("SyncfusionInplaceEditor"),require("SyncfusionReactBase"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionInplaceEditor","SyncfusionReactBase","React"],t):"object"==typeof exports?exports.SyncfusionReactInplaceEditor=t(require("SyncfusionInplaceEditor"),require("SyncfusionReactBase"),require("React")):e.SyncfusionReactInplaceEditor=t(e.SyncfusionInplaceEditor,e.SyncfusionReactBase,e.React)}(this,function(e,t,n){return function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=3)}([function(t,n){t.exports=e},function(e,n){e.exports=t},function(e,t,n){"use strict";var r=n(4);n.d(t,"a",function(){return r.a})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(2);n.d(t,"InPlaceEditorComponent",function(){return r.a});var o=n(1);n.n(o);n.o(o,"Inject")&&n.d(t,"Inject",function(){return o.Inject});var i=n(0);n.n(i);for(var c in i)["InPlaceEditorComponent","Inject","default"].indexOf(c)<0&&function(e){n.d(t,e,function(){return i[e]})}(c)},function(e,t,n){"use strict";n.d(t,"a",function(){return u});var r=n(5),o=(n.n(r),n(0)),i=(n.n(o),n(1)),c=(n.n(i),this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),u=function(e){function t(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.immediateRender=!1,n.portals=[],n}return c(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},t}(o.InPlaceEditor);n.i(i.applyMixins)(u,[i.ComponentBase,r.Component])},function(e,t){e.exports=n}])});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-inplace-editor.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.3.47
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-inplace-editor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-inplace-editor@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-inplace-editor@19.8.3",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-2qLkLQKJ9+RHWCKPib1z7wM+tFFeEILETcNn2BsoxtB1XfHaN6ZkwwnR+aG13uC8WaopkkAja7jRnX00R+cgfw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-inplace-editor",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-inplace-editor/-/ej2-react-inplace-editor-19.8.3.tgz",
|
|
23
|
+
"_shasum": "37fbd828e39f85194d76265776abfe70b497691f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-inplace-editor@*",
|
|
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": "~20.
|
|
35
|
-
"@syncfusion/ej2-inplace-editor": "20.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.3.47",
|
|
35
|
+
"@syncfusion/ej2-inplace-editor": "20.3.47",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.3.47"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
|
|
@@ -59,6 +59,6 @@
|
|
|
59
59
|
"type": "git",
|
|
60
60
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
61
61
|
},
|
|
62
|
-
"version": "20.
|
|
62
|
+
"version": "20.3.47",
|
|
63
63
|
"sideEffects": false
|
|
64
64
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
1
3
|
.e-popup.e-ddl {
|
|
2
4
|
border-radius: 4px;
|
|
3
5
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
@@ -131,6 +133,7 @@
|
|
|
131
133
|
width: 40px;
|
|
132
134
|
}
|
|
133
135
|
|
|
136
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
134
137
|
@keyframes material-spinner-rotate {
|
|
135
138
|
0% {
|
|
136
139
|
transform: rotate(0);
|
package/styles/bootstrap.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap theme variables */
|
|
2
3
|
.e-popup.e-ddl {
|
|
3
4
|
border-radius: 4px;
|
|
4
5
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
@@ -130,6 +131,7 @@
|
|
|
130
131
|
width: 40px;
|
|
131
132
|
}
|
|
132
133
|
|
|
134
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
133
135
|
@keyframes material-spinner-rotate {
|
|
134
136
|
0% {
|
|
135
137
|
transform: rotate(0);
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap theme variables */
|
|
2
3
|
.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
|
|
3
4
|
font-size: 8px;
|
|
4
5
|
}
|
|
@@ -226,6 +227,7 @@
|
|
|
226
227
|
margin-top: -3.5em;
|
|
227
228
|
}
|
|
228
229
|
|
|
230
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
229
231
|
@keyframes material-spinner-rotate {
|
|
230
232
|
0% {
|
|
231
233
|
transform: rotate(0);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
2
3
|
.e-popup.e-ddl {
|
|
3
4
|
border-radius: 4px;
|
|
4
5
|
box-shadow: none;
|
|
@@ -180,6 +181,8 @@
|
|
|
180
181
|
border-left-width: 0;
|
|
181
182
|
}
|
|
182
183
|
|
|
184
|
+
/* stylelint-disable-line no-empty-source */
|
|
185
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
183
186
|
@keyframes material-spinner-rotate {
|
|
184
187
|
0% {
|
|
185
188
|
transform: rotate(0);
|
|
@@ -774,6 +777,19 @@
|
|
|
774
777
|
background-color: #5a6268;
|
|
775
778
|
border: 1px solid #545b62;
|
|
776
779
|
}
|
|
780
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
781
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
782
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
783
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons,
|
|
784
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
785
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
786
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
787
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
788
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
789
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons {
|
|
790
|
+
color: #fff;
|
|
791
|
+
}
|
|
792
|
+
|
|
777
793
|
.e-inplaceeditor .e-editable-value-wrapper {
|
|
778
794
|
background-color: transparent;
|
|
779
795
|
border-radius: 4px;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
2
3
|
.e-popup.e-ddl {
|
|
3
4
|
border-radius: 4px;
|
|
4
5
|
box-shadow: none;
|
|
@@ -180,6 +181,8 @@
|
|
|
180
181
|
border-left-width: 0;
|
|
181
182
|
}
|
|
182
183
|
|
|
184
|
+
/* stylelint-disable-line no-empty-source */
|
|
185
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
183
186
|
@keyframes material-spinner-rotate {
|
|
184
187
|
0% {
|
|
185
188
|
transform: rotate(0);
|
|
@@ -774,6 +777,19 @@
|
|
|
774
777
|
background-color: #5a6268;
|
|
775
778
|
border: 1px solid #545b62;
|
|
776
779
|
}
|
|
780
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
781
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
782
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
783
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons,
|
|
784
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
785
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
786
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
787
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
788
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
789
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons {
|
|
790
|
+
color: #fff;
|
|
791
|
+
}
|
|
792
|
+
|
|
777
793
|
.e-inplaceeditor .e-editable-value-wrapper {
|
|
778
794
|
background-color: transparent;
|
|
779
795
|
border-radius: 4px;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
1
3
|
.e-ddl.e-popup {
|
|
2
4
|
border: 0;
|
|
3
5
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -98,6 +100,7 @@
|
|
|
98
100
|
margin: 2px 2px 2px 0;
|
|
99
101
|
}
|
|
100
102
|
|
|
103
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
101
104
|
@keyframes material-spinner-rotate {
|
|
102
105
|
0% {
|
|
103
106
|
transform: rotate(0);
|
package/styles/fabric.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar fabric theme variables */
|
|
2
3
|
.e-ddl.e-popup {
|
|
3
4
|
border: 0;
|
|
4
5
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
@@ -92,6 +93,7 @@
|
|
|
92
93
|
margin: 2px 2px 2px 0;
|
|
93
94
|
}
|
|
94
95
|
|
|
96
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
95
97
|
@keyframes material-spinner-rotate {
|
|
96
98
|
0% {
|
|
97
99
|
transform: rotate(0);
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
2
3
|
.e-popup.e-ddl {
|
|
3
4
|
border-radius: 4px;
|
|
4
5
|
box-shadow: none;
|
|
@@ -160,6 +161,8 @@
|
|
|
160
161
|
border-left-width: 0;
|
|
161
162
|
}
|
|
162
163
|
|
|
164
|
+
/* stylelint-disable-line no-empty-source */
|
|
165
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
163
166
|
@keyframes material-spinner-rotate {
|
|
164
167
|
0% {
|
|
165
168
|
transform: rotate(0);
|
package/styles/fluent.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
2
3
|
.e-popup.e-ddl {
|
|
3
4
|
border-radius: 4px;
|
|
4
5
|
box-shadow: none;
|
|
@@ -160,6 +161,8 @@
|
|
|
160
161
|
border-left-width: 0;
|
|
161
162
|
}
|
|
162
163
|
|
|
164
|
+
/* stylelint-disable-line no-empty-source */
|
|
165
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
163
166
|
@keyframes material-spinner-rotate {
|
|
164
167
|
0% {
|
|
165
168
|
transform: rotate(0);
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
1
3
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
2
4
|
height: 36px;
|
|
3
5
|
}
|
|
@@ -80,6 +82,9 @@
|
|
|
80
82
|
color: #000;
|
|
81
83
|
top: 12px;
|
|
82
84
|
}
|
|
85
|
+
.e-multiselect .e-multi-select-wrapper input {
|
|
86
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
87
|
+
}
|
|
83
88
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
84
89
|
color: #4f4f4f;
|
|
85
90
|
font-family: inherit;
|
|
@@ -172,6 +177,7 @@
|
|
|
172
177
|
width: 30px;
|
|
173
178
|
}
|
|
174
179
|
|
|
180
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
175
181
|
@keyframes material-spinner-rotate {
|
|
176
182
|
0% {
|
|
177
183
|
transform: rotate(0);
|
package/styles/highcontrast.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar fabric theme variables */
|
|
2
3
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
3
4
|
height: 36px;
|
|
4
5
|
}
|
|
@@ -81,6 +82,9 @@
|
|
|
81
82
|
color: #fff;
|
|
82
83
|
top: 12px;
|
|
83
84
|
}
|
|
85
|
+
.e-multiselect .e-multi-select-wrapper input {
|
|
86
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
87
|
+
}
|
|
84
88
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
85
89
|
color: #969696;
|
|
86
90
|
font-family: inherit;
|
|
@@ -175,6 +179,7 @@
|
|
|
175
179
|
width: 30px;
|
|
176
180
|
}
|
|
177
181
|
|
|
182
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
178
183
|
@keyframes material-spinner-rotate {
|
|
179
184
|
0% {
|
|
180
185
|
transform: rotate(0);
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
1
3
|
.e-popup.e-ddl {
|
|
2
4
|
border-radius: 4px;
|
|
3
5
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
@@ -131,6 +133,7 @@
|
|
|
131
133
|
width: 40px;
|
|
132
134
|
}
|
|
133
135
|
|
|
136
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
134
137
|
@keyframes material-spinner-rotate {
|
|
135
138
|
0% {
|
|
136
139
|
transform: rotate(0);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap theme variables */
|
|
2
3
|
.e-popup.e-ddl {
|
|
3
4
|
border-radius: 4px;
|
|
4
5
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
@@ -130,6 +131,7 @@
|
|
|
130
131
|
width: 40px;
|
|
131
132
|
}
|
|
132
133
|
|
|
134
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
133
135
|
@keyframes material-spinner-rotate {
|
|
134
136
|
0% {
|
|
135
137
|
transform: rotate(0);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap theme variables */
|
|
2
3
|
.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
|
|
3
4
|
font-size: 8px;
|
|
4
5
|
}
|
|
@@ -226,6 +227,7 @@
|
|
|
226
227
|
margin-top: -3.5em;
|
|
227
228
|
}
|
|
228
229
|
|
|
230
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
229
231
|
@keyframes material-spinner-rotate {
|
|
230
232
|
0% {
|
|
231
233
|
transform: rotate(0);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
2
3
|
.e-popup.e-ddl {
|
|
3
4
|
border-radius: 4px;
|
|
4
5
|
box-shadow: none;
|
|
@@ -180,6 +181,8 @@
|
|
|
180
181
|
border-left-width: 0;
|
|
181
182
|
}
|
|
182
183
|
|
|
184
|
+
/* stylelint-disable-line no-empty-source */
|
|
185
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
183
186
|
@keyframes material-spinner-rotate {
|
|
184
187
|
0% {
|
|
185
188
|
transform: rotate(0);
|
|
@@ -774,6 +777,19 @@
|
|
|
774
777
|
background-color: #5a6268;
|
|
775
778
|
border: 1px solid #545b62;
|
|
776
779
|
}
|
|
780
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
781
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
782
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
783
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons,
|
|
784
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
785
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
786
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
787
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
788
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
789
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons {
|
|
790
|
+
color: #fff;
|
|
791
|
+
}
|
|
792
|
+
|
|
777
793
|
.e-inplaceeditor .e-editable-value-wrapper {
|
|
778
794
|
background-color: transparent;
|
|
779
795
|
border-radius: 4px;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
2
3
|
.e-popup.e-ddl {
|
|
3
4
|
border-radius: 4px;
|
|
4
5
|
box-shadow: none;
|
|
@@ -180,6 +181,8 @@
|
|
|
180
181
|
border-left-width: 0;
|
|
181
182
|
}
|
|
182
183
|
|
|
184
|
+
/* stylelint-disable-line no-empty-source */
|
|
185
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
183
186
|
@keyframes material-spinner-rotate {
|
|
184
187
|
0% {
|
|
185
188
|
transform: rotate(0);
|
|
@@ -774,6 +777,19 @@
|
|
|
774
777
|
background-color: #5a6268;
|
|
775
778
|
border: 1px solid #545b62;
|
|
776
779
|
}
|
|
780
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
781
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
782
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
783
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons,
|
|
784
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
785
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
786
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
787
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
788
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
789
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons {
|
|
790
|
+
color: #fff;
|
|
791
|
+
}
|
|
792
|
+
|
|
777
793
|
.e-inplaceeditor .e-editable-value-wrapper {
|
|
778
794
|
background-color: transparent;
|
|
779
795
|
border-radius: 4px;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
1
3
|
.e-ddl.e-popup {
|
|
2
4
|
border: 0;
|
|
3
5
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -98,6 +100,7 @@
|
|
|
98
100
|
margin: 2px 2px 2px 0;
|
|
99
101
|
}
|
|
100
102
|
|
|
103
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
101
104
|
@keyframes material-spinner-rotate {
|
|
102
105
|
0% {
|
|
103
106
|
transform: rotate(0);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar fabric theme variables */
|
|
2
3
|
.e-ddl.e-popup {
|
|
3
4
|
border: 0;
|
|
4
5
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
@@ -92,6 +93,7 @@
|
|
|
92
93
|
margin: 2px 2px 2px 0;
|
|
93
94
|
}
|
|
94
95
|
|
|
96
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
95
97
|
@keyframes material-spinner-rotate {
|
|
96
98
|
0% {
|
|
97
99
|
transform: rotate(0);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
2
3
|
.e-popup.e-ddl {
|
|
3
4
|
border-radius: 4px;
|
|
4
5
|
box-shadow: none;
|
|
@@ -160,6 +161,8 @@
|
|
|
160
161
|
border-left-width: 0;
|
|
161
162
|
}
|
|
162
163
|
|
|
164
|
+
/* stylelint-disable-line no-empty-source */
|
|
165
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
163
166
|
@keyframes material-spinner-rotate {
|
|
164
167
|
0% {
|
|
165
168
|
transform: rotate(0);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
2
3
|
.e-popup.e-ddl {
|
|
3
4
|
border-radius: 4px;
|
|
4
5
|
box-shadow: none;
|
|
@@ -160,6 +161,8 @@
|
|
|
160
161
|
border-left-width: 0;
|
|
161
162
|
}
|
|
162
163
|
|
|
164
|
+
/* stylelint-disable-line no-empty-source */
|
|
165
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
163
166
|
@keyframes material-spinner-rotate {
|
|
164
167
|
0% {
|
|
165
168
|
transform: rotate(0);
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
1
3
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
2
4
|
height: 36px;
|
|
3
5
|
}
|
|
@@ -80,6 +82,9 @@
|
|
|
80
82
|
color: #000;
|
|
81
83
|
top: 12px;
|
|
82
84
|
}
|
|
85
|
+
.e-multiselect .e-multi-select-wrapper input {
|
|
86
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
87
|
+
}
|
|
83
88
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
84
89
|
color: #4f4f4f;
|
|
85
90
|
font-family: inherit;
|
|
@@ -172,6 +177,7 @@
|
|
|
172
177
|
width: 30px;
|
|
173
178
|
}
|
|
174
179
|
|
|
180
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
175
181
|
@keyframes material-spinner-rotate {
|
|
176
182
|
0% {
|
|
177
183
|
transform: rotate(0);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar fabric theme variables */
|
|
2
3
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
3
4
|
height: 36px;
|
|
4
5
|
}
|
|
@@ -81,6 +82,9 @@
|
|
|
81
82
|
color: #fff;
|
|
82
83
|
top: 12px;
|
|
83
84
|
}
|
|
85
|
+
.e-multiselect .e-multi-select-wrapper input {
|
|
86
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
87
|
+
}
|
|
84
88
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
85
89
|
color: #969696;
|
|
86
90
|
font-family: inherit;
|
|
@@ -175,6 +179,7 @@
|
|
|
175
179
|
width: 30px;
|
|
176
180
|
}
|
|
177
181
|
|
|
182
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
178
183
|
@keyframes material-spinner-rotate {
|
|
179
184
|
0% {
|
|
180
185
|
transform: rotate(0);
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
5
6
|
transform: scale(4);
|
|
6
7
|
}
|
|
7
8
|
}
|
|
9
|
+
/* stylelint-disable-line no-empty-source */
|
|
8
10
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
9
11
|
transform: rotate(0deg);
|
|
10
12
|
transition: transform 300ms ease;
|
|
@@ -111,6 +113,7 @@
|
|
|
111
113
|
padding: 5px 5px 5px 12px;
|
|
112
114
|
}
|
|
113
115
|
|
|
116
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
114
117
|
@keyframes material-spinner-rotate {
|
|
115
118
|
0% {
|
|
116
119
|
transform: rotate(0deg);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -13,7 +14,7 @@
|
|
|
13
14
|
transform: translate3d(0, 0, 0) scale(1);
|
|
14
15
|
}
|
|
15
16
|
}
|
|
16
|
-
/*! calendar material theme variables */
|
|
17
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar material theme variables */
|
|
17
18
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
18
19
|
transform: rotate(0deg);
|
|
19
20
|
transition: transform 300ms ease;
|
|
@@ -145,6 +146,7 @@
|
|
|
145
146
|
padding: 4px 8px;
|
|
146
147
|
}
|
|
147
148
|
|
|
149
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
148
150
|
@keyframes material-spinner-rotate {
|
|
149
151
|
0% {
|
|
150
152
|
transform: rotate(0deg);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
3
4
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
4
5
|
transform: rotate(0deg);
|
|
5
6
|
transition: transform 300ms ease;
|
|
@@ -125,6 +126,8 @@
|
|
|
125
126
|
height: 100%;
|
|
126
127
|
}
|
|
127
128
|
|
|
129
|
+
/* stylelint-disable-line no-empty-source */
|
|
130
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
128
131
|
@keyframes material-spinner-rotate {
|
|
129
132
|
0% {
|
|
130
133
|
transform: rotate(0);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
3
4
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
4
5
|
transform: rotate(0deg);
|
|
5
6
|
transition: transform 300ms ease;
|
|
@@ -125,6 +126,8 @@
|
|
|
125
126
|
height: 100%;
|
|
126
127
|
}
|
|
127
128
|
|
|
129
|
+
/* stylelint-disable-line no-empty-source */
|
|
130
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
128
131
|
@keyframes material-spinner-rotate {
|
|
129
132
|
0% {
|
|
130
133
|
transform: rotate(0);
|
package/styles/material-dark.css
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
5
6
|
transform: scale(4);
|
|
6
7
|
}
|
|
7
8
|
}
|
|
9
|
+
/* stylelint-disable-line no-empty-source */
|
|
8
10
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
9
11
|
transform: rotate(0deg);
|
|
10
12
|
transition: transform 300ms ease;
|
|
@@ -111,6 +113,7 @@
|
|
|
111
113
|
padding: 5px 5px 5px 12px;
|
|
112
114
|
}
|
|
113
115
|
|
|
116
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
114
117
|
@keyframes material-spinner-rotate {
|
|
115
118
|
0% {
|
|
116
119
|
transform: rotate(0deg);
|
package/styles/material.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -13,7 +14,7 @@
|
|
|
13
14
|
transform: translate3d(0, 0, 0) scale(1);
|
|
14
15
|
}
|
|
15
16
|
}
|
|
16
|
-
/*! calendar material theme variables */
|
|
17
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar material theme variables */
|
|
17
18
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
18
19
|
transform: rotate(0deg);
|
|
19
20
|
transition: transform 300ms ease;
|
|
@@ -145,6 +146,7 @@
|
|
|
145
146
|
padding: 4px 8px;
|
|
146
147
|
}
|
|
147
148
|
|
|
149
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
148
150
|
@keyframes material-spinner-rotate {
|
|
149
151
|
0% {
|
|
150
152
|
transform: rotate(0deg);
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
3
4
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
4
5
|
transform: rotate(0deg);
|
|
5
6
|
transition: transform 300ms ease;
|
|
@@ -125,6 +126,8 @@
|
|
|
125
126
|
height: 100%;
|
|
126
127
|
}
|
|
127
128
|
|
|
129
|
+
/* stylelint-disable-line no-empty-source */
|
|
130
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
128
131
|
@keyframes material-spinner-rotate {
|
|
129
132
|
0% {
|
|
130
133
|
transform: rotate(0);
|
package/styles/tailwind.css
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
3
4
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
4
5
|
transform: rotate(0deg);
|
|
5
6
|
transition: transform 300ms ease;
|
|
@@ -125,6 +126,8 @@
|
|
|
125
126
|
height: 100%;
|
|
126
127
|
}
|
|
127
128
|
|
|
129
|
+
/* stylelint-disable-line no-empty-source */
|
|
130
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
128
131
|
@keyframes material-spinner-rotate {
|
|
129
132
|
0% {
|
|
130
133
|
transform: rotate(0);
|