@social-mail/social-mail-client 1.8.209 → 1.8.210
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/admin/AdminAppIndex.pack.js +8 -2
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
- package/dist/common/pages/websites/list/WebSiteListPage.d.ts.map +1 -1
- package/dist/common/pages/websites/list/WebSiteListPage.js +8 -2
- package/dist/common/pages/websites/list/WebSiteListPage.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +8 -2
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +8 -2
- package/dist/web/AppIndex.pack.js.map +1 -1
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/dist/web/AppIndex.pack.min.js.map +1 -1
- package/package.json +1 -1
- package/src/common/pages/websites/list/WebSiteListPage.tsx +11 -9
|
@@ -44965,12 +44965,18 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
44965
44965
|
id: item.folderID
|
|
44966
44966
|
})
|
|
44967
44967
|
}, XNode.create("i", {
|
|
44968
|
-
class: "
|
|
44968
|
+
class: "fad fa-chart-waterfall"
|
|
44969
|
+
})), XNode.create("a", {
|
|
44970
|
+
"data-click-event": "route",
|
|
44971
|
+
href: CommonCommands.openFiles.displayRoute({
|
|
44972
|
+
id: item.folderID
|
|
44973
|
+
})
|
|
44974
|
+
}, XNode.create("i", {
|
|
44975
|
+
class: "fad fa-folder"
|
|
44969
44976
|
})), XNode.create("a", {
|
|
44970
44977
|
href: AppUrlService.editWebSite(item),
|
|
44971
44978
|
target: `_web_${item.folderID}`
|
|
44972
44979
|
}, XNode.create("i", {
|
|
44973
|
-
"data-click-event": "edit",
|
|
44974
44980
|
class: "fas fa-edit"
|
|
44975
44981
|
})), XNode.create("i", {
|
|
44976
44982
|
"data-click-event": "delete-item",
|