@momentum-design/components 0.92.1 → 0.92.2

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.
@@ -8554,14 +8554,44 @@
8554
8554
  "module": "components/popover/popover.component.js"
8555
8555
  }
8556
8556
  },
8557
+ {
8558
+ "kind": "field",
8559
+ "name": "boundary",
8560
+ "type": {
8561
+ "text": "'clippingAncestors' | string"
8562
+ },
8563
+ "description": "This describes the clipping element(s) or area that overflow will be checked relative to.\nThe default is 'clippingAncestors', which are the overflow ancestors which will cause the\nelement to be clipped.\n\nPossible values:\n - 'clippingAncestors'\n - any css selector",
8564
+ "default": "'clippingAncestors'",
8565
+ "attribute": "boundary",
8566
+ "reflects": true,
8567
+ "inheritedFrom": {
8568
+ "name": "Popover",
8569
+ "module": "components/popover/popover.component.js"
8570
+ }
8571
+ },
8572
+ {
8573
+ "kind": "field",
8574
+ "name": "boundaryRoot",
8575
+ "type": {
8576
+ "text": "'viewport' | 'document'"
8577
+ },
8578
+ "description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
8579
+ "default": "'viewport'",
8580
+ "attribute": "boundary-root",
8581
+ "reflects": true,
8582
+ "inheritedFrom": {
8583
+ "name": "Popover",
8584
+ "module": "components/popover/popover.component.js"
8585
+ }
8586
+ },
8557
8587
  {
8558
8588
  "kind": "field",
8559
8589
  "name": "boundaryPadding",
8560
8590
  "type": {
8561
- "text": "number"
8591
+ "text": "undefined | number"
8562
8592
  },
8563
- "description": "Virtual padding around the boundary to check for overflow.",
8564
- "default": "16",
8593
+ "description": "Virtual padding around the boundary to check for overflow.\nSo the popover will not be placed on top of the edge of the boundary.\n\nDefault works well for most cases, but you can set this to customise it when necessary.",
8594
+ "default": "undefined",
8565
8595
  "attribute": "boundary-padding",
8566
8596
  "reflects": true,
8567
8597
  "inheritedFrom": {
@@ -9250,13 +9280,39 @@
9250
9280
  "module": "src/components/popover/popover.component.ts"
9251
9281
  }
9252
9282
  },
9283
+ {
9284
+ "name": "boundary",
9285
+ "type": {
9286
+ "text": "'clippingAncestors' | string"
9287
+ },
9288
+ "description": "This describes the clipping element(s) or area that overflow will be checked relative to.\nThe default is 'clippingAncestors', which are the overflow ancestors which will cause the\nelement to be clipped.\n\nPossible values:\n - 'clippingAncestors'\n - any css selector",
9289
+ "default": "'clippingAncestors'",
9290
+ "fieldName": "boundary",
9291
+ "inheritedFrom": {
9292
+ "name": "Popover",
9293
+ "module": "src/components/popover/popover.component.ts"
9294
+ }
9295
+ },
9296
+ {
9297
+ "name": "boundary-root",
9298
+ "type": {
9299
+ "text": "'viewport' | 'document'"
9300
+ },
9301
+ "description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
9302
+ "default": "'viewport'",
9303
+ "fieldName": "boundaryRoot",
9304
+ "inheritedFrom": {
9305
+ "name": "Popover",
9306
+ "module": "src/components/popover/popover.component.ts"
9307
+ }
9308
+ },
9253
9309
  {
9254
9310
  "name": "boundary-padding",
9255
9311
  "type": {
9256
- "text": "number"
9312
+ "text": "undefined | number"
9257
9313
  },
9258
- "description": "Virtual padding around the boundary to check for overflow.",
9259
- "default": "16",
9314
+ "description": "Virtual padding around the boundary to check for overflow.\nSo the popover will not be placed on top of the edge of the boundary.\n\nDefault works well for most cases, but you can set this to customise it when necessary.",
9315
+ "default": "undefined",
9260
9316
  "fieldName": "boundaryPadding",
9261
9317
  "inheritedFrom": {
9262
9318
  "name": "Popover",
@@ -19244,14 +19300,44 @@
19244
19300
  "module": "components/popover/popover.component.js"
19245
19301
  }
19246
19302
  },
19303
+ {
19304
+ "kind": "field",
19305
+ "name": "boundary",
19306
+ "type": {
19307
+ "text": "'clippingAncestors' | string"
19308
+ },
19309
+ "description": "This describes the clipping element(s) or area that overflow will be checked relative to.\nThe default is 'clippingAncestors', which are the overflow ancestors which will cause the\nelement to be clipped.\n\nPossible values:\n - 'clippingAncestors'\n - any css selector",
19310
+ "default": "'clippingAncestors'",
19311
+ "attribute": "boundary",
19312
+ "reflects": true,
19313
+ "inheritedFrom": {
19314
+ "name": "Popover",
19315
+ "module": "components/popover/popover.component.js"
19316
+ }
19317
+ },
19318
+ {
19319
+ "kind": "field",
19320
+ "name": "boundaryRoot",
19321
+ "type": {
19322
+ "text": "'viewport' | 'document'"
19323
+ },
19324
+ "description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
19325
+ "default": "'viewport'",
19326
+ "attribute": "boundary-root",
19327
+ "reflects": true,
19328
+ "inheritedFrom": {
19329
+ "name": "Popover",
19330
+ "module": "components/popover/popover.component.js"
19331
+ }
19332
+ },
19247
19333
  {
19248
19334
  "kind": "field",
19249
19335
  "name": "boundaryPadding",
19250
19336
  "type": {
19251
- "text": "number"
19337
+ "text": "undefined | number"
19252
19338
  },
19253
- "description": "Virtual padding around the boundary to check for overflow.",
19254
- "default": "16",
19339
+ "description": "Virtual padding around the boundary to check for overflow.\nSo the popover will not be placed on top of the edge of the boundary.\n\nDefault works well for most cases, but you can set this to customise it when necessary.",
19340
+ "default": "undefined",
19255
19341
  "attribute": "boundary-padding",
19256
19342
  "reflects": true,
19257
19343
  "inheritedFrom": {
@@ -19904,13 +19990,39 @@
19904
19990
  "module": "src/components/popover/popover.component.ts"
19905
19991
  }
19906
19992
  },
