@saasquatch/mint-components 2.1.14-1 → 2.1.14-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/dist/cjs/{ShadowViewAddon-c97e80de.js → ShadowViewAddon-3b477e58.js} +6 -7
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-big-stat_46.cjs.entry.js +2 -2
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +2 -2
- package/dist/collection/components/sqm-big-stat/useBigStat.js +5 -6
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field-view.js +1 -1
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +2 -3
- package/dist/collection/components/sqm-user-attribute/sqm-user-attribute.js +3 -3
- package/dist/esm/{ShadowViewAddon-33f1a8f7.js → ShadowViewAddon-0b980200.js} +6 -7
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-big-stat_46.entry.js +2 -2
- package/dist/esm/sqm-stencilbook.entry.js +2 -2
- package/dist/esm-es5/ShadowViewAddon-0b980200.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-044f930a.system.js +1 -0
- package/dist/mint-components/{p-7462403c.entry.js → p-8285869e.entry.js} +2 -2
- package/dist/mint-components/{p-e43a8421.entry.js → p-be12607e.entry.js} +1 -1
- package/dist/mint-components/{p-9de4d6d1.system.entry.js → p-bf188b72.system.entry.js} +1 -1
- package/dist/mint-components/{p-08930b83.js → p-c8a3f3b0.js} +13 -13
- package/dist/mint-components/p-ca098be1.system.js +1 -1
- package/dist/mint-components/{p-fb637e0a.system.entry.js → p-fb804001.system.entry.js} +1 -1
- package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +1 -1
- package/dist/types/components/sqm-user-attribute/sqm-user-attribute.d.ts +1 -1
- package/dist/types/components/sqm-user-attribute/useUserAttribute.d.ts +2 -2
- package/dist/types/components.d.ts +4 -4
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/esm-es5/ShadowViewAddon-33f1a8f7.js +0 -1
- package/dist/mint-components/p-78b40f71.system.js +0 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { UserAttribute } from "./sqm-user-attribute";
|
|
2
|
-
import { UserAttributeViewProps } from "./sqm-user-attribute-view";
|
|
1
|
+
import type { UserAttribute } from "./sqm-user-attribute";
|
|
2
|
+
import type { UserAttributeViewProps } from "./sqm-user-attribute-view";
|
|
3
3
|
export declare function useUserAttribute(props: UserAttribute): UserAttributeViewProps;
|
|
@@ -457,7 +457,7 @@ export namespace Components {
|
|
|
457
457
|
*/
|
|
458
458
|
"checkboxLabelLink"?: string;
|
|
459
459
|
/**
|
|
460
|
-
* @uiName Checkbox label link
|
|
460
|
+
* @uiName Checkbox label link text
|
|
461
461
|
*/
|
|
462
462
|
"checkboxLabelLinkText"?: string;
|
|
463
463
|
/**
|
|
@@ -7019,7 +7019,7 @@ export namespace Components {
|
|
|
7019
7019
|
* @uiName Custom field key
|
|
7020
7020
|
* @uiWidget customFieldSelector
|
|
7021
7021
|
*/
|
|
7022
|
-
"value": string;
|
|
7022
|
+
"value": string | number;
|
|
7023
7023
|
}
|
|
7024
7024
|
interface SqmUserInfoForm {
|
|
7025
7025
|
/**
|
|
@@ -8598,7 +8598,7 @@ declare namespace LocalJSX {
|
|
|
8598
8598
|
*/
|
|
8599
8599
|
"checkboxLabelLink"?: string;
|
|
8600
8600
|
/**
|
|
8601
|
-
* @uiName Checkbox label link
|
|
8601
|
+
* @uiName Checkbox label link text
|
|
8602
8602
|
*/
|
|
8603
8603
|
"checkboxLabelLinkText"?: string;
|
|
8604
8604
|
/**
|
|
@@ -15130,7 +15130,7 @@ declare namespace LocalJSX {
|
|
|
15130
15130
|
* @uiName Custom field key
|
|
15131
15131
|
* @uiWidget customFieldSelector
|
|
15132
15132
|
*/
|
|
15133
|
-
"value"?: string;
|
|
15133
|
+
"value"?: string | number;
|
|
15134
15134
|
}
|
|
15135
15135
|
interface SqmUserInfoForm {
|
|
15136
15136
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|