@forge/bridge 2.3.0-next.1 → 2.3.0-next.2
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/CHANGELOG.md +6 -0
- package/out/flag/flag.d.ts +20 -0
- package/out/flag/flag.d.ts.map +1 -0
- package/out/flag/flag.js +20 -0
- package/out/flag/index.d.ts +2 -0
- package/out/flag/index.d.ts.map +1 -0
- package/out/flag/index.js +4 -0
- package/out/index.d.ts +1 -0
- package/out/index.d.ts.map +1 -1
- package/out/index.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare type FlagAppearance = 'info' | 'success' | 'warning' | 'error';
|
|
2
|
+
export declare type FlagType = FlagAppearance;
|
|
3
|
+
export interface Flag {
|
|
4
|
+
close: () => Promise<boolean | void>;
|
|
5
|
+
}
|
|
6
|
+
export interface FlagAction {
|
|
7
|
+
text: string;
|
|
8
|
+
onClick: () => void;
|
|
9
|
+
}
|
|
10
|
+
export interface FlagOptions {
|
|
11
|
+
id: number | string;
|
|
12
|
+
title?: string;
|
|
13
|
+
description?: string;
|
|
14
|
+
type?: FlagType;
|
|
15
|
+
appearance?: FlagAppearance;
|
|
16
|
+
actions?: FlagAction[];
|
|
17
|
+
isAutoDismiss?: boolean;
|
|
18
|
+
}
|
|
19
|
+
export declare const showFlag: (options: FlagOptions) => Flag;
|
|
20
|
+
//# sourceMappingURL=flag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flag.d.ts","sourceRoot":"","sources":["../../src/flag/flag.ts"],"names":[],"mappings":"AAGA,oBAAY,cAAc,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;AACtE,oBAAY,QAAQ,GAAG,cAAc,CAAC;AAEtC,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,MAAM,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC,CAAC;CACtC;AAED,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAIhB,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;IACvB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAID,eAAO,MAAM,QAAQ,YAAa,WAAW,KAAG,IAgB/C,CAAC"}
|
package/out/flag/flag.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.showFlag = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const bridge_1 = require("../bridge");
|
|
6
|
+
const errors_1 = require("../errors");
|
|
7
|
+
const callBridge = bridge_1.getCallBridge();
|
|
8
|
+
exports.showFlag = (options) => {
|
|
9
|
+
var _a;
|
|
10
|
+
if (!options.id) {
|
|
11
|
+
throw new errors_1.BridgeAPIError('"id" must be defined in flag options');
|
|
12
|
+
}
|
|
13
|
+
const result = callBridge('showFlag', Object.assign(Object.assign({}, options), { type: (_a = options.type) !== null && _a !== void 0 ? _a : 'info' }));
|
|
14
|
+
return {
|
|
15
|
+
close: () => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
|
|
16
|
+
yield result;
|
|
17
|
+
return callBridge('closeFlag', { id: options.id });
|
|
18
|
+
})
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/flag/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC"}
|
package/out/index.d.ts
CHANGED
package/out/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC"}
|
package/out/index.js
CHANGED
|
@@ -6,4 +6,5 @@ tslib_1.__exportStar(require("./view"), exports);
|
|
|
6
6
|
tslib_1.__exportStar(require("./router"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./modal"), exports);
|
|
8
8
|
tslib_1.__exportStar(require("./fetch"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./flag"), exports);
|
|
9
10
|
tslib_1.__exportStar(require("./events"), exports);
|