@dynamic-framework/ui-react 2.0.0-dev.3 → 2.0.0-dev.4
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/css/dynamic-ui-non-root.css +230 -2
- package/dist/css/dynamic-ui-non-root.min.css +3 -3
- package/dist/css/dynamic-ui-root.css +2 -2
- package/dist/css/dynamic-ui-root.min.css +2 -2
- package/dist/css/dynamic-ui.css +230 -2
- package/dist/css/dynamic-ui.min.css +3 -3
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +36 -35
- package/dist/index.js.map +1 -1
- package/dist/types/components/DInputMask/DInputMask.d.ts +7 -17
- package/dist/types/components/DLayout/DLayout.d.ts +2 -1
- package/package.json +33 -29
- package/src/style/abstracts/_utilities.scss +19 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* dynamic-framework 2.0.0-dev.
|
|
3
|
-
* bootstrap ~5.3.
|
|
2
|
+
* dynamic-framework 2.0.0-dev.4
|
|
3
|
+
* bootstrap ~5.3.8
|
|
4
4
|
* license https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md
|
|
5
5
|
*/
|
|
6
6
|
@charset "UTF-8";
|
|
@@ -20872,6 +20872,54 @@ react-datepicker__navigation
|
|
|
20872
20872
|
z-index: 100 !important;
|
|
20873
20873
|
}
|
|
20874
20874
|
|
|
20875
|
+
.g-col-13 {
|
|
20876
|
+
grid-column: auto/span 13 !important;
|
|
20877
|
+
}
|
|
20878
|
+
|
|
20879
|
+
.g-col-14 {
|
|
20880
|
+
grid-column: auto/span 14 !important;
|
|
20881
|
+
}
|
|
20882
|
+
|
|
20883
|
+
.g-col-15 {
|
|
20884
|
+
grid-column: auto/span 15 !important;
|
|
20885
|
+
}
|
|
20886
|
+
|
|
20887
|
+
.g-col-16 {
|
|
20888
|
+
grid-column: auto/span 16 !important;
|
|
20889
|
+
}
|
|
20890
|
+
|
|
20891
|
+
.g-col-17 {
|
|
20892
|
+
grid-column: auto/span 17 !important;
|
|
20893
|
+
}
|
|
20894
|
+
|
|
20895
|
+
.g-col-18 {
|
|
20896
|
+
grid-column: auto/span 18 !important;
|
|
20897
|
+
}
|
|
20898
|
+
|
|
20899
|
+
.g-col-19 {
|
|
20900
|
+
grid-column: auto/span 19 !important;
|
|
20901
|
+
}
|
|
20902
|
+
|
|
20903
|
+
.g-col-20 {
|
|
20904
|
+
grid-column: auto/span 20 !important;
|
|
20905
|
+
}
|
|
20906
|
+
|
|
20907
|
+
.g-col-21 {
|
|
20908
|
+
grid-column: auto/span 21 !important;
|
|
20909
|
+
}
|
|
20910
|
+
|
|
20911
|
+
.g-col-22 {
|
|
20912
|
+
grid-column: auto/span 22 !important;
|
|
20913
|
+
}
|
|
20914
|
+
|
|
20915
|
+
.g-col-23 {
|
|
20916
|
+
grid-column: auto/span 23 !important;
|
|
20917
|
+
}
|
|
20918
|
+
|
|
20919
|
+
.g-col-24 {
|
|
20920
|
+
grid-column: auto/span 24 !important;
|
|
20921
|
+
}
|
|
20922
|
+
|
|
20875
20923
|
.overlay-0 {
|
|
20876
20924
|
--bs-overlay: 0;
|
|
20877
20925
|
}
|
|
@@ -23181,6 +23229,42 @@ react-datepicker__navigation
|
|
|
23181
23229
|
.text-sm-center {
|
|
23182
23230
|
text-align: center !important;
|
|
23183
23231
|
}
|
|
23232
|
+
.g-col-sm-13 {
|
|
23233
|
+
grid-column: auto/span 13 !important;
|
|
23234
|
+
}
|
|
23235
|
+
.g-col-sm-14 {
|
|
23236
|
+
grid-column: auto/span 14 !important;
|
|
23237
|
+
}
|
|
23238
|
+
.g-col-sm-15 {
|
|
23239
|
+
grid-column: auto/span 15 !important;
|
|
23240
|
+
}
|
|
23241
|
+
.g-col-sm-16 {
|
|
23242
|
+
grid-column: auto/span 16 !important;
|
|
23243
|
+
}
|
|
23244
|
+
.g-col-sm-17 {
|
|
23245
|
+
grid-column: auto/span 17 !important;
|
|
23246
|
+
}
|
|
23247
|
+
.g-col-sm-18 {
|
|
23248
|
+
grid-column: auto/span 18 !important;
|
|
23249
|
+
}
|
|
23250
|
+
.g-col-sm-19 {
|
|
23251
|
+
grid-column: auto/span 19 !important;
|
|
23252
|
+
}
|
|
23253
|
+
.g-col-sm-20 {
|
|
23254
|
+
grid-column: auto/span 20 !important;
|
|
23255
|
+
}
|
|
23256
|
+
.g-col-sm-21 {
|
|
23257
|
+
grid-column: auto/span 21 !important;
|
|
23258
|
+
}
|
|
23259
|
+
.g-col-sm-22 {
|
|
23260
|
+
grid-column: auto/span 22 !important;
|
|
23261
|
+
}
|
|
23262
|
+
.g-col-sm-23 {
|
|
23263
|
+
grid-column: auto/span 23 !important;
|
|
23264
|
+
}
|
|
23265
|
+
.g-col-sm-24 {
|
|
23266
|
+
grid-column: auto/span 24 !important;
|
|
23267
|
+
}
|
|
23184
23268
|
.text-truncate-sm-1 {
|
|
23185
23269
|
--bs-text-truncate: 1;
|
|
23186
23270
|
}
|
|
@@ -25314,6 +25398,42 @@ react-datepicker__navigation
|
|
|
25314
25398
|
.text-md-center {
|
|
25315
25399
|
text-align: center !important;
|
|
25316
25400
|
}
|
|
25401
|
+
.g-col-md-13 {
|
|
25402
|
+
grid-column: auto/span 13 !important;
|
|
25403
|
+
}
|
|
25404
|
+
.g-col-md-14 {
|
|
25405
|
+
grid-column: auto/span 14 !important;
|
|
25406
|
+
}
|
|
25407
|
+
.g-col-md-15 {
|
|
25408
|
+
grid-column: auto/span 15 !important;
|
|
25409
|
+
}
|
|
25410
|
+
.g-col-md-16 {
|
|
25411
|
+
grid-column: auto/span 16 !important;
|
|
25412
|
+
}
|
|
25413
|
+
.g-col-md-17 {
|
|
25414
|
+
grid-column: auto/span 17 !important;
|
|
25415
|
+
}
|
|
25416
|
+
.g-col-md-18 {
|
|
25417
|
+
grid-column: auto/span 18 !important;
|
|
25418
|
+
}
|
|
25419
|
+
.g-col-md-19 {
|
|
25420
|
+
grid-column: auto/span 19 !important;
|
|
25421
|
+
}
|
|
25422
|
+
.g-col-md-20 {
|
|
25423
|
+
grid-column: auto/span 20 !important;
|
|
25424
|
+
}
|
|
25425
|
+
.g-col-md-21 {
|
|
25426
|
+
grid-column: auto/span 21 !important;
|
|
25427
|
+
}
|
|
25428
|
+
.g-col-md-22 {
|
|
25429
|
+
grid-column: auto/span 22 !important;
|
|
25430
|
+
}
|
|
25431
|
+
.g-col-md-23 {
|
|
25432
|
+
grid-column: auto/span 23 !important;
|
|
25433
|
+
}
|
|
25434
|
+
.g-col-md-24 {
|
|
25435
|
+
grid-column: auto/span 24 !important;
|
|
25436
|
+
}
|
|
25317
25437
|
.text-truncate-md-1 {
|
|
25318
25438
|
--bs-text-truncate: 1;
|
|
25319
25439
|
}
|
|
@@ -27447,6 +27567,42 @@ react-datepicker__navigation
|
|
|
27447
27567
|
.text-lg-center {
|
|
27448
27568
|
text-align: center !important;
|
|
27449
27569
|
}
|
|
27570
|
+
.g-col-lg-13 {
|
|
27571
|
+
grid-column: auto/span 13 !important;
|
|
27572
|
+
}
|
|
27573
|
+
.g-col-lg-14 {
|
|
27574
|
+
grid-column: auto/span 14 !important;
|
|
27575
|
+
}
|
|
27576
|
+
.g-col-lg-15 {
|
|
27577
|
+
grid-column: auto/span 15 !important;
|
|
27578
|
+
}
|
|
27579
|
+
.g-col-lg-16 {
|
|
27580
|
+
grid-column: auto/span 16 !important;
|
|
27581
|
+
}
|
|
27582
|
+
.g-col-lg-17 {
|
|
27583
|
+
grid-column: auto/span 17 !important;
|
|
27584
|
+
}
|
|
27585
|
+
.g-col-lg-18 {
|
|
27586
|
+
grid-column: auto/span 18 !important;
|
|
27587
|
+
}
|
|
27588
|
+
.g-col-lg-19 {
|
|
27589
|
+
grid-column: auto/span 19 !important;
|
|
27590
|
+
}
|
|
27591
|
+
.g-col-lg-20 {
|
|
27592
|
+
grid-column: auto/span 20 !important;
|
|
27593
|
+
}
|
|
27594
|
+
.g-col-lg-21 {
|
|
27595
|
+
grid-column: auto/span 21 !important;
|
|
27596
|
+
}
|
|
27597
|
+
.g-col-lg-22 {
|
|
27598
|
+
grid-column: auto/span 22 !important;
|
|
27599
|
+
}
|
|
27600
|
+
.g-col-lg-23 {
|
|
27601
|
+
grid-column: auto/span 23 !important;
|
|
27602
|
+
}
|
|
27603
|
+
.g-col-lg-24 {
|
|
27604
|
+
grid-column: auto/span 24 !important;
|
|
27605
|
+
}
|
|
27450
27606
|
.text-truncate-lg-1 {
|
|
27451
27607
|
--bs-text-truncate: 1;
|
|
27452
27608
|
}
|
|
@@ -29580,6 +29736,42 @@ react-datepicker__navigation
|
|
|
29580
29736
|
.text-xl-center {
|
|
29581
29737
|
text-align: center !important;
|
|
29582
29738
|
}
|
|
29739
|
+
.g-col-xl-13 {
|
|
29740
|
+
grid-column: auto/span 13 !important;
|
|
29741
|
+
}
|
|
29742
|
+
.g-col-xl-14 {
|
|
29743
|
+
grid-column: auto/span 14 !important;
|
|
29744
|
+
}
|
|
29745
|
+
.g-col-xl-15 {
|
|
29746
|
+
grid-column: auto/span 15 !important;
|
|
29747
|
+
}
|
|
29748
|
+
.g-col-xl-16 {
|
|
29749
|
+
grid-column: auto/span 16 !important;
|
|
29750
|
+
}
|
|
29751
|
+
.g-col-xl-17 {
|
|
29752
|
+
grid-column: auto/span 17 !important;
|
|
29753
|
+
}
|
|
29754
|
+
.g-col-xl-18 {
|
|
29755
|
+
grid-column: auto/span 18 !important;
|
|
29756
|
+
}
|
|
29757
|
+
.g-col-xl-19 {
|
|
29758
|
+
grid-column: auto/span 19 !important;
|
|
29759
|
+
}
|
|
29760
|
+
.g-col-xl-20 {
|
|
29761
|
+
grid-column: auto/span 20 !important;
|
|
29762
|
+
}
|
|
29763
|
+
.g-col-xl-21 {
|
|
29764
|
+
grid-column: auto/span 21 !important;
|
|
29765
|
+
}
|
|
29766
|
+
.g-col-xl-22 {
|
|
29767
|
+
grid-column: auto/span 22 !important;
|
|
29768
|
+
}
|
|
29769
|
+
.g-col-xl-23 {
|
|
29770
|
+
grid-column: auto/span 23 !important;
|
|
29771
|
+
}
|
|
29772
|
+
.g-col-xl-24 {
|
|
29773
|
+
grid-column: auto/span 24 !important;
|
|
29774
|
+
}
|
|
29583
29775
|
.text-truncate-xl-1 {
|
|
29584
29776
|
--bs-text-truncate: 1;
|
|
29585
29777
|
}
|
|
@@ -31713,6 +31905,42 @@ react-datepicker__navigation
|
|
|
31713
31905
|
.text-xxl-center {
|
|
31714
31906
|
text-align: center !important;
|
|
31715
31907
|
}
|
|
31908
|
+
.g-col-xxl-13 {
|
|
31909
|
+
grid-column: auto/span 13 !important;
|
|
31910
|
+
}
|
|
31911
|
+
.g-col-xxl-14 {
|
|
31912
|
+
grid-column: auto/span 14 !important;
|
|
31913
|
+
}
|
|
31914
|
+
.g-col-xxl-15 {
|
|
31915
|
+
grid-column: auto/span 15 !important;
|
|
31916
|
+
}
|
|
31917
|
+
.g-col-xxl-16 {
|
|
31918
|
+
grid-column: auto/span 16 !important;
|
|
31919
|
+
}
|
|
31920
|
+
.g-col-xxl-17 {
|
|
31921
|
+
grid-column: auto/span 17 !important;
|
|
31922
|
+
}
|
|
31923
|
+
.g-col-xxl-18 {
|
|
31924
|
+
grid-column: auto/span 18 !important;
|
|
31925
|
+
}
|
|
31926
|
+
.g-col-xxl-19 {
|
|
31927
|
+
grid-column: auto/span 19 !important;
|
|
31928
|
+
}
|
|
31929
|
+
.g-col-xxl-20 {
|
|
31930
|
+
grid-column: auto/span 20 !important;
|
|
31931
|
+
}
|
|
31932
|
+
.g-col-xxl-21 {
|
|
31933
|
+
grid-column: auto/span 21 !important;
|
|
31934
|
+
}
|
|
31935
|
+
.g-col-xxl-22 {
|
|
31936
|
+
grid-column: auto/span 22 !important;
|
|
31937
|
+
}
|
|
31938
|
+
.g-col-xxl-23 {
|
|
31939
|
+
grid-column: auto/span 23 !important;
|
|
31940
|
+
}
|
|
31941
|
+
.g-col-xxl-24 {
|
|
31942
|
+
grid-column: auto/span 24 !important;
|
|
31943
|
+
}
|
|
31716
31944
|
.text-truncate-xxl-1 {
|
|
31717
31945
|
--bs-text-truncate: 1;
|
|
31718
31946
|
}
|