@platforma-sdk/ui-vue 1.3.18 → 1.3.19
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 +7 -0
- package/dist/lib.js +3 -1
- package/dist/lib.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/lib.js
CHANGED
|
@@ -8552,6 +8552,7 @@ const DL = { class: "ui-slider__wrapper" }, TL = { class: "ui-slider__label-sect
|
|
|
8552
8552
|
play: w_,
|
|
8553
8553
|
required: S_,
|
|
8554
8554
|
restart: y_,
|
|
8555
|
+
"settings-2": "settings-2.svg",
|
|
8555
8556
|
sort: b_,
|
|
8556
8557
|
sorter: R_,
|
|
8557
8558
|
stop: F_,
|
|
@@ -9024,7 +9025,8 @@ const u5 = [
|
|
|
9024
9025
|
"comp",
|
|
9025
9026
|
"close",
|
|
9026
9027
|
"restart",
|
|
9027
|
-
"stop"
|
|
9028
|
+
"stop",
|
|
9029
|
+
"settings-2"
|
|
9028
9030
|
], d5 = ["paper-clip", "cloud-up", "success", "restart", "close", "clipboard"], c5 = { allCssVariables: NO(), icons16: D_, icons24: VO }, HO = { class: "block__not-found" }, BO = /* @__PURE__ */ pe({
|
|
9029
9031
|
__name: "NotFound",
|
|
9030
9032
|
setup(e) {
|