keli-ui 0.3.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/dist/ApprovalRecord-4ohFAtSZ.js +111 -0
  2. package/dist/ApprovalRecord-4ohFAtSZ.js.map +1 -0
  3. package/dist/api-Gtg77a-p.js +4507 -0
  4. package/dist/api-Gtg77a-p.js.map +1 -0
  5. package/dist/components/AppComponent/AppFormRender.vue.d.ts +74 -0
  6. package/dist/components/AppComponent/AppTableRender.vue.d.ts +16 -0
  7. package/dist/components/AppComponent/components/ApprovalRecord.vue.d.ts +20 -0
  8. package/dist/components/AppComponent/components/DialogForm.vue.d.ts +22 -0
  9. package/dist/components/AppComponent/components/DrawerForm.vue.d.ts +22 -0
  10. package/dist/components/AppComponent/components/FileIsland.vue.d.ts +21 -0
  11. package/dist/components/AppComponent/components/FlowUserDialog.vue.d.ts +13 -0
  12. package/dist/components/AppComponent/components/chartList/ChartRender.vue.d.ts +17 -0
  13. package/dist/components/AppComponent/components/chartList/index.d.ts +1 -0
  14. package/dist/components/AppComponent/components/chartList/index.vue.d.ts +4 -0
  15. package/dist/components/AppComponent/components/embedded/EmbeddedDialogForm.vue.d.ts +46 -0
  16. package/dist/components/AppComponent/components/embedded/EmbeddedTable.vue.d.ts +16 -0
  17. package/dist/components/AppComponent/hooks/useAutoForm.hook.d.ts +9 -0
  18. package/dist/components/AppComponent/hooks/useSplitApiButton.d.ts +13 -0
  19. package/dist/components/AppComponent/hooks/useTable.hook.d.ts +134 -0
  20. package/dist/components/AppComponent/index.d.ts +5 -0
  21. package/dist/components/ElPlusComponent/ElColPlus/ElColPlus.vue.d.ts +1 -1
  22. package/dist/components/FormComponent/DynamicMapTable/DynamicMapTable.vue.d.ts +21 -0
  23. package/dist/components/FormComponent/DynamicMapTable/index.d.ts +3 -0
  24. package/dist/components/FormComponent/FormCascaderAsync/FormCascaderAsync.vue.d.ts +34 -0
  25. package/dist/components/FormComponent/FormCascaderAsync/index.d.ts +3 -0
  26. package/dist/components/FormComponent/FormCheckBox/FormCheckBox.vue.d.ts +37 -0
  27. package/dist/components/FormComponent/FormCheckBox/index.d.ts +3 -0
  28. package/dist/components/FormComponent/FormCheckBoxAsync/FormCheckBoxAsync.vue.d.ts +37 -0
  29. package/dist/components/FormComponent/FormCheckBoxAsync/index.d.ts +3 -0
  30. package/dist/components/FormComponent/FormCodeEditor/FormCodeEditor.vue.d.ts +35 -0
  31. package/dist/components/FormComponent/FormCodeEditor/index.d.ts +3 -0
  32. package/dist/components/FormComponent/FormCodeEditor/language/java.d.ts +72 -0
  33. package/dist/components/FormComponent/FormCodeEditor/language/mysql.d.ts +80 -0
  34. package/dist/components/FormComponent/FormCodeEditor/language/postgresql.d.ts +6 -0
  35. package/dist/components/FormComponent/FormCodeEditor/volar/setup.d.ts +2 -0
  36. package/dist/components/FormComponent/FormDatePicker/FormDatePicker.vue.d.ts +32 -0
  37. package/dist/components/FormComponent/FormDatePicker/index.d.ts +3 -0
  38. package/dist/components/FormComponent/FormDateTimePicker/FormDateTimePicker.vue.d.ts +36 -0
  39. package/dist/components/FormComponent/FormDateTimePicker/index.d.ts +3 -0
  40. package/dist/components/FormComponent/FormDictSelector/FormDictSelector.vue.d.ts +32 -0
  41. package/dist/components/FormComponent/FormDictSelector/index.d.ts +3 -0
  42. package/dist/components/FormComponent/FormDivider/FormDivider.vue.d.ts +35 -0
  43. package/dist/components/FormComponent/FormDivider/index.d.ts +3 -0
  44. package/dist/components/FormComponent/FormDynamicTable/FormDynamicTable.vue.d.ts +26 -0
  45. package/dist/components/FormComponent/FormDynamicTable/index.d.ts +3 -0
  46. package/dist/components/FormComponent/FormFieldset/FormFieldset.vue.d.ts +75 -0
  47. package/dist/components/FormComponent/FormFieldset/index.d.ts +3 -0
  48. package/dist/components/FormComponent/FormIconPicker/FormIconPicker.vue.d.ts +16 -0
  49. package/dist/components/FormComponent/FormIconPicker/index.d.ts +3 -0
  50. package/dist/components/FormComponent/FormInput/FormInput.vue.d.ts +36 -0
  51. package/dist/components/FormComponent/FormInput/index.d.ts +3 -0
  52. package/dist/components/FormComponent/FormInputNumber/FormInputNumber.vue.d.ts +26 -0
  53. package/dist/components/FormComponent/FormInputNumber/index.d.ts +3 -0
  54. package/dist/components/FormComponent/FormRadio/FormRadio.vue.d.ts +32 -0
  55. package/dist/components/FormComponent/FormRadio/index.d.ts +3 -0
  56. package/dist/components/FormComponent/FormRender/FormRender.vue.d.ts +81 -0
  57. package/dist/components/FormComponent/FormRender/components/FormAreaRender.vue.d.ts +67 -0
  58. package/dist/components/FormComponent/FormRender/hooks/formRender.hook.d.ts +35 -0
  59. package/dist/components/FormComponent/FormRender/index.d.ts +3 -0
  60. package/dist/components/FormComponent/FormSelect/FormSelect.vue.d.ts +34 -0
  61. package/dist/components/FormComponent/FormSelect/index.d.ts +3 -0
  62. package/dist/components/FormComponent/FormSelectAsync/FormSelectAsync.vue.d.ts +44 -0
  63. package/dist/components/FormComponent/FormSelectAsync/index.d.ts +3 -0
  64. package/dist/components/FormComponent/FormSelectRemote/FormSelectRemote.vue.d.ts +44 -0
  65. package/dist/components/FormComponent/FormSelectRemote/index.d.ts +3 -0
  66. package/dist/components/FormComponent/FormSwitch/FormSwitch.vue.d.ts +34 -0
  67. package/dist/components/FormComponent/FormSwitch/index.d.ts +3 -0
  68. package/dist/components/FormComponent/FormTableSelect/FormTableSelect.vue.d.ts +32 -0
  69. package/dist/components/FormComponent/FormTableSelect/index.d.ts +3 -0
  70. package/dist/components/FormComponent/FormTableSelectAsync/FormTableSelectAsync.vue.d.ts +44 -0
  71. package/dist/components/FormComponent/FormTableSelectAsync/index.d.ts +3 -0
  72. package/dist/components/FormComponent/FormText/FormText.vue.d.ts +26 -0
  73. package/dist/components/FormComponent/FormText/index.d.ts +3 -0
  74. package/dist/components/FormComponent/FormTextArea/FormTextArea.vue.d.ts +34 -0
  75. package/dist/components/FormComponent/FormTextArea/index.d.ts +3 -0
  76. package/dist/components/FormComponent/hooks/selectAsync.hook.d.ts +30 -0
  77. package/dist/components/FormComponent/hooks/useColumnRender.hook.d.ts +26 -0
  78. package/dist/components/FormComponent/hooks/useMitt.hook.d.ts +4 -0
  79. package/dist/components/FormComponent/index.d.ts +24 -0
  80. package/dist/components/QueryComponent/QueryBar/hooks/index.d.ts +6 -0
  81. package/dist/components/QueryComponent/QueryTreeFilter/QueryTreeFilter.d.ts +14 -0
  82. package/dist/components/QueryComponent/QueryTreeFilter/QueryTreeFilter.vue.d.ts +22 -0
  83. package/dist/components/QueryComponent/QueryTreeFilter/index.d.ts +3 -0
  84. package/dist/components/QueryComponent/index.d.ts +1 -0
  85. package/dist/components/TableComponent/TableCardRender/TableCardRender.vue.d.ts +99 -0
  86. package/dist/components/TableComponent/TableCardRender/index.d.ts +3 -0
  87. package/dist/components/TableComponent/TableCheckBoxAsync/TableCheckBoxAsync.vue.d.ts +11 -10
  88. package/dist/components/TableComponent/TableCheckBoxAsync/type.d.ts +5 -0
  89. package/dist/components/TableComponent/TableInputNumber/TableInputNumber.vue.d.ts +2 -2
  90. package/dist/components/TableComponent/TableRender/TableRender.vue.d.ts +103 -0
  91. package/dist/components/TableComponent/TableRender/hooks/useVxeGrid.hook.d.ts +29 -0
  92. package/dist/components/TableComponent/TableRender/index.d.ts +3 -0
  93. package/dist/components/TableComponent/TableRender/plugin/vxe-table-clipboard.d.ts +73 -0
  94. package/dist/components/TableComponent/index.d.ts +2 -0
  95. package/dist/components/index.d.ts +2 -0
  96. package/dist/config/appRouter.config.d.ts +6 -0
  97. package/dist/config/index.d.ts +158 -0
  98. package/dist/config/moduleCache.d.ts +14 -0
  99. package/dist/config/pageTableConfig.d.ts +8 -0
  100. package/dist/hooks/index.d.ts +1 -0
  101. package/dist/hooks/useButtonExec.hook.d.ts +7 -1
  102. package/dist/hooks/useRemoteComponentManager.hook.d.ts +23 -0
  103. package/dist/hooks/useTableFormats.hook.d.ts +4 -0
  104. package/dist/index.d.ts +11 -5
  105. package/dist/java-BrZSNBDG.js +2603 -0
  106. package/dist/java-BrZSNBDG.js.map +1 -0
  107. package/dist/keli-ui.css +2 -1
  108. package/dist/keli-ui.js +68165 -679
  109. package/dist/keli-ui.js.map +1 -1
  110. package/dist/keli-ui.umd.cjs +2577 -2
  111. package/dist/keli-ui.umd.cjs.map +1 -1
  112. package/dist/mysql-BJR6iO89.js +923 -0
  113. package/dist/mysql-BJR6iO89.js.map +1 -0
  114. package/dist/postgresql-CLVUxiA0.js +2375 -0
  115. package/dist/postgresql-CLVUxiA0.js.map +1 -0
  116. package/dist/types/api/app.req.d.ts +23 -0
  117. package/dist/types/api/app.res.d.ts +79 -0
  118. package/dist/types/api/appTable.api.res.d.ts +17 -0
  119. package/dist/types/api/index.d.ts +34 -0
  120. package/dist/types/app.d.ts +5 -0
  121. package/dist/types/assets.d.ts +4 -0
  122. package/dist/types/button.d.ts +43 -0
  123. package/dist/types/cacheValue.d.ts +32 -0
  124. package/dist/types/chart.d.ts +31 -0
  125. package/dist/types/common.d.ts +5 -0
  126. package/dist/types/componentFrame.d.ts +24 -0
  127. package/dist/types/flowButton.d.ts +7 -0
  128. package/dist/types/formFrame.d.ts +299 -0
  129. package/dist/types/global-components.d.ts +61 -0
  130. package/dist/types/index.d.ts +12 -96
  131. package/dist/types/queryFrame.d.ts +36 -0
  132. package/dist/types/tableFrame.d.ts +196 -0
  133. package/dist/types/translate.d.ts +20 -0
  134. package/dist/types/vue3-sfc-loader.d.ts +19 -0
  135. package/dist/utils/arrayUtils.d.ts +73 -0
  136. package/dist/utils/baseFunction.d.ts +10 -0
  137. package/dist/utils/dataFormatter.d.ts +69 -0
  138. package/dist/utils/dateTime.d.ts +22 -0
  139. package/dist/utils/emitter.d.ts +7 -0
  140. package/dist/utils/formValidates.d.ts +28 -0
  141. package/dist/utils/index.d.ts +9 -24
  142. package/dist/utils/msgTips.d.ts +26 -0
  143. package/dist/utils/sleep.d.ts +6 -0
  144. package/dist/utils/validate.d.ts +5 -0
  145. package/package.json +39 -8
