luyoumin-ui 0.0.71 → 0.0.72

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 (34) hide show
  1. package/dist/components/LymBadge.vue.d.ts +1 -1
  2. package/dist/components/LymBubbleContainer.vue.d.ts +1 -1
  3. package/dist/components/LymButton.vue.d.ts +2 -2
  4. package/dist/components/LymCarousel.vue.d.ts +1 -1
  5. package/dist/components/LymCheckBox.vue.d.ts +2 -2
  6. package/dist/components/LymCheckBoxGroup.vue.d.ts +1 -1
  7. package/dist/components/LymColorPicker.vue.d.ts +1 -1
  8. package/dist/components/LymDialog.vue.d.ts +1 -1
  9. package/dist/components/LymDivider.vue.d.ts +1 -1
  10. package/dist/components/LymDrawer.vue.d.ts +1 -1
  11. package/dist/components/LymInput.vue.d.ts +3 -3
  12. package/dist/components/LymLink.vue.d.ts +2 -2
  13. package/dist/components/LymPagination.vue.d.ts +2 -2
  14. package/dist/components/LymProgress.vue.d.ts +1 -1
  15. package/dist/components/LymRate.vue.d.ts +3 -3
  16. package/dist/components/LymSelect.vue.d.ts +2 -2
  17. package/dist/components/LymSlider.vue.d.ts +1 -1
  18. package/dist/components/LymSteps.vue.d.ts +1 -1
  19. package/dist/components/LymSwitch.vue.d.ts +2 -2
  20. package/dist/components/LymTag.vue.d.ts +2 -2
  21. package/dist/components/date/LymTimePicker.vue.d.ts +2 -2
  22. package/dist/components/generic-img/LymGenericImg.vue.d.ts +10 -6
  23. package/dist/components/loading/LymLoading.vue.d.ts +3 -3
  24. package/dist/components/notification/LymNotification.vue.d.ts +2 -2
  25. package/dist/components/table/LymTable.vue.d.ts +1 -1
  26. package/dist/components/table/LymTableColumn.vue.d.ts +3 -3
  27. package/dist/components/tabs/LymTabs.vue.d.ts +2 -2
  28. package/dist/components/tree/LymTree.vue.d.ts +1 -1
  29. package/dist/components/tree/LymTreeSelect.vue.d.ts +2 -2
  30. package/dist/luyoumin-ui.es.js +6 -3
  31. package/dist/luyoumin-ui.umd.js +1 -1
  32. package/dist/style.css +1 -1
  33. package/dist/utils/string_utils.d.ts +1 -1
  34. package/package.json +1 -1
@@ -105,11 +105,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
105
105
  }>> & {
106
106
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
107
107
  }, {
108
+ type: "default" | "primary" | "success" | "info" | "warning" | "danger";
108
109
  value: string | number;
109
110
  max: number;
110
111
  isDot: boolean;
111
112
  hidden: boolean;
112
- type: "default" | "primary" | "success" | "info" | "warning" | "danger";
113
113
  position: "top-left" | "top-right" | "bottom-left" | "bottom-right";
114
114
  showZero: boolean;
115
115
  bgColor: string;
@@ -109,6 +109,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
109
109
  }>> & {
110
110
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
111
111
  }, {
112
+ fontSize: string | number;
112
113
  bgColor: string;
113
114
  modelValue: boolean;
114
115
  positionTarget: HTMLElement;
@@ -117,7 +118,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
117
118
  zIndex: string | number;
118
119
  offsetX: string | number;
119
120
  offsetY: string | number;
120
- fontSize: string | number;
121
121
  color: string;
122
122
  borderColor: string;
123
123
  triangleBgColor: string;
@@ -134,16 +134,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
134
134
  default: string;
135
135
  };
