@evercam/ui 0.0.55-beta.4 → 0.0.55-beta.40
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/README.md +3 -0
- package/dist/attributes.json +298 -36
- package/dist/index.mjs +3725 -2356
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +12 -12
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/ECompareSeparator.vue.d.ts +7 -0
- package/dist/src/components/EGlobalSearch.vue.d.ts +29 -0
- package/dist/src/components/EHeatmapBar.vue.d.ts +3 -0
- package/dist/src/components/EHoursHeatmap.vue.d.ts +3 -0
- package/dist/src/components/EInput.vue.d.ts +3 -0
- package/dist/src/components/EReadMore.vue.d.ts +24 -0
- package/dist/src/components/ETimeline.vue.d.ts +32 -11
- package/dist/src/components/ETimelineMilestone.vue.d.ts +2 -2
- package/dist/src/components/EToggleSwitch.vue.d.ts +34 -0
- package/dist/src/components/ETruncatedDiv.vue.d.ts +8 -0
- package/dist/src/components/EVideoPlayer.vue.d.ts +181 -15
- package/dist/src/components/EZoomable.vue.d.ts +73 -0
- package/dist/src/components/styles/input.d.ts +140 -0
- package/dist/src/constants.d.ts +2 -0
- package/dist/src/index.d.ts +380 -24
- package/dist/src/mixins/event-listeners.d.ts +13 -0
- package/dist/src/mixins/inactivity-listener.d.ts +25 -0
- package/dist/src/mixins/index.d.ts +4 -0
- package/dist/src/mixins/timeouts.d.ts +8 -0
- package/dist/src/types.d.ts +30 -1
- package/dist/src/utils.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/styles.css +409 -0
- package/dist/tags.json +104 -15
- package/dist/web-types.json +688 -80
- package/package.json +1 -1
package/dist/tags.json
CHANGED
|
@@ -68,17 +68,6 @@
|
|
|
68
68
|
],
|
|
69
69
|
"description": ""
|
|
70
70
|
},
|
|
71
|
-
"EVideoPlayer": {
|
|
72
|
-
"attributes": [
|
|
73
|
-
"sources",
|
|
74
|
-
"video-listeners",
|
|
75
|
-
"video-options",
|
|
76
|
-
"is-hls",
|
|
77
|
-
"streaming-token",
|
|
78
|
-
"is-live-view"
|
|
79
|
-
],
|
|
80
|
-
"description": ""
|
|
81
|
-
},
|
|
82
71
|
"ETimeline": {
|
|
83
72
|
"attributes": [
|
|
84
73
|
"events-groups",
|
|
@@ -98,12 +87,11 @@
|
|
|
98
87
|
"bar-ypadding",
|
|
99
88
|
"bar-xpadding",
|
|
100
89
|
"chart-min-height",
|
|
90
|
+
"chart-min-label-height",
|
|
101
91
|
"min-zoom",
|
|
102
92
|
"max-zoom",
|
|
103
93
|
"min-date",
|
|
104
94
|
"max-date",
|
|
105
|
-
"min-visible-date",
|
|
106
|
-
"max-visible-date",
|
|
107
95
|
"cursor-timestamp",
|
|
108
96
|
"selected-class",
|
|
109
97
|
"pan-on-date-click",
|
|
@@ -113,9 +101,110 @@
|
|
|
113
101
|
"markers",
|
|
114
102
|
"sticky-markers",
|
|
115
103
|
"fit-markers-on-change",
|
|
116
|
-
"
|
|
104
|
+
"zoom-to-interval-transition-duration",
|
|
117
105
|
"zoom-to-boundaries-transition-duration",
|
|
118
|
-
"milestone-bullet-size"
|
|
106
|
+
"milestone-bullet-size",
|
|
107
|
+
"milestones-first",
|
|
108
|
+
"forbidden-intervals",
|
|
109
|
+
"forbidden-interval-color",
|
|
110
|
+
"focused-interval",
|
|
111
|
+
"locked",
|
|
112
|
+
"timezone"
|
|
113
|
+
],
|
|
114
|
+
"description": ""
|
|
115
|
+
},
|
|
116
|
+
"EHeatmapBar": {
|
|
117
|
+
"attributes": [
|
|
118
|
+
"items",
|
|
119
|
+
"selected-value",
|
|
120
|
+
"show-counts",
|
|
121
|
+
"show-names",
|
|
122
|
+
"colors",
|
|
123
|
+
"label",
|
|
124
|
+
"dense"
|
|
125
|
+
],
|
|
126
|
+
"description": ""
|
|
127
|
+
},
|
|
128
|
+
"EHoursHeatmap": {
|
|
129
|
+
"attributes": [
|
|
130
|
+
"items",
|
|
131
|
+
"selected-hour",
|
|
132
|
+
"show-hours",
|
|
133
|
+
"colors",
|
|
134
|
+
"label",
|
|
135
|
+
"dense"
|
|
136
|
+
],
|
|
137
|
+
"description": ""
|
|
138
|
+
},
|
|
139
|
+
"EReadMore": {
|
|
140
|
+
"attributes": [
|
|
141
|
+
"content",
|
|
142
|
+
"max-length",
|
|
143
|
+
"show-all",
|
|
144
|
+
"expand-text",
|
|
145
|
+
"collapse-text",
|
|
146
|
+
"more-text-with-placeholder"
|
|
147
|
+
],
|
|
148
|
+
"description": ""
|
|
149
|
+
},
|
|
150
|
+
"ETruncatedDiv": {
|
|
151
|
+
"attributes": [
|
|
152
|
+
"width",
|
|
153
|
+
"fixed-width"
|
|
154
|
+
],
|
|
155
|
+
"description": ""
|
|
156
|
+
},
|
|
157
|
+
"ECompareSeparator": {
|
|
158
|
+
"attributes": [
|
|
159
|
+
"x-offset"
|
|
160
|
+
],
|
|
161
|
+
"description": ""
|
|
162
|
+
},
|
|
163
|
+
"EToggleSwitch": {
|
|
164
|
+
"attributes": [
|
|
165
|
+
"options",
|
|
166
|
+
"color",
|
|
167
|
+
"size",
|
|
168
|
+
"default-value"
|
|
169
|
+
],
|
|
170
|
+
"description": ""
|
|
171
|
+
},
|
|
172
|
+
"EInput": {
|
|
173
|
+
"attributes": [
|
|
174
|
+
"type",
|
|
175
|
+
"dark",
|
|
176
|
+
"id",
|
|
177
|
+
"name",
|
|
178
|
+
"placeholder",
|
|
179
|
+
"required",
|
|
180
|
+
"disabled",
|
|
181
|
+
"autofocus",
|
|
182
|
+
"autofocus-delay",
|
|
183
|
+
"icon",
|
|
184
|
+
"trailing",
|
|
185
|
+
"leading",
|
|
186
|
+
"rounded",
|
|
187
|
+
"loading",
|
|
188
|
+
"loading-position",
|
|
189
|
+
"padded",
|
|
190
|
+
"size",
|
|
191
|
+
"color",
|
|
192
|
+
"variant",
|
|
193
|
+
"input-class",
|
|
194
|
+
"model-value"
|
|
195
|
+
],
|
|
196
|
+
"description": ""
|
|
197
|
+
},
|
|
198
|
+
"EGlobalSearch": {
|
|
199
|
+
"attributes": [
|
|
200
|
+
"dark",
|
|
201
|
+
"items",
|
|
202
|
+
"timezone",
|
|
203
|
+
"converted-date-format",
|
|
204
|
+
"current-date-format",
|
|
205
|
+
"is-fixed-position",
|
|
206
|
+
"is-hidden",
|
|
207
|
+
"deep"
|
|
119
208
|
],
|
|
120
209
|
"description": ""
|
|
121
210
|
}
|