@@ -0,0 +1,923 @@
1
+ var E = {
2
+ comments: {
3
+ lineComment: "--",
4
+ blockComment: ["/*", "*/"]
5
+ },
6
+ brackets: [
7
+ ["{", "}"],
8
+ ["[", "]"],
9
+ ["(", ")"]
10
+ ],
11
+ autoClosingPairs: [
12
+ {
13
+ open: "{",
14
+ close: "}"
15
+ },
16
+ {
17
+ open: "[",
18
+ close: "]"
19
+ },
20
+ {
21
+ open: "(",
22
+ close: ")"
23
+ },
24
+ {
25
+ open: '"',
26
+ close: '"'
27
+ },
28
+ {
29
+ open: "'",
30
+ close: "'"
31
+ }
32
+ ],
33
+ surroundingPairs: [
34
+ {
35
+ open: "{",
36
+ close: "}"
37
+ },
38
+ {
39
+ open: "[",
40
+ close: "]"
41
+ },
42
+ {
43
+ open: "(",
44
+ close: ")"
45
+ },
46
+ {
47
+ open: '"',
48
+ close: '"'
49
+ },
50
+ {
51
+ open: "'",
52
+ close: "'"
53
+ }
54
+ ]
55
+ }, T = {
56
+ defaultToken: "",
57
+ tokenPostfix: ".sql",
58
+ ignoreCase: !0,
59
+ brackets: [{
60
+ open: "[",
61
+ close: "]",
62
+ token: "delimiter.square"
63
+ }, {
64
+ open: "(",
65
+ close: ")",
66
+ token: "delimiter.parenthesis"
67
+ }],
68
+ keywords: [
69
+ "ACCESSIBLE",
70
+ "ADD",
71
+ "ALL",
72
+ "ALTER",
73
+ "ANALYZE",
74
+ "AND",
75
+ "AS",
76
+ "ASC",
77
+ "ASENSITIVE",
78
+ "BEFORE",
79
+ "BETWEEN",
80
+ "BIGINT",
81
+ "BINARY",
82
+ "BLOB",
83
+ "BOTH",
84
+ "BY",
85
+ "CALL",
86
+ "CASCADE",
87
+ "CASE",
88
+ "CHANGE",
89
+ "CHAR",
90
+ "CHARACTER",
91
+ "CHECK",
92
+ "COLLATE",
93
+ "COLUMN",
94
+ "CONDITION",
95
+ "CONSTRAINT",
96
+ "CONTINUE",
97
+ "CONVERT",
98
+ "CREATE",
99
+ "CROSS",
100
+ "CUBE",
101
+ "CUME_DIST",
102
+ "CURRENT_DATE",
103
+ "CURRENT_TIME",
104
+ "CURRENT_TIMESTAMP",
105
+ "CURRENT_USER",
106
+ "CURSOR",
107
+ "DATABASE",
108
+ "DATABASES",
109
+ "DAY_HOUR",
110
+ "DAY_MICROSECOND",
111
+ "DAY_MINUTE",
112
+ "DAY_SECOND",
113
+ "DEC",
114
+ "DECIMAL",
115
+ "DECLARE",
116
+ "DEFAULT",
117
+ "DELAYED",
118
+ "DELETE",
119
+ "DENSE_RANK",
120
+ "DESC",
121
+ "DESCRIBE",
122
+ "DETERMINISTIC",
123
+ "DISTINCT",
124
+ "DISTINCTROW",
125
+ "DIV",
126
+ "DOUBLE",
127
+ "DROP",
128
+ "DUAL",
129
+ "EACH",
130
+ "ELSE",
131
+ "ELSEIF",
132
+ "EMPTY",
133
+ "ENCLOSED",
134
+ "ESCAPED",
135
+ "EXCEPT",
136
+ "EXISTS",
137
+ "EXIT",
138
+ "EXPLAIN",
139
+ "FALSE",
140
+ "FETCH",
141
+ "FIRST_VALUE",
142
+ "FLOAT",
143
+ "FLOAT4",
144
+ "FLOAT8",
145
+ "FOR",
146
+ "FORCE",
147
+ "FOREIGN",
148
+ "FROM",
149
+ "FULLTEXT",
150
+ "FUNCTION",
151
+ "GENERATED",
152
+ "GET",
153
+ "GRANT",
154
+ "GROUP",
155
+ "GROUPING",
156
+ "GROUPS",
157
+ "HAVING",
158
+ "HIGH_PRIORITY",
159
+ "HOUR_MICROSECOND",
160
+ "HOUR_MINUTE",
161
+ "HOUR_SECOND",
162
+ "IF",
163
+ "IGNORE",
164
+ "IN",
165
+ "INDEX",
166
+ "INFILE",
167
+ "INNER",
168
+ "INOUT",
169
+ "INSENSITIVE",
170
+ "INSERT",
171
+ "INT",
172
+ "INT1",
173
+ "INT2",
174
+ "INT3",
175
+ "INT4",
176
+ "INT8",
177
+ "INTEGER",
178
+ "INTERVAL",
179
+ "INTO",
180
+ "IO_AFTER_GTIDS",
181
+ "IO_BEFORE_GTIDS",
182
+ "IS",
183
+ "ITERATE",
184
+ "JOIN",
185
+ "JSON_TABLE",
186
+ "KEY",
187
+ "KEYS",
188
+ "KILL",
189
+ "LAG",
190
+ "LAST_VALUE",
191
+ "LATERAL",
192
+ "LEAD",
193
+ "LEADING",
194
+ "LEAVE",
195
+ "LEFT",
196
+ "LIKE",
197
+ "LIMIT",
198
+ "LINEAR",
199
+ "LINES",
200
+ "LOAD",
201
+ "LOCALTIME",
202
+ "LOCALTIMESTAMP",
203
+ "LOCK",
204
+ "LONG",
205
+ "LONGBLOB",
206
+ "LONGTEXT",
207
+ "LOOP",
208
+ "LOW_PRIORITY",
209
+ "MASTER_BIND",
210
+ "MASTER_SSL_VERIFY_SERVER_CERT",
211
+ "MATCH",
212
+ "MAXVALUE",
213
+ "MEDIUMBLOB",
214
+ "MEDIUMINT",
215
+ "MEDIUMTEXT",
216
+ "MIDDLEINT",
217
+ "MINUTE_MICROSECOND",
218
+ "MINUTE_SECOND",
219
+ "MOD",
220
+ "MODIFIES",
221
+ "NATURAL",
222
+ "NOT",
223
+ "NO_WRITE_TO_BINLOG",
224
+ "NTH_VALUE",
225
+ "NTILE",
226
+ "NULL",
227
+ "NUMERIC",
228
+ "OF",
229
+ "ON",
230
+ "OPTIMIZE",
231
+ "OPTIMIZER_COSTS",
232
+ "OPTION",
233
+ "OPTIONALLY",
234
+ "OR",
235
+ "ORDER",
236
+ "OUT",
237
+ "OUTER",
238
+ "OUTFILE",
239
+ "OVER",
240
+ "PARTITION",
241
+ "PERCENT_RANK",
242
+ "PRECISION",
243
+ "PRIMARY",
244
+ "PROCEDURE",
245
+ "PURGE",
246
+ "RANGE",
247
+ "RANK",
248
+ "READ",
249
+ "READS",
250
+ "READ_WRITE",
251
+ "REAL",
252
+ "RECURSIVE",
253
+ "REFERENCES",
254
+ "REGEXP",
255
+ "RELEASE",
256
+ "RENAME",
257
+ "REPEAT",
258
+ "REPLACE",
259
+ "REQUIRE",
260
+ "RESIGNAL",
261
+ "RESTRICT",
262
+ "RETURN",
263
+ "REVOKE",
264
+ "RIGHT",
265
+ "RLIKE",
266
+ "ROW",
267
+ "ROWS",
268
+ "ROW_NUMBER",
269
+ "SCHEMA",
270
+ "SCHEMAS",
271
+ "SECOND_MICROSECOND",
272
+ "SELECT",
273
+ "SENSITIVE",
274
+ "SEPARATOR",
275
+ "SET",
276
+ "SHOW",
277
+ "SIGNAL",
278
+ "SMALLINT",
279
+ "SPATIAL",
280
+ "SPECIFIC",
281
+ "SQL",
282
+ "SQLEXCEPTION",
283
+ "SQLSTATE",
284
+ "SQLWARNING",
285
+ "SQL_BIG_RESULT",
286
+ "SQL_CALC_FOUND_ROWS",
287
+ "SQL_SMALL_RESULT",
288
+ "SSL",
289
+ "STARTING",
290
+ "STORED",
291
+ "STRAIGHT_JOIN",
292
+ "SYSTEM",
293
+ "TABLE",
294
+ "TERMINATED",
295
+ "THEN",
296
+ "TINYBLOB",
297
+ "TINYINT",
298
+ "TINYTEXT",
299
+ "TO",
300
+ "TRAILING",
301
+ "TRIGGER",
302
+ "TRUE",
303
+ "UNDO",
304
+ "UNION",
305
+ "UNIQUE",
306
+ "UNLOCK",
307
+ "UNSIGNED",
308
+ "UPDATE",
309
+ "USAGE",
310
+ "USE",
311
+ "USING",
312
+ "UTC_DATE",
313
+ "UTC_TIME",
314
+ "UTC_TIMESTAMP",
315
+ "VALUES",
316
+ "VARBINARY",
317
+ "VARCHAR",
318
+ "VARCHARACTER",
319
+ "VARYING",
320
+ "VIRTUAL",
321
+ "WHEN",
322
+ "WHERE",
323
+ "WHILE",
324
+ "WINDOW",
325
+ "WITH",
326
+ "WRITE",
327
+ "XOR",
328
+ "YEAR_MONTH",
329
+ "ZEROFILL"
330
+ ],
331
+ operators: [
332
+ "AND",
333
+ "BETWEEN",
334
+ "IN",
335
+ "LIKE",
336
+ "NOT",
337
+ "OR",
338
+ "IS",
339
+ "NULL",
340
+ "INTERSECT",
341
+ "UNION",
342
+ "INNER",
343
+ "JOIN",
344
+ "LEFT",
345
+ "OUTER",
346
+ "RIGHT"
347
+ ],
348
+ builtinFunctions: [
349
+ "ABS",
350
+ "ACOS",
351
+ "ADDDATE",
352
+ "ADDTIME",
353
+ "AES_DECRYPT",
354
+ "AES_ENCRYPT",
355
+ "ANY_VALUE",
356
+ "Area",
357
+ "AsBinary",
358
+ "AsWKB",
359
+ "ASCII",
360
+ "ASIN",
361
+ "AsText",
362
+ "AsWKT",
363
+ "ASYMMETRIC_DECRYPT",
364
+ "ASYMMETRIC_DERIVE",
365
+ "ASYMMETRIC_ENCRYPT",
366
+ "ASYMMETRIC_SIGN",
367
+ "ASYMMETRIC_VERIFY",
368
+ "ATAN",
369
+ "ATAN2",
370
+ "ATAN",
371
+ "AVG",
372
+ "BENCHMARK",
373
+ "BIN",
374
+ "BIT_AND",
375
+ "BIT_COUNT",
376
+ "BIT_LENGTH",
377
+ "BIT_OR",
378
+ "BIT_XOR",
379
+ "Buffer",
380
+ "CAST",
381
+ "CEIL",
382
+ "CEILING",
383
+ "Centroid",
384
+ "CHAR",
385
+ "CHAR_LENGTH",
386
+ "CHARACTER_LENGTH",
387
+ "CHARSET",
388
+ "COALESCE",
389
+ "COERCIBILITY",
390
+ "COLLATION",
391
+ "COMPRESS",
392
+ "CONCAT",
393
+ "CONCAT_WS",
394
+ "CONNECTION_ID",
395
+ "Contains",
396
+ "CONV",
397
+ "CONVERT",
398
+ "CONVERT_TZ",
399
+ "ConvexHull",
400
+ "COS",
401
+ "COT",
402
+ "COUNT",
403
+ "CRC32",
404
+ "CREATE_ASYMMETRIC_PRIV_KEY",
405
+ "CREATE_ASYMMETRIC_PUB_KEY",
406
+ "CREATE_DH_PARAMETERS",
407
+ "CREATE_DIGEST",
408
+ "Crosses",
409
+ "CUME_DIST",
410
+ "CURDATE",
411
+ "CURRENT_DATE",
412
+ "CURRENT_ROLE",
413
+ "CURRENT_TIME",
414
+ "CURRENT_TIMESTAMP",
415
+ "CURRENT_USER",
416
+ "CURTIME",
417
+ "DATABASE",
418
+ "DATE",
419
+ "DATE_ADD",
420
+ "DATE_FORMAT",
421
+ "DATE_SUB",
422
+ "DATEDIFF",
423
+ "DAY",
424
+ "DAYNAME",
425
+ "DAYOFMONTH",
426
+ "DAYOFWEEK",
427
+ "DAYOFYEAR",
428
+ "DECODE",
429
+ "DEFAULT",
430
+ "DEGREES",
431
+ "DES_DECRYPT",
432
+ "DES_ENCRYPT",
433
+ "DENSE_RANK",
434
+ "Dimension",
435
+ "Disjoint",
436
+ "Distance",
437
+ "ELT",
438
+ "ENCODE",
439
+ "ENCRYPT",
440
+ "EndPoint",
441
+ "Envelope",
442
+ "Equals",
443
+ "EXP",
444
+ "EXPORT_SET",
445
+ "ExteriorRing",
446
+ "EXTRACT",
447
+ "ExtractValue",
448
+ "FIELD",
449
+ "FIND_IN_SET",
450
+ "FIRST_VALUE",
451
+ "FLOOR",
452
+ "FORMAT",
453
+ "FORMAT_BYTES",
454
+ "FORMAT_PICO_TIME",
455
+ "FOUND_ROWS",
456
+ "FROM_BASE64",
457
+ "FROM_DAYS",
458
+ "FROM_UNIXTIME",
459
+ "GEN_RANGE",
460
+ "GEN_RND_EMAIL",
461
+ "GEN_RND_PAN",
462
+ "GEN_RND_SSN",
463
+ "GEN_RND_US_PHONE",
464
+ "GeomCollection",
465
+ "GeomCollFromText",
466
+ "GeometryCollectionFromText",
467
+ "GeomCollFromWKB",
468
+ "GeometryCollectionFromWKB",
469
+ "GeometryCollection",
470
+ "GeometryN",
471
+ "GeometryType",
472
+ "GeomFromText",
473
+ "GeometryFromText",
474
+ "GeomFromWKB",
475
+ "GeometryFromWKB",
476
+ "GET_FORMAT",
477
+ "GET_LOCK",
478
+ "GLength",
479
+ "GREATEST",
480
+ "GROUP_CONCAT",
481
+ "GROUPING",
482
+ "GTID_SUBSET",
483
+ "GTID_SUBTRACT",
484
+ "HEX",
485
+ "HOUR",
486
+ "ICU_VERSION",
487
+ "IF",
488
+ "IFNULL",
489
+ "INET_ATON",
490
+ "INET_NTOA",
491
+ "INET6_ATON",
492
+ "INET6_NTOA",
493
+ "INSERT",
494
+ "INSTR",
495
+ "InteriorRingN",
496
+ "Intersects",
497
+ "INTERVAL",
498
+ "IS_FREE_LOCK",
499
+ "IS_IPV4",
500
+ "IS_IPV4_COMPAT",
501
+ "IS_IPV4_MAPPED",
502
+ "IS_IPV6",
503
+ "IS_USED_LOCK",
504
+ "IS_UUID",
505
+ "IsClosed",
506
+ "IsEmpty",
507
+ "ISNULL",
508
+ "IsSimple",
509
+ "JSON_APPEND",
510
+ "JSON_ARRAY",
511
+ "JSON_ARRAY_APPEND",
512
+ "JSON_ARRAY_INSERT",
513
+ "JSON_ARRAYAGG",
514
+ "JSON_CONTAINS",
515
+ "JSON_CONTAINS_PATH",
516
+ "JSON_DEPTH",
517
+ "JSON_EXTRACT",
518
+ "JSON_INSERT",
519
+ "JSON_KEYS",
520
+ "JSON_LENGTH",
521
+ "JSON_MERGE",
522
+ "JSON_MERGE_PATCH",
523
+ "JSON_MERGE_PRESERVE",
524
+ "JSON_OBJECT",
525
+ "JSON_OBJECTAGG",
526
+ "JSON_OVERLAPS",
527
+ "JSON_PRETTY",
528
+ "JSON_QUOTE",
529
+ "JSON_REMOVE",
530
+ "JSON_REPLACE",
531
+ "JSON_SCHEMA_VALID",
532
+ "JSON_SCHEMA_VALIDATION_REPORT",
533
+ "JSON_SEARCH",
534
+ "JSON_SET",
535
+ "JSON_STORAGE_FREE",
536
+ "JSON_STORAGE_SIZE",
537
+ "JSON_TABLE",
538
+ "JSON_TYPE",
539
+ "JSON_UNQUOTE",
540
+ "JSON_VALID",
541
+ "LAG",
542
+ "LAST_DAY",
543
+ "LAST_INSERT_ID",
544
+ "LAST_VALUE",
545
+ "LCASE",
546
+ "LEAD",
547
+ "LEAST",
548
+ "LEFT",
549
+ "LENGTH",
550
+ "LineFromText",
551
+ "LineStringFromText",
552
+ "LineFromWKB",
553
+ "LineStringFromWKB",
554
+ "LineString",
555
+ "LN",
556
+ "LOAD_FILE",
557
+ "LOCALTIME",
558
+ "LOCALTIMESTAMP",
559
+ "LOCATE",
560
+ "LOG",
561
+ "LOG10",
562
+ "LOG2",
563
+ "LOWER",
564
+ "LPAD",
565
+ "LTRIM",
566
+ "MAKE_SET",
567
+ "MAKEDATE",
568
+ "MAKETIME",
569
+ "MASK_INNER",
570
+ "MASK_OUTER",
571
+ "MASK_PAN",
572
+ "MASK_PAN_RELAXED",
573
+ "MASK_SSN",
574
+ "MASTER_POS_WAIT",
575
+ "MAX",
576
+ "MBRContains",
577
+ "MBRCoveredBy",
578
+ "MBRCovers",
579
+ "MBRDisjoint",
580
+ "MBREqual",
581
+ "MBREquals",
582
+ "MBRIntersects",
583
+ "MBROverlaps",
584
+ "MBRTouches",
585
+ "MBRWithin",
586
+ "MD5",
587
+ "MEMBER OF",
588
+ "MICROSECOND",
589
+ "MID",
590
+ "MIN",
591
+ "MINUTE",
592
+ "MLineFromText",
593
+ "MultiLineStringFromText",
594
+ "MLineFromWKB",
595
+ "MultiLineStringFromWKB",
596
+ "MOD",
597
+ "MONTH",
598
+ "MONTHNAME",
599
+ "MPointFromText",
600
+ "MultiPointFromText",
601
+ "MPointFromWKB",
602
+ "MultiPointFromWKB",
603
+ "MPolyFromText",
604
+ "MultiPolygonFromText",
605
+ "MPolyFromWKB",
606
+ "MultiPolygonFromWKB",
607
+ "MultiLineString",
608
+ "MultiPoint",
609
+ "MultiPolygon",
610
+ "NAME_CONST",
611
+ "NOT IN",
612
+ "NOW",
613
+ "NTH_VALUE",
614
+ "NTILE",
615
+ "NULLIF",
616
+ "NumGeometries",
617
+ "NumInteriorRings",
618
+ "NumPoints",
619
+ "OCT",
620
+ "OCTET_LENGTH",
621
+ "OLD_PASSWORD",
622
+ "ORD",
623
+ "Overlaps",
624
+ "PASSWORD",
625
+ "PERCENT_RANK",
626
+ "PERIOD_ADD",
627
+ "PERIOD_DIFF",
628
+ "PI",
629
+ "Point",
630
+ "PointFromText",
631
+ "PointFromWKB",
632
+ "PointN",
633
+ "PolyFromText",
634
+ "PolygonFromText",
635
+ "PolyFromWKB",
636
+ "PolygonFromWKB",
637
+ "Polygon",
638
+ "POSITION",
639
+ "POW",
640
+ "POWER",
641
+ "PS_CURRENT_THREAD_ID",
642
+ "PS_THREAD_ID",
643
+ "PROCEDURE ANALYSE",
644
+ "QUARTER",
645
+ "QUOTE",
646
+ "RADIANS",
647
+ "RAND",
648
+ "RANDOM_BYTES",
649
+ "RANK",
650
+ "REGEXP_INSTR",
651
+ "REGEXP_LIKE",
652
+ "REGEXP_REPLACE",
653
+ "REGEXP_REPLACE",
654
+ "RELEASE_ALL_LOCKS",
655
+ "RELEASE_LOCK",
656
+ "REPEAT",
657
+ "REPLACE",
658
+ "REVERSE",
659
+ "RIGHT",
660
+ "ROLES_GRAPHML",
661
+ "ROUND",
662
+ "ROW_COUNT",
663
+ "ROW_NUMBER",
664
+ "RPAD",
665
+ "RTRIM",
666
+ "SCHEMA",
667
+ "SEC_TO_TIME",
668
+ "SECOND",
669
+ "SESSION_USER",
670
+ "SHA1",
671
+ "SHA",
672
+ "SHA2",
673
+ "SIGN",
674
+ "SIN",
675
+ "SLEEP",
676
+ "SOUNDEX",
677
+ "SOURCE_POS_WAIT",
678
+ "SPACE",
679
+ "SQRT",
680
+ "SRID",
681
+ "ST_Area",
682
+ "ST_AsBinary",
683
+ "ST_AsWKB",
684
+ "ST_AsGeoJSON",
685
+ "ST_AsText",
686
+ "ST_AsWKT",
687
+ "ST_Buffer",
688
+ "ST_Buffer_Strategy",
689
+ "ST_Centroid",
690
+ "ST_Collect",
691
+ "ST_Contains",
692
+ "ST_ConvexHull",
693
+ "ST_Crosses",
694
+ "ST_Difference",
695
+ "ST_Dimension",
696
+ "ST_Disjoint",
697
+ "ST_Distance",
698
+ "ST_Distance_Sphere",
699
+ "ST_EndPoint",
700
+ "ST_Envelope",
701
+ "ST_Equals",
702
+ "ST_ExteriorRing",
703
+ "ST_FrechetDistance",
704
+ "ST_GeoHash",
705
+ "ST_GeomCollFromText",
706
+ "ST_GeometryCollectionFromText",
707
+ "ST_GeomCollFromTxt",
708
+ "ST_GeomCollFromWKB",
709
+ "ST_GeometryCollectionFromWKB",
710
+ "ST_GeometryN",
711
+ "ST_GeometryType",
712
+ "ST_GeomFromGeoJSON",
713
+ "ST_GeomFromText",
714
+ "ST_GeometryFromText",
715
+ "ST_GeomFromWKB",
716
+ "ST_GeometryFromWKB",
717
+ "ST_HausdorffDistance",
718
+ "ST_InteriorRingN",
719
+ "ST_Intersection",
720
+ "ST_Intersects",
721
+ "ST_IsClosed",
722
+ "ST_IsEmpty",
723
+ "ST_IsSimple",
724
+ "ST_IsValid",
725
+ "ST_LatFromGeoHash",
726
+ "ST_Length",
727
+ "ST_LineFromText",
728
+ "ST_LineStringFromText",
729
+ "ST_LineFromWKB",
730
+ "ST_LineStringFromWKB",
731
+ "ST_LineInterpolatePoint",
732
+ "ST_LineInterpolatePoints",
733
+ "ST_LongFromGeoHash",
734
+ "ST_Longitude",
735
+ "ST_MakeEnvelope",
736
+ "ST_MLineFromText",
737
+ "ST_MultiLineStringFromText",
738
+ "ST_MLineFromWKB",
739
+ "ST_MultiLineStringFromWKB",
740
+ "ST_MPointFromText",
741
+ "ST_MultiPointFromText",
742
+ "ST_MPointFromWKB",
743
+ "ST_MultiPointFromWKB",
744
+ "ST_MPolyFromText",
745
+ "ST_MultiPolygonFromText",
746
+ "ST_MPolyFromWKB",
747
+ "ST_MultiPolygonFromWKB",
748
+ "ST_NumGeometries",
749
+ "ST_NumInteriorRing",
750
+ "ST_NumInteriorRings",
751
+ "ST_NumPoints",
752
+ "ST_Overlaps",
753
+ "ST_PointAtDistance",
754
+ "ST_PointFromGeoHash",
755
+ "ST_PointFromText",
756
+ "ST_PointFromWKB",
757
+ "ST_PointN",
758
+ "ST_PolyFromText",
759
+ "ST_PolygonFromText",
760
+ "ST_PolyFromWKB",
761
+ "ST_PolygonFromWKB",
762
+ "ST_Simplify",
763
+ "ST_SRID",
764
+ "ST_StartPoint",
765
+ "ST_SwapXY",
766
+ "ST_SymDifference",
767
+ "ST_Touches",
768
+ "ST_Transform",
769
+ "ST_Union",
770
+ "ST_Validate",
771
+ "ST_Within",
772
+ "ST_X",
773
+ "ST_Y",
774
+ "StartPoint",
775
+ "STATEMENT_DIGEST",
776
+ "STATEMENT_DIGEST_TEXT",
777
+ "STD",
778
+ "STDDEV",
779
+ "STDDEV_POP",
780
+ "STDDEV_SAMP",
781
+ "STR_TO_DATE",
782
+ "STRCMP",
783
+ "SUBDATE",
784
+ "SUBSTR",
785
+ "SUBSTRING",
786
+ "SUBSTRING_INDEX",
787
+ "SUBTIME",
788
+ "SUM",
789
+ "SYSDATE",
790
+ "SYSTEM_USER",
791
+ "TAN",
792
+ "TIME",
793
+ "TIME_FORMAT",
794
+ "TIME_TO_SEC",
795
+ "TIMEDIFF",
796
+ "TIMESTAMP",
797
+ "TIMESTAMPADD",
798
+ "TIMESTAMPDIFF",
799
+ "TO_BASE64",
800
+ "TO_DAYS",
801
+ "TO_SECONDS",
802
+ "Touches",
803
+ "TRIM",
804
+ "TRUNCATE",
805
+ "UCASE",
806
+ "UNCOMPRESS",
807
+ "UNCOMPRESSED_LENGTH",
808
+ "UNHEX",
809
+ "UNIX_TIMESTAMP",
810
+ "UpdateXML",
811
+ "UPPER",
812
+ "USER",
813
+ "UTC_DATE",
814
+ "UTC_TIME",
815
+ "UTC_TIMESTAMP",
816
+ "UUID",
817
+ "UUID_SHORT",
818
+ "UUID_TO_BIN",
819
+ "VALIDATE_PASSWORD_STRENGTH",
820
+ "VALUES",
821
+ "VAR_POP",
822
+ "VAR_SAMP",
823
+ "VARIANCE",
824
+ "VERSION",
825
+ "WAIT_FOR_EXECUTED_GTID_SET",
826
+ "WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS",
827
+ "WEEK",
828
+ "WEEKDAY",
829
+ "WEEKOFYEAR",
830
+ "WEIGHT_STRING",
831
+ "Within",
832
+ "X",
833
+ "Y",
834
+ "YEAR",
835
+ "YEARWEEK"
836
+ ],
837
+ builtinVariables: [],
838
+ tokenizer: {
839
+ root: [
840
+ { include: "@comments" },
841
+ { include: "@whitespace" },
842
+ { include: "@numbers" },
843
+ { include: "@strings" },
844
+ { include: "@complexIdentifiers" },
845
+ { include: "@scopes" },
846
+ [/[;,.]/, "delimiter"],
847
+ [/[()]/, "@brackets"],
848
+ [/[\w@]+/, { cases: {
849
+ "@operators": "operator",
850
+ "@builtinVariables": "predefined",
851
+ "@builtinFunctions": "predefined",
852
+ "@keywords": "keyword",
853
+ "@default": "identifier"
854
+ } }],
855
+ [/[<>=!%&+\-*/|~^]/, "operator"]
856
+ ],
857
+ whitespace: [[/\s+/, "white"]],
858
+ comments: [
859
+ [/--+.*/, "comment"],
860
+ [/#+.*/, "comment"],
861
+ [/\/\*/, {
862
+ token: "comment.quote",
863
+ next: "@comment"
864
+ }]
865
+ ],
866
+ comment: [
867
+ [/[^*/]+/, "comment"],
868
+ [/\*\//, {
869
+ token: "comment.quote",
870
+ next: "@pop"
871
+ }],
872
+ [/./, "comment"]
873
+ ],
874
+ numbers: [
875
+ [/0[xX][0-9a-fA-F]*/, "number"],
876
+ [/[$][+-]*\d*(\.\d*)?/, "number"],
877
+ [/((\d+(\.\d*)?)|(\.\d+))([eE][\-+]?\d+)?/, "number"]
878
+ ],
879
+ strings: [[/'/, {
880
+ token: "string",
881
+ next: "@string"
882
+ }], [/"/, {
883
+ token: "string.double",
884
+ next: "@stringDouble"
885
+ }]],
886
+ string: [
887
+ [/\\'/, "string"],
888
+ [/[^']+/, "string"],
889
+ [/''/, "string"],
890
+ [/'/, {
891
+ token: "string",
892
+ next: "@pop"
893
+ }]
894
+ ],
895
+ stringDouble: [
896
+ [/[^"]+/, "string.double"],
897
+ [/""/, "string.double"],
898
+ [/"/, {
899
+ token: "string.double",
900
+ next: "@pop"
901
+ }]
902
+ ],
903
+ complexIdentifiers: [[/`/, {
904
+ token: "identifier.quote",
905
+ next: "@quotedIdentifier"
906
+ }]],
907
+ quotedIdentifier: [
908
+ [/[^`]+/, "identifier"],
909
+ [/``/, "identifier"],
910
+ [/`/, {
911
+ token: "identifier.quote",
912
+ next: "@pop"
913
+ }]
914
+ ],
915
+ scopes: []
916
+ }
917
+ };
918
+ export {
919
+ E as conf,
920
+ T as language
921
+ };
922
+
923
+ //# sourceMappingURL=mysql-BJR6iO89.js.map