@nldd/design-system 0.8.80 → 0.8.83
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.
- package/custom-elements.json +1138 -71
- package/dist/components/actions/button/button.d.ts +5 -0
- package/dist/components/actions/button/button.d.ts.map +1 -1
- package/dist/components/actions/button/button.js +8 -0
- package/dist/components/actions/button/button.js.map +1 -1
- package/dist/components/actions/button/button.template.d.ts.map +1 -1
- package/dist/components/actions/button/button.template.js +2 -0
- package/dist/components/actions/button/button.template.js.map +1 -1
- package/dist/components/actions/icon-button/icon-button.d.ts +1 -1
- package/dist/components/actions/icon-button/icon-button.js +1 -1
- package/dist/components/actions/menu/menu.d.ts +25 -2
- package/dist/components/actions/menu/menu.d.ts.map +1 -1
- package/dist/components/actions/menu/menu.js +31 -8
- package/dist/components/actions/menu/menu.js.map +1 -1
- package/dist/components/actions/menu/menu.template.d.ts +1 -1
- package/dist/components/actions/menu/menu.template.d.ts.map +1 -1
- package/dist/components/actions/menu/menu.template.js +7 -3
- package/dist/components/actions/menu/menu.template.js.map +1 -1
- package/dist/components/actions/toolbar/toolbar.d.ts +20 -0
- package/dist/components/actions/toolbar/toolbar.d.ts.map +1 -1
- package/dist/components/actions/toolbar/toolbar.js +54 -0
- package/dist/components/actions/toolbar/toolbar.js.map +1 -1
- package/dist/components/breakpoints-CkxsiRgH.js +10 -0
- package/dist/components/components.js +52643 -117
- package/dist/components/content/avatar/avatar.styles.d.ts.map +1 -1
- package/dist/components/content/avatar/avatar.styles.js +5 -1
- package/dist/components/content/avatar/avatar.styles.js.map +1 -1
- package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
- package/dist/components/content/icon/icon-aliases.js +78 -6
- package/dist/components/content/icon/icon-aliases.js.map +1 -1
- package/dist/components/content/icon/icon-gallery-status.d.ts.map +1 -1
- package/dist/components/content/icon/icon-gallery-status.js +63 -92
- package/dist/components/content/icon/icon-gallery-status.js.map +1 -1
- package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
- package/dist/components/content/icon/icon-registry.js +44 -6
- package/dist/components/content/icon/icon-registry.js.map +1 -1
- package/dist/components/content/icon/icon.d.ts +8 -2
- package/dist/components/content/icon/icon.d.ts.map +1 -1
- package/dist/components/content/icon/icon.js +17 -2
- package/dist/components/content/icon/icon.js.map +1 -1
- package/dist/components/content/icon/icon.styles.d.ts.map +1 -1
- package/dist/components/content/icon/icon.styles.js +8 -0
- package/dist/components/content/icon/icon.styles.js.map +1 -1
- package/dist/components/content/text/text.d.ts +50 -0
- package/dist/components/content/text/text.d.ts.map +1 -0
- package/dist/components/content/text/text.js +81 -0
- package/dist/components/content/text/text.js.map +1 -0
- package/dist/components/content/text/text.styles.d.ts +2 -0
- package/dist/components/content/text/text.styles.d.ts.map +1 -0
- package/dist/components/content/text/text.styles.js +116 -0
- package/dist/components/content/text/text.styles.js.map +1 -0
- package/dist/components/content/text/text.template.d.ts +3 -0
- package/dist/components/content/text/text.template.d.ts.map +1 -0
- package/dist/components/content/text/text.template.js +7 -0
- package/dist/components/content/text/text.template.js.map +1 -0
- package/dist/components/content/title/title.styles.d.ts.map +1 -1
- package/dist/components/content/title/title.styles.js +9 -13
- package/dist/components/content/title/title.styles.js.map +1 -1
- package/dist/components/decorate-BKn10QQi.js +9 -0
- package/dist/components/dist-BYVOPNHp.js +381 -0
- package/dist/components/dist-Bq4xc7Bm.js +624 -0
- package/dist/components/dist-C0PiB1dr.js +870 -0
- package/dist/components/dist-C400RcFU.js +1498 -0
- package/dist/components/dist-CCg5Mso_.js +390 -0
- package/dist/components/dist-CJR_Rwhh.js +464 -0
- package/dist/components/dist-Ccw7ZfsU.js +18481 -0
- package/dist/components/dist-OBifyiJS.js +887 -0
- package/dist/components/dist-TpIL8G4G.js +1480 -0
- package/dist/components/dist-afrAoubg.js +1181 -0
- package/dist/components/dist-bO14jlsr.js +78 -0
- package/dist/components/forms/form-field/form-field.d.ts +59 -2
- package/dist/components/forms/form-field/form-field.d.ts.map +1 -1
- package/dist/components/forms/form-field/form-field.js +120 -35
- package/dist/components/forms/form-field/form-field.js.map +1 -1
- package/dist/components/gherkin-uCVRxsGf.js +108 -0
- package/dist/components/icon-C1Kikpol.js +841 -0
- package/dist/components/icon-button-BYy6hnAY.js +1676 -0
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +2 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/input-modality-DhTeUxKi.js +43 -0
- package/dist/components/inputs/checkbox/checkbox.d.ts +8 -0
- package/dist/components/inputs/checkbox/checkbox.d.ts.map +1 -1
- package/dist/components/inputs/checkbox/checkbox.js +10 -0
- package/dist/components/inputs/checkbox/checkbox.js.map +1 -1
- package/dist/components/inputs/checkbox-field/checkbox-field.d.ts +9 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.d.ts.map +1 -1
- package/dist/components/inputs/checkbox-field/checkbox-field.js +11 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.js.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.d.ts +3 -0
- package/dist/components/inputs/code-editor/code-editor.d.ts.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.js +3 -0
- package/dist/components/inputs/code-editor/code-editor.js.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.d.ts +8 -0
- package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.js +36 -0
- package/dist/components/inputs/combo-box/combo-box.js.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.styles.js +5 -0
- package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.template.d.ts.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.template.js +23 -20
- package/dist/components/inputs/combo-box/combo-box.template.js.map +1 -1
- package/dist/components/inputs/date-field/date-field.d.ts +6 -0
- package/dist/components/inputs/date-field/date-field.d.ts.map +1 -1
- package/dist/components/inputs/date-field/date-field.js +11 -0
- package/dist/components/inputs/date-field/date-field.js.map +1 -1
- package/dist/components/inputs/date-field/date-field.template.d.ts.map +1 -1
- package/dist/components/inputs/date-field/date-field.template.js +7 -1
- package/dist/components/inputs/date-field/date-field.template.js.map +1 -1
- package/dist/components/inputs/date-picker/date-picker.d.ts +3 -0
- package/dist/components/inputs/date-picker/date-picker.d.ts.map +1 -1
- package/dist/components/inputs/date-picker/date-picker.js +4 -1
- package/dist/components/inputs/date-picker/date-picker.js.map +1 -1
- package/dist/components/inputs/dropdown/dropdown.d.ts +29 -0
- package/dist/components/inputs/dropdown/dropdown.d.ts.map +1 -1
- package/dist/components/inputs/dropdown/dropdown.js +44 -1
- package/dist/components/inputs/dropdown/dropdown.js.map +1 -1
- package/dist/components/inputs/file-field/file-field.d.ts +3 -0
- package/dist/components/inputs/file-field/file-field.d.ts.map +1 -1
- package/dist/components/inputs/file-field/file-field.js +3 -0
- package/dist/components/inputs/file-field/file-field.js.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts +11 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js +11 -0
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.d.ts.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.js +2 -0
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.js.map +1 -1
- package/dist/components/inputs/number-field/number-field.d.ts +9 -0
- package/dist/components/inputs/number-field/number-field.d.ts.map +1 -1
- package/dist/components/inputs/number-field/number-field.js +12 -0
- package/dist/components/inputs/number-field/number-field.js.map +1 -1
- package/dist/components/inputs/number-field/number-field.template.d.ts.map +1 -1
- package/dist/components/inputs/number-field/number-field.template.js +1 -0
- package/dist/components/inputs/number-field/number-field.template.js.map +1 -1
- package/dist/components/inputs/password-field/password-field.d.ts +9 -0
- package/dist/components/inputs/password-field/password-field.d.ts.map +1 -1
- package/dist/components/inputs/password-field/password-field.js +12 -0
- package/dist/components/inputs/password-field/password-field.js.map +1 -1
- package/dist/components/inputs/password-field/password-field.template.d.ts.map +1 -1
- package/dist/components/inputs/password-field/password-field.template.js +1 -0
- package/dist/components/inputs/password-field/password-field.template.js.map +1 -1
- package/dist/components/inputs/radio-button/radio-button.d.ts +8 -0
- package/dist/components/inputs/radio-button/radio-button.d.ts.map +1 -1
- package/dist/components/inputs/radio-button/radio-button.js +10 -0
- package/dist/components/inputs/radio-button/radio-button.js.map +1 -1
- package/dist/components/inputs/radio-button-field/radio-button-field.d.ts +9 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.d.ts.map +1 -1
- package/dist/components/inputs/radio-button-field/radio-button-field.js +11 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.js.map +1 -1
- package/dist/components/inputs/radio-button-group/radio-button-group.d.ts +16 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.d.ts.map +1 -1
- package/dist/components/inputs/radio-button-group/radio-button-group.js +33 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.js.map +1 -1
- package/dist/components/inputs/search-field/search-field.d.ts +6 -0
- package/dist/components/inputs/search-field/search-field.d.ts.map +1 -1
- package/dist/components/inputs/search-field/search-field.js +6 -0
- package/dist/components/inputs/search-field/search-field.js.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.d.ts +16 -0
- package/dist/components/inputs/segmented-control/segmented-control.d.ts.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.js +26 -7
- package/dist/components/inputs/segmented-control/segmented-control.js.map +1 -1
- package/dist/components/inputs/stepper/stepper.d.ts +17 -0
- package/dist/components/inputs/stepper/stepper.d.ts.map +1 -1
- package/dist/components/inputs/stepper/stepper.js +22 -0
- package/dist/components/inputs/stepper/stepper.js.map +1 -1
- package/dist/components/inputs/stepper/stepper.template.js +1 -1
- package/dist/components/inputs/stepper/stepper.template.js.map +1 -1
- package/dist/components/inputs/switch/switch.d.ts +3 -0
- package/dist/components/inputs/switch/switch.d.ts.map +1 -1
- package/dist/components/inputs/switch/switch.js +3 -0
- package/dist/components/inputs/switch/switch.js.map +1 -1
- package/dist/components/inputs/switch-field/switch-field.d.ts +3 -0
- package/dist/components/inputs/switch-field/switch-field.d.ts.map +1 -1
- package/dist/components/inputs/switch-field/switch-field.js +3 -0
- package/dist/components/inputs/switch-field/switch-field.js.map +1 -1
- package/dist/components/inputs/text-editor/text-editor.d.ts +3 -0
- package/dist/components/inputs/text-editor/text-editor.d.ts.map +1 -1
- package/dist/components/inputs/text-editor/text-editor.js +4 -1
- package/dist/components/inputs/text-editor/text-editor.js.map +1 -1
- package/dist/components/inputs/text-field/text-field.d.ts +30 -0
- package/dist/components/inputs/text-field/text-field.d.ts.map +1 -1
- package/dist/components/inputs/text-field/text-field.js +60 -0
- package/dist/components/inputs/text-field/text-field.js.map +1 -1
- package/dist/components/inputs/text-field/text-field.template.d.ts.map +1 -1
- package/dist/components/inputs/text-field/text-field.template.js +3 -0
- package/dist/components/inputs/text-field/text-field.template.js.map +1 -1
- package/dist/components/inputs/time-field/time-field.d.ts +6 -0
- package/dist/components/inputs/time-field/time-field.d.ts.map +1 -1
- package/dist/components/inputs/time-field/time-field.js +11 -0
- package/dist/components/inputs/time-field/time-field.js.map +1 -1
- package/dist/components/inputs/time-field/time-field.template.d.ts.map +1 -1
- package/dist/components/inputs/time-field/time-field.template.js +7 -1
- package/dist/components/inputs/time-field/time-field.template.js.map +1 -1
- package/dist/components/inputs/time-picker/time-picker.d.ts +3 -0
- package/dist/components/inputs/time-picker/time-picker.d.ts.map +1 -1
- package/dist/components/inputs/time-picker/time-picker.js +4 -1
- package/dist/components/inputs/time-picker/time-picker.js.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.d.ts +10 -0
- package/dist/components/inputs/toggle-button/toggle-button.d.ts.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.js +14 -0
- package/dist/components/inputs/toggle-button/toggle-button.js.map +1 -1
- package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts +11 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts.map +1 -1
- package/dist/components/inputs/toggle-button-group/toggle-button-group.js +16 -6
- package/dist/components/inputs/toggle-button-group/toggle-button-group.js.map +1 -1
- package/dist/components/inputs/token-field/token-field.d.ts +6 -0
- package/dist/components/inputs/token-field/token-field.d.ts.map +1 -1
- package/dist/components/inputs/token-field/token-field.js +13 -0
- package/dist/components/inputs/token-field/token-field.js.map +1 -1
- package/dist/components/layout/box/box.d.ts +3 -3
- package/dist/components/layout/box/box.d.ts.map +1 -1
- package/dist/components/layout/box/box.js +3 -3
- package/dist/components/layout/box/box.js.map +1 -1
- package/dist/components/layout/box/box.styles.d.ts.map +1 -1
- package/dist/components/layout/box/box.styles.js +3 -6
- package/dist/components/layout/box/box.styles.js.map +1 -1
- package/dist/components/layout/sheet/sheet.styles.d.ts.map +1 -1
- package/dist/components/layout/sheet/sheet.styles.js +10 -3
- package/dist/components/layout/sheet/sheet.styles.js.map +1 -1
- package/dist/components/lists-and-tables/list/list.d.ts +60 -45
- package/dist/components/lists-and-tables/list/list.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list/list.js +94 -80
- package/dist/components/lists-and-tables/list/list.js.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.d.ts +94 -21
- package/dist/components/lists-and-tables/list-item/list-item.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.js +275 -48
- package/dist/components/lists-and-tables/list-item/list-item.js.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.styles.js +116 -34
- package/dist/components/lists-and-tables/list-item/list-item.styles.js.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.template.d.ts +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.template.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.template.js +5 -2
- package/dist/components/lists-and-tables/list-item/list-item.template.js.map +1 -1
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.d.ts +116 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.d.ts.map +1 -0
- package/dist/components/lists-and-tables/{list-item-action/list-item-action.js → list-item-segment/list-item-segment.js} +77 -52
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.js.map +1 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.styles.d.ts +2 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.styles.d.ts.map +1 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.styles.js +179 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.styles.js.map +1 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.template.d.ts +3 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.template.d.ts.map +1 -0
- package/dist/components/lists-and-tables/{list-item-action/list-item-action.template.js → list-item-segment/list-item-segment.template.js} +5 -4
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.template.js.map +1 -0
- package/dist/components/reflect-non-default-OLaK60rT.js +37 -0
- package/dist/components/rolldown-runtime-D7D4PA-g.js +13 -0
- package/dist/components/shadow-resets-aG-rgyNQ.js +61 -0
- package/dist/components/shell-C61GCsJA.js +223 -0
- package/dist/components/status-and-feedback/badge/badge.d.ts +8 -2
- package/dist/components/status-and-feedback/badge/badge.d.ts.map +1 -1
- package/dist/components/status-and-feedback/badge/badge.js +17 -1
- package/dist/components/status-and-feedback/badge/badge.js.map +1 -1
- package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -1
- package/dist/components/status-and-feedback/badge/badge.styles.js +35 -6
- package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -1
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts.map +1 -1
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js +7 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js.map +1 -1
- package/dist/components/toml-C2HBbPgG.js +59 -0
- package/dist/components/visibility-mixin-GxbwkBb1.js +104 -0
- package/dist/components/with-translations-DzAdFTK8.js +48 -0
- package/dist/css/variables.css +25 -1
- package/dist/nldd.min.js +2797 -2355
- package/dist/types/vue.d.ts +106 -48
- package/dist/utilities/implicit-submission.d.ts +31 -0
- package/dist/utilities/implicit-submission.d.ts.map +1 -0
- package/dist/utilities/implicit-submission.js +65 -0
- package/dist/utilities/implicit-submission.js.map +1 -0
- package/dist/utilities/owned-attribute.d.ts +19 -0
- package/dist/utilities/owned-attribute.d.ts.map +1 -0
- package/dist/utilities/owned-attribute.js +32 -0
- package/dist/utilities/owned-attribute.js.map +1 -0
- package/dist/utilities/scroll-mode-controller.d.ts +9 -1
- package/dist/utilities/scroll-mode-controller.d.ts.map +1 -1
- package/dist/utilities/scroll-mode-controller.js +10 -2
- package/dist/utilities/scroll-mode-controller.js.map +1 -1
- package/package.json +10 -6
- package/dist/components/gherkin-DhZlEZiy.js +0 -115
- package/dist/components/index-8pDDdMeW.js +0 -384
- package/dist/components/index-C7QocEcT.js +0 -81
- package/dist/components/index-CDz7-C9c.js +0 -177
- package/dist/components/index-CWQunWUb.js +0 -75039
- package/dist/components/index-CoY3JfIy.js +0 -688
- package/dist/components/index-DP9dl7P7.js +0 -703
- package/dist/components/index-DV_2YpaH.js +0 -405
- package/dist/components/lists-and-tables/list-item-action/list-item-action.d.ts +0 -108
- package/dist/components/lists-and-tables/list-item-action/list-item-action.d.ts.map +0 -1
- package/dist/components/lists-and-tables/list-item-action/list-item-action.js.map +0 -1
- package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.d.ts +0 -2
- package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.d.ts.map +0 -1
- package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.js +0 -145
- package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.js.map +0 -1
- package/dist/components/lists-and-tables/list-item-action/list-item-action.template.d.ts +0 -3
- package/dist/components/lists-and-tables/list-item-action/list-item-action.template.d.ts.map +0 -1
- package/dist/components/lists-and-tables/list-item-action/list-item-action.template.js.map +0 -1
- package/dist/components/shell-BlsXDxCn.js +0 -222
- package/dist/components/toml-BOuWGMcf.js +0 -76
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
import { css } from 'lit';
|
|
2
|
-
export const listItemActionStyles = css `
|
|
3
|
-
:host {
|
|
4
|
-
box-sizing: border-box;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
:host {
|
|
8
|
-
--_background-color: transparent;
|
|
9
|
-
--_min-size: var(--context-list-item-size, var(--semantics-controls-md-min-size));
|
|
10
|
-
--_expanded-rotation: 90deg;
|
|
11
|
-
--_fill-z-index: -1;
|
|
12
|
-
|
|
13
|
-
display: flex;
|
|
14
|
-
position: relative;
|
|
15
|
-
align-items: stretch;
|
|
16
|
-
/* The row's areas center their children; this must span instead, so its hit
|
|
17
|
-
area and fill reach the row's top and bottom edges. */
|
|
18
|
-
align-self: stretch;
|
|
19
|
-
flex-grow: 0;
|
|
20
|
-
flex-shrink: 1;
|
|
21
|
-
/* Square floor from the row's control size, so an icon-only action is still
|
|
22
|
-
a touch target. On the host, not the control: the host is the flex item,
|
|
23
|
-
so a floor on the control would be measured against a host that had
|
|
24
|
-
already shrunk to zero. */
|
|
25
|
-
min-width: var(--_min-size);
|
|
26
|
-
min-height: var(--_min-size);
|
|
27
|
-
-webkit-tap-highlight-color: transparent;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
:host([hidden]) {
|
|
31
|
-
display: none;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
/* A growing action needs no floor and needs min-width: 0, so its text can
|
|
35
|
-
truncate instead of pushing its siblings out. */
|
|
36
|
-
:host([width="full"]) {
|
|
37
|
-
flex-grow: 1;
|
|
38
|
-
min-width: 0;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
:host([width="full"]) .list-item-action {
|
|
42
|
-
justify-content: flex-start;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/* The cell rotates, not the icon — ::slotted reaches a direct child only, and
|
|
46
|
-
rotating the cell turns the glyph in place. */
|
|
47
|
-
:host([disclosure]) ::slotted(nldd-icon-cell) {
|
|
48
|
-
rotate: 0deg;
|
|
49
|
-
transition: rotate var(--primitives-transition-duration-fast) var(--primitives-transition-easing-default);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
:host([disclosure].is-expanded) ::slotted(nldd-icon-cell) {
|
|
53
|
-
rotate: var(--_expanded-rotation);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
@media (prefers-reduced-motion: reduce) {
|
|
57
|
-
:host([disclosure]) ::slotted(nldd-icon-cell) {
|
|
58
|
-
transition: none;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
/* The control is the whole action: hit area, fill and focus ring. Its inline
|
|
63
|
-
padding is fixed at the indicator inset, the way a button owns its padding,
|
|
64
|
-
so the fill always sits the same distance from the content. Do not add
|
|
65
|
-
spacer cells for room or hit area — that doubles the space. */
|
|
66
|
-
.list-item-action {
|
|
67
|
-
box-sizing: border-box;
|
|
68
|
-
display: flex;
|
|
69
|
-
position: relative;
|
|
70
|
-
margin: 0;
|
|
71
|
-
outline: none;
|
|
72
|
-
border: none;
|
|
73
|
-
background: none;
|
|
74
|
-
width: 100%;
|
|
75
|
-
min-width: 0;
|
|
76
|
-
padding: 0;
|
|
77
|
-
padding-inline: var(--components-list-item-indicator-inline-inset);
|
|
78
|
-
flex-direction: row;
|
|
79
|
-
align-items: center;
|
|
80
|
-
/* Content narrower than the floor is centered in the leftover space, which
|
|
81
|
-
is the floor's doing and not the author's. A growing action keeps its
|
|
82
|
-
content leading: that is text, and text reads from the start. */
|
|
83
|
-
justify-content: center;
|
|
84
|
-
color: inherit;
|
|
85
|
-
text-align: start;
|
|
86
|
-
text-decoration: none;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
a.list-item-action {
|
|
90
|
-
cursor: var(--semantics-controls-link-cursor);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
button.list-item-action:disabled {
|
|
94
|
-
cursor: not-allowed;
|
|
95
|
-
opacity: var(--primitives-opacity-disabled);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.list-item-action::before {
|
|
99
|
-
content: '';
|
|
100
|
-
display: block;
|
|
101
|
-
position: absolute;
|
|
102
|
-
z-index: var(--_fill-z-index);
|
|
103
|
-
inset-block: 0;
|
|
104
|
-
inset-inline: 0;
|
|
105
|
-
border-radius: var(--components-list-item-indicator-corner-radius);
|
|
106
|
-
background-color: var(--_background-color);
|
|
107
|
-
pointer-events: none;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
@media (hover: hover) {
|
|
111
|
-
a.list-item-action:hover,
|
|
112
|
-
button.list-item-action:not(:disabled):hover {
|
|
113
|
-
--_background-color: var(--components-list-item-is-hovered-background-color);
|
|
114
|
-
--context-content-color: var(--components-list-item-is-hovered-content-color);
|
|
115
|
-
--context-content-secondary-color: var(--components-list-item-is-hovered-content-color);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
/* Press feedback — works on touch where :hover doesn't. JS-driven so a touch
|
|
120
|
-
that turns into a scroll clears it (pointercancel) instead of flashing. */
|
|
121
|
-
.list-item-action.is-pressed {
|
|
122
|
-
--_background-color: var(--components-list-item-is-hovered-background-color);
|
|
123
|
-
--context-content-color: var(--components-list-item-is-hovered-content-color);
|
|
124
|
-
--context-content-secondary-color: var(--components-list-item-is-hovered-content-color);
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
:host([checked]) .list-item-action {
|
|
128
|
-
--_background-color: var(--components-list-item-is-selected-background-color);
|
|
129
|
-
--context-content-color: var(--components-list-item-is-selected-content-color);
|
|
130
|
-
--context-content-secondary-color: var(--components-list-item-is-selected-content-color);
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.list-item-action:focus-visible:not(.is-pointer-focus)::after {
|
|
134
|
-
content: '';
|
|
135
|
-
display: block;
|
|
136
|
-
position: absolute;
|
|
137
|
-
inset: 0;
|
|
138
|
-
border-radius: var(--components-list-item-indicator-corner-radius);
|
|
139
|
-
outline: var(--semantics-focus-ring-outline);
|
|
140
|
-
outline-offset: var(--semantics-focus-ring-outline-offset);
|
|
141
|
-
box-shadow: var(--semantics-focus-ring-box-shadow);
|
|
142
|
-
pointer-events: none;
|
|
143
|
-
}
|
|
144
|
-
`;
|
|
145
|
-
//# sourceMappingURL=list-item-action.styles.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list-item-action.styles.js","sourceRoot":"","sources":["../../../../src/components/lists-and-tables/list-item-action/list-item-action.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8ItC,CAAC"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export type ListItemActionControl = 'link' | 'button' | 'checkbox' | 'plain';
|
|
2
|
-
export declare function template(control: ListItemActionControl, href: string | undefined, target: string | undefined, rel: string | undefined, checked: boolean, expanded: boolean | undefined, current: boolean, disabled: boolean, accessibleLabel: string, actionTabindex?: string): import("lit-html").TemplateResult<1>;
|
|
3
|
-
//# sourceMappingURL=list-item-action.template.d.ts.map
|
package/dist/components/lists-and-tables/list-item-action/list-item-action.template.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list-item-action.template.d.ts","sourceRoot":"","sources":["../../../../src/components/lists-and-tables/list-item-action/list-item-action.template.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,qBAAqB,GAAG,MAAM,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,CAAC;AAE7E,wBAAgB,QAAQ,CACvB,OAAO,EAAE,qBAAqB,EAC9B,IAAI,EAAE,MAAM,GAAG,SAAS,EACxB,MAAM,EAAE,MAAM,GAAG,SAAS,EAC1B,GAAG,EAAE,MAAM,GAAG,SAAS,EACvB,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,OAAO,GAAG,SAAS,EAC7B,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,OAAO,EACjB,eAAe,EAAE,MAAM,EACvB,cAAc,CAAC,EAAE,MAAM,wCAoCvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list-item-action.template.js","sourceRoot":"","sources":["../../../../src/components/lists-and-tables/list-item-action/list-item-action.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAIpC,MAAM,UAAU,QAAQ,CACvB,OAA8B,EAC9B,IAAwB,EACxB,MAA0B,EAC1B,GAAuB,EACvB,OAAgB,EAChB,QAA6B,EAC7B,OAAgB,EAChB,QAAiB,EACjB,eAAuB,EACvB,cAAuB;IAEvB,MAAM,OAAO,GAAG,IAAI,CAAA,eAAe,CAAC;IACpC,MAAM,YAAY,GAAG,QAAQ,KAAK,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;IACzE,MAAM,WAAW,GAAG,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC;IAC/C,MAAM,KAAK,GAAG,eAAe,IAAI,OAAO,CAAC;IAEzC,IAAI,OAAO,KAAK,MAAM,EAAE,CAAC;QACxB,OAAO,IAAI,CAAA;UACH,IAAI,IAAI,OAAO;YACb,MAAM,IAAI,OAAO;SACpB,GAAG,IAAI,OAAO;mBACJ,YAAY;kBACb,WAAW;gBACb,KAAK;cACP,cAAc,IAAI,OAAO;KAClC,OAAO,MAAM,CAAC;IAClB,CAAC;IAED,IAAI,OAAO,KAAK,UAAU,IAAI,OAAO,KAAK,QAAQ,EAAE,CAAC;QACpD,OAAO,IAAI,CAAA;;UAEH,OAAO,KAAK,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,OAAO;kBACrC,OAAO,KAAK,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,OAAO;mBACjD,YAAY;kBACb,WAAW;gBACb,KAAK;eACN,QAAQ;cACT,cAAc,IAAI,OAAO;KAClC,OAAO,WAAW,CAAC;IACvB,CAAC;IAED,4EAA4E;IAC5E,2EAA2E;IAC3E,2CAA2C;IAC3C,OAAO,IAAI,CAAA,iCAAiC,OAAO,QAAQ,CAAC;AAC7D,CAAC"}
|
|
@@ -1,222 +0,0 @@
|
|
|
1
|
-
var words = {};
|
|
2
|
-
function define(style, dict) {
|
|
3
|
-
for (var i = 0; i < dict.length; i++) {
|
|
4
|
-
words[dict[i]] = style;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
var commonAtoms = ["true", "false"];
|
|
8
|
-
var commonKeywords = [
|
|
9
|
-
"if",
|
|
10
|
-
"then",
|
|
11
|
-
"do",
|
|
12
|
-
"else",
|
|
13
|
-
"elif",
|
|
14
|
-
"while",
|
|
15
|
-
"until",
|
|
16
|
-
"for",
|
|
17
|
-
"in",
|
|
18
|
-
"esac",
|
|
19
|
-
"fi",
|
|
20
|
-
"fin",
|
|
21
|
-
"fil",
|
|
22
|
-
"done",
|
|
23
|
-
"exit",
|
|
24
|
-
"set",
|
|
25
|
-
"unset",
|
|
26
|
-
"export",
|
|
27
|
-
"function"
|
|
28
|
-
];
|
|
29
|
-
var commonCommands = [
|
|
30
|
-
"ab",
|
|
31
|
-
"awk",
|
|
32
|
-
"bash",
|
|
33
|
-
"beep",
|
|
34
|
-
"cat",
|
|
35
|
-
"cc",
|
|
36
|
-
"cd",
|
|
37
|
-
"chown",
|
|
38
|
-
"chmod",
|
|
39
|
-
"chroot",
|
|
40
|
-
"clear",
|
|
41
|
-
"cp",
|
|
42
|
-
"curl",
|
|
43
|
-
"cut",
|
|
44
|
-
"diff",
|
|
45
|
-
"echo",
|
|
46
|
-
"find",
|
|
47
|
-
"gawk",
|
|
48
|
-
"gcc",
|
|
49
|
-
"get",
|
|
50
|
-
"git",
|
|
51
|
-
"grep",
|
|
52
|
-
"hg",
|
|
53
|
-
"kill",
|
|
54
|
-
"killall",
|
|
55
|
-
"ln",
|
|
56
|
-
"ls",
|
|
57
|
-
"make",
|
|
58
|
-
"mkdir",
|
|
59
|
-
"openssl",
|
|
60
|
-
"mv",
|
|
61
|
-
"nc",
|
|
62
|
-
"nl",
|
|
63
|
-
"node",
|
|
64
|
-
"npm",
|
|
65
|
-
"ping",
|
|
66
|
-
"ps",
|
|
67
|
-
"restart",
|
|
68
|
-
"rm",
|
|
69
|
-
"rmdir",
|
|
70
|
-
"sed",
|
|
71
|
-
"service",
|
|
72
|
-
"sh",
|
|
73
|
-
"shopt",
|
|
74
|
-
"shred",
|
|
75
|
-
"source",
|
|
76
|
-
"sort",
|
|
77
|
-
"sleep",
|
|
78
|
-
"ssh",
|
|
79
|
-
"start",
|
|
80
|
-
"stop",
|
|
81
|
-
"su",
|
|
82
|
-
"sudo",
|
|
83
|
-
"svn",
|
|
84
|
-
"tee",
|
|
85
|
-
"telnet",
|
|
86
|
-
"top",
|
|
87
|
-
"touch",
|
|
88
|
-
"vi",
|
|
89
|
-
"vim",
|
|
90
|
-
"wall",
|
|
91
|
-
"wc",
|
|
92
|
-
"wget",
|
|
93
|
-
"who",
|
|
94
|
-
"write",
|
|
95
|
-
"yes",
|
|
96
|
-
"zsh"
|
|
97
|
-
];
|
|
98
|
-
define("atom", commonAtoms);
|
|
99
|
-
define("keyword", commonKeywords);
|
|
100
|
-
define("builtin", commonCommands);
|
|
101
|
-
function tokenBase(stream, state) {
|
|
102
|
-
if (stream.eatSpace()) return null;
|
|
103
|
-
var sol = stream.sol();
|
|
104
|
-
var ch = stream.next();
|
|
105
|
-
if (ch === "\\") {
|
|
106
|
-
stream.next();
|
|
107
|
-
return null;
|
|
108
|
-
}
|
|
109
|
-
if (ch === "'" || ch === '"' || ch === "`") {
|
|
110
|
-
state.tokens.unshift(tokenString(ch, ch === "`" ? "quote" : "string"));
|
|
111
|
-
return tokenize(stream, state);
|
|
112
|
-
}
|
|
113
|
-
if (ch === "#") {
|
|
114
|
-
if (sol && stream.eat("!")) {
|
|
115
|
-
stream.skipToEnd();
|
|
116
|
-
return "meta";
|
|
117
|
-
}
|
|
118
|
-
stream.skipToEnd();
|
|
119
|
-
return "comment";
|
|
120
|
-
}
|
|
121
|
-
if (ch === "$") {
|
|
122
|
-
state.tokens.unshift(tokenDollar);
|
|
123
|
-
return tokenize(stream, state);
|
|
124
|
-
}
|
|
125
|
-
if (ch === "+" || ch === "=") {
|
|
126
|
-
return "operator";
|
|
127
|
-
}
|
|
128
|
-
if (ch === "-") {
|
|
129
|
-
stream.eat("-");
|
|
130
|
-
stream.eatWhile(/\w/);
|
|
131
|
-
return "attribute";
|
|
132
|
-
}
|
|
133
|
-
if (ch == "<") {
|
|
134
|
-
if (stream.match("<<")) return "operator";
|
|
135
|
-
var heredoc = stream.match(/^<-?\s*(?:['"]([^'"]*)['"]|([^'"\s]*))/);
|
|
136
|
-
if (heredoc) {
|
|
137
|
-
state.tokens.unshift(tokenHeredoc(heredoc[1] || heredoc[2]));
|
|
138
|
-
return "string.special";
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
if (/\d/.test(ch)) {
|
|
142
|
-
stream.eatWhile(/\d/);
|
|
143
|
-
if (stream.eol() || !/\w/.test(stream.peek())) {
|
|
144
|
-
return "number";
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
stream.eatWhile(/[\w-]/);
|
|
148
|
-
var cur = stream.current();
|
|
149
|
-
if (stream.peek() === "=" && /\w+/.test(cur)) return "def";
|
|
150
|
-
return words.hasOwnProperty(cur) ? words[cur] : null;
|
|
151
|
-
}
|
|
152
|
-
function tokenString(quote, style) {
|
|
153
|
-
var close = quote == "(" ? ")" : quote == "{" ? "}" : quote;
|
|
154
|
-
return function(stream, state) {
|
|
155
|
-
var next, escaped = false;
|
|
156
|
-
while ((next = stream.next()) != null) {
|
|
157
|
-
if (next === close && !escaped) {
|
|
158
|
-
state.tokens.shift();
|
|
159
|
-
break;
|
|
160
|
-
} else if (next === "$" && !escaped && quote !== "'" && stream.peek() != close) {
|
|
161
|
-
escaped = true;
|
|
162
|
-
stream.backUp(1);
|
|
163
|
-
state.tokens.unshift(tokenDollar);
|
|
164
|
-
break;
|
|
165
|
-
} else if (!escaped && quote !== close && next === quote) {
|
|
166
|
-
state.tokens.unshift(tokenString(quote, style));
|
|
167
|
-
return tokenize(stream, state);
|
|
168
|
-
} else if (!escaped && /['"]/.test(next) && !/['"]/.test(quote)) {
|
|
169
|
-
state.tokens.unshift(tokenStringStart(next, "string"));
|
|
170
|
-
stream.backUp(1);
|
|
171
|
-
break;
|
|
172
|
-
}
|
|
173
|
-
escaped = !escaped && next === "\\";
|
|
174
|
-
}
|
|
175
|
-
return style;
|
|
176
|
-
};
|
|
177
|
-
}
|
|
178
|
-
function tokenStringStart(quote, style) {
|
|
179
|
-
return function(stream, state) {
|
|
180
|
-
state.tokens[0] = tokenString(quote, style);
|
|
181
|
-
stream.next();
|
|
182
|
-
return tokenize(stream, state);
|
|
183
|
-
};
|
|
184
|
-
}
|
|
185
|
-
var tokenDollar = function(stream, state) {
|
|
186
|
-
if (state.tokens.length > 1) stream.eat("$");
|
|
187
|
-
var ch = stream.next();
|
|
188
|
-
if (/['"({]/.test(ch)) {
|
|
189
|
-
state.tokens[0] = tokenString(ch, ch == "(" ? "quote" : ch == "{" ? "def" : "string");
|
|
190
|
-
return tokenize(stream, state);
|
|
191
|
-
}
|
|
192
|
-
if (!/\d/.test(ch)) stream.eatWhile(/\w/);
|
|
193
|
-
state.tokens.shift();
|
|
194
|
-
return "def";
|
|
195
|
-
};
|
|
196
|
-
function tokenHeredoc(delim) {
|
|
197
|
-
return function(stream, state) {
|
|
198
|
-
if (stream.sol() && stream.string == delim) state.tokens.shift();
|
|
199
|
-
stream.skipToEnd();
|
|
200
|
-
return "string.special";
|
|
201
|
-
};
|
|
202
|
-
}
|
|
203
|
-
function tokenize(stream, state) {
|
|
204
|
-
return (state.tokens[0] || tokenBase)(stream, state);
|
|
205
|
-
}
|
|
206
|
-
const shell = {
|
|
207
|
-
name: "shell",
|
|
208
|
-
startState: function() {
|
|
209
|
-
return { tokens: [] };
|
|
210
|
-
},
|
|
211
|
-
token: function(stream, state) {
|
|
212
|
-
return tokenize(stream, state);
|
|
213
|
-
},
|
|
214
|
-
languageData: {
|
|
215
|
-
autocomplete: commonAtoms.concat(commonKeywords, commonCommands),
|
|
216
|
-
closeBrackets: { brackets: ["(", "[", "{", "'", '"', "`"] },
|
|
217
|
-
commentTokens: { line: "#" }
|
|
218
|
-
}
|
|
219
|
-
};
|
|
220
|
-
export {
|
|
221
|
-
shell
|
|
222
|
-
};
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
const toml = {
|
|
2
|
-
name: "toml",
|
|
3
|
-
startState: function() {
|
|
4
|
-
return {
|
|
5
|
-
inString: false,
|
|
6
|
-
stringType: "",
|
|
7
|
-
lhs: true,
|
|
8
|
-
inArray: 0
|
|
9
|
-
};
|
|
10
|
-
},
|
|
11
|
-
token: function(stream, state) {
|
|
12
|
-
let quote;
|
|
13
|
-
if (!state.inString && (quote = stream.match(/^('''|"""|'|")/))) {
|
|
14
|
-
state.stringType = quote[0];
|
|
15
|
-
state.inString = true;
|
|
16
|
-
}
|
|
17
|
-
if (stream.sol() && !state.inString && state.inArray === 0) {
|
|
18
|
-
state.lhs = true;
|
|
19
|
-
}
|
|
20
|
-
if (state.inString) {
|
|
21
|
-
while (state.inString) {
|
|
22
|
-
if (stream.match(state.stringType)) {
|
|
23
|
-
state.inString = false;
|
|
24
|
-
} else if (stream.peek() === "\\") {
|
|
25
|
-
stream.next();
|
|
26
|
-
stream.next();
|
|
27
|
-
} else if (stream.eol()) {
|
|
28
|
-
break;
|
|
29
|
-
} else {
|
|
30
|
-
stream.match(/^.[^\\\"\']*/);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
return state.lhs ? "property" : "string";
|
|
34
|
-
} else if (state.inArray && stream.peek() === "]") {
|
|
35
|
-
stream.next();
|
|
36
|
-
state.inArray--;
|
|
37
|
-
return "bracket";
|
|
38
|
-
} else if (state.lhs && stream.peek() === "[" && stream.skipTo("]")) {
|
|
39
|
-
stream.next();
|
|
40
|
-
if (stream.peek() === "]") stream.next();
|
|
41
|
-
return "atom";
|
|
42
|
-
} else if (stream.peek() === "#") {
|
|
43
|
-
stream.skipToEnd();
|
|
44
|
-
return "comment";
|
|
45
|
-
} else if (stream.eatSpace()) {
|
|
46
|
-
return null;
|
|
47
|
-
} else if (state.lhs && stream.eatWhile(function(c) {
|
|
48
|
-
return c != "=" && c != " ";
|
|
49
|
-
})) {
|
|
50
|
-
return "property";
|
|
51
|
-
} else if (state.lhs && stream.peek() === "=") {
|
|
52
|
-
stream.next();
|
|
53
|
-
state.lhs = false;
|
|
54
|
-
return null;
|
|
55
|
-
} else if (!state.lhs && stream.match(/^\d\d\d\d[\d\-\:\.T]*Z/)) {
|
|
56
|
-
return "atom";
|
|
57
|
-
} else if (!state.lhs && (stream.match("true") || stream.match("false"))) {
|
|
58
|
-
return "atom";
|
|
59
|
-
} else if (!state.lhs && stream.peek() === "[") {
|
|
60
|
-
state.inArray++;
|
|
61
|
-
stream.next();
|
|
62
|
-
return "bracket";
|
|
63
|
-
} else if (!state.lhs && stream.match(/^\-?\d+(?:\.\d+)?/)) {
|
|
64
|
-
return "number";
|
|
65
|
-
} else if (!stream.eatSpace()) {
|
|
66
|
-
stream.next();
|
|
67
|
-
}
|
|
68
|
-
return null;
|
|
69
|
-
},
|
|
70
|
-
languageData: {
|
|
71
|
-
commentTokens: { line: "#" }
|
|
72
|
-
}
|
|
73
|
-
};
|
|
74
|
-
export {
|
|
75
|
-
toml
|
|
76
|
-
};
|