@adyen/bento-vue2 0.9.2 → 0.10.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.
Files changed (47) hide show
  1. package/dist/@types/components/card/card.types.d.ts +4 -0
  2. package/dist/@types/components/card/card.vue.d.ts +17 -1
  3. package/dist/@types/components/checkbox/checkbox.types.d.ts +5 -0
  4. package/dist/@types/components/checkbox/checkbox.vue.d.ts +12 -2
  5. package/dist/@types/components/checkbox/components/checkbox-group/checkbox-group.types.d.ts +1 -0
  6. package/dist/@types/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +9 -0
  7. package/dist/@types/components/data-grid/data-grid.types.d.ts +8 -7
  8. package/dist/@types/components/data-grid/data-grid.vue.d.ts +5 -1
  9. package/dist/@types/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +1 -0
  10. package/dist/@types/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +1 -1
  11. package/dist/@types/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +1 -1
  12. package/dist/@types/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +1 -1
  13. package/dist/@types/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +1 -1
  14. package/dist/@types/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +1 -1
  15. package/dist/@types/components/dropdown/dropdown.vue.d.ts +2 -1
  16. package/dist/@types/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +6 -3
  17. package/dist/@types/components/filter-bar/components/date-filter/date-filter.vue.d.ts +18 -8
  18. package/dist/@types/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +11 -9
  19. package/dist/@types/components/filter-bar/components/select-filter/select-filter.vue.d.ts +9 -8
  20. package/dist/@types/components/filter-bar/components/select-filter/variants/select-avatar-filter/select-avatar-filter.vue.d.ts +8 -8
  21. package/dist/@types/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +8 -8
  22. package/dist/@types/components/filter-bar/components/select-filter/variants/select-currency-filter/select-currency-filter.vue.d.ts +8 -8
  23. package/dist/@types/components/filter-bar/components/select-filter/variants/select-payment-method-filter/select-payment-method-filter.vue.d.ts +8 -8
  24. package/dist/@types/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +8 -8
  25. package/dist/@types/components/filter-bar/filter-bar.types.d.ts +4 -0
  26. package/dist/@types/components/filter-bar/filter-bar.vue.d.ts +4 -2
  27. package/dist/@types/components/input-field/input-field.types.d.ts +4 -1
  28. package/dist/@types/components/internal/grid-layout/grid-layout.types.d.ts +5 -0
  29. package/dist/@types/components/internal/grid-layout/grid-layout.vue.d.ts +14 -1
  30. package/dist/@types/components/internal/grid-layout/index.d.ts +1 -0
  31. package/dist/@types/components/internal/listbox/listbox.vue.d.ts +8 -0
  32. package/dist/@types/components/modal/components/base-modal/base-modal.vue.d.ts +5 -0
  33. package/dist/@types/components/radio-group/components/radio-button/radio-button.types.d.ts +4 -0
  34. package/dist/@types/components/radio-group/components/radio-button/radio-button.vue.d.ts +16 -3
  35. package/dist/@types/components/radio-group/radio-group.types.d.ts +1 -0
  36. package/dist/@types/components/radio-group/radio-group.vue.d.ts +9 -0
  37. package/dist/@types/components/segmented-control/components/segmented-control-button/segmented-control-button.vue.d.ts +60 -0
  38. package/dist/@types/components/tooltip/tooltip.vue.d.ts +5 -5
  39. package/dist/index.js +6789 -6330
  40. package/dist/index.js.map +1 -1
  41. package/dist/web-types.json +161 -171
  42. package/package.json +2 -2
  43. package/dist/@types/components/segmented-control/components/segmented-option.vue.d.ts +0 -59
  44. package/dist/@types/components/segmented-control/index.d.ts +0 -3
  45. package/dist/@types/components/segmented-control/segmented-control.keys.d.ts +0 -1
  46. package/dist/@types/components/segmented-control/segmented-control.types.d.ts +0 -15
  47. package/dist/@types/components/segmented-control/segmented-control.vue.d.ts +0 -42
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "@adyen/bento-vue2",
4
- "version": "0.9.2",
4
+ "version": "0.10.0",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -180,113 +180,6 @@
180
180
  "symbol": "default"
181
181
  }
