@solfacil/girassol 0.31.0 → 0.32.0
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/girassol.es.js +1390 -1380
- package/dist/girassol.umd.js +5 -5
- package/dist/types/components/forms/checkbox/checkbox/Checkbox.vue.d.ts +2 -0
- package/dist/types/components/forms/checkbox/checkbox-group/CheckboxGroup.vue.d.ts +2 -0
- package/dist/types/index.d.ts +18 -0
- package/package.json +1 -1
|
@@ -8,6 +8,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
8
8
|
checked?: Checkbox['checked'];
|
|
9
9
|
class?: Checkbox['class'];
|
|
10
10
|
indeterminate?: boolean | undefined;
|
|
11
|
+
labelHtml?: boolean | undefined;
|
|
11
12
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
13
|
change: (value: import("@forms/checkbox/type").CheckboxValue) => void;
|
|
13
14
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -19,6 +20,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
19
20
|
checked?: Checkbox['checked'];
|
|
20
21
|
class?: Checkbox['class'];
|
|
21
22
|
indeterminate?: boolean | undefined;
|
|
23
|
+
labelHtml?: boolean | undefined;
|
|
22
24
|
}>>> & {
|
|
23
25
|
onChange?: ((value: import("@forms/checkbox/type").CheckboxValue) => any) | undefined;
|
|
24
26
|
}, {}>;
|
|
@@ -4,6 +4,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
4
4
|
title: string;
|
|
5
5
|
name: string;
|
|
6
6
|
hideTitle?: boolean | undefined;
|
|
7
|
+
labelHtml?: boolean | undefined;
|
|
7
8
|
helperText?: string | undefined;
|
|
8
9
|
error?: string | null | undefined;
|
|
9
10
|
checkboxes: CheckboxType[];
|
|
@@ -30,6 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
30
31
|
title: string;
|
|
31
32
|
name: string;
|
|
32
33
|
hideTitle?: boolean | undefined;
|
|
34
|
+
labelHtml?: boolean | undefined;
|
|
33
35
|
helperText?: string | undefined;
|
|
34
36
|
error?: string | null | undefined;
|
|
35
37
|
checkboxes: CheckboxType[];
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1573,6 +1573,9 @@ export declare const components: {
|
|
|
1573
1573
|
indeterminate: {
|
|
1574
1574
|
type: import("vue").PropType<boolean>;
|
|
1575
1575
|
};
|
|
1576
|
+
labelHtml: {
|
|
1577
|
+
type: import("vue").PropType<boolean>;
|
|
1578
|
+
};
|
|
1576
1579
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1577
1580
|
change: (value: import("./components/forms/checkbox/type").CheckboxValue) => void;
|
|
1578
1581
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1604,6 +1607,9 @@ export declare const components: {
|
|
|
1604
1607
|
indeterminate: {
|
|
1605
1608
|
type: import("vue").PropType<boolean>;
|
|
1606
1609
|
};
|
|
1610
|
+
labelHtml: {
|
|
1611
|
+
type: import("vue").PropType<boolean>;
|
|
1612
|
+
};
|
|
1607
1613
|
}>> & {
|
|
1608
1614
|
onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
|
|
1609
1615
|
}, {}>;
|
|
@@ -1652,6 +1658,9 @@ export declare const components: {
|
|
|
1652
1658
|
opts: {
|
|
1653
1659
|
type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/forms/checkbox/type").CheckboxValue>>>;
|
|
1654
1660
|
};
|
|
1661
|
+
labelHtml: {
|
|
1662
|
+
type: import("vue").PropType<boolean>;
|
|
1663
|
+
};
|
|
1655
1664
|
hideTitle: {
|
|
1656
1665
|
type: import("vue").PropType<boolean>;
|
|
1657
1666
|
} & {
|
|
@@ -1731,6 +1740,9 @@ export declare const components: {
|
|
|
1731
1740
|
opts: {
|
|
1732
1741
|
type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/forms/checkbox/type").CheckboxValue>>>;
|
|
1733
1742
|
};
|
|
1743
|
+
labelHtml: {
|
|
1744
|
+
type: import("vue").PropType<boolean>;
|
|
1745
|
+
};
|
|
1734
1746
|
hideTitle: {
|
|
1735
1747
|
type: import("vue").PropType<boolean>;
|
|
1736
1748
|
} & {
|
|
@@ -1826,6 +1838,9 @@ export declare const components: {
|
|
|
1826
1838
|
opts: {
|
|
1827
1839
|
type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/forms/checkbox/type").CheckboxValue>>>;
|
|
1828
1840
|
};
|
|
1841
|
+
labelHtml: {
|
|
1842
|
+
type: import("vue").PropType<boolean>;
|
|
1843
|
+
};
|
|
1829
1844
|
hideTitle: {
|
|
1830
1845
|
type: import("vue").PropType<boolean>;
|
|
1831
1846
|
} & {
|
|
@@ -1895,6 +1910,9 @@ export declare const components: {
|
|
|
1895
1910
|
opts: {
|
|
1896
1911
|
type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/forms/checkbox/type").CheckboxValue>>>;
|
|
1897
1912
|
};
|
|
1913
|
+
labelHtml: {
|
|
1914
|
+
type: import("vue").PropType<boolean>;
|
|
1915
|
+
};
|
|
1898
1916
|
hideTitle: {
|
|
1899
1917
|
type: import("vue").PropType<boolean>;
|
|
1900
1918
|
} & {
|