@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/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
- "fit-markers-transition-duration",
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
  }