Skip to content

Commit 172d9f9

Browse files
author
pipeline
committed
v16.1.32 is released
1 parent d894285 commit 172d9f9

File tree

546 files changed

+1740
-3545
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

546 files changed

+1740
-3545
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 16.1.24 (2018-02-22)
5+
## 16.1.28 (2018-03-09)
66

77
### New Features
88

@@ -46,4 +46,4 @@ Essential JS 2 is a modern JavaScript UI toolkit that has been built from the gr
4646
- List View
4747
- Tooltip
4848
- Context Menu
49-
- Accordion
49+
- Accordion
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../bootstrap.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../bootstrap.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}

accordion/compatibility/fabric.scss

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../fabric.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../fabric.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../highcontrast.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../highcontrast.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}

accordion/compatibility/material.scss

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../material.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../material.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../bootstrap.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../bootstrap.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../fabric.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../fabric.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../highcontrast.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../highcontrast.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../material.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../material.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}

base/compatibility/bootstrap.scss

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../bootstrap.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../bootstrap.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}

base/compatibility/fabric.scss

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../fabric.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../fabric.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}

base/compatibility/highcontrast.scss

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../highcontrast.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../highcontrast.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}

base/compatibility/material.scss

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../material.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../material.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}

button/compatibility/bootstrap.scss

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../bootstrap.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../bootstrap.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}

button/compatibility/fabric.scss

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../fabric.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../fabric.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../highcontrast.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../highcontrast.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}

button/compatibility/material.scss

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../material.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../material.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}

calendar/compatibility/bootstrap.scss

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../bootstrap.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../bootstrap.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}

calendar/compatibility/fabric.scss

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../fabric.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../fabric.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
1+
$css: '.e-css' !default;
22
$imported-modules: () !default;
33
.e-control {
4-
@at-root
5-
{
6-
@import "../highcontrast.scss";
7-
}
8-
}
4+
@at-root
5+
{
6+
@import "../highcontrast.scss";
7+
}
8+
9+
& .e-js [class^='e-'], & .e-js [class*=' e-'] {
10+
box-sizing: content-box;
11+
}
12+
}

0 commit comments

Comments
 (0)