@genesislcap/foundation-errors 9.0.1-alpha-b5c5eb7.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.
- package/README.md +5 -0
- package/dist/1.0.0.remoteEntry.js +1 -0
- package/dist/145.145.25912f2c12344fb25e16.js +2 -0
- package/dist/145.e7ed8da0367f1288ec24cf6472d1f047.js.map +1 -0
- package/dist/191.191.da8a5884febca6f1a439.js +2 -0
- package/dist/191.efd2fea1a42a47cddbf6e6ab15fbf2bb.js.map +1 -0
- package/dist/366.366.82702b77300a9353fc87.js +2 -0
- package/dist/366.a181180b871f72ff9f4ad3e3f3ea3734.js.map +1 -0
- package/dist/755.62d9698f4e62142b980949b517fded3f.js.map +1 -0
- package/dist/755.755.f8db61516204a76477a8.js +2 -0
- package/dist/dashboard.json +1 -0
- package/dist/dts/banner/error-banner-builder.d.ts +10 -0
- package/dist/dts/banner/error-banner-builder.d.ts.map +1 -0
- package/dist/dts/banner/index.d.ts +2 -0
- package/dist/dts/banner/index.d.ts.map +1 -0
- package/dist/dts/dialog/error-dialog-builder.d.ts +10 -0
- package/dist/dts/dialog/error-dialog-builder.d.ts.map +1 -0
- package/dist/dts/dialog/error-dialog-launcher.d.ts +10 -0
- package/dist/dts/dialog/error-dialog-launcher.d.ts.map +1 -0
- package/dist/dts/dialog/index.d.ts +3 -0
- package/dist/dts/dialog/index.d.ts.map +1 -0
- package/dist/dts/error-builder.d.ts +23 -0
- package/dist/dts/error-builder.d.ts.map +1 -0
- package/dist/dts/error-launcher.d.ts +10 -0
- package/dist/dts/error-launcher.d.ts.map +1 -0
- package/dist/dts/error-util.d.ts +25 -0
- package/dist/dts/error-util.d.ts.map +1 -0
- package/dist/dts/index.d.ts +9 -0
- package/dist/dts/index.d.ts.map +1 -0
- package/dist/dts/index.federated.d.ts +1 -0
- package/dist/dts/index.federated.d.ts.map +1 -0
- package/dist/dts/logger.d.ts +2 -0
- package/dist/dts/logger.d.ts.map +1 -0
- package/dist/dts/notification/index.d.ts +3 -0
- package/dist/dts/notification/index.d.ts.map +1 -0
- package/dist/dts/notification/notification-builder.d.ts +12 -0
- package/dist/dts/notification/notification-builder.d.ts.map +1 -0
- package/dist/dts/notification/notification-launcher.d.ts +10 -0
- package/dist/dts/notification/notification-launcher.d.ts.map +1 -0
- package/dist/dts/snackbar/index.d.ts +3 -0
- package/dist/dts/snackbar/index.d.ts.map +1 -0
- package/dist/dts/snackbar/snackbar-builder.d.ts +27 -0
- package/dist/dts/snackbar/snackbar-builder.d.ts.map +1 -0
- package/dist/dts/snackbar/snackbar-launcher.d.ts +10 -0
- package/dist/dts/snackbar/snackbar-launcher.d.ts.map +1 -0
- package/dist/dts/tsdoc-metadata.json +11 -0
- package/dist/dts/types.d.ts +52 -0
- package/dist/dts/types.d.ts.map +1 -0
- package/dist/esm/banner/error-banner-builder.js +25 -0
- package/dist/esm/banner/error-banner-builder.js.map +1 -0
- package/dist/esm/banner/index.js +2 -0
- package/dist/esm/banner/index.js.map +1 -0
- package/dist/esm/dialog/error-dialog-builder.js +25 -0
- package/dist/esm/dialog/error-dialog-builder.js.map +1 -0
- package/dist/esm/dialog/error-dialog-launcher.js +17 -0
- package/dist/esm/dialog/error-dialog-launcher.js.map +1 -0
- package/dist/esm/dialog/index.js +3 -0
- package/dist/esm/dialog/index.js.map +1 -0
- package/dist/esm/error-builder.js +74 -0
- package/dist/esm/error-builder.js.map +1 -0
- package/dist/esm/error-launcher.js +34 -0
- package/dist/esm/error-launcher.js.map +1 -0
- package/dist/esm/error-util.js +43 -0
- package/dist/esm/error-util.js.map +1 -0
- package/dist/esm/index.federated.js +2 -0
- package/dist/esm/index.federated.js.map +1 -0
- package/dist/esm/index.js +9 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.js +3 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/notification/index.js +3 -0
- package/dist/esm/notification/index.js.map +1 -0
- package/dist/esm/notification/notification-builder.js +29 -0
- package/dist/esm/notification/notification-builder.js.map +1 -0
- package/dist/esm/notification/notification-launcher.js +40 -0
- package/dist/esm/notification/notification-launcher.js.map +1 -0
- package/dist/esm/snackbar/index.js +3 -0
- package/dist/esm/snackbar/index.js.map +1 -0
- package/dist/esm/snackbar/snackbar-builder.js +42 -0
- package/dist/esm/snackbar/snackbar-builder.js.map +1 -0
- package/dist/esm/snackbar/snackbar-launcher.js +16 -0
- package/dist/esm/snackbar/snackbar-launcher.js.map +1 -0
- package/dist/esm/types.js +5 -0
- package/dist/esm/types.js.map +1 -0
- package/dist/favicon.ico +0 -0
- package/dist/foundation-errors.api.json +2483 -0
- package/dist/foundation-errors.d.ts +205 -0
- package/dist/foundation-errors.iife.min.js +1 -0
- package/dist/foundation-errors.js +1240 -0
- package/dist/foundation-errors.min.js +1 -0
- package/dist/foundationErrors.3332a181471a7c01e0521b713cbe35e9.js.map +1 -0
- package/dist/index.ejs +23 -0
- package/dist/index.html +10 -0
- package/dist/info.ejs +13 -0
- package/dist/info.html +14 -0
- package/dist/main.5ba41fdd245152fbed9605c3b9e25cee.js.map +1 -0
- package/dist/main.729daae38fba054a7206.js +2 -0
- package/dist/npm.consola.713.6bcc5abc1500250af5f5.js +2 -0
- package/dist/npm.consola.de429dd64b8dd7d3424e047e422d6ee1.js.map +1 -0
- package/dist/npm.microsoft.127.821cbcff47e0a34e88c9.js +3 -0
- package/dist/npm.microsoft.127.821cbcff47e0a34e88c9.js.LICENSE.txt +14 -0
- package/dist/npm.microsoft.4ae729aafa2e074df718ae9a73d16fa1.js.map +1 -0
- package/dist/remoteEntry.js +2 -0
- package/dist/serve.json +3 -0
- package/docs/api/foundation-errors.confirmingaction.action.md +11 -0
- package/docs/api/foundation-errors.confirmingaction.label.md +11 -0
- package/docs/api/foundation-errors.confirmingaction.md +19 -0
- package/docs/api/foundation-errors.dismissingaction.action.md +11 -0
- package/docs/api/foundation-errors.dismissingaction.label.md +11 -0
- package/docs/api/foundation-errors.dismissingaction.md +19 -0
- package/docs/api/foundation-errors.errorbanner.confirmingactions.md +11 -0
- package/docs/api/foundation-errors.errorbanner.dismissingaction.md +11 -0
- package/docs/api/foundation-errors.errorbanner.md +19 -0
- package/docs/api/foundation-errors.errorbannerbuilder.build.md +15 -0
- package/docs/api/foundation-errors.errorbannerbuilder.md +20 -0
- package/docs/api/foundation-errors.errorbannerbuilder.withconfirmingaction.md +22 -0
- package/docs/api/foundation-errors.errorbannerbuilder.withdismissingaction.md +22 -0
- package/docs/api/foundation-errors.errorboundaryevent.md +18 -0
- package/docs/api/foundation-errors.errorbuilder.build.md +15 -0
- package/docs/api/foundation-errors.errorbuilder.md +26 -0
- package/docs/api/foundation-errors.errorbuilder.withalert.md +22 -0
- package/docs/api/foundation-errors.errorbuilder.withbanner.md +22 -0
- package/docs/api/foundation-errors.errorbuilder.withdialog.md +22 -0
- package/docs/api/foundation-errors.errorbuilder.witherrordetails.md +22 -0
- package/docs/api/foundation-errors.errorbuilder.withloglevel.md +22 -0
- package/docs/api/foundation-errors.errorbuilder.withnotification.md +22 -0
- package/docs/api/foundation-errors.errorbuilder.withsnackbar.md +22 -0
- package/docs/api/foundation-errors.errorbuilder.withtitle.md +22 -0
- package/docs/api/foundation-errors.errordialog.confirmingactions.md +11 -0
- package/docs/api/foundation-errors.errordialog.dismissingaction.md +11 -0
- package/docs/api/foundation-errors.errordialog.md +19 -0
- package/docs/api/foundation-errors.errordialogbuilder.build.md +15 -0
- package/docs/api/foundation-errors.errordialogbuilder.md +20 -0
- package/docs/api/foundation-errors.errordialogbuilder.withconfirmingaction.md +22 -0
- package/docs/api/foundation-errors.errordialogbuilder.withdismissingaction.md +22 -0
- package/docs/api/foundation-errors.errordialogelement.md +15 -0
- package/docs/api/foundation-errors.errorelement.md +15 -0
- package/docs/api/foundation-errors.errornotification.autoclose.md +11 -0
- package/docs/api/foundation-errors.errornotification.closetimeout.md +11 -0
- package/docs/api/foundation-errors.errornotification.md +20 -0
- package/docs/api/foundation-errors.errornotification.type.md +11 -0
- package/docs/api/foundation-errors.errorstructure.config.md +18 -0
- package/docs/api/foundation-errors.errorstructure.errordetails.md +11 -0
- package/docs/api/foundation-errors.errorstructure.loglevel.md +11 -0
- package/docs/api/foundation-errors.errorstructure.md +21 -0
- package/docs/api/foundation-errors.errorstructure.title.md +11 -0
- package/docs/api/foundation-errors.geterrorbannerbuilder.md +11 -0
- package/docs/api/foundation-errors.geterrorbuilder.md +11 -0
- package/docs/api/foundation-errors.geterrorcontainer.md +13 -0
- package/docs/api/foundation-errors.geterrordetails.md +13 -0
- package/docs/api/foundation-errors.geterrordialogbuilder.md +11 -0
- package/docs/api/foundation-errors.getloglevel.md +13 -0
- package/docs/api/foundation-errors.getnotificationbuilder.md +11 -0
- package/docs/api/foundation-errors.getsnackbarbuilder.md +11 -0
- package/docs/api/foundation-errors.md +58 -0
- package/docs/api/foundation-errors.notificationbuilder.build.md +15 -0
- package/docs/api/foundation-errors.notificationbuilder.md +21 -0
- package/docs/api/foundation-errors.notificationbuilder.withautoclose.md +22 -0
- package/docs/api/foundation-errors.notificationbuilder.withclosetimeout.md +22 -0
- package/docs/api/foundation-errors.notificationbuilder.withtype.md +22 -0
- package/docs/api/foundation-errors.showdialog.md +13 -0
- package/docs/api/foundation-errors.showerror.md +13 -0
- package/docs/api/foundation-errors.shownotification.md +13 -0
- package/docs/api/foundation-errors.showsnackbar.md +13 -0
- package/docs/api/foundation-errors.snackbar.confirmingactions.md +11 -0
- package/docs/api/foundation-errors.snackbar.md +19 -0
- package/docs/api/foundation-errors.snackbar.type.md +11 -0
- package/docs/api/foundation-errors.snackbarbuilder.build.md +19 -0
- package/docs/api/foundation-errors.snackbarbuilder.md +20 -0
- package/docs/api/foundation-errors.snackbarbuilder.withconfirmingaction.md +25 -0
- package/docs/api/foundation-errors.snackbarbuilder.withtype.md +25 -0
- package/docs/api/index.md +12 -0
- package/docs/api-report.md +193 -0
- package/jsdom.setup.ts +1 -0
- package/license.txt +46 -0
- package/package.json +101 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var foundationErrors;(()=>{"use strict";var e,r,t,n,o,a,i,l,s,f,u,d,c={451:(e,r,t)=>{var n={"./index":()=>t.e(755).then((()=>()=>t(755)))},o=(e,r)=>(t.R=r,r=t.o(n,e)?n[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),t.R=void 0,r),a=(e,r)=>{if(t.S){var n=t.S.default,o="default";if(n&&n!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[o]=e,t.I(o,r)}};t.d(r,{get:()=>o,init:()=>a})}},p={};function h(e){var r=p[e];if(void 0!==r)return r.exports;var t=p[e]={exports:{}},n=!0;try{c[e].call(t.exports,t,t.exports,h),n=!1}finally{n&&delete p[e]}return t.exports}h.m=c,h.c=p,e=[],h.O=(r,t,n,o)=>{if(!t){var a=1/0;for(f=0;f<e.length;f++){for(var[t,n,o]=e[f],i=!0,l=0;l<t.length;l++)(!1&o||a>=o)&&Object.keys(h.O).every((e=>h.O[e](t[l])))?t.splice(l--,1):(i=!1,o<a&&(a=o));if(i){e.splice(f--,1);var s=n();void 0!==s&&(r=s)}}return r}o=o||0;for(var f=e.length;f>0&&e[f-1][2]>o;f--)e[f]=e[f-1];e[f]=[t,n,o]},h.d=(e,r)=>{for(var t in r)h.o(r,t)&&!h.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},h.f={},h.e=e=>Promise.all(Object.keys(h.f).reduce(((r,t)=>(h.f[t](e,r),r)),[])),h.u=e=>(({127:"npm.microsoft",713:"npm.consola"}[e]||e)+"."+e+"."+{127:"821cbcff47e0a34e88c9",145:"25912f2c12344fb25e16",191:"da8a5884febca6f1a439",366:"82702b77300a9353fc87",713:"6bcc5abc1500250af5f5",755:"f8db61516204a76477a8"}[e]+".js"),h.miniCssF=e=>{},h.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),r={},t="@genesislcap/foundation-errors:",h.l=(e,n,o,a)=>{if(r[e])r[e].push(n);else{var i,l;if(void 0!==o)for(var s=document.getElementsByTagName("script"),f=0;f<s.length;f++){var u=s[f];if(u.getAttribute("src")==e||u.getAttribute("data-webpack")==t+o){i=u;break}}i||(l=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,h.nc&&i.setAttribute("nonce",h.nc),i.setAttribute("data-webpack",t+o),i.src=e),r[e]=[n];var d=(t,n)=>{i.onerror=i.onload=null,clearTimeout(c);var o=r[e];if(delete r[e],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach((e=>e(n))),t)return t(n)},c=setTimeout(d.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=d.bind(null,i.onerror),i.onload=d.bind(null,i.onload),l&&document.head.appendChild(i)}},h.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{h.S={};var e={},r={};h.I=(t,n)=>{n||(n=[]);var o=r[t];if(o||(o=r[t]={}),!(n.indexOf(o)>=0)){if(n.push(o),e[t])return e[t];h.o(h.S,t)||(h.S[t]={});var a=h.S[t],i="@genesislcap/foundation-errors",l=(e,r,t,n)=>{var o=a[e]=a[e]||{},l=o[r];(!l||!l.loaded&&(!n!=!l.eager?n:i>l.from))&&(o[r]={get:t,from:i,eager:!!n})},s=[];if("default"===t)l("@genesislcap/foundation-utils","9.0.0",(()=>Promise.all([h.e(127),h.e(713),h.e(366)]).then((()=>()=>h(259))))),l("@microsoft/fast-element","1.11.0",(()=>h.e(127).then((()=>()=>h(759))))),l("tslib","1.14.1",(()=>h.e(127).then((()=>()=>h(160))))),l("tslib","1.14.1",(()=>h.e(127).then((()=>()=>h(726))))),l("tslib","2.5.0",(()=>h.e(191).then((()=>()=>h(191)))));return s.length?e[t]=Promise.all(s).then((()=>e[t]=1)):e[t]=1}}})(),h.p="/",n=e=>{var r=e=>e.split(".").map((e=>+e==e?+e:e)),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),n=t[1]?r(t[1]):[];return t[2]&&(n.length++,n.push.apply(n,r(t[2]))),t[3]&&(n.push([]),n.push.apply(n,r(t[3]))),n},o=(e,r)=>{e=n(e),r=n(r);for(var t=0;;){if(t>=e.length)return t<r.length&&"u"!=(typeof r[t])[0];var o=e[t],a=(typeof o)[0];if(t>=r.length)return"u"==a;var i=r[t],l=(typeof i)[0];if(a!=l)return"o"==a&&"n"==l||"s"==l||"u"==a;if("o"!=a&&"u"!=a&&o!=i)return o<i;t++}},a=(e,r)=>{if(0 in e){r=n(r);var t=e[0],o=t<0;o&&(t=-t-1);for(var i=0,l=1,s=!0;;l++,i++){var f,u,d=l<e.length?(typeof e[l])[0]:"";if(i>=r.length||"o"==(u=(typeof(f=r[i]))[0]))return!s||("u"==d?l>t&&!o:""==d!=o);if("u"==u){if(!s||"u"!=d)return!1}else if(s)if(d==u)if(l<=t){if(f!=e[l])return!1}else{if(o?f>e[l]:f<e[l])return!1;f!=e[l]&&(s=!1)}else if("s"!=d&&"n"!=d){if(o||l<=t)return!1;s=!1,l--}else{if(l<=t||u<d!=o)return!1;s=!1}else"s"!=d&&"n"!=d&&(s=!1,l--)}}var c=[],p=c.pop.bind(c);for(i=1;i<e.length;i++){var h=e[i];c.push(1==h?p()|p():2==h?p()&p():h?a(h,r):!p())}return!!p()},i=(e,r,t)=>{var n=e[r];return(r=Object.keys(n).reduce(((e,r)=>!a(t,r)||e&&!o(e,r)?e:r),0))&&n[r]},l=e=>(e.loaded=1,e.get()),s=(e=>function(r,t,n,o){var a=h.I(r);return a&&a.then?a.then(e.bind(e,r,h.S[r],t,n,o)):e(r,h.S[r],t,n,o)})(((e,r,t,n,o)=>{var a=r&&h.o(r,t)&&i(r,t,n);return a?l(a):o()})),f={},u={147:()=>s("default","@microsoft/fast-element",[1,1,7,0],(()=>h.e(127).then((()=>()=>h(759))))),304:()=>s("default","tslib",[1,2,3,1],(()=>h.e(191).then((()=>()=>h(191))))),495:()=>s("default","tslib",[1,2,3,1],(()=>h.e(127).then((()=>()=>h(726))))),64:()=>s("default","@genesislcap/foundation-utils",[1,9,0,0],(()=>Promise.all([h.e(127),h.e(713),h.e(366)]).then((()=>()=>h(259)))))},d={145:[64],366:[147,304,495]},h.f.consumes=(e,r)=>{h.o(d,e)&&d[e].forEach((e=>{if(h.o(f,e))return r.push(f[e]);var t=r=>{f[e]=0,h.m[e]=t=>{delete h.c[e],t.exports=r()}},n=r=>{delete f[e],h.m[e]=t=>{throw delete h.c[e],r}};try{var o=u[e]();o.then?r.push(f[e]=o.then(t).catch(n)):t(o)}catch(e){n(e)}}))},(()=>{var e={652:0,893:0};h.f.j=(r,t)=>{var n=h.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else if(893!=r){var o=new Promise(((t,o)=>n=e[r]=[t,o]));t.push(n[2]=o);var a=h.p+h.u(r),i=new Error;h.l(a,(t=>{if(h.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var o=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+o+": "+a+")",i.name="ChunkLoadError",i.type=o,i.request=a,n[1](i)}}),"chunk-"+r,r)}else e[r]=0},h.O.j=r=>0===e[r];var r=(r,t)=>{var n,o,[a,i,l]=t,s=0;for(n in i)h.o(i,n)&&(h.m[n]=i[n]);if(l)var f=l(h);for(r&&r(t);s<a.length;s++)o=a[s],h.o(e,o)&&e[o]&&e[o][0](),e[a[s]]=0;return h.O(f)},t=self.webpackChunk_genesislcap_foundation_errors=self.webpackChunk_genesislcap_foundation_errors||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})();var v=h.O(void 0,[893],(()=>h(451)));v=h.O(v),foundationErrors=v})();
|
|
2
|
+
//# sourceMappingURL=foundationErrors.3332a181471a7c01e0521b713cbe35e9.js.map
|
package/dist/serve.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ConfirmingAction](./foundation-errors.confirmingaction.md) > [action](./foundation-errors.confirmingaction.action.md)
|
|
4
|
+
|
|
5
|
+
## ConfirmingAction.action property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
readonly action: Function;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ConfirmingAction](./foundation-errors.confirmingaction.md) > [label](./foundation-errors.confirmingaction.label.md)
|
|
4
|
+
|
|
5
|
+
## ConfirmingAction.label property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
readonly label: String;
|
|
11
|
+
```
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ConfirmingAction](./foundation-errors.confirmingaction.md)
|
|
4
|
+
|
|
5
|
+
## ConfirmingAction interface
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
export interface ConfirmingAction
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Properties
|
|
14
|
+
|
|
15
|
+
| Property | Modifiers | Type | Description |
|
|
16
|
+
| --- | --- | --- | --- |
|
|
17
|
+
| [action](./foundation-errors.confirmingaction.action.md) | <code>readonly</code> | Function | |
|
|
18
|
+
| [label](./foundation-errors.confirmingaction.label.md) | <code>readonly</code> | String | |
|
|
19
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [DismissingAction](./foundation-errors.dismissingaction.md) > [action](./foundation-errors.dismissingaction.action.md)
|
|
4
|
+
|
|
5
|
+
## DismissingAction.action property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
readonly action?: Function;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [DismissingAction](./foundation-errors.dismissingaction.md) > [label](./foundation-errors.dismissingaction.label.md)
|
|
4
|
+
|
|
5
|
+
## DismissingAction.label property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
readonly label: String;
|
|
11
|
+
```
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [DismissingAction](./foundation-errors.dismissingaction.md)
|
|
4
|
+
|
|
5
|
+
## DismissingAction interface
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
export interface DismissingAction
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Properties
|
|
14
|
+
|
|
15
|
+
| Property | Modifiers | Type | Description |
|
|
16
|
+
| --- | --- | --- | --- |
|
|
17
|
+
| [action?](./foundation-errors.dismissingaction.action.md) | <code>readonly</code> | Function | _(Optional)_ |
|
|
18
|
+
| [label](./foundation-errors.dismissingaction.label.md) | <code>readonly</code> | String | |
|
|
19
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBanner](./foundation-errors.errorbanner.md) > [confirmingActions](./foundation-errors.errorbanner.confirmingactions.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBanner.confirmingActions property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
readonly confirmingActions?: Array<ConfirmingAction>;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBanner](./foundation-errors.errorbanner.md) > [dismissingAction](./foundation-errors.errorbanner.dismissingaction.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBanner.dismissingAction property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
readonly dismissingAction?: DismissingAction;
|
|
11
|
+
```
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBanner](./foundation-errors.errorbanner.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBanner interface
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
export interface ErrorBanner
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Properties
|
|
14
|
+
|
|
15
|
+
| Property | Modifiers | Type | Description |
|
|
16
|
+
| --- | --- | --- | --- |
|
|
17
|
+
| [confirmingActions?](./foundation-errors.errorbanner.confirmingactions.md) | <code>readonly</code> | Array<[ConfirmingAction](./foundation-errors.confirmingaction.md)<!-- -->> | _(Optional)_ |
|
|
18
|
+
| [dismissingAction?](./foundation-errors.errorbanner.dismissingaction.md) | <code>readonly</code> | [DismissingAction](./foundation-errors.dismissingaction.md) | _(Optional)_ |
|
|
19
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBannerBuilder](./foundation-errors.errorbannerbuilder.md) > [build](./foundation-errors.errorbannerbuilder.build.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBannerBuilder.build() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
build(): ErrorBanner;
|
|
11
|
+
```
|
|
12
|
+
**Returns:**
|
|
13
|
+
|
|
14
|
+
[ErrorBanner](./foundation-errors.errorbanner.md)
|
|
15
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBannerBuilder](./foundation-errors.errorbannerbuilder.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBannerBuilder class
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
export declare class ErrorBannerBuilder
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Methods
|
|
14
|
+
|
|
15
|
+
| Method | Modifiers | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| [build()](./foundation-errors.errorbannerbuilder.build.md) | | |
|
|
18
|
+
| [withConfirmingAction(confirmingAction)](./foundation-errors.errorbannerbuilder.withconfirmingaction.md) | | |
|
|
19
|
+
| [withDismissingAction(dismissingAction)](./foundation-errors.errorbannerbuilder.withdismissingaction.md) | | |
|
|
20
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBannerBuilder](./foundation-errors.errorbannerbuilder.md) > [withConfirmingAction](./foundation-errors.errorbannerbuilder.withconfirmingaction.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBannerBuilder.withConfirmingAction() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
withConfirmingAction(confirmingAction: ConfirmingAction): ErrorBannerBuilder;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| confirmingAction | [ConfirmingAction](./foundation-errors.confirmingaction.md) | |
|
|
18
|
+
|
|
19
|
+
**Returns:**
|
|
20
|
+
|
|
21
|
+
[ErrorBannerBuilder](./foundation-errors.errorbannerbuilder.md)
|
|
22
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBannerBuilder](./foundation-errors.errorbannerbuilder.md) > [withDismissingAction](./foundation-errors.errorbannerbuilder.withdismissingaction.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBannerBuilder.withDismissingAction() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
withDismissingAction(dismissingAction: DismissingAction): ErrorBannerBuilder;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| dismissingAction | [DismissingAction](./foundation-errors.dismissingaction.md) | |
|
|
18
|
+
|
|
19
|
+
**Returns:**
|
|
20
|
+
|
|
21
|
+
[ErrorBannerBuilder](./foundation-errors.errorbannerbuilder.md)
|
|
22
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBoundaryEvent](./foundation-errors.errorboundaryevent.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBoundaryEvent enum
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
export declare enum ErrorBoundaryEvent
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Enumeration Members
|
|
14
|
+
|
|
15
|
+
| Member | Value | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| ERROR\_BOUNDARY\_EVENT | <code>"error-boundary-event"</code> | |
|
|
18
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBuilder](./foundation-errors.errorbuilder.md) > [build](./foundation-errors.errorbuilder.build.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBuilder.build() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
build(): ErrorStructure;
|
|
11
|
+
```
|
|
12
|
+
**Returns:**
|
|
13
|
+
|
|
14
|
+
[ErrorStructure](./foundation-errors.errorstructure.md)
|
|
15
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBuilder](./foundation-errors.errorbuilder.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBuilder class
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
export declare class ErrorBuilder
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Methods
|
|
14
|
+
|
|
15
|
+
| Method | Modifiers | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| [build()](./foundation-errors.errorbuilder.build.md) | | |
|
|
18
|
+
| [withAlert(alert)](./foundation-errors.errorbuilder.withalert.md) | | |
|
|
19
|
+
| [withBanner(banner)](./foundation-errors.errorbuilder.withbanner.md) | | |
|
|
20
|
+
| [withDialog(dialog)](./foundation-errors.errorbuilder.withdialog.md) | | |
|
|
21
|
+
| [withErrorDetails(errorDetails)](./foundation-errors.errorbuilder.witherrordetails.md) | | |
|
|
22
|
+
| [withLogLevel(logLevel)](./foundation-errors.errorbuilder.withloglevel.md) | | |
|
|
23
|
+
| [withNotification(notification)](./foundation-errors.errorbuilder.withnotification.md) | | |
|
|
24
|
+
| [withSnackbar(snackbar)](./foundation-errors.errorbuilder.withsnackbar.md) | | |
|
|
25
|
+
| [withTitle(title)](./foundation-errors.errorbuilder.withtitle.md) | | |
|
|
26
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBuilder](./foundation-errors.errorbuilder.md) > [withAlert](./foundation-errors.errorbuilder.withalert.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBuilder.withAlert() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
withAlert(alert: boolean): ErrorBuilder;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| alert | boolean | |
|
|
18
|
+
|
|
19
|
+
**Returns:**
|
|
20
|
+
|
|
21
|
+
[ErrorBuilder](./foundation-errors.errorbuilder.md)
|
|
22
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBuilder](./foundation-errors.errorbuilder.md) > [withBanner](./foundation-errors.errorbuilder.withbanner.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBuilder.withBanner() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
withBanner(banner: ErrorBanner): ErrorBuilder;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| banner | [ErrorBanner](./foundation-errors.errorbanner.md) | |
|
|
18
|
+
|
|
19
|
+
**Returns:**
|
|
20
|
+
|
|
21
|
+
[ErrorBuilder](./foundation-errors.errorbuilder.md)
|
|
22
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBuilder](./foundation-errors.errorbuilder.md) > [withDialog](./foundation-errors.errorbuilder.withdialog.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBuilder.withDialog() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
withDialog(dialog: ErrorDialog): ErrorBuilder;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| dialog | [ErrorDialog](./foundation-errors.errordialog.md) | |
|
|
18
|
+
|
|
19
|
+
**Returns:**
|
|
20
|
+
|
|
21
|
+
[ErrorBuilder](./foundation-errors.errorbuilder.md)
|
|
22
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBuilder](./foundation-errors.errorbuilder.md) > [withErrorDetails](./foundation-errors.errorbuilder.witherrordetails.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBuilder.withErrorDetails() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
withErrorDetails(errorDetails: string): ErrorBuilder;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| errorDetails | string | |
|
|
18
|
+
|
|
19
|
+
**Returns:**
|
|
20
|
+
|
|
21
|
+
[ErrorBuilder](./foundation-errors.errorbuilder.md)
|
|
22
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBuilder](./foundation-errors.errorbuilder.md) > [withLogLevel](./foundation-errors.errorbuilder.withloglevel.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBuilder.withLogLevel() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
withLogLevel(logLevel: LogLevel): ErrorBuilder;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| logLevel | LogLevel | |
|
|
18
|
+
|
|
19
|
+
**Returns:**
|
|
20
|
+
|
|
21
|
+
[ErrorBuilder](./foundation-errors.errorbuilder.md)
|
|
22
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBuilder](./foundation-errors.errorbuilder.md) > [withNotification](./foundation-errors.errorbuilder.withnotification.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBuilder.withNotification() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
withNotification(notification: ErrorNotification): ErrorBuilder;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| notification | [ErrorNotification](./foundation-errors.errornotification.md) | |
|
|
18
|
+
|
|
19
|
+
**Returns:**
|
|
20
|
+
|
|
21
|
+
[ErrorBuilder](./foundation-errors.errorbuilder.md)
|
|
22
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBuilder](./foundation-errors.errorbuilder.md) > [withSnackbar](./foundation-errors.errorbuilder.withsnackbar.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBuilder.withSnackbar() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
withSnackbar(snackbar: Snackbar): ErrorBuilder;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| snackbar | [Snackbar](./foundation-errors.snackbar.md) | |
|
|
18
|
+
|
|
19
|
+
**Returns:**
|
|
20
|
+
|
|
21
|
+
[ErrorBuilder](./foundation-errors.errorbuilder.md)
|
|
22
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorBuilder](./foundation-errors.errorbuilder.md) > [withTitle](./foundation-errors.errorbuilder.withtitle.md)
|
|
4
|
+
|
|
5
|
+
## ErrorBuilder.withTitle() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
withTitle(title: string): ErrorBuilder;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| title | string | |
|
|
18
|
+
|
|
19
|
+
**Returns:**
|
|
20
|
+
|
|
21
|
+
[ErrorBuilder](./foundation-errors.errorbuilder.md)
|
|
22
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorDialog](./foundation-errors.errordialog.md) > [confirmingActions](./foundation-errors.errordialog.confirmingactions.md)
|
|
4
|
+
|
|
5
|
+
## ErrorDialog.confirmingActions property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
readonly confirmingActions?: Array<ConfirmingAction>;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorDialog](./foundation-errors.errordialog.md) > [dismissingAction](./foundation-errors.errordialog.dismissingaction.md)
|
|
4
|
+
|
|
5
|
+
## ErrorDialog.dismissingAction property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
readonly dismissingAction?: DismissingAction;
|
|
11
|
+
```
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorDialog](./foundation-errors.errordialog.md)
|
|
4
|
+
|
|
5
|
+
## ErrorDialog interface
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
export interface ErrorDialog
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Properties
|
|
14
|
+
|
|
15
|
+
| Property | Modifiers | Type | Description |
|
|
16
|
+
| --- | --- | --- | --- |
|
|
17
|
+
| [confirmingActions?](./foundation-errors.errordialog.confirmingactions.md) | <code>readonly</code> | Array<[ConfirmingAction](./foundation-errors.confirmingaction.md)<!-- -->> | _(Optional)_ |
|
|
18
|
+
| [dismissingAction?](./foundation-errors.errordialog.dismissingaction.md) | <code>readonly</code> | [DismissingAction](./foundation-errors.dismissingaction.md) | _(Optional)_ |
|
|
19
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorDialogBuilder](./foundation-errors.errordialogbuilder.md) > [build](./foundation-errors.errordialogbuilder.build.md)
|
|
4
|
+
|
|
5
|
+
## ErrorDialogBuilder.build() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
build(): ErrorDialog;
|
|
11
|
+
```
|
|
12
|
+
**Returns:**
|
|
13
|
+
|
|
14
|
+
[ErrorDialog](./foundation-errors.errordialog.md)
|
|
15
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorDialogBuilder](./foundation-errors.errordialogbuilder.md)
|
|
4
|
+
|
|
5
|
+
## ErrorDialogBuilder class
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
export declare class ErrorDialogBuilder
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Methods
|
|
14
|
+
|
|
15
|
+
| Method | Modifiers | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| [build()](./foundation-errors.errordialogbuilder.build.md) | | |
|
|
18
|
+
| [withConfirmingAction(confirmingAction)](./foundation-errors.errordialogbuilder.withconfirmingaction.md) | | |
|
|
19
|
+
| [withDismissingAction(dismissingAction)](./foundation-errors.errordialogbuilder.withdismissingaction.md) | | |
|
|
20
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorDialogBuilder](./foundation-errors.errordialogbuilder.md) > [withConfirmingAction](./foundation-errors.errordialogbuilder.withconfirmingaction.md)
|
|
4
|
+
|
|
5
|
+
## ErrorDialogBuilder.withConfirmingAction() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
withConfirmingAction(confirmingAction: ConfirmingAction): ErrorDialogBuilder;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| confirmingAction | [ConfirmingAction](./foundation-errors.confirmingaction.md) | |
|
|
18
|
+
|
|
19
|
+
**Returns:**
|
|
20
|
+
|
|
21
|
+
[ErrorDialogBuilder](./foundation-errors.errordialogbuilder.md)
|
|
22
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorDialogBuilder](./foundation-errors.errordialogbuilder.md) > [withDismissingAction](./foundation-errors.errordialogbuilder.withdismissingaction.md)
|
|
4
|
+
|
|
5
|
+
## ErrorDialogBuilder.withDismissingAction() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
withDismissingAction(dismissingAction: DismissingAction): ErrorDialogBuilder;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| dismissingAction | [DismissingAction](./foundation-errors.dismissingaction.md) | |
|
|
18
|
+
|
|
19
|
+
**Returns:**
|
|
20
|
+
|
|
21
|
+
[ErrorDialogBuilder](./foundation-errors.errordialogbuilder.md)
|
|
22
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-errors](./foundation-errors.md) > [ErrorDialogElement](./foundation-errors.errordialogelement.md)
|
|
4
|
+
|
|
5
|
+
## ErrorDialogElement type
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
export type ErrorDialogElement = ErrorElement & {
|
|
11
|
+
show: Function;
|
|
12
|
+
};
|
|
13
|
+
```
|
|
14
|
+
**References:** [ErrorElement](./foundation-errors.errorelement.md)
|
|
15
|
+
|