19993
+ {
19994
+ "name": "boundary",
19995
+ "type": {
19996
+ "text": "'clippingAncestors' | string"
19997
+ },
19998
+ "description": "This describes the clipping element(s) or area that overflow will be checked relative to.\nThe default is 'clippingAncestors', which are the overflow ancestors which will cause the\nelement to be clipped.\n\nPossible values:\n - 'clippingAncestors'\n - any css selector",
19999
+ "default": "'clippingAncestors'",
20000
+ "fieldName": "boundary",
20001
+ "inheritedFrom": {
20002
+ "name": "Popover",
20003
+ "module": "src/components/popover/popover.component.ts"
20004
+ }
20005
+ },
20006
+ {
20007
+ "name": "boundary-root",
20008
+ "type": {
20009
+ "text": "'viewport' | 'document'"
20010
+ },
20011
+ "description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
20012
+ "default": "'viewport'",
20013
+ "fieldName": "boundaryRoot",
20014
+ "inheritedFrom": {
20015
+ "name": "Popover",
20016
+ "module": "src/components/popover/popover.component.ts"
20017
+ }
20018
+ },
19907
20019
  {
19908
20020
  "name": "boundary-padding",
19909
20021
  "type": {
19910
- "text": "number"
20022
+ "text": "undefined | number"
19911
20023
  },
19912
- "description": "Virtual padding around the boundary to check for overflow.",
19913
- "default": "16",
20024
+ "description": "Virtual padding around the boundary to check for overflow.\nSo the popover will not be placed on top of the edge of the boundary.\n\nDefault works well for most cases, but you can set this to customise it when necessary.",
20025
+ "default": "undefined",
19914
20026
  "fieldName": "boundaryPadding",
19915
20027
  "inheritedFrom": {
19916
20028
  "name": "Popover",
@@ -23971,14 +24083,36 @@
23971
24083
  "attribute": "offset",
23972
24084
  "reflects": true
23973
24085
  },
24086
+ {
24087
+ "kind": "field",
24088
+ "name": "boundary",
24089
+ "type": {
24090
+ "text": "'clippingAncestors' | string"
24091
+ },
24092
+ "description": "This describes the clipping element(s) or area that overflow will be checked relative to.\nThe default is 'clippingAncestors', which are the overflow ancestors which will cause the\nelement to be clipped.\n\nPossible values:\n - 'clippingAncestors'\n - any css selector",
24093
+ "default": "'clippingAncestors'",
24094
+ "attribute": "boundary",
24095
+ "reflects": true
24096
+ },
24097
+ {
24098
+ "kind": "field",
24099
+ "name": "boundaryRoot",
24100
+ "type": {
24101
+ "text": "'viewport' | 'document'"
24102
+ },
24103
+ "description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
24104
+ "default": "'viewport'",
24105
+ "attribute": "boundary-root",
24106
+ "reflects": true
24107
+ },
23974
24108
  {
23975
24109
  "kind": "field",
23976
24110
  "name": "boundaryPadding",
23977
24111
  "type": {
23978
- "text": "number"
24112
+ "text": "undefined | number"
23979
24113
  },
23980
- "description": "Virtual padding around the boundary to check for overflow.",
23981
- "default": "16",
24114
+ "description": "Virtual padding around the boundary to check for overflow.\nSo the popover will not be placed on top of the edge of the boundary.\n\nDefault works well for most cases, but you can set this to customise it when necessary.",
24115
+ "default": "undefined",
23982
24116
  "attribute": "boundary-padding",
23983
24117
  "reflects": true
23984
24118
  },
@@ -25002,13 +25136,31 @@
25002
25136
  "default": "4",
25003
25137
  "fieldName": "offset"
25004
25138
  },
25139
+ {
25140
+ "name": "boundary",
25141
+ "type": {
25142
+ "text": "'clippingAncestors' | string"
25143
+ },
25144
+ "description": "This describes the clipping element(s) or area that overflow will be checked relative to.\nThe default is 'clippingAncestors', which are the overflow ancestors which will cause the\nelement to be clipped.\n\nPossible values:\n - 'clippingAncestors'\n - any css selector",
25145
+ "default": "'clippingAncestors'",
25146
+ "fieldName": "boundary"
25147
+ },
25148
+ {
25149
+ "name": "boundary-root",
25150
+ "type": {
25151
+ "text": "'viewport' | 'document'"
25152
+ },
25153
+ "description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
25154
+ "default": "'viewport'",
25155
+ "fieldName": "boundaryRoot"
25156
+ },
25005
25157
  {
25006
25158
  "name": "boundary-padding",
25007
25159
  "type": {
25008
- "text": "number"
25160
+ "text": "undefined | number"
25009
25161
  },
25010
- "description": "Virtual padding around the boundary to check for overflow.",
25011
- "default": "16",
25162
+ "description": "Virtual padding around the boundary to check for overflow.\nSo the popover will not be placed on top of the edge of the boundary.\n\nDefault works well for most cases, but you can set this to customise it when necessary.",
25163
+ "default": "undefined",
25012
25164
  "fieldName": "boundaryPadding"
25013
25165
  },
