.github test(karma): test API version 62 in CI (#4562) Sep 19, 2024 .husky chore: update husky config file (#4400) Jul 24, 2024 .vscode chore: configure vscode to use flat config (#4388) Jul 17, 2024 packages chore: release v8.1.3 (#4609) ...
PSPDFKit for Salesforce offers developers a client-side JavaScript library that’s fully compatible with Lightning Web Components for viewing and converting Word, Excel, and PowerPoint files directly in the browser. When converting to the PDF format, it enables a rich array of additional document...
lwc Star Here are 455 public repositories matching this topic... Language: All Sort: Most stars salesforce / lwc Star 1.6k Code Issues Pull requests Discussions ⚡️ LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation web-component library framework webcomponents salesforce lwc...
identity lightning design system industries financial services cloud health cloud nonprofit cloud net zero cloud consumer goods cloud education cloud manufacturing cloud view all build resources sample apps explore open-source sample apps and reference code lightning component library find...
https://developer.salesforce.com/docs/component-library/documentation/en/lwc/use_record_context Salesforce LWC学习(三十六) Quick Action 支持选择 LWC了 我们在使用lwc的时候,recordId的嵌入以及wire adapter的功能,极大的减轻了我们的开发压力,让我们很爽的使用着。后来随着release的不断增强,lwc也支持quick act...
https://developer.salesforce.com/docs/component-library/bundle/lightning:workspaceAPI/documentation https://developer.salesforce.com/docs/atlas.en-us.api_console.meta/api_console/sforce_api_console_methods_lightning_workspaceAPI.htm 背景: 针对Console App,我们可以看到官方提供的功能可以修改Tab名称,刷新Ta...
比如以下这些用例,都需要创建Aura组件:Lightning:utilityBarAPI:让组件与工具栏交互Lightning:unsavedChanges :使开发人员可以轻松通知用户是否在不保存的情况下离开Lightning:overlayLibrary :一种创建模式的方法,创建样式精美的消息弹出窗口LWC目前可用于快速操作,但还不能用于覆盖“新记录”或“编辑记录”等标准操作。
https://developer.salesforce.com/docs/component-library/documentation/en/lwc/use_record_context Salesforce LWC学习(三十六) Quick Action 支持选择 LWC了 我们在使用lwc的时候,recordId的嵌入以及wire adapter的功能,极大的减轻了我们的开发压力,让我们很爽的使用着。后来随着release的不断增强,lwc也支持quick act...
Lightning:utilityBarAPI:让组件与工具栏交互 Lightning:unsavedChanges :使开发人员可以轻松通知用户是否在不保存的情况下离开 Lightning:overlayLibrary :一种创建模式的方法,创建样式精美的消息弹出窗口 LWC目前可用于快速操作,但还不能用于覆盖“新记录”或“编辑记录”等标准操作。 - END -...
log(error); }; @api async download() { await loadScript(this, sheetjs); // load the library // create workbook var wb = XLSX.utils.book_new(); var ws = XLSX.utils.aoa_to_sheet(this.aoa); XLSX.utils.book_append_sheet(wb, ws, "Data"); // export XLSX.writeFile(wb, "Sheet...