@milaboratories/uikit 2.2.74 → 2.2.76
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/CHANGELOG.md +12 -0
- package/dist/pl-uikit.js +2 -2
- package/dist/pl-uikit.js.map +1 -1
- package/dist/pl-uikit.umd.cjs +2 -2
- package/dist/pl-uikit.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/src/assets/fonts.scss +3 -3
- package/src/components/PlCheckbox/pl-checkbox-base.scss +7 -7
- package/src/components/PlFileDialog/Local.vue +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @milaboratories/uikit
|
|
2
2
|
|
|
3
|
+
## 2.2.76
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 576a72e: Removed reactivity from extensions for IPC serialization
|
|
8
|
+
|
|
9
|
+
## 2.2.75
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 2aa0f3c: PlAgDataTable row selection improvements
|
|
14
|
+
|
|
3
15
|
## 2.2.74
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/pl-uikit.js
CHANGED
|
@@ -7379,7 +7379,7 @@ const Up = ue.object({
|
|
|
7379
7379
|
label: ue.string()
|
|
7380
7380
|
});
|
|
7381
7381
|
ue.array(Up);
|
|
7382
|
-
const qp = "1.
|
|
7382
|
+
const qp = "1.31.16";
|
|
7383
7383
|
function it() {
|
|
7384
7384
|
return Zp({ sdkVersion: qp });
|
|
7385
7385
|
}
|
|
@@ -8450,7 +8450,7 @@ const uh = ["title", "onClick"], dh = {
|
|
|
8450
8450
|
const i = e.extensions ? [
|
|
8451
8451
|
{
|
|
8452
8452
|
name: "All Files",
|
|
8453
|
-
extensions: e.extensions
|
|
8453
|
+
extensions: [...e.extensions]
|
|
8454
8454
|
}
|
|
8455
8455
|
] : [];
|
|
8456
8456
|
e.multi ? (l = it()) == null || l.lsDriver.showOpenMultipleFilesDialog({
|