182
182
  },
183
- {
184
- "name": "adl-segmented-control",
185
- "description": "",
186
- "attributes": [
187
- {
188
- "name": "disabled",
189
- "description": "Determines whether the entire control is disabled.",
190
- "value": {
191
- "kind": "expression",
192
- "type": "boolean"
193
- },
194
- "default": "false"
195
- },
196
- {
197
- "name": "value",
198
- "description": "The currently selected value.",
199
- "value": {
200
- "kind": "expression",
201
- "type": "null"
202
- },
203
- "default": "undefined"
204
- },
205
- {
206
- "name": "name",
207
- "required": true,
208
- "description": "The name to be used on the radio button input elements internally.",
209
- "value": {
210
- "kind": "expression",
211
- "type": "string"
212
- }
213
- }
214
- ],
215
- "events": [
216
- {
217
- "name": "input"
218
- }
219
- ],
220
- "slots": [
221
- {
222
- "name": "default"
223
- }
224
- ],
225
- "source": {
226
- "module": "./src/components/segmented-control/segmented-control.vue",
227
- "symbol": "default"
228
- }
229
- },
230
- {
231
- "name": "adl-segmented-option",
232
- "description": "",
233
- "attributes": [
234
- {
235
- "name": "disabled",
236
- "description": "Determines whether this option is disabled or not.",
237
- "value": {
238
- "kind": "expression",
239
- "type": "boolean"
240
- },
241
- "default": "false"
242
- },
243
- {
244
- "name": "value",
245
- "required": true,
246
- "description": "The value for this option. This will determine whether this option is currently selected\nbased on if it matches with `value` of SegmentedControl (injected here as `adlSegmentedControlApi.state.selectedValue`).",
247
- "value": {
248
- "kind": "expression",
249
- "type": "null"
250
- }
251
- },
252
- {
253
- "name": "label",
254
- "description": "The label text. Note if this is provided, the icon shall not be rendered.",
255
- "value": {
256
- "kind": "expression",
257
- "type": "string"
258
- },
259
- "default": "''"
260
- },
261
- {
262
- "name": "segmentedControl",
263
- "description": "Injected prop that contains the required segmentedControl interface.\nNOTE: This Prop definition can be removed when the following issue is resolved:\nhttps://github.com/vuejs/vue/issues/8969",
264
- "value": {
265
- "kind": "expression",
266
- "type": "AdlSegmentedControlApi"
267
- },
268
- "default": "null"
269
- },
270
- {
271
- "name": "testId",
272
- "description": "For testing purposes you can decide which testId your adl-segmented-option instance will have",
273
- "value": {
274
- "kind": "expression",
275
- "type": "string"
276
- },
277
- "default": "'adl-segmented-option'"
278
- }
279
- ],
280
- "slots": [
281
- {
282
- "name": "icon"
283
- }
284
- ],
285
- "source": {
286
- "module": "./src/components/segmented-control/components/segmented-option.vue",
287
- "symbol": "default"
288
- }
289
- },
290
183
  {
291
184
  "name": "adl-textarea",
292
185
  "description": "",
@@ -1375,6 +1268,15 @@
1375
1268
  },
1376
1269
  "default": "BentoCardBackground.PRIMARY"
1377
1270
  },
1271
+ {
1272
+ "name": "titleSize",
1273
+ "description": "Defines the title size of the card header",
1274
+ "value": {
1275
+ "kind": "expression",
1276
+ "type": "BentoCardTitleSize"
1277
+ },
1278
+ "default": "BentoCardTitleSize.DEFAULT"
1279
+ },
1378
1280
  {
1379
1281
  "name": "expandable",
1380
1282
  "description": "The whole content of the card will be expandable in accordion manner",
@@ -1476,6 +1378,15 @@
1476
1378
  },
1477
1379
  "default": "false"
1478
1380
  },
