@spectric/ui 0.0.4 → 0.0.6

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 (149) hide show
  1. package/dist/assets/Banner-CZ3qKIQC.js +172 -0
  2. package/dist/assets/Banner.stories-BMf4MBpI.js +19 -0
  3. package/dist/assets/BitDisplay.stories-wztXxpxe.js +18 -0
  4. package/dist/assets/Bits-C_TSTjST.js +1 -0
  5. package/dist/assets/Button.stories-gHxjWwVf.js +142 -0
  6. package/dist/assets/Color-F6OSRLHC-AjFOL-zN.js +1 -0
  7. package/dist/assets/DocsRenderer-CFRXHY34-CvW79YxE.js +761 -0
  8. package/dist/assets/Header.stories-Bc09U6g1.js +25 -0
  9. package/dist/assets/Page.stories-DNJKhAFs.js +114 -0
  10. package/dist/assets/QueryBar.stories-Da5C-SV4.js +17 -0
  11. package/dist/assets/_commonjsHelpers-Cpj98o6Y.js +1 -0
  12. package/dist/assets/chunk-L4EGOTBX-AI5g0G5Z.js +2 -0
  13. package/dist/assets/data-CwENMT7L.js +3 -0
  14. package/dist/assets/dialog-CFHXbUTQ.js +611 -0
  15. package/dist/assets/directive-helpers-IbK5tOA8.js +5 -0
  16. package/dist/assets/entry-preview-Di-j0SPB.js +4 -0
  17. package/dist/assets/entry-preview-docs-CUBRpM7y.js +1 -0
  18. package/dist/assets/iframe-BQFuVTVZ.js +2 -0
  19. package/dist/assets/index-BCiKWbv6.js +1 -0
  20. package/dist/assets/index-BHYIh-Xd.js +8 -0
  21. package/dist/assets/index-DBGhiA-l.js +1 -0
  22. package/dist/assets/index-DrFu-skq.js +6 -0
  23. package/dist/assets/index-oFsFREWh.js +9 -0
  24. package/dist/assets/input.stories-Cgdv-5bN.js +58 -0
  25. package/dist/assets/lit-element-UdLzEcH-.js +19 -0
  26. package/dist/assets/preview-BWzBA1C2.js +396 -0
  27. package/dist/assets/preview-CGiTbRot.js +2 -0
  28. package/dist/assets/preview-D77C14du.js +34 -0
  29. package/dist/assets/preview-DEMzn_yN.js +1 -0
  30. package/dist/assets/preview-DFmD0pui.js +1 -0
  31. package/dist/assets/preview-DGUiP6tS.js +7 -0
  32. package/dist/assets/preview-DQVTHjv1.js +182 -0
  33. package/dist/assets/preview-aVwhiz9X.js +1 -0
  34. package/dist/assets/tiny-invariant-CopsF_GD.js +1 -0
  35. package/dist/classes/BitArray.d.ts +11 -0
  36. package/dist/classes/DisposibleElement.d.ts +21 -0
  37. package/dist/components/Banner.d.ts +51 -0
  38. package/dist/components/Bitdisplay.d.ts +91 -0
  39. package/dist/components/Button.d.ts +65 -0
  40. package/dist/components/Header.d.ts +70 -0
  41. package/dist/components/Page.d.ts +93 -0
  42. package/dist/components/Panel.d.ts +14 -0
  43. package/dist/components/ThemeProvider.d.ts +99 -0
  44. package/dist/components/button.css.d.ts +2 -0
  45. package/dist/components/configurations/classifications.d.ts +29 -0
  46. package/dist/components/dialog/dialog.css.d.ts +1 -0
  47. package/dist/components/dialog/dialog.d.ts +60 -0
  48. package/dist/components/dialog/index.d.ts +1 -0
  49. package/dist/components/header.css.d.ts +2 -0
  50. package/dist/components/index.d.ts +10 -0
  51. package/dist/components/input.css.d.ts +2 -0
  52. package/dist/components/input.d.ts +156 -0
  53. package/dist/components/page.css.d.ts +2 -0
  54. package/dist/components/panel.css.d.ts +2 -0
  55. package/dist/components/query_bar/QueryBar.d.ts +113 -0
  56. package/dist/components/query_bar/index.d.ts +2 -0
  57. package/dist/components/query_bar/querylanguage/kuery/ast/ast.d.ts +13 -0
  58. package/dist/components/query_bar/querylanguage/kuery/ast/index.d.ts +1 -0
  59. package/dist/components/query_bar/querylanguage/kuery/functions/and.d.ts +9 -0
  60. package/dist/components/query_bar/querylanguage/kuery/functions/exists.d.ts +10 -0
  61. package/dist/components/query_bar/querylanguage/kuery/functions/index.d.ts +1 -0
  62. package/dist/components/query_bar/querylanguage/kuery/functions/is.d.ts +34 -0
  63. package/dist/components/query_bar/querylanguage/kuery/functions/nested.d.ts +11 -0
  64. package/dist/components/query_bar/querylanguage/kuery/functions/not.d.ts +9 -0
  65. package/dist/components/query_bar/querylanguage/kuery/functions/or.d.ts +10 -0
  66. package/dist/components/query_bar/querylanguage/kuery/functions/range.d.ts +10 -0
  67. package/dist/components/query_bar/querylanguage/kuery/functions/utils/get_fields.d.ts +2 -0
  68. package/dist/components/query_bar/querylanguage/kuery/functions/utils/get_full_field_name_node.d.ts +2 -0
  69. package/dist/components/query_bar/querylanguage/kuery/index.d.ts +7 -0
  70. package/dist/components/query_bar/querylanguage/kuery/kuery_syntax_error.d.ts +13 -0
  71. package/dist/components/query_bar/querylanguage/kuery/node_types/function.d.ts +5 -0
  72. package/dist/components/query_bar/querylanguage/kuery/node_types/index.d.ts +3 -0
  73. package/dist/components/query_bar/querylanguage/kuery/node_types/literal.d.ts +3 -0
  74. package/dist/components/query_bar/querylanguage/kuery/node_types/named_arg.d.ts +4 -0
  75. package/dist/components/query_bar/querylanguage/kuery/node_types/types.d.ts +49 -0
  76. package/dist/components/query_bar/querylanguage/kuery/node_types/wildcard.d.ts +8 -0
  77. package/dist/components/query_bar/querylanguage/kuery/types.d.ts +18 -0
  78. package/dist/components/query_bar/querylanguage/outputTypes/toCQL.d.ts +14 -0
  79. package/dist/components/query_bar/querylanguage/outputTypes/toMongo.d.ts +20 -0
  80. package/dist/components/query_bar/querylanguage/utils.d.ts +1 -0
  81. package/dist/components/query_bar/types.d.ts +56 -0
  82. package/dist/components/splitview/index.d.ts +1 -0
  83. package/dist/components/splitview/splitview.css.d.ts +1 -0
  84. package/dist/components/splitview/splitview.d.ts +73 -0
  85. package/dist/components/types.d.ts +21 -0
  86. package/dist/custom-elements.json +1919 -0
  87. package/dist/favicon.svg +1 -0
  88. package/dist/iframe.html +639 -0
  89. package/dist/index.d.ts +1 -0
  90. package/dist/index.es.js +4139 -0
  91. package/dist/index.es.js.map +1 -0
  92. package/dist/index.html +190 -0
  93. package/dist/index.json +1 -0
  94. package/dist/index.umd.js +945 -0
  95. package/dist/index.umd.js.map +1 -0
  96. package/dist/nunito-sans-bold-italic.woff2 +0 -0
  97. package/dist/nunito-sans-bold.woff2 +0 -0
  98. package/dist/nunito-sans-italic.woff2 +0 -0
  99. package/dist/nunito-sans-regular.woff2 +0 -0
  100. package/dist/project.json +1 -0
  101. package/dist/sb-addons/chromatic-com-storybook-8/manager-bundle.js +333 -0
  102. package/dist/sb-addons/chromatic-com-storybook-8/manager-bundle.js.LEGAL.txt +40 -0
  103. package/dist/sb-addons/essentials-actions-2/manager-bundle.js +3 -0
  104. package/dist/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt +0 -0
  105. package/dist/sb-addons/essentials-backgrounds-3/manager-bundle.js +12 -0
  106. package/dist/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt +0 -0
  107. package/dist/sb-addons/essentials-controls-1/manager-bundle.js +391 -0
  108. package/dist/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +0 -0
  109. package/dist/sb-addons/essentials-measure-6/manager-bundle.js +3 -0
  110. package/dist/sb-addons/essentials-measure-6/manager-bundle.js.LEGAL.txt +0 -0
  111. package/dist/sb-addons/essentials-outline-7/manager-bundle.js +3 -0
  112. package/dist/sb-addons/essentials-outline-7/manager-bundle.js.LEGAL.txt +0 -0
  113. package/dist/sb-addons/essentials-toolbars-5/manager-bundle.js +3 -0
  114. package/dist/sb-addons/essentials-toolbars-5/manager-bundle.js.LEGAL.txt +0 -0
  115. package/dist/sb-addons/essentials-viewport-4/manager-bundle.js +3 -0
  116. package/dist/sb-addons/essentials-viewport-4/manager-bundle.js.LEGAL.txt +0 -0
  117. package/dist/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +3 -0
  118. package/dist/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
  119. package/dist/sb-common-assets/favicon.svg +1 -0
  120. package/dist/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  121. package/dist/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  122. package/dist/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  123. package/dist/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  124. package/dist/sb-manager/globals-module-info.js +1028 -0
  125. package/dist/sb-manager/globals-runtime.js +40861 -0
  126. package/dist/sb-manager/globals.js +48 -0
  127. package/dist/sb-manager/runtime.js +13338 -0
  128. package/dist/sb-preview/globals.js +33 -0
  129. package/dist/sb-preview/runtime.js +7174 -0
  130. package/dist/style.css +1 -0
  131. package/dist/utils/debounce.d.ts +2 -0
  132. package/dist/utils/spread.d.ts +32 -0
  133. package/package.json +6 -1
  134. package/src/components/query_bar/QueryBar.ts +15 -2
  135. package/.gitlab-ci.yml +0 -28
  136. package/.nvmrc +0 -1
  137. package/.storybook/analyze.sh +0 -4
  138. package/.storybook/main.ts +0 -55
  139. package/.storybook/preview.ts +0 -42
  140. package/.vscode/extensions.json +0 -5
  141. package/.vscode/settings.json +0 -41
  142. package/html-include.png +0 -0
  143. package/test/__init__.py +0 -9
  144. package/test/elastic.py +0 -9
  145. package/test/interface.py +0 -16
  146. package/tsconfig.json +0 -29
  147. package/vite.config.js +0 -34
  148. package/vue-example.png +0 -0
  149. package/vue-include.png +0 -0
