@exmg/exm-dialogs 1.2.0 → 1.2.1
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.
|
@@ -6,7 +6,7 @@ import '@material/web/iconbutton/icon-button.js';
|
|
|
6
6
|
import '@material/web/icon/icon.js';
|
|
7
7
|
import { ExmgElement } from '@exmg/lit-base';
|
|
8
8
|
export declare const CLOSE_ACTION = "close";
|
|
9
|
-
declare const ExmDialogFormBase_base: import("@exmg/exm-form").Constructor<import("@exmg/exm-form
|
|
9
|
+
declare const ExmDialogFormBase_base: import("@exmg/exm-form").Constructor<import("@exmg/exm-form").FormValidateMixinInterface> & typeof ExmgElement;
|
|
10
10
|
export declare class ExmDialogFormBase extends ExmDialogFormBase_base {
|
|
11
11
|
/**
|
|
12
12
|
* Opens the dialog when set to `true` and closes it when set to `false`.
|
|
@@ -6,7 +6,7 @@ import '@material/web/iconbutton/icon-button.js';
|
|
|
6
6
|
import '@material/web/icon/icon.js';
|
|
7
7
|
import { ExmgElement } from '@exmg/lit-base';
|
|
8
8
|
export declare const CLOSE_ACTION = "close";
|
|
9
|
-
declare const ExmDialogFormBase_base: import("@exmg/exm-form").Constructor<import("@exmg/exm-form
|
|
9
|
+
declare const ExmDialogFormBase_base: import("@exmg/exm-form").Constructor<import("@exmg/exm-form").FormValidateMixinInterface> & typeof ExmgElement;
|
|
10
10
|
export declare class ExmDialogFormBase extends ExmDialogFormBase_base {
|
|
11
11
|
/**
|
|
12
12
|
* Opens the dialog when set to `true` and closes it when set to `false`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exmg/exm-dialogs",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"homepage": "https://bitbucket.org/exmachina/exm-web-components",
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@exmg/exm-button": "^1.2.
|
|
28
|
-
"@exmg/exm-form": "^1.2.
|
|
27
|
+
"@exmg/exm-button": "^1.2.1",
|
|
28
|
+
"@exmg/exm-form": "^1.2.1"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@exmg/lit-base": "^3.0.3",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "cdd185ee0a30ced8c5e9266a205d699d074c0fc8"
|
|
40
40
|
}
|