1381
+ {
1382
+ "name": "hasError",
1383
+ "description": "Setting this property to true will show the checkbox in error state.",
1384
+ "value": {
1385
+ "kind": "expression",
1386
+ "type": "boolean"
1387
+ },
1388
+ "default": "false"
1389
+ },
1479
1390
  {
1480
1391
  "name": "indeterminate",
1481
1392
  "description": "The :indeterminate CSS pseudo-class represents any form element\nwhose state is indeterminate, such as checkboxes which have their HTML indeterminate attribute\nset to true, radio buttons which are members of a group in which all radio buttons are unchecked,\nand indeterminate <progress> elements. https://developer.mozilla.org/en-US/docs/Web/CSS/:indeterminate\nThis property lets you control the input.indeterminate native property.",
@@ -1553,6 +1464,15 @@
1553
1464
  },
1554
1465
  "default": "false"
1555
1466
  },
1467
+ {
1468
+ "name": "hasError",
1469
+ "description": "If set to true, renders all checkboxes in the group in an error state.",
1470
+ "value": {
1471
+ "kind": "expression",
1472
+ "type": "boolean"
1473
+ },
1474
+ "default": "false"
1475
+ },
1556
1476
  {
1557
1477
  "name": "label",
1558
1478
  "required": true,
@@ -1921,6 +1841,14 @@
1921
1841
  "name": "bento-date-filter",
1922
1842
  "description": "The Date filter displays a calendar that allows\nto select a single date.",
1923
1843
  "attributes": [
1844
+ {
1845
+ "name": "isDateInput",
1846
+ "value": {
1847
+ "kind": "expression",
1848
+ "type": "boolean"
1849
+ },
1850
+ "default": "true"
1851
+ },
1924
1852
  {
1925
1853
  "name": "defaultValue",
1926
1854
  "description": "Default value of the filter to reset to.",
@@ -1948,6 +1876,15 @@
1948
1876
  "type": "string"
1949
1877
  }
1950
1878
  },
1879
+ {
1880
+ "name": "onlySlot",
1881
+ "description": "Renders the base filter's slot content only - leaving out the button and the popover.\nUsed for the allFiltersModal component.",
1882
+ "value": {
1883
+ "kind": "expression",
1884
+ "type": "boolean"
1885
+ },
1886
+ "default": "false"
1887
+ },
1951
1888
  {
1952
1889
  "name": "options",
1953
1890
  "description": "List of options that are needed to setup the filter\nAvailable options:\n - firstDayOfWeek: Allows you to set the first day of the week. 0 is sunday, 1 is monday, 6 is saturday\n - isDateDisabled: Indicate if a date should be disabled or not",
@@ -1965,15 +1902,6 @@
1965
1902
  "type": "BentoDateFilterValue"
1966
1903
  },
1967
1904
  "default": "undefined"
1968
- },
1969
- {
1970
- "name": "onlySlot",
1971
- "description": "Renders the base filter's slot content only - leaving out the button and the popover.\nUsed for the allFiltersModal component.",
1972
- "value": {
1973
- "kind": "expression",
1974
- "type": "boolean"
1975
- },
1976
- "default": "false"
1977
1905
  }
1978
1906
  ],
1979
1907
  "source": {
@@ -2163,6 +2091,15 @@
2163
2091
  "type": "string"
2164
2092
  }
2165
2093
  },
2094
+ {
2095
+ "name": "onlySlot",
2096
+ "description": "Renders the base filter's slot content only - leaving out the button and the popover.\nUsed for the allFiltersModal component.",
2097
+ "value": {
2098
+ "kind": "expression",
2099
+ "type": "boolean"
2100
+ },
2101
+ "default": "false"
2102
+ },
2166
2103
  {
2167
2104
  "name": "options",
2168
2105
  "description": "List of options that are needed to setup the filter\nAvailable options:\n - firstDayOfWeek: Allows you to set the first day of the week. 0 is sunday, 1 is monday, 6 is saturday\n - isDateDisabled: Indicate if a date should be disabled or not",
@@ -2180,15 +2117,6 @@
2180
2117
  "type": "BentoDateRangeFilterValue"
2181
2118
  },
2182
2119
  "default": "() => ({ startDate: undefined, endDate: undefined })"
2183
- },
2184
- {
2185
- "name": "onlySlot",
2186
- "description": "Renders the base filter's slot content only - leaving out the button and the popover.\nUsed for the allFiltersModal component.",
2187
- "value": {
2188
- "kind": "expression",
2189
- "type": "boolean"
2190
- },
2191
- "default": "false"
2192
2120
  }