25014
25166
  {
@@ -30784,271 +30936,97 @@
30784
30936
  },
30785
30937
  {
30786
30938
  "kind": "javascript-module",
30787
- "path": "components/statictoggle/statictoggle.component.js",
30939
+ "path": "components/tab/tab.component.js",
30788
30940
  "declarations": [
30789
30941
  {
30790
30942
  "kind": "class",
30791
- "description": "This is a decorative component that is styled to look as a toggle. <br/>\nIt has 3 properties - checked, size and disabled. <br/>\nWe are using the same styling that has been created for the `mdc-toggle` component.",
30792
- "name": "StaticToggle",
30943
+ "description": "`mdc-tab` is Tab component to be used within the Tabgroup.\n\nPassing in the attribute `text` to the tab component is changing the text displayed in the tab.\n\nPass attribute `tabid` when using inside of `tablist` component.\n\nThe `slot=\"badge\"` can be used to add a badge to the tab.\n\nThe `slot=\"chip\"` can be used to add a chip to the tab.\n\nFor `icon`, the `mdc-icon` component is used to render the icon.\n\nNote: Icons can be used in conjunction with badges or chips.\nBadges and chips should not be used at the same time.",
30944
+ "name": "Tab",
30793
30945
  "cssProperties": [
30794
30946
  {
30795
- "description": "Width of the toggle",
30796
- "name": "--mdc-statictoggle-width"
30947
+ "description": "Gap between the badge(if provided), icon and text.",
30948
+ "name": "--mdc-tab-content-gap"
30797
30949
  },
30798
30950
  {
30799
- "description": "Height of the toggle",
30800
- "name": "--mdc-statictoggle-height"
30951
+ "description": "Height of the tab.",
30952
+ "name": "--mdc-tab-height"
30801
30953
  },
30802
30954
  {
30803
- "description": "Width of the toggle when it's size is compact",
30804
- "name": "--mdc-statictoggle-width-compact"
30955
+ "description": "Background color for active glass tab in disabled state.",
30956
+ "name": "--mdc-tab-glass-active-background-color-disabled"
30805
30957
  },
30806
30958
  {
30807
- "description": "Height of the toggle when it's size is compact",
30808
- "name": "--mdc-statictoggle-height-compact"
30959
+ "description": "Background color for active glass tab in hover state.",
30960
+ "name": "--mdc-tab-glass-active-background-color-hover"
30809
30961
  },
30810
30962
  {
30811
- "description": "Border radius of the toggle",
30812
- "name": "--mdc-statictoggle-border-radius"
30963
+ "description": "Background color for active glass tab in rest state.",
30964
+ "name": "--mdc-tab-glass-active-background-color-normal"
30813
30965
  },
30814
30966
  {
30815
- "description": "Border radius of the toggle when it's size is compact",
30816
- "name": "--mdc-statictoggle-border-radius-compact"
30967
+ "description": "Background color for active glass tab in pressed state.",
30968
+ "name": "--mdc-tab-glass-active-background-color-pressed"
30817
30969
  },
30818
30970
  {
30819
- "description": "Border of the toggle",
30820
- "name": "--mdc-statictoggle-border"
30971
+ "description": "Text and icon color for active glass tab.",
30972
+ "name": "--mdc-tab-glass-active-color"
30821
30973
  },
30822
30974
  {
30823
- "description": "Background color of the inactive toggle in rest state",
30824
- "name": "--mdc-statictoggle-inactive-rest-color"
30975
+ "description": "Text and icon color for active glass tab in disabled state.",
30976
+ "name": "--mdc-tab-glass-active-color-disabled"
30825
30977
  },
30826
30978
  {
30827
- "description": "Background color of the inactive toggle in disabled state",
30828
- "name": "--mdc-statictoggle-inactive-disabled-color"
30979
+ "description": "Border radius for glass tab.",
30980
+ "name": "--mdc-tab-glass-border-radius"
30829
30981
  },
30830
30982
  {
30831
- "description": "Background color of the active toggle in rest state",
30832
- "name": "--mdc-statictoggle-active-rest-color"
30983
+ "description": "Background color for inactive glass tab in disabled state.",
30984
+ "name": "--mdc-tab-glass-inactive-background-color-disabled"
30833
30985
  },
30834
30986
  {
30835
- "description": "Background color of the active toggle in disabled state",
30836
- "name": "--mdc-statictoggle-active-disabled-color"
30987
+ "description": "Background color for inactive glass tab in hover state.",
30988
+ "name": "--mdc-tab-glass-inactive-background-color-hover"
30837
30989
  },
30838
30990
  {
30839
- "description": "Color of the icon in normal state",
30840
- "name": "--mdc-statictoggle-icon-color-normal"
30991
+ "description": "Background color for inactive glass tab in rest state.",
30992
+ "name": "--mdc-tab-glass-inactive-background-color-normal"
30841
30993
  },
30842
30994
  {
30843
- "description": "Color of the icon in disabled state",
30844
- "name": "--mdc-statictoggle-icon-color-disabled"
30995
+ "description": "Background color for inactive glass tab in pressed state.",
30996
+ "name": "--mdc-tab-glass-inactive-background-color-pressed"
30845
30997
  },
30846
30998
  {
30847
- "description": "Background color of the icon in normal state",
30848
- "name": "--mdc-statictoggle-icon-background-color-normal"
30999
+ "description": "Text and icon color for inactive glass tab.",
31000
+ "name": "--mdc-tab-glass-inactive-color"
30849
31001
  },
30850
31002
  {
30851
- "description": "Background color of the icon in disabled state",
30852
- "name": "--mdc-statictoggle-icon-background-color-disabled"
30853
- }
30854
- ],
30855
- "slots": [
30856
- {
30857
- "description": "This is a default/unnamed slot",
30858
- "name": "default"
30859
- }
30860
- ],
30861
- "members": [
31003
+ "description": "Text and icon color for inactive glass tab in disabled state.",
31004
+ "name": "--mdc-tab-glass-inactive-color-disabled"
31005
+ },
30862
31006
  {
30863
- "kind": "field",
30864
- "name": "checked",
30865
- "type": {
30866
- "text": "boolean"
30867
- },
30868
- "default": "false",
30869
- "description": "Determines whether the toggle is active or inactive.",
30870
- "attribute": "checked",
30871
- "reflects": true
31007
+ "description": "Background color for active line tab in pressed state.",
31008
+ "name": "--mdc-tab-line-active-background-color-pressed"
30872
31009
  },
30873
31010
  {
30874
- "kind": "field",
30875
- "name": "size",
30876
- "type": {
30877
- "text": "ToggleSize"
30878
- },
30879
- "description": "Determines toggle size in rem (height is specified here).\n- **Default**: 1.5\n- **Compact**: 1",
30880
- "default": "default",
30881
- "attribute": "size",
30882
- "reflects": true
31011
+ "description": "Background color for active line tab in disabled state.",
31012
+ "name": "--mdc-tab-line-active-background-color-disabled"
30883
31013
  },
30884
31014
  {
30885
- "kind": "field",
30886
- "name": "disabled",
30887
- "type": {
30888
- "text": "boolean | undefined"
30889
- },
30890
- "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
30891
- "default": "undefined",
30892
- "attribute": "disabled",
30893
- "reflects": true,
30894
- "inheritedFrom": {
30895
- "name": "DisabledMixin",
30896
- "module": "utils/mixins/DisabledMixin.js"
30897
- }
30898
- }
30899
- ],
30900
- "attributes": [
31015
+ "description": "Background color for active line tab in hover state.",
31016
+ "name": "--mdc-tab-line-active-background-color-hover"
31017
+ },
30901
31018
  {
30902
- "name": "checked",
30903
- "type": {
30904
- "text": "boolean"
30905
- },
30906
- "default": "false",
30907
- "description": "Determines whether the toggle is active or inactive.",
30908
- "fieldName": "checked"
31019
+ "description": "Background color for active line tab in rest state.",
31020
+ "name": "--mdc-tab-line-active-background-color-normal"
30909
31021
  },
30910
31022
  {
30911
- "name": "size",
30912
- "type": {
30913
- "text": "ToggleSize"
30914
- },
30915
- "description": "Determines toggle size in rem (height is specified here).\n- **Default**: 1.5\n- **Compact**: 1",
30916
- "default": "default",
30917
- "fieldName": "size"
31023
+ "description": "Text and icon color for active line tab.",
31024
+ "name": "--mdc-tab-line-active-color"
30918
31025
  },
30919
31026
  {
30920
- "name": "disabled",
30921
- "type": {
30922
- "text": "boolean | undefined"
30923
- },
30924
- "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
30925
- "default": "undefined",
30926
- "fieldName": "disabled",
30927
- "inheritedFrom": {
30928
- "name": "DisabledMixin",
30929
- "module": "src/utils/mixins/DisabledMixin.ts"
30930
- }
30931
- }
30932
- ],
30933
- "mixins": [
30934
- {
30935
- "name": "DisabledMixin",
30936
- "module": "/src/utils/mixins/DisabledMixin"
30937
- }
30938
- ],
30939
- "superclass": {
30940
- "name": "Component",
30941
- "module": "/src/models"
30942
- },
30943
- "tagName": "mdc-statictoggle",
30944
- "jsDoc": "/**\n * This is a decorative component that is styled to look as a toggle. <br/>\n * It has 3 properties - checked, size and disabled. <br/>\n * We are using the same styling that has been created for the `mdc-toggle` component.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-statictoggle\n *\n * @slot default - This is a default/unnamed slot\n *\n * @cssproperty --mdc-statictoggle-width - Width of the toggle\n * @cssproperty --mdc-statictoggle-height - Height of the toggle\n * @cssproperty --mdc-statictoggle-width-compact - Width of the toggle when it's size is compact\n * @cssproperty --mdc-statictoggle-height-compact - Height of the toggle when it's size is compact\n * @cssproperty --mdc-statictoggle-border-radius - Border radius of the toggle\n * @cssproperty --mdc-statictoggle-border-radius-compact - Border radius of the toggle when it's size is compact\n * @cssproperty --mdc-statictoggle-border - Border of the toggle\n * @cssproperty --mdc-statictoggle-inactive-rest-color - Background color of the inactive toggle in rest state\n * @cssproperty --mdc-statictoggle-inactive-disabled-color - Background color of the inactive toggle in disabled state\n * @cssproperty --mdc-statictoggle-active-rest-color - Background color of the active toggle in rest state\n * @cssproperty --mdc-statictoggle-active-disabled-color - Background color of the active toggle in disabled state\n * @cssproperty --mdc-statictoggle-icon-color-normal - Color of the icon in normal state\n * @cssproperty --mdc-statictoggle-icon-color-disabled - Color of the icon in disabled state\n * @cssproperty --mdc-statictoggle-icon-background-color-normal - Background color of the icon in normal state\n * @cssproperty --mdc-statictoggle-icon-background-color-disabled - Background color of the icon in disabled state\n */",
30945
- "customElement": true
30946
- }
30947
- ],
30948
- "exports": [
30949
- {
30950
- "kind": "js",
30951
- "name": "default",
30952
- "declaration": {
30953
- "name": "StaticToggle",
30954
- "module": "components/statictoggle/statictoggle.component.js"
30955
- }
30956
- }
30957
- ]
30958
- },
30959
- {
30960
- "kind": "javascript-module",
30961
- "path": "components/tab/tab.component.js",
30962
- "declarations": [
30963
- {
30964
- "kind": "class",
30965
- "description": "`mdc-tab` is Tab component to be used within the Tabgroup.\n\nPassing in the attribute `text` to the tab component is changing the text displayed in the tab.\n\nPass attribute `tabid` when using inside of `tablist` component.\n\nThe `slot=\"badge\"` can be used to add a badge to the tab.\n\nThe `slot=\"chip\"` can be used to add a chip to the tab.\n\nFor `icon`, the `mdc-icon` component is used to render the icon.\n\nNote: Icons can be used in conjunction with badges or chips.\nBadges and chips should not be used at the same time.",
30966
- "name": "Tab",
30967
- "cssProperties": [
30968
- {
30969
- "description": "Gap between the badge(if provided), icon and text.",
30970
- "name": "--mdc-tab-content-gap"
30971
- },
30972
- {
30973
- "description": "Height of the tab.",
30974
- "name": "--mdc-tab-height"
30975
- },
30976
- {
30977
- "description": "Background color for active glass tab in disabled state.",
30978
- "name": "--mdc-tab-glass-active-background-color-disabled"
30979
- },
30980
- {
30981
- "description": "Background color for active glass tab in hover state.",
30982
- "name": "--mdc-tab-glass-active-background-color-hover"
30983
- },
30984
- {
30985
- "description": "Background color for active glass tab in rest state.",
30986
- "name": "--mdc-tab-glass-active-background-color-normal"
30987
- },
30988
- {
30989
- "description": "Background color for active glass tab in pressed state.",
30990
- "name": "--mdc-tab-glass-active-background-color-pressed"
30991
- },
30992
- {
30993
- "description": "Text and icon color for active glass tab.",
30994
- "name": "--mdc-tab-glass-active-color"
30995
- },
30996
- {
30997
- "description": "Text and icon color for active glass tab in disabled state.",
30998
- "name": "--mdc-tab-glass-active-color-disabled"
30999
- },
31000
- {
31001
- "description": "Border radius for glass tab.",
31002
- "name": "--mdc-tab-glass-border-radius"
31003
- },
31004
- {
31005
- "description": "Background color for inactive glass tab in disabled state.",
31006
- "name": "--mdc-tab-glass-inactive-background-color-disabled"
31007
- },
31008
- {
31009
- "description": "Background color for inactive glass tab in hover state.",
31010
- "name": "--mdc-tab-glass-inactive-background-color-hover"
31011
- },
31012
- {
31013
- "description": "Background color for inactive glass tab in rest state.",
31014
- "name": "--mdc-tab-glass-inactive-background-color-normal"
31015
- },
31016
- {
31017
- "description": "Background color for inactive glass tab in pressed state.",
31018
- "name": "--mdc-tab-glass-inactive-background-color-pressed"
31019
- },
31020
- {
31021
- "description": "Text and icon color for inactive glass tab.",
31022
- "name": "--mdc-tab-glass-inactive-color"
31023
- },
31024
- {
31025
- "description": "Text and icon color for inactive glass tab in disabled state.",
31026
- "name": "--mdc-tab-glass-inactive-color-disabled"
31027
- },
31028
- {
31029
- "description": "Background color for active line tab in pressed state.",
31030
- "name": "--mdc-tab-line-active-background-color-pressed"
31031
- },
31032
- {
31033
- "description": "Background color for active line tab in disabled state.",
31034
- "name": "--mdc-tab-line-active-background-color-disabled"
31035
- },
31036
- {
31037
- "description": "Background color for active line tab in hover state.",
31038
- "name": "--mdc-tab-line-active-background-color-hover"
31039
- },
31040
- {
31041
- "description": "Background color for active line tab in rest state.",
31042
- "name": "--mdc-tab-line-active-background-color-normal"
31043
- },
31044
- {
31045
- "description": "Text and icon color for active line tab.",
31046
- "name": "--mdc-tab-line-active-color"
31047
- },
31048
- {
31049
- "description": "Text and icon color for active line tab in disabled state.",
31050
- "name": "--mdc-tab-line-active-color-disabled"
31051
- },
31027
+ "description": "Text and icon color for active line tab in disabled state.",
31028
+ "name": "--mdc-tab-line-active-color-disabled"
31029
+ },
31052
31030
  {
31053
31031
  "description": "color for indicator in active line tab.",
31054
31032
  "name": "--mdc-tab-line-active-indicator-color"
@@ -31765,6 +31743,180 @@
31765
31743
  }
31766
31744
  ]
31767
31745
  },
31746
+ {
31747
+ "kind": "javascript-module",
31748
+ "path": "components/statictoggle/statictoggle.component.js",
31749
+ "declarations": [
31750
+ {
31751
+ "kind": "class",
31752
+ "description": "This is a decorative component that is styled to look as a toggle. <br/>\nIt has 3 properties - checked, size and disabled. <br/>\nWe are using the same styling that has been created for the `mdc-toggle` component.",
31753
+ "name": "StaticToggle",
31754
+ "cssProperties": [
31755
+ {
31756
+ "description": "Width of the toggle",
31757
+ "name": "--mdc-statictoggle-width"
31758
+ },
31759
+ {
31760
+ "description": "Height of the toggle",
31761
+ "name": "--mdc-statictoggle-height"
31762
+ },
31763
+ {
31764
+ "description": "Width of the toggle when it's size is compact",
31765
+ "name": "--mdc-statictoggle-width-compact"
31766
+ },
31767
+ {
31768
+ "description": "Height of the toggle when it's size is compact",
31769
+ "name": "--mdc-statictoggle-height-compact"
31770
+ },
31771
+ {
31772
+ "description": "Border radius of the toggle",
31773
+ "name": "--mdc-statictoggle-border-radius"
31774
+ },
31775
+ {
31776
+ "description": "Border radius of the toggle when it's size is compact",
31777
+ "name": "--mdc-statictoggle-border-radius-compact"
31778
+ },
31779
+ {
31780
+ "description": "Border of the toggle",
31781
+ "name": "--mdc-statictoggle-border"
31782
+ },
31783
+ {
31784
+ "description": "Background color of the inactive toggle in rest state",
31785
+ "name": "--mdc-statictoggle-inactive-rest-color"
31786
+ },
31787
+ {
31788
+ "description": "Background color of the inactive toggle in disabled state",
31789
+ "name": "--mdc-statictoggle-inactive-disabled-color"
31790
+ },
31791
+ {
31792
+ "description": "Background color of the active toggle in rest state",
31793
+ "name": "--mdc-statictoggle-active-rest-color"
31794
+ },
31795
+ {
31796
+ "description": "Background color of the active toggle in disabled state",
31797
+ "name": "--mdc-statictoggle-active-disabled-color"
31798
+ },
31799
+ {
31800
+ "description": "Color of the icon in normal state",
31801
+ "name": "--mdc-statictoggle-icon-color-normal"
31802
+ },
31803
+ {
31804
+ "description": "Color of the icon in disabled state",
31805
+ "name": "--mdc-statictoggle-icon-color-disabled"
31806
+ },
31807
+ {
31808
+ "description": "Background color of the icon in normal state",
31809
+ "name": "--mdc-statictoggle-icon-background-color-normal"
31810
+ },
31811
+ {
31812
+ "description": "Background color of the icon in disabled state",
31813
+ "name": "--mdc-statictoggle-icon-background-color-disabled"
31814
+ }
31815
+ ],
31816
+ "slots": [
31817
+ {
31818
+ "description": "This is a default/unnamed slot",
31819
+ "name": "default"
31820
+ }
31821
+ ],
31822
+ "members": [
31823
+ {
31824
+ "kind": "field",
31825
+ "name": "checked",
31826
+ "type": {
31827
+ "text": "boolean"
31828
+ },
31829
+ "default": "false",
31830
+ "description": "Determines whether the toggle is active or inactive.",
31831
+ "attribute": "checked",
31832
+ "reflects": true
31833
+ },
31834
+ {
31835
+ "kind": "field",
31836
+ "name": "size",
31837
+ "type": {
31838
+ "text": "ToggleSize"
31839
+ },
31840
+ "description": "Determines toggle size in rem (height is specified here).\n- **Default**: 1.5\n- **Compact**: 1",
31841
+ "default": "default",
31842
+ "attribute": "size",
31843
+ "reflects": true
31844
+ },
31845
+ {
31846
+ "kind": "field",
31847
+ "name": "disabled",
31848
+ "type": {
31849
+ "text": "boolean | undefined"
31850
+ },
31851
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
31852
+ "default": "undefined",
31853
+ "attribute": "disabled",
31854
+ "reflects": true,
31855
+ "inheritedFrom": {
31856
+ "name": "DisabledMixin",
31857
+ "module": "utils/mixins/DisabledMixin.js"
31858
+ }
31859
+ }
31860
+ ],
31861
+ "attributes": [
31862
+ {
31863
+ "name": "checked",
31864
+ "type": {
31865
+ "text": "boolean"
31866
+ },
31867
+ "default": "false",
31868
+ "description": "Determines whether the toggle is active or inactive.",
31869
+ "fieldName": "checked"
31870
+ },
31871
+ {
31872
+ "name": "size",
31873
+ "type": {
31874
+ "text": "ToggleSize"
31875
+ },
31876
+ "description": "Determines toggle size in rem (height is specified here).\n- **Default**: 1.5\n- **Compact**: 1",
31877
+ "default": "default",
31878
+ "fieldName": "size"
31879
+ },
31880
+ {
31881
+ "name": "disabled",
31882
+ "type": {
31883
+ "text": "boolean | undefined"
31884
+ },
31885
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
31886
+ "default": "undefined",
31887
+ "fieldName": "disabled",
31888
+ "inheritedFrom": {
31889
+ "name": "DisabledMixin",
31890
+ "module": "src/utils/mixins/DisabledMixin.ts"
31891
+ }
31892
+ }
31893
+ ],
31894
+ "mixins": [
31895
+ {
31896
+ "name": "DisabledMixin",
31897
+ "module": "/src/utils/mixins/DisabledMixin"
31898
+ }
31899
+ ],
31900
+ "superclass": {
31901
+ "name": "Component",
31902
+ "module": "/src/models"
31903
+ },
31904
+ "tagName": "mdc-statictoggle",
31905
+ "jsDoc": "/**\n * This is a decorative component that is styled to look as a toggle. <br/>\n * It has 3 properties - checked, size and disabled. <br/>\n * We are using the same styling that has been created for the `mdc-toggle` component.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-statictoggle\n *\n * @slot default - This is a default/unnamed slot\n *\n * @cssproperty --mdc-statictoggle-width - Width of the toggle\n * @cssproperty --mdc-statictoggle-height - Height of the toggle\n * @cssproperty --mdc-statictoggle-width-compact - Width of the toggle when it's size is compact\n * @cssproperty --mdc-statictoggle-height-compact - Height of the toggle when it's size is compact\n * @cssproperty --mdc-statictoggle-border-radius - Border radius of the toggle\n * @cssproperty --mdc-statictoggle-border-radius-compact - Border radius of the toggle when it's size is compact\n * @cssproperty --mdc-statictoggle-border - Border of the toggle\n * @cssproperty --mdc-statictoggle-inactive-rest-color - Background color of the inactive toggle in rest state\n * @cssproperty --mdc-statictoggle-inactive-disabled-color - Background color of the inactive toggle in disabled state\n * @cssproperty --mdc-statictoggle-active-rest-color - Background color of the active toggle in rest state\n * @cssproperty --mdc-statictoggle-active-disabled-color - Background color of the active toggle in disabled state\n * @cssproperty --mdc-statictoggle-icon-color-normal - Color of the icon in normal state\n * @cssproperty --mdc-statictoggle-icon-color-disabled - Color of the icon in disabled state\n * @cssproperty --mdc-statictoggle-icon-background-color-normal - Background color of the icon in normal state\n * @cssproperty --mdc-statictoggle-icon-background-color-disabled - Background color of the icon in disabled state\n */",
31906
+ "customElement": true
31907
+ }
31908
+ ],
31909
+ "exports": [
31910
+ {
31911
+ "kind": "js",
31912
+ "name": "default",
31913
+ "declaration": {
31914
+ "name": "StaticToggle",
31915
+ "module": "components/statictoggle/statictoggle.component.js"
31916
+ }
31917
+ }
31918
+ ]
31919
+ },
31768
31920
  {
31769
31921
  "kind": "javascript-module",
31770
31922
  "path": "components/tablist/tablist.component.js",
@@ -34505,14 +34657,44 @@
34505
34657
  "module": "components/popover/popover.component.js"
34506
34658
  }
34507
34659
  },
