yc-design-vue 1.7.9 → 1.8.0

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 (170) hide show
  1. package/es/Calendar/Calendar.vue.js +15 -14
  2. package/es/Calendar/CalendarMonth.vue.js +11 -1
  3. package/es/Calendar/CalendarYear.vue.js +20 -16
  4. package/es/ColorPicker/ColorList.vue.js +4 -2
  5. package/es/ColorPicker/ColorPanel.vue.js +6 -4
  6. package/es/ConfigProvider/index.d.ts +3 -0
  7. package/es/ConfigProvider/index.vue.d.ts +1 -0
  8. package/es/ConfigProvider/index.vue.js +13 -2
  9. package/es/ConfigProvider/type.d.ts +1 -0
  10. package/es/Drawer/Drawer.vue.js +6 -4
  11. package/es/Drawer/DrawerService.vue.js +2 -2
  12. package/es/Empty/index.vue.js +11 -4
  13. package/es/Image/Image.vue.js +4 -2
  14. package/es/Image/ImagePreviewToolbar.vue.js +13 -29
  15. package/es/Layout/hooks/useTheme.js +0 -1
  16. package/es/Modal/Modal.vue.js +6 -4
  17. package/es/Modal/ModalService.vue.js +2 -2
  18. package/es/Pagination/Pagination.vue.js +5 -3
  19. package/es/Pagination/hooks/useContext.d.ts +5 -0
  20. package/es/Pagination/hooks/useContext.js +5 -2
  21. package/es/Popconfirm/index.vue.js +6 -4
  22. package/es/Transfer/TransferPanel.vue.js +2 -2
  23. package/es/Typography/TypographyBase.vue.js +7 -6
  24. package/es/_shared/icons/IconCopy.vue.js +1 -17
  25. package/es/_shared/icons/IconCopy.vue2.js +17 -1
  26. package/es/_shared/icons/IconDelete.vue.js +1 -17
  27. package/es/_shared/icons/IconDelete.vue2.js +17 -1
  28. package/es/_shared/icons/IconEdit.vue.js +1 -17
  29. package/es/_shared/icons/IconEdit.vue2.js +17 -1
  30. package/es/_shared/icons/IconSearch.vue.js +1 -17
  31. package/es/_shared/icons/IconSearch.vue2.js +17 -1
  32. package/es/_shared/locale/i18n.d.ts +256 -0
  33. package/es/_shared/locale/i18n.js +35 -0
  34. package/es/_shared/locale/lang/ar-eg.d.ts +205 -0
  35. package/es/_shared/locale/lang/ar-eg.js +153 -0
  36. package/es/_shared/locale/lang/de-de.d.ts +205 -0
  37. package/es/_shared/locale/lang/de-de.js +153 -0
  38. package/es/_shared/locale/lang/en-us.d.ts +253 -0
  39. package/es/_shared/locale/lang/en-us.js +158 -0
  40. package/es/_shared/locale/lang/es-es.d.ts +205 -0
  41. package/es/_shared/locale/lang/es-es.js +153 -0
  42. package/es/_shared/locale/lang/fr-fr.d.ts +205 -0
  43. package/es/_shared/locale/lang/fr-fr.js +153 -0
  44. package/es/_shared/locale/lang/id-id.d.ts +205 -0
  45. package/es/_shared/locale/lang/id-id.js +153 -0
  46. package/es/_shared/locale/lang/it-it.d.ts +205 -0
  47. package/es/_shared/locale/lang/it-it.js +153 -0
  48. package/es/_shared/locale/lang/ja-jp.d.ts +253 -0
  49. package/es/_shared/locale/lang/ja-jp.js +201 -0
  50. package/es/_shared/locale/lang/km-kh.d.ts +205 -0
  51. package/es/_shared/locale/lang/km-kh.js +153 -0
  52. package/es/_shared/locale/lang/ko-kr.d.ts +205 -0
  53. package/es/_shared/locale/lang/ko-kr.js +153 -0
  54. package/es/_shared/locale/lang/ms-my.d.ts +205 -0
  55. package/es/_shared/locale/lang/ms-my.js +153 -0
  56. package/es/_shared/locale/lang/nl-nl.d.ts +253 -0
  57. package/es/_shared/locale/lang/nl-nl.js +201 -0
  58. package/es/_shared/locale/lang/pt-pt.d.ts +205 -0
  59. package/es/_shared/locale/lang/pt-pt.js +153 -0
  60. package/es/_shared/locale/lang/ru-ru.d.ts +253 -0
  61. package/es/_shared/locale/lang/ru-ru.js +201 -0
  62. package/es/_shared/locale/lang/th-th.d.ts +205 -0
  63. package/es/_shared/locale/lang/th-th.js +153 -0
  64. package/es/_shared/locale/lang/vi-vn.d.ts +205 -0
  65. package/es/_shared/locale/lang/vi-vn.js +153 -0
  66. package/es/_shared/locale/lang/zh-cn.d.ts +253 -0
  67. package/es/_shared/locale/lang/zh-cn.js +201 -0
  68. package/es/_shared/locale/lang/zh-tw.d.ts +253 -0
  69. package/es/_shared/locale/lang/zh-tw.js +201 -0
  70. package/es/_shared/utils/time.js +1 -1
  71. package/es/_virtual/dynamic-import-helper.js +19 -0
  72. package/es/index.js +2 -0
  73. package/es/node_modules/@intlify/core-base/dist/core-base.js +1129 -0
  74. package/es/node_modules/@intlify/message-compiler/dist/message-compiler.js +65 -0
  75. package/es/node_modules/@intlify/shared/dist/shared.js +199 -0
  76. package/es/node_modules/@intlify/vue-i18n-core/dist/vue-i18n-core.js +1381 -0
  77. package/es/node_modules/@vue/devtools-api/lib/esm/const.js +6 -0
  78. package/es/node_modules/@vue/devtools-api/lib/esm/env.js +12 -0
  79. package/es/node_modules/@vue/devtools-api/lib/esm/index.js +26 -0
  80. package/es/node_modules/@vue/devtools-api/lib/esm/proxy.js +103 -0
  81. package/es/node_modules/@vue/devtools-api/lib/esm/time.js +25 -0
  82. package/es/node_modules/b-validate/es/is.js +27 -0
  83. package/es/node_modules/b-validate/es/locale/en-US.js +50 -0
  84. package/es/node_modules/b-validate/es/rules/base.js +86 -0
  85. package/es/node_modules/b-validate/es/util.js +25 -0
  86. package/lib/Calendar/Calendar.vue.js +1 -1
  87. package/lib/Calendar/CalendarMonth.vue.js +1 -1
  88. package/lib/Calendar/CalendarYear.vue.js +1 -1
  89. package/lib/ColorPicker/ColorList.vue.js +1 -1
  90. package/lib/ColorPicker/ColorPanel.vue.js +1 -1
  91. package/lib/ConfigProvider/index.d.ts +3 -0
  92. package/lib/ConfigProvider/index.vue.d.ts +1 -0
  93. package/lib/ConfigProvider/index.vue.js +1 -1
  94. package/lib/ConfigProvider/type.d.ts +1 -0
  95. package/lib/Drawer/Drawer.vue.js +1 -1
  96. package/lib/Drawer/DrawerService.vue.js +1 -1
  97. package/lib/Empty/index.vue.js +1 -1
  98. package/lib/Image/Image.vue.js +1 -1
  99. package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
  100. package/lib/Modal/Modal.vue.js +1 -1
  101. package/lib/Modal/ModalService.vue.js +1 -1
  102. package/lib/Pagination/Pagination.vue.js +1 -1
  103. package/lib/Pagination/hooks/useContext.d.ts +5 -0
  104. package/lib/Pagination/hooks/useContext.js +1 -1
  105. package/lib/Popconfirm/index.vue.js +1 -1
  106. package/lib/Transfer/TransferPanel.vue.js +1 -1
  107. package/lib/Typography/TypographyBase.vue.js +1 -1
  108. package/lib/_shared/icons/IconCopy.vue.js +1 -1
  109. package/lib/_shared/icons/IconCopy.vue2.js +1 -1
  110. package/lib/_shared/icons/IconDelete.vue.js +1 -1
  111. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  112. package/lib/_shared/icons/IconEdit.vue.js +1 -1
  113. package/lib/_shared/icons/IconEdit.vue2.js +1 -1
  114. package/lib/_shared/icons/IconSearch.vue.js +1 -1
  115. package/lib/_shared/icons/IconSearch.vue2.js +1 -1
  116. package/lib/_shared/locale/i18n.d.ts +256 -0
  117. package/lib/_shared/locale/i18n.js +1 -0
  118. package/lib/_shared/locale/lang/ar-eg.d.ts +205 -0
  119. package/lib/_shared/locale/lang/ar-eg.js +1 -0
  120. package/lib/_shared/locale/lang/de-de.d.ts +205 -0
  121. package/lib/_shared/locale/lang/de-de.js +1 -0
  122. package/lib/_shared/locale/lang/en-us.d.ts +253 -0
  123. package/lib/_shared/locale/lang/en-us.js +1 -0
  124. package/lib/_shared/locale/lang/es-es.d.ts +205 -0
  125. package/lib/_shared/locale/lang/es-es.js +1 -0
  126. package/lib/_shared/locale/lang/fr-fr.d.ts +205 -0
  127. package/lib/_shared/locale/lang/fr-fr.js +1 -0
  128. package/lib/_shared/locale/lang/id-id.d.ts +205 -0
  129. package/lib/_shared/locale/lang/id-id.js +1 -0
  130. package/lib/_shared/locale/lang/it-it.d.ts +205 -0
  131. package/lib/_shared/locale/lang/it-it.js +1 -0
  132. package/lib/_shared/locale/lang/ja-jp.d.ts +253 -0
  133. package/lib/_shared/locale/lang/ja-jp.js +1 -0
  134. package/lib/_shared/locale/lang/km-kh.d.ts +205 -0
  135. package/lib/_shared/locale/lang/km-kh.js +1 -0
  136. package/lib/_shared/locale/lang/ko-kr.d.ts +205 -0
  137. package/lib/_shared/locale/lang/ko-kr.js +1 -0
  138. package/lib/_shared/locale/lang/ms-my.d.ts +205 -0
  139. package/lib/_shared/locale/lang/ms-my.js +1 -0
  140. package/lib/_shared/locale/lang/nl-nl.d.ts +253 -0
  141. package/lib/_shared/locale/lang/nl-nl.js +1 -0
  142. package/lib/_shared/locale/lang/pt-pt.d.ts +205 -0
  143. package/lib/_shared/locale/lang/pt-pt.js +1 -0
  144. package/lib/_shared/locale/lang/ru-ru.d.ts +253 -0
  145. package/lib/_shared/locale/lang/ru-ru.js +1 -0
  146. package/lib/_shared/locale/lang/th-th.d.ts +205 -0
  147. package/lib/_shared/locale/lang/th-th.js +1 -0
  148. package/lib/_shared/locale/lang/vi-vn.d.ts +205 -0
  149. package/lib/_shared/locale/lang/vi-vn.js +1 -0
  150. package/lib/_shared/locale/lang/zh-cn.d.ts +253 -0
  151. package/lib/_shared/locale/lang/zh-cn.js +1 -0
  152. package/lib/_shared/locale/lang/zh-tw.d.ts +253 -0
  153. package/lib/_shared/locale/lang/zh-tw.js +1 -0
  154. package/lib/_shared/utils/time.js +1 -1
  155. package/lib/_virtual/dynamic-import-helper.js +1 -0
  156. package/lib/index.js +1 -1
  157. package/lib/node_modules/@intlify/core-base/dist/core-base.js +1 -0
  158. package/lib/node_modules/@intlify/message-compiler/dist/message-compiler.js +6 -0
  159. package/lib/node_modules/@intlify/shared/dist/shared.js +7 -0
  160. package/lib/node_modules/@intlify/vue-i18n-core/dist/vue-i18n-core.js +1 -0
  161. package/lib/node_modules/@vue/devtools-api/lib/esm/const.js +1 -0
  162. package/lib/node_modules/@vue/devtools-api/lib/esm/env.js +1 -0
  163. package/lib/node_modules/@vue/devtools-api/lib/esm/index.js +1 -0
  164. package/lib/node_modules/@vue/devtools-api/lib/esm/proxy.js +1 -0
  165. package/lib/node_modules/@vue/devtools-api/lib/esm/time.js +1 -0
  166. package/lib/node_modules/b-validate/es/is.js +1 -0
  167. package/lib/node_modules/b-validate/es/locale/en-US.js +1 -0
  168. package/lib/node_modules/b-validate/es/rules/base.js +1 -0
  169. package/lib/node_modules/b-validate/es/util.js +1 -0
  170. package/package.json +3 -2
