@opentiny/tiny-engine-toolbar-save 2.0.0-rc.2 → 2.0.0-rc.3
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/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -257,7 +257,7 @@ function se(n, e, t, o, a, s) {
|
|
|
257
257
|
})
|
|
258
258
|
]);
|
|
259
259
|
}
|
|
260
|
-
const ie = /* @__PURE__ */ I(ee, [["render", se], ["__scopeId", "data-v-
|
|
260
|
+
const ie = /* @__PURE__ */ I(ee, [["render", se], ["__scopeId", "data-v-75c21aff"]]), pe = {
|
|
261
261
|
...A,
|
|
262
262
|
entry: ie,
|
|
263
263
|
apis: $
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.dots[data-v-
|
|
1
|
+
.dots[data-v-75c21aff]{width:6px;height:6px;background:var(--ti-lowcode-toolbar-dot-color);border-radius:50%;display:inline-block;position:absolute;top:4px;right:3px;z-index:100}.toolbar-save .save-button[data-v-75c21aff]{background-color:var(--ti-lowcode-toolbar-button-bg);border:none;min-width:70px;height:26px;display:flex;align-items:center;padding:0 8px;border-radius:4px}.toolbar-save .save-button[data-v-75c21aff]:not(.disabled):hover{background-color:var(--ti-lowcode-toolbar-button-bg)}.toolbar-save .save-button .save-title[data-v-75c21aff]{margin:0 6px}.toolbar-save[data-v-75c21aff] .icon-down-arrow:focus{outline:none}.save-style[data-v-75c21aff]{padding:20px 12px;font-size:12px}.save-style .save-setting[data-v-75c21aff]{font-size:14px;font-weight:600;line-height:20px;height:20px;margin-bottom:16px}.save-style .save-time[data-v-75c21aff]{line-height:24px;font-size:12px;margin:12px 0 16px;display:flex}.save-style .save-time .save-time-label[data-v-75c21aff]{width:60px}.save-style .save-time .tiny-select[data-v-75c21aff]{width:103px;margin-left:12px}.save-style .save-time .tiny-select[data-v-75c21aff] .tiny-input__suffix{width:12px;top:12px}.save-style .save-button-group[data-v-75c21aff]{text-align:right}.save-style .save-button-group[data-v-75c21aff] .tiny-button{min-width:40px;padding:0 8px;height:26px;line-height:24px;border:0;border-radius:4px}#saving[data-v-75c21aff]{cursor:not-allowed;color:var(--ti-lowcode-disabled-color)}#saving[data-v-75c21aff] svg{color:var(--ti-lowcode-disabled-color)}.dialog-box[data-v-75c21aff] .tiny-dialog-box{display:flex;flex-direction:column}.dialog-box[data-v-75c21aff] .tiny-dialog-box .tiny-dialog-box__body{flex:1}.dialog-box .monaco-editor[data-v-75c21aff]{width:100%;height:100%}.changeRole a{color:var(--ti-lowcode-canvas-handle-hover-bg);padding:0 5px}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-engine-toolbar-save",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"homepage": "https://opentiny.design/tiny-engine",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@opentiny/tiny-engine-common": "2.0.0-rc.
|
|
29
|
-
"@opentiny/tiny-engine-meta-register": "2.0.0-rc.
|
|
30
|
-
"@opentiny/tiny-engine-utils": "2.0.0-rc.
|
|
28
|
+
"@opentiny/tiny-engine-common": "2.0.0-rc.3",
|
|
29
|
+
"@opentiny/tiny-engine-meta-register": "2.0.0-rc.3",
|
|
30
|
+
"@opentiny/tiny-engine-utils": "2.0.0-rc.3"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.0.0-rc.
|
|
33
|
+
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.0.0-rc.3",
|
|
34
34
|
"@vitejs/plugin-vue": "^5.1.2",
|
|
35
35
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
36
36
|
"vite": "^5.4.2"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"@opentiny/vue": "^3.14.0",
|
|
40
40
|
"vue": "^3.4.15"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "9e799e702a696ae06778abba1954262d65188481"
|
|
43
43
|
}
|