34660
+ {
34661
+ "kind": "field",
34662
+ "name": "boundary",
34663
+ "type": {
34664
+ "text": "'clippingAncestors' | string"
34665
+ },
34666
+ "description": "This describes the clipping element(s) or area that overflow will be checked relative to.\nThe default is 'clippingAncestors', which are the overflow ancestors which will cause the\nelement to be clipped.\n\nPossible values:\n - 'clippingAncestors'\n - any css selector",
34667
+ "default": "'clippingAncestors'",
34668
+ "attribute": "boundary",
34669
+ "reflects": true,
34670
+ "inheritedFrom": {
34671
+ "name": "Popover",
34672
+ "module": "components/popover/popover.component.js"
34673
+ }
34674
+ },
34675
+ {
34676
+ "kind": "field",
34677
+ "name": "boundaryRoot",
34678
+ "type": {
34679
+ "text": "'viewport' | 'document'"
34680
+ },
34681
+ "description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
34682
+ "default": "'viewport'",
34683
+ "attribute": "boundary-root",
34684
+ "reflects": true,
34685
+ "inheritedFrom": {
34686
+ "name": "Popover",
34687
+ "module": "components/popover/popover.component.js"
34688
+ }
34689
+ },
34508
34690
  {
34509
34691
  "kind": "field",
34510
34692
  "name": "boundaryPadding",
34511
34693
  "type": {
34512
- "text": "number"
34694
+ "text": "undefined | number"
34513
34695
  },
34514
- "description": "Virtual padding around the boundary to check for overflow.",
34515
- "default": "16",
34696
+ "description": "Virtual padding around the boundary to check for overflow.\nSo the popover will not be placed on top of the edge of the boundary.\n\nDefault works well for most cases, but you can set this to customise it when necessary.",
34697
+ "default": "undefined",
34516
34698
  "attribute": "boundary-padding",
34517
34699
  "reflects": true,
34518
34700
  "inheritedFrom": {
@@ -35215,13 +35397,39 @@
35215
35397
  "module": "src/components/popover/popover.component.ts"
35216
35398
  }
35217
35399
  },
