@figurosity/consumer-three-dimension-tool 0.8.1 → 0.9.0
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".tool-reset-button .qbtn{color:var(--grey-800);font-weight:700}:has(>.frozen-overlay){position:relative}.frozen-overlay{position:absolute;z-index:10;top:0;left:0;bottom:0;right:0}.debug-color{max-width:100px}.debug-color .swatch{height:20px;width:20px;border-radius:10px;border:1px solid var(--grey-800)}.debug-color .label{font-weight:700}.debug-value span{margin-top:2px;min-width:60px;font-size:11px}.debug-vector{min-width:130px}.debug-vector>div{font-size:10px}.debug-vector>div>span{min-width:20px;font-weight:700}.debug-boolean .indicator{margin-top:6px;margin-right:4px;height:10px;width:10px;border-radius:10px;border:1px solid var(--grey-800);display:inline-block;background:red}.debug-boolean .indicator.on{background:#adff2f}.debug3D{position:absolute;z-index:14400;top:20px;left:40px;padding:20px;border:1px solid var(--grey-400);border-radius:10px;background-color:#ffffffb3}.debug3D .color-square{display:inline-block;height:15px;width:15px;margin-bottom:-3px;border:1px dotted black}.three-dimension-tool{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100}.three-dimension-tool .tres{width:100%;height:100vh}")),document.head.appendChild(e)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
|
|
2
2
|
import { watch as G, ref as he, nextTick as cs, onUnmounted as Ut, computed as C, onMounted as $t, openBlock as at, createElementBlock as us, createCommentVNode as wt, createElementVNode as ds, onBeforeMount as ps, defineComponent as V, h as d, withDirectives as ms, vShow as fs, inject as Ze, useModel as hs, onBeforeUnmount as gs, createBlock as vt, unref as bt, withCtx as yt, createVNode as vs, mergeModels as bs } from "vue";
|
|
3
3
|
import { Platform as Ct, useQuasar as ys, QBtn as qt, QSeparator as ye } from "quasar";
|
|
4
4
|
import { CBaseButton as ie, CColorPickerPopup as Ss, CExpansion as Ve, CToggle as Ht, CSlider as We, CBaseButtons as Jt, CDraggableDrawer as Te, CDraggableDrawers as xs, CToolPage as ws } from "@figurosity/consumer-controls";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@figurosity/consumer-three-dimension-tool",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "3D pose viewer for the Figurosity consumer frontend ecosystem",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/consumer-three-dimension-tool.js",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"author": "",
|
|
31
31
|
"license": "UNLICENSED",
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@figurosity/consumer-controls": "^0.
|
|
33
|
+
"@figurosity/consumer-controls": "^0.3.0",
|
|
34
34
|
"@figurosity/logarithmic-client-js": "^1.2.0",
|
|
35
|
-
"@figurosity/toolbox": "^0.
|
|
35
|
+
"@figurosity/toolbox": "^0.3.0",
|
|
36
36
|
"lodash.isequal": "^4.5.0",
|
|
37
37
|
"pinia": "^3.0.1",
|
|
38
38
|
"quasar": "^2.17.6",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@eslint/js": "^9.0.0",
|
|
46
|
-
"@figurosity/consumer-controls": "^0.
|
|
46
|
+
"@figurosity/consumer-controls": "^0.3.0",
|
|
47
47
|
"@figurosity/logarithmic-client-js": "^1.2.0",
|
|
48
|
-
"@figurosity/toolbox": "^0.
|
|
48
|
+
"@figurosity/toolbox": "^0.3.0",
|
|
49
49
|
"@quasar/extras": "^1.16.0",
|
|
50
50
|
"@quasar/vite-plugin": "^1.7.0",
|
|
51
51
|
"@vitejs/plugin-vue": "^5.0.0",
|