@reliverse/relinka 1.1.10 → 1.2.1
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/LICENSE +21 -0
- package/README.md +38 -42
- package/dist-npm/components/core/core.d.ts +2 -0
- package/dist-npm/components/core/core.js +2 -0
- package/dist-npm/{utils/constants.d.ts → components/levels/levels.d.ts} +1 -1
- package/dist-npm/components/{prompts/create.d.ts → modes/basic.d.ts} +3 -3
- package/dist-npm/components/{instance → modes}/basic.js +4 -4
- package/dist-npm/components/{instance → modes}/browser.d.ts +2 -2
- package/dist-npm/components/modes/browser.js +12 -0
- package/dist-npm/components/modes/shared.d.ts +5 -0
- package/dist-npm/components/modes/shared.js +2 -0
- package/dist-npm/components/{prompts → relinka}/relinka.d.ts +2 -4
- package/dist-npm/components/{prompts → relinka}/relinka.js +1 -7
- package/dist-npm/components/{instance/reporter → reporters}/basic.d.ts +1 -1
- package/dist-npm/components/{instance/reporter → reporters}/basic.js +2 -2
- package/dist-npm/components/{instance/reporter → reporters}/browser.d.ts +1 -1
- package/dist-npm/components/{instance/reporter → reporters}/fancy.d.ts +3 -3
- package/dist-npm/components/{instance/reporter → reporters}/fancy.js +5 -7
- package/dist-npm/main.d.ts +8 -1
- package/dist-npm/main.js +34 -1
- package/dist-npm/types/mod.d.ts +42 -0
- package/dist-npm/utils/color.js +4 -1
- package/dist-npm/utils/mod.d.ts +3 -0
- package/dist-npm/utils/mod.js +9 -0
- package/package.json +3 -2
- package/dist-npm/components/anykey/index.d.ts +0 -7
- package/dist-npm/components/anykey/index.js +0 -61
- package/dist-npm/components/block/block.d.ts +0 -10
- package/dist-npm/components/block/block.js +0 -52
- package/dist-npm/components/checkbox/index.d.ts +0 -3
- package/dist-npm/components/checkbox/index.js +0 -217
- package/dist-npm/components/confirm/confirm-main.d.ts +0 -3
- package/dist-npm/components/confirm/confirm-main.js +0 -98
- package/dist-npm/components/confirm/confirm-three.d.ts +0 -13
- package/dist-npm/components/confirm/confirm-three.js +0 -26
- package/dist-npm/components/confirm/index.d.ts +0 -2
- package/dist-npm/components/confirm/index.js +0 -41
- package/dist-npm/components/core/Separator.d.ts +0 -6
- package/dist-npm/components/core/Separator.js +0 -18
- package/dist-npm/components/core/create-prompt.d.ts +0 -4
- package/dist-npm/components/core/create-prompt.js +0 -107
- package/dist-npm/components/core/errors.d.ts +0 -20
- package/dist-npm/components/core/errors.js +0 -21
- package/dist-npm/components/core/hook-engine.d.ts +0 -23
- package/dist-npm/components/core/hook-engine.js +0 -109
- package/dist-npm/components/core/index.d.ts +0 -13
- package/dist-npm/components/core/index.js +0 -12
- package/dist-npm/components/core/key.d.ts +0 -10
- package/dist-npm/components/core/key.js +0 -16
- package/dist-npm/components/core/lines.d.ts +0 -14
- package/dist-npm/components/core/lines.js +0 -52
- package/dist-npm/components/core/make-theme.d.ts +0 -3
- package/dist-npm/components/core/make-theme.js +0 -28
- package/dist-npm/components/core/position.d.ts +0 -12
- package/dist-npm/components/core/position.js +0 -29
- package/dist-npm/components/core/promise-polyfill.d.ts +0 -7
- package/dist-npm/components/core/promise-polyfill.js +0 -13
- package/dist-npm/components/core/screen-manager.d.ts +0 -14
- package/dist-npm/components/core/screen-manager.js +0 -67
- package/dist-npm/components/core/theme.d.ts +0 -21
- package/dist-npm/components/core/theme.js +0 -24
- package/dist-npm/components/core/use-effect.d.ts +0 -2
- package/dist-npm/components/core/use-effect.js +0 -11
- package/dist-npm/components/core/use-keypress.d.ts +0 -3
- package/dist-npm/components/core/use-keypress.js +0 -21
- package/dist-npm/components/core/use-memo.d.ts +0 -1
- package/dist-npm/components/core/use-memo.js +0 -12
- package/dist-npm/components/core/use-pagination.d.ts +0 -11
- package/dist-npm/components/core/use-pagination.js +0 -34
- package/dist-npm/components/core/use-prefix.d.ts +0 -5
- package/dist-npm/components/core/use-prefix.js +0 -42
- package/dist-npm/components/core/use-ref.d.ts +0 -6
- package/dist-npm/components/core/use-ref.js +0 -4
- package/dist-npm/components/core/use-state.d.ts +0 -4
- package/dist-npm/components/core/use-state.js +0 -17
- package/dist-npm/components/core/useKeyPress.d.ts +0 -4
- package/dist-npm/components/core/useKeyPress.js +0 -16
- package/dist-npm/components/core/usePromptState.d.ts +0 -6
- package/dist-npm/components/core/usePromptState.js +0 -10
- package/dist-npm/components/core/utils.d.ts +0 -2
- package/dist-npm/components/core/utils.js +0 -11
- package/dist-npm/components/date/date.d.ts +0 -6
- package/dist-npm/components/date/date.js +0 -210
- package/dist-npm/components/editor/index.d.ts +0 -2
- package/dist-npm/components/editor/index.js +0 -78
- package/dist-npm/components/expand/index.d.ts +0 -3
- package/dist-npm/components/expand/index.js +0 -119
- package/dist-npm/components/figures/index.d.ts +0 -465
- package/dist-npm/components/figures/index.js +0 -299
- package/dist-npm/components/input/index.d.ts +0 -2
- package/dist-npm/components/input/index.js +0 -66
- package/dist-npm/components/input/text-main.d.ts +0 -3
- package/dist-npm/components/input/text-main.js +0 -103
- package/dist-npm/components/input/text.d.ts +0 -11
- package/dist-npm/components/input/text.js +0 -26
- package/dist-npm/components/instance/basic.d.ts +0 -8
- package/dist-npm/components/instance/browser.js +0 -18
- package/dist-npm/components/instance/shared.d.ts +0 -6
- package/dist-npm/components/instance/shared.js +0 -2
- package/dist-npm/components/mono/mono.d.ts +0 -5
- package/dist-npm/components/mono/mono.js +0 -64
- package/dist-npm/components/mono/monoTwo.d.ts +0 -30
- package/dist-npm/components/mono/monoTwo.js +0 -37
- package/dist-npm/components/multiselect/group-multiselect.d.ts +0 -23
- package/dist-npm/components/multiselect/group-multiselect.js +0 -58
- package/dist-npm/components/multiselect/multi-select-two.d.ts +0 -3
- package/dist-npm/components/multiselect/multi-select-two.js +0 -111
- package/dist-npm/components/multiselect/multi-select.d.ts +0 -21
- package/dist-npm/components/multiselect/multi-select.js +0 -45
- package/dist-npm/components/multiselect/multiselect-main.d.ts +0 -18
- package/dist-npm/components/multiselect/multiselect-main.js +0 -166
- package/dist-npm/components/multiselect/num-multi-select.d.ts +0 -3
- package/dist-npm/components/multiselect/num-multi-select.js +0 -111
- package/dist-npm/components/multiselect/num-multiselect-main.d.ts +0 -6
- package/dist-npm/components/multiselect/num-multiselect-main.js +0 -28
- package/dist-npm/components/next-steps/next-steps.d.ts +0 -2
- package/dist-npm/components/next-steps/next-steps.js +0 -24
- package/dist-npm/components/number/index.d.ts +0 -2
- package/dist-npm/components/number/index.js +0 -100
- package/dist-npm/components/number/number-main.d.ts +0 -3
- package/dist-npm/components/number/number-main.js +0 -95
- package/dist-npm/components/password/index.d.ts +0 -2
- package/dist-npm/components/password/index.js +0 -59
- package/dist-npm/components/password/password-main.d.ts +0 -3
- package/dist-npm/components/password/password-main.js +0 -119
- package/dist-npm/components/password/password-three.d.ts +0 -13
- package/dist-npm/components/password/password-three.js +0 -28
- package/dist-npm/components/progressbar/ProgressBar.d.ts +0 -22
- package/dist-npm/components/progressbar/ProgressBar.js +0 -53
- package/dist-npm/components/progressbar/helper.d.ts +0 -6
- package/dist-npm/components/progressbar/helper.js +0 -38
- package/dist-npm/components/progressbar/index.d.ts +0 -2
- package/dist-npm/components/progressbar/index.js +0 -1
- package/dist-npm/components/prompts/create.js +0 -35
- package/dist-npm/components/prompts/index.d.ts +0 -49
- package/dist-npm/components/prompts/index.js +0 -46
- package/dist-npm/components/prompts/prompt.d.ts +0 -36
- package/dist-npm/components/prompts/prompt.js +0 -232
- package/dist-npm/components/prompts/promptTwo.d.ts +0 -92
- package/dist-npm/components/prompts/promptTwo.js +0 -653
- package/dist-npm/components/range/range.d.ts +0 -62
- package/dist-npm/components/range/range.js +0 -270
- package/dist-npm/components/rawlist/index.d.ts +0 -3
- package/dist-npm/components/rawlist/index.js +0 -104
- package/dist-npm/components/results/results.d.ts +0 -10
- package/dist-npm/components/results/results.js +0 -34
- package/dist-npm/components/search/index.d.ts +0 -3
- package/dist-npm/components/search/index.js +0 -186
- package/dist-npm/components/select/index.d.ts +0 -3
- package/dist-npm/components/select/index.js +0 -176
- package/dist-npm/components/select/num-select-main.d.ts +0 -8
- package/dist-npm/components/select/num-select-main.js +0 -30
- package/dist-npm/components/select/num-select.d.ts +0 -5
- package/dist-npm/components/select/num-select.js +0 -125
- package/dist-npm/components/select/select-key.d.ts +0 -15
- package/dist-npm/components/select/select-key.js +0 -26
- package/dist-npm/components/select/select-main.d.ts +0 -19
- package/dist-npm/components/select/select-main.js +0 -151
- package/dist-npm/components/select/select-three.d.ts +0 -18
- package/dist-npm/components/select/select-three.js +0 -35
- package/dist-npm/components/select/select-two.d.ts +0 -2
- package/dist-npm/components/select/select-two.js +0 -98
- package/dist-npm/components/spinner/index.d.ts +0 -15
- package/dist-npm/components/spinner/index.js +0 -110
- package/dist-npm/components/st-end/end.d.ts +0 -2
- package/dist-npm/components/st-end/end.js +0 -35
- package/dist-npm/components/st-end/start.d.ts +0 -2
- package/dist-npm/components/st-end/start.js +0 -32
- package/dist-npm/components/toggle/index.d.ts +0 -13
- package/dist-npm/components/toggle/index.js +0 -121
- package/dist-npm/components/visual/animate/animate.d.ts +0 -13
- package/dist-npm/components/visual/animate/animate.js +0 -55
- package/dist-npm/components/visual/ascii-art/ascii-art.d.ts +0 -6
- package/dist-npm/components/visual/ascii-art/ascii-art.js +0 -12
- package/dist-npm/testing/index.d.ts +0 -18
- package/dist-npm/testing/index.js +0 -64
- package/dist-npm/types/general.d.ts +0 -134
- package/dist-npm/types/index.d.ts +0 -2
- package/dist-npm/types/index.js +0 -2
- package/dist-npm/types/keypress.d.ts +0 -52
- package/dist-npm/types/keypress.js +0 -37
- package/dist-npm/types/readline.d.ts +0 -30
- package/dist-npm/types/readline.js +0 -0
- package/dist-npm/types/relinka.d.ts +0 -30
- package/dist-npm/types/relinka.js +0 -0
- package/dist-npm/types/utils.d.ts +0 -17
- package/dist-npm/types/utils.js +0 -0
- package/dist-npm/utils/colorize.d.ts +0 -2
- package/dist-npm/utils/colorize.js +0 -130
- package/dist-npm/utils/component.d.ts +0 -101
- package/dist-npm/utils/component.js +0 -630
- package/dist-npm/utils/core.d.ts +0 -2
- package/dist-npm/utils/core.js +0 -2
- package/dist-npm/utils/decoder.d.ts +0 -14
- package/dist-npm/utils/decoder.js +0 -281
- package/dist-npm/utils/errors.d.ts +0 -1
- package/dist-npm/utils/errors.js +0 -15
- package/dist-npm/utils/keypress.d.ts +0 -7
- package/dist-npm/utils/keypress.js +0 -327
- package/dist-npm/utils/mapping.d.ts +0 -4
- package/dist-npm/utils/mapping.js +0 -49
- package/dist-npm/utils/messages.d.ts +0 -17
- package/dist-npm/utils/messages.js +0 -213
- package/dist-npm/utils/platforms.d.ts +0 -1
- package/dist-npm/utils/platforms.js +0 -22
- package/dist-npm/utils/prompt-tmp.d.ts +0 -13
- package/dist-npm/utils/prompt-tmp.js +0 -254
- package/dist-npm/utils/prompt-two.d.ts +0 -13
- package/dist-npm/utils/prompt-two.js +0 -254
- package/dist-npm/utils/readline.d.ts +0 -2
- package/dist-npm/utils/readline.js +0 -9
- package/dist-npm/utils/skeleton.d.ts +0 -7
- package/dist-npm/utils/skeleton.js +0 -145
- package/dist-npm/utils/terminal.d.ts +0 -5
- package/dist-npm/utils/terminal.js +0 -33
- package/dist-npm/utils/types.d.ts +0 -0
- package/dist-npm/utils/types.js +0 -0
- package/dist-npm/utils/utils.d.ts +0 -3
- package/dist-npm/utils/utils.js +0 -9
- package/dist-npm/utils/variants.d.ts +0 -9
- package/dist-npm/utils/variants.js +0 -49
- /package/dist-npm/{utils/constants.js → components/levels/levels.js} +0 -0
- /package/dist-npm/components/{instance/reporter → reporters}/browser.js +0 -0
- /package/dist-npm/types/{general.js → mod.js} +0 -0
|
@@ -1,465 +0,0 @@
|
|
|
1
|
-
export declare const mainSymbols: {
|
|
2
|
-
tick: string;
|
|
3
|
-
info: string;
|
|
4
|
-
warning: string;
|
|
5
|
-
cross: string;
|
|
6
|
-
squareSmall: string;
|
|
7
|
-
squareSmallFilled: string;
|
|
8
|
-
circle: string;
|
|
9
|
-
circleFilled: string;
|
|
10
|
-
circleDotted: string;
|
|
11
|
-
circleDouble: string;
|
|
12
|
-
circleCircle: string;
|
|
13
|
-
circleCross: string;
|
|
14
|
-
circlePipe: string;
|
|
15
|
-
radioOn: string;
|
|
16
|
-
radioOff: string;
|
|
17
|
-
checkboxOn: string;
|
|
18
|
-
checkboxOff: string;
|
|
19
|
-
checkboxCircleOn: string;
|
|
20
|
-
checkboxCircleOff: string;
|
|
21
|
-
pointer: string;
|
|
22
|
-
triangleUpOutline: string;
|
|
23
|
-
triangleLeft: string;
|
|
24
|
-
triangleRight: string;
|
|
25
|
-
lozenge: string;
|
|
26
|
-
lozengeOutline: string;
|
|
27
|
-
hamburger: string;
|
|
28
|
-
smiley: string;
|
|
29
|
-
mustache: string;
|
|
30
|
-
star: string;
|
|
31
|
-
play: string;
|
|
32
|
-
nodejs: string;
|
|
33
|
-
oneSeventh: string;
|
|
34
|
-
oneNinth: string;
|
|
35
|
-
oneTenth: string;
|
|
36
|
-
circleQuestionMark: string;
|
|
37
|
-
questionMarkPrefix: string;
|
|
38
|
-
square: string;
|
|
39
|
-
squareDarkShade: string;
|
|
40
|
-
squareMediumShade: string;
|
|
41
|
-
squareLightShade: string;
|
|
42
|
-
squareTop: string;
|
|
43
|
-
squareBottom: string;
|
|
44
|
-
squareLeft: string;
|
|
45
|
-
squareRight: string;
|
|
46
|
-
squareCenter: string;
|
|
47
|
-
bullet: string;
|
|
48
|
-
dot: string;
|
|
49
|
-
ellipsis: string;
|
|
50
|
-
pointerSmall: string;
|
|
51
|
-
triangleUp: string;
|
|
52
|
-
triangleUpSmall: string;
|
|
53
|
-
triangleDown: string;
|
|
54
|
-
triangleDownSmall: string;
|
|
55
|
-
triangleLeftSmall: string;
|
|
56
|
-
triangleRightSmall: string;
|
|
57
|
-
home: string;
|
|
58
|
-
heart: string;
|
|
59
|
-
musicNote: string;
|
|
60
|
-
musicNoteBeamed: string;
|
|
61
|
-
arrowUp: string;
|
|
62
|
-
arrowDown: string;
|
|
63
|
-
arrowLeft: string;
|
|
64
|
-
arrowRight: string;
|
|
65
|
-
arrowLeftRight: string;
|
|
66
|
-
arrowUpDown: string;
|
|
67
|
-
almostEqual: string;
|
|
68
|
-
notEqual: string;
|
|
69
|
-
lessOrEqual: string;
|
|
70
|
-
greaterOrEqual: string;
|
|
71
|
-
identical: string;
|
|
72
|
-
infinity: string;
|
|
73
|
-
subscriptZero: string;
|
|
74
|
-
subscriptOne: string;
|
|
75
|
-
subscriptTwo: string;
|
|
76
|
-
subscriptThree: string;
|
|
77
|
-
subscriptFour: string;
|
|
78
|
-
subscriptFive: string;
|
|
79
|
-
subscriptSix: string;
|
|
80
|
-
subscriptSeven: string;
|
|
81
|
-
subscriptEight: string;
|
|
82
|
-
subscriptNine: string;
|
|
83
|
-
oneHalf: string;
|
|
84
|
-
oneThird: string;
|
|
85
|
-
oneQuarter: string;
|
|
86
|
-
oneFifth: string;
|
|
87
|
-
oneSixth: string;
|
|
88
|
-
oneEighth: string;
|
|
89
|
-
twoThirds: string;
|
|
90
|
-
twoFifths: string;
|
|
91
|
-
threeQuarters: string;
|
|
92
|
-
threeFifths: string;
|
|
93
|
-
threeEighths: string;
|
|
94
|
-
fourFifths: string;
|
|
95
|
-
fiveSixths: string;
|
|
96
|
-
fiveEighths: string;
|
|
97
|
-
sevenEighths: string;
|
|
98
|
-
line: string;
|
|
99
|
-
lineBold: string;
|
|
100
|
-
lineDouble: string;
|
|
101
|
-
lineDashed0: string;
|
|
102
|
-
lineDashed1: string;
|
|
103
|
-
lineDashed2: string;
|
|
104
|
-
lineDashed3: string;
|
|
105
|
-
lineDashed4: string;
|
|
106
|
-
lineDashed5: string;
|
|
107
|
-
lineDashed6: string;
|
|
108
|
-
lineDashed7: string;
|
|
109
|
-
lineDashed8: string;
|
|
110
|
-
lineDashed9: string;
|
|
111
|
-
lineDashed10: string;
|
|
112
|
-
lineDashed11: string;
|
|
113
|
-
lineDashed12: string;
|
|
114
|
-
lineDashed13: string;
|
|
115
|
-
lineDashed14: string;
|
|
116
|
-
lineDashed15: string;
|
|
117
|
-
lineVertical: string;
|
|
118
|
-
lineVerticalBold: string;
|
|
119
|
-
lineVerticalDouble: string;
|
|
120
|
-
lineVerticalDashed0: string;
|
|
121
|
-
lineVerticalDashed1: string;
|
|
122
|
-
lineVerticalDashed2: string;
|
|
123
|
-
lineVerticalDashed3: string;
|
|
124
|
-
lineVerticalDashed4: string;
|
|
125
|
-
lineVerticalDashed5: string;
|
|
126
|
-
lineVerticalDashed6: string;
|
|
127
|
-
lineVerticalDashed7: string;
|
|
128
|
-
lineVerticalDashed8: string;
|
|
129
|
-
lineVerticalDashed9: string;
|
|
130
|
-
lineVerticalDashed10: string;
|
|
131
|
-
lineVerticalDashed11: string;
|
|
132
|
-
lineDownLeft: string;
|
|
133
|
-
lineDownLeftArc: string;
|
|
134
|
-
lineDownBoldLeftBold: string;
|
|
135
|
-
lineDownBoldLeft: string;
|
|
136
|
-
lineDownLeftBold: string;
|
|
137
|
-
lineDownDoubleLeftDouble: string;
|
|
138
|
-
lineDownDoubleLeft: string;
|
|
139
|
-
lineDownLeftDouble: string;
|
|
140
|
-
lineDownRight: string;
|
|
141
|
-
lineDownRightArc: string;
|
|
142
|
-
lineDownBoldRightBold: string;
|
|
143
|
-
lineDownBoldRight: string;
|
|
144
|
-
lineDownRightBold: string;
|
|
145
|
-
lineDownDoubleRightDouble: string;
|
|
146
|
-
lineDownDoubleRight: string;
|
|
147
|
-
lineDownRightDouble: string;
|
|
148
|
-
lineUpLeft: string;
|
|
149
|
-
lineUpLeftArc: string;
|
|
150
|
-
lineUpBoldLeftBold: string;
|
|
151
|
-
lineUpBoldLeft: string;
|
|
152
|
-
lineUpLeftBold: string;
|
|
153
|
-
lineUpDoubleLeftDouble: string;
|
|
154
|
-
lineUpDoubleLeft: string;
|
|
155
|
-
lineUpLeftDouble: string;
|
|
156
|
-
lineUpRight: string;
|
|
157
|
-
lineUpRightArc: string;
|
|
158
|
-
lineUpBoldRightBold: string;
|
|
159
|
-
lineUpBoldRight: string;
|
|
160
|
-
lineUpRightBold: string;
|
|
161
|
-
lineUpDoubleRightDouble: string;
|
|
162
|
-
lineUpDoubleRight: string;
|
|
163
|
-
lineUpRightDouble: string;
|
|
164
|
-
lineUpDownLeft: string;
|
|
165
|
-
lineUpBoldDownBoldLeftBold: string;
|
|
166
|
-
lineUpBoldDownBoldLeft: string;
|
|
167
|
-
lineUpDownLeftBold: string;
|
|
168
|
-
lineUpBoldDownLeftBold: string;
|
|
169
|
-
lineUpDownBoldLeftBold: string;
|
|
170
|
-
lineUpDownBoldLeft: string;
|
|
171
|
-
lineUpBoldDownLeft: string;
|
|
172
|
-
lineUpDoubleDownDoubleLeftDouble: string;
|
|
173
|
-
lineUpDoubleDownDoubleLeft: string;
|
|
174
|
-
lineUpDownLeftDouble: string;
|
|
175
|
-
lineUpDownRight: string;
|
|
176
|
-
lineUpBoldDownBoldRightBold: string;
|
|
177
|
-
lineUpBoldDownBoldRight: string;
|
|
178
|
-
lineUpDownRightBold: string;
|
|
179
|
-
lineUpBoldDownRightBold: string;
|
|
180
|
-
lineUpDownBoldRightBold: string;
|
|
181
|
-
lineUpDownBoldRight: string;
|
|
182
|
-
lineUpBoldDownRight: string;
|
|
183
|
-
lineUpDoubleDownDoubleRightDouble: string;
|
|
184
|
-
lineUpDoubleDownDoubleRight: string;
|
|
185
|
-
lineUpDownRightDouble: string;
|
|
186
|
-
lineDownLeftRight: string;
|
|
187
|
-
lineDownBoldLeftBoldRightBold: string;
|
|
188
|
-
lineDownLeftBoldRightBold: string;
|
|
189
|
-
lineDownBoldLeftRight: string;
|
|
190
|
-
lineDownBoldLeftBoldRight: string;
|
|
191
|
-
lineDownBoldLeftRightBold: string;
|
|
192
|
-
lineDownLeftRightBold: string;
|
|
193
|
-
lineDownLeftBoldRight: string;
|
|
194
|
-
lineDownDoubleLeftDoubleRightDouble: string;
|
|
195
|
-
lineDownDoubleLeftRight: string;
|
|
196
|
-
lineDownLeftDoubleRightDouble: string;
|
|
197
|
-
lineUpLeftRight: string;
|
|
198
|
-
lineUpBoldLeftBoldRightBold: string;
|
|
199
|
-
lineUpLeftBoldRightBold: string;
|
|
200
|
-
lineUpBoldLeftRight: string;
|
|
201
|
-
lineUpBoldLeftBoldRight: string;
|
|
202
|
-
lineUpBoldLeftRightBold: string;
|
|
203
|
-
lineUpLeftRightBold: string;
|
|
204
|
-
lineUpLeftBoldRight: string;
|
|
205
|
-
lineUpDoubleLeftDoubleRightDouble: string;
|
|
206
|
-
lineUpDoubleLeftRight: string;
|
|
207
|
-
lineUpLeftDoubleRightDouble: string;
|
|
208
|
-
lineUpDownLeftRight: string;
|
|
209
|
-
lineUpBoldDownBoldLeftBoldRightBold: string;
|
|
210
|
-
lineUpDownBoldLeftBoldRightBold: string;
|
|
211
|
-
lineUpBoldDownLeftBoldRightBold: string;
|
|
212
|
-
lineUpBoldDownBoldLeftRightBold: string;
|
|
213
|
-
lineUpBoldDownBoldLeftBoldRight: string;
|
|
214
|
-
lineUpBoldDownLeftRight: string;
|
|
215
|
-
lineUpDownBoldLeftRight: string;
|
|
216
|
-
lineUpDownLeftBoldRight: string;
|
|
217
|
-
lineUpDownLeftRightBold: string;
|
|
218
|
-
lineUpBoldDownBoldLeftRight: string;
|
|
219
|
-
lineUpDownLeftBoldRightBold: string;
|
|
220
|
-
lineUpBoldDownLeftBoldRight: string;
|
|
221
|
-
lineUpBoldDownLeftRightBold: string;
|
|
222
|
-
lineUpDownBoldLeftBoldRight: string;
|
|
223
|
-
lineUpDownBoldLeftRightBold: string;
|
|
224
|
-
lineUpDoubleDownDoubleLeftDoubleRightDouble: string;
|
|
225
|
-
lineUpDoubleDownDoubleLeftRight: string;
|
|
226
|
-
lineUpDownLeftDoubleRightDouble: string;
|
|
227
|
-
lineCross: string;
|
|
228
|
-
lineBackslash: string;
|
|
229
|
-
lineSlash: string;
|
|
230
|
-
};
|
|
231
|
-
export declare const fallbackSymbols: Record<string, string>;
|
|
232
|
-
declare const figures: {
|
|
233
|
-
tick: string;
|
|
234
|
-
info: string;
|
|
235
|
-
warning: string;
|
|
236
|
-
cross: string;
|
|
237
|
-
squareSmall: string;
|
|
238
|
-
squareSmallFilled: string;
|
|
239
|
-
circle: string;
|
|
240
|
-
circleFilled: string;
|
|
241
|
-
circleDotted: string;
|
|
242
|
-
circleDouble: string;
|
|
243
|
-
circleCircle: string;
|
|
244
|
-
circleCross: string;
|
|
245
|
-
circlePipe: string;
|
|
246
|
-
radioOn: string;
|
|
247
|
-
radioOff: string;
|
|
248
|
-
checkboxOn: string;
|
|
249
|
-
checkboxOff: string;
|
|
250
|
-
checkboxCircleOn: string;
|
|
251
|
-
checkboxCircleOff: string;
|
|
252
|
-
pointer: string;
|
|
253
|
-
triangleUpOutline: string;
|
|
254
|
-
triangleLeft: string;
|
|
255
|
-
triangleRight: string;
|
|
256
|
-
lozenge: string;
|
|
257
|
-
lozengeOutline: string;
|
|
258
|
-
hamburger: string;
|
|
259
|
-
smiley: string;
|
|
260
|
-
mustache: string;
|
|
261
|
-
star: string;
|
|
262
|
-
play: string;
|
|
263
|
-
nodejs: string;
|
|
264
|
-
oneSeventh: string;
|
|
265
|
-
oneNinth: string;
|
|
266
|
-
oneTenth: string;
|
|
267
|
-
circleQuestionMark: string;
|
|
268
|
-
questionMarkPrefix: string;
|
|
269
|
-
square: string;
|
|
270
|
-
squareDarkShade: string;
|
|
271
|
-
squareMediumShade: string;
|
|
272
|
-
squareLightShade: string;
|
|
273
|
-
squareTop: string;
|
|
274
|
-
squareBottom: string;
|
|
275
|
-
squareLeft: string;
|
|
276
|
-
squareRight: string;
|
|
277
|
-
squareCenter: string;
|
|
278
|
-
bullet: string;
|
|
279
|
-
dot: string;
|
|
280
|
-
ellipsis: string;
|
|
281
|
-
pointerSmall: string;
|
|
282
|
-
triangleUp: string;
|
|
283
|
-
triangleUpSmall: string;
|
|
284
|
-
triangleDown: string;
|
|
285
|
-
triangleDownSmall: string;
|
|
286
|
-
triangleLeftSmall: string;
|
|
287
|
-
triangleRightSmall: string;
|
|
288
|
-
home: string;
|
|
289
|
-
heart: string;
|
|
290
|
-
musicNote: string;
|
|
291
|
-
musicNoteBeamed: string;
|
|
292
|
-
arrowUp: string;
|
|
293
|
-
arrowDown: string;
|
|
294
|
-
arrowLeft: string;
|
|
295
|
-
arrowRight: string;
|
|
296
|
-
arrowLeftRight: string;
|
|
297
|
-
arrowUpDown: string;
|
|
298
|
-
almostEqual: string;
|
|
299
|
-
notEqual: string;
|
|
300
|
-
lessOrEqual: string;
|
|
301
|
-
greaterOrEqual: string;
|
|
302
|
-
identical: string;
|
|
303
|
-
infinity: string;
|
|
304
|
-
subscriptZero: string;
|
|
305
|
-
subscriptOne: string;
|
|
306
|
-
subscriptTwo: string;
|
|
307
|
-
subscriptThree: string;
|
|
308
|
-
subscriptFour: string;
|
|
309
|
-
subscriptFive: string;
|
|
310
|
-
subscriptSix: string;
|
|
311
|
-
subscriptSeven: string;
|
|
312
|
-
subscriptEight: string;
|
|
313
|
-
subscriptNine: string;
|
|
314
|
-
oneHalf: string;
|
|
315
|
-
oneThird: string;
|
|
316
|
-
oneQuarter: string;
|
|
317
|
-
oneFifth: string;
|
|
318
|
-
oneSixth: string;
|
|
319
|
-
oneEighth: string;
|
|
320
|
-
twoThirds: string;
|
|
321
|
-
twoFifths: string;
|
|
322
|
-
threeQuarters: string;
|
|
323
|
-
threeFifths: string;
|
|
324
|
-
threeEighths: string;
|
|
325
|
-
fourFifths: string;
|
|
326
|
-
fiveSixths: string;
|
|
327
|
-
fiveEighths: string;
|
|
328
|
-
sevenEighths: string;
|
|
329
|
-
line: string;
|
|
330
|
-
lineBold: string;
|
|
331
|
-
lineDouble: string;
|
|
332
|
-
lineDashed0: string;
|
|
333
|
-
lineDashed1: string;
|
|
334
|
-
lineDashed2: string;
|
|
335
|
-
lineDashed3: string;
|
|
336
|
-
lineDashed4: string;
|
|
337
|
-
lineDashed5: string;
|
|
338
|
-
lineDashed6: string;
|
|
339
|
-
lineDashed7: string;
|
|
340
|
-
lineDashed8: string;
|
|
341
|
-
lineDashed9: string;
|
|
342
|
-
lineDashed10: string;
|
|
343
|
-
lineDashed11: string;
|
|
344
|
-
lineDashed12: string;
|
|
345
|
-
lineDashed13: string;
|
|
346
|
-
lineDashed14: string;
|
|
347
|
-
lineDashed15: string;
|
|
348
|
-
lineVertical: string;
|
|
349
|
-
lineVerticalBold: string;
|
|
350
|
-
lineVerticalDouble: string;
|
|
351
|
-
lineVerticalDashed0: string;
|
|
352
|
-
lineVerticalDashed1: string;
|
|
353
|
-
lineVerticalDashed2: string;
|
|
354
|
-
lineVerticalDashed3: string;
|
|
355
|
-
lineVerticalDashed4: string;
|
|
356
|
-
lineVerticalDashed5: string;
|
|
357
|
-
lineVerticalDashed6: string;
|
|
358
|
-
lineVerticalDashed7: string;
|
|
359
|
-
lineVerticalDashed8: string;
|
|
360
|
-
lineVerticalDashed9: string;
|
|
361
|
-
lineVerticalDashed10: string;
|
|
362
|
-
lineVerticalDashed11: string;
|
|
363
|
-
lineDownLeft: string;
|
|
364
|
-
lineDownLeftArc: string;
|
|
365
|
-
lineDownBoldLeftBold: string;
|
|
366
|
-
lineDownBoldLeft: string;
|
|
367
|
-
lineDownLeftBold: string;
|
|
368
|
-
lineDownDoubleLeftDouble: string;
|
|
369
|
-
lineDownDoubleLeft: string;
|
|
370
|
-
lineDownLeftDouble: string;
|
|
371
|
-
lineDownRight: string;
|
|
372
|
-
lineDownRightArc: string;
|
|
373
|
-
lineDownBoldRightBold: string;
|
|
374
|
-
lineDownBoldRight: string;
|
|
375
|
-
lineDownRightBold: string;
|
|
376
|
-
lineDownDoubleRightDouble: string;
|
|
377
|
-
lineDownDoubleRight: string;
|
|
378
|
-
lineDownRightDouble: string;
|
|
379
|
-
lineUpLeft: string;
|
|
380
|
-
lineUpLeftArc: string;
|
|
381
|
-
lineUpBoldLeftBold: string;
|
|
382
|
-
lineUpBoldLeft: string;
|
|
383
|
-
lineUpLeftBold: string;
|
|
384
|
-
lineUpDoubleLeftDouble: string;
|
|
385
|
-
lineUpDoubleLeft: string;
|
|
386
|
-
lineUpLeftDouble: string;
|
|
387
|
-
lineUpRight: string;
|
|
388
|
-
lineUpRightArc: string;
|
|
389
|
-
lineUpBoldRightBold: string;
|
|
390
|
-
lineUpBoldRight: string;
|
|
391
|
-
lineUpRightBold: string;
|
|
392
|
-
lineUpDoubleRightDouble: string;
|
|
393
|
-
lineUpDoubleRight: string;
|
|
394
|
-
lineUpRightDouble: string;
|
|
395
|
-
lineUpDownLeft: string;
|
|
396
|
-
lineUpBoldDownBoldLeftBold: string;
|
|
397
|
-
lineUpBoldDownBoldLeft: string;
|
|
398
|
-
lineUpDownLeftBold: string;
|
|
399
|
-
lineUpBoldDownLeftBold: string;
|
|
400
|
-
lineUpDownBoldLeftBold: string;
|
|
401
|
-
lineUpDownBoldLeft: string;
|
|
402
|
-
lineUpBoldDownLeft: string;
|
|
403
|
-
lineUpDoubleDownDoubleLeftDouble: string;
|
|
404
|
-
lineUpDoubleDownDoubleLeft: string;
|
|
405
|
-
lineUpDownLeftDouble: string;
|
|
406
|
-
lineUpDownRight: string;
|
|
407
|
-
lineUpBoldDownBoldRightBold: string;
|
|
408
|
-
lineUpBoldDownBoldRight: string;
|
|
409
|
-
lineUpDownRightBold: string;
|
|
410
|
-
lineUpBoldDownRightBold: string;
|
|
411
|
-
lineUpDownBoldRightBold: string;
|
|
412
|
-
lineUpDownBoldRight: string;
|
|
413
|
-
lineUpBoldDownRight: string;
|
|
414
|
-
lineUpDoubleDownDoubleRightDouble: string;
|
|
415
|
-
lineUpDoubleDownDoubleRight: string;
|
|
416
|
-
lineUpDownRightDouble: string;
|
|
417
|
-
lineDownLeftRight: string;
|
|
418
|
-
lineDownBoldLeftBoldRightBold: string;
|
|
419
|
-
lineDownLeftBoldRightBold: string;
|
|
420
|
-
lineDownBoldLeftRight: string;
|
|
421
|
-
lineDownBoldLeftBoldRight: string;
|
|
422
|
-
lineDownBoldLeftRightBold: string;
|
|
423
|
-
lineDownLeftRightBold: string;
|
|
424
|
-
lineDownLeftBoldRight: string;
|
|
425
|
-
lineDownDoubleLeftDoubleRightDouble: string;
|
|
426
|
-
lineDownDoubleLeftRight: string;
|
|
427
|
-
lineDownLeftDoubleRightDouble: string;
|
|
428
|
-
lineUpLeftRight: string;
|
|
429
|
-
lineUpBoldLeftBoldRightBold: string;
|
|
430
|
-
lineUpLeftBoldRightBold: string;
|
|
431
|
-
lineUpBoldLeftRight: string;
|
|
432
|
-
lineUpBoldLeftBoldRight: string;
|
|
433
|
-
lineUpBoldLeftRightBold: string;
|
|
434
|
-
lineUpLeftRightBold: string;
|
|
435
|
-
lineUpLeftBoldRight: string;
|
|
436
|
-
lineUpDoubleLeftDoubleRightDouble: string;
|
|
437
|
-
lineUpDoubleLeftRight: string;
|
|
438
|
-
lineUpLeftDoubleRightDouble: string;
|
|
439
|
-
lineUpDownLeftRight: string;
|
|
440
|
-
lineUpBoldDownBoldLeftBoldRightBold: string;
|
|
441
|
-
lineUpDownBoldLeftBoldRightBold: string;
|
|
442
|
-
lineUpBoldDownLeftBoldRightBold: string;
|
|
443
|
-
lineUpBoldDownBoldLeftRightBold: string;
|
|
444
|
-
lineUpBoldDownBoldLeftBoldRight: string;
|
|
445
|
-
lineUpBoldDownLeftRight: string;
|
|
446
|
-
lineUpDownBoldLeftRight: string;
|
|
447
|
-
lineUpDownLeftBoldRight: string;
|
|
448
|
-
lineUpDownLeftRightBold: string;
|
|
449
|
-
lineUpBoldDownBoldLeftRight: string;
|
|
450
|
-
lineUpDownLeftBoldRightBold: string;
|
|
451
|
-
lineUpBoldDownLeftBoldRight: string;
|
|
452
|
-
lineUpBoldDownLeftRightBold: string;
|
|
453
|
-
lineUpDownBoldLeftBoldRight: string;
|
|
454
|
-
lineUpDownBoldLeftRightBold: string;
|
|
455
|
-
lineUpDoubleDownDoubleLeftDoubleRightDouble: string;
|
|
456
|
-
lineUpDoubleDownDoubleLeftRight: string;
|
|
457
|
-
lineUpDownLeftDoubleRightDouble: string;
|
|
458
|
-
lineCross: string;
|
|
459
|
-
lineBackslash: string;
|
|
460
|
-
lineSlash: string;
|
|
461
|
-
} | Record<string, string>;
|
|
462
|
-
export default figures;
|
|
463
|
-
export declare const replaceSymbols: (string: string, { useFallback }?: {
|
|
464
|
-
useFallback?: boolean | undefined;
|
|
465
|
-
}) => string;
|