35400
+ {
35401
+ "name": "boundary",
35402
+ "type": {
35403
+ "text": "'clippingAncestors' | string"
35404
+ },
35405
+ "description": "This describes the clipping element(s) or area that overflow will be checked relative to.\nThe default is 'clippingAncestors', which are the overflow ancestors which will cause the\nelement to be clipped.\n\nPossible values:\n - 'clippingAncestors'\n - any css selector",
35406
+ "default": "'clippingAncestors'",
35407
+ "fieldName": "boundary",
35408
+ "inheritedFrom": {
35409
+ "name": "Popover",
35410
+ "module": "src/components/popover/popover.component.ts"
35411
+ }
35412
+ },
35413
+ {
35414
+ "name": "boundary-root",
35415
+ "type": {
35416
+ "text": "'viewport' | 'document'"
35417
+ },
35418
+ "description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
35419
+ "default": "'viewport'",
35420
+ "fieldName": "boundaryRoot",
35421
+ "inheritedFrom": {
35422
+ "name": "Popover",
35423
+ "module": "src/components/popover/popover.component.ts"
35424
+ }
35425
+ },
35218
35426
  {
35219
35427
  "name": "boundary-padding",
35220
35428
  "type": {
35221
- "text": "number"
35429
+ "text": "undefined | number"
35222
35430
  },
35223
- "description": "Virtual padding around the boundary to check for overflow.",
35224
- "default": "16",
35431
+ "description": "Virtual padding around the boundary to check for overflow.\nSo the popover will not be placed on top of the edge of the boundary.\n\nDefault works well for most cases, but you can set this to customise it when necessary.",
35432
+ "default": "undefined",
35225
35433
  "fieldName": "boundaryPadding",
35226
35434
  "inheritedFrom": {
35227
35435
  "name": "Popover",
@@ -36384,14 +36592,44 @@
36384
36592
  "module": "components/popover/popover.component.js"
36385
36593
  }
36386
36594
  },
