@frollo/frollo-web-ui 5.0.2 → 5.0.3

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.
Files changed (65) hide show
  1. package/cjs/index.js +1137 -778
  2. package/esm/{add-to-unscopables-2400f45b.js → add-to-unscopables-31609885.js} +2 -2
  3. package/esm/{array-iteration-107f927f.js → array-iteration-ec356eb3.js} +2 -2
  4. package/esm/{array-method-has-species-support-3d413468.js → array-method-has-species-support-8a4b1310.js} +1 -1
  5. package/esm/{array-method-is-strict-055b1830.js → array-method-is-strict-fc2e0d8d.js} +1 -1
  6. package/esm/{array-species-create-a5f5503b.js → array-species-create-b125f4a4.js} +2 -2
  7. package/esm/{classof-39c30bd5.js → classof-ee4b3b5b.js} +1 -1
  8. package/esm/{create-property-534611fd.js → create-property-c70ecc08.js} +1 -1
  9. package/esm/{delete-property-or-throw-8032646c.js → delete-property-or-throw-cd4c57d6.js} +3 -3
  10. package/esm/{does-not-exceed-safe-integer-31d08811.js → does-not-exceed-safe-integer-8e0042ec.js} +1 -1
  11. package/esm/{es.array.concat-987938be.js → es.array.concat-fe990345.js} +6 -6
  12. package/esm/{es.array.find-dfa1f42f.js → es.array.find-67b3b514.js} +5 -5
  13. package/esm/{es.array.includes-91be7771.js → es.array.includes-a06445a5.js} +3 -3
  14. package/esm/es.array.map-ae6c9437.js +43 -0
  15. package/esm/{es.function.name-557cb1f9.js → es.function.name-6daefaeb.js} +1 -1
  16. package/esm/{es.number.constructor-d6ff8874.js → es.number.constructor-98bae04f.js} +2 -2
  17. package/esm/es.string.includes-ade04f96.js +66 -0
  18. package/esm/{es.string.iterator-590198a8.js → es.string.iterator-0992bb28.js} +8 -8
  19. package/esm/{export-a37ba078.js → export-8a363004.js} +1 -1
  20. package/esm/{function-apply-ce251590.js → function-apply-b908d7e6.js} +1 -1
  21. package/esm/fw-animations.js +5 -5
  22. package/esm/fw-bar-chart.js +17 -16
  23. package/esm/{fw-button-8d131219.js → fw-button-b7a12ae1.js} +2 -2
  24. package/esm/fw-button.js +9 -9
  25. package/esm/fw-checkbox.js +9 -9
  26. package/esm/fw-drawer.js +9 -9
  27. package/esm/fw-dropdown-765dbbba.js +223 -0
  28. package/esm/fw-dropdown.js +15 -222
  29. package/esm/{fw-image-4787a8bd.js → fw-image-660d3e75.js} +10 -10
  30. package/esm/fw-image.js +18 -18
  31. package/esm/fw-input-7d25de48.js +235 -0
  32. package/esm/fw-input.js +20 -245
  33. package/esm/{fw-loading-spinner-c394fafc.js → fw-loading-spinner-3fda633e.js} +1 -1
  34. package/esm/fw-loading.js +3 -3
  35. package/esm/fw-modal.js +9 -9
  36. package/esm/fw-navigation-menu.js +9 -9
  37. package/esm/fw-progress-bar.js +3 -3
  38. package/esm/fw-provider-list.js +36 -0
  39. package/esm/fw-sidebar-menu.js +9 -9
  40. package/esm/fw-table-row-d390fe77.js +492 -0
  41. package/esm/fw-table.js +14 -494
  42. package/esm/fw-tabs.js +10 -10
  43. package/esm/fw-tag-9ef5331a.js +157 -0
  44. package/esm/fw-tag.js +13 -162
  45. package/esm/fw-toast.js +24 -85
  46. package/esm/fw-transactions-card.js +18 -18
  47. package/esm/{index-e4a2f8b0.js → index-04d3cb23.js} +1 -1
  48. package/esm/index-8c78a422.js +417 -0
  49. package/esm/{index-2766bfe4.js → index-c15f5641.js} +18 -55
  50. package/esm/index.js +48 -54
  51. package/esm/{is-forced-752b5893.js → is-forced-fc680e39.js} +1 -1
  52. package/esm/{object-create-f6f3a673.js → object-create-bc771493.js} +2 -2
  53. package/esm/{object-keys-4f5bf4e7.js → object-keys-17f3b440.js} +1 -1
  54. package/esm/{web.timers-0f117224.js → web.timers-c5316125.js} +3 -3
  55. package/frollo-web-ui.esm.js +1222 -832
  56. package/index.d.ts +118 -22
  57. package/package.json +1 -1
  58. package/types/components/fw-dropdown/fw-dropdown.vue.d.ts +17 -0
  59. package/types/components/fw-dropdown/index.types.d.ts +1 -0
  60. package/types/components/fw-provider-list/fw-provider-list.vue.d.ts +68 -0
  61. package/types/components/fw-provider-list/index.d.ts +2 -0
  62. package/types/components/fw-provider-list/index.types.d.ts +11 -0
  63. package/types/components/index.d.ts +1 -0
  64. package/types/components/index.types.d.ts +1 -0
  65. package/web-components/index.js +1267 -862
