@fluentui/web-components 3.0.0-alpha.19 → 3.0.0-alpha.20

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/CHANGELOG.json +16 -1
  2. package/CHANGELOG.md +11 -2
  3. package/dist/dts/index.d.ts +2 -0
  4. package/dist/dts/radio/define.d.ts +1 -0
  5. package/dist/dts/radio/index.d.ts +4 -0
  6. package/dist/dts/radio/radio.d.ts +7 -0
  7. package/dist/dts/radio/radio.definition.d.ts +10 -0
  8. package/dist/dts/radio/radio.styles.d.ts +4 -0
  9. package/dist/dts/radio/radio.template.d.ts +3 -0
  10. package/dist/dts/radio-group/define.d.ts +1 -0
  11. package/dist/dts/radio-group/index.d.ts +5 -0
  12. package/dist/dts/radio-group/radio-group.d.ts +15 -0
  13. package/dist/dts/radio-group/radio-group.definition.d.ts +10 -0
  14. package/dist/dts/radio-group/radio-group.styles.d.ts +4 -0
  15. package/dist/dts/radio-group/radio-group.template.d.ts +3 -0
  16. package/dist/esm/index.js +2 -0
  17. package/dist/esm/index.js.map +1 -1
  18. package/dist/esm/radio/define.js +4 -0
  19. package/dist/esm/radio/define.js.map +1 -0
  20. package/dist/esm/radio/index.js +5 -0
  21. package/dist/esm/radio/index.js.map +1 -0
  22. package/dist/esm/radio/radio.definition.js +18 -0
  23. package/dist/esm/radio/radio.definition.js.map +1 -0
  24. package/dist/esm/radio/radio.js +8 -0
  25. package/dist/esm/radio/radio.js.map +1 -0
  26. package/dist/esm/radio/radio.styles.js +108 -0
  27. package/dist/esm/radio/radio.styles.js.map +1 -0
  28. package/dist/esm/radio/radio.template.js +6 -0
  29. package/dist/esm/radio/radio.template.js.map +1 -0
  30. package/dist/esm/radio-group/define.js +4 -0
  31. package/dist/esm/radio-group/define.js.map +1 -0
  32. package/dist/esm/radio-group/index.js +6 -0
  33. package/dist/esm/radio-group/index.js.map +1 -0
  34. package/dist/esm/radio-group/radio-group.definition.js +18 -0
  35. package/dist/esm/radio-group/radio-group.definition.js.map +1 -0
  36. package/dist/esm/radio-group/radio-group.js +24 -0
  37. package/dist/esm/radio-group/radio-group.js.map +1 -0
  38. package/dist/esm/radio-group/radio-group.styles.js +52 -0
  39. package/dist/esm/radio-group/radio-group.styles.js.map +1 -0
  40. package/dist/esm/radio-group/radio-group.template.js +3 -0
  41. package/dist/esm/radio-group/radio-group.template.js.map +1 -0
  42. package/dist/fluent-web-components.api.json +294 -0
  43. package/dist/web-components.d.ts +61 -0
  44. package/dist/web-components.js +640 -76
  45. package/dist/web-components.min.js +166 -160
  46. package/docs/api-report.md +32 -0
  47. package/package.json +9 -1
@@ -16835,6 +16835,300 @@
16835
16835
  "endIndex": 2
16836
16836
  }
16837
16837
  },
