@saasquatch/mint-components 2.4.1-5 → 2.4.1-6
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/cjs/sqm-widget-verification-controller.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +2 -2
- package/dist/esm/sqm-widget-verification-controller.entry.js +1 -1
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +1 -1
- package/dist/types/components.d.ts +2 -2
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
|
@@ -39,7 +39,7 @@ const WidgetVerificationController = class {
|
|
|
39
39
|
index.registerInstance(this, hostRef);
|
|
40
40
|
/**
|
|
41
41
|
* @undocumented
|
|
42
|
-
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth":
|
|
42
|
+
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": false }, "disabled": "true" }
|
|
43
43
|
* @componentState { "title": "Tax and cash", "default": true, "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
44
44
|
*/
|
|
45
45
|
this.stateController = "{}";
|
package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js
CHANGED
|
@@ -42,7 +42,7 @@ export class WidgetVerificationController {
|
|
|
42
42
|
constructor() {
|
|
43
43
|
/**
|
|
44
44
|
* @undocumented
|
|
45
|
-
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth":
|
|
45
|
+
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": false }, "disabled": "true" }
|
|
46
46
|
* @componentState { "title": "Tax and cash", "default": true, "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
47
47
|
*/
|
|
48
48
|
this.stateController = "{}";
|
|
@@ -142,7 +142,7 @@ export class WidgetVerificationController {
|
|
|
142
142
|
"text": undefined,
|
|
143
143
|
"name": "undocumented"
|
|
144
144
|
}, {
|
|
145
|
-
"text": "{ \"title\": \"Verify email\", \"slot\": \"not-verified\", \"props\": { \"isAuth\":
|
|
145
|
+
"text": "{ \"title\": \"Verify email\", \"slot\": \"not-verified\", \"props\": { \"isAuth\": false }, \"disabled\": \"true\" }",
|
|
146
146
|
"name": "componentState"
|
|
147
147
|
}, {
|
|
148
148
|
"text": "{ \"title\": \"Tax and cash\", \"default\": true, \"slot\": \"verified\", \"props\": { \"isAuth\": true }, \"disabled\": \"true\" }",
|
|
@@ -35,7 +35,7 @@ const WidgetVerificationController = class {
|
|
|
35
35
|
registerInstance(this, hostRef);
|
|
36
36
|
/**
|
|
37
37
|
* @undocumented
|
|
38
|
-
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth":
|
|
38
|
+
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": false }, "disabled": "true" }
|
|
39
39
|
* @componentState { "title": "Tax and cash", "default": true, "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
40
40
|
*/
|
|
41
41
|
this.stateController = "{}";
|
package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
export declare class WidgetVerificationController {
|
|
9
9
|
/**
|
|
10
10
|
* @undocumented
|
|
11
|
-
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth":
|
|
11
|
+
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": false }, "disabled": "true" }
|
|
12
12
|
* @componentState { "title": "Tax and cash", "default": true, "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
13
13
|
*/
|
|
14
14
|
stateController: string;
|
|
@@ -7592,7 +7592,7 @@ export namespace Components {
|
|
|
7592
7592
|
interface SqmWidgetVerificationController {
|
|
7593
7593
|
/**
|
|
7594
7594
|
* @undocumented
|
|
7595
|
-
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth":
|
|
7595
|
+
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": false }, "disabled": "true" }
|
|
7596
7596
|
* @componentState { "title": "Tax and cash", "default": true, "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
7597
7597
|
*/
|
|
7598
7598
|
"stateController": string;
|
|
@@ -16011,7 +16011,7 @@ declare namespace LocalJSX {
|
|
|
16011
16011
|
interface SqmWidgetVerificationController {
|
|
16012
16012
|
/**
|
|
16013
16013
|
* @undocumented
|
|
16014
|
-
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth":
|
|
16014
|
+
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": false }, "disabled": "true" }
|
|
16015
16015
|
* @componentState { "title": "Tax and cash", "default": true, "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
16016
16016
|
*/
|
|
16017
16017
|
"stateController"?: string;
|
package/docs/docs.docx
CHANGED
|
Binary file
|