2193
2121
  ],
2194
2122
  "source": {
@@ -2417,11 +2345,6 @@
2417
2345
  "default": "() => []"
2418
2346
  }
2419
2347
  ],
2420
- "events": [
2421
- {
2422
- "name": "input"
2423
- }
2424
- ],
2425
2348
  "source": {
2426
2349
  "module": "./src/components/filter-bar/filter-bar.vue",
2427
2350
  "symbol": "default"
@@ -2790,6 +2713,15 @@
2790
2713
  },
2791
2714
  "default": "false"
2792
2715
  },
2716
+ {
2717
+ "name": "noResultsMessage",
2718
+ "required": true,
2719
+ "description": "Messaged displayed when no items are listed in the listbox",
2720
+ "value": {
2721
+ "kind": "expression",
2722
+ "type": "string"
2723
+ }
2724
+ },
2793
2725
  {
2794
2726
  "name": "searching",
2795
2727
  "description": "Flag that indicates that an external search it's being made\nto filter out the items inside the the multi-select listbox\n\nIf enabled, hides the \"Select all\" checkbox in \"multiple\" mode.",
@@ -3954,7 +3886,16 @@
3954
3886
  },
3955
3887
  {
3956
3888
  "name": "disabled",
3957
- "description": "If set to true, renders all checkboxes in the group in a disabled state.",
3889
+ "description": "If set to true, renders all radio-buttons in the group in a disabled state.",
3890
+ "value": {
3891
+ "kind": "expression",
3892
+ "type": "boolean"
3893
+ },
3894
+ "default": "false"
3895
+ },
3896
+ {
3897
+ "name": "hasError",
3898
+ "description": "If set to true, renders all radio-buttons in the group in an error state.",
3958
3899
  "value": {
3959
3900
  "kind": "expression",
3960
3901
  "type": "boolean"
@@ -4096,6 +4037,66 @@
4096
4037
  "symbol": "default"
4097
4038
  }
4098
4039
  },
4040
+ {
4041
+ "name": "bento-segmented-control-button",
4042
+ "description": "Internal component to be used within the BentoSegmentedControl component only",
4043
+ "attributes": [
4044
+ {
4045
+ "name": "label",
4046
+ "required": true,
4047
+ "description": "The string the button will showcase",
4048
+ "value": {
4049
+ "kind": "expression",
4050
+ "type": "string"
4051
+ }
4052
+ },
4053
+ {
4054
+ "name": "value",
4055
+ "required": true,
4056
+ "description": "Indicates the value of the input that will be returned when it's selected",
4057
+ "value": {
4058
+ "kind": "expression",
4059
+ "type": "string|number"
4060
+ }
4061
+ },
4062
+ {
4063
+ "name": "v-model",
4064
+ "description": "This property should not be used directly.\nIt will be used by v-model directive on the segmented control component",
4065
+ "value": {
4066
+ "kind": "expression",
4067
+ "type": "string|number"
4068
+ },
4069
+ "default": "null"
4070
+ },
4071
+ {
4072
+ "name": "disabled",
4073
+ "description": "Disable the radio button (optional)",
4074
+ "value": {
4075
+ "kind": "expression",
4076
+ "type": "boolean"
4077
+ },
4078
+ "default": "false"
4079
+ },
4080
+ {
4081
+ "name": "fullWidth",
4082
+ "description": "Renders the button with a 100% width",
4083
+ "value": {
4084
+ "kind": "expression",
4085
+ "type": "boolean"
4086
+ },
4087
+ "default": "false"
4088
+ }
4089
+ ],
4090
+ "events": [
4091
+ {
4092
+ "name": "input"
4093
+ }
4094
+ ],
4095
+ "source": {
4096
+ "module": "./src/components/segmented-control/components/segmented-control-button/segmented-control-button.vue",
4097
+ "symbol": "default"
4098
+ }
4099
+ },
4099
4100
  {
4100
4101
  "name": "bento-select-avatar-filter",
4101
4102
  "description": "The Select Avatar filter displays a listbox of avatar items\npassed in the \"options.listboxItems\" property.",
@@ -4223,6 +4224,15 @@
4223
4224
  "type": "string"
4224
4225
  }
