@solfacil/girassol 0.31.0 → 0.33.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.
@@ -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[];
@@ -7,6 +7,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
7
7
  hideLabel?: Radio['hideLabel'];
8
8
  checked?: Radio['checked'];
9
9
  class?: Radio['class'];
10
+ labelHtml?: boolean | undefined;
10
11
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
12
  change: (value: import("../types").RadioValue) => void;
12
13
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
@@ -17,6 +18,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
17
18
  hideLabel?: Radio['hideLabel'];
18
19
  checked?: Radio['checked'];
19
20
  class?: Radio['class'];
21
+ labelHtml?: boolean | undefined;
20
22
  }>>> & {
21
23
  onChange?: ((value: import("../types").RadioValue) => any) | undefined;
22
24
  }, {}>;
@@ -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
  radios: RadioType[];
@@ -25,6 +26,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
25
26
  title: string;
26
27
  name: string;
27
28
  hideTitle?: boolean | undefined;
29
+ labelHtml?: boolean | undefined;
28
30
  helperText?: string | undefined;
29
31
  error?: string | null | undefined;
30
32
  radios: RadioType[];
@@ -1232,6 +1232,9 @@ export declare const components: {
1232
1232
  class: {
1233
1233
  type: import("vue").PropType<string | Record<string, boolean>>;
1234
1234
  };
1235
+ labelHtml: {
1236
+ type: import("vue").PropType<boolean>;
1237
+ };
1235
1238
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1236
1239
  change: (value: import("./components/forms/radio/types").RadioValue) => void;
1237
1240
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -1260,6 +1263,9 @@ export declare const components: {
1260
1263
  class: {
1261
1264
  type: import("vue").PropType<string | Record<string, boolean>>;
1262
1265
  };
1266
+ labelHtml: {
1267
+ type: import("vue").PropType<boolean>;
1268
+ };
1263
1269
  }>> & {
1264
1270
  onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
1265
1271
  }, {}>;
@@ -1306,6 +1312,9 @@ export declare const components: {
1306
1312
  opts: {
1307
1313
  type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/forms/radio/types").RadioValue>>>;
1308
1314
  };
1315
+ labelHtml: {
1316
+ type: import("vue").PropType<boolean>;
1317
+ };
1309
1318
  hideTitle: {
1310
1319
  type: import("vue").PropType<boolean>;
1311
1320
  } & {
@@ -1372,6 +1381,9 @@ export declare const components: {
1372
1381
  opts: {
1373
1382
  type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/forms/radio/types").RadioValue>>>;
1374
1383
  };
1384
+ labelHtml: {
1385
+ type: import("vue").PropType<boolean>;
1386
+ };
1375
1387
  hideTitle: {
1376
1388
  type: import("vue").PropType<boolean>;
1377
1389
  } & {
@@ -1452,6 +1464,9 @@ export declare const components: {
1452
1464
  opts: {
1453
1465
  type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/forms/radio/types").RadioValue>>>;
1454
1466
  };
1467
+ labelHtml: {
1468
+ type: import("vue").PropType<boolean>;
1469
+ };
1455
1470
  hideTitle: {
1456
1471
  type: import("vue").PropType<boolean>;
1457
1472
  } & {
@@ -1508,6 +1523,9 @@ export declare const components: {
1508
1523
  opts: {
1509
1524
  type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/forms/radio/types").RadioValue>>>;
1510
1525
  };
1526
+ labelHtml: {
1527
+ type: import("vue").PropType<boolean>;
1528
+ };
1511
1529
  hideTitle: {
1512
1530
  type: import("vue").PropType<boolean>;
1513
1531
  } & {
@@ -1573,6 +1591,9 @@ export declare const components: {
1573
1591
  indeterminate: {
1574
1592
  type: import("vue").PropType<boolean>;
1575
1593
  };
1594
+ labelHtml: {
1595
+ type: import("vue").PropType<boolean>;
1596
+ };
1576
1597
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1577
1598
  change: (value: import("./components/forms/checkbox/type").CheckboxValue) => void;
1578
1599
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -1604,6 +1625,9 @@ export declare const components: {
1604
1625
  indeterminate: {
1605
1626
  type: import("vue").PropType<boolean>;
1606
1627
  };
1628
+ labelHtml: {
1629
+ type: import("vue").PropType<boolean>;
1630
+ };
1607
1631
  }>> & {
1608
1632
  onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
1609
1633
  }, {}>;
@@ -1652,6 +1676,9 @@ export declare const components: {
1652
1676
  opts: {
1653
1677
  type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/forms/checkbox/type").CheckboxValue>>>;
1654
1678
  };
1679
+ labelHtml: {
1680
+ type: import("vue").PropType<boolean>;
1681
+ };
1655
1682
  hideTitle: {
1656
1683
  type: import("vue").PropType<boolean>;
1657
1684
  } & {
@@ -1731,6 +1758,9 @@ export declare const components: {
1731
1758
  opts: {
1732
1759
  type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/forms/checkbox/type").CheckboxValue>>>;
1733
1760
  };
1761
+ labelHtml: {
1762
+ type: import("vue").PropType<boolean>;
1763
+ };
1734
1764
  hideTitle: {
1735
1765
  type: import("vue").PropType<boolean>;
1736
1766
  } & {
@@ -1826,6 +1856,9 @@ export declare const components: {
1826
1856
  opts: {
1827
1857
  type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/forms/checkbox/type").CheckboxValue>>>;
1828
1858
  };
1859
+ labelHtml: {
1860
+ type: import("vue").PropType<boolean>;
1861
+ };
1829
1862
  hideTitle: {
1830
1863
  type: import("vue").PropType<boolean>;
1831
1864
  } & {
@@ -1895,6 +1928,9 @@ export declare const components: {
1895
1928
  opts: {
1896
1929
  type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/forms/checkbox/type").CheckboxValue>>>;
1897
1930
  };
1931
+ labelHtml: {
1932
+ type: import("vue").PropType<boolean>;
1933
+ };
1898
1934
  hideTitle: {
1899
1935
  type: import("vue").PropType<boolean>;
1900
1936
  } & {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solfacil/girassol",
3
3
  "description": "Girassol design system",
4
- "version": "0.31.0",
4
+ "version": "0.33.0",
5
5
  "license": "MIT",
6
6
  "authors": [
7
7
  {