@linker-design-plus/tiny-peony 1.2.35 → 1.2.37

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/dist/index.d.ts CHANGED
@@ -15,6 +15,10 @@ declare const TinyPeony: {
15
15
  type: NumberConstructor;
16
16
  default: number;
17
17
  };
18
+ highlight: {
19
+ type: BooleanConstructor;
20
+ default: undefined;
21
+ };
18
22
  listenAnchorId: {
19
23
  type: NumberConstructor;
20
24
  default: number;
@@ -107,6 +111,7 @@ declare const TinyPeony: {
107
111
  anchorListenStop: (value: import("./typings/index").IAnchor) => true;
108
112
  anchorRemove: (value: import("./typings/index").IAnchor) => true;
109
113
  }, import("vue").PublicProps, {
114
+ highlight: boolean;
110
115
  class: string | unknown[];
111
116
  disabled: boolean;
112
117
  placeholder: string;
@@ -139,6 +144,10 @@ declare const TinyPeony: {
139
144
  type: NumberConstructor;
140
145
  default: number;
141
146
  };
147
+ highlight: {
148
+ type: BooleanConstructor;
149
+ default: undefined;
150
+ };
142
151
  listenAnchorId: {
143
152
  type: NumberConstructor;
144
153
  default: number;
@@ -225,6 +234,7 @@ declare const TinyPeony: {
225
234
  renderHighlight(matchingContent: string): void;
226
235
  unrenderHighlight(): void;
227
236
  }, {
237
+ highlight: boolean;
228
238
  class: string | unknown[];
229
239
  disabled: boolean;
230
240
  placeholder: string;
@@ -254,6 +264,10 @@ declare const TinyPeony: {
254
264
  type: NumberConstructor;
255
265
  default: number;
256
266
  };
267
+ highlight: {
268
+ type: BooleanConstructor;
269
+ default: undefined;
270
+ };
257
271
  listenAnchorId: {
258
272
  type: NumberConstructor;
259
273
  default: number;
@@ -346,6 +360,7 @@ declare const TinyPeony: {
346
360
  anchorListenStop: (value: import("./typings/index").IAnchor) => true;
347
361
  anchorRemove: (value: import("./typings/index").IAnchor) => true;
348
362
  }, string, {
363
+ highlight: boolean;
349
364
  class: string | unknown[];
350
365
  disabled: boolean;
351
366
  placeholder: string;