36595
+ {
36596
+ "kind": "field",
36597
+ "name": "boundary",
36598
+ "type": {
36599
+ "text": "'clippingAncestors' | string"
36600
+ },
36601
+ "description": "This describes the clipping element(s) or area that overflow will be checked relative to.\nThe default is 'clippingAncestors', which are the overflow ancestors which will cause the\nelement to be clipped.\n\nPossible values:\n - 'clippingAncestors'\n - any css selector",
36602
+ "default": "'clippingAncestors'",
36603
+ "attribute": "boundary",
36604
+ "reflects": true,
36605
+ "inheritedFrom": {
36606
+ "name": "Popover",
36607
+ "module": "components/popover/popover.component.js"
36608
+ }
36609
+ },
36610
+ {
36611
+ "kind": "field",
36612
+ "name": "boundaryRoot",
36613
+ "type": {
36614
+ "text": "'viewport' | 'document'"
36615
+ },
36616
+ "description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
36617
+ "default": "'viewport'",
36618
+ "attribute": "boundary-root",
36619
+ "reflects": true,
36620
+ "inheritedFrom": {
36621
+ "name": "Popover",
36622
+ "module": "components/popover/popover.component.js"
36623
+ }
36624
+ },
36387
36625
  {
36388
36626
  "kind": "field",
36389
36627
  "name": "boundaryPadding",
36390
36628
  "type": {
36391
- "text": "number"
36629
+ "text": "undefined | number"
36392
36630
  },
36393
- "description": "Virtual padding around the boundary to check for overflow.",
36394
- "default": "16",
36631
+ "description": "Virtual padding around the boundary to check for overflow.\nSo the popover will not be placed on top of the edge of the boundary.\n\nDefault works well for most cases, but you can set this to customise it when necessary.",
36632
+ "default": "undefined",
36395
36633
  "attribute": "boundary-padding",
36396
36634
  "reflects": true,
36397
36635
  "inheritedFrom": {
@@ -37095,13 +37333,39 @@
37095
37333
  "module": "src/components/popover/popover.component.ts"
37096
37334
  }
37097
37335
  },
