w-threejs-vue 1.0.14 → 1.0.16
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/.github/workflows/ci-test.yml +6 -6
- package/README.md +1 -1
- package/dist/w-threejs-vue.umd.js +5 -12
- package/dist/w-threejs-vue.umd.js.map +1 -1
- package/docs/examples/app.html +62 -0
- package/docs/examples/app.umd.js +30 -0
- package/docs/examples/app.umd.js.map +1 -0
- package/docs/examples/ex-AppAxAxisXGridLineColor.html +1 -1
- package/docs/examples/ex-AppAxAxisXGridLineWidth.html +1 -1
- package/docs/examples/ex-AppAxAxisXLineColor.html +1 -1
- package/docs/examples/ex-AppAxAxisXLineWidth.html +1 -1
- package/docs/examples/ex-AppAxAxisXTickLabelColor.html +1 -1
- package/docs/examples/ex-AppAxAxisXTickLabelDig.html +1 -1
- package/docs/examples/ex-AppAxAxisXTickLabelDistance.html +1 -1
- package/docs/examples/ex-AppAxAxisXTickLabelFontFamily.html +1 -1
- package/docs/examples/ex-AppAxAxisXTickLabelFontSize.html +1 -1
- package/docs/examples/ex-AppAxAxisXTickLineColor.html +1 -1
- package/docs/examples/ex-AppAxAxisXTickLineLength.html +1 -1
- package/docs/examples/ex-AppAxAxisXTickLineWidth.html +1 -1
- package/docs/examples/ex-AppAxAxisXTickNum.html +1 -1
- package/docs/examples/ex-AppAxAxisXTitle.html +1 -1
- package/docs/examples/ex-AppAxAxisXTitleColor.html +1 -1
- package/docs/examples/ex-AppAxAxisXTitleDistance.html +1 -1
- package/docs/examples/ex-AppAxAxisXTitleFontFamily.html +1 -1
- package/docs/examples/ex-AppAxAxisXTitleFontSize.html +1 -1
- package/docs/examples/ex-AppAxAxisYGridLineColor.html +1 -1
- package/docs/examples/ex-AppAxAxisYGridLineWidth.html +1 -1
- package/docs/examples/ex-AppAxAxisYLineColor.html +1 -1
- package/docs/examples/ex-AppAxAxisYLineWidth.html +1 -1
- package/docs/examples/ex-AppAxAxisYTickLabelColor.html +1 -1
- package/docs/examples/ex-AppAxAxisYTickLabelDig.html +1 -1
- package/docs/examples/ex-AppAxAxisYTickLabelDistance.html +1 -1
- package/docs/examples/ex-AppAxAxisYTickLabelFontFamily.html +1 -1
- package/docs/examples/ex-AppAxAxisYTickLabelFontSize.html +1 -1
- package/docs/examples/ex-AppAxAxisYTickLineColor.html +1 -1
- package/docs/examples/ex-AppAxAxisYTickLineLength.html +1 -1
- package/docs/examples/ex-AppAxAxisYTickLineWidth.html +1 -1
- package/docs/examples/ex-AppAxAxisYTickNum.html +1 -1
- package/docs/examples/ex-AppAxAxisYTitle.html +1 -1
- package/docs/examples/ex-AppAxAxisYTitleColor.html +1 -1
- package/docs/examples/ex-AppAxAxisYTitleDistance.html +1 -1
- package/docs/examples/ex-AppAxAxisYTitleFontFamily.html +1 -1
- package/docs/examples/ex-AppAxAxisYTitleFontSize.html +1 -1
- package/docs/examples/ex-AppAxAxisZGridLineColor.html +1 -1
- package/docs/examples/ex-AppAxAxisZGridLineWidth.html +1 -1
- package/docs/examples/ex-AppAxAxisZLineColor.html +1 -1
- package/docs/examples/ex-AppAxAxisZLineWidth.html +1 -1
- package/docs/examples/ex-AppAxAxisZTickLabelColor.html +1 -1
- package/docs/examples/ex-AppAxAxisZTickLabelDig.html +1 -1
- package/docs/examples/ex-AppAxAxisZTickLabelDistance.html +1 -1
- package/docs/examples/ex-AppAxAxisZTickLabelFontFamily.html +1 -1
- package/docs/examples/ex-AppAxAxisZTickLabelFontSize.html +1 -1
- package/docs/examples/ex-AppAxAxisZTickLineColor.html +1 -1
- package/docs/examples/ex-AppAxAxisZTickLineLength.html +1 -1
- package/docs/examples/ex-AppAxAxisZTickLineWidth.html +1 -1
- package/docs/examples/ex-AppAxAxisZTickNum.html +1 -1
- package/docs/examples/ex-AppAxAxisZTitle.html +1 -1
- package/docs/examples/ex-AppAxAxisZTitleColor.html +1 -1
- package/docs/examples/ex-AppAxAxisZTitleDistance.html +1 -1
- package/docs/examples/ex-AppAxAxisZTitleFontFamily.html +1 -1
- package/docs/examples/ex-AppAxAxisZTitleFontSize.html +1 -1
- package/docs/examples/ex-AppBasicAutoRotateDeg.html +1 -1
- package/docs/examples/ex-AppBasicBackgroundColor.html +1 -1
- package/docs/examples/ex-AppBasicSize.html +3 -3
- package/docs/examples/ex-AppBasicUpload.html +9 -3
- package/docs/examples/ex-AppBasicUseAutoRotate.html +1 -1
- package/docs/examples/ex-AppCmCameraFar.html +1 -1
- package/docs/examples/ex-AppCmCameraFov.html +1 -1
- package/docs/examples/ex-AppCmCameraNear.html +1 -1
- package/docs/examples/ex-AppCmCameraOrthographicRatio.html +1 -1
- package/docs/examples/ex-AppCmCameraType.html +1 -1
- package/docs/examples/ex-AppCmGetCameraViewAngle.html +1 -1
- package/docs/examples/ex-AppCmSetCameraAzimuthAngle.html +1 -1
- package/docs/examples/ex-AppCmSetCameraPolarAngle.html +1 -1
- package/docs/examples/ex-AppCmSetCameraViewAngle.html +1 -1
- package/docs/examples/ex-AppHpHelperAxesLengthRatio.html +1 -1
- package/docs/examples/ex-AppHpHelperGridDensity.html +1 -1
- package/docs/examples/ex-AppHpHelperGridLengthRatio.html +1 -1
- package/docs/examples/ex-AppHpHelperGridPositionRatioZ.html +1 -1
- package/docs/examples/ex-AppHpUseHelperAxes.html +1 -1
- package/docs/examples/ex-AppHpUseHelperGrid.html +1 -1
- package/docs/examples/{ex-AppLgLegnedBackgroundColor.html → ex-AppLgLegendBackgroundColor.html} +10 -10
- package/docs/examples/{ex-AppLgLegnedHeight.html → ex-AppLgLegendHeight.html} +10 -10
- package/docs/examples/{ex-AppLgLegnedHeightMax.html → ex-AppLgLegendHeightMax.html} +10 -10
- package/docs/examples/ex-AppLtLightAmbientColor.html +1 -1
- package/docs/examples/ex-AppLtLightDirectionColor.html +1 -1
- package/docs/examples/ex-AppLtLightDirectionIntensity.html +1 -1
- package/docs/examples/ex-AppLtLightDirectionPos.html +1 -1
- package/docs/examples/ex-AppLtLightPointColor.html +1 -1
- package/docs/examples/ex-AppLtLightPointDecay.html +1 -1
- package/docs/examples/ex-AppLtLightPointDistance.html +1 -1
- package/docs/examples/ex-AppLtLightPointIntensity.html +1 -1
- package/docs/examples/ex-AppLtLightPointPoss.html +1 -1
- package/docs/examples/ex-AppLtUseLightAmbient.html +1 -1
- package/docs/examples/ex-AppLtUseLightDirection.html +1 -1
- package/docs/examples/ex-AppLtUseLightPoint.html +1 -1
- package/docs/examples/ex-AppMhGetMeshsInfor.html +1 -1
- package/docs/examples/ex-AppMhSetMeshColor.html +1 -1
- package/docs/examples/ex-AppMhSetMeshLabelText.html +1 -1
- package/docs/examples/ex-AppMhSetMeshLabelTextColor.html +1 -1
- package/docs/examples/ex-AppMhSetMeshLabelTextFontFamily.html +1 -1
- package/docs/examples/ex-AppMhSetMeshLabelTextFontSize.html +1 -1
- package/docs/examples/ex-AppMhSetMeshLabelVisible.html +1 -1
- package/docs/examples/ex-AppMhSetMeshVisible.html +1 -1
- package/docs/examples/ex-AppMhUseAxis.html +1 -1
- package/docs/examples/ex-AppMuMenuIcons.html +1 -1
- package/docs/examples/ex-AppMuMenuTooltips.html +1 -1
- package/docs/fonts/Montserrat/Montserrat-Bold.eot +0 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.woff +0 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.eot +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.woff +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +978 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +1049 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
- package/docs/index.html +84 -0
- package/docs/module-WThreejsVue.html +1666 -0
- package/docs/scripts/collapse.js +39 -0
- package/docs/scripts/commonNav.js +28 -0
- package/docs/scripts/linenumber.js +25 -0
- package/docs/scripts/nav.js +12 -0
- package/docs/scripts/polyfill.js +4 -0
- package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
- package/docs/scripts/prettify/lang-css.js +2 -0
- package/docs/scripts/prettify/prettify.js +28 -0
- package/docs/scripts/search.js +99 -0
- package/docs/styles/jsdoc.css +776 -0
- package/docs/styles/prettify.css +80 -0
- package/package.json +8 -7
- package/public/index.html +0 -10
- package/src/App.vue +38 -22
- package/src/AppBasicSize.vue +1 -1
- package/src/AppBasicUpload.vue +8 -2
- package/src/{AppLgLegnedBackgroundColor.vue → AppLgLegendBackgroundColor.vue} +8 -8
- package/src/{AppLgLegnedHeight.vue → AppLgLegendHeight.vue} +8 -8
- package/src/{AppLgLegnedHeightMax.vue → AppLgLegendHeightMax.vue} +8 -8
- package/src/components/WThreejsVue.vue +399 -117
- package/src/js/plot3d.mjs +313 -83
- package/tmp/hotzone.png +0 -0
- package/tmp/page.png +0 -0
- package/tmp/page_menu.png +0 -0
- package/tmp/probe.mjs +21 -0
- package/tmp/probe_bar2.mjs +75 -0
- package/tmp/probe_click.mjs +45 -0
- package/tmp/probe_fix.mjs +65 -0
- package/tmp/probe_hot.mjs +62 -0
- package/tmp/probe_mark.mjs +36 -0
- package/tmp/probe_menu.mjs +78 -0
- package/tmp/probe_scan.mjs +51 -0
- package/tmp/probe_shot.mjs +20 -0
- package/vue.config.js +16 -9
|
@@ -9,16 +9,16 @@ jobs:
|
|
|
9
9
|
|
|
10
10
|
strategy:
|
|
11
11
|
matrix:
|
|
12
|
-
node-version: [
|
|
12
|
+
node-version: [24.x]
|
|
13
13
|
|
|
14
14
|
steps:
|
|
15
15
|
- uses: actions/checkout@v4
|
|
16
16
|
- name: Use Node.js ${{ matrix.node-version }}
|
|
17
|
-
uses: actions/setup-node@
|
|
17
|
+
uses: actions/setup-node@v4
|
|
18
18
|
with:
|
|
19
19
|
node-version: ${{ matrix.node-version }}
|
|
20
20
|
- run: npm cache clean -f
|
|
21
|
-
- run: npm install
|
|
22
|
-
- run: npm test
|
|
23
|
-
env:
|
|
24
|
-
CI: true
|
|
21
|
+
- run: npm install
|
|
22
|
+
- run: npm test
|
|
23
|
+
env:
|
|
24
|
+
CI: true
|
package/README.md
CHANGED
|
@@ -33,5 +33,5 @@ Add script for vue.
|
|
|
33
33
|
|
|
34
34
|
Add script for w-threejs-vue.
|
|
35
35
|
```alias
|
|
36
|
-
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.
|
|
36
|
+
<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.16/dist/w-threejs-vue.umd.js"></script>
|
|
37
37
|
```
|