136
136
  }>> & {
137
- onClick?: (() => any) | undefined;
138
137
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
138
+ onClick?: (() => any) | undefined;
139
139
  }, {
140
140
  circle: boolean;
141
141
  type: "default" | "primary" | "success" | "info" | "warning" | "danger";
142
142
  fontSize: string;
143
- round: boolean;
144
143
  fontWeight: string;
145
144
  padding: string;
146
145
  borderRadius: string;
146
+ round: boolean;
147
147
  circlePadding: string;
148
148
  plain: boolean;
149
149
  disabled: boolean;
@@ -160,8 +160,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
160
160
  default: boolean;
161
161
  };
162
162
  }>> & {
163
- onChange?: ((val: any) => any) | undefined;
164
163
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
164
+ onChange?: ((val: any) => any) | undefined;
165
165
  }, {
166
166
  data: any[];
167
167
  type: "" | "card";
@@ -80,15 +80,15 @@ declare const _default: import('vue').DefineComponent<{
80
80
  default: boolean;
81
81
  };
82
82
  }>> & {
83
- onChange?: ((val: boolean) => any) | undefined;
84
83
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
84
+ onChange?: ((val: boolean) => any) | undefined;
85
85
  "onUpdate:disabled"?: ((val: any) => any) | undefined;
86
86
  }, {
87
87
  label: string;
88
+ disabled: boolean;
88
89
  value: string;
89
90
  modelValue: boolean;
90
91
  size: number;
91
- disabled: boolean;
92
92
  labelSpace: string;
93
93
  labelFontSize: string;
94
94
  isCircle: boolean;
@@ -54,8 +54,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
54
54
  default: boolean;
55
55
  };
56
56
  }>> & {
57
- onChange?: ((val: any) => any) | undefined;
58
57
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
58
+ onChange?: ((val: any) => any) | undefined;
59
59
  }, {
60
60
  max: number;
61
61
  modelValue: any[];
@@ -63,8 +63,8 @@ declare const _default: import('vue').DefineComponent<{
63
63
  }>> & {
64
64
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
65
65
  }, {
66
- modelValue: string;
67
66
  disabled: boolean;
67
+ modelValue: string;
68
68
  showAlpha: boolean;
69
69
  predefine: string[];
70
70
  }, {}>;
@@ -113,11 +113,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
113
113
  onClose?: (() => any) | undefined;
114
114
  }, {
115
115
  title: string;
116
+ padding: string;
116
117
  modelValue: boolean;
117
118
  top: string;
118
119
  zIndex: number;
119
120
  width: string;
120
- padding: string;
121
121
  isTitleCenter: boolean;
122
122
  isFooterCenter: boolean;
123
123
  canCloseByClickCover: boolean;
@@ -75,8 +75,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
75
75
  default: string;
76
76
  };
77
77
  }>>, {
78
- direction: "horizontal" | "vertical";
79
78
  fontSize: string;
79
+ direction: "horizontal" | "vertical";
80
80
  contentPosition: "left" | "right" | "center";
81
81
  lineColor: string;
82
82
  lineStyle: "solid" | "dashed" | "dotted";
@@ -109,11 +109,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
109
109
  onBeforeClose?: ((val: any) => any) | undefined;
110
110
  }, {
111
111
  title: string;
112
+ padding: string;
112
113
  modelValue: boolean;
113
114
  direction: "ltr" | "rtl" | "ttb" | "btt";
114
115
  zIndex: number;
115
116
  size: string;
116
- padding: string;
117
117
  isTitleCenter: boolean;
118
118
  isFooterCenter: boolean;
119
119
  canCloseByClickCover: boolean;
@@ -157,15 +157,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
157
157
  default: number;
158
158
  };