37336
+ {
37337
+ "name": "boundary",
37338
+ "type": {
37339
+ "text": "'clippingAncestors' | string"
37340
+ },
37341
+ "description": "This describes the clipping element(s) or area that overflow will be checked relative to.\nThe default is 'clippingAncestors', which are the overflow ancestors which will cause the\nelement to be clipped.\n\nPossible values:\n - 'clippingAncestors'\n - any css selector",
37342
+ "default": "'clippingAncestors'",
37343
+ "fieldName": "boundary",
37344
+ "inheritedFrom": {
37345
+ "name": "Popover",
37346
+ "module": "src/components/popover/popover.component.ts"
37347
+ }
37348
+ },
37349
+ {
37350
+ "name": "boundary-root",
37351
+ "type": {
37352
+ "text": "'viewport' | 'document'"
37353
+ },
37354
+ "description": "This describes the root boundary that the element will be checked for overflow relative to.\nThe default is 'viewport', which is the area of the page the user can see on the screen.\n\nThe other string option is 'document', which is the entire page outside the viewport.",
37355
+ "default": "'viewport'",
37356
+ "fieldName": "boundaryRoot",
37357
+ "inheritedFrom": {
37358
+ "name": "Popover",
37359
+ "module": "src/components/popover/popover.component.ts"
37360
+ }
37361
+ },
37098
37362
  {
37099
37363
  "name": "boundary-padding",
37100
37364
  "type": {
37101
- "text": "number"
37365
+ "text": "undefined | number"
37102
37366
  },
37103
- "description": "Virtual padding around the boundary to check for overflow.",
37104
- "default": "16",
37367
+ "description": "Virtual padding around the boundary to check for overflow.\nSo the popover will not be placed on top of the edge of the boundary.\n\nDefault works well for most cases, but you can set this to customise it when necessary.",
37368
+ "default": "undefined",
37105
37369
  "fieldName": "boundaryPadding",
37106
37370
  "inheritedFrom": {
37107
37371
  "name": "Popover",