16838
+ {
16839
+ "kind": "Class",
16840
+ "canonicalReference": "@fluentui/web-components!Radio:class",
16841
+ "docComment": "/**\n * The base class used for constructing a fluent-radio custom element\n *\n * @public\n */\n",
16842
+ "excerptTokens": [
16843
+ {
16844
+ "kind": "Content",
16845
+ "text": "export declare class Radio extends "
16846
+ },
16847
+ {
16848
+ "kind": "Reference",
16849
+ "text": "FASTRadio",
16850
+ "canonicalReference": "@microsoft/fast-foundation!FASTRadio:class"
16851
+ },
16852
+ {
16853
+ "kind": "Content",
16854
+ "text": " "
16855
+ }
16856
+ ],
16857
+ "releaseTag": "Public",
16858
+ "name": "Radio",
16859
+ "preserveMemberOrder": false,
16860
+ "members": [],
16861
+ "extendsTokenRange": {
16862
+ "startIndex": 1,
16863
+ "endIndex": 2
16864
+ },
16865
+ "implementsTokenRanges": []
16866
+ },
16867
+ {
16868
+ "kind": "Variable",
16869
+ "canonicalReference": "@fluentui/web-components!RadioDefinition:var",
16870
+ "docComment": "/**\n * The Fluent Radio Element.\n *\n * @remarks\n *\n * HTML Element: \\<fluent-radio\\>\n *\n * @public\n */\n",
16871
+ "excerptTokens": [
16872
+ {
16873
+ "kind": "Content",
16874
+ "text": "definition: "
16875
+ },
16876
+ {
16877
+ "kind": "Content",
16878
+ "text": "import(\"@microsoft/fast-element\")."
16879
+ },
16880
+ {
16881
+ "kind": "Reference",
16882
+ "text": "FASTElementDefinition",
16883
+ "canonicalReference": "@microsoft/fast-element!FASTElementDefinition:class"
16884
+ },
16885
+ {
16886
+ "kind": "Content",
16887
+ "text": "<typeof "
16888
+ },
16889
+ {
16890
+ "kind": "Reference",
16891
+ "text": "Radio",
16892
+ "canonicalReference": "@fluentui/web-components!Radio:class"
16893
+ },
16894
+ {
16895
+ "kind": "Content",
16896
+ "text": ">"
16897
+ }
16898
+ ],
16899
+ "isReadonly": true,
16900
+ "releaseTag": "Public",
16901
+ "name": "RadioDefinition",
16902
+ "variableTypeTokenRange": {
16903
+ "startIndex": 1,
16904
+ "endIndex": 6
16905
+ }
16906
+ },
16907
+ {
16908
+ "kind": "Class",
16909
+ "canonicalReference": "@fluentui/web-components!RadioGroup:class",
16910
+ "docComment": "/**\n * The base class used for constructing a fluent-radio-group custom element\n *\n * @public\n */\n",
16911
+ "excerptTokens": [
16912
+ {
16913
+ "kind": "Content",
16914
+ "text": "export declare class RadioGroup extends "
16915
+ },
16916
+ {
16917
+ "kind": "Reference",
16918
+ "text": "FASTRadioGroup",
16919
+ "canonicalReference": "@microsoft/fast-foundation!FASTRadioGroup:class"
16920
+ },
16921
+ {
16922
+ "kind": "Content",
16923
+ "text": " "
16924
+ }
16925
+ ],
16926
+ "releaseTag": "Public",
16927
+ "name": "RadioGroup",
16928
+ "preserveMemberOrder": false,
16929
+ "members": [
16930
+ {
16931
+ "kind": "Property",
16932
+ "canonicalReference": "@fluentui/web-components!RadioGroup#stacked:member",
16933
+ "docComment": "/**\n * sets radio layout styles\n *\n * @remarks\n *\n * HTML Attribute: stacked\n *\n * @public\n */\n",
16934
+ "excerptTokens": [
16935
+ {
16936
+ "kind": "Content",
16937
+ "text": "stacked: "
16938
+ },
16939
+ {
16940
+ "kind": "Content",
16941
+ "text": "boolean"
16942
+ },
16943
+ {
16944
+ "kind": "Content",
16945
+ "text": ";"
16946
+ }
16947
+ ],
16948
+ "isReadonly": false,
16949
+ "isOptional": false,
16950
+ "releaseTag": "Public",
16951
+ "name": "stacked",
16952
+ "propertyTypeTokenRange": {
16953
+ "startIndex": 1,
16954
+ "endIndex": 2
16955
+ },
16956
+ "isStatic": false,
16957
+ "isProtected": false
16958
+ }
16959
+ ],
16960
+ "extendsTokenRange": {
16961
+ "startIndex": 1,
16962
+ "endIndex": 2
16963
+ },
16964
+ "implementsTokenRanges": []
16965
+ },
16966
+ {
16967
+ "kind": "Variable",
16968
+ "canonicalReference": "@fluentui/web-components!RadioGroupDefinition:var",
16969
+ "docComment": "/**\n * The Fluent RadioGroup Element.\n *\n * @remarks\n *\n * HTML Element: \\<fluent-radio-group\\>\n *\n * @public\n */\n",
16970
+ "excerptTokens": [
16971
+ {
16972
+ "kind": "Content",
16973
+ "text": "definition: "
16974
+ },
16975
+ {
16976
+ "kind": "Content",
16977
+ "text": "import(\"@microsoft/fast-element\")."
16978
+ },
16979
+ {
16980
+ "kind": "Reference",
16981
+ "text": "FASTElementDefinition",
16982
+ "canonicalReference": "@microsoft/fast-element!FASTElementDefinition:class"
16983
+ },
16984
+ {
16985
+ "kind": "Content",
16986
+ "text": "<typeof "
16987
+ },
16988
+ {
16989
+ "kind": "Reference",
16990
+ "text": "RadioGroup",
16991
+ "canonicalReference": "@fluentui/web-components!RadioGroup:class"
16992
+ },
16993
+ {
16994
+ "kind": "Content",
16995
+ "text": ">"
16996
+ }
16997
+ ],
16998
+ "isReadonly": true,
16999
+ "releaseTag": "Public",
17000
+ "name": "RadioGroupDefinition",
17001
+ "variableTypeTokenRange": {
17002
+ "startIndex": 1,
17003
+ "endIndex": 6
17004
+ }
17005
+ },
17006
+ {
17007
+ "kind": "Variable",
17008
+ "canonicalReference": "@fluentui/web-components!RadioGroupStyles:var",
17009
+ "docComment": "/**\n * RadioGroup styles\n *\n * @public\n */\n",
17010
+ "excerptTokens": [
17011
+ {
17012
+ "kind": "Content",
17013
+ "text": "styles: "
17014
+ },
17015
+ {
17016
+ "kind": "Content",
17017
+ "text": "import(\"@microsoft/fast-element\")."
17018
+ },
17019
+ {
17020
+ "kind": "Reference",
17021
+ "text": "ElementStyles",
17022
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
17023
+ }
17024
+ ],
17025
+ "isReadonly": true,
17026
+ "releaseTag": "Public",
17027
+ "name": "RadioGroupStyles",
17028
+ "variableTypeTokenRange": {
17029
+ "startIndex": 1,
17030
+ "endIndex": 3
17031
+ }
17032
+ },
17033
+ {
17034
+ "kind": "Variable",
17035
+ "canonicalReference": "@fluentui/web-components!RadioGroupTemplate:var",
17036
+ "docComment": "",
17037
+ "excerptTokens": [
17038
+ {
17039
+ "kind": "Content",
17040
+ "text": "template: "
17041
+ },
17042
+ {
17043
+ "kind": "Reference",
17044
+ "text": "ElementViewTemplate",
17045
+ "canonicalReference": "@microsoft/fast-element!ElementViewTemplate:interface"
17046
+ },
17047
+ {
17048
+ "kind": "Content",
17049
+ "text": "<"
17050
+ },
17051
+ {
17052
+ "kind": "Reference",
17053
+ "text": "RadioGroup",
17054
+ "canonicalReference": "@fluentui/web-components!RadioGroup:class"
17055
+ },
17056
+ {
17057
+ "kind": "Content",
17058
+ "text": ">"
17059
+ }
17060
+ ],
17061
+ "isReadonly": true,
17062
+ "releaseTag": "Public",
17063
+ "name": "RadioGroupTemplate",
17064
+ "variableTypeTokenRange": {
17065
+ "startIndex": 1,
17066
+ "endIndex": 5
17067
+ }
17068
+ },
17069
+ {
17070
+ "kind": "Variable",
17071
+ "canonicalReference": "@fluentui/web-components!RadioStyles:var",
17072
+ "docComment": "/**\n * Radio styles\n *\n * @public\n */\n",
17073
+ "excerptTokens": [
17074
+ {
17075
+ "kind": "Content",
17076
+ "text": "styles: "
17077
+ },
17078
+ {
17079
+ "kind": "Content",
17080
+ "text": "import(\"@microsoft/fast-element\")."
17081
+ },
17082
+ {
17083
+ "kind": "Reference",
17084
+ "text": "ElementStyles",
17085
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
17086
+ }
17087
+ ],
17088
+ "isReadonly": true,
17089
+ "releaseTag": "Public",
17090
+ "name": "RadioStyles",
17091
+ "variableTypeTokenRange": {
17092
+ "startIndex": 1,
17093
+ "endIndex": 3
17094
+ }
17095
+ },
17096
+ {
17097
+ "kind": "Variable",
17098
+ "canonicalReference": "@fluentui/web-components!RadioTemplate:var",
17099
+ "docComment": "",
17100
+ "excerptTokens": [
17101
+ {
17102
+ "kind": "Content",
17103
+ "text": "template: "
17104
+ },
17105
+ {
17106
+ "kind": "Reference",
17107
+ "text": "ElementViewTemplate",
17108
+ "canonicalReference": "@microsoft/fast-element!ElementViewTemplate:interface"
17109
+ },
17110
+ {
17111
+ "kind": "Content",
17112
+ "text": "<"
17113
+ },
17114
+ {
17115
+ "kind": "Reference",
17116
+ "text": "Radio",
17117
+ "canonicalReference": "@fluentui/web-components!Radio:class"
17118
+ },
17119
+ {
17120
+ "kind": "Content",
17121
+ "text": ">"
17122
+ }
17123
+ ],
17124
+ "isReadonly": true,
17125
+ "releaseTag": "Public",
17126
+ "name": "RadioTemplate",
17127
+ "variableTypeTokenRange": {
17128
+ "startIndex": 1,
17129
+ "endIndex": 5
17130
+ }
17131
+ },
16838
17132
  {
16839
17133
  "kind": "Variable",
16840
17134
  "canonicalReference": "@fluentui/web-components!setTheme:var",
@@ -16,11 +16,14 @@ import { FASTMenu } from '@microsoft/fast-foundation';
16
16
  import { FASTMenuItem } from '@microsoft/fast-foundation';
17
17
  import { FASTProgress } from '@microsoft/fast-foundation';
18
18
  import { FASTProgressRing } from '@microsoft/fast-foundation';
19
+ import { FASTRadio } from '@microsoft/fast-foundation';
20
+ import { FASTRadioGroup } from '@microsoft/fast-foundation';
19
21
  import { FASTSlider } from '@microsoft/fast-foundation';
20
22
  import { FASTSwitch } from '@microsoft/fast-foundation';
21
23
  import { FASTTab } from '@microsoft/fast-foundation';
22
24
  import { FASTTabPanel } from '@microsoft/fast-foundation';
23
25
  import { FASTTabs } from '@microsoft/fast-foundation';
26
+ import { RadioGroupOrientation } from '@microsoft/fast-foundation';
24
27
  import { SliderOrientation } from '@microsoft/fast-foundation';
25
28
  import { StartEnd } from '@microsoft/fast-foundation';
26
29
  import { StartEndOptions } from '@microsoft/fast-foundation';
@@ -2259,6 +2262,64 @@ export declare const ProgressBarValidationState: {
2259
2262
  */
2260
2263
  export declare type ProgressBarValidationState = ValuesOf<typeof ProgressBarValidationState>;
2261
2264
 
2265
+ /**
2266
+ * The base class used for constructing a fluent-radio custom element
2267
+ * @public
2268
+ */
2269
+ export declare class Radio extends FASTRadio {
2270
+ }
2271
+
2272
+ /**
2273
+ * The Fluent Radio Element.
2274
+ *
2275
+ *
2276
+ * @public
2277
+ * @remarks
2278
+ * HTML Element: \<fluent-radio\>
2279
+ */
2280
+ export declare const RadioDefinition: FASTElementDefinition<typeof Radio>;
2281
+
2282
+ /**
2283
+ * The base class used for constructing a fluent-radio-group custom element
2284
+ * @public
2285
+ */
2286
+ export declare class RadioGroup extends FASTRadioGroup {
2287
+ /**
2288
+ * sets radio layout styles
2289
+ *
2290
+ * @public
2291
+ * @remarks
2292
+ * HTML Attribute: stacked
2293
+ */
2294
+ stacked: boolean;
2295
+ }
2296
+
2297
+ /**
2298
+ * The Fluent RadioGroup Element.
2299
+ *
2300
+ *
2301
+ * @public
2302
+ * @remarks
2303
+ * HTML Element: \<fluent-radio-group\>
2304
+ */
2305
+ export declare const RadioGroupDefinition: FASTElementDefinition<typeof RadioGroup>;
2306
+
2307
+ export { RadioGroupOrientation }
2308
+
2309
+ /** RadioGroup styles
2310
+ * @public
2311
+ */
2312
+ export declare const RadioGroupStyles: ElementStyles;
2313
+
2314
+ export declare const RadioGroupTemplate: ElementViewTemplate<RadioGroup>;
2315
+
2316
+ /** Radio styles
2317
+ * @public
2318
+ */
2319
+ export declare const RadioStyles: ElementStyles;
2320
+
2321
+ export declare const RadioTemplate: ElementViewTemplate<Radio>;
2322
+
2262
2323
  /**
2263
2324
  * Sets the theme tokens on defaultNode.
2264
2325
  * @param theme Flat object of theme token values.