@evercam/ui 0.0.61 → 0.0.63-Add-timeline-test-2d1f69478
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 +18 -19
- package/README.md +2 -2
- package/dist/attributes.json +471 -19
- package/dist/components/EActionButton.vue.d.ts +17 -0
- package/dist/{src/components → components}/EAvatar.vue.d.ts +2 -0
- package/dist/components/ECopyToClipboardBtn.vue.d.ts +31 -0
- package/dist/components/EEvercamLogo.vue.d.ts +6 -0
- package/dist/{src/components → components}/EExpandableMenu.vue.d.ts +6 -5
- package/dist/components/EFadeTransition.vue.d.ts +7 -0
- package/dist/components/EFeedackButton.vue.d.ts +38 -0
- package/dist/components/EFlagIcon.vue.d.ts +3 -0
- package/dist/{src/components → components}/EGlobalSearch.vue.d.ts +1 -0
- package/dist/{src/components → components}/EHeatmapBar.vue.d.ts +13 -2
- package/dist/components/EImagePlayer.vue.d.ts +128 -0
- package/dist/components/EImagesComparator.vue.d.ts +31 -0
- package/dist/components/ELayout.vue.d.ts +32 -0
- package/dist/components/EPulsatingDot.vue.d.ts +18 -0
- package/dist/{src/components → components}/EToggleSwitch.vue.d.ts +4 -3
- package/dist/components/ETooltip.vue.d.ts +12 -0
- package/dist/{src/components → components}/EVideoPlayer.vue.d.ts +0 -1
- package/dist/components/EZoomSlider.vue.d.ts +5 -0
- package/dist/components/EZoomableImg.vue.d.ts +160 -0
- package/dist/components/charts/ECursor.vue.d.ts +69 -0
- package/dist/components/charts/ECursorBehavior.vue.d.ts +21 -0
- package/dist/components/charts/ETimelineSVGDefs.vue.d.ts +3 -0
- package/dist/components/charts/EXAxis.vue.d.ts +78 -0
- package/dist/components/charts/EXAxisBackground.vue.d.ts +64 -0
- package/dist/components/charts/EXAxisDetailed.vue.d.ts +64 -0
- package/dist/components/charts/EXAxisOverview.vue.d.ts +64 -0
- package/dist/components/charts/EZoomBehavior.vue.d.ts +58 -0
- package/dist/components/charts/constants.d.ts +59 -0
- package/dist/components/charts/utils.d.ts +3 -0
- package/dist/components/chat/EChat.vue.d.ts +52 -0
- package/dist/components/chat/EChatBody.vue.d.ts +21 -0
- package/dist/components/chat/EChatFooter.vue.d.ts +9 -0
- package/dist/components/chat/EChatHeader.vue.d.ts +11 -0
- package/dist/components/chat/EChatInput.vue.d.ts +25 -0
- package/dist/components/chat/EChatMessage.vue.d.ts +38 -0
- package/dist/components/chat/EChatMessageActions.vue.d.ts +19 -0
- package/dist/components/chat/EChatSuggestionCard.vue.d.ts +12 -0
- package/dist/components/chat/EChatWrapper.vue.d.ts +9 -0
- package/dist/components/chat/EMarkdown.vue.d.ts +27 -0
- package/dist/components/chat/MarkdownProcessor.d.ts +59 -0
- package/dist/components/svgIcons/Tag.vue.d.ts +6 -0
- package/dist/components/svgIcons/TagPlus.vue.d.ts +6 -0
- package/dist/components/svgIcons/TruckMixer.vue.d.ts +3 -0
- package/dist/components/svgIcons/Worker.vue.d.ts +3 -0
- package/dist/{src/components → components}/svgIcons/index.d.ts +8 -2
- package/dist/{src/components → components/timeline}/ETimeline.config.d.ts +1 -1
- package/dist/{src/components → components/timeline}/ETimeline.vue.d.ts +44 -81
- package/dist/components/timeline/ETimelineCursor.vue.d.ts +9 -0
- package/dist/components/timeline/ETimelineMarker.vue.d.ts +17 -0
- package/dist/components/timeline/ETimelineMarkers.vue.d.ts +31 -0
- package/dist/{src/components → components/timeline}/ETimelineMilestone.vue.d.ts +41 -17
- package/dist/components/timeline/ETimelineSelectedTimestampCursor.vue.d.ts +9 -0
- package/dist/{src/constants.d.ts → constants.d.ts} +4 -2
- package/dist/directives/clickOutside.d.ts +3 -0
- package/dist/directives/index.d.ts +7 -0
- package/dist/index.d.ts +1175 -3
- package/dist/index.mjs +14917 -5283
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +23 -14
- package/dist/index.umd.js.map +1 -1
- package/dist/{src/mixins → mixins}/event-listeners.d.ts +2 -0
- package/dist/{src/mixins → mixins}/inactivity-listener.d.ts +10 -6
- package/dist/style.css +1 -1
- package/dist/styles.css +38311 -1829
- package/dist/tags.json +151 -8
- package/dist/{src/types.d.ts → types.d.ts} +128 -1
- package/dist/utils.d.ts +14 -0
- package/dist/web-types.json +1050 -47
- package/package.json +46 -14
- package/dist/src/directives/index.d.ts +0 -6
- package/dist/src/index.d.ts +0 -743
- package/dist/src/utils.d.ts +0 -4
- /package/dist/{src/components → components}/EBadge.vue.d.ts +0 -0
- /package/dist/{src/components → components}/ECol.vue.d.ts +0 -0
- /package/dist/{src/components → components}/ECompareSeparator.vue.d.ts +0 -0
- /package/dist/{src/components/svgIcons/ConcretePump.vue.d.ts → components/EDialog.vue.d.ts} +0 -0
- /package/dist/{src/components → components}/EHoursHeatmap.vue.d.ts +0 -0
- /package/dist/{src/components → components}/EIcon.vue.d.ts +0 -0
- /package/dist/{src/components → components}/EReadMore.vue.d.ts +0 -0
- /package/dist/{src/components → components}/ERow.vue.d.ts +0 -0
- /package/dist/{src/components → components}/ESpinner.vue.d.ts +0 -0
- /package/dist/{src/components → components}/ESvgIcon.vue.d.ts +0 -0
- /package/dist/{src/components → components}/ETruncatedDiv.vue.d.ts +0 -0
- /package/dist/{src/components → components}/EVideoEmbed.vue.d.ts +0 -0
- /package/dist/{src/components → components}/EZoomable.vue.d.ts +0 -0
- /package/dist/{src/components → components}/svgIcons/BaseIcon.vue.d.ts +0 -0
- /package/dist/{src/components → components}/svgIcons/Bim.vue.d.ts +0 -0
- /package/dist/{src/components → components}/svgIcons/Blur.vue.d.ts +0 -0
- /package/dist/{src/components → components}/svgIcons/Compare.vue.d.ts +0 -0
- /package/dist/{src/components/svgIcons/DroneView.vue.d.ts → components/svgIcons/ConcretePump.vue.d.ts} +0 -0
- /package/dist/{src/components/svgIcons/Dumper.vue.d.ts → components/svgIcons/DroneView.vue.d.ts} +0 -0
- /package/dist/{src/components/svgIcons/EvercamLogo.vue.d.ts → components/svgIcons/Dumper.vue.d.ts} +0 -0
- /package/dist/{src/components → components}/svgIcons/Evercam.vue.d.ts +0 -0
- /package/dist/{src/components/svgIcons/Excavator.vue.d.ts → components/svgIcons/EvercamLogo.vue.d.ts} +0 -0
- /package/dist/{src/components/svgIcons/FlatbedSemiTrailer.vue.d.ts → components/svgIcons/Excavator.vue.d.ts} +0 -0
- /package/dist/{src/components/svgIcons/IModel.vue.d.ts → components/svgIcons/FlatbedSemiTrailer.vue.d.ts} +0 -0
- /package/dist/{src/components → components}/svgIcons/FreeDrawing.vue.d.ts +0 -0
- /package/dist/{src/components/svgIcons/Loader.vue.d.ts → components/svgIcons/IModel.vue.d.ts} +0 -0
- /package/dist/{src/components → components}/svgIcons/Inspection.vue.d.ts +0 -0
- /package/dist/{src/components/svgIcons/MiniModel.vue.d.ts → components/svgIcons/Loader.vue.d.ts} +0 -0
- /package/dist/{src/components/svgIcons/OtherTruck.vue.d.ts → components/svgIcons/MiniModel.vue.d.ts} +0 -0
- /package/dist/{src/components/svgIcons/RoadVehicle.vue.d.ts → components/svgIcons/OtherTruck.vue.d.ts} +0 -0
- /package/dist/{src/components/svgIcons/Roller.vue.d.ts → components/svgIcons/RoadVehicle.vue.d.ts} +0 -0
- /package/dist/{src/components/svgIcons/SemiTrailer.vue.d.ts → components/svgIcons/Robot.vue.d.ts} +0 -0
- /package/dist/{src/components/svgIcons/SkidSteerLoader.vue.d.ts → components/svgIcons/Roller.vue.d.ts} +0 -0
- /package/dist/{src/components/svgIcons/SmallTruck.vue.d.ts → components/svgIcons/SemiTrailer.vue.d.ts} +0 -0
- /package/dist/{src/components/svgIcons/TankTruck.vue.d.ts → components/svgIcons/SkidSteerLoader.vue.d.ts} +0 -0
- /package/dist/{src/components/svgIcons/The360.vue.d.ts → components/svgIcons/SmallTruck.vue.d.ts} +0 -0
- /package/dist/{src/components/svgIcons/TippingTruck.vue.d.ts → components/svgIcons/TankTruck.vue.d.ts} +0 -0
- /package/dist/{src/components/svgIcons/TruckHead.vue.d.ts → components/svgIcons/The360.vue.d.ts} +0 -0
- /package/dist/{src/components/svgIcons/TruckMixer.vue.d.ts → components/svgIcons/TippingTruck.vue.d.ts} +0 -0
- /package/dist/{src/components/svgIcons/Worker.vue.d.ts → components/svgIcons/TruckHead.vue.d.ts} +0 -0
- /package/dist/{src/components → components}/svgIcons/ZohoCrm.vue.d.ts +0 -0
- /package/dist/{src/directives/resize-observer.d.ts → directives/resizeObserver.d.ts} +0 -0
- /package/dist/{src/mixins → mixins}/index.d.ts +0 -0
- /package/dist/{src/mixins → mixins}/timeouts.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evercam/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.63-Add-timeline-test-2d1f69478",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Evercam - Constuction Cameras.",
|
|
@@ -27,54 +27,86 @@
|
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
29
|
"scripts": {
|
|
30
|
-
"story:dev": "histoire dev",
|
|
31
|
-
"story:build": "histoire build",
|
|
32
|
-
"story:preview": "histoire preview",
|
|
33
30
|
"build": "yarn build:lib && yarn build:style && yarn generate-ide-docs",
|
|
34
31
|
"build:lib": "vite build",
|
|
35
32
|
"build:style": "postcss src/style/main.css --verbose -o dist/styles.css",
|
|
36
33
|
"build-and-copy": "yarn build && rsync -av --delete ./dist/ ../../node_modules/@evercam/ui/dist/",
|
|
34
|
+
"story:dev": "yarn stroy:build:tailwind && yarn stroy:build:typedoc && yarn story:build:styles && yarn stroy:dev:styleguide",
|
|
35
|
+
"stroy:dev:styleguide": "vue-styleguidist --config docs/config/styleguide.config.js server",
|
|
36
|
+
"story:build": "yarn stroy:build:typedoc && yarn stroy:build:tailwind && yarn story:build:styles && yarn stroy:build:styleguide",
|
|
37
|
+
"stroy:build:styleguide": "vue-styleguidist --config docs/config/styleguide.config.js build",
|
|
38
|
+
"stroy:build:typedoc": "yarn typedoc --options docs/config/typedoc.config.js --out docs/assets/typedoc",
|
|
39
|
+
"stroy:build:tailwind": "tailwind-config-viewer export docs/assets/tailwind-config-viewer",
|
|
40
|
+
"story:build:styles": "postcss src/style/main.css --verbose -o docs/assets/evercam-ui-styles.css",
|
|
37
41
|
"typecheck": "vue-tsc --declaration --emitDeclarationOnly",
|
|
38
42
|
"generate-ide-docs": "node scripts/generateVetur.mjs && node scripts/generateWebTypes.mjs",
|
|
39
43
|
"ci": "(cd ../..; yarn ci)",
|
|
40
44
|
"publish-ci": "cd ../.. && yarn publish-ci"
|
|
41
45
|
},
|
|
42
46
|
"devDependencies": {
|
|
43
|
-
"@
|
|
44
|
-
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
45
|
-
"@histoire/plugin-vue2": "^0.17.1",
|
|
46
|
-
"@histoire/vendors": "^0.17.0",
|
|
47
|
+
"@tailwindcss/typography": "^0.5.14",
|
|
47
48
|
"@types/d3": "^7.4.2",
|
|
48
49
|
"@types/vue": "^2.0.0",
|
|
49
50
|
"@vitejs/plugin-vue2": "^2.2.0",
|
|
50
51
|
"autoprefixer": "^10.4.15",
|
|
52
|
+
"browser-sync": "^3.0.2",
|
|
53
|
+
"browser-sync-webpack-plugin": "^2.3.0",
|
|
54
|
+
"crypto": "^1.0.1",
|
|
55
|
+
"css-loader": "^6.11.0",
|
|
51
56
|
"d3": "^7.8.5",
|
|
52
|
-
"
|
|
57
|
+
"flag-icons": "^7.2.1",
|
|
53
58
|
"hls.js": "^1.5.6",
|
|
54
59
|
"moment-timezone": "^0.5.43",
|
|
60
|
+
"morphdom": "^2.7.4",
|
|
55
61
|
"postcss": "^8.4.29",
|
|
56
62
|
"postcss-cli": "^10.1.0",
|
|
57
|
-
"
|
|
63
|
+
"rehype-stringify": "^10.0.0",
|
|
64
|
+
"remark-breaks": "^4.0.0",
|
|
65
|
+
"remark-gfm": "^4.0.0",
|
|
66
|
+
"remark-parse": "^11.0.0",
|
|
67
|
+
"remark-rehype": "^11.1.0",
|
|
68
|
+
"tailwind-config-viewer": "^2.0.1",
|
|
69
|
+
"tailwindcss": "^3.4.10",
|
|
70
|
+
"ts-loader": "^9.5.1",
|
|
71
|
+
"typedoc": "^0.25.13",
|
|
72
|
+
"typedoc-plugin-markdown": "^4.0.0-next.55",
|
|
58
73
|
"typescript": "^5.2.2",
|
|
74
|
+
"typewriter-effect": "^2.21.0",
|
|
75
|
+
"unified": "^11.0.5",
|
|
76
|
+
"unist-util-visit": "^5.0.0",
|
|
59
77
|
"vite": "^4.4.9",
|
|
78
|
+
"vite-plugin-commonjs": "^0.10.1",
|
|
60
79
|
"vite-plugin-dts": "^3.6.0",
|
|
61
|
-
"vscode-oniguruma": "^1.6.1",
|
|
62
|
-
"vscode-textmate": "^6.0.0",
|
|
63
80
|
"vue": "^2.7.16",
|
|
81
|
+
"vue-loader": "^15.0.0",
|
|
82
|
+
"vue-style-loader": "^4.1.3",
|
|
83
|
+
"vue-styleguidist": "^4.72.4",
|
|
64
84
|
"vue-template-compiler": "^2.7.16",
|
|
65
|
-
"
|
|
85
|
+
"webpack": "^5.91.0",
|
|
86
|
+
"webpack-shell-plugin-next": "^2.3.1"
|
|
66
87
|
},
|
|
67
88
|
"peerDependencies": {
|
|
68
89
|
"@fontsource-variable/inter": "^5.0.8",
|
|
69
90
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
70
91
|
"d3": "^7.8.5",
|
|
92
|
+
"flag-icons": "^7.2.1",
|
|
71
93
|
"hls.js": "^1.5.6",
|
|
72
94
|
"moment-timezone": "^0.5.43",
|
|
95
|
+
"morphdom": "^2.7.4",
|
|
96
|
+
"rehype-stringify": "^10.0.0",
|
|
97
|
+
"remark-breaks": "^4.0.0",
|
|
98
|
+
"remark-gfm": "^4.0.0",
|
|
99
|
+
"remark-parse": "^11.0.0",
|
|
100
|
+
"remark-rehype": "^11.1.0",
|
|
101
|
+
"typewriter-effect": "^2.21.0",
|
|
102
|
+
"unified": "^11.0.5",
|
|
103
|
+
"unist-util-visit": "^5.0.0",
|
|
73
104
|
"vue": "^2.7.16"
|
|
74
105
|
},
|
|
75
106
|
"vetur": {
|
|
76
107
|
"tags": "dist/tags.json",
|
|
77
108
|
"attributes": "dist/attributes.json"
|
|
78
109
|
},
|
|
79
|
-
"web-types": "dist/web-types.json"
|
|
110
|
+
"web-types": "dist/web-types.json",
|
|
111
|
+
"dependencies": {}
|
|
80
112
|
}
|