@opendesign-plus-test/components 0.0.1-rc.154 → 0.0.1-rc.156
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/chunk-OElCookieNotice.cjs.js +1 -1
- package/dist/chunk-OElCookieNotice.es.js +52 -40
- package/dist/components/activity/OActivityApproval.vue.d.ts +169 -19
- package/dist/components/activity/OActivityForm.vue.d.ts +169 -19
- package/dist/components/activity/OActivityMyCalendar.vue.d.ts +18 -10
- package/dist/components/activity/index.d.ts +356 -52
- package/dist/components/banner/index.d.ts +6 -6
- package/dist/components/events/index.d.ts +20 -20
- package/dist/components/footer/index.d.ts +3 -3
- package/dist/components/header/OHeaderMobile.vue.d.ts +8 -8
- package/dist/components/header/components/HeaderNavMobile.vue.d.ts +1 -1
- package/dist/components/header/index.d.ts +28 -28
- package/dist/components/header-language-switcher/OHeaderLanguageSwitcher.vue.d.ts +1 -1
- package/dist/components/header-language-switcher/index.d.ts +3 -3
- package/dist/components/header-search/OHeaderSearch.vue.d.ts +43 -35
- package/dist/components/header-search/index.d.ts +37 -33
- package/dist/components/logo-swiper/index.d.ts +11 -11
- package/dist/components/markdown/MarkdownCode.vue.d.ts +25 -0
- package/dist/components/markdown/MarkdownImage.vue.d.ts +21 -0
- package/dist/components/markdown/MarkdownPageTitle.vue.d.ts +28 -0
- package/dist/components/markdown/MarkdownTable.vue.d.ts +21 -0
- package/dist/components/markdown/MarkdownTitle.vue.d.ts +33 -0
- package/dist/components/markdown/components/TableData.vue.d.ts +9 -0
- package/dist/components/markdown/components/TableExpand.vue.d.ts +12 -0
- package/dist/components/markdown/index.d.ts +163 -0
- package/dist/components/meeting/OMeetingForm.vue.d.ts +169 -19
- package/dist/components/meeting/OMeetingMyCalendar.vue.d.ts +18 -10
- package/dist/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
- package/dist/components/meeting/components/OMeetingSigAside.vue.d.ts +9 -5
- package/dist/components/meeting/composables/useMeetingConfig.d.ts +1 -1
- package/dist/components/meeting/index.d.ts +212 -58
- package/dist/components/search/OSearchInput.vue.d.ts +43 -35
- package/dist/components/search/index.d.ts +35 -31
- package/dist/components/search/internal/SearchImageInput.vue.d.ts +37 -29
- package/dist/components/sig/OSigList.vue.d.ts +0 -2
- package/dist/components/video/index.d.ts +3 -3
- package/dist/components.cjs.js +40 -40
- package/dist/components.css +1 -1
- package/dist/components.es.js +13714 -13111
- package/dist/index.d.ts +1 -0
- package/dist/treeshaking/_virtual/icon-copy2.mjs +20 -0
- package/dist/treeshaking/_virtual/icon-expand.mjs +21 -0
- package/dist/treeshaking/_virtual/icon-link.mjs +31 -0
- package/dist/treeshaking/_virtual/icon-more.mjs +19 -0
- package/dist/treeshaking/_virtual/icon-unexpand.mjs +22 -0
- package/dist/treeshaking/assets/markdown/md-title-bg.png.mjs +4 -0
- package/dist/treeshaking/assets/svg-icons/icon-zoom.svg.mjs +4 -0
- package/dist/treeshaking/components/activity/OActivityApproval.css +8 -8
- package/dist/treeshaking/components/activity/OActivityApproval.vue.d.ts +169 -19
- package/dist/treeshaking/components/activity/OActivityForm.vue.d.ts +169 -19
- package/dist/treeshaking/components/activity/OActivityMyCalendar.vue.d.ts +18 -10
- package/dist/treeshaking/components/activity/index.d.ts +356 -52
- package/dist/treeshaking/components/banner/index.d.ts +6 -6
- package/dist/treeshaking/components/events/index.d.ts +20 -20
- package/dist/treeshaking/components/footer/index.d.ts +3 -3
- package/dist/treeshaking/components/header/OHeaderMobile.vue.d.ts +8 -8
- package/dist/treeshaking/components/header/components/HeaderFlatten.css +55 -60
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.d.ts +1 -1
- package/dist/treeshaking/components/header/index.d.ts +28 -28
- package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.vue.d.ts +1 -1
- package/dist/treeshaking/components/header-language-switcher/index.d.ts +3 -3
- package/dist/treeshaking/components/header-search/OHeaderSearch.vue.d.ts +43 -35
- package/dist/treeshaking/components/header-search/index.d.ts +37 -33
- package/dist/treeshaking/components/logo-swiper/index.d.ts +11 -11
- package/dist/treeshaking/components/markdown/MarkdownCode.css +116 -0
- package/dist/treeshaking/components/markdown/MarkdownCode.vue.d.ts +25 -0
- package/dist/treeshaking/components/markdown/MarkdownCode.vue.mjs +7 -0
- package/dist/treeshaking/components/markdown/MarkdownCode.vue2.mjs +121 -0
- package/dist/treeshaking/components/markdown/MarkdownImage.css +39 -0
- package/dist/treeshaking/components/markdown/MarkdownImage.vue.d.ts +21 -0
- package/dist/treeshaking/components/markdown/MarkdownImage.vue.mjs +7 -0
- package/dist/treeshaking/components/markdown/MarkdownImage.vue2.mjs +64 -0
- package/dist/treeshaking/components/markdown/MarkdownPageTitle.css +230 -0
- package/dist/treeshaking/components/markdown/MarkdownPageTitle.vue.d.ts +28 -0
- package/dist/treeshaking/components/markdown/MarkdownPageTitle.vue.mjs +7 -0
- package/dist/treeshaking/components/markdown/MarkdownPageTitle.vue2.mjs +127 -0
- package/dist/treeshaking/components/markdown/MarkdownTable.css +64 -0
- package/dist/treeshaking/components/markdown/MarkdownTable.vue.d.ts +21 -0
- package/dist/treeshaking/components/markdown/MarkdownTable.vue.mjs +7 -0
- package/dist/treeshaking/components/markdown/MarkdownTable.vue2.mjs +69 -0
- package/dist/treeshaking/components/markdown/MarkdownTitle.css +76 -0
- package/dist/treeshaking/components/markdown/MarkdownTitle.vue.d.ts +33 -0
- package/dist/treeshaking/components/markdown/MarkdownTitle.vue.mjs +7 -0
- package/dist/treeshaking/components/markdown/MarkdownTitle.vue2.mjs +66 -0
- package/dist/treeshaking/components/markdown/components/TableData.css +94 -0
- package/dist/treeshaking/components/markdown/components/TableData.vue.d.ts +9 -0
- package/dist/treeshaking/components/markdown/components/TableData.vue.mjs +7 -0
- package/dist/treeshaking/components/markdown/components/TableData.vue2.mjs +112 -0
- package/dist/treeshaking/components/markdown/components/TableExpand.css +66 -0
- package/dist/treeshaking/components/markdown/components/TableExpand.vue.d.ts +12 -0
- package/dist/treeshaking/components/markdown/components/TableExpand.vue.mjs +7 -0
- package/dist/treeshaking/components/markdown/components/TableExpand.vue2.mjs +89 -0
- package/dist/treeshaking/components/markdown/index.d.ts +163 -0
- package/dist/treeshaking/components/markdown/index.mjs +37 -0
- package/dist/treeshaking/components/meeting/OMeetingForm.vue.d.ts +169 -19
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.vue.d.ts +18 -10
- package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
- package/dist/treeshaking/components/meeting/components/OMeetingSigAside.vue.d.ts +9 -5
- package/dist/treeshaking/components/meeting/composables/useMeetingConfig.d.ts +1 -1
- package/dist/treeshaking/components/meeting/index.d.ts +212 -58
- package/dist/treeshaking/components/search/OSearchInput.vue.d.ts +43 -35
- package/dist/treeshaking/components/search/index.d.ts +35 -31
- package/dist/treeshaking/components/search/internal/SearchImageInput.vue.d.ts +37 -29
- package/dist/treeshaking/components/sig/OSigDetail.css +1 -1
- package/dist/treeshaking/components/sig/OSigList.css +130 -152
- package/dist/treeshaking/components/sig/OSigList.vue.d.ts +0 -2
- package/dist/treeshaking/components/sig/OSigList.vue.mjs +99 -107
- package/dist/treeshaking/components/sig/components/OSigItem.css +366 -30
- package/dist/treeshaking/components/video/OVideoDetail.css +7 -7
- package/dist/treeshaking/components/video/index.d.ts +3 -3
- package/dist/treeshaking/i18n/en.mjs +7 -1
- package/dist/treeshaking/i18n/zh.mjs +7 -1
- package/dist/treeshaking/index.d.ts +1 -0
- package/dist/treeshaking/index.mjs +6 -0
- package/dist/treeshaking/shared/theme.mjs +15 -3
- package/package.json +3 -3
|
@@ -128,9 +128,9 @@ declare function __VLS_template(): {
|
|
|
128
128
|
$props: Partial<{
|
|
129
129
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
130
130
|
type: "text" | "password";
|
|
131
|
-
disabled: boolean;
|
|
131
|
+
disabled: boolean | undefined;
|
|
132
132
|
variant: "solid" | "outline" | "text";
|
|
133
|
-
clearable: boolean;
|
|
133
|
+
clearable: boolean | undefined;
|
|
134
134
|
readonly: boolean;
|
|
135
135
|
noKeyboard: boolean;
|
|
136
136
|
showLength: "auto" | "always" | "never";
|
|
@@ -143,10 +143,8 @@ declare function __VLS_template(): {
|
|
|
143
143
|
readonly type: "text" | "password";
|
|
144
144
|
readonly color: "danger" | "warning" | "success" | "primary" | "normal";
|
|
145
145
|
readonly variant: "solid" | "outline" | "text";
|
|
146
|
-
readonly disabled: boolean;
|
|
147
146
|
readonly readonly: boolean;
|
|
148
147
|
readonly noKeyboard: boolean;
|
|
149
|
-
readonly clearable: boolean;
|
|
150
148
|
readonly showLength: "auto" | "always" | "never";
|
|
151
149
|
readonly inputOnOutlimit: boolean;
|
|
152
150
|
readonly showPasswordEvent: "click" | "pointerdown";
|
|
@@ -155,6 +153,8 @@ declare function __VLS_template(): {
|
|
|
155
153
|
readonly onlyNumericInput: boolean;
|
|
156
154
|
readonly size?: "small" | "large" | "medium" | undefined;
|
|
157
155
|
readonly round?: import('@opensig/opendesign').RoundT | undefined;
|
|
156
|
+
readonly disabled?: boolean | undefined;
|
|
157
|
+
readonly clearable?: boolean | undefined;
|
|
158
158
|
readonly modelValue?: string | number | undefined;
|
|
159
159
|
readonly defaultValue?: string | number | undefined;
|
|
160
160
|
readonly placeholder?: string | undefined;
|
|
@@ -172,7 +172,7 @@ declare function __VLS_template(): {
|
|
|
172
172
|
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
173
173
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
174
174
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
175
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "
|
|
175
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "clearable" | "readonly" | "noKeyboard" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
|
|
176
176
|
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
177
177
|
$refs: {
|
|
178
178
|
[x: string]: unknown;
|
|
@@ -217,7 +217,8 @@ declare function __VLS_template(): {
|
|
|
217
217
|
type: StringConstructor;
|
|
218
218
|
};
|
|
219
219
|
disabled: {
|
|
220
|
-
type:
|
|
220
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
221
|
+
default: undefined;
|
|
221
222
|
};
|
|
222
223
|
readonly: {
|
|
223
224
|
type: BooleanConstructor;
|
|
@@ -226,7 +227,8 @@ declare function __VLS_template(): {
|
|
|
226
227
|
type: BooleanConstructor;
|
|
227
228
|
};
|
|
228
229
|
clearable: {
|
|
229
|
-
type:
|
|
230
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
231
|
+
default: undefined;
|
|
230
232
|
};
|
|
231
233
|
minLength: {
|
|
232
234
|
type: NumberConstructor;
|
|
@@ -293,9 +295,9 @@ declare function __VLS_template(): {
|
|
|
293
295
|
}, string, {
|
|
294
296
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
295
297
|
type: "text" | "password";
|
|
296
|
-
disabled: boolean;
|
|
298
|
+
disabled: boolean | undefined;
|
|
297
299
|
variant: "solid" | "outline" | "text";
|
|
298
|
-
clearable: boolean;
|
|
300
|
+
clearable: boolean | undefined;
|
|
299
301
|
readonly: boolean;
|
|
300
302
|
noKeyboard: boolean;
|
|
301
303
|
showLength: "auto" | "always" | "never";
|
|
@@ -327,9 +329,9 @@ declare function __VLS_template(): {
|
|
|
327
329
|
} & Readonly<{
|
|
328
330
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
329
331
|
type: "text" | "password";
|
|
330
|
-
disabled: boolean;
|
|
332
|
+
disabled: boolean | undefined;
|
|
331
333
|
variant: "solid" | "outline" | "text";
|
|
332
|
-
clearable: boolean;
|
|
334
|
+
clearable: boolean | undefined;
|
|
333
335
|
readonly: boolean;
|
|
334
336
|
noKeyboard: boolean;
|
|
335
337
|
showLength: "auto" | "always" | "never";
|
|
@@ -370,7 +372,8 @@ declare function __VLS_template(): {
|
|
|
370
372
|
type: StringConstructor;
|
|
371
373
|
};
|
|
372
374
|
disabled: {
|
|
373
|
-
type:
|
|
375
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
376
|
+
default: undefined;
|
|
374
377
|
};
|
|
375
378
|
readonly: {
|
|
376
379
|
type: BooleanConstructor;
|
|
@@ -379,7 +382,8 @@ declare function __VLS_template(): {
|
|
|
379
382
|
type: BooleanConstructor;
|
|
380
383
|
};
|
|
381
384
|
clearable: {
|
|
382
|
-
type:
|
|
385
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
386
|
+
default: undefined;
|
|
383
387
|
};
|
|
384
388
|
minLength: {
|
|
385
389
|
type: NumberConstructor;
|
|
@@ -429,7 +433,7 @@ declare function __VLS_template(): {
|
|
|
429
433
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
430
434
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
431
435
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
432
|
-
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "
|
|
436
|
+
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "clearable" | "readonly" | "noKeyboard" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
433
437
|
focus: () => void | undefined;
|
|
434
438
|
blur: () => void | undefined;
|
|
435
439
|
clear: () => void | undefined;
|
|
@@ -479,8 +483,8 @@ declare function __VLS_template(): {
|
|
|
479
483
|
}, string, {
|
|
480
484
|
size: "small" | "medium" | "large";
|
|
481
485
|
disabled: boolean;
|
|
482
|
-
modelValue: string;
|
|
483
486
|
clearable: boolean;
|
|
487
|
+
modelValue: string;
|
|
484
488
|
preview: boolean;
|
|
485
489
|
expanded: boolean;
|
|
486
490
|
imageUrl: string;
|
|
@@ -512,8 +516,8 @@ declare function __VLS_template(): {
|
|
|
512
516
|
} & Readonly<{
|
|
513
517
|
size: "small" | "medium" | "large";
|
|
514
518
|
disabled: boolean;
|
|
515
|
-
modelValue: string;
|
|
516
519
|
clearable: boolean;
|
|
520
|
+
modelValue: string;
|
|
517
521
|
preview: boolean;
|
|
518
522
|
expanded: boolean;
|
|
519
523
|
imageUrl: string;
|
|
@@ -524,7 +528,7 @@ declare function __VLS_template(): {
|
|
|
524
528
|
allowedImageTypes: string[];
|
|
525
529
|
}> & Omit<Readonly<import('../search/internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
526
530
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
527
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "
|
|
531
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "clearable" | "modelValue" | "preview" | "expanded" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
528
532
|
focus: () => void | undefined;
|
|
529
533
|
blur: () => void | undefined;
|
|
530
534
|
awaitUpload: () => Promise<void>;
|
|
@@ -560,8 +564,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
560
564
|
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<OHeaderSearchPropsT> & Readonly<{
|
|
561
565
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
562
566
|
}>, {
|
|
563
|
-
modelValue: string;
|
|
564
567
|
clearable: boolean;
|
|
568
|
+
modelValue: string;
|
|
565
569
|
debounce: number;
|
|
566
570
|
simple: boolean;
|
|
567
571
|
imageUrl: string;
|
|
@@ -614,9 +618,9 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
614
618
|
$props: Partial<{
|
|
615
619
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
616
620
|
type: "text" | "password";
|
|
617
|
-
disabled: boolean;
|
|
621
|
+
disabled: boolean | undefined;
|
|
618
622
|
variant: "solid" | "outline" | "text";
|
|
619
|
-
clearable: boolean;
|
|
623
|
+
clearable: boolean | undefined;
|
|
620
624
|
readonly: boolean;
|
|
621
625
|
noKeyboard: boolean;
|
|
622
626
|
showLength: "auto" | "always" | "never";
|
|
@@ -629,10 +633,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
629
633
|
readonly type: "text" | "password";
|
|
630
634
|
readonly color: "danger" | "warning" | "success" | "primary" | "normal";
|
|
631
635
|
readonly variant: "solid" | "outline" | "text";
|
|
632
|
-
readonly disabled: boolean;
|
|
633
636
|
readonly readonly: boolean;
|
|
634
637
|
readonly noKeyboard: boolean;
|
|
635
|
-
readonly clearable: boolean;
|
|
636
638
|
readonly showLength: "auto" | "always" | "never";
|
|
637
639
|
readonly inputOnOutlimit: boolean;
|
|
638
640
|
readonly showPasswordEvent: "click" | "pointerdown";
|
|
@@ -641,6 +643,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
641
643
|
readonly onlyNumericInput: boolean;
|
|
642
644
|
readonly size?: "small" | "large" | "medium" | undefined;
|
|
643
645
|
readonly round?: import('@opensig/opendesign').RoundT | undefined;
|
|
646
|
+
readonly disabled?: boolean | undefined;
|
|
647
|
+
readonly clearable?: boolean | undefined;
|
|
644
648
|
readonly modelValue?: string | number | undefined;
|
|
645
649
|
readonly defaultValue?: string | number | undefined;
|
|
646
650
|
readonly placeholder?: string | undefined;
|
|
@@ -658,7 +662,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
658
662
|
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
659
663
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
660
664
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
661
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "
|
|
665
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "clearable" | "readonly" | "noKeyboard" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
|
|
662
666
|
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
663
667
|
$refs: {
|
|
664
668
|
[x: string]: unknown;
|
|
@@ -703,7 +707,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
703
707
|
type: StringConstructor;
|
|
704
708
|
};
|
|
705
709
|
disabled: {
|
|
706
|
-
type:
|
|
710
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
711
|
+
default: undefined;
|
|
707
712
|
};
|
|
708
713
|
readonly: {
|
|
709
714
|
type: BooleanConstructor;
|
|
@@ -712,7 +717,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
712
717
|
type: BooleanConstructor;
|
|
713
718
|
};
|
|
714
719
|
clearable: {
|
|
715
|
-
type:
|
|
720
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
721
|
+
default: undefined;
|
|
716
722
|
};
|
|
717
723
|
minLength: {
|
|
718
724
|
type: NumberConstructor;
|
|
@@ -779,9 +785,9 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
779
785
|
}, string, {
|
|
780
786
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
781
787
|
type: "text" | "password";
|
|
782
|
-
disabled: boolean;
|
|
788
|
+
disabled: boolean | undefined;
|
|
783
789
|
variant: "solid" | "outline" | "text";
|
|
784
|
-
clearable: boolean;
|
|
790
|
+
clearable: boolean | undefined;
|
|
785
791
|
readonly: boolean;
|
|
786
792
|
noKeyboard: boolean;
|
|
787
793
|
showLength: "auto" | "always" | "never";
|
|
@@ -813,9 +819,9 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
813
819
|
} & Readonly<{
|
|
814
820
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
815
821
|
type: "text" | "password";
|
|
816
|
-
disabled: boolean;
|
|
822
|
+
disabled: boolean | undefined;
|
|
817
823
|
variant: "solid" | "outline" | "text";
|
|
818
|
-
clearable: boolean;
|
|
824
|
+
clearable: boolean | undefined;
|
|
819
825
|
readonly: boolean;
|
|
820
826
|
noKeyboard: boolean;
|
|
821
827
|
showLength: "auto" | "always" | "never";
|
|
@@ -856,7 +862,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
856
862
|
type: StringConstructor;
|
|
857
863
|
};
|
|
858
864
|
disabled: {
|
|
859
|
-
type:
|
|
865
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
866
|
+
default: undefined;
|
|
860
867
|
};
|
|
861
868
|
readonly: {
|
|
862
869
|
type: BooleanConstructor;
|
|
@@ -865,7 +872,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
865
872
|
type: BooleanConstructor;
|
|
866
873
|
};
|
|
867
874
|
clearable: {
|
|
868
|
-
type:
|
|
875
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
876
|
+
default: undefined;
|
|
869
877
|
};
|
|
870
878
|
minLength: {
|
|
871
879
|
type: NumberConstructor;
|
|
@@ -915,7 +923,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
915
923
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
916
924
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
917
925
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
918
|
-
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "
|
|
926
|
+
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "clearable" | "readonly" | "noKeyboard" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
919
927
|
focus: () => void | undefined;
|
|
920
928
|
blur: () => void | undefined;
|
|
921
929
|
clear: () => void | undefined;
|
|
@@ -965,8 +973,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
965
973
|
}, string, {
|
|
966
974
|
size: "small" | "medium" | "large";
|
|
967
975
|
disabled: boolean;
|
|
968
|
-
modelValue: string;
|
|
969
976
|
clearable: boolean;
|
|
977
|
+
modelValue: string;
|
|
970
978
|
preview: boolean;
|
|
971
979
|
expanded: boolean;
|
|
972
980
|
imageUrl: string;
|
|
@@ -998,8 +1006,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
998
1006
|
} & Readonly<{
|
|
999
1007
|
size: "small" | "medium" | "large";
|
|
1000
1008
|
disabled: boolean;
|
|
1001
|
-
modelValue: string;
|
|
1002
1009
|
clearable: boolean;
|
|
1010
|
+
modelValue: string;
|
|
1003
1011
|
preview: boolean;
|
|
1004
1012
|
expanded: boolean;
|
|
1005
1013
|
imageUrl: string;
|
|
@@ -1010,7 +1018,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
1010
1018
|
allowedImageTypes: string[];
|
|
1011
1019
|
}> & Omit<Readonly<import('../search/internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
1012
1020
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
1013
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "
|
|
1021
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "clearable" | "modelValue" | "preview" | "expanded" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
1014
1022
|
focus: () => void | undefined;
|
|
1015
1023
|
blur: () => void | undefined;
|
|
1016
1024
|
awaitUpload: () => Promise<void>;
|
|
@@ -13,15 +13,15 @@ declare const OHeaderSearch: {
|
|
|
13
13
|
} & {
|
|
14
14
|
[x: string]: any;
|
|
15
15
|
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
16
|
-
modelValue: string;
|
|
17
16
|
clearable: boolean;
|
|
17
|
+
modelValue: string;
|
|
18
18
|
debounce: number;
|
|
19
19
|
simple: boolean;
|
|
20
20
|
imageUrl: string;
|
|
21
21
|
enableImageSearch: boolean;
|
|
22
22
|
maxImageSize: number;
|
|
23
|
-
onestepItems: import('
|
|
24
|
-
suggestItems: import('
|
|
23
|
+
onestepItems: import('../../index').OSearchRecommendItem[];
|
|
24
|
+
suggestItems: import('../../index').OSearchRecommendItem[];
|
|
25
25
|
recommendItems: string[];
|
|
26
26
|
historyItems: string[];
|
|
27
27
|
hotItems: string[];
|
|
@@ -46,7 +46,7 @@ declare const OHeaderSearch: {
|
|
|
46
46
|
readonly imagePlaceholder?: string | undefined;
|
|
47
47
|
readonly size?: "small" | "medium" | "large" | undefined;
|
|
48
48
|
readonly enableImageSearch?: boolean | undefined;
|
|
49
|
-
readonly uploadImage?: import('
|
|
49
|
+
readonly uploadImage?: import('../../index').OSearchUploadImageFn | undefined;
|
|
50
50
|
readonly maxImageSize?: number | undefined;
|
|
51
51
|
readonly imageUploadTooltip?: string | undefined;
|
|
52
52
|
readonly expanded?: boolean | undefined;
|
|
@@ -67,9 +67,9 @@ declare const OHeaderSearch: {
|
|
|
67
67
|
$props: Partial<{
|
|
68
68
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
69
69
|
type: "text" | "password";
|
|
70
|
-
disabled: boolean;
|
|
70
|
+
disabled: boolean | undefined;
|
|
71
71
|
variant: "solid" | "outline" | "text";
|
|
72
|
-
clearable: boolean;
|
|
72
|
+
clearable: boolean | undefined;
|
|
73
73
|
readonly: boolean;
|
|
74
74
|
noKeyboard: boolean;
|
|
75
75
|
showLength: "auto" | "always" | "never";
|
|
@@ -82,10 +82,8 @@ declare const OHeaderSearch: {
|
|
|
82
82
|
readonly type: "text" | "password";
|
|
83
83
|
readonly color: "danger" | "warning" | "success" | "primary" | "normal";
|
|
84
84
|
readonly variant: "solid" | "outline" | "text";
|
|
85
|
-
readonly disabled: boolean;
|
|
86
85
|
readonly readonly: boolean;
|
|
87
86
|
readonly noKeyboard: boolean;
|
|
88
|
-
readonly clearable: boolean;
|
|
89
87
|
readonly showLength: "auto" | "always" | "never";
|
|
90
88
|
readonly inputOnOutlimit: boolean;
|
|
91
89
|
readonly showPasswordEvent: "click" | "pointerdown";
|
|
@@ -94,6 +92,8 @@ declare const OHeaderSearch: {
|
|
|
94
92
|
readonly onlyNumericInput: boolean;
|
|
95
93
|
readonly size?: "small" | "large" | "medium" | undefined;
|
|
96
94
|
readonly round?: import('@opensig/opendesign').RoundT | undefined;
|
|
95
|
+
readonly disabled?: boolean | undefined;
|
|
96
|
+
readonly clearable?: boolean | undefined;
|
|
97
97
|
readonly modelValue?: string | number | undefined;
|
|
98
98
|
readonly defaultValue?: string | number | undefined;
|
|
99
99
|
readonly placeholder?: string | undefined;
|
|
@@ -111,7 +111,7 @@ declare const OHeaderSearch: {
|
|
|
111
111
|
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
112
112
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
113
113
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
114
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "
|
|
114
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "clearable" | "readonly" | "noKeyboard" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
|
|
115
115
|
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
116
116
|
$refs: {
|
|
117
117
|
[x: string]: unknown;
|
|
@@ -156,7 +156,8 @@ declare const OHeaderSearch: {
|
|
|
156
156
|
type: StringConstructor;
|
|
157
157
|
};
|
|
158
158
|
disabled: {
|
|
159
|
-
type:
|
|
159
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
160
|
+
default: undefined;
|
|
160
161
|
};
|
|
161
162
|
readonly: {
|
|
162
163
|
type: BooleanConstructor;
|
|
@@ -165,7 +166,8 @@ declare const OHeaderSearch: {
|
|
|
165
166
|
type: BooleanConstructor;
|
|
166
167
|
};
|
|
167
168
|
clearable: {
|
|
168
|
-
type:
|
|
169
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
170
|
+
default: undefined;
|
|
169
171
|
};
|
|
170
172
|
minLength: {
|
|
171
173
|
type: NumberConstructor;
|
|
@@ -232,9 +234,9 @@ declare const OHeaderSearch: {
|
|
|
232
234
|
}, string, {
|
|
233
235
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
234
236
|
type: "text" | "password";
|
|
235
|
-
disabled: boolean;
|
|
237
|
+
disabled: boolean | undefined;
|
|
236
238
|
variant: "solid" | "outline" | "text";
|
|
237
|
-
clearable: boolean;
|
|
239
|
+
clearable: boolean | undefined;
|
|
238
240
|
readonly: boolean;
|
|
239
241
|
noKeyboard: boolean;
|
|
240
242
|
showLength: "auto" | "always" | "never";
|
|
@@ -266,9 +268,9 @@ declare const OHeaderSearch: {
|
|
|
266
268
|
} & Readonly<{
|
|
267
269
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
268
270
|
type: "text" | "password";
|
|
269
|
-
disabled: boolean;
|
|
271
|
+
disabled: boolean | undefined;
|
|
270
272
|
variant: "solid" | "outline" | "text";
|
|
271
|
-
clearable: boolean;
|
|
273
|
+
clearable: boolean | undefined;
|
|
272
274
|
readonly: boolean;
|
|
273
275
|
noKeyboard: boolean;
|
|
274
276
|
showLength: "auto" | "always" | "never";
|
|
@@ -309,7 +311,8 @@ declare const OHeaderSearch: {
|
|
|
309
311
|
type: StringConstructor;
|
|
310
312
|
};
|
|
311
313
|
disabled: {
|
|
312
|
-
type:
|
|
314
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
315
|
+
default: undefined;
|
|
313
316
|
};
|
|
314
317
|
readonly: {
|
|
315
318
|
type: BooleanConstructor;
|
|
@@ -318,7 +321,8 @@ declare const OHeaderSearch: {
|
|
|
318
321
|
type: BooleanConstructor;
|
|
319
322
|
};
|
|
320
323
|
clearable: {
|
|
321
|
-
type:
|
|
324
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
325
|
+
default: undefined;
|
|
322
326
|
};
|
|
323
327
|
minLength: {
|
|
324
328
|
type: NumberConstructor;
|
|
@@ -368,7 +372,7 @@ declare const OHeaderSearch: {
|
|
|
368
372
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
369
373
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
370
374
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
371
|
-
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "
|
|
375
|
+
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "clearable" | "readonly" | "noKeyboard" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
372
376
|
focus: () => void | undefined;
|
|
373
377
|
blur: () => void | undefined;
|
|
374
378
|
clear: () => void | undefined;
|
|
@@ -418,8 +422,8 @@ declare const OHeaderSearch: {
|
|
|
418
422
|
}, string, {
|
|
419
423
|
size: "small" | "medium" | "large";
|
|
420
424
|
disabled: boolean;
|
|
421
|
-
modelValue: string;
|
|
422
425
|
clearable: boolean;
|
|
426
|
+
modelValue: string;
|
|
423
427
|
preview: boolean;
|
|
424
428
|
expanded: boolean;
|
|
425
429
|
imageUrl: string;
|
|
@@ -451,8 +455,8 @@ declare const OHeaderSearch: {
|
|
|
451
455
|
} & Readonly<{
|
|
452
456
|
size: "small" | "medium" | "large";
|
|
453
457
|
disabled: boolean;
|
|
454
|
-
modelValue: string;
|
|
455
458
|
clearable: boolean;
|
|
459
|
+
modelValue: string;
|
|
456
460
|
preview: boolean;
|
|
457
461
|
expanded: boolean;
|
|
458
462
|
imageUrl: string;
|
|
@@ -463,7 +467,7 @@ declare const OHeaderSearch: {
|
|
|
463
467
|
allowedImageTypes: string[];
|
|
464
468
|
}> & Omit<Readonly<import('../search/internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
465
469
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
466
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "
|
|
470
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "clearable" | "modelValue" | "preview" | "expanded" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
467
471
|
focus: () => void | undefined;
|
|
468
472
|
blur: () => void | undefined;
|
|
469
473
|
awaitUpload: () => Promise<void>;
|
|
@@ -498,15 +502,15 @@ declare const OHeaderSearch: {
|
|
|
498
502
|
close: () => void;
|
|
499
503
|
search: (overrideKeyword?: string) => Promise<void>;
|
|
500
504
|
}, {}, {}, {}, {
|
|
501
|
-
modelValue: string;
|
|
502
505
|
clearable: boolean;
|
|
506
|
+
modelValue: string;
|
|
503
507
|
debounce: number;
|
|
504
508
|
simple: boolean;
|
|
505
509
|
imageUrl: string;
|
|
506
510
|
enableImageSearch: boolean;
|
|
507
511
|
maxImageSize: number;
|
|
508
|
-
onestepItems: import('
|
|
509
|
-
suggestItems: import('
|
|
512
|
+
onestepItems: import('../../index').OSearchRecommendItem[];
|
|
513
|
+
suggestItems: import('../../index').OSearchRecommendItem[];
|
|
510
514
|
recommendItems: string[];
|
|
511
515
|
historyItems: string[];
|
|
512
516
|
hotItems: string[];
|
|
@@ -535,15 +539,15 @@ declare const OHeaderSearch: {
|
|
|
535
539
|
} & {
|
|
536
540
|
[x: string]: any;
|
|
537
541
|
}, string, {
|
|
538
|
-
modelValue: string;
|
|
539
542
|
clearable: boolean;
|
|
543
|
+
modelValue: string;
|
|
540
544
|
debounce: number;
|
|
541
545
|
simple: boolean;
|
|
542
546
|
imageUrl: string;
|
|
543
547
|
enableImageSearch: boolean;
|
|
544
548
|
maxImageSize: number;
|
|
545
|
-
onestepItems: import('
|
|
546
|
-
suggestItems: import('
|
|
549
|
+
onestepItems: import('../../index').OSearchRecommendItem[];
|
|
550
|
+
suggestItems: import('../../index').OSearchRecommendItem[];
|
|
547
551
|
recommendItems: string[];
|
|
548
552
|
historyItems: string[];
|
|
549
553
|
hotItems: string[];
|
|
@@ -569,8 +573,8 @@ declare const OHeaderSearch: {
|
|
|
569
573
|
recommendItems: string[];
|
|
570
574
|
historyItems: string[];
|
|
571
575
|
hotItems: string[];
|
|
572
|
-
suggestItems: import('
|
|
573
|
-
onestepItems: import('
|
|
576
|
+
suggestItems: import('../../index').OSearchRecommendItem[];
|
|
577
|
+
onestepItems: import('../../index').OSearchRecommendItem[];
|
|
574
578
|
keyword: string;
|
|
575
579
|
}): any;
|
|
576
580
|
'recommend-header'?(_: {
|
|
@@ -580,17 +584,17 @@ declare const OHeaderSearch: {
|
|
|
580
584
|
items: string[];
|
|
581
585
|
}): any;
|
|
582
586
|
'onestep-header'?(_: {
|
|
583
|
-
items: import('
|
|
587
|
+
items: import('../../index').OSearchRecommendItem[];
|
|
584
588
|
}): any;
|
|
585
589
|
'onestep-content'?(_: {
|
|
586
|
-
items: import('
|
|
590
|
+
items: import('../../index').OSearchRecommendItem[];
|
|
587
591
|
keyword: string;
|
|
588
592
|
}): any;
|
|
589
593
|
'suggest-header'?(_: {
|
|
590
|
-
items: import('
|
|
594
|
+
items: import('../../index').OSearchRecommendItem[];
|
|
591
595
|
}): any;
|
|
592
596
|
'suggest-content'?(_: {
|
|
593
|
-
items: import('
|
|
597
|
+
items: import('../../index').OSearchRecommendItem[];
|
|
594
598
|
keyword: string;
|
|
595
599
|
}): any;
|
|
596
600
|
'history-header'?(_: {
|
|
@@ -20,13 +20,13 @@ declare const OLogoSwiper: {
|
|
|
20
20
|
install(app: App): void;
|
|
21
21
|
};
|
|
22
22
|
declare const OLogoSwiperItems: {
|
|
23
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
24
|
-
onClick?: ((item: import('
|
|
23
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').OLogoSwiperItemsPropsT> & Readonly<{
|
|
24
|
+
onClick?: ((item: import('../../index').OLogoSwiperItemT) => any) | undefined;
|
|
25
25
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
26
|
-
click: (item: import('
|
|
26
|
+
click: (item: import('../../index').OLogoSwiperItemT) => any;
|
|
27
27
|
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
28
28
|
reverse: boolean;
|
|
29
|
-
data: import('
|
|
29
|
+
data: import('../../index').OLogoSwiperItemT[];
|
|
30
30
|
target: "_blank" | "_parent" | "_self" | "_top";
|
|
31
31
|
duration: number;
|
|
32
32
|
fit: "cover" | "contain" | "fill" | "none" | "scale-down";
|
|
@@ -42,11 +42,11 @@ declare const OLogoSwiperItems: {
|
|
|
42
42
|
C: {};
|
|
43
43
|
M: {};
|
|
44
44
|
Defaults: {};
|
|
45
|
-
}, Readonly<import('
|
|
46
|
-
onClick?: ((item: import('
|
|
45
|
+
}, Readonly<import('../../index').OLogoSwiperItemsPropsT> & Readonly<{
|
|
46
|
+
onClick?: ((item: import('../../index').OLogoSwiperItemT) => any) | undefined;
|
|
47
47
|
}>, {}, {}, {}, {}, {
|
|
48
48
|
reverse: boolean;
|
|
49
|
-
data: import('
|
|
49
|
+
data: import('../../index').OLogoSwiperItemT[];
|
|
50
50
|
target: "_blank" | "_parent" | "_self" | "_top";
|
|
51
51
|
duration: number;
|
|
52
52
|
fit: "cover" | "contain" | "fill" | "none" | "scale-down";
|
|
@@ -57,13 +57,13 @@ declare const OLogoSwiperItems: {
|
|
|
57
57
|
__isFragment?: never;
|
|
58
58
|
__isTeleport?: never;
|
|
59
59
|
__isSuspense?: never;
|
|
60
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
61
|
-
onClick?: ((item: import('
|
|
60
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../index').OLogoSwiperItemsPropsT> & Readonly<{
|
|
61
|
+
onClick?: ((item: import('../../index').OLogoSwiperItemT) => any) | undefined;
|
|
62
62
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
63
|
-
click: (item: import('
|
|
63
|
+
click: (item: import('../../index').OLogoSwiperItemT) => any;
|
|
64
64
|
}, string, {
|
|
65
65
|
reverse: boolean;
|
|
66
|
-
data: import('
|
|
66
|
+
data: import('../../index').OLogoSwiperItemT[];
|
|
67
67
|
target: "_blank" | "_parent" | "_self" | "_top";
|
|
68
68
|
duration: number;
|
|
69
69
|
fit: "cover" | "contain" | "fill" | "none" | "scale-down";
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
lang?: string;
|
|
3
|
+
code?: string;
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {
|
|
11
|
+
mdCodeRef: HTMLDivElement;
|
|
12
|
+
};
|
|
13
|
+
rootEl: HTMLDivElement;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
17
|
+
mdCodeRef: HTMLDivElement;
|
|
18
|
+
}, HTMLDivElement>;
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {
|
|
7
|
+
containerRef: HTMLSpanElement;
|
|
8
|
+
};
|
|
9
|
+
rootEl: HTMLSpanElement;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<{}, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
13
|
+
containerRef: HTMLSpanElement;
|
|
14
|
+
}, HTMLSpanElement>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|