@social-mail/social-mail-client 1.4.212 → 1.4.213
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 +83 -18
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.local.less.css +5 -0
- package/dist/admin/AdminAppIndex.pack.local.less.css.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/controls/collection-editor/CollectionEditorEx.js +45 -5
- package/dist/common/controls/collection-editor/CollectionEditorEx.js.map +1 -1
- package/dist/common/pages/websites/edit/WebSiteFolderSettings.d.ts +2 -2
- package/dist/common/pages/websites/edit/WebSiteFolderSettings.d.ts.map +1 -1
- package/dist/common/pages/websites/edit/WebSiteFolderSettings.js +19 -5
- package/dist/common/pages/websites/edit/WebSiteFolderSettings.js.map +1 -1
- package/dist/common/pages/websites/list/WebSiteListPage.d.ts +5 -3
- package/dist/common/pages/websites/list/WebSiteListPage.d.ts.map +1 -1
- package/dist/common/pages/websites/list/WebSiteListPage.js +19 -8
- package/dist/common/pages/websites/list/WebSiteListPage.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.local.less.css +5 -0
- package/dist/public/channel/ChannelApp.pack.local.less.css.map +1 -1
- package/dist/public/preview/pdf/PreviewPDF.pack.local.less.css +5 -0
- package/dist/public/preview/pdf/PreviewPDF.pack.local.less.css.map +1 -1
- package/dist/public/preview/video/PreviewVideo.pack.local.less.css +5 -0
- package/dist/public/preview/video/PreviewVideo.pack.local.less.css.map +1 -1
- package/dist/public/preview/zip/DownloadZip.pack.local.less.css +5 -0
- package/dist/public/preview/zip/DownloadZip.pack.local.less.css.map +1 -1
- package/dist/public/store/StoreApp.pack.local.less.css +5 -0
- package/dist/public/store/StoreApp.pack.local.less.css.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.global.less +2 -2
- package/dist/site-editor-app/SiteEditorApp.pack.global.less.css +77 -77
- package/dist/site-editor-app/SiteEditorApp.pack.global.less.css.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +482 -417
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.local.less.css +5 -0
- package/dist/site-editor-app/SiteEditorApp.pack.local.less.css.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +2 -2
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/style/global-style.local.less.css +5 -0
- package/dist/style/global-style.local.less.css.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.global.less +1 -1
- package/dist/web/AppIndex.pack.global.less.css +3 -3
- package/dist/web/AppIndex.pack.global.less.css.map +1 -1
- package/dist/web/AppIndex.pack.js +294 -229
- package/dist/web/AppIndex.pack.js.map +1 -1
- package/dist/web/AppIndex.pack.local.less.css +5 -0
- package/dist/web/AppIndex.pack.local.less.css.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/controls/collection-editor/CollectionEditorEx.tsx +43 -1
- package/src/common/pages/websites/edit/WebSiteFolderSettings.tsx +17 -3
- package/src/common/pages/websites/list/WebSiteListPage.tsx +16 -4
- package/src/style/global-style.local.less +7 -1
|
@@ -26422,11 +26422,14 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
|
|
|
26422
26422
|
|
|
26423
26423
|
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/common/controls/collection-editor/CollectionEditorEx");
|
|
26424
26424
|
|
|
26425
|
-
System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-controls/dist/basic/AtomRepeater", "@web-atoms/core/dist/core/ExpressionParser", "../buttons/IconButton", "@web-atoms/web-controls/dist/PageNavigator", "@web-atoms/core/dist/core/Bind", "../../../services/EntityService", "../../../model/model", "@web-atoms/core/dist/web/controls/AtomControl", "@web-atoms/core/dist/view-model/Action", "./CollectionEditorEx.global.less"], function (_export, _context) {
|
|
26425
|
+
System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-controls/dist/basic/AtomRepeater", "@web-atoms/core/dist/core/ExpressionParser", "../buttons/IconButton", "@web-atoms/web-controls/dist/PageNavigator", "@web-atoms/core/dist/core/Bind", "../../../services/EntityService", "../../../model/model", "@web-atoms/core/dist/web/controls/AtomControl", "@web-atoms/core/dist/view-model/Action", "./CollectionEditorEx.global.less", "@web-atoms/core/dist/web/services/PopupService"], function (_export, _context) {
|
|
26426
26426
|
"use strict";
|
|
26427
26427
|
|
|
26428
|
-
var __awaiter, __decorate, __metadata, XNode, AtomRepeater, ExpressionParser, AddIconTextButton, DeleteIconButton, PageNavigator, Bind, EntityService, modelEntitySchemas, AtomControl, Action, CollectionEditorEx, hasKeys;
|
|
26429
|
-
_export(
|
|
26428
|
+
var __awaiter, __decorate, __metadata, XNode, AtomRepeater, ExpressionParser, AddIconTextButton, DeleteIconButton, PageNavigator, Bind, EntityService, modelEntitySchemas, AtomControl, Action, PopupService, ValidationContext, CollectionEditorEx, hasKeys;
|
|
26429
|
+
_export({
|
|
26430
|
+
ValidationContext: void 0,
|
|
26431
|
+
default: void 0
|
|
26432
|
+
});
|
|
26430
26433
|
return {
|
|
26431
26434
|
setters: [function (_tslib) {
|
|
26432
26435
|
__awaiter = _tslib.__awaiter;
|
|
@@ -26453,7 +26456,9 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
|
|
|
26453
26456
|
AtomControl = _webAtomsCoreDistWebControlsAtomControl.AtomControl;
|
|
26454
26457
|
}, function (_webAtomsCoreDistViewModelAction) {
|
|
26455
26458
|
Action = _webAtomsCoreDistViewModelAction.default;
|
|
26456
|
-
}, function (_CollectionEditorExGlobalLess) {}
|
|
26459
|
+
}, function (_CollectionEditorExGlobalLess) {}, function (_webAtomsCoreDistWebServicesPopupService) {
|
|
26460
|
+
PopupService = _webAtomsCoreDistWebServicesPopupService.default;
|
|
26461
|
+
}],
|
|
26457
26462
|
execute: function () {
|
|
26458
26463
|
hasKeys = (model, schema) => {
|
|
26459
26464
|
for (const iterator of schema.schema.keys) {
|
|
@@ -26463,6 +26468,21 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
|
|
|
26463
26468
|
}
|
|
26464
26469
|
return true;
|
|
26465
26470
|
};
|
|
26471
|
+
_export("ValidationContext", ValidationContext = class ValidationContext {
|
|
26472
|
+
constructor(item) {
|
|
26473
|
+
this.item = item;
|
|
26474
|
+
this.errors = [];
|
|
26475
|
+
}
|
|
26476
|
+
addError(test, error) {
|
|
26477
|
+
if (test) {
|
|
26478
|
+
if (typeof error === "function") {
|
|
26479
|
+
error = error();
|
|
26480
|
+
}
|
|
26481
|
+
this.errors.push(error);
|
|
26482
|
+
}
|
|
26483
|
+
return this;
|
|
26484
|
+
}
|
|
26485
|
+
});
|
|
26466
26486
|
_export("default", CollectionEditorEx = class CollectionEditorEx extends AtomControl {
|
|
26467
26487
|
constructor(app, e = document.createElement("details")) {
|
|
26468
26488
|
super(app, e);
|
|
@@ -26478,6 +26498,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
|
|
|
26478
26498
|
this.editPage = null;
|
|
26479
26499
|
this.autoFocus = false;
|
|
26480
26500
|
this.saveAfterAdd = true;
|
|
26501
|
+
this.validateItem = null;
|
|
26481
26502
|
this.layout = "data-grid";
|
|
26482
26503
|
this.footer = null;
|
|
26483
26504
|
this.addItemDefaults = null;
|
|
@@ -26530,7 +26551,9 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
|
|
|
26530
26551
|
node.children.push(XNode.create("span", null, XNode.create("button", {
|
|
26531
26552
|
"event-click": () => __awaiter(this, void 0, void 0, function* () {
|
|
26532
26553
|
var _b;
|
|
26533
|
-
yield this.addNewItemInList(newItem)
|
|
26554
|
+
if (!(yield this.addNewItemInList(newItem))) {
|
|
26555
|
+
return;
|
|
26556
|
+
}
|
|
26534
26557
|
this.repeater.footer = this.relation.relatedModel.create(Object.assign({}, (_b = this.addItemDefaults) !== null && _b !== void 0 ? _b : {}));
|
|
26535
26558
|
}),
|
|
26536
26559
|
text: "Add"
|
|
@@ -26612,6 +26635,22 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
|
|
|
26612
26635
|
model,
|
|
26613
26636
|
schema
|
|
26614
26637
|
} = this;
|
|
26638
|
+
const vi = this.validateItem;
|
|
26639
|
+
if (vi) {
|
|
26640
|
+
const vc = new ValidationContext(newItem);
|
|
26641
|
+
const r = vi.call(this, vc);
|
|
26642
|
+
if (r === null || r === void 0 ? void 0 : r.then) {
|
|
26643
|
+
yield r;
|
|
26644
|
+
}
|
|
26645
|
+
if (vc.errors.length) {
|
|
26646
|
+
yield PopupService.alert({
|
|
26647
|
+
message: XNode.create("div", {
|
|
26648
|
+
"data-layout": "vertical-flex"
|
|
26649
|
+
}, ...vc.errors.map(x => x instanceof XNode ? x : XNode.create("p", null, x)))
|
|
26650
|
+
});
|
|
26651
|
+
return;
|
|
26652
|
+
}
|
|
26653
|
+
}
|
|
26615
26654
|
if (hasKeys(model, schema) && this.saveAfterAdd) {
|
|
26616
26655
|
const es = this.resolve(EntityService);
|
|
26617
26656
|
const draft = Object.assign(Object.assign({}, model), {
|
|
@@ -26622,6 +26661,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
|
|
|
26622
26661
|
yield es.save(clone.copy);
|
|
26623
26662
|
}
|
|
26624
26663
|
repeater.items.add(newItem);
|
|
26664
|
+
return newItem;
|
|
26625
26665
|
});
|
|
26626
26666
|
}
|
|
26627
26667
|
});
|
|
@@ -43669,10 +43709,10 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
|
|
|
43669
43709
|
|
|
43670
43710
|
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/common/pages/websites/edit/WebSiteFolderSettings");
|
|
43671
43711
|
|
|
43672
|
-
System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "@web-atoms/web-controls/dist/basic/Form", "@web-atoms/web-controls/dist/basic/FormField", "@web-atoms/core/dist/core/Bind", "../../../controls/buttons/IconButton", "@web-atoms/core/dist/view-model/Action", "../../../../services/EntityService", "@web-atoms/core/dist/core/InjectProperty", "@web-atoms/web-controls/dist/basic/Checkbox", "../../../controls/countries/CountrySelect"], function (_export, _context) {
|
|
43712
|
+
System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "@web-atoms/web-controls/dist/basic/Form", "@web-atoms/web-controls/dist/basic/FormField", "@web-atoms/core/dist/core/Bind", "../../../controls/buttons/IconButton", "@web-atoms/core/dist/view-model/Action", "../../../../services/EntityService", "@web-atoms/core/dist/core/InjectProperty", "@web-atoms/web-controls/dist/basic/Checkbox", "../../../controls/countries/CountrySelect", "../../../controls/collection-editor/CollectionEditorEx"], function (_export, _context) {
|
|
43673
43713
|
"use strict";
|
|
43674
43714
|
|
|
43675
|
-
var __awaiter, __decorate, __metadata, XNode,
|
|
43715
|
+
var __awaiter, __decorate, __metadata, XNode, ContentPage, Form, FormField, Bind, SaveIconTextButton, Action, EntityService, InjectProperty, Checkbox, CurrencySelect, CollectionEditorEx, WebSiteSettings;
|
|
43676
43716
|
_export("default", void 0);
|
|
43677
43717
|
return {
|
|
43678
43718
|
setters: [function (_tslib) {
|
|
@@ -43682,7 +43722,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
|
|
|
43682
43722
|
}, function (_webAtomsCoreDistCoreXNode) {
|
|
43683
43723
|
XNode = _webAtomsCoreDistCoreXNode.default;
|
|
43684
43724
|
}, function (_webAtomsWebControlsDistMobileAppMobileApp) {
|
|
43685
|
-
|
|
43725
|
+
ContentPage = _webAtomsWebControlsDistMobileAppMobileApp.ContentPage;
|
|
43686
43726
|
}, function (_webAtomsWebControlsDistBasicForm) {
|
|
43687
43727
|
Form = _webAtomsWebControlsDistBasicForm.default;
|
|
43688
43728
|
}, function (_webAtomsWebControlsDistBasicFormField) {
|
|
@@ -43701,9 +43741,11 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
|
|
|
43701
43741
|
Checkbox = _webAtomsWebControlsDistBasicCheckbox.default;
|
|
43702
43742
|
}, function (_controlsCountriesCountrySelect) {
|
|
43703
43743
|
CurrencySelect = _controlsCountriesCountrySelect.CurrencySelect;
|
|
43744
|
+
}, function (_controlsCollectionEditorCollectionEditorEx) {
|
|
43745
|
+
CollectionEditorEx = _controlsCollectionEditorCollectionEditorEx.default;
|
|
43704
43746
|
}],
|
|
43705
43747
|
execute: function () {
|
|
43706
|
-
_export("default", WebSiteSettings = class WebSiteSettings extends
|
|
43748
|
+
_export("default", WebSiteSettings = class WebSiteSettings extends ContentPage {
|
|
43707
43749
|
init() {
|
|
43708
43750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
43709
43751
|
this.model = Object.assign({}, this.parameters);
|
|
@@ -43735,7 +43777,19 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
|
|
|
43735
43777
|
label: "Default Currency"
|
|
43736
43778
|
}, XNode.create(CurrencySelect, {
|
|
43737
43779
|
value: Bind.twoWaysImmediate(() => this.model.currency)
|
|
43738
|
-
})), XNode.create(
|
|
43780
|
+
})), XNode.create(CollectionEditorEx, {
|
|
43781
|
+
label: "Hosts",
|
|
43782
|
+
model: this.model,
|
|
43783
|
+
field: x => x.hosts,
|
|
43784
|
+
itemRenderer: x => XNode.create("div", null, XNode.create("menu", null, XNode.create("a", {
|
|
43785
|
+
href: `https://${x.host}`
|
|
43786
|
+
}, x.host))),
|
|
43787
|
+
inlineAdd: true,
|
|
43788
|
+
inlineAddRenderer: item => XNode.create("div", null, XNode.create("input", {
|
|
43789
|
+
value: Bind.sourceTwoWays(item, x => x.source.host)
|
|
43790
|
+
})),
|
|
43791
|
+
validateItem: vc => vc.addError(/[^\p{Letter}0-9\-\.]/iu.test(vc.item.host), "Invalid host")
|
|
43792
|
+
}), XNode.create(FormField, {
|
|
43739
43793
|
label: ""
|
|
43740
43794
|
}, XNode.create(SaveIconTextButton, {
|
|
43741
43795
|
"data-submit-event": "save-settings",
|
|
@@ -43781,10 +43835,10 @@ System.register([], function (_export, _context) {
|
|
|
43781
43835
|
|
|
43782
43836
|
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/common/pages/websites/list/WebSiteListPage");
|
|
43783
43837
|
|
|
43784
|
-
System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-controls/dist/basic/AtomRepeater", "
|
|
43838
|
+
System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-controls/dist/basic/AtomRepeater", "../../../../services/websites/WebSiteService", "@web-atoms/core/dist/view-model/Action", "@web-atoms/web-controls/dist/PageNavigator", "../edit/WebSiteFolderEditor", "@web-atoms/core/dist/core/Bind", "../../../../model/model", "@web-atoms/web-controls/dist/basic/Checkbox", "../../../controls/repeater/InfiniteRepeater", "../../../NumberFormats", "../edit/WebSiteFolderSettings", "../../../AppUrlService", "../../../../services/EntityService", "@web-atoms/web-controls/dist/mobile-app/MasterDetailPage"], function (_export, _context) {
|
|
43785
43839
|
"use strict";
|
|
43786
43840
|
|
|
43787
|
-
var __awaiter, __decorate, __metadata, InjectProperty, XNode, AtomRepeater,
|
|
43841
|
+
var __awaiter, __decorate, __metadata, InjectProperty, XNode, AtomRepeater, WebSiteService, Action, PageNavigator, WebSiteEditor, Bind, WebSite, Checkbox, InfiniteRepeater, toFileSize, WebSiteSettings, AppUrlService, EntityService, MasterDetailPage, WebSiteListPage;
|
|
43788
43842
|
_export("default", void 0);
|
|
43789
43843
|
return {
|
|
43790
43844
|
setters: [function (_tslib) {
|
|
@@ -43797,8 +43851,6 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
43797
43851
|
XNode = _webAtomsCoreDistCoreXNode.default;
|
|
43798
43852
|
}, function (_webAtomsWebControlsDistBasicAtomRepeater) {
|
|
43799
43853
|
AtomRepeater = _webAtomsWebControlsDistBasicAtomRepeater.default;
|
|
43800
|
-
}, function (_webAtomsWebControlsDistMobileAppMobileApp) {
|
|
43801
|
-
ContentPage = _webAtomsWebControlsDistMobileAppMobileApp.ContentPage;
|
|
43802
43854
|
}, function (_servicesWebsitesWebSiteService) {
|
|
43803
43855
|
WebSiteService = _servicesWebsitesWebSiteService.default;
|
|
43804
43856
|
}, function (_webAtomsCoreDistViewModelAction) {
|
|
@@ -43823,14 +43875,17 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
43823
43875
|
AppUrlService = _AppUrlService.AppUrlService;
|
|
43824
43876
|
}, function (_servicesEntityService) {
|
|
43825
43877
|
EntityService = _servicesEntityService.default;
|
|
43878
|
+
}, function (_webAtomsWebControlsDistMobileAppMasterDetailPage) {
|
|
43879
|
+
MasterDetailPage = _webAtomsWebControlsDistMobileAppMasterDetailPage.default;
|
|
43826
43880
|
}],
|
|
43827
43881
|
execute: function () {
|
|
43828
|
-
_export("default", WebSiteListPage = class WebSiteListPage extends
|
|
43882
|
+
_export("default", WebSiteListPage = class WebSiteListPage extends MasterDetailPage {
|
|
43829
43883
|
constructor() {
|
|
43830
43884
|
super(...arguments);
|
|
43831
43885
|
this.search = "";
|
|
43832
43886
|
this.showTemplate = false;
|
|
43833
|
-
this.
|
|
43887
|
+
this.selectedItem = null;
|
|
43888
|
+
this.items = [];
|
|
43834
43889
|
}
|
|
43835
43890
|
init() {
|
|
43836
43891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -43844,8 +43899,12 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
43844
43899
|
text: "Templates"
|
|
43845
43900
|
}));
|
|
43846
43901
|
this.renderer = XNode.create("div", null, XNode.create(AtomRepeater, Object.assign({
|
|
43902
|
+
for: "table",
|
|
43847
43903
|
"data-layout": "data-grid",
|
|
43848
|
-
|
|
43904
|
+
selectOnClick: true,
|
|
43905
|
+
"data-list-selection": "default",
|
|
43906
|
+
items: this.items,
|
|
43907
|
+
selectedItem: Bind.oneWay(() => this.selectedItem)
|
|
43849
43908
|
}, InfiniteRepeater.pagedItems(start => (c, e, cancelToken) => this.websiteService.list({
|
|
43850
43909
|
search: this.search,
|
|
43851
43910
|
showTemplate: this.showTemplate,
|
|
@@ -43890,7 +43949,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
43890
43949
|
}, XNode.create("i", {
|
|
43891
43950
|
class: "fas fa-folder"
|
|
43892
43951
|
})), XNode.create("i", {
|
|
43893
|
-
"data-click-event": "
|
|
43952
|
+
"data-click-event": "open-settings",
|
|
43894
43953
|
class: "fas fa-gears"
|
|
43895
43954
|
}), XNode.create("i", {
|
|
43896
43955
|
"data-click-event": "delete-item",
|
|
@@ -43898,6 +43957,9 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
43898
43957
|
class: "fas fa-times-circle"
|
|
43899
43958
|
}));
|
|
43900
43959
|
}
|
|
43960
|
+
siteSelected(site) {
|
|
43961
|
+
this.openDetail(WebSiteSettings, site);
|
|
43962
|
+
}
|
|
43901
43963
|
deleteItem(site) {
|
|
43902
43964
|
return __awaiter(this, void 0, void 0, function* () {
|
|
43903
43965
|
const es = this.resolve(EntityService);
|
|
@@ -43912,6 +43974,9 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
43912
43974
|
__decorate([Action({
|
|
43913
43975
|
onEvent: "change-settings"
|
|
43914
43976
|
}), __metadata("design:type", Function), __metadata("design:paramtypes", [Object]), __metadata("design:returntype", Promise)], WebSiteListPage.prototype, "changeSettings", null);
|
|
43977
|
+
__decorate([Action({
|
|
43978
|
+
onEvent: "open-settings"
|
|
43979
|
+
}), __metadata("design:type", Function), __metadata("design:paramtypes", [Object]), __metadata("design:returntype", void 0)], WebSiteListPage.prototype, "siteSelected", null);
|
|
43915
43980
|
__decorate([Action({
|
|
43916
43981
|
onEvent: "delete-item",
|
|
43917
43982
|
confirm: "Are you sure you want to delete this site?"
|