ns-base-module 1.0.34 → 1.0.35
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/SubtotalsModal/dndQuota.d.ts.map +1 -1
- package/dist/SubtotalsModal/dndQuota.js +64 -7
- package/dist/umd/ns-base-module.min.css +1 -1
- package/dist/umd/ns-base-module.min.js +1 -1
- package/dist/utils/language.d.ts +1 -0
- package/dist/utils/language.d.ts.map +1 -1
- package/dist/utils/language.js +1 -0
- package/package.json +1 -1
- package/style/components/SubtotalsModal.scss +6 -1
package/dist/utils/language.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"language.d.ts","sourceRoot":"","sources":["language.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"language.d.ts","sourceRoot":"","sources":["language.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuQvB,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,GAAG,CAAC;CACZ;AAGD,eAAO,MAAM,gBAAgB,mBAAoB,MAAM,SAAS,GAAG,WAIlE,CAAC;AAEF,eAAO,MAAM,QAAQ,+BAAgC,aAAa,WAMjE,CAAC"}
|
package/dist/utils/language.js
CHANGED
package/package.json
CHANGED
|
@@ -124,7 +124,11 @@
|
|
|
124
124
|
}
|
|
125
125
|
.dnd_quota_left-title {
|
|
126
126
|
margin-bottom: 6px;
|
|
127
|
-
|
|
127
|
+
display: flex;
|
|
128
|
+
justify-content: space-between;
|
|
129
|
+
}
|
|
130
|
+
.dnd_quota-icon {
|
|
131
|
+
cursor: pointer;
|
|
128
132
|
}
|
|
129
133
|
|
|
130
134
|
.dnd_quota__item {
|
|
@@ -250,6 +254,7 @@
|
|
|
250
254
|
}
|
|
251
255
|
.dnd_quota_right_payground {
|
|
252
256
|
min-height: 140px;
|
|
257
|
+
max-height: 340px;
|
|
253
258
|
}
|
|
254
259
|
}
|
|
255
260
|
.dnd_quota_right_payground {
|