@volo/ngx-lepton-x.lite 5.2.0-rc.1 → 5.2.0-rc.2
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.
|
@@ -3313,10 +3313,36 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3313
3313
|
margin-bottom: 1rem;
|
|
3314
3314
|
}
|
|
3315
3315
|
|
|
3316
|
-
.custom-select-wrapper .form-select {
|
|
3316
|
+
.custom-select-wrapper > select.form-select {
|
|
3317
3317
|
display: none;
|
|
3318
3318
|
}
|
|
3319
3319
|
|
|
3320
|
+
div.dt-container div.dt-length .custom-select-wrapper > select.form-select {
|
|
3321
|
+
display: none !important;
|
|
3322
|
+
}
|
|
3323
|
+
|
|
3324
|
+
div.dt-container div.dt-length label {
|
|
3325
|
+
display: inline-flex;
|
|
3326
|
+
align-items: center;
|
|
3327
|
+
gap: 0.5rem;
|
|
3328
|
+
margin-bottom: 0;
|
|
3329
|
+
}
|
|
3330
|
+
|
|
3331
|
+
div.dt-container div.dt-length .custom-select-wrapper {
|
|
3332
|
+
display: inline-block;
|
|
3333
|
+
margin-bottom: 0;
|
|
3334
|
+
width: auto;
|
|
3335
|
+
vertical-align: middle;
|
|
3336
|
+
}
|
|
3337
|
+
|
|
3338
|
+
div.dt-container div.dt-length .custom-select-wrapper > .custom-select-display {
|
|
3339
|
+
width: auto;
|
|
3340
|
+
}
|
|
3341
|
+
|
|
3342
|
+
.custom-select-wrapper > .custom-select-display {
|
|
3343
|
+
display: flex !important;
|
|
3344
|
+
}
|
|
3345
|
+
|
|
3320
3346
|
.custom-select-display {
|
|
3321
3347
|
cursor: pointer;
|
|
3322
3348
|
background-image: none !important;
|
|
@@ -3359,10 +3359,36 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3359
3359
|
margin-bottom: 1rem;
|
|
3360
3360
|
}
|
|
3361
3361
|
|
|
3362
|
-
.custom-select-wrapper .form-select {
|
|
3362
|
+
.custom-select-wrapper > select.form-select {
|
|
3363
3363
|
display: none;
|
|
3364
3364
|
}
|
|
3365
3365
|
|
|
3366
|
+
div.dt-container div.dt-length .custom-select-wrapper > select.form-select {
|
|
3367
|
+
display: none !important;
|
|
3368
|
+
}
|
|
3369
|
+
|
|
3370
|
+
div.dt-container div.dt-length label {
|
|
3371
|
+
display: inline-flex;
|
|
3372
|
+
align-items: center;
|
|
3373
|
+
gap: 0.5rem;
|
|
3374
|
+
margin-bottom: 0;
|
|
3375
|
+
}
|
|
3376
|
+
|
|
3377
|
+
div.dt-container div.dt-length .custom-select-wrapper {
|
|
3378
|
+
display: inline-block;
|
|
3379
|
+
margin-bottom: 0;
|
|
3380
|
+
width: auto;
|
|
3381
|
+
vertical-align: middle;
|
|
3382
|
+
}
|
|
3383
|
+
|
|
3384
|
+
div.dt-container div.dt-length .custom-select-wrapper > .custom-select-display {
|
|
3385
|
+
width: auto;
|
|
3386
|
+
}
|
|
3387
|
+
|
|
3388
|
+
.custom-select-wrapper > .custom-select-display {
|
|
3389
|
+
display: flex !important;
|
|
3390
|
+
}
|
|
3391
|
+
|
|
3366
3392
|
.custom-select-display {
|
|
3367
3393
|
cursor: pointer;
|
|
3368
3394
|
background-image: none !important;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volo/ngx-lepton-x.lite",
|
|
3
|
-
"version": "5.2.0-rc.
|
|
3
|
+
"version": "5.2.0-rc.2",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.3.0",
|
|
6
6
|
"bootstrap-icons": "~1.7.2",
|
|
7
7
|
"@ng-bootstrap/ng-bootstrap": "~20.0.0",
|
|
8
|
-
"@volo/ngx-lepton-x.core": "5.2.0-rc.
|
|
8
|
+
"@volo/ngx-lepton-x.core": "5.2.0-rc.2"
|
|
9
9
|
},
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|