159
159
  }>> & {
160
- onBlur?: (() => any) | undefined;
161
160
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
161
+ onBlur?: (() => any) | undefined;
162
162
  onFocuse?: (() => any) | undefined;
163
163
  }, {
164
- max: number;
165
164
  type: string;
165
+ disabled: boolean;
166
+ max: number;
166
167
  modelValue: string;
167
168
  width: string | number;
168
- disabled: boolean;
169
169
  min: number;
170
170
  placeholder: string;
171
171
  maxlength: string;
@@ -88,11 +88,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
88
88
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
89
89
  }, {
90
90
  type: "default" | "primary" | "success" | "info" | "warning" | "danger";
91
- href: string;
92
- target: "_self" | "_blank" | "_parent" | "_top" | "_mywindow";
93
91
  disabled: boolean;
94
92
  iconSize: string | number;
95
93
  iconSpace: string;
94
+ target: "_self" | "_blank" | "_parent" | "_top" | "_mywindow";
95
+ href: string;
96
96
  hasUnderline: boolean;
97
97
  customColors: Record<string, any>;
98
98
  leftIcon: string;
@@ -160,17 +160,17 @@ declare const _default: import('vue').DefineComponent<{
160
160
  default: string;
161
161
  };
162
162
  }>> & {
163
- onChange?: (() => any) | undefined;
164
163
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
164
+ onChange?: (() => any) | undefined;
165
165
  onSizeChange?: ((val: any) => any) | undefined;
166
166
  onCurrentChange?: ((val: any) => any) | undefined;
167
167
  onPrevClick?: ((val: any) => any) | undefined;
168
168
  onNextClick?: ((val: any) => any) | undefined;
169
169
  }, {
170
- modelValue: Record<string, any>;
171
170
  fontSize: string | number;
172
171
  disabled: boolean;
173
172
  iconSize: string | number;
173
+ modelValue: Record<string, any>;
174
174
  background: boolean;
175
175
  maxPageCount: number;
176
176
  pageSizeList: any[];
@@ -124,8 +124,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
124
124
  };
