@saasquatch/mint-components 1.6.1-5 → 1.6.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-qa.cjs.entry.js +4 -4
- package/dist/collection/components/sqm-qa/sqm-qa.js +10 -10
- package/dist/esm/sqm-qa.entry.js +4 -4
- package/dist/types/components/sqm-qa/sqm-qa.d.ts +4 -4
- package/dist/types/components.d.ts +8 -8
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
|
@@ -32,15 +32,15 @@ const ShareButton = class {
|
|
|
32
32
|
/**
|
|
33
33
|
* Description here
|
|
34
34
|
* @uiName String Enum Select
|
|
35
|
-
* @
|
|
36
|
-
* @
|
|
35
|
+
* @uiEnum ["option1","option2","option3"]
|
|
36
|
+
* @uiEnumNames ["Option 1", "Option 2", "Option 3"]
|
|
37
37
|
*/
|
|
38
38
|
this.stringEnumSelect = "option2";
|
|
39
39
|
/**
|
|
40
40
|
* Description here
|
|
41
41
|
* @uiName Number Enum Select
|
|
42
|
-
* @
|
|
43
|
-
* @
|
|
42
|
+
* @uiEnum [1,2,3]
|
|
43
|
+
* @uiEnumNames ["Option 1", "Option 2", "Option 3"]
|
|
44
44
|
*/
|
|
45
45
|
this.numberEnumSelect = 3;
|
|
46
46
|
/**
|
|
@@ -29,15 +29,15 @@ export class ShareButton {
|
|
|
29
29
|
/**
|
|
30
30
|
* Description here
|
|
31
31
|
* @uiName String Enum Select
|
|
32
|
-
* @
|
|
33
|
-
* @
|
|
32
|
+
* @uiEnum ["option1","option2","option3"]
|
|
33
|
+
* @uiEnumNames ["Option 1", "Option 2", "Option 3"]
|
|
34
34
|
*/
|
|
35
35
|
this.stringEnumSelect = "option2";
|
|
36
36
|
/**
|
|
37
37
|
* Description here
|
|
38
38
|
* @uiName Number Enum Select
|
|
39
|
-
* @
|
|
40
|
-
* @
|
|
39
|
+
* @uiEnum [1,2,3]
|
|
40
|
+
* @uiEnumNames ["Option 1", "Option 2", "Option 3"]
|
|
41
41
|
*/
|
|
42
42
|
this.numberEnumSelect = 3;
|
|
43
43
|
/**
|
|
@@ -208,11 +208,11 @@ export class ShareButton {
|
|
|
208
208
|
"text": "String Enum Select",
|
|
209
209
|
"name": "uiName"
|
|
210
210
|
}, {
|
|
211
|
-
"text":
|
|
212
|
-
"name": "
|
|
211
|
+
"text": "[\"option1\",\"option2\",\"option3\"]",
|
|
212
|
+
"name": "uiEnum"
|
|
213
213
|
}, {
|
|
214
214
|
"text": "[\"Option 1\", \"Option 2\", \"Option 3\"]",
|
|
215
|
-
"name": "
|
|
215
|
+
"name": "uiEnumNames"
|
|
216
216
|
}],
|
|
217
217
|
"text": "Description here"
|
|
218
218
|
},
|
|
@@ -235,11 +235,11 @@ export class ShareButton {
|
|
|
235
235
|
"text": "Number Enum Select",
|
|
236
236
|
"name": "uiName"
|
|
237
237
|
}, {
|
|
238
|
-
"text":
|
|
239
|
-
"name": "
|
|
238
|
+
"text": "[1,2,3]",
|
|
239
|
+
"name": "uiEnum"
|
|
240
240
|
}, {
|
|
241
241
|
"text": "[\"Option 1\", \"Option 2\", \"Option 3\"]",
|
|
242
|
-
"name": "
|
|
242
|
+
"name": "uiEnumNames"
|
|
243
243
|
}],
|
|
244
244
|
"text": "Description here"
|
|
245
245
|
},
|
package/dist/esm/sqm-qa.entry.js
CHANGED
|
@@ -28,15 +28,15 @@ const ShareButton = class {
|
|
|
28
28
|
/**
|
|
29
29
|
* Description here
|
|
30
30
|
* @uiName String Enum Select
|
|
31
|
-
* @
|
|
32
|
-
* @
|
|
31
|
+
* @uiEnum ["option1","option2","option3"]
|
|
32
|
+
* @uiEnumNames ["Option 1", "Option 2", "Option 3"]
|
|
33
33
|
*/
|
|
34
34
|
this.stringEnumSelect = "option2";
|
|
35
35
|
/**
|
|
36
36
|
* Description here
|
|
37
37
|
* @uiName Number Enum Select
|
|
38
|
-
* @
|
|
39
|
-
* @
|
|
38
|
+
* @uiEnum [1,2,3]
|
|
39
|
+
* @uiEnumNames ["Option 1", "Option 2", "Option 3"]
|
|
40
40
|
*/
|
|
41
41
|
this.numberEnumSelect = 3;
|
|
42
42
|
/**
|
|
@@ -26,15 +26,15 @@ export declare class ShareButton {
|
|
|
26
26
|
/**
|
|
27
27
|
* Description here
|
|
28
28
|
* @uiName String Enum Select
|
|
29
|
-
* @
|
|
30
|
-
* @
|
|
29
|
+
* @uiEnum ["option1","option2","option3"]
|
|
30
|
+
* @uiEnumNames ["Option 1", "Option 2", "Option 3"]
|
|
31
31
|
*/
|
|
32
32
|
stringEnumSelect?: string;
|
|
33
33
|
/**
|
|
34
34
|
* Description here
|
|
35
35
|
* @uiName Number Enum Select
|
|
36
|
-
* @
|
|
37
|
-
* @
|
|
36
|
+
* @uiEnum [1,2,3]
|
|
37
|
+
* @uiEnumNames ["Option 1", "Option 2", "Option 3"]
|
|
38
38
|
*/
|
|
39
39
|
numberEnumSelect?: number;
|
|
40
40
|
/**
|
|
@@ -1207,8 +1207,8 @@ export namespace Components {
|
|
|
1207
1207
|
/**
|
|
1208
1208
|
* Description here
|
|
1209
1209
|
* @uiName Number Enum Select
|
|
1210
|
-
* @
|
|
1211
|
-
* @
|
|
1210
|
+
* @uiEnum [1,2,3]
|
|
1211
|
+
* @uiEnumNames ["Option 1", "Option 2", "Option 3"]
|
|
1212
1212
|
*/
|
|
1213
1213
|
"numberEnumSelect"?: number;
|
|
1214
1214
|
/**
|
|
@@ -1237,8 +1237,8 @@ export namespace Components {
|
|
|
1237
1237
|
/**
|
|
1238
1238
|
* Description here
|
|
1239
1239
|
* @uiName String Enum Select
|
|
1240
|
-
* @
|
|
1241
|
-
* @
|
|
1240
|
+
* @uiEnum ["option1","option2","option3"]
|
|
1241
|
+
* @uiEnumNames ["Option 1", "Option 2", "Option 3"]
|
|
1242
1242
|
*/
|
|
1243
1243
|
"stringEnumSelect"?: string;
|
|
1244
1244
|
/**
|
|
@@ -4052,8 +4052,8 @@ declare namespace LocalJSX {
|
|
|
4052
4052
|
/**
|
|
4053
4053
|
* Description here
|
|
4054
4054
|
* @uiName Number Enum Select
|
|
4055
|
-
* @
|
|
4056
|
-
* @
|
|
4055
|
+
* @uiEnum [1,2,3]
|
|
4056
|
+
* @uiEnumNames ["Option 1", "Option 2", "Option 3"]
|
|
4057
4057
|
*/
|
|
4058
4058
|
"numberEnumSelect"?: number;
|
|
4059
4059
|
/**
|
|
@@ -4082,8 +4082,8 @@ declare namespace LocalJSX {
|
|
|
4082
4082
|
/**
|
|
4083
4083
|
* Description here
|
|
4084
4084
|
* @uiName String Enum Select
|
|
4085
|
-
* @
|
|
4086
|
-
* @
|
|
4085
|
+
* @uiEnum ["option1","option2","option3"]
|
|
4086
|
+
* @uiEnumNames ["Option 1", "Option 2", "Option 3"]
|
|
4087
4087
|
*/
|
|
4088
4088
|
"stringEnumSelect"?: string;
|
|
4089
4089
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|