@aceshooting/lyra-ui 17.0.0 → 18.1.0

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.
Files changed (107) hide show
  1. package/CHANGELOG.md +483 -0
  2. package/README.md +2 -2
  3. package/custom-elements.json +1 -1
  4. package/design-tokens.json +1 -1
  5. package/dist/cli/migration-contract.json +1 -1
  6. package/dist/components/conversation/message-actions/message-actions.class.d.ts +2 -1
  7. package/dist/components/conversation/streaming-text/streaming-text-core.class.d.ts +22 -0
  8. package/dist/components/conversation/streaming-text/streaming-text-core.class.js +1 -0
  9. package/dist/components/conversation/streaming-text/streaming-text.class.d.ts +22 -0
  10. package/dist/components/conversation/streaming-text/streaming-text.class.js +1 -0
  11. package/dist/components/conversation/thread-list/thread-list.class.js +1 -1
  12. package/dist/components/data/table/table.styles.js +1 -1
  13. package/dist/components/forms/combobox/combobox.class.d.ts +12 -2
  14. package/dist/components/forms/combobox/combobox.class.js +2 -2
  15. package/dist/components/forms/combobox/combobox.styles.js +1 -1
  16. package/dist/components/forms/icon-button/icon-button.class.d.ts +18 -9
  17. package/dist/components/forms/select/select.class.d.ts +63 -8
  18. package/dist/components/forms/select/select.class.js +4 -4
  19. package/dist/components/forms/select/select.styles.js +1 -1
  20. package/dist/components/layout/filter-bar/filter-bar.class.d.ts +148 -14
  21. package/dist/components/layout/filter-bar/filter-bar.class.js +12 -4
  22. package/dist/components/layout/filter-bar/filter-bar.styles.js +1 -1
  23. package/dist/components/layout/reorder-list/reorder-list.class.js +1 -1
  24. package/dist/components/layout/virtual-list/virtual-list.class.d.ts +154 -18
  25. package/dist/components/layout/virtual-list/virtual-list.class.js +12 -7
  26. package/dist/components/media/map/map.class.d.ts +269 -14
  27. package/dist/components/media/map/map.class.js +62 -30
  28. package/dist/components/media/map/map.styles.js +1 -1
  29. package/dist/components/utility/copy-button/copy-button.class.d.ts +4 -3
  30. package/dist/custom-elements-jsx.d.ts +1 -1
  31. package/dist/events.d.ts +13 -1
  32. package/dist/internal/package-metadata.d.ts +1 -1
  33. package/dist/internal/package-metadata.js +1 -1
  34. package/dist/internal/tokens.styles.js +1 -1
  35. package/dist/lyra.d.ts +1 -1
  36. package/dist/lyra.js +1 -1
  37. package/dist/styles/tokens-root.css +1 -1
  38. package/dist/svelte.d.ts +1 -1
  39. package/dist/testing/lyra-tag-event-map.js +1 -1
  40. package/dist/translations/ar/retrieval.js +1 -1
  41. package/dist/translations/ar/shared.js +1 -1
  42. package/dist/translations/de/retrieval.js +1 -1
  43. package/dist/translations/de/shared.js +1 -1
  44. package/dist/translations/es/retrieval.js +1 -1
  45. package/dist/translations/es/shared.js +1 -1
  46. package/dist/translations/fa/retrieval.js +1 -1
  47. package/dist/translations/fa/shared.js +1 -1
  48. package/dist/translations/fr/retrieval.js +1 -1
  49. package/dist/translations/fr/shared.js +1 -1
  50. package/dist/translations/he/retrieval.js +1 -1
  51. package/dist/translations/he/shared.js +1 -1
  52. package/dist/translations/it/retrieval.js +1 -1
  53. package/dist/translations/it/shared.js +1 -1
  54. package/dist/translations/ja/retrieval.js +1 -1
  55. package/dist/translations/ja/shared.js +1 -1
  56. package/dist/translations/pt-BR/retrieval.js +1 -1
  57. package/dist/translations/pt-BR/shared.js +1 -1
  58. package/dist/translations/ro/agent-tools.d.ts +1 -0
  59. package/dist/translations/ro/agent-tools.js +1 -0
  60. package/dist/translations/ro/charts.d.ts +1 -0
  61. package/dist/translations/ro/charts.js +1 -0
  62. package/dist/translations/ro/conversation.d.ts +1 -0
  63. package/dist/translations/ro/conversation.js +1 -0
  64. package/dist/translations/ro/data.d.ts +1 -0
  65. package/dist/translations/ro/data.js +1 -0
  66. package/dist/translations/ro/forms.d.ts +1 -0
  67. package/dist/translations/ro/forms.js +1 -0
  68. package/dist/translations/ro/layout.d.ts +1 -0
  69. package/dist/translations/ro/layout.js +1 -0
  70. package/dist/translations/ro/media.d.ts +1 -0
  71. package/dist/translations/ro/media.js +1 -0
  72. package/dist/translations/ro/overlays.d.ts +1 -0
  73. package/dist/translations/ro/overlays.js +1 -0
  74. package/dist/translations/ro/retrieval.d.ts +1 -0
  75. package/dist/translations/ro/retrieval.js +1 -0
  76. package/dist/translations/ro/shared.d.ts +1 -0
  77. package/dist/translations/ro/shared.js +1 -0
  78. package/dist/translations/ro/utility.d.ts +1 -0
  79. package/dist/translations/ro/utility.js +1 -0
  80. package/dist/translations/ro/viewers.d.ts +1 -0
  81. package/dist/translations/ro/viewers.js +5 -0
  82. package/dist/translations/ro.d.ts +1 -0
  83. package/dist/translations/ro.js +1 -0
  84. package/dist/translations/ru/retrieval.js +1 -1
  85. package/dist/translations/ru/shared.js +1 -1
  86. package/dist/translations/zh-CN/retrieval.js +1 -1
  87. package/dist/translations/zh-CN/shared.js +1 -1
  88. package/dist/vue.d.ts +1 -1
  89. package/llms/components/lr-button.md +5 -4
  90. package/llms/components/lr-card.md +2 -1
  91. package/llms/components/lr-combobox.md +11 -0
  92. package/llms/components/lr-filter-bar.md +123 -7
  93. package/llms/components/lr-icon-button.md +17 -8
  94. package/llms/components/lr-map.md +127 -8
  95. package/llms/components/lr-option.md +11 -0
  96. package/llms/components/lr-select.md +45 -3
  97. package/llms/components/lr-streaming-text-core.md +7 -3
  98. package/llms/components/lr-streaming-text.md +7 -2
  99. package/llms/components/lr-virtual-list.md +53 -0
  100. package/llms/shared.md +47 -3
  101. package/llms/tokens.md +7 -4
  102. package/llms-full.txt +465 -36
  103. package/package.json +28 -2
  104. package/registrations.json +1 -1
  105. package/vscode-css-data.json +1 -1
  106. package/vscode-html-data.json +1 -1
  107. package/web-types.json +1 -1