125
125
  }>>, {
126
126
  type: "circle" | "line" | "dashboard";
127
- bgColor: string;
128
127
  fontSize: number;
128
+ bgColor: string;
129
129
  color: string;
130
130
  transitionDuration: number;
131
131
  indeterminate: boolean;
@@ -118,14 +118,14 @@ declare const _default: import('vue').DefineComponent<{
118
118
  default: string;
119
119
  };
120
120
  }>> & {
121
- onChange?: (() => any) | undefined;
122
121
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
122
+ onChange?: (() => any) | undefined;
123
123
  }, {
124
+ disabled: boolean;
125
+ icon: string;
124
126
  max: number;
125
127
  modelValue: number;
126
128
  size: number;
127
- disabled: boolean;
128
- icon: string;
129
129
  allowHalf: boolean;
130
130
  thresholds: any[];
131
131
  defalutColor: string;
@@ -254,11 +254,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
254
254
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
255
255
  onSelectCompleted?: (() => any) | undefined;
256
256
  }, {
257
- modelValue: string | any[];
258
257
  fontSize: string | number;
259
- width: string | number;
260
258
  padding: string;
261
259
  disabled: boolean;
260
+ modelValue: string | any[];
261
+ width: string | number;
262
262
  multiple: boolean;
263
263
  clearable: boolean;
264
264
  options: any[];
@@ -207,12 +207,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
207
207
  }>> & {
208
208
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
209
209
  }, {
210
+ disabled: boolean;
210
211
  max: number;
211
212
  modelValue: number;
212
213
  width: string;
213
214
  height: string;
214
215
  size: "" | "default" | "small" | "large";
215
- disabled: boolean;
216
216
  vertical: boolean;
217
217
  min: number;
218
218
  step: number;
@@ -146,8 +146,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
146
146
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
147
147
  }, {
148
148
  data: any[];
149
- modelValue: string | number;
150
149
  fontSize: string | number;
150
+ modelValue: string | number;
151
151
  color: string;
152
152
  center: boolean;
153
153
  valueKey: string;
@@ -109,11 +109,11 @@ declare const _default: import('vue').DefineComponent<{
109
109
  }>> & {
110
110
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
111
111
  }, {
112
+ disabled: boolean;
113
+ loading: boolean;
112
114
  modelValue: string | number | boolean;
113
115
  width: string | number;
114
116
  height: string | number;
115
- disabled: boolean;
116
- loading: boolean;
117
117
  activeColor: string;
118
118
  activeValue: string | number | boolean;
119
119
  inactiveValue: string | number | boolean;
@@ -66,10 +66,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
66
66
  onClose?: (() => any) | undefined;
67
67
  }, {
68
68
  type: "primary" | "success" | "info" | "warning" | "danger";
69
- modelValue: boolean;
70
69
  fontSize: string | number;
71
- round: boolean;
72
70
  padding: string;
71
+ round: boolean;
72
+ modelValue: boolean;
73
73
  effect: "plain" | "light" | "dark";
74
74
  closable: boolean;
75
75
  }, {}>, {
@@ -168,15 +168,15 @@ declare const _default: import('vue').DefineComponent<{
168
168
  default: null;
169
169
  };
170
170
  }>> & {
171
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
171
172
  onFocus?: ((val: any) => any) | undefined;
172
173
  onBlur?: ((val: any) => any) | undefined;
173
174
  onChange?: ((val: any) => any) | undefined;
174
- "onUpdate:modelValue"?: ((val: any) => any) | undefined;
175
175
  onClear?: ((val: any) => any) | undefined;
176
176
  "onVisible-change"?: ((val: any) => any) | undefined;
177
177
  }, {
178
- modelValue: boolean;
179
178
  disabled: boolean;
179
+ modelValue: boolean;
180
180
  placeholder: string;
181
181
  format: string;
182
182
  clearable: boolean;
@@ -10,11 +10,11 @@ declare const _default: import('vue').DefineComponent<{
10
10
  default: string;
11
11
  };
12
12
  size: {
13
- type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
13
+ type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
14
14
  default: string;
15
15
  };
16
16
  hoverSize: {
17
- type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
17
+ type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
18
18
  default: string;
19
19
  };
20
20
  fillColor: {
@@ -53,7 +53,9 @@ declare const _default: import('vue').DefineComponent<{
53
53
  type: BooleanConstructor;
54
54
  default: boolean;
55
55
  };
56
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
56
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
57
+ error: () => void;
58
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
57
59
  src: {
58
60
  type: StringConstructor;
59
61
  default: string;
@@ -63,11 +65,11 @@ declare const _default: import('vue').DefineComponent<{
63
65
  default: string;
64
66
  };
65
67
  size: {
66
- type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
68
+ type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
67
69
  default: string;
68
70
  };
69
71
  hoverSize: {
70
- type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
72
+ type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
71
73
  default: string;
72
74
  };
73
75
  fillColor: {
@@ -106,7 +108,9 @@ declare const _default: import('vue').DefineComponent<{
106
108
  type: BooleanConstructor;
107
109
  default: boolean;
108
110
  };
109
- }>>, {
111
+ }>> & {
112
+ onError?: (() => any) | undefined;
113
+ }, {
110
114
  type: "img" | "svgicon";
111
115
  src: string;
112
116
  size: string | number | unknown[];
@@ -106,11 +106,11 @@ declare const _default: import('vue').DefineComponent<{
106
106
  };
107
107
  }>>, {
108
108
  text: string;
109
- bgColor: string;
110
- zIndex: number;
111
- target: HTMLElement;
112
109
  icon: string;
113
110
  iconSize: number;
111
+ target: HTMLElement;
112
+ bgColor: string;
113
+ zIndex: number;
114
114
  iconColor: string;
115
115
  textAlign: "horizontal-center" | "vertical-center";
116
116
  textColor: string;
@@ -88,10 +88,10 @@ declare const _default: import('vue').DefineComponent<{
88
88
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
89
89
  }, {
90
90
  type: "default" | "success" | "warning" | "danger";
91
- top: number;
92
91
  fontSize: number;
93
- maxWidth: number;
94
92
  padding: string;
93
+ top: number;
94
+ maxWidth: number;
95
95
  maxHeight: number;
96
96
  content: string;
97
97
  openDuration: number;
@@ -335,8 +335,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
335
335
  default: boolean;
336
336
  };
337
337
  }>> & {
338
- onSelect?: ((val: any) => any) | undefined;
339
338
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
339
+ onSelect?: ((val: any) => any) | undefined;
340
340
  onCurrentChange?: ((val: any) => any) | undefined;
341
341
  onSelectAll?: ((val: any) => any) | undefined;
342
342
  onSelectionChange?: ((val: any) => any) | undefined;
@@ -47,7 +47,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
47
47
  default: null;
48
48
  };
49
49
  sortBy: {
50
- type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
50
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
51
51
  default: null;
52
52
  };
53
53
  sortOrders: {
@@ -160,7 +160,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
160
160
  default: null;
161
161
  };
162
162
  sortBy: {
163
- type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
163
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
164
164
  default: null;
165
165
  };
166
166
  sortOrders: {
@@ -227,8 +227,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
227
227
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
228
228
  }, {
229
229
  label: string;
230
- fixed: string | boolean;
231
230
  type: "default" | "index" | "selection" | "expand";
231
+ fixed: string | boolean;
232
232
  width: string | number;
233
233
  index: number | Function;
234
234
  align: "left" | "right" | "center";
@@ -158,10 +158,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
158
158
  onTabAdd?: (() => any) | undefined;
159
159
  }, {
160
160
  type: "" | "card" | "border-card";
161
- modelValue: string | number;
162
161
  fontSize: string | number;
163
- color: string;
164
162
  fontWeight: string;
163
+ modelValue: string | number;
164
+ color: string;
165
165
  activeColor: string;
166
166
  closable: boolean;
167
167
  editable: boolean;
@@ -144,8 +144,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
144
144
  default: boolean;
145
145
  };
146
146
  }>> & {
147
- onChange?: ((val: any) => any) | undefined;
148
147
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
148
+ onChange?: ((val: any) => any) | undefined;
149
149
  }, {
150
150
  fontSize: number;
151
151
  singleCheck: boolean;
@@ -219,11 +219,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
219
219
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
220
220
  onSelectCompleted?: (() => any) | undefined;
221
221
  }, {
222
- modelValue: string | number | any[];
223
222
  fontSize: string | number;
224
- width: string | number;
225
223
  padding: string;
226
224
  disabled: boolean;
225
+ modelValue: string | number | any[];
226
+ width: string | number;
227
227
  multiple: boolean;
228
228
  clearable: boolean;
229
229
  options: any[];
@@ -1805,7 +1805,7 @@ const __vite_glob_0_34 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
1805
1805
  __proto__: null,
1806
1806
  default: LymSvgIcons
1807
1807
  }, Symbol.toStringTag, { value: "Module" }));
1808
- const _withScopeId$5 = (n) => (pushScopeId("data-v-505039f6"), n = n(), popScopeId(), n);
1808
+ const _withScopeId$5 = (n) => (pushScopeId("data-v-21993e67"), n = n(), popScopeId(), n);
1809
1809
  const _hoisted_1$u = ["src"];
1810
1810
  const _hoisted_2$c = ["fill"];
1811
1811
  const _hoisted_3$c = ["href"];
@@ -1939,8 +1939,10 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
1939
1939
  default: false
1940
1940
  }
1941
1941
  },
1942
- setup(__props) {
1942
+ emits: ["error"],
1943
+ setup(__props, { emit: __emit }) {
1943
1944
  const props = __props;
1945
+ const emit = __emit;
1944
1946
  const isLoadFailed = ref(false);
1945
1947
  const isLoading = ref(false);
1946
1948
  const hideLoading2 = ref(true);
@@ -2016,6 +2018,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
2016
2018
  hideLoading2.value = true;
2017
2019
  setTimeout(() => {
2018
2020
  isLoading.value = false;
2021
+ emit("error");
2019
2022
  }, 300);
2020
2023
  }
2021
2024
  function handleLoadedImg() {
@@ -2200,7 +2203,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
2200
2203
  };
2201
2204
  }
2202
2205
  });
2203
- const LymGenericImg = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-505039f6"]]);
2206
+ const LymGenericImg = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-21993e67"]]);
2204
2207
  const __vite_glob_0_33 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2205
2208
  __proto__: null,
2206
2209
  default: LymGenericImg