package/index.d.ts CHANGED
@@ -23,7 +23,7 @@ declare interface FwInputProps {
23
23
  maxLength?: number;
24
24
  }
25
25
 
26
- declare const _default$l: vue.DefineComponent<{
26
+ declare const _default$m: vue.DefineComponent<{
27
27
  /**
28
28
  * The input v-model
29
29
  */
@@ -218,7 +218,7 @@ declare const _default$l: vue.DefineComponent<{
218
218
  enableErrors: boolean;
219
219
  }>;
220
220
 
221
- declare const _default$k: vue.DefineComponent<{
221
+ declare const _default$l: vue.DefineComponent<{
222
222
  /**
223
223
  * The name of the checkbox input field.
224
224
  * Multiple checkboxes can use the same name with a unique value.
@@ -336,9 +336,10 @@ declare interface FwDropdownProps {
336
336
  options: FwDropdownOption[];
337
337
  hint?: string;
338
338
  placeholder?: string;
339
+ enableErrors?: boolean;
339
340
  }
340
341
 
341
- declare const _default$j: vue.DefineComponent<{
342
+ declare const _default$k: vue.DefineComponent<{
342
343
  /**
343
344
  * The select v-model
344
345
  */
@@ -385,6 +386,14 @@ declare const _default$j: vue.DefineComponent<{
385
386
  required: false;
386
387
  default: string;
387
388
  };
389
+ /**
390
+ * Enable the error section UI.
391
+ * Defaults to true
392
+ */
393
+ enableErrors: {
394
+ type: BooleanConstructor;
395
+ default: boolean;
396
+ };
388
397
  }, {
389
398
  menuButtonClass: string;
390
399
  menuClass: string;
@@ -445,11 +454,20 @@ declare const _default$j: vue.DefineComponent<{
445
454
  required: false;
446
455
  default: string;
447
456
  };
457
+ /**
458
+ * Enable the error section UI.
459
+ * Defaults to true
460
+ */
461
+ enableErrors: {
462
+ type: BooleanConstructor;
463
+ default: boolean;
464
+ };
448
465
  }>>, {
449
466
  placeholder: string;
467
+ enableErrors: boolean;
450
468
  }>;
451
469
 
452
- declare const _default$i: vue.DefineComponent<{
470
+ declare const _default$j: vue.DefineComponent<{
453
471
  /**
454
472
  * The header title of the card
455
473
  */
@@ -558,7 +576,7 @@ declare interface FwButtonProps {
558
576
  external?: boolean;
559
577
  }
560
578
 
561
- declare const _default$h: vue.DefineComponent<{
579
+ declare const _default$i: vue.DefineComponent<{
562
580
  /**
563
581
  * A `router-link` path or object
564
582
  */
@@ -739,7 +757,7 @@ declare interface NavMenuItem {
739
757
  external?: boolean;
740
758
  }
741
759
 
742
- declare const _default$g: vue.DefineComponent<{
760
+ declare const _default$h: vue.DefineComponent<{
743
761
  /**
744
762
  * An array of menu items
745
763
  * `{ to?: string | object; href?: string; label: string; }`
@@ -794,7 +812,7 @@ declare const _default$g: vue.DefineComponent<{
794
812
  containerClass: string;
795
813
  }>;
796
814
 
797
- declare const _default$f: vue.DefineComponent<{
815
+ declare const _default$g: vue.DefineComponent<{
798
816
  /**
799
817
  * The active tab v-model
800
818
  */
@@ -818,7 +836,7 @@ declare const _default$f: vue.DefineComponent<{
818
836
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
819
837
  }, {}>;
820
838
 
821
- declare const _default$e: vue.DefineComponent<{
839
+ declare const _default$f: vue.DefineComponent<{
822
840
  /**
823
841
  * The label of the tab component used as the button panel label
824
842
  */
@@ -850,7 +868,7 @@ declare const _default$e: vue.DefineComponent<{
850
868
  };
851
869
  }>>, {}>;
852
870
 
853
- declare const _default$d: vue.DefineComponent<{
871
+ declare const _default$e: vue.DefineComponent<{
854
872
  /**
855
873
  * The modal's v-model. Controls the visibility of the modal.
856
874
  */
@@ -1029,7 +1047,7 @@ declare interface ProgressBarStep {
1029
1047
  subSteps: number;
1030
1048
  }
1031
1049
 
1032
- declare const _default$c: vue.DefineComponent<{
1050
+ declare const _default$d: vue.DefineComponent<{
1033
1051
  /**
1034
1052
  * An array of menu progress steps.
1035
1053
  * `{ label: string; position: number; subSteps: number; }`
@@ -1218,6 +1236,18 @@ declare interface FwDrawerProps {
1218
1236
  confirmButtonType?: ButtonVariantName;
1219
1237
  }
1220
1238
 
1239
+ interface FwProviderListItem {
1240
+ status: 'supported' | 'outage';
1241
+ name: string;
1242
+ image_url: string;
1243
+ }
1244
+ declare interface FwProviderListProps {
1245
+ heading: string;
1246
+ items: FwProviderListItem[];
1247
+ searchPlaceholder?: string;
1248
+ tableHeaderName?: string;
1249
+ }
1250
+
1221
1251
  declare const __default__$4: vue.DefineComponent<{
1222
1252
  /**
1223
1253
  * The size of the tag. Accepts: 'xs', 'sm' & 'md'
@@ -1354,9 +1384,9 @@ declare const __default__$3: vue.DefineComponent<{
1354
1384
  clickableRows: boolean;
1355
1385
  }>;
1356
1386
 
1357
- declare const _default$b: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1387
+ declare const _default$c: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1358
1388
 
1359
- declare const _default$a: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1389
+ declare const _default$b: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1360
1390
 
1361
1391
  declare const __default__$2: vue.DefineComponent<{
1362
1392
  /**
@@ -1424,7 +1454,7 @@ declare const __default__$2: vue.DefineComponent<{
1424
1454
  iconPositionStart: boolean;
1425
1455
  }>;
1426
1456
 
1427
- declare const _default$9: vue.DefineComponent<{
1457
+ declare const _default$a: vue.DefineComponent<{
1428
1458
  /**
1429
1459
  * The src attribute of the image
1430
1460
  */
@@ -1507,11 +1537,11 @@ declare const _default$9: vue.DefineComponent<{
1507
1537
  threshold: number;
1508
1538
  }>;
1509
1539
 
1510
- declare const _default$8: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1540
+ declare const _default$9: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1511
1541
 
1512
- declare const _default$7: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1542
+ declare const _default$8: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1513
1543
 
1514
- declare const _default$6: vue.DefineComponent<{
1544
+ declare const _default$7: vue.DefineComponent<{
1515
1545
  columns: {
1516
1546
  type: NumberConstructor;
1517
1547
  default: number;
@@ -1536,7 +1566,7 @@ declare const _default$6: vue.DefineComponent<{
1536
1566
  rows: number;
1537
1567
  }>;
1538
1568
 
1539
- declare const _default$5: vue.DefineComponent<{
1569
+ declare const _default$6: vue.DefineComponent<{
1540
1570
  /**
1541
1571
  * The toast's v-model. Controls the visibility of the toast.
1542
1572
  */
@@ -1655,7 +1685,7 @@ declare const _default$5: vue.DefineComponent<{
1655
1685
  timeout: number;
1656
1686
  }>;
1657
1687
 
1658
- declare const _default$4: vue.DefineComponent<{
1688
+ declare const _default$5: vue.DefineComponent<{
1659
1689
  /**
1660
1690
  * The transaction title of the card
1661
1691
  */
@@ -1713,7 +1743,7 @@ declare const _default$4: vue.DefineComponent<{
1713
1743
  };
1714
1744
  }>>, {}>;
1715
1745
 
1716
- declare const _default$3: vue.DefineComponent<{
1746
+ declare const _default$4: vue.DefineComponent<{
1717
1747
  /**
1718
1748
  * The transaction title of the chart
1719
1749
  */
@@ -1794,7 +1824,7 @@ declare const _default$3: vue.DefineComponent<{
1794
1824
  };
1795
1825
  }>>, {}>;
1796
1826
 
1797
- declare const _default$2: vue.DefineComponent<{
1827
+ declare const _default$3: vue.DefineComponent<{
1798
1828
  /**
1799
1829
  * An array of menu items
1800
1830
  * `{ to?: string | object; href?: string; label: string; }`
@@ -1864,7 +1894,7 @@ declare const _default$2: vue.DefineComponent<{
1864
1894
  closedWidth: string;
1865
1895
  }>;
1866
1896
 
1867
- declare const _default$1: vue.DefineComponent<{
1897
+ declare const _default$2: vue.DefineComponent<{
1868
1898
  /**
1869
1899
  * The drawer's v-model. Controls the visibility of the drawer.
1870
1900
  */
@@ -2027,6 +2057,72 @@ declare const _default$1: vue.DefineComponent<{
2027
2057
  confirmButtonType: ButtonVariantName;
2028
2058
  }>;
2029
2059
 
2060
+ declare const _default$1: vue.DefineComponent<{
2061
+ /**
2062
+ * The header heading of the list.
2063
+ */
2064
+ heading: {
2065
+ type: StringConstructor;
2066
+ };
2067
+ /**
2068
+ * The list items of the table items.
2069
+ */
2070
+ items: {
2071
+ type: PropType<FwProviderListItem[]>;
2072
+ required: true;
2073
+ };
2074
+ /**
2075
+ * The placeholder text for the sarch input.
2076
+ */
2077
+ searchPlaceholder: {
2078
+ type: StringConstructor;
2079
+ default: string;
2080
+ };
2081
+ /**
2082
+ * The table header title.
2083
+ */
2084
+ tableHeaderName: {
2085
+ type: StringConstructor;
2086
+ default: string;
2087
+ };
2088
+ }, {
2089
+ options: FwTableItemOptions;
2090
+ sortedTableItems: vue.ComputedRef<FwTableItem[]>;
2091
+ searchFilterModel: vue.Ref<string>;
2092
+ statusFilterModel: vue.Ref<string>;
2093
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
2094
+ /**
2095
+ * The header heading of the list.
2096
+ */
2097
+ heading: {
2098
+ type: StringConstructor;
2099
+ };
2100
+ /**
2101
+ * The list items of the table items.
2102
+ */
2103
+ items: {
2104
+ type: PropType<FwProviderListItem[]>;
2105
+ required: true;
2106
+ };
2107
+ /**
2108
+ * The placeholder text for the sarch input.
2109
+ */
2110
+ searchPlaceholder: {
2111
+ type: StringConstructor;
2112
+ default: string;
2113
+ };
2114
+ /**
2115
+ * The table header title.
2116
+ */
2117
+ tableHeaderName: {
2118
+ type: StringConstructor;
2119
+ default: string;
2120
+ };
2121
+ }>>, {
2122
+ searchPlaceholder: string;
2123
+ tableHeaderName: string;
2124
+ }>;
2125
+
2030
2126
  declare const __default__$1: vue.DefineComponent<{
2031
2127
  /**
2032
2128
  * The animation-iteration-count CSS property of the pulse animation.
@@ -2099,4 +2195,4 @@ declare const install: Exclude<Plugin['install'], undefined>;
2099
2195
 
2100
2196
  declare module '@frollo/frollo-web-ui/icons' { }
2101
2197
 
2102
- export { ButtonAnimation, ButtonDefinition, ButtonDefinitionList, ButtonSize, ButtonSizes, ButtonTypeAttribute, ButtonVariantName, __default__$2 as FwAccordion, FwAccordionProps, _default$3 as FwBarChart, FwBarChartProps, FwBarGraphData, _default$h as FwButton, FwButtonProps, _default$i as FwCard, FwCardProps, _default$k as FwCheckbox, FwCheckboxProps, _default$1 as FwDrawer, FwDrawerProps, _default$j as FwDropdown, FwDropdownOption, FwDropdownProps, __default__$1 as FwEmailPulse, _default$9 as FwImage, FwImageProps, _default$l as FwInput, FwInputProps, FwInputType, _default$8 as FwLoadingBar, _default$7 as FwLoadingCard, _default as FwLoadingSpinner, _default$6 as FwLoadingTable, _default$d as FwModal, FwModalProps, _default$g as FwNavigationMenu, _default$c as FwProgressBar, _default$2 as FwSidebarMenu, FwSidebarMenuItem, __default__ as FwSuccessPulse, _default$e as FwTab, __default__$3 as FwTable, FwTableFormatFunction, _default$b as FwTableHead, FwTableItem, FwTableItemOptions, FwTableProps, _default$a as FwTableRow, FwTableSort, _default$f as FwTabs, __default__$4 as FwTag, FwTagProps, _default$5 as FwToast, FwToastProps, _default$4 as FwTransactionsCard, FwTransactionsCardProps, ModalServiceProps, NavMenuItem, ProgressBarStep, TagDefinition, TagDefinitionList, TagSize, TagSizes, TagVariantName, ToastPosition, ToastServiceProps, ToastType, ToastTypes, install as default, modalService, toastService };
2198
+ export { ButtonAnimation, ButtonDefinition, ButtonDefinitionList, ButtonSize, ButtonSizes, ButtonTypeAttribute, ButtonVariantName, __default__$2 as FwAccordion, FwAccordionProps, _default$4 as FwBarChart, FwBarChartProps, FwBarGraphData, _default$i as FwButton, FwButtonProps, _default$j as FwCard, FwCardProps, _default$l as FwCheckbox, FwCheckboxProps, _default$2 as FwDrawer, FwDrawerProps, _default$k as FwDropdown, FwDropdownOption, FwDropdownProps, __default__$1 as FwEmailPulse, _default$a as FwImage, FwImageProps, _default$m as FwInput, FwInputProps, FwInputType, _default$9 as FwLoadingBar, _default$8 as FwLoadingCard, _default as FwLoadingSpinner, _default$7 as FwLoadingTable, _default$e as FwModal, FwModalProps, _default$h as FwNavigationMenu, _default$d as FwProgressBar, _default$1 as FwProviderList, FwProviderListProps, _default$3 as FwSidebarMenu, FwSidebarMenuItem, __default__ as FwSuccessPulse, _default$f as FwTab, __default__$3 as FwTable, FwTableFormatFunction, _default$c as FwTableHead, FwTableItem, FwTableItemOptions, FwTableProps, _default$b as FwTableRow, FwTableSort, _default$g as FwTabs, __default__$4 as FwTag, FwTagProps, _default$6 as FwToast, FwToastProps, _default$5 as FwTransactionsCard, FwTransactionsCardProps, ModalServiceProps, NavMenuItem, ProgressBarStep, TagDefinition, TagDefinitionList, TagSize, TagSizes, TagVariantName, ToastPosition, ToastServiceProps, ToastType, ToastTypes, install as default, modalService, toastService };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frollo/frollo-web-ui",
3
- "version": "5.0.2",
3
+ "version": "5.0.3",
4
4
  "description": "Frollo's UI library for components, utilities and configs",
5
5
  "exports": {
6
6
  "./icons": "./icons/index.ts",
@@ -47,6 +47,14 @@ declare const _default: import("vue").DefineComponent<{
47
47
  required: false;
48
48
  default: string;
49
49
  };
50
+ /**
51
+ * Enable the error section UI.
52
+ * Defaults to true
53
+ */
54
+ enableErrors: {
55
+ type: BooleanConstructor;
56
+ default: boolean;
57
+ };
50
58
  }, {
51
59
  menuButtonClass: string;
52
60
  menuClass: string;
@@ -107,7 +115,16 @@ declare const _default: import("vue").DefineComponent<{
107
115
  required: false;
108
116
  default: string;
109
117
  };
118
+ /**
119
+ * Enable the error section UI.
120
+ * Defaults to true
121
+ */
122
+ enableErrors: {
123
+ type: BooleanConstructor;
124
+ default: boolean;
125
+ };
110
126
  }>>, {
111
127
  placeholder: string;
128
+ enableErrors: boolean;
112
129
  }>;
113
130
  export default _default;
@@ -9,4 +9,5 @@ export declare interface FwDropdownProps {
9
9
  options: FwDropdownOption[];
10
10
  hint?: string;
11
11
  placeholder?: string;
12
+ enableErrors?: boolean;
12
13
  }
@@ -0,0 +1,68 @@
1
+ import { PropType } from 'vue';
2
+ import FwProviderListItem from './index.types';
3
+ declare const _default: import("vue").DefineComponent<{
4
+ /**
5
+ * The header heading of the list.
6
+ */
7
+ heading: {
8
+ type: StringConstructor;
9
+ };
10
+ /**
11
+ * The list items of the table items.
12
+ */
13
+ items: {
14
+ type: PropType<FwProviderListItem[]>;
15
+ required: true;
16
+ };
17
+ /**
18
+ * The placeholder text for the sarch input.
19
+ */
20
+ searchPlaceholder: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ /**
25
+ * The table header title.
26
+ */
27
+ tableHeaderName: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ }, {
32
+ options: import("../fw-table/index.types").FwTableItemOptions;
33
+ sortedTableItems: import("vue").ComputedRef<import("../fw-table/index.types").FwTableItem[]>;
34
+ searchFilterModel: import("vue").Ref<string>;
35
+ statusFilterModel: import("vue").Ref<string>;
36
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
37
+ /**
38
+ * The header heading of the list.
39
+ */
40
+ heading: {
41
+ type: StringConstructor;
42
+ };
43
+ /**
44
+ * The list items of the table items.
45
+ */
46
+ items: {
47
+ type: PropType<FwProviderListItem[]>;
48
+ required: true;
49
+ };
50
+ /**
51
+ * The placeholder text for the sarch input.
52
+ */
53
+ searchPlaceholder: {
54
+ type: StringConstructor;
55
+ default: string;
56
+ };
57
+ /**
58
+ * The table header title.
59
+ */
60
+ tableHeaderName: {
61
+ type: StringConstructor;
62
+ default: string;
63
+ };
64
+ }>>, {
65
+ searchPlaceholder: string;
66
+ tableHeaderName: string;
67
+ }>;
68
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import FwProviderList from './fw-provider-list.vue';
2
+ export { FwProviderList };
@@ -0,0 +1,11 @@
1
+ export default interface FwProviderListItem {
2
+ status: 'supported' | 'outage';
3
+ name: string;
4
+ image_url: string;
5
+ }
6
+ export declare interface FwProviderListProps {
7
+ heading: string;
8
+ items: FwProviderListItem[];
9
+ searchPlaceholder?: string;
10
+ tableHeaderName?: string;
11
+ }
@@ -18,4 +18,5 @@ export * from './fw-transactions-card';
18
18
  export * from './fw-bar-chart';
19
19
  export * from './fw-sidebar-menu';
20
20
  export * from './fw-drawer';
21
+ export * from './fw-provider-list';
21
22
  export * from './fw-animations';
@@ -15,3 +15,4 @@ export * from '../components/fw-transactions-card/index.types';
15
15
  export * from '../components/fw-bar-chart/index.types';
16
16
  export * from '../components/fw-sidebar-menu/index.types';
17
17
  export * from '../components/fw-drawer/index.types';
18
+ export * from '../components/fw-provider-list/index.types';