@veltdev/types-dev 5.0.2-beta.34 → 5.0.2-beta.36
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/app/utils/constants.d.ts +51 -0
- package/package.json +1 -1
package/app/utils/constants.d.ts
CHANGED
|
@@ -242,6 +242,29 @@ export declare class Constants {
|
|
|
242
242
|
VELT_CHART_COMMENT: string;
|
|
243
243
|
VELT_CANVAS_COMMENT: string;
|
|
244
244
|
VELT_INLINE_COMMENTS_SECTION: string;
|
|
245
|
+
VELT_INLINE_COMMENTS_SECTION_SKELETON: string;
|
|
246
|
+
VELT_INLINE_COMMENTS_SECTION_PANEL: string;
|
|
247
|
+
VELT_INLINE_COMMENTS_SECTION_LIST: string;
|
|
248
|
+
VELT_INLINE_COMMENTS_SECTION_COMPOSER_CONTAINER: string;
|
|
249
|
+
VELT_INLINE_COMMENTS_SECTION_COMMENT_COUNT: string;
|
|
250
|
+
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN: string;
|
|
251
|
+
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_TRIGGER: string;
|
|
252
|
+
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_TRIGGER_NAME: string;
|
|
253
|
+
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_TRIGGER_ICON: string;
|
|
254
|
+
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT: string;
|
|
255
|
+
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT_ITEM: string;
|
|
256
|
+
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT_ITEM_ICON: string;
|
|
257
|
+
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT_ITEM_TICK: string;
|
|
258
|
+
VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT_ITEM_NAME: string;
|
|
259
|
+
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN: string;
|
|
260
|
+
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_TRIGGER: string;
|
|
261
|
+
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_TRIGGER_NAME: string;
|
|
262
|
+
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_TRIGGER_ARROW: string;
|
|
263
|
+
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT: string;
|
|
264
|
+
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_LIST: string;
|
|
265
|
+
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_LIST_ITEM: string;
|
|
266
|
+
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_LIST_ITEM_CHECKBOX: string;
|
|
267
|
+
VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_LIST_ITEM_LABEL: string;
|
|
245
268
|
VELT_COMMENTS_MINIMAP: string;
|
|
246
269
|
VELT_HIGHLIGHT_USER_TEXT: string;
|
|
247
270
|
VELT_AUDIO_HUDDLE: string;
|
|
@@ -288,6 +311,34 @@ export declare class Constants {
|
|
|
288
311
|
VELT_AUTOCOMPLETE_CHIP_TOOLTIP_NAME: string;
|
|
289
312
|
VELT_AUTOCOMPLETE_CHIP_TOOLTIP_DESCRIPTION: string;
|
|
290
313
|
VELT_AUTOCOMPLETE_CONTEXT_WRAPPER: string;
|
|
314
|
+
VELT_ACTIVITY_LOG: string;
|
|
315
|
+
VELT_ACTIVITY_LOG_HEADER: string;
|
|
316
|
+
VELT_ACTIVITY_LOG_HEADER_TITLE: string;
|
|
317
|
+
VELT_ACTIVITY_LOG_HEADER_CLOSE_BUTTON: string;
|
|
318
|
+
VELT_ACTIVITY_LOG_HEADER_FILTER: string;
|
|
319
|
+
VELT_ACTIVITY_LOG_HEADER_FILTER_TRIGGER: string;
|
|
320
|
+
VELT_ACTIVITY_LOG_HEADER_FILTER_TRIGGER_LABEL: string;
|
|
321
|
+
VELT_ACTIVITY_LOG_HEADER_FILTER_TRIGGER_ICON: string;
|
|
322
|
+
VELT_ACTIVITY_LOG_HEADER_FILTER_CONTENT: string;
|
|
323
|
+
VELT_ACTIVITY_LOG_HEADER_FILTER_CONTENT_ITEM: string;
|
|
324
|
+
VELT_ACTIVITY_LOG_HEADER_FILTER_CONTENT_ITEM_LABEL: string;
|
|
325
|
+
VELT_ACTIVITY_LOG_HEADER_FILTER_CONTENT_ITEM_ICON: string;
|
|
326
|
+
VELT_ACTIVITY_LOG_LOADING: string;
|
|
327
|
+
VELT_ACTIVITY_LOG_LIST: string;
|
|
328
|
+
VELT_ACTIVITY_LOG_LIST_DATE_GROUP: string;
|
|
329
|
+
VELT_ACTIVITY_LOG_LIST_DATE_GROUP_LABEL: string;
|
|
330
|
+
VELT_ACTIVITY_LOG_LIST_ITEM: string;
|
|
331
|
+
VELT_ACTIVITY_LOG_LIST_ITEM_ICON: string;
|
|
332
|
+
VELT_ACTIVITY_LOG_LIST_ITEM_AVATAR: string;
|
|
333
|
+
VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT: string;
|
|
334
|
+
VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT_USER: string;
|
|
335
|
+
VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT_ACTION: string;
|
|
336
|
+
VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT_TARGET: string;
|
|
337
|
+
VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT_DETAIL: string;
|
|
338
|
+
VELT_ACTIVITY_LOG_LIST_ITEM_TIME: string;
|
|
339
|
+
VELT_ACTIVITY_LOG_LIST_SHOW_MORE: string;
|
|
340
|
+
VELT_ACTIVITY_LOG_EMPTY: string;
|
|
341
|
+
VELT_ACTIVITY_LOG_CONTEXT_WRAPPER: string;
|
|
291
342
|
VELT_COMMENT_DIALOG_VISIBILITY_BANNER: string;
|
|
292
343
|
VELT_COMMENT_DIALOG_VISIBILITY_BANNER_ICON: string;
|
|
293
344
|
VELT_COMMENT_DIALOG_VISIBILITY_BANNER_TEXT: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/types-dev",
|
|
3
|
-
"version": "5.0.2-beta.
|
|
3
|
+
"version": "5.0.2-beta.36",
|
|
4
4
|
"description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
|
|
5
5
|
"homepage": "https://velt.dev",
|
|
6
6
|
"keywords": [
|