4225
4226
  },
4227
+ {
4228
+ "name": "onlySlot",
4229
+ "description": "Renders the base filter's slot content only - leaving out the button and the popover.\nUsed for the allFiltersModal component.",
4230
+ "value": {
4231
+ "kind": "expression",
4232
+ "type": "boolean"
4233
+ },
4234
+ "default": "false"
4235
+ },
4226
4236
  {
4227
4237
  "name": "options",
4228
4238
  "description": "List of options that are needed to setup the filter\nAvailable options:\n - multiple: If \"true\", the user will be able to select multiple items.\n - listboxItems: The option elements to populate the filter with.",
@@ -4240,15 +4250,6 @@
4240
4250
  "type": "BentoListboxSelectedValue"
4241
4251
  },
4242
4252
  "default": "undefined"
4243
- },
4244
- {
4245
- "name": "onlySlot",
4246
- "description": "Renders the base filter's slot content only - leaving out the button and the popover.\nUsed for the allFiltersModal component.",
4247
- "value": {
4248
- "kind": "expression",
4249
- "type": "boolean"
4250
- },
4251
- "default": "false"
4252
4253
  }
4253
4254
  ],
4254
4255
  "slots": [
@@ -4857,9 +4858,6 @@
4857
4858
  {
4858
4859
  "name": "default"
4859
4860
  },
4860
- {
4861
- "name": "subLabel"
4862
- },
4863
4861
  {
4864
4862
  "name": "description"
4865
4863
  }
@@ -4967,14 +4965,6 @@
4967
4965
  "symbol": "default"
4968
4966
  }
4969
4967
  },
4970
- {
4971
- "name": "checkbox.test",
4972
- "description": "",
4973
- "source": {
4974
- "module": "./src/components/checkbox/checkbox.test.vue",
4975
- "symbol": "default"
4976
- }
4977
- },
4978
4968
  {
4979
4969
  "name": "click-outside-stub",
4980
4970
  "description": "",
@@ -6014,11 +6004,21 @@
6014
6004
  "attributes": [
6015
6005
  {
6016
6006
  "name": "columnWidth",
6007
+ "description": "Sets the responsive columns widths for the grid.",
6017
6008
  "value": {
6018
6009
  "kind": "expression",
6019
6010
  "type": "GridLayoutColumnWidths"
6020
6011
  },
6021
6012
  "default": "null"
6013
+ },
6014
+ {
6015
+ "name": "containerType",
6016
+ "description": "Set the type of CSS container the grid layout has",
6017
+ "value": {
6018
+ "kind": "expression",
6019
+ "type": "GridLayoutContainerType"
6020
+ },
6021
+ "default": "GridLayoutContainerType.INLINE"
6022
6022
  }
6023
6023
  ],
6024
6024
  "slots": [
@@ -6627,6 +6627,15 @@
6627
6627
  },
6628
6628
  "default": "false"
6629
6629
  },
6630
+ {
6631
+ "name": "hasError",
6632
+ "description": "Shows radio-button in error state (optional)",
6633
+ "value": {
6634
+ "kind": "expression",
6635
+ "type": "boolean"
6636
+ },
6637
+ "default": "false"
6638
+ },
6630
6639
  {
6631
6640
  "name": "value",
6632
6641
  "required": true,
@@ -6655,9 +6664,6 @@
6655
6664
  {
6656
6665
  "name": "default"
6657
6666
  },
6658
- {
6659
- "name": "subLabel"
6660
- },
6661
6667
  {
6662
6668
  "name": "description"
6663
6669
  }
@@ -6667,22 +6673,6 @@
6667
6673
  "symbol": "default"
6668
6674
  }
6669
6675
  },
6670
- {
6671
- "name": "radio-button.test",
6672
- "description": "",
6673
- "source": {
6674
- "module": "./src/components/radio-group/components/radio-button/radio-button.test.vue",
6675
- "symbol": "default"
6676
- }
6677
- },
6678
- {
6679
- "name": "segmented-control.test",
6680
- "description": "",
6681
- "source": {
6682
- "module": "./src/components/segmented-control/segmented-control.test.vue",
6683
- "symbol": "default"
6684
- }
6685
- },
6686
6676
  {
6687
6677
  "name": "status.test",
6688
6678
  "description": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adyen/bento-vue2",
3
- "version": "0.9.2",
3
+ "version": "0.10.0",
4
4
  "description": "Adyen Bento Vue2 components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -50,7 +50,7 @@
50
50
  "url": "git@github.com:Adyen/bento.git"
51
51
  },