@@ -0,0 +1,1919 @@
1
+ {
2
+ "version": 1,
3
+ "tags": [
4
+ {
5
+ "name": "spectric-banner",
6
+ "description": "Events:\n\n * `bannerDismissed` {`CustomEvent<BannerProps>`} - \n\nSlots:\n\n * `text` {} - Banner Text content\n\nAttributes:\n\n * `bannerId` {`string | undefined`} - What is returned in the event details when a banner is dismissed\n\n * `text` {`string | undefined`} - Banner Text to display\n\n * `headerStyle` {`StyleInfo | undefined`} - What background color to use\n\n * `dismissable` {`boolean`} - Can be dismissed\n\nProperties:\n\n * `_dismissed` {`boolean`} - \n\n * `onDismiss` - \n\n * `bannerId` {`string | undefined`} - What is returned in the event details when a banner is dismissed\n\n * `text` {`string | undefined`} - Banner Text to display\n\n * `headerStyle` {`StyleInfo | undefined`} - What background color to use\n\n * `dismissable` {`boolean`} - Can be dismissed",
7
+ "attributes": [
8
+ {
9
+ "name": "bannerId",
10
+ "description": "`bannerId` {`string | undefined`} - What is returned in the event details when a banner is dismissed\n\nProperty: bannerId\n\nDefault: ",
11
+ "values": []
12
+ },
13
+ {
14
+ "name": "text",
15
+ "description": "`text` {`string | undefined`} - Banner Text to display\n\nProperty: text\n\nDefault: ",
16
+ "values": []
17
+ },
18
+ {
19
+ "name": "headerStyle",
20
+ "description": "`headerStyle` {`StyleInfo | undefined`} - What background color to use\n\nProperty: headerStyle\n\nDefault: [object Object]",
21
+ "values": []
22
+ },
23
+ {
24
+ "name": "dismissable",
25
+ "description": "`dismissable` {`boolean`} - Can be dismissed\n\nProperty: dismissable\n\nDefault: false",
26
+ "valueSet": "v"
27
+ },
28
+ {
29
+ "name": "onbannerDismissed",
30
+ "description": "`bannerDismissed` {`CustomEvent<BannerProps>`} - "
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "name": "spectric-bit-display",
36
+ "description": "Events:\n\n * `bitMousemove` {} - emits BitDisplayMouseEvent on mousemove over the canvas\n\n * `bitClick` {} - emits BitDisplayMouseEvent on mouse click on the canvas\n\n * `bitDblclick` {} - emits BitDisplayMouseEvent on mouse double click on the canvas\n\n * `bitMousedown` {} - emits BitDisplayMouseEvent on mouse down onthe canvas\n\n * `bitMouseup` {} - emits BitDisplayMouseEvent on mouse up on the canvas\n\n * `bitContextmenu` {} - emits BitDisplayMouseEvent on mouse right click on the canvas\n\nAttributes:\n\n * `frameWidth` {`number`} - Bits per line\n\n * `scale` {`number`} - How many pixels per bit\n\n * `width` {`number`} - Width of the display canvas\n\n * `height` {`number`} - Height of the display canvas\n\nProperties:\n\n * `styles` {`CSSResult`} - \n\n * `state` {`{ scale?: number | undefined; }`} - \n\n * `yStart` {`number`} - \n\n * `xStart` {`number`} - \n\n * `_canvas` {`Promise<HTMLCanvasElement>`} - \n\n * `refs` {`{ viewport: Ref<HTMLDivElement>; canvas: Ref<HTMLCanvasElement>; scrollDiv: Ref<HTMLDivElement>; }`} - \n\n * `_bitArray` - \n\n * `color` {`string`} - \n\n * `onThemeChange` - \n\n * `onResize` - \n\n * `handleScroll` - \n\n * `resizeObserver` {`ResizeObserver & IDisposable`} - \n\n * `arrayBuffer` {`ArrayBuffer`} - Array buffer to display\n\n * `frameWidth` {`number`} - Bits per line\n\n * `scale` {`number`} - How many pixels per bit\n\n * `width` {`number`} - Width of the display canvas\n\n * `height` {`number`} - Height of the display canvas\n\n * `_disposables` {`Set<IDisposable>`} - \n\n * `_isDisposed` {`boolean`} - \n\n * `_disposableListeners` {`{ target: HTMLElement | Promise<HTMLElement>; event: string; handler: any; }[]`} - \n\n * `_connected` {`boolean`} - ",
37
+ "attributes": [
38
+ {
39
+ "name": "frameWidth",
40
+ "description": "`frameWidth` {`number`} - Bits per line\n\nProperty: frameWidth\n\nDefault: 100"
41
+ },
42
+ {
43
+ "name": "scale",
44
+ "description": "`scale` {`number`} - How many pixels per bit\n\nProperty: scale\n\nDefault: 1"
45
+ },
46
+ {
47
+ "name": "width",
48
+ "description": "`width` {`number`} - Width of the display canvas\n\nProperty: width\n\nDefault: 200"
49
+ },
50
+ {
51
+ "name": "height",
52
+ "description": "`height` {`number`} - Height of the display canvas\n\nProperty: height\n\nDefault: 200"
53
+ },
54
+ {
55
+ "name": "onbitMousemove",
56
+ "description": "`bitMousemove` {} - emits BitDisplayMouseEvent on mousemove over the canvas"
57
+ },
58
+ {
59
+ "name": "onbitClick",
60
+ "description": "`bitClick` {} - emits BitDisplayMouseEvent on mouse click on the canvas"
61
+ },
62
+ {
63
+ "name": "onbitDblclick",
64
+ "description": "`bitDblclick` {} - emits BitDisplayMouseEvent on mouse double click on the canvas"
65
+ },
66
+ {
67
+ "name": "onbitMousedown",
68
+ "description": "`bitMousedown` {} - emits BitDisplayMouseEvent on mouse down onthe canvas"
69
+ },
70
+ {
71
+ "name": "onbitMouseup",
72
+ "description": "`bitMouseup` {} - emits BitDisplayMouseEvent on mouse up on the canvas"
73
+ },
74
+ {
75
+ "name": "onbitContextmenu",
76
+ "description": "`bitContextmenu` {} - emits BitDisplayMouseEvent on mouse right click on the canvas"
77
+ }
78
+ ]
79
+ },
80
+ {
81
+ "name": "spectric-button",
82
+ "description": "Events:\n\n * `click` {`CustomEvent<MouseEvent>`} - \n\nAttributes:\n\n * `variant` {`\"text\" | \"primary\" | \"secondary\"`} - Is this the principal call to action on the page?\n\n * `backgroundColor` {`string | undefined`} - What background color to use\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - How large should the button be?\n\n * `label` {`string | undefined`} - \n\n * `disabled` {`boolean`} - \n\n * `danger` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResultGroup | undefined`} - \n\n * `_onClick` - \n\n * `variant` {`\"text\" | \"primary\" | \"secondary\"`} - Is this the principal call to action on the page?\n\n * `backgroundColor` {`string | undefined`} - What background color to use\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - How large should the button be?\n\n * `label` {`string | undefined`} - \n\n * `disabled` {`boolean`} - \n\n * `danger` {`boolean`} - ",
83
+ "attributes": [
84
+ {
85
+ "name": "variant",
86
+ "description": "`variant` {`\"text\" | \"primary\" | \"secondary\"`} - Is this the principal call to action on the page?\n\nProperty: variant\n\nDefault: primary",
87
+ "values": [
88
+ {
89
+ "name": "text"
90
+ },
91
+ {
92
+ "name": "primary"
93
+ },
94
+ {
95
+ "name": "secondary"
96
+ }
97
+ ]
98
+ },
99
+ {
100
+ "name": "backgroundColor",
101
+ "description": "`backgroundColor` {`string | undefined`} - What background color to use\n\nProperty: backgroundColor",
102
+ "values": []
103
+ },
104
+ {
105
+ "name": "size",
106
+ "description": "`size` {`\"small\" | \"medium\" | \"large\"`} - How large should the button be?\n\nProperty: size\n\nDefault: large",
107
+ "values": [
108
+ {
109
+ "name": "small"
110
+ },
111
+ {
112
+ "name": "medium"
113
+ },
114
+ {
115
+ "name": "large"
116
+ }
117
+ ]
118
+ },
119
+ {
120
+ "name": "label",
121
+ "description": "`label` {`string | undefined`} - \n\nProperty: label\n\nDefault: ",
122
+ "values": []
123
+ },
124
+ {
125
+ "name": "disabled",
126
+ "description": "`disabled` {`boolean`} - \n\nProperty: disabled\n\nDefault: false",
127
+ "valueSet": "v"
128
+ },
129
+ {
130
+ "name": "danger",
131
+ "description": "`danger` {`boolean`} - \n\nProperty: danger\n\nDefault: false",
132
+ "valueSet": "v"
133
+ },
134
+ {
135
+ "name": "onclick",
136
+ "description": "`click` {`CustomEvent<MouseEvent>`} - "
137
+ }
138
+ ]
139
+ },
140
+ {
141
+ "name": "spectric-header",
142
+ "description": "Events:\n\n * `logout` {`CustomEvent<unknown>`} - \n\n * `login` {`CustomEvent<unknown>`} - \n\n * `createAccount` {`CustomEvent<unknown>`} - \n\nSlots:\n\n * `name` {} - Main name of the application\n\n * `branding` {} - Slot to the left of the title typically used for app icons, and/or dropdown navigation menus.\n\n * `center` {} - Slot in the center of the header.\n\n * `end` {} - slot right of login/out buttons\n\nAttributes:\n\n * `username` {`string`} - \n\n * `showLoginButton` {`boolean`} - Shows the login Button\n\n * `showCreateAccount` {`boolean`} - Shows the create account Button when not logged in\n\nProperties:\n\n * `styles` {`CSSResult`} - \n\n * `onLogout` - \n\n * `onLogin` - \n\n * `onCreateAccount` - \n\n * `username` {`string`} - \n\n * `showLoginButton` {`boolean`} - Shows the login Button\n\n * `showCreateAccount` {`boolean`} - Shows the create account Button when not logged in",
143
+ "attributes": [
144
+ {
145
+ "name": "username",
146
+ "description": "`username` {`string`} - \n\nProperty: username\n\nDefault: "
147
+ },
148
+ {
149
+ "name": "showLoginButton",
150
+ "description": "`showLoginButton` {`boolean`} - Shows the login Button\n\nProperty: showLoginButton\n\nDefault: false",
151
+ "valueSet": "v"
152
+ },
153
+ {
154
+ "name": "showCreateAccount",
155
+ "description": "`showCreateAccount` {`boolean`} - Shows the create account Button when not logged in\n\nProperty: showCreateAccount\n\nDefault: false",
156
+ "valueSet": "v"
157
+ },
158
+ {
159
+ "name": "onlogout",
160
+ "description": "`logout` {`CustomEvent<unknown>`} - "
161
+ },
162
+ {
163
+ "name": "onlogin",
164
+ "description": "`login` {`CustomEvent<unknown>`} - "
165
+ },
166
+ {
167
+ "name": "oncreateAccount",
168
+ "description": "`createAccount` {`CustomEvent<unknown>`} - "
169
+ }
170
+ ]
171
+ },
172
+ {
173
+ "name": "spectric-page",
174
+ "description": "Spectric page is a basic component that will put all content into an area that expands to fill the whole screen. It calculates the size of the banners and headers for you.\n\nIt exposes css properties to style all the spectric compenents contained within\n\nThis component does not fire any events directly but sub components do. See HeaderEventMap & ThemeEventMap & BannerEventMap for full list of events\n\nSlots:\n\n * ` ` {} - Main content\n\n * `content` {} - Main content\n\n * `name` {} - Main name of the application\n\n * `branding` {} - Slot to the left of the title typically used for app icons, and/or dropdown navigation menus.\n\n * `center` {} - Slot in the center of the header.\n\n * `end` {} - slot right of login/out buttons\n\nAttributes:\n\n * `theme` {`\"undefined\" | \"light\" | \"dark\" | \"spectric\" | \"spectricFlat\" | undefined`} - If a theme other than light is provided that will be used ad css properties will be ignored\n\n * `showHeader` {`boolean`} - \n\n * `headerSticky` {`boolean`} - Will control if the top navbar will stay at the top or scroll with the main content\n\n * `classificationLevel` {`\"none\" | \"us.cui\" | \"us.classified\" | \"us.unclassified\" | \"us.confidential\" | \"us.secret\" | \"us.topsecret\" | \"us.topsecret.si\" | \"uk.notset\" | \"uk.official\" | \"uk.secret\" | ... 13 more ... | undefined`} - \n\n * `classificationText` {`string`} - Overrides the default classification banner text\n\n * `notifications` {`BannerProps[]`} - \n\n * `username` {`string`} - \n\n * `showLoginButton` {`boolean`} - Shows the login Button\n\n * `showCreateAccount` {`boolean`} - Shows the create account Button when not logged in\n\nProperties:\n\n * `styles` {`CSSResultGroup | undefined`} - \n\n * `theme` {`\"undefined\" | \"light\" | \"dark\" | \"spectric\" | \"spectricFlat\" | undefined`} - If a theme other than light is provided that will be used ad css properties will be ignored\n\n * `showHeader` {`boolean`} - \n\n * `headerSticky` {`boolean`} - Will control if the top navbar will stay at the top or scroll with the main content\n\n * `classificationLevel` {`\"none\" | \"us.cui\" | \"us.classified\" | \"us.unclassified\" | \"us.confidential\" | \"us.secret\" | \"us.topsecret\" | \"us.topsecret.si\" | \"uk.notset\" | \"uk.official\" | \"uk.secret\" | ... 13 more ... | undefined`} - \n\n * `classificationText` {`string`} - Overrides the default classification banner text\n\n * `notifications` {`BannerProps[]`} - \n\n * `username` {`string`} - \n\n * `showLoginButton` {`boolean`} - Shows the login Button\n\n * `showCreateAccount` {`boolean`} - Shows the create account Button when not logged in",
175
+ "attributes": [
176
+ {
177
+ "name": "theme",
178
+ "description": "`theme` {`\"undefined\" | \"light\" | \"dark\" | \"spectric\" | \"spectricFlat\" | undefined`} - If a theme other than light is provided that will be used ad css properties will be ignored\n\nProperty: theme",
179
+ "values": [
180
+ {
181
+ "name": "undefined"
182
+ },
183
+ {
184
+ "name": "light"
185
+ },
186
+ {
187
+ "name": "dark"
188
+ },
189
+ {
190
+ "name": "spectric"
191
+ },
192
+ {
193
+ "name": "spectricFlat"
194
+ }
195
+ ]
196
+ },
197
+ {
198
+ "name": "showHeader",
199
+ "description": "`showHeader` {`boolean`} - \n\nProperty: showHeader\n\nDefault: true",
200
+ "valueSet": "v"
201
+ },
202
+ {
203
+ "name": "headerSticky",
204
+ "description": "`headerSticky` {`boolean`} - Will control if the top navbar will stay at the top or scroll with the main content\n\nProperty: headerSticky\n\nDefault: true",
205
+ "valueSet": "v"
206
+ },
207
+ {
208
+ "name": "classificationLevel",
209
+ "description": "`classificationLevel` {`\"none\" | \"us.cui\" | \"us.classified\" | \"us.unclassified\" | \"us.confidential\" | \"us.secret\" | \"us.topsecret\" | \"us.topsecret.si\" | \"uk.notset\" | \"uk.official\" | \"uk.secret\" | ... 13 more ... | undefined`} - \n\nProperty: classificationLevel\n\nDefault: none",
210
+ "values": [
211
+ {
212
+ "name": "none"
213
+ },
214
+ {
215
+ "name": "us.cui"
216
+ },
217
+ {
218
+ "name": "us.classified"
219
+ },
220
+ {
221
+ "name": "us.unclassified"
222
+ },
223
+ {
224
+ "name": "us.confidential"
225
+ },
226
+ {
227
+ "name": "us.secret"
228
+ },
229
+ {
230
+ "name": "us.topsecret"
231
+ },
232
+ {
233
+ "name": "us.topsecret.si"
234
+ },
235
+ {
236
+ "name": "uk.notset"
237
+ },
238
+ {
239
+ "name": "uk.official"
240
+ },
241
+ {
242
+ "name": "uk.secret"
243
+ },
244
+ {
245
+ "name": "uk.topsecret"
246
+ },
247
+ {
248
+ "name": "ca.protected_a"
249
+ },
250
+ {
251
+ "name": "ca.protected_b"
252
+ },
253
+ {
254
+ "name": "ca.protected_c"
255
+ },
256
+ {
257
+ "name": "ca.confidential"
258
+ },
259
+ {
260
+ "name": "ca.secret"
261
+ },
262
+ {
263
+ "name": "ca.topsecret"
264
+ },
265
+ {
266
+ "name": "au.unofficial"
267
+ },
268
+ {
269
+ "name": "au.official"
270
+ },
271
+ {
272
+ "name": "au.officialsensitive"
273
+ },
274
+ {
275
+ "name": "au.confidential"
276
+ },
277
+ {
278
+ "name": "au.secret"
279
+ },
280
+ {
281
+ "name": "au.topsecret"
282
+ }
283
+ ]
284
+ },
285
+ {
286
+ "name": "classificationText",
287
+ "description": "`classificationText` {`string`} - Overrides the default classification banner text\n\nProperty: classificationText\n\nDefault: "
288
+ },
289
+ {
290
+ "name": "notifications",
291
+ "description": "`notifications` {`BannerProps[]`} - \n\nProperty: notifications\n\nDefault: "
292
+ },
293
+ {
294
+ "name": "username",
295
+ "description": "`username` {`string`} - \n\nProperty: username\n\nDefault: "
296
+ },
297
+ {
298
+ "name": "showLoginButton",
299
+ "description": "`showLoginButton` {`boolean`} - Shows the login Button\n\nProperty: showLoginButton\n\nDefault: true",
300
+ "valueSet": "v"
301
+ },
302
+ {
303
+ "name": "showCreateAccount",
304
+ "description": "`showCreateAccount` {`boolean`} - Shows the create account Button when not logged in\n\nProperty: showCreateAccount\n\nDefault: false",
305
+ "valueSet": "v"
306
+ }
307
+ ]
308
+ },
309
+ {
310
+ "name": "spectric-panel",
311
+ "description": "Spectric Panel visually seperates content areas and automatically adjusts the component colors that are nested inside.\n\nEvents:\n\n * `use-layer` {`CustomEvent<{ layer: this; level: number; }>`} - \n\nAttributes:\n\n * `level` {`number`} - Specify the layer level and override any existing levels based on hierarchy\n\nProperties:\n\n * `styles` {`CSSResultGroup | undefined`} - \n\n * `level` {`number`} - Specify the layer level and override any existing levels based on hierarchy\n\n * `layers` {`NodeListOf<SpectricPanel> | undefined`} - ",
312
+ "attributes": [
313
+ {
314
+ "name": "level",
315
+ "description": "`level` {`number`} - Specify the layer level and override any existing levels based on hierarchy\n\nProperty: level\n\nDefault: 0"
316
+ },
317
+ {
318
+ "name": "onuse-layer",
319
+ "description": "`use-layer` {`CustomEvent<{ layer: this; level: number; }>`} - "
320
+ }
321
+ ]
322
+ },
323
+ {
324
+ "name": "spectric-theme",
325
+ "description": "Events:\n\n * `theme-change` {`CustomEvent<ThemeChangeEvent>`} - \n\nAttributes:\n\n * `theme` {`\"undefined\" | \"light\" | \"dark\" | \"spectric\" | \"spectricFlat\"`} - \n\nProperties:\n\n * `styles` {`CSSResultGroup | undefined`} - \n\n * `theme` {`\"undefined\" | \"light\" | \"dark\" | \"spectric\" | \"spectricFlat\"`} - ",
326
+ "attributes": [
327
+ {
328
+ "name": "theme",
329
+ "description": "`theme` {`\"undefined\" | \"light\" | \"dark\" | \"spectric\" | \"spectricFlat\"`} - \n\nProperty: theme\n\nDefault: undefined",
330
+ "values": [
331
+ {
332
+ "name": "undefined"
333
+ },
334
+ {
335
+ "name": "light"
336
+ },
337
+ {
338
+ "name": "dark"
339
+ },
340
+ {
341
+ "name": "spectric"
342
+ },
343
+ {
344
+ "name": "spectricFlat"
345
+ }
346
+ ]
347
+ },
348
+ {
349
+ "name": "ontheme-change",
350
+ "description": "`theme-change` {`CustomEvent<ThemeChangeEvent>`} - "
351
+ }
352
+ ]
353
+ },
354
+ {
355
+ "name": "spectric-dialog",
356
+ "description": "Dialog Element\n\nEvents:\n\n * `close` {`CustomEvent<unknown>`} - \n\nSlots:\n\n * `title` {} - sets the title of the dialog attribute/property can also be use for setting the title to a string\n\nAttributes:\n\n * `open` {`boolean`} - \n\n * `dismissable` {`boolean`} - \n\n * `hideBackdrop` {`boolean`} - \n\n * `title` {`string`} - \n\n * `closeOnEscape` {`boolean`} - \n\n * `closeOnOutsideClick` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResultGroup`} - \n\n * `dialogElement` {`Promise<HTMLDialogElement>`} - \n\n * `clickHandler` - \n\n * `_handleKeyDown` - \n\n * `_onClose` - \n\n * `open` {`boolean`} - \n\n * `dismissable` {`boolean`} - \n\n * `hideBackdrop` {`boolean`} - \n\n * `title` {`string`} - \n\n * `closeOnEscape` {`boolean`} - \n\n * `closeOnOutsideClick` {`boolean`} - ",
357
+ "attributes": [
358
+ {
359
+ "name": "open",
360
+ "description": "`open` {`boolean`} - \n\nProperty: open\n\nDefault: false",
361
+ "valueSet": "v"
362
+ },
363
+ {
364
+ "name": "dismissable",
365
+ "description": "`dismissable` {`boolean`} - \n\nProperty: dismissable\n\nDefault: true",
366
+ "valueSet": "v"
367
+ },
368
+ {
369
+ "name": "hideBackdrop",
370
+ "description": "`hideBackdrop` {`boolean`} - \n\nProperty: hideBackdrop\n\nDefault: false",
371
+ "valueSet": "v"
372
+ },
373
+ {
374
+ "name": "title",
375
+ "description": "`title` {`string`} - \n\nProperty: title\n\nDefault: "
376
+ },
377
+ {
378
+ "name": "closeOnEscape",
379
+ "description": "`closeOnEscape` {`boolean`} - \n\nProperty: closeOnEscape\n\nDefault: true",
380
+ "valueSet": "v"
381
+ },
382
+ {
383
+ "name": "closeOnOutsideClick",
384
+ "description": "`closeOnOutsideClick` {`boolean`} - \n\nProperty: closeOnOutsideClick\n\nDefault: true",
385
+ "valueSet": "v"
386
+ },
387
+ {
388
+ "name": "onclose",
389
+ "description": "`close` {`CustomEvent<unknown>`} - "
390
+ }
391
+ ]
392
+ },
393
+ {
394
+ "name": "spectric-input",
395
+ "description": "Events:\n\n * `change` {`Event`} - \n\nAttributes:\n\n * `hidePasswordLabel` {`string`} - \"Hide password\" tooltip text on password visibility toggle\n\n * `showPasswordLabel` {`string`} - \"Show password\" tooltip text on password visibility toggle\n\n * `value` {`string | number | boolean`} - The value of the input.\n\n * `variant` {`\"number\" | \"text\" | \"text-area\" | \"color\" | \"date\" | \"datetime-local\" | \"email\" | \"file\" | \"hidden\" | \"password\"`} - Input type\n\n * `label` {`string`} - Label to display above the input\n\n * `placeholder` {`string`} - placeholder text to display\n\n * `disabled` {`boolean`} - \n\n * `readonly` {`boolean`} - \n\n * `helperText` {`string`} - The helper text.\n\n * `invalid` {`boolean`} - Specify if the currently value is invalid.\n\n * `invalidText` {`string | TemplateResult<1>`} - Message which is displayed if the value is invalid.\n\n * `maxCount` {`number`} - Max character count allowed for input. This is needed in order for enableCounter to display\n\n * `required` {`boolean`} - Boolean property to set the required status\n\n * `showPasswordVisibilityToggle` {`boolean`} - Boolean property to render password visibility toggle\n\n * `name` {`string`} - Name for the input used for form data events //TODO make sure this works\n\n * `pattern` {`string`} - Pattern to validate the input against for HTML validity checking\n\n * `autocomplete` {`AutoFill`} - The sets the autocomplete for the input.\n\nProperties:\n\n * `hidePasswordLabel` {`string`} - \"Hide password\" tooltip text on password visibility toggle\n\n * `showPasswordLabel` {`string`} - \"Show password\" tooltip text on password visibility toggle\n\n * `_value` {`string | number | boolean`} - The internal value.\n\n * `_showPassword` {`boolean`} - \n\n * `selectionStart` {`number | null`} - \n\n * `value` {`string | number | boolean`} - The value of the input.\n\n * `_handleInput` - Handles `oninput` event on the `<input>`.\n\n * `_input` {`HTMLInputElement`} - The underlying input element\n\n * `handleTogglePasswordVisibility` - \n\n * `variant` {`\"number\" | \"text\" | \"text-area\" | \"color\" | \"date\" | \"datetime-local\" | \"email\" | \"file\" | \"hidden\" | \"password\"`} - Input type\n\n * `label` {`string`} - Label to display above the input\n\n * `placeholder` {`string`} - placeholder text to display\n\n * `disabled` {`boolean`} - \n\n * `readonly` {`boolean`} - \n\n * `helperText` {`string`} - The helper text.\n\n * `invalid` {`boolean`} - Specify if the currently value is invalid.\n\n * `invalidText` {`string | TemplateResult<1>`} - Message which is displayed if the value is invalid.\n\n * `maxCount` {`number`} - Max character count allowed for input. This is needed in order for enableCounter to display\n\n * `required` {`boolean`} - Boolean property to set the required status\n\n * `showPasswordVisibilityToggle` {`boolean`} - Boolean property to render password visibility toggle\n\n * `name` {`string`} - Name for the input used for form data events //TODO make sure this works\n\n * `pattern` {`string`} - Pattern to validate the input against for HTML validity checking\n\n * `autocomplete` {`AutoFill`} - The sets the autocomplete for the input.",
396
+ "attributes": [
397
+ {
398
+ "name": "hidePasswordLabel",
399
+ "description": "`hidePasswordLabel` {`string`} - \"Hide password\" tooltip text on password visibility toggle\n\nProperty: hidePasswordLabel\n\nDefault: Hide"
400
+ },
401
+ {
402
+ "name": "showPasswordLabel",
403
+ "description": "`showPasswordLabel` {`string`} - \"Show password\" tooltip text on password visibility toggle\n\nProperty: showPasswordLabel\n\nDefault: Show"
404
+ },
405
+ {
406
+ "name": "value",
407
+ "description": "`value` {`string | number | boolean`} - The value of the input.\n\nProperty: value",
408
+ "values": []
409
+ },
410
+ {
411
+ "name": "variant",
412
+ "description": "`variant` {`\"number\" | \"text\" | \"text-area\" | \"color\" | \"date\" | \"datetime-local\" | \"email\" | \"file\" | \"hidden\" | \"password\"`} - Input type\n\nProperty: variant\n\nDefault: text",
413
+ "values": [
414
+ {
415
+ "name": "number"
416
+ },
417
+ {
418
+ "name": "text"
419
+ },
420
+ {
421
+ "name": "text-area"
422
+ },
423
+ {
424
+ "name": "color"
425
+ },
426
+ {
427
+ "name": "date"
428
+ },
429
+ {
430
+ "name": "datetime-local"
431
+ },
432
+ {
433
+ "name": "email"
434
+ },
435
+ {
436
+ "name": "file"
437
+ },
438
+ {
439
+ "name": "hidden"
440
+ },
441
+ {
442
+ "name": "password"
443
+ }
444
+ ]
445
+ },
446
+ {
447
+ "name": "label",
448
+ "description": "`label` {`string`} - Label to display above the input\n\nProperty: label\n\nDefault: "
449
+ },
450
+ {
451
+ "name": "placeholder",
452
+ "description": "`placeholder` {`string`} - placeholder text to display\n\nProperty: placeholder\n\nDefault: "
453
+ },
454
+ {
455
+ "name": "disabled",
456
+ "description": "`disabled` {`boolean`} - \n\nProperty: disabled\n\nDefault: false",
457
+ "valueSet": "v"
458
+ },
459
+ {
460
+ "name": "readonly",
461
+ "description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
462
+ "valueSet": "v"
463
+ },
464
+ {
465
+ "name": "helperText",
466
+ "description": "`helperText` {`string`} - The helper text.\n\nProperty: helperText\n\nDefault: "
467
+ },
468
+ {
469
+ "name": "invalid",
470
+ "description": "`invalid` {`boolean`} - Specify if the currently value is invalid.\n\nProperty: invalid\n\nDefault: false",
471
+ "valueSet": "v"
472
+ },
473
+ {
474
+ "name": "invalidText",
475
+ "description": "`invalidText` {`string | TemplateResult<1>`} - Message which is displayed if the value is invalid.\n\nProperty: invalidText\n\nDefault: ",
476
+ "values": []
477
+ },
478
+ {
479
+ "name": "maxCount",
480
+ "description": "`maxCount` {`number`} - Max character count allowed for input. This is needed in order for enableCounter to display\n\nProperty: maxCount\n\nDefault: 0"
481
+ },
482
+ {
483
+ "name": "required",
484
+ "description": "`required` {`boolean`} - Boolean property to set the required status\n\nProperty: required\n\nDefault: false",
485
+ "valueSet": "v"
486
+ },
487
+ {
488
+ "name": "showPasswordVisibilityToggle",
489
+ "description": "`showPasswordVisibilityToggle` {`boolean`} - Boolean property to render password visibility toggle\n\nProperty: showPasswordVisibilityToggle\n\nDefault: true",
490
+ "valueSet": "v"
491
+ },
492
+ {
493
+ "name": "name",
494
+ "description": "`name` {`string`} - Name for the input used for form data events //TODO make sure this works\n\nProperty: name\n\nDefault: "
495
+ },
496
+ {
497
+ "name": "pattern",
498
+ "description": "`pattern` {`string`} - Pattern to validate the input against for HTML validity checking\n\nProperty: pattern\n\nDefault: "
499
+ },
500
+ {
501
+ "name": "autocomplete",
502
+ "description": "`autocomplete` {`AutoFill`} - The sets the autocomplete for the input.\n\nProperty: autocomplete\n\nDefault: ",
503
+ "values": [
504
+ {
505
+ "name": ""
506
+ },
507
+ {
508
+ "name": "email"
509
+ },
510
+ {
511
+ "name": "off"
512
+ },
513
+ {
514
+ "name": "on"
515
+ },
516
+ {
517
+ "name": "additional-name"
518
+ },
519
+ {
520
+ "name": "address-level1"
521
+ },
522
+ {
523
+ "name": "address-level2"
524
+ },
525
+ {
526
+ "name": "address-level3"
527
+ },
528
+ {
529
+ "name": "address-level4"
530
+ },
531
+ {
532
+ "name": "address-line1"
533
+ },
534
+ {
535
+ "name": "address-line2"
536
+ },
537
+ {
538
+ "name": "address-line3"
539
+ },
540
+ {
541
+ "name": "bday-day"
542
+ },
543
+ {
544
+ "name": "bday-month"
545
+ },
546
+ {
547
+ "name": "bday-year"
548
+ },
549
+ {
550
+ "name": "cc-csc"
551
+ },
552
+ {
553
+ "name": "cc-exp"
554
+ },
555
+ {
556
+ "name": "cc-exp-month"
557
+ },
558
+ {
559
+ "name": "cc-exp-year"
560
+ },
561
+ {
562
+ "name": "cc-family-name"
563
+ },
564
+ {
565
+ "name": "cc-given-name"
566
+ },
567
+ {
568
+ "name": "cc-name"
569
+ },
570
+ {
571
+ "name": "cc-number"
572
+ },
573
+ {
574
+ "name": "cc-type"
575
+ },
576
+ {
577
+ "name": "country"
578
+ },
579
+ {
580
+ "name": "country-name"
581
+ },
582
+ {
583
+ "name": "current-password"
584
+ },
585
+ {
586
+ "name": "family-name"
587
+ },
588
+ {
589
+ "name": "given-name"
590
+ },
591
+ {
592
+ "name": "honorific-prefix"
593
+ },
594
+ {
595
+ "name": "honorific-suffix"
596
+ },
597
+ {
598
+ "name": "name"
599
+ },
600
+ {
601
+ "name": "new-password"
602
+ },
603
+ {
604
+ "name": "one-time-code"
605
+ },
606
+ {
607
+ "name": "organization"
608
+ },
609
+ {
610
+ "name": "postal-code"
611
+ },
612
+ {
613
+ "name": "street-address"
614
+ },
615
+ {
616
+ "name": "transaction-amount"
617
+ },
618
+ {
619
+ "name": "transaction-currency"
620
+ },
621
+ {
622
+ "name": "username"
623
+ },
624
+ {
625
+ "name": "tel"
626
+ },
627
+ {
628
+ "name": "tel-area-code"
629
+ },
630
+ {
631
+ "name": "tel-country-code"
632
+ },
633
+ {
634
+ "name": "tel-extension"
635
+ },
636
+ {
637
+ "name": "tel-local"
638
+ },
639
+ {
640
+ "name": "tel-local-prefix"
641
+ },
642
+ {
643
+ "name": "tel-local-suffix"
644
+ },
645
+ {
646
+ "name": "tel-national"
647
+ },
648
+ {
649
+ "name": "home email"
650
+ },
651
+ {
652
+ "name": "home tel"
653
+ },
654
+ {
655
+ "name": "home tel-area-code"
656
+ },
657
+ {
658
+ "name": "home tel-country-code"
659
+ },
660
+ {
661
+ "name": "home tel-extension"
662
+ },
663
+ {
664
+ "name": "home tel-local"
665
+ },
666
+ {
667
+ "name": "home tel-local-prefix"
668
+ },
669
+ {
670
+ "name": "home tel-local-suffix"
671
+ },
672
+ {
673
+ "name": "home tel-national"
674
+ },
675
+ {
676
+ "name": "mobile email"
677
+ },
678
+ {
679
+ "name": "mobile tel"
680
+ },
681
+ {
682
+ "name": "mobile tel-area-code"
683
+ },
684
+ {
685
+ "name": "mobile tel-country-code"
686
+ },
687
+ {
688
+ "name": "mobile tel-extension"
689
+ },
690
+ {
691
+ "name": "mobile tel-local"
692
+ },
693
+ {
694
+ "name": "mobile tel-local-prefix"
695
+ },
696
+ {
697
+ "name": "mobile tel-local-suffix"
698
+ },
699
+ {
700
+ "name": "mobile tel-national"
701
+ },
702
+ {
703
+ "name": "work email"
704
+ },
705
+ {
706
+ "name": "work tel"
707
+ },
708
+ {
709
+ "name": "work tel-area-code"
710
+ },
711
+ {
712
+ "name": "work tel-country-code"
713
+ },
714
+ {
715
+ "name": "work tel-extension"
716
+ },
717
+ {
718
+ "name": "work tel-local"
719
+ },
720
+ {
721
+ "name": "work tel-local-prefix"
722
+ },
723
+ {
724
+ "name": "work tel-local-suffix"
725
+ },
726
+ {
727
+ "name": "work tel-national"
728
+ },
729
+ {
730
+ "name": "additional-name webauthn"
731
+ },
732
+ {
733
+ "name": "address-level1 webauthn"
734
+ },
735
+ {
736
+ "name": "address-level2 webauthn"
737
+ },
738
+ {
739
+ "name": "address-level3 webauthn"
740
+ },
741
+ {
742
+ "name": "address-level4 webauthn"
743
+ },
744
+ {
745
+ "name": "address-line1 webauthn"
746
+ },
747
+ {
748
+ "name": "address-line2 webauthn"
749
+ },
750
+ {
751
+ "name": "address-line3 webauthn"
752
+ },
753
+ {
754
+ "name": "bday-day webauthn"
755
+ },
756
+ {
757
+ "name": "bday-month webauthn"
758
+ },
759
+ {
760
+ "name": "bday-year webauthn"
761
+ },
762
+ {
763
+ "name": "cc-csc webauthn"
764
+ },
765
+ {
766
+ "name": "cc-exp webauthn"
767
+ },
768
+ {
769
+ "name": "cc-exp-month webauthn"
770
+ },
771
+ {
772
+ "name": "cc-exp-year webauthn"
773
+ },
774
+ {
775
+ "name": "cc-family-name webauthn"
776
+ },
777
+ {
778
+ "name": "cc-given-name webauthn"
779
+ },
780
+ {
781
+ "name": "cc-name webauthn"
782
+ },
783
+ {
784
+ "name": "cc-number webauthn"
785
+ },
786
+ {
787
+ "name": "cc-type webauthn"
788
+ },
789
+ {
790
+ "name": "country webauthn"
791
+ },
792
+ {
793
+ "name": "country-name webauthn"
794
+ },
795
+ {
796
+ "name": "current-password webauthn"
797
+ },
798
+ {
799
+ "name": "family-name webauthn"
800
+ },
801
+ {
802
+ "name": "given-name webauthn"
803
+ },
804
+ {
805
+ "name": "honorific-prefix webauthn"
806
+ },
807
+ {
808
+ "name": "honorific-suffix webauthn"
809
+ },
810
+ {
811
+ "name": "name webauthn"
812
+ },
813
+ {
814
+ "name": "new-password webauthn"
815
+ },
816
+ {
817
+ "name": "one-time-code webauthn"
818
+ },
819
+ {
820
+ "name": "organization webauthn"
821
+ },
822
+ {
823
+ "name": "postal-code webauthn"
824
+ },
825
+ {
826
+ "name": "street-address webauthn"
827
+ },
828
+ {
829
+ "name": "transaction-amount webauthn"
830
+ },
831
+ {
832
+ "name": "transaction-currency webauthn"
833
+ },
834
+ {
835
+ "name": "username webauthn"
836
+ },
837
+ {
838
+ "name": "email webauthn"
839
+ },
840
+ {
841
+ "name": "tel webauthn"
842
+ },
843
+ {
844
+ "name": "tel-area-code webauthn"
845
+ },
846
+ {
847
+ "name": "tel-country-code webauthn"
848
+ },
849
+ {
850
+ "name": "tel-extension webauthn"
851
+ },
852
+ {
853
+ "name": "tel-local webauthn"
854
+ },
855
+ {
856
+ "name": "tel-local-prefix webauthn"
857
+ },
858
+ {
859
+ "name": "tel-local-suffix webauthn"
860
+ },
861
+ {
862
+ "name": "tel-national webauthn"
863
+ },
864
+ {
865
+ "name": "home email webauthn"
866
+ },
867
+ {
868
+ "name": "home tel webauthn"
869
+ },
870
+ {
871
+ "name": "home tel-area-code webauthn"
872
+ },
873
+ {
874
+ "name": "home tel-country-code webauthn"
875
+ },
876
+ {
877
+ "name": "home tel-extension webauthn"
878
+ },
879
+ {
880
+ "name": "home tel-local webauthn"
881
+ },
882
+ {
883
+ "name": "home tel-local-prefix webauthn"
884
+ },
885
+ {
886
+ "name": "home tel-local-suffix webauthn"
887
+ },
888
+ {
889
+ "name": "home tel-national webauthn"
890
+ },
891
+ {
892
+ "name": "mobile email webauthn"
893
+ },
894
+ {
895
+ "name": "mobile tel webauthn"
896
+ },
897
+ {
898
+ "name": "mobile tel-area-code webauthn"
899
+ },
900
+ {
901
+ "name": "mobile tel-country-code webauthn"
902
+ },
903
+ {
904
+ "name": "mobile tel-extension webauthn"
905
+ },
906
+ {
907
+ "name": "mobile tel-local webauthn"
908
+ },
909
+ {
910
+ "name": "mobile tel-local-prefix webauthn"
911
+ },
912
+ {
913
+ "name": "mobile tel-local-suffix webauthn"
914
+ },
915
+ {
916
+ "name": "mobile tel-national webauthn"
917
+ },
918
+ {
919
+ "name": "work email webauthn"
920
+ },
921
+ {
922
+ "name": "work tel webauthn"
923
+ },
924
+ {
925
+ "name": "work tel-area-code webauthn"
926
+ },
927
+ {
928
+ "name": "work tel-country-code webauthn"
929
+ },
930
+ {
931
+ "name": "work tel-extension webauthn"
932
+ },
933
+ {
934
+ "name": "work tel-local webauthn"
935
+ },
936
+ {
937
+ "name": "work tel-local-prefix webauthn"
938
+ },
939
+ {
940
+ "name": "work tel-local-suffix webauthn"
941
+ },
942
+ {
943
+ "name": "work tel-national webauthn"
944
+ },
945
+ {
946
+ "name": "billing additional-name"
947
+ },
948
+ {
949
+ "name": "billing additional-name webauthn"
950
+ },
951
+ {
952
+ "name": "billing address-level1"
953
+ },
954
+ {
955
+ "name": "billing address-level1 webauthn"
956
+ },
957
+ {
958
+ "name": "billing address-level2"
959
+ },
960
+ {
961
+ "name": "billing address-level2 webauthn"
962
+ },
963
+ {
964
+ "name": "billing address-level3"
965
+ },
966
+ {
967
+ "name": "billing address-level3 webauthn"
968
+ },
969
+ {
970
+ "name": "billing address-level4"
971
+ },
972
+ {
973
+ "name": "billing address-level4 webauthn"
974
+ },
975
+ {
976
+ "name": "billing address-line1"
977
+ },
978
+ {
979
+ "name": "billing address-line1 webauthn"
980
+ },
981
+ {
982
+ "name": "billing address-line2"
983
+ },
984
+ {
985
+ "name": "billing address-line2 webauthn"
986
+ },
987
+ {
988
+ "name": "billing address-line3"
989
+ },
990
+ {
991
+ "name": "billing address-line3 webauthn"
992
+ },
993
+ {
994
+ "name": "billing bday-day"
995
+ },
996
+ {
997
+ "name": "billing bday-day webauthn"
998
+ },
999
+ {
1000
+ "name": "billing bday-month"
1001
+ },
1002
+ {
1003
+ "name": "billing bday-month webauthn"
1004
+ },
1005
+ {
1006
+ "name": "billing bday-year"
1007
+ },
1008
+ {
1009
+ "name": "billing bday-year webauthn"
1010
+ },
1011
+ {
1012
+ "name": "billing cc-csc"
1013
+ },
1014
+ {
1015
+ "name": "billing cc-csc webauthn"
1016
+ },
1017
+ {
1018
+ "name": "billing cc-exp"
1019
+ },
1020
+ {
1021
+ "name": "billing cc-exp webauthn"
1022
+ },
1023
+ {
1024
+ "name": "billing cc-exp-month"
1025
+ },
1026
+ {
1027
+ "name": "billing cc-exp-month webauthn"
1028
+ },
1029
+ {
1030
+ "name": "billing cc-exp-year"
1031
+ },
1032
+ {
1033
+ "name": "billing cc-exp-year webauthn"
1034
+ },
1035
+ {
1036
+ "name": "billing cc-family-name"
1037
+ },
1038
+ {
1039
+ "name": "billing cc-family-name webauthn"
1040
+ },
1041
+ {
1042
+ "name": "billing cc-given-name"
1043
+ },
1044
+ {
1045
+ "name": "billing cc-given-name webauthn"
1046
+ },
1047
+ {
1048
+ "name": "billing cc-name"
1049
+ },
1050
+ {
1051
+ "name": "billing cc-name webauthn"
1052
+ },
1053
+ {
1054
+ "name": "billing cc-number"
1055
+ },
1056
+ {
1057
+ "name": "billing cc-number webauthn"
1058
+ },
1059
+ {
1060
+ "name": "billing cc-type"
1061
+ },
1062
+ {
1063
+ "name": "billing cc-type webauthn"
1064
+ },
1065
+ {
1066
+ "name": "billing country"
1067
+ },
1068
+ {
1069
+ "name": "billing country webauthn"
1070
+ },
1071
+ {
1072
+ "name": "billing country-name"
1073
+ },
1074
+ {
1075
+ "name": "billing country-name webauthn"
1076
+ },
1077
+ {
1078
+ "name": "billing current-password"
1079
+ },
1080
+ {
1081
+ "name": "billing current-password webauthn"
1082
+ },
1083
+ {
1084
+ "name": "billing family-name"
1085
+ },
1086
+ {
1087
+ "name": "billing family-name webauthn"
1088
+ },
1089
+ {
1090
+ "name": "billing given-name"
1091
+ },
1092
+ {
1093
+ "name": "billing given-name webauthn"
1094
+ },
1095
+ {
1096
+ "name": "billing honorific-prefix"
1097
+ },
1098
+ {
1099
+ "name": "billing honorific-prefix webauthn"
1100
+ },
1101
+ {
1102
+ "name": "billing honorific-suffix"
1103
+ },
1104
+ {
1105
+ "name": "billing honorific-suffix webauthn"
1106
+ },
1107
+ {
1108
+ "name": "billing name"
1109
+ },
1110
+ {
1111
+ "name": "billing name webauthn"
1112
+ },
1113
+ {
1114
+ "name": "billing new-password"
1115
+ },
1116
+ {
1117
+ "name": "billing new-password webauthn"
1118
+ },
1119
+ {
1120
+ "name": "billing one-time-code"
1121
+ },
1122
+ {
1123
+ "name": "billing one-time-code webauthn"
1124
+ },
1125
+ {
1126
+ "name": "billing organization"
1127
+ },
1128
+ {
1129
+ "name": "billing organization webauthn"
1130
+ },
1131
+ {
1132
+ "name": "billing postal-code"
1133
+ },
1134
+ {
1135
+ "name": "billing postal-code webauthn"
1136
+ },
1137
+ {
1138
+ "name": "billing street-address"
1139
+ },
1140
+ {
1141
+ "name": "billing street-address webauthn"
1142
+ },
1143
+ {
1144
+ "name": "billing transaction-amount"
1145
+ },
1146
+ {
1147
+ "name": "billing transaction-amount webauthn"
1148
+ },
1149
+ {
1150
+ "name": "billing transaction-currency"
1151
+ },
1152
+ {
1153
+ "name": "billing transaction-currency webauthn"
1154
+ },
1155
+ {
1156
+ "name": "billing username"
1157
+ },
1158
+ {
1159
+ "name": "billing username webauthn"
1160
+ },
1161
+ {
1162
+ "name": "billing email"
1163
+ },
1164
+ {
1165
+ "name": "billing email webauthn"
1166
+ },
1167
+ {
1168
+ "name": "billing tel"
1169
+ },
1170
+ {
1171
+ "name": "billing tel webauthn"
1172
+ },
1173
+ {
1174
+ "name": "billing tel-area-code"
1175
+ },
1176
+ {
1177
+ "name": "billing tel-area-code webauthn"
1178
+ },
1179
+ {
1180
+ "name": "billing tel-country-code"
1181
+ },
1182
+ {
1183
+ "name": "billing tel-country-code webauthn"
1184
+ },
1185
+ {
1186
+ "name": "billing tel-extension"
1187
+ },
1188
+ {
1189
+ "name": "billing tel-extension webauthn"
1190
+ },
1191
+ {
1192
+ "name": "billing tel-local"
1193
+ },
1194
+ {
1195
+ "name": "billing tel-local webauthn"
1196
+ },
1197
+ {
1198
+ "name": "billing tel-local-prefix"
1199
+ },
1200
+ {
1201
+ "name": "billing tel-local-prefix webauthn"
1202
+ },
1203
+ {
1204
+ "name": "billing tel-local-suffix"
1205
+ },
1206
+ {
1207
+ "name": "billing tel-local-suffix webauthn"
1208
+ },
1209
+ {
1210
+ "name": "billing tel-national"
1211
+ },
1212
+ {
1213
+ "name": "billing tel-national webauthn"
1214
+ },
1215
+ {
1216
+ "name": "billing home email"
1217
+ },
1218
+ {
1219
+ "name": "billing home email webauthn"
1220
+ },
1221
+ {
1222
+ "name": "billing home tel"
1223
+ },
1224
+ {
1225
+ "name": "billing home tel webauthn"
1226
+ },
1227
+ {
1228
+ "name": "billing home tel-area-code"
1229
+ },
1230
+ {
1231
+ "name": "billing home tel-area-code webauthn"
1232
+ },
1233
+ {
1234
+ "name": "billing home tel-country-code"
1235
+ },
1236
+ {
1237
+ "name": "billing home tel-country-code webauthn"
1238
+ },
1239
+ {
1240
+ "name": "billing home tel-extension"
1241
+ },
1242
+ {
1243
+ "name": "billing home tel-extension webauthn"
1244
+ },
1245
+ {
1246
+ "name": "billing home tel-local"
1247
+ },
1248
+ {
1249
+ "name": "billing home tel-local webauthn"
1250
+ },
1251
+ {
1252
+ "name": "billing home tel-local-prefix"
1253
+ },
1254
+ {
1255
+ "name": "billing home tel-local-prefix webauthn"
1256
+ },
1257
+ {
1258
+ "name": "billing home tel-local-suffix"
1259
+ },
1260
+ {
1261
+ "name": "billing home tel-local-suffix webauthn"
1262
+ },
1263
+ {
1264
+ "name": "billing home tel-national"
1265
+ },
1266
+ {
1267
+ "name": "billing home tel-national webauthn"
1268
+ },
1269
+ {
1270
+ "name": "billing mobile email"
1271
+ },
1272
+ {
1273
+ "name": "billing mobile email webauthn"
1274
+ },
1275
+ {
1276
+ "name": "billing mobile tel"
1277
+ },
1278
+ {
1279
+ "name": "billing mobile tel webauthn"
1280
+ },
1281
+ {
1282
+ "name": "billing mobile tel-area-code"
1283
+ },
1284
+ {
1285
+ "name": "billing mobile tel-area-code webauthn"
1286
+ },
1287
+ {
1288
+ "name": "billing mobile tel-country-code"
1289
+ },
1290
+ {
1291
+ "name": "billing mobile tel-country-code webauthn"
1292
+ },
1293
+ {
1294
+ "name": "billing mobile tel-extension"
1295
+ },
1296
+ {
1297
+ "name": "billing mobile tel-extension webauthn"
1298
+ },
1299
+ {
1300
+ "name": "billing mobile tel-local"
1301
+ },
1302
+ {
1303
+ "name": "billing mobile tel-local webauthn"
1304
+ },
1305
+ {
1306
+ "name": "billing mobile tel-local-prefix"
1307
+ },
1308
+ {
1309
+ "name": "billing mobile tel-local-prefix webauthn"
1310
+ },
1311
+ {
1312
+ "name": "billing mobile tel-local-suffix"
1313
+ },
1314
+ {
1315
+ "name": "billing mobile tel-local-suffix webauthn"
1316
+ },
1317
+ {
1318
+ "name": "billing mobile tel-national"
1319
+ },
1320
+ {
1321
+ "name": "billing mobile tel-national webauthn"
1322
+ },
1323
+ {
1324
+ "name": "billing work email"
1325
+ },
1326
+ {
1327
+ "name": "billing work email webauthn"
1328
+ },
1329
+ {
1330
+ "name": "billing work tel"
1331
+ },
1332
+ {
1333
+ "name": "billing work tel webauthn"
1334
+ },
1335
+ {
1336
+ "name": "billing work tel-area-code"
1337
+ },
1338
+ {
1339
+ "name": "billing work tel-area-code webauthn"
1340
+ },
1341
+ {
1342
+ "name": "billing work tel-country-code"
1343
+ },
1344
+ {
1345
+ "name": "billing work tel-country-code webauthn"
1346
+ },
1347
+ {
1348
+ "name": "billing work tel-extension"
1349
+ },
1350
+ {
1351
+ "name": "billing work tel-extension webauthn"
1352
+ },
1353
+ {
1354
+ "name": "billing work tel-local"
1355
+ },
1356
+ {
1357
+ "name": "billing work tel-local webauthn"
1358
+ },
1359
+ {
1360
+ "name": "billing work tel-local-prefix"
1361
+ },
1362
+ {
1363
+ "name": "billing work tel-local-prefix webauthn"
1364
+ },
1365
+ {
1366
+ "name": "billing work tel-local-suffix"
1367
+ },
1368
+ {
1369
+ "name": "billing work tel-local-suffix webauthn"
1370
+ },
1371
+ {
1372
+ "name": "billing work tel-national"
1373
+ },
1374
+ {
1375
+ "name": "billing work tel-national webauthn"
1376
+ },
1377
+ {
1378
+ "name": "shipping additional-name"
1379
+ },
1380
+ {
1381
+ "name": "shipping additional-name webauthn"
1382
+ },
1383
+ {
1384
+ "name": "shipping address-level1"
1385
+ },
1386
+ {
1387
+ "name": "shipping address-level1 webauthn"
1388
+ },
1389
+ {
1390
+ "name": "shipping address-level2"
1391
+ },
1392
+ {
1393
+ "name": "shipping address-level2 webauthn"
1394
+ },
1395
+ {
1396
+ "name": "shipping address-level3"
1397
+ },
1398
+ {
1399
+ "name": "shipping address-level3 webauthn"
1400
+ },
1401
+ {
1402
+ "name": "shipping address-level4"
1403
+ },
1404
+ {
1405
+ "name": "shipping address-level4 webauthn"
1406
+ },
1407
+ {
1408
+ "name": "shipping address-line1"
1409
+ },
1410
+ {
1411
+ "name": "shipping address-line1 webauthn"
1412
+ },
1413
+ {
1414
+ "name": "shipping address-line2"
1415
+ },
1416
+ {
1417
+ "name": "shipping address-line2 webauthn"
1418
+ },
1419
+ {
1420
+ "name": "shipping address-line3"
1421
+ },
1422
+ {
1423
+ "name": "shipping address-line3 webauthn"
1424
+ },
1425
+ {
1426
+ "name": "shipping bday-day"
1427
+ },
1428
+ {
1429
+ "name": "shipping bday-day webauthn"
1430
+ },
1431
+ {
1432
+ "name": "shipping bday-month"
1433
+ },
1434
+ {
1435
+ "name": "shipping bday-month webauthn"
1436
+ },
1437
+ {
1438
+ "name": "shipping bday-year"
1439
+ },
1440
+ {
1441
+ "name": "shipping bday-year webauthn"
1442
+ },
1443
+ {
1444
+ "name": "shipping cc-csc"
1445
+ },
1446
+ {
1447
+ "name": "shipping cc-csc webauthn"
1448
+ },
1449
+ {
1450
+ "name": "shipping cc-exp"
1451
+ },
1452
+ {
1453
+ "name": "shipping cc-exp webauthn"
1454
+ },
1455
+ {
1456
+ "name": "shipping cc-exp-month"
1457
+ },
1458
+ {
1459
+ "name": "shipping cc-exp-month webauthn"
1460
+ },
1461
+ {
1462
+ "name": "shipping cc-exp-year"
1463
+ },
1464
+ {
1465
+ "name": "shipping cc-exp-year webauthn"
1466
+ },
1467
+ {
1468
+ "name": "shipping cc-family-name"
1469
+ },
1470
+ {
1471
+ "name": "shipping cc-family-name webauthn"
1472
+ },
1473
+ {
1474
+ "name": "shipping cc-given-name"
1475
+ },
1476
+ {
1477
+ "name": "shipping cc-given-name webauthn"
1478
+ },
1479
+ {
1480
+ "name": "shipping cc-name"
1481
+ },
1482
+ {
1483
+ "name": "shipping cc-name webauthn"
1484
+ },
1485
+ {
1486
+ "name": "shipping cc-number"
1487
+ },
1488
+ {
1489
+ "name": "shipping cc-number webauthn"
1490
+ },
1491
+ {
1492
+ "name": "shipping cc-type"
1493
+ },
1494
+ {
1495
+ "name": "shipping cc-type webauthn"
1496
+ },
1497
+ {
1498
+ "name": "shipping country"
1499
+ },
1500
+ {
1501
+ "name": "shipping country webauthn"
1502
+ },
1503
+ {
1504
+ "name": "shipping country-name"
1505
+ },
1506
+ {
1507
+ "name": "shipping country-name webauthn"
1508
+ },
1509
+ {
1510
+ "name": "shipping current-password"
1511
+ },
1512
+ {
1513
+ "name": "shipping current-password webauthn"
1514
+ },
1515
+ {
1516
+ "name": "shipping family-name"
1517
+ },
1518
+ {
1519
+ "name": "shipping family-name webauthn"
1520
+ },
1521
+ {
1522
+ "name": "shipping given-name"
1523
+ },
1524
+ {
1525
+ "name": "shipping given-name webauthn"
1526
+ },
1527
+ {
1528
+ "name": "shipping honorific-prefix"
1529
+ },
1530
+ {
1531
+ "name": "shipping honorific-prefix webauthn"
1532
+ },
1533
+ {
1534
+ "name": "shipping honorific-suffix"
1535
+ },
1536
+ {
1537
+ "name": "shipping honorific-suffix webauthn"
1538
+ },
1539
+ {
1540
+ "name": "shipping name"
1541
+ },
1542
+ {
1543
+ "name": "shipping name webauthn"
1544
+ },
1545
+ {
1546
+ "name": "shipping new-password"
1547
+ },
1548
+ {
1549
+ "name": "shipping new-password webauthn"
1550
+ },
1551
+ {
1552
+ "name": "shipping one-time-code"
1553
+ },
1554
+ {
1555
+ "name": "shipping one-time-code webauthn"
1556
+ },
1557
+ {
1558
+ "name": "shipping organization"
1559
+ },
1560
+ {
1561
+ "name": "shipping organization webauthn"
1562
+ },
1563
+ {
1564
+ "name": "shipping postal-code"
1565
+ },
1566
+ {
1567
+ "name": "shipping postal-code webauthn"
1568
+ },
1569
+ {
1570
+ "name": "shipping street-address"
1571
+ },
1572
+ {
1573
+ "name": "shipping street-address webauthn"
1574
+ },
1575
+ {
1576
+ "name": "shipping transaction-amount"
1577
+ },
1578
+ {
1579
+ "name": "shipping transaction-amount webauthn"
1580
+ },
1581
+ {
1582
+ "name": "shipping transaction-currency"
1583
+ },
1584
+ {
1585
+ "name": "shipping transaction-currency webauthn"
1586
+ },
1587
+ {
1588
+ "name": "shipping username"
1589
+ },
1590
+ {
1591
+ "name": "shipping username webauthn"
1592
+ },
1593
+ {
1594
+ "name": "shipping email"
1595
+ },
1596
+ {
1597
+ "name": "shipping email webauthn"
1598
+ },
1599
+ {
1600
+ "name": "shipping tel"
1601
+ },
1602
+ {
1603
+ "name": "shipping tel webauthn"
1604
+ },
1605
+ {
1606
+ "name": "shipping tel-area-code"
1607
+ },
1608
+ {
1609
+ "name": "shipping tel-area-code webauthn"
1610
+ },
1611
+ {
1612
+ "name": "shipping tel-country-code"
1613
+ },
1614
+ {
1615
+ "name": "shipping tel-country-code webauthn"
1616
+ },
1617
+ {
1618
+ "name": "shipping tel-extension"
1619
+ },
1620
+ {
1621
+ "name": "shipping tel-extension webauthn"
1622
+ },
1623
+ {
1624
+ "name": "shipping tel-local"
1625
+ },
1626
+ {
1627
+ "name": "shipping tel-local webauthn"
1628
+ },
1629
+ {
1630
+ "name": "shipping tel-local-prefix"
1631
+ },
1632
+ {
1633
+ "name": "shipping tel-local-prefix webauthn"
1634
+ },
1635
+ {
1636
+ "name": "shipping tel-local-suffix"
1637
+ },
1638
+ {
1639
+ "name": "shipping tel-local-suffix webauthn"
1640
+ },
1641
+ {
1642
+ "name": "shipping tel-national"
1643
+ },
1644
+ {
1645
+ "name": "shipping tel-national webauthn"
1646
+ },
1647
+ {
1648
+ "name": "shipping home email"
1649
+ },
1650
+ {
1651
+ "name": "shipping home email webauthn"
1652
+ },
1653
+ {
1654
+ "name": "shipping home tel"
1655
+ },
1656
+ {
1657
+ "name": "shipping home tel webauthn"
1658
+ },
1659
+ {
1660
+ "name": "shipping home tel-area-code"
1661
+ },
1662
+ {
1663
+ "name": "shipping home tel-area-code webauthn"
1664
+ },
1665
+ {
1666
+ "name": "shipping home tel-country-code"
1667
+ },
1668
+ {
1669
+ "name": "shipping home tel-country-code webauthn"
1670
+ },
1671
+ {
1672
+ "name": "shipping home tel-extension"
1673
+ },
1674
+ {
1675
+ "name": "shipping home tel-extension webauthn"
1676
+ },
1677
+ {
1678
+ "name": "shipping home tel-local"
1679
+ },
1680
+ {
1681
+ "name": "shipping home tel-local webauthn"
1682
+ },
1683
+ {
1684
+ "name": "shipping home tel-local-prefix"
1685
+ },
1686
+ {
1687
+ "name": "shipping home tel-local-prefix webauthn"
1688
+ },
1689
+ {
1690
+ "name": "shipping home tel-local-suffix"
1691
+ },
1692
+ {
1693
+ "name": "shipping home tel-local-suffix webauthn"
1694
+ },
1695
+ {
1696
+ "name": "shipping home tel-national"
1697
+ },
1698
+ {
1699
+ "name": "shipping home tel-national webauthn"
1700
+ },
1701
+ {
1702
+ "name": "shipping mobile email"
1703
+ },
1704
+ {
1705
+ "name": "shipping mobile email webauthn"
1706
+ },
1707
+ {
1708
+ "name": "shipping mobile tel"
1709
+ },
1710
+ {
1711
+ "name": "shipping mobile tel webauthn"
1712
+ },
1713
+ {
1714
+ "name": "shipping mobile tel-area-code"
1715
+ },
1716
+ {
1717
+ "name": "shipping mobile tel-area-code webauthn"
1718
+ },
1719
+ {
1720
+ "name": "shipping mobile tel-country-code"
1721
+ },
1722
+ {
1723
+ "name": "shipping mobile tel-country-code webauthn"
1724
+ },
1725
+ {
1726
+ "name": "shipping mobile tel-extension"
1727
+ },
1728
+ {
1729
+ "name": "shipping mobile tel-extension webauthn"
1730
+ },
1731
+ {
1732
+ "name": "shipping mobile tel-local"
1733
+ },
1734
+ {
1735
+ "name": "shipping mobile tel-local webauthn"
1736
+ },
1737
+ {
1738
+ "name": "shipping mobile tel-local-prefix"
1739
+ },
1740
+ {
1741
+ "name": "shipping mobile tel-local-prefix webauthn"
1742
+ },
1743
+ {
1744
+ "name": "shipping mobile tel-local-suffix"
1745
+ },
1746
+ {
1747
+ "name": "shipping mobile tel-local-suffix webauthn"
1748
+ },
1749
+ {
1750
+ "name": "shipping mobile tel-national"
1751
+ },
1752
+ {
1753
+ "name": "shipping mobile tel-national webauthn"
1754
+ },
1755
+ {
1756
+ "name": "shipping work email"
1757
+ },
1758
+ {
1759
+ "name": "shipping work email webauthn"
1760
+ },
1761
+ {
1762
+ "name": "shipping work tel"
1763
+ },
1764
+ {
1765
+ "name": "shipping work tel webauthn"
1766
+ },
1767
+ {
1768
+ "name": "shipping work tel-area-code"
1769
+ },
1770
+ {
1771
+ "name": "shipping work tel-area-code webauthn"
1772
+ },
1773
+ {
1774
+ "name": "shipping work tel-country-code"
1775
+ },
1776
+ {
1777
+ "name": "shipping work tel-country-code webauthn"
1778
+ },
1779
+ {
1780
+ "name": "shipping work tel-extension"
1781
+ },
1782
+ {
1783
+ "name": "shipping work tel-extension webauthn"
1784
+ },
1785
+ {
1786
+ "name": "shipping work tel-local"
1787
+ },
1788
+ {
1789
+ "name": "shipping work tel-local webauthn"
1790
+ },
1791
+ {
1792
+ "name": "shipping work tel-local-prefix"
1793
+ },
1794
+ {
1795
+ "name": "shipping work tel-local-prefix webauthn"
1796
+ },
1797
+ {
1798
+ "name": "shipping work tel-local-suffix"
1799
+ },
1800
+ {
1801
+ "name": "shipping work tel-local-suffix webauthn"
1802
+ },
1803
+ {
1804
+ "name": "shipping work tel-national"
1805
+ },
1806
+ {
1807
+ "name": "shipping work tel-national webauthn"
1808
+ }
1809
+ ]
1810
+ },
1811
+ {
1812
+ "name": "onchange",
1813
+ "description": "`change` {`Event`} - "
1814
+ }
1815
+ ]
1816
+ },
1817
+ {
1818
+ "name": "spectric-query",
1819
+ "description": "The Query component will take Opensearch Dashboard Query language and transform it into various outputs\n\nEvents:\n\n * `change` {`CustomEvent<any>`} - \n\nAttributes:\n\n * `outputLanguage` {`\"toMongo\" | \"toCql\" | \"toDSL\" | \"AST\"`} - The output of the query in a specific format\n\n * `value` {`string`} - The value of the input.\n\n * `fields` {`FieldTypes[]`} - Fields that are used for the auto complete\n\n * `placeholder` {`string`} - Input placeholder\n\nProperties:\n\n * `_value` {`string`} - The internal value.\n\n * `suggestion` {`Suggestion | undefined`} - \n\n * `completions` {`Completion[]`} - \n\n * `completionIndex` {`number`} - \n\n * `_autocomplete` {`HTMLDivElement | undefined`} - \n\n * `_asyncAutocomplete` {`Promise<HTMLDivElement>`} - \n\n * `_input` {`SpectricInput`} - The underlying input element\n\n * `_parseQuery` - \n\n * `_selectCompletion` - \n\n * `_handleArrows` - \n\n * `uuid` {`string`} - \n\n * `outputLanguage` {`\"toMongo\" | \"toCql\" | \"toDSL\" | \"AST\"`} - The output of the query in a specific format\n\n * `value` {`string`} - The value of the input.\n\n * `fields` {`FieldTypes[]`} - Fields that are used for the auto complete\n\n * `getValuesForField` - Callback that will provide values for specific fields\n\n * `placeholder` {`string`} - Input placeholder",
1820
+ "attributes": [
1821
+ {
1822
+ "name": "outputLanguage",
1823
+ "description": "`outputLanguage` {`\"toMongo\" | \"toCql\" | \"toDSL\" | \"AST\"`} - The output of the query in a specific format\n\nProperty: outputLanguage\n\nDefault: AST",
1824
+ "values": [
1825
+ {
1826
+ "name": "toMongo"
1827
+ },
1828
+ {
1829
+ "name": "toCql"
1830
+ },
1831
+ {
1832
+ "name": "toDSL"
1833
+ },
1834
+ {
1835
+ "name": "AST"
1836
+ }
1837
+ ]
1838
+ },
1839
+ {
1840
+ "name": "value",
1841
+ "description": "`value` {`string`} - The value of the input.\n\nProperty: value"
1842
+ },
1843
+ {
1844
+ "name": "fields",
1845
+ "description": "`fields` {`FieldTypes[]`} - Fields that are used for the auto complete\n\nProperty: fields\n\nDefault: "
1846
+ },
1847
+ {
1848
+ "name": "placeholder",
1849
+ "description": "`placeholder` {`string`} - Input placeholder\n\nProperty: placeholder\n\nDefault: "
1850
+ },
1851
+ {
1852
+ "name": "onchange",
1853
+ "description": "`change` {`CustomEvent<any>`} - "
1854
+ }
1855
+ ]
1856
+ },
1857
+ {
1858
+ "name": "spectric-splitview",
1859
+ "description": "Split view will take a container and split it horizontally or vertically. This element can only have two children.\nIf you supply the **id** attribute on the split view element it will save and load the state keeping the user defined position\n\nEvents:\n\n * `change` {`CustomEvent<SplitViewProps>`} - CustomEvent\\<SplitViewProps\\> Fired every time there is a change to the split percentage\n\nSlots:\n\n * ` ` {} - Element can only take 2 HTMLElements.\n\nAttributes:\n\n * `orientation` {`Orientations`} - Controls the orientation of the splitter handle\n\n * `percentage` {`number | undefined`} - the percentage to split the view default: 50\n\n * `invisible` {`boolean | undefined`} - Should the splitter handle be invisible?\n\n * `min` {`number`} - Clamps the minimum split percentage default: 10\n\n * `max` {`number`} - Clamps the maximum split percentage default: 90\n\n * `useSavedState` {`boolean | undefined`} - save and load split state to localstorage splitter must have an id attribute default: true\n\nProperties:\n\n * `styles` {`CSSResult`} - \n\n * `isDragging` {`boolean`} - \n\n * `_error` {`string | false`} - \n\n * `_splitter` {`Promise<HTMLElement>`} - \n\n * `_panel1` {`HTMLSlotElement`} - \n\n * `_panel2` {`HTMLSlotElement`} - \n\n * `_emitChange` - \n\n * `_onMouseMove` - \n\n * `_assignSlot` - \n\n * `orientation` {`Orientations`} - Controls the orientation of the splitter handle\n\n * `percentage` {`number | undefined`} - the percentage to split the view default: 50\n\n * `invisible` {`boolean | undefined`} - Should the splitter handle be invisible?\n\n * `min` {`number`} - Clamps the minimum split percentage default: 10\n\n * `max` {`number`} - Clamps the maximum split percentage default: 90\n\n * `useSavedState` {`boolean | undefined`} - save and load split state to localstorage splitter must have an id attribute default: true\n\n * `_disposables` {`Set<IDisposable>`} - \n\n * `_isDisposed` {`boolean`} - \n\n * `_disposableListeners` {`{ target: HTMLElement | Promise<HTMLElement>; event: string; handler: any; }[]`} - \n\n * `_connected` {`boolean`} - ",
1860
+ "attributes": [
1861
+ {
1862
+ "name": "orientation",
1863
+ "description": "`orientation` {`Orientations`} - Controls the orientation of the splitter handle\n\nProperty: orientation\n\nDefault: horizontal",
1864
+ "values": [
1865
+ {
1866
+ "name": "horizontal"
1867
+ },
1868
+ {
1869
+ "name": "vertical"
1870
+ }
1871
+ ]
1872
+ },
1873
+ {
1874
+ "name": "percentage",
1875
+ "description": "`percentage` {`number | undefined`} - the percentage to split the view default: 50\n\nProperty: percentage\n\nDefault: 50",
1876
+ "values": []
1877
+ },
1878
+ {
1879
+ "name": "invisible",
1880
+ "description": "`invisible` {`boolean | undefined`} - Should the splitter handle be invisible?\n\nProperty: invisible\n\nDefault: false",
1881
+ "values": []
1882
+ },
1883
+ {
1884
+ "name": "min",
1885
+ "description": "`min` {`number`} - Clamps the minimum split percentage default: 10\n\nProperty: min\n\nDefault: 10"
1886
+ },
1887
+ {
1888
+ "name": "max",
1889
+ "description": "`max` {`number`} - Clamps the maximum split percentage default: 90\n\nProperty: max\n\nDefault: 90"
1890
+ },
1891
+ {
1892
+ "name": "useSavedState",
1893
+ "description": "`useSavedState` {`boolean | undefined`} - save and load split state to localstorage splitter must have an id attribute default: true\n\nProperty: useSavedState\n\nDefault: true",
1894
+ "values": []
1895
+ },
1896
+ {
1897
+ "name": "onchange",
1898
+ "description": "`change` {`CustomEvent<SplitViewProps>`} - CustomEvent\\<SplitViewProps\\> Fired every time there is a change to the split percentage"
1899
+ }
1900
+ ]
1901
+ },
1902
+ {
1903
+ "name": "spectric-storybook-example-content",
1904
+ "description": "Attributes:\n\n * `frameWidth` {`number`} - \n\nProperties:\n\n * `frameWidth` {`number`} - \n\n * `dialogOpen` {`boolean`} - ",
1905
+ "attributes": [
1906
+ {
1907
+ "name": "frameWidth",
1908
+ "description": "`frameWidth` {`number`} - \n\nProperty: frameWidth\n\nDefault: 10"
1909
+ }
1910
+ ]
1911
+ },
1912
+ {
1913
+ "name": "lorum-ipsum",
1914
+ "attributes": []
1915
+ }
1916
+ ],
1917
+ "globalAttributes": [],
1918
+ "valueSets": []
1919
+ }