@logicflow/vue-node-registry 1.2.3-alpha.0 → 1.2.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/index.css +1 -0
- package/dist/index.min.js +2 -0
- package/dist/index.min.js.map +1 -0
- package/package.json +3 -3
package/dist/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.lf-vue-node-container{border-radius:12px;box-shadow:0 0 10px #cad2e15f;box-sizing:border-box;color:#474747;display:flex;flex-direction:column;padding:6px;position:relative}.lf-vue-node-content-wrap{display:flex;flex:1 1 auto;justify-content:center}.lf-vue-node-title{align-items:flex-start;backdrop-filter:saturate(180%) blur(4px);box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:4px;padding:0 8px}.lf-vue-node-title-expanded{border-bottom:1px solid #eaeaea;margin-bottom:6px;padding-bottom:8px}@supports not (backdrop-filter:blur(1px)){.lf-vue-node-title{backdrop-filter:none}}.lf-vue-node-title-left{align-items:center;display:flex;gap:6px;min-width:0}.lf-vue-node-title-icon{color:#666;display:inline-block;font-style:normal;height:16px;line-height:16px;text-align:center;width:16px}.lf-vue-node-title-text{color:#333;font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lf-vue-node-title-actions{align-items:center;display:flex;gap:6px}.lf-vue-node-title-expand,.lf-vue-node-title-more{align-items:center;appearance:none;background:transparent;border:none;border-radius:4px;cursor:pointer;display:inline-flex;height:20px;justify-content:center;padding:2px;transition:background .15s ease;width:20px}.lf-vue-node-title-expand:hover,.lf-vue-node-title-more:hover{background:rgba(0,0,0,.06)}.lf-vue-node-title-expand-icon{color:#666;font-style:normal;transition:transform .3s ease}.lf-vue-node-title-more-icon{color:#666;font-style:normal}.lf-vue-node-title-tooltip{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:6px;box-shadow:0 6px 20px rgba(0,0,0,.12);max-width:240px;min-width:120px;padding:6px 8px;position:absolute;right:-135px;top:-50px;transform:translateY(calc(100% + 4px));transition:opacity .15s ease,transform .15s ease}.lf-vue-node-title-tooltip-list{display:flex;flex-direction:column;gap:4px}.lf-vue-node-title-tooltip-item{align-items:center;border-radius:4px;color:#333;cursor:pointer;display:flex;font-size:12px;justify-content:flex-start;padding:6px}.lf-vue-node-title-tooltip-item:hover{background:rgba(0,0,0,.05)}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
!function(e){"function"==typeof define&&define.amd?define(e):e()}((function(){"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const e=require("tslib");e.__exportStar(require("./view"),exports),e.__exportStar(require("./model"),exports),e.__exportStar(require("./registry"),exports),e.__exportStar(require("./teleport"),exports)}));
|
|
2
|
+
//# sourceMappingURL=index.min.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.min.js","sources":["../src/index.ts"],"sourcesContent":["export * from './view'\nexport * from './model'\nexport * from './registry'\nexport * from './teleport'\n"],"names":["tslib_1","__exportStar","require","exports"],"mappings":"2KAAAA,EAAsBC,aAAAC,QAAA,UAAAC,SACtBH,EAAuBC,aAAAC,QAAA,WAAAC,SACvBH,EAA0BC,aAAAC,QAAA,cAAAC,SAC1BH,EAA0BC,aAAAC,QAAA,cAAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logicflow/vue-node-registry",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "LogicFlow Vue Component Node Registry",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"@vue/composition-api": "^1.0.0-rc.10",
|
|
22
22
|
"vue": "^2.0.0 || >=3.0.0",
|
|
23
|
-
"@logicflow/core": "2.2.
|
|
23
|
+
"@logicflow/core": "2.2.4"
|
|
24
24
|
},
|
|
25
25
|
"peerDependenciesMeta": {
|
|
26
26
|
"@vue/composition-api": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"vue": "^3.0.0",
|
|
32
|
-
"@logicflow/core": "2.2.
|
|
32
|
+
"@logicflow/core": "2.2.4"
|
|
33
33
|
},
|
|
34
34
|
"files": [
|
|
35
35
|
"dist",
|