@@ -0,0 +1,65 @@
1
+ import { format } from "../../shared/dist/shared.js";
2
+ /*!
3
+ * message-compiler v12.0.0-alpha.3
4
+ * (c) 2016-present kazuya kawaguchi and contributors
5
+ * Released under the MIT License.
6
+ */
7
+ const CompileErrorCodes = {
8
+ // tokenizer error codes
9
+ EXPECTED_TOKEN: 1,
10
+ INVALID_TOKEN_IN_PLACEHOLDER: 2,
11
+ UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER: 3,
12
+ UNKNOWN_ESCAPE_SEQUENCE: 4,
13
+ INVALID_UNICODE_ESCAPE_SEQUENCE: 5,
14
+ UNBALANCED_CLOSING_BRACE: 6,
15
+ UNTERMINATED_CLOSING_BRACE: 7,
16
+ EMPTY_PLACEHOLDER: 8,
17
+ NOT_ALLOW_NEST_PLACEHOLDER: 9,
18
+ INVALID_LINKED_FORMAT: 10,
19
+ // parser error codes
20
+ MUST_HAVE_MESSAGES_IN_PLURAL: 11,
21
+ UNEXPECTED_EMPTY_LINKED_MODIFIER: 12,
22
+ UNEXPECTED_EMPTY_LINKED_KEY: 13,
23
+ UNEXPECTED_LEXICAL_ANALYSIS: 14,
24
+ // generator error codes
25
+ UNHANDLED_CODEGEN_NODE_TYPE: 15,
26
+ // minifier error codes
27
+ UNHANDLED_MINIFIER_NODE_TYPE: 16
28
+ };
29
+ const COMPILE_ERROR_CODES_EXTEND_POINT = 17;
30
+ const errorMessages = {
31
+ // tokenizer error messages
32
+ [CompileErrorCodes.EXPECTED_TOKEN]: `Expected token: '{0}'`,
33
+ [CompileErrorCodes.INVALID_TOKEN_IN_PLACEHOLDER]: `Invalid token in placeholder: '{0}'`,
34
+ [CompileErrorCodes.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]: `Unterminated single quote in placeholder`,
35
+ [CompileErrorCodes.UNKNOWN_ESCAPE_SEQUENCE]: `Unknown escape sequence: \\{0}`,
36
+ [CompileErrorCodes.INVALID_UNICODE_ESCAPE_SEQUENCE]: `Invalid unicode escape sequence: {0}`,
37
+ [CompileErrorCodes.UNBALANCED_CLOSING_BRACE]: `Unbalanced closing brace`,
38
+ [CompileErrorCodes.UNTERMINATED_CLOSING_BRACE]: `Unterminated closing brace`,
39
+ [CompileErrorCodes.EMPTY_PLACEHOLDER]: `Empty placeholder`,
40
+ [CompileErrorCodes.NOT_ALLOW_NEST_PLACEHOLDER]: `Not allowed nest placeholder`,
41
+ [CompileErrorCodes.INVALID_LINKED_FORMAT]: `Invalid linked format`,
42
+ // parser error messages
43
+ [CompileErrorCodes.MUST_HAVE_MESSAGES_IN_PLURAL]: `Plural must have messages`,
44
+ [CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_MODIFIER]: `Unexpected empty linked modifier`,
45
+ [CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_KEY]: `Unexpected empty linked key`,
46
+ [CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS]: `Unexpected lexical analysis in token: '{0}'`,
47
+ // generator error messages
48
+ [CompileErrorCodes.UNHANDLED_CODEGEN_NODE_TYPE]: `unhandled codegen node type: '{0}'`,
49
+ // minimizer error messages
50
+ [CompileErrorCodes.UNHANDLED_MINIFIER_NODE_TYPE]: `unhandled mimifier node type: '{0}'`
51
+ };
52
+ function createCompileError(code, loc, options = {}) {
53
+ const { domain, messages, args } = options;
54
+ const msg = process.env.NODE_ENV !== "production" ? format((messages || errorMessages)[code] || "", ...args || []) : code;
55
+ const error = new SyntaxError(String(msg));
56
+ error.code = code;
57
+ error.domain = domain;
58
+ return error;
59
+ }
60
+ export {
61
+ COMPILE_ERROR_CODES_EXTEND_POINT,
62
+ CompileErrorCodes,
63
+ createCompileError,
64
+ errorMessages
65
+ };
@@ -0,0 +1,199 @@
1
+ /*!
2
+ * shared v12.0.0-alpha.3
3
+ * (c) 2016-present kazuya kawaguchi and contributors
4
+ * Released under the MIT License.
5
+ */
6
+ const inBrowser = typeof window !== "undefined";
7
+ let mark;
8
+ let measure;
9
+ if (process.env.NODE_ENV !== "production") {
10
+ const perf = inBrowser && window.performance;
11
+ if (perf && perf.mark && perf.measure && perf.clearMarks && // @ts-ignore browser compat
12
+ perf.clearMeasures) {
13
+ mark = (tag) => {
14
+ perf.mark(tag);
15
+ };
16
+ measure = (name, startTag, endTag) => {
17
+ perf.measure(name, startTag, endTag);
18
+ perf.clearMarks(startTag);
19
+ perf.clearMarks(endTag);
20
+ };
21
+ }
22
+ }
23
+ const RE_ARGS = /\{([0-9a-zA-Z]+)\}/g;
24
+ function format(message, ...args) {
25
+ if (args.length === 1 && isObject(args[0])) {
26
+ args = args[0];
27
+ }
28
+ if (!args || !args.hasOwnProperty) {
29
+ args = {};
30
+ }
31
+ return message.replace(RE_ARGS, (match, identifier) => {
32
+ return args.hasOwnProperty(identifier) ? args[identifier] : "";
33
+ });
34
+ }
35
+ const makeSymbol = (name, shareable = false) => !shareable ? Symbol(name) : Symbol.for(name);
36
+ const generateFormatCacheKey = (locale, key, source) => friendlyJSONstringify({ l: locale, k: key, s: source });
37
+ const friendlyJSONstringify = (json) => JSON.stringify(json).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027");
38
+ const isNumber = (val) => typeof val === "number" && isFinite(val);
39
+ const isDate = (val) => toTypeString(val) === "[object Date]";
40
+ const isRegExp = (val) => toTypeString(val) === "[object RegExp]";
41
+ const isEmptyObject = (val) => isPlainObject(val) && Object.keys(val).length === 0;
42
+ const assign = Object.assign;
43
+ const _create = Object.create;
44
+ const create = (obj = null) => _create(obj);
45
+ let _globalThis;
46
+ const getGlobalThis = () => {
47
+ return _globalThis || (_globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : create());
48
+ };
49
+ function escapeHtml(rawText) {
50
+ return rawText.replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&apos;");
51
+ }
52
+ const hasOwnProperty = Object.prototype.hasOwnProperty;
53
+ function hasOwn(obj, key) {
54
+ return hasOwnProperty.call(obj, key);
55
+ }
56
+ const isArray = Array.isArray;
57
+ const isFunction = (val) => typeof val === "function";
58
+ const isString = (val) => typeof val === "string";
59
+ const isBoolean = (val) => typeof val === "boolean";
60
+ const isObject = (val) => val !== null && typeof val === "object";
61
+ const isPromise = (val) => {
62
+ return isObject(val) && isFunction(val.then) && isFunction(val.catch);
63
+ };
64
+ const objectToString = Object.prototype.toString;
65
+ const toTypeString = (value) => objectToString.call(value);
66
+ const isPlainObject = (val) => toTypeString(val) === "[object Object]";
67
+ const toDisplayString = (val) => {
68
+ return val == null ? "" : isArray(val) || isPlainObject(val) && val.toString === objectToString ? JSON.stringify(val, null, 2) : String(val);
69
+ };
70
+ function join(items, separator = "") {
71
+ return items.reduce((str, item, index) => index === 0 ? str + item : str + separator + item, "");
72
+ }
73
+ const RANGE = 2;
74
+ function generateCodeFrame(source, start = 0, end = source.length) {
75
+ const lines = source.split(/\r?\n/);
76
+ let count = 0;
77
+ const res = [];
78
+ for (let i = 0; i < lines.length; i++) {
79
+ count += lines[i].length + 1;
80
+ if (count >= start) {
81
+ for (let j = i - RANGE; j <= i + RANGE || end > count; j++) {
82
+ if (j < 0 || j >= lines.length)
83
+ continue;
84
+ const line = j + 1;
85
+ res.push(`${line}${" ".repeat(3 - String(line).length)}| ${lines[j]}`);
86
+ const lineLength = lines[j].length;
87
+ if (j === i) {
88
+ const pad = start - (count - lineLength) + 1;
89
+ const length = Math.max(1, end > count ? lineLength - pad : end - start);
90
+ res.push(` | ` + " ".repeat(pad) + "^".repeat(length));
91
+ } else if (j > i) {
92
+ if (end > count) {
93
+ const length = Math.max(Math.min(end - count, lineLength), 1);
94
+ res.push(` | ` + "^".repeat(length));
95
+ }
96
+ count += lineLength + 1;
97
+ }
98
+ }
99
+ break;
100
+ }
101
+ }
102
+ return res.join("\n");
103
+ }
104
+ function warn(msg, err) {
105
+ if (typeof console !== "undefined") {
106
+ console.warn(`[intlify] ` + msg);
107
+ if (err) {
108
+ console.warn(err.stack);
109
+ }
110
+ }
111
+ }
112
+ const hasWarned = {};
113
+ function warnOnce(msg) {
114
+ if (!hasWarned[msg]) {
115
+ hasWarned[msg] = true;
116
+ warn(msg);
117
+ }
118
+ }
119
+ function createEmitter() {
120
+ const events = /* @__PURE__ */ new Map();
121
+ const emitter = {
122
+ events,
123
+ on(event, handler) {
124
+ const handlers = events.get(event);
125
+ const added = handlers && handlers.push(handler);
126
+ if (!added) {
127
+ events.set(event, [handler]);
128
+ }
129
+ },
130
+ off(event, handler) {
131
+ const handlers = events.get(event);
132
+ if (handlers) {
133
+ handlers.splice(handlers.indexOf(handler) >>> 0, 1);
134
+ }
135
+ },
136
+ emit(event, payload) {
137
+ (events.get(event) || []).slice().map((handler) => handler(payload));
138
+ (events.get("*") || []).slice().map((handler) => handler(event, payload));
139
+ }
140
+ };
141
+ return emitter;
142
+ }
143
+ const isNotObjectOrIsArray = (val) => !isObject(val) || isArray(val);
144
+ function deepCopy(src, des) {
145
+ if (isNotObjectOrIsArray(src) || isNotObjectOrIsArray(des)) {
146
+ throw new Error("Invalid value");
147
+ }
148
+ const stack = [{ src, des }];
149
+ while (stack.length) {
150
+ const { src: src2, des: des2 } = stack.pop();
151
+ Object.keys(src2).forEach((key) => {
152
+ if (key === "__proto__") {
153
+ return;
154
+ }
155
+ if (isObject(src2[key]) && !isObject(des2[key])) {
156
+ des2[key] = Array.isArray(src2[key]) ? [] : create();
157
+ }
158
+ if (isNotObjectOrIsArray(des2[key]) || isNotObjectOrIsArray(src2[key])) {
159
+ des2[key] = src2[key];
160
+ } else {
161
+ stack.push({ src: src2[key], des: des2[key] });
162
+ }
163
+ });
164
+ }
165
+ }
166
+ export {
167
+ assign,
168
+ create,
169
+ createEmitter,
170
+ deepCopy,
171
+ escapeHtml,
172
+ format,
173
+ friendlyJSONstringify,
174
+ generateCodeFrame,
175
+ generateFormatCacheKey,
176
+ getGlobalThis,
177
+ hasOwn,
178
+ inBrowser,
179
+ isArray,
180
+ isBoolean,
181
+ isDate,
182
+ isEmptyObject,
183
+ isFunction,
184
+ isNumber,
185
+ isObject,
186
+ isPlainObject,
187
+ isPromise,
188
+ isRegExp,
189
+ isString,
190
+ join,
191
+ makeSymbol,
192
+ mark,
193
+ measure,
194
+ objectToString,
195
+ toDisplayString,
196
+ toTypeString,
197
+ warn,
198
+ warnOnce
199
+ };