52
52
  "dependencies": {
53
- "@adyen/bento-design-tokens": "0.5.2",
53
+ "@adyen/bento-design-tokens": "0.5.4",
54
54
  "@adyen/ui-assets-flag-icons": "1.2.0",
55
55
  "@adyen/ui-assets-icons-16": "3.1.0",
56
56
  "@adyen/ui-assets-payment-method-icons": "5.2.0",
@@ -1,59 +0,0 @@
1
- import { PropType } from 'vue';
2
- import { AdlSegmentedControlApi } from '../segmented-control.types';
3
- declare const _default: import("vue").DefineComponent<{
4
- disabled: {
5
- type: BooleanConstructor;
6
- default: boolean;
7
- };
8
- value: {
9
- type: any;
10
- required: true;
11
- };
12
- label: {
13
- type: StringConstructor;
14
- default: string;
15
- };
16
- segmentedControl: {
17
- type: PropType<AdlSegmentedControlApi>;
18
- default: any;
19
- };
20
- testId: {
21
- type: StringConstructor;
22
- default: string;
23
- };
24
- }, {}, {}, {
25
- isSelected(): boolean;
26
- isDisabled(): boolean;
27
- isChecked(): boolean;
28
- adlSegmentedControlApi(): AdlSegmentedControlApi;
29
- conditionalClasses(): {
30
- [className: string]: boolean;
31
- };
32
- }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
33
- disabled: {
34
- type: BooleanConstructor;
35
- default: boolean;
36
- };
37
- value: {
38
- type: any;
39
- required: true;
40
- };
41
- label: {
42
- type: StringConstructor;
43
- default: string;
44
- };
45
- segmentedControl: {
46
- type: PropType<AdlSegmentedControlApi>;
47
- default: any;
48
- };
49
- testId: {
50
- type: StringConstructor;
51
- default: string;
52
- };
53
- }>>, {
54
- label: string;
55
- disabled: boolean;
56
- testId: string;
57
- segmentedControl: AdlSegmentedControlApi;
58
- }>;
59
- export default _default;
@@ -1,3 +0,0 @@
1
- export { default as AdlSegmentedOption } from './components/segmented-option.vue';
2
- export { default as AdlSegmentedControl } from './segmented-control.vue';
3
- export * from './segmented-control.types';
@@ -1 +0,0 @@
1
- export declare const SEGMENTED_CONTROL_INJ_KEY: unique symbol;
@@ -1,15 +0,0 @@
1
- export interface AdlSegmentedControlApi {
2
- state: {
3
- name: string;
4
- disabled: boolean;
5
- selectedValue: unknown;
6
- };
7
- changeValue: (newValue: unknown) => void;
8
- }
9
- export declare enum AdlSegmentedControlState {
10
- DISABLED = "disabled"
11
- }
12
- export declare enum AdlSegmentedOptionState {
13
- DISABLED = "disabled",
14
- SELECTED = "selected"
15
- }
@@ -1,42 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- disabled: {
3
- type: BooleanConstructor;
4
- default: boolean;
5
- };
6
- value: {
7
- type: any;
8
- default: any;
9
- };
10
- name: {
11
- type: StringConstructor;
12
- required: true;
13
- };
14
- }, {}, {
15
- state: {
16
- disabled: boolean;
17
- selectedValue: any;
18
- name: string;
19
- };
20
- ariaLabel: any;
21
- }, {
22
- conditionalClasses(): {
23
- [className: string]: boolean;
24
- };
25
- }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
26
- disabled: {
27
- type: BooleanConstructor;
28
- default: boolean;
29
- };
30
- value: {
31
- type: any;
32
- default: any;
33
- };
34
- name: {
35
- type: StringConstructor;
36
- required: true;
37
- };
38
- }>>, {
39
- value: any;
40
- disabled: boolean;
41
- }>;
42
- export default _default;