@@ -1 +1 @@
1
- import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={noData:"无数据",jumpToLatest:"跳到最新",loadMore:"加载更多",viewerSearchMatchCount:{other:"{count}个匹配项"},viewerSearchNoMatches:"无匹配项",viewerSearchActiveMatch:"第{current}个匹配项,共{total}个",tableLoadFailed:"无法加载数据",zoomOut:"缩小",zoomIn:"放大",clear:"清除",open:"打开",close:"关闭",resizeValuePixels:"{value}像素",copy:"复制",copied:"已复制!",expand:"展开",collapse:"收起",showMoreCount:"再显示{count}个",showLess:"显示更少",retry:"重试",remove:"移除",removeWithContext:"移除{label}",loading:"加载中…",noMatches:"无匹配项",previous:"上一个",next:"下一个",paginationLabel:"分页",paginationSummary:"{start}–{end},共{total}{itemLabel}",cancel:"取消",search:"搜索",items:"项",item:"项",notInCatalog:"不在目录中",fileSizeUnitB:"B",fileSizeUnitKb:"KB",fileSizeUnitMb:"MB",fileSizeUnitGb:"GB",fileSizeUnitTb:"TB",resetZoom:"重置缩放",showMoreCollapsed:"+{count}",statusPending:"待处理",statusRunning:"运行中",statusSuccess:"成功",statusError:"错误",statusDenied:"已拒绝",restore:"还原",navigation:"导航",attachmentUntitledFile:"未命名文件",chart:"图表",chartValueLabel:"{label}:{value}",date:"日期",dateInputMinMessage:"日期必须不早于{min}。",dateInputMaxMessage:"日期必须不晚于{max}。",dateInputInvalid:"请输入有效的日期。",documentPreviewEmpty:"没有可显示的{type}。",documentPreviewTypeImage:"图片",download:"下载",progress:"进度",popover:"弹出框",details:"详情",map:"地图",select:"选择",sourceListDefaultLabel:"来源",thinkingPanelLabel:"思考过程",handoffToAgent:"已转交给{agent}",handoffFromToAgent:"已从{from}转交给{to}",thinking:"思考中…",deny:"拒绝",approve:"批准",fieldRequired:"此字段为必填项。",unsupportedFieldType:"不支持的字段类型“{type}”。",valueInvalid:"该值无效。",copyFailed:"复制失败",durationMilliseconds:"{value}毫秒",durationSeconds:"{value}秒",menuLabel:"菜单",pdfViewerCurrentZoom:"{percent}%",anchorJumped:"已跳转到高亮段落。",anchorJumpedToPage:"已跳转到第{page}页。",anchorNotFound:"在此文档中未找到该段落。",highlightWithLabel:"高亮:{label}",tokensIn:"输入 token",tokensOut:"输出 token",comparePanel:"对比",treeNodeMoved:"已将{label}移到第{index}位,共{total}位",gitStatusAdded:"已添加",gitStatusModified:"已修改",gitStatusDeleted:"已删除",gitStatusRenamed:"已重命名",gitStatusUntracked:"未跟踪",gitStatusConflicted:"有冲突",gitStatusIgnored:"已忽略",envListValueHidden:"值已隐藏",provenanceEntities:"实体",flowItemAnnouncement:"{item}(第{index}项,共{total}项)",neighborDirectionIn:"入向",neighborDirectionOut:"出向",neighborDirectionBoth:"双向",promptStudioRoleSystem:"系统",promptStudioRoleUser:"用户",promptStudioRoleAssistant:"助手",moveUp:"上移",moveDown:"下移",reorderItemMoved:"已移到第{index}位,共{total}位"};registerLyraLocale("zh-CN",strings);
1
+ import{registerLyraLocale}from"../../internal/localization-runtime.js";const strings={noData:"无数据",legendTypeShown:"{label}已显示",legendTypeHidden:"{label}已隐藏",jumpToLatest:"跳到最新",loadMore:"加载更多",viewerSearchMatchCount:{other:"{count}个匹配项"},viewerSearchNoMatches:"无匹配项",viewerSearchActiveMatch:"第{current}个匹配项,共{total}个",tableLoadFailed:"无法加载数据",zoomOut:"缩小",zoomIn:"放大",clear:"清除",open:"打开",close:"关闭",resizeValuePixels:"{value}像素",copy:"复制",copied:"已复制!",expand:"展开",collapse:"收起",showMoreCount:"再显示{count}个",showLess:"显示更少",retry:"重试",remove:"移除",removeWithContext:"移除{label}",loading:"加载中…",noMatches:"无匹配项",previous:"上一个",next:"下一个",paginationLabel:"分页",paginationSummary:"{start}–{end},共{total}{itemLabel}",cancel:"取消",search:"搜索",items:"项",item:"项",notInCatalog:"不在目录中",fileSizeUnitB:"B",fileSizeUnitKb:"KB",fileSizeUnitMb:"MB",fileSizeUnitGb:"GB",fileSizeUnitTb:"TB",resetZoom:"重置缩放",showMoreCollapsed:"+{count}",statusPending:"待处理",statusRunning:"运行中",statusSuccess:"成功",statusError:"错误",statusDenied:"已拒绝",restore:"还原",navigation:"导航",attachmentUntitledFile:"未命名文件",chart:"图表",chartValueLabel:"{label}:{value}",date:"日期",dateInputMinMessage:"日期必须不早于{min}。",dateInputMaxMessage:"日期必须不晚于{max}。",dateInputInvalid:"请输入有效的日期。",documentPreviewEmpty:"没有可显示的{type}。",documentPreviewTypeImage:"图片",download:"下载",progress:"进度",popover:"弹出框",details:"详情",map:"地图",select:"选择",sourceListDefaultLabel:"来源",thinkingPanelLabel:"思考过程",handoffToAgent:"已转交给{agent}",handoffFromToAgent:"已从{from}转交给{to}",thinking:"思考中…",deny:"拒绝",approve:"批准",fieldRequired:"此字段为必填项。",unsupportedFieldType:"不支持的字段类型“{type}”。",valueInvalid:"该值无效。",copyFailed:"复制失败",durationMilliseconds:"{value}毫秒",durationSeconds:"{value}秒",menuLabel:"菜单",pdfViewerCurrentZoom:"{percent}%",anchorJumped:"已跳转到高亮段落。",anchorJumpedToPage:"已跳转到第{page}页。",anchorNotFound:"在此文档中未找到该段落。",highlightWithLabel:"高亮:{label}",tokensIn:"输入 token",tokensOut:"输出 token",comparePanel:"对比",treeNodeMoved:"已将{label}移到第{index}位,共{total}位",gitStatusAdded:"已添加",gitStatusModified:"已修改",gitStatusDeleted:"已删除",gitStatusRenamed:"已重命名",gitStatusUntracked:"未跟踪",gitStatusConflicted:"有冲突",gitStatusIgnored:"已忽略",envListValueHidden:"值已隐藏",provenanceEntities:"实体",flowItemAnnouncement:"{item}(第{index}项,共{total}项)",neighborDirectionIn:"入向",neighborDirectionOut:"出向",neighborDirectionBoth:"双向",promptStudioRoleSystem:"系统",promptStudioRoleUser:"用户",promptStudioRoleAssistant:"助手",moveUp:"上移",moveDown:"下移",reorderItemMoved:"已移到第{index}位,共{total}位"};registerLyraLocale("zh-CN",strings);