@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
|
@@ -117,9 +117,9 @@ declare function __VLS_template(): {
|
|
|
117
117
|
$props: Partial<{
|
|
118
118
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
119
119
|
type: "text" | "password";
|
|
120
|
-
disabled: boolean;
|
|
120
|
+
disabled: boolean | undefined;
|
|
121
121
|
variant: "solid" | "outline" | "text";
|
|
122
|
-
clearable: boolean;
|
|
122
|
+
clearable: boolean | undefined;
|
|
123
123
|
readonly: boolean;
|
|
124
124
|
noKeyboard: boolean;
|
|
125
125
|
showLength: "auto" | "always" | "never";
|
|
@@ -132,10 +132,8 @@ declare function __VLS_template(): {
|
|
|
132
132
|
readonly type: "text" | "password";
|
|
133
133
|
readonly color: "danger" | "warning" | "success" | "primary" | "normal";
|
|
134
134
|
readonly variant: "solid" | "outline" | "text";
|
|
135
|
-
readonly disabled: boolean;
|
|
136
135
|
readonly readonly: boolean;
|
|
137
136
|
readonly noKeyboard: boolean;
|
|
138
|
-
readonly clearable: boolean;
|
|
139
137
|
readonly showLength: "auto" | "always" | "never";
|
|
140
138
|
readonly inputOnOutlimit: boolean;
|
|
141
139
|
readonly showPasswordEvent: "click" | "pointerdown";
|
|
@@ -144,6 +142,8 @@ declare function __VLS_template(): {
|
|
|
144
142
|
readonly onlyNumericInput: boolean;
|
|
145
143
|
readonly size?: "small" | "large" | "medium" | undefined;
|
|
146
144
|
readonly round?: import('@opensig/opendesign').RoundT | undefined;
|
|
145
|
+
readonly disabled?: boolean | undefined;
|
|
146
|
+
readonly clearable?: boolean | undefined;
|
|
147
147
|
readonly modelValue?: string | number | undefined;
|
|
148
148
|
readonly defaultValue?: string | number | undefined;
|
|
149
149
|
readonly placeholder?: string | undefined;
|
|
@@ -161,7 +161,7 @@ declare function __VLS_template(): {
|
|
|
161
161
|
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
162
162
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
163
163
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
164
|
-
} & 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" | "
|
|
164
|
+
} & 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">;
|
|
165
165
|
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
166
166
|
$refs: {
|
|
167
167
|
[x: string]: unknown;
|
|
@@ -206,7 +206,8 @@ declare function __VLS_template(): {
|
|
|
206
206
|
type: StringConstructor;
|
|
207
207
|
};
|
|
208
208
|
disabled: {
|
|
209
|
-
type:
|
|
209
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
210
|
+
default: undefined;
|
|
210
211
|
};
|
|
211
212
|
readonly: {
|
|
212
213
|
type: BooleanConstructor;
|
|
@@ -215,7 +216,8 @@ declare function __VLS_template(): {
|
|
|
215
216
|
type: BooleanConstructor;
|
|
216
217
|
};
|
|
217
218
|
clearable: {
|
|
218
|
-
type:
|
|
219
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
220
|
+
default: undefined;
|
|
219
221
|
};
|
|
220
222
|
minLength: {
|
|
221
223
|
type: NumberConstructor;
|
|
@@ -282,9 +284,9 @@ declare function __VLS_template(): {
|
|
|
282
284
|
}, string, {
|
|
283
285
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
284
286
|
type: "text" | "password";
|
|
285
|
-
disabled: boolean;
|
|
287
|
+
disabled: boolean | undefined;
|
|
286
288
|
variant: "solid" | "outline" | "text";
|
|
287
|
-
clearable: boolean;
|
|
289
|
+
clearable: boolean | undefined;
|
|
288
290
|
readonly: boolean;
|
|
289
291
|
noKeyboard: boolean;
|
|
290
292
|
showLength: "auto" | "always" | "never";
|
|
@@ -316,9 +318,9 @@ declare function __VLS_template(): {
|
|
|
316
318
|
} & Readonly<{
|
|
317
319
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
318
320
|
type: "text" | "password";
|
|
319
|
-
disabled: boolean;
|
|
321
|
+
disabled: boolean | undefined;
|
|
320
322
|
variant: "solid" | "outline" | "text";
|
|
321
|
-
clearable: boolean;
|
|
323
|
+
clearable: boolean | undefined;
|
|
322
324
|
readonly: boolean;
|
|
323
325
|
noKeyboard: boolean;
|
|
324
326
|
showLength: "auto" | "always" | "never";
|
|
@@ -359,7 +361,8 @@ declare function __VLS_template(): {
|
|
|
359
361
|
type: StringConstructor;
|
|
360
362
|
};
|
|
361
363
|
disabled: {
|
|
362
|
-
type:
|
|
364
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
365
|
+
default: undefined;
|
|
363
366
|
};
|
|
364
367
|
readonly: {
|
|
365
368
|
type: BooleanConstructor;
|
|
@@ -368,7 +371,8 @@ declare function __VLS_template(): {
|
|
|
368
371
|
type: BooleanConstructor;
|
|
369
372
|
};
|
|
370
373
|
clearable: {
|
|
371
|
-
type:
|
|
374
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
375
|
+
default: undefined;
|
|
372
376
|
};
|
|
373
377
|
minLength: {
|
|
374
378
|
type: NumberConstructor;
|
|
@@ -418,7 +422,7 @@ declare function __VLS_template(): {
|
|
|
418
422
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
419
423
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
420
424
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
421
|
-
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "
|
|
425
|
+
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "clearable" | "readonly" | "noKeyboard" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
422
426
|
focus: () => void | undefined;
|
|
423
427
|
blur: () => void | undefined;
|
|
424
428
|
clear: () => void | undefined;
|
|
@@ -468,8 +472,8 @@ declare function __VLS_template(): {
|
|
|
468
472
|
}, string, {
|
|
469
473
|
size: "small" | "medium" | "large";
|
|
470
474
|
disabled: boolean;
|
|
471
|
-
modelValue: string;
|
|
472
475
|
clearable: boolean;
|
|
476
|
+
modelValue: string;
|
|
473
477
|
preview: boolean;
|
|
474
478
|
expanded: boolean;
|
|
475
479
|
imageUrl: string;
|
|
@@ -501,8 +505,8 @@ declare function __VLS_template(): {
|
|
|
501
505
|
} & Readonly<{
|
|
502
506
|
size: "small" | "medium" | "large";
|
|
503
507
|
disabled: boolean;
|
|
504
|
-
modelValue: string;
|
|
505
508
|
clearable: boolean;
|
|
509
|
+
modelValue: string;
|
|
506
510
|
preview: boolean;
|
|
507
511
|
expanded: boolean;
|
|
508
512
|
imageUrl: string;
|
|
@@ -513,7 +517,7 @@ declare function __VLS_template(): {
|
|
|
513
517
|
allowedImageTypes: string[];
|
|
514
518
|
}> & Omit<Readonly<import('./internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
515
519
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
516
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "
|
|
520
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "clearable" | "modelValue" | "preview" | "expanded" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
517
521
|
focus: () => void | undefined;
|
|
518
522
|
blur: () => void | undefined;
|
|
519
523
|
awaitUpload: () => Promise<void>;
|
|
@@ -549,8 +553,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
549
553
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
550
554
|
}>, {
|
|
551
555
|
size: "small" | "medium" | "large";
|
|
552
|
-
modelValue: string;
|
|
553
556
|
clearable: boolean;
|
|
557
|
+
modelValue: string;
|
|
554
558
|
debounce: number;
|
|
555
559
|
imageUrl: string;
|
|
556
560
|
enableImageSearch: boolean;
|
|
@@ -604,9 +608,9 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
604
608
|
$props: Partial<{
|
|
605
609
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
606
610
|
type: "text" | "password";
|
|
607
|
-
disabled: boolean;
|
|
611
|
+
disabled: boolean | undefined;
|
|
608
612
|
variant: "solid" | "outline" | "text";
|
|
609
|
-
clearable: boolean;
|
|
613
|
+
clearable: boolean | undefined;
|
|
610
614
|
readonly: boolean;
|
|
611
615
|
noKeyboard: boolean;
|
|
612
616
|
showLength: "auto" | "always" | "never";
|
|
@@ -619,10 +623,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
619
623
|
readonly type: "text" | "password";
|
|
620
624
|
readonly color: "danger" | "warning" | "success" | "primary" | "normal";
|
|
621
625
|
readonly variant: "solid" | "outline" | "text";
|
|
622
|
-
readonly disabled: boolean;
|
|
623
626
|
readonly readonly: boolean;
|
|
624
627
|
readonly noKeyboard: boolean;
|
|
625
|
-
readonly clearable: boolean;
|
|
626
628
|
readonly showLength: "auto" | "always" | "never";
|
|
627
629
|
readonly inputOnOutlimit: boolean;
|
|
628
630
|
readonly showPasswordEvent: "click" | "pointerdown";
|
|
@@ -631,6 +633,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
631
633
|
readonly onlyNumericInput: boolean;
|
|
632
634
|
readonly size?: "small" | "large" | "medium" | undefined;
|
|
633
635
|
readonly round?: import('@opensig/opendesign').RoundT | undefined;
|
|
636
|
+
readonly disabled?: boolean | undefined;
|
|
637
|
+
readonly clearable?: boolean | undefined;
|
|
634
638
|
readonly modelValue?: string | number | undefined;
|
|
635
639
|
readonly defaultValue?: string | number | undefined;
|
|
636
640
|
readonly placeholder?: string | undefined;
|
|
@@ -648,7 +652,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
648
652
|
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
649
653
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
650
654
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
651
|
-
} & 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" | "
|
|
655
|
+
} & 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">;
|
|
652
656
|
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
653
657
|
$refs: {
|
|
654
658
|
[x: string]: unknown;
|
|
@@ -693,7 +697,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
693
697
|
type: StringConstructor;
|
|
694
698
|
};
|
|
695
699
|
disabled: {
|
|
696
|
-
type:
|
|
700
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
701
|
+
default: undefined;
|
|
697
702
|
};
|
|
698
703
|
readonly: {
|
|
699
704
|
type: BooleanConstructor;
|
|
@@ -702,7 +707,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
702
707
|
type: BooleanConstructor;
|
|
703
708
|
};
|
|
704
709
|
clearable: {
|
|
705
|
-
type:
|
|
710
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
711
|
+
default: undefined;
|
|
706
712
|
};
|
|
707
713
|
minLength: {
|
|
708
714
|
type: NumberConstructor;
|
|
@@ -769,9 +775,9 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
769
775
|
}, string, {
|
|
770
776
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
771
777
|
type: "text" | "password";
|
|
772
|
-
disabled: boolean;
|
|
778
|
+
disabled: boolean | undefined;
|
|
773
779
|
variant: "solid" | "outline" | "text";
|
|
774
|
-
clearable: boolean;
|
|
780
|
+
clearable: boolean | undefined;
|
|
775
781
|
readonly: boolean;
|
|
776
782
|
noKeyboard: boolean;
|
|
777
783
|
showLength: "auto" | "always" | "never";
|
|
@@ -803,9 +809,9 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
803
809
|
} & Readonly<{
|
|
804
810
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
805
811
|
type: "text" | "password";
|
|
806
|
-
disabled: boolean;
|
|
812
|
+
disabled: boolean | undefined;
|
|
807
813
|
variant: "solid" | "outline" | "text";
|
|
808
|
-
clearable: boolean;
|
|
814
|
+
clearable: boolean | undefined;
|
|
809
815
|
readonly: boolean;
|
|
810
816
|
noKeyboard: boolean;
|
|
811
817
|
showLength: "auto" | "always" | "never";
|
|
@@ -846,7 +852,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
846
852
|
type: StringConstructor;
|
|
847
853
|
};
|
|
848
854
|
disabled: {
|
|
849
|
-
type:
|
|
855
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
856
|
+
default: undefined;
|
|
850
857
|
};
|
|
851
858
|
readonly: {
|
|
852
859
|
type: BooleanConstructor;
|
|
@@ -855,7 +862,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
855
862
|
type: BooleanConstructor;
|
|
856
863
|
};
|
|
857
864
|
clearable: {
|
|
858
|
-
type:
|
|
865
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
866
|
+
default: undefined;
|
|
859
867
|
};
|
|
860
868
|
minLength: {
|
|
861
869
|
type: NumberConstructor;
|
|
@@ -905,7 +913,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
905
913
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
906
914
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
907
915
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
908
|
-
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "
|
|
916
|
+
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "clearable" | "readonly" | "noKeyboard" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
909
917
|
focus: () => void | undefined;
|
|
910
918
|
blur: () => void | undefined;
|
|
911
919
|
clear: () => void | undefined;
|
|
@@ -955,8 +963,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
955
963
|
}, string, {
|
|
956
964
|
size: "small" | "medium" | "large";
|
|
957
965
|
disabled: boolean;
|
|
958
|
-
modelValue: string;
|
|
959
966
|
clearable: boolean;
|
|
967
|
+
modelValue: string;
|
|
960
968
|
preview: boolean;
|
|
961
969
|
expanded: boolean;
|
|
962
970
|
imageUrl: string;
|
|
@@ -988,8 +996,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
988
996
|
} & Readonly<{
|
|
989
997
|
size: "small" | "medium" | "large";
|
|
990
998
|
disabled: boolean;
|
|
991
|
-
modelValue: string;
|
|
992
999
|
clearable: boolean;
|
|
1000
|
+
modelValue: string;
|
|
993
1001
|
preview: boolean;
|
|
994
1002
|
expanded: boolean;
|
|
995
1003
|
imageUrl: string;
|
|
@@ -1000,7 +1008,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
1000
1008
|
allowedImageTypes: string[];
|
|
1001
1009
|
}> & Omit<Readonly<import('./internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
1002
1010
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
1003
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "
|
|
1011
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "clearable" | "modelValue" | "preview" | "expanded" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
1004
1012
|
focus: () => void | undefined;
|
|
1005
1013
|
blur: () => void | undefined;
|
|
1006
1014
|
awaitUpload: () => Promise<void>;
|
|
@@ -13,14 +13,14 @@ declare const OSearchInput: {
|
|
|
13
13
|
[x: string]: any;
|
|
14
14
|
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
15
15
|
size: "small" | "medium" | "large";
|
|
16
|
-
modelValue: string;
|
|
17
16
|
clearable: boolean;
|
|
17
|
+
modelValue: string;
|
|
18
18
|
debounce: number;
|
|
19
19
|
imageUrl: string;
|
|
20
20
|
enableImageSearch: boolean;
|
|
21
21
|
maxImageSize: number;
|
|
22
|
-
onestepItems: import('
|
|
23
|
-
suggestItems: import('
|
|
22
|
+
onestepItems: import('../../index').OSearchRecommendItem[];
|
|
23
|
+
suggestItems: import('../../index').OSearchRecommendItem[];
|
|
24
24
|
historyItems: string[];
|
|
25
25
|
hotItems: string[];
|
|
26
26
|
highlightKeyword: boolean;
|
|
@@ -47,7 +47,7 @@ declare const OSearchInput: {
|
|
|
47
47
|
readonly imagePlaceholder?: string | undefined;
|
|
48
48
|
readonly size?: "small" | "medium" | "large" | undefined;
|
|
49
49
|
readonly enableImageSearch?: boolean | undefined;
|
|
50
|
-
readonly uploadImage?: import('
|
|
50
|
+
readonly uploadImage?: import('../../index').OSearchUploadImageFn | undefined;
|
|
51
51
|
readonly maxImageSize?: number | undefined;
|
|
52
52
|
readonly imageUploadTooltip?: string | undefined;
|
|
53
53
|
readonly expanded?: boolean | undefined;
|
|
@@ -68,9 +68,9 @@ declare const OSearchInput: {
|
|
|
68
68
|
$props: Partial<{
|
|
69
69
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
70
70
|
type: "text" | "password";
|
|
71
|
-
disabled: boolean;
|
|
71
|
+
disabled: boolean | undefined;
|
|
72
72
|
variant: "solid" | "outline" | "text";
|
|
73
|
-
clearable: boolean;
|
|
73
|
+
clearable: boolean | undefined;
|
|
74
74
|
readonly: boolean;
|
|
75
75
|
noKeyboard: boolean;
|
|
76
76
|
showLength: "auto" | "always" | "never";
|
|
@@ -83,10 +83,8 @@ declare const OSearchInput: {
|
|
|
83
83
|
readonly type: "text" | "password";
|
|
84
84
|
readonly color: "danger" | "warning" | "success" | "primary" | "normal";
|
|
85
85
|
readonly variant: "solid" | "outline" | "text";
|
|
86
|
-
readonly disabled: boolean;
|
|
87
86
|
readonly readonly: boolean;
|
|
88
87
|
readonly noKeyboard: boolean;
|
|
89
|
-
readonly clearable: boolean;
|
|
90
88
|
readonly showLength: "auto" | "always" | "never";
|
|
91
89
|
readonly inputOnOutlimit: boolean;
|
|
92
90
|
readonly showPasswordEvent: "click" | "pointerdown";
|
|
@@ -95,6 +93,8 @@ declare const OSearchInput: {
|
|
|
95
93
|
readonly onlyNumericInput: boolean;
|
|
96
94
|
readonly size?: "small" | "large" | "medium" | undefined;
|
|
97
95
|
readonly round?: import('@opensig/opendesign').RoundT | undefined;
|
|
96
|
+
readonly disabled?: boolean | undefined;
|
|
97
|
+
readonly clearable?: boolean | undefined;
|
|
98
98
|
readonly modelValue?: string | number | undefined;
|
|
99
99
|
readonly defaultValue?: string | number | undefined;
|
|
100
100
|
readonly placeholder?: string | undefined;
|
|
@@ -112,7 +112,7 @@ declare const OSearchInput: {
|
|
|
112
112
|
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
113
113
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
114
114
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
115
|
-
} & 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" | "
|
|
115
|
+
} & 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">;
|
|
116
116
|
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
117
117
|
$refs: {
|
|
118
118
|
[x: string]: unknown;
|
|
@@ -157,7 +157,8 @@ declare const OSearchInput: {
|
|
|
157
157
|
type: StringConstructor;
|
|
158
158
|
};
|
|
159
159
|
disabled: {
|
|
160
|
-
type:
|
|
160
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
161
|
+
default: undefined;
|
|
161
162
|
};
|
|
162
163
|
readonly: {
|
|
163
164
|
type: BooleanConstructor;
|
|
@@ -166,7 +167,8 @@ declare const OSearchInput: {
|
|
|
166
167
|
type: BooleanConstructor;
|
|
167
168
|
};
|
|
168
169
|
clearable: {
|
|
169
|
-
type:
|
|
170
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
171
|
+
default: undefined;
|
|
170
172
|
};
|
|
171
173
|
minLength: {
|
|
172
174
|
type: NumberConstructor;
|
|
@@ -233,9 +235,9 @@ declare const OSearchInput: {
|
|
|
233
235
|
}, string, {
|
|
234
236
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
235
237
|
type: "text" | "password";
|
|
236
|
-
disabled: boolean;
|
|
238
|
+
disabled: boolean | undefined;
|
|
237
239
|
variant: "solid" | "outline" | "text";
|
|
238
|
-
clearable: boolean;
|
|
240
|
+
clearable: boolean | undefined;
|
|
239
241
|
readonly: boolean;
|
|
240
242
|
noKeyboard: boolean;
|
|
241
243
|
showLength: "auto" | "always" | "never";
|
|
@@ -267,9 +269,9 @@ declare const OSearchInput: {
|
|
|
267
269
|
} & Readonly<{
|
|
268
270
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
269
271
|
type: "text" | "password";
|
|
270
|
-
disabled: boolean;
|
|
272
|
+
disabled: boolean | undefined;
|
|
271
273
|
variant: "solid" | "outline" | "text";
|
|
272
|
-
clearable: boolean;
|
|
274
|
+
clearable: boolean | undefined;
|
|
273
275
|
readonly: boolean;
|
|
274
276
|
noKeyboard: boolean;
|
|
275
277
|
showLength: "auto" | "always" | "never";
|
|
@@ -310,7 +312,8 @@ declare const OSearchInput: {
|
|
|
310
312
|
type: StringConstructor;
|
|
311
313
|
};
|
|
312
314
|
disabled: {
|
|
313
|
-
type:
|
|
315
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
316
|
+
default: undefined;
|
|
314
317
|
};
|
|
315
318
|
readonly: {
|
|
316
319
|
type: BooleanConstructor;
|
|
@@ -319,7 +322,8 @@ declare const OSearchInput: {
|
|
|
319
322
|
type: BooleanConstructor;
|
|
320
323
|
};
|
|
321
324
|
clearable: {
|
|
322
|
-
type:
|
|
325
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | undefined>;
|
|
326
|
+
default: undefined;
|
|
323
327
|
};
|
|
324
328
|
minLength: {
|
|
325
329
|
type: NumberConstructor;
|
|
@@ -369,7 +373,7 @@ declare const OSearchInput: {
|
|
|
369
373
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
370
374
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
371
375
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
372
|
-
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "
|
|
376
|
+
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "clearable" | "readonly" | "noKeyboard" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
373
377
|
focus: () => void | undefined;
|
|
374
378
|
blur: () => void | undefined;
|
|
375
379
|
clear: () => void | undefined;
|
|
@@ -419,8 +423,8 @@ declare const OSearchInput: {
|
|
|
419
423
|
}, string, {
|
|
420
424
|
size: "small" | "medium" | "large";
|
|
421
425
|
disabled: boolean;
|
|
422
|
-
modelValue: string;
|
|
423
426
|
clearable: boolean;
|
|
427
|
+
modelValue: string;
|
|
424
428
|
preview: boolean;
|
|
425
429
|
expanded: boolean;
|
|
426
430
|
imageUrl: string;
|
|
@@ -452,8 +456,8 @@ declare const OSearchInput: {
|
|
|
452
456
|
} & Readonly<{
|
|
453
457
|
size: "small" | "medium" | "large";
|
|
454
458
|
disabled: boolean;
|
|
455
|
-
modelValue: string;
|
|
456
459
|
clearable: boolean;
|
|
460
|
+
modelValue: string;
|
|
457
461
|
preview: boolean;
|
|
458
462
|
expanded: boolean;
|
|
459
463
|
imageUrl: string;
|
|
@@ -464,7 +468,7 @@ declare const OSearchInput: {
|
|
|
464
468
|
allowedImageTypes: string[];
|
|
465
469
|
}> & Omit<Readonly<import('./internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
466
470
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
467
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "
|
|
471
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "clearable" | "modelValue" | "preview" | "expanded" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
468
472
|
focus: () => void | undefined;
|
|
469
473
|
blur: () => void | undefined;
|
|
470
474
|
awaitUpload: () => Promise<void>;
|
|
@@ -499,14 +503,14 @@ declare const OSearchInput: {
|
|
|
499
503
|
saveHistory: (val?: string) => void;
|
|
500
504
|
}, {}, {}, {}, {
|
|
501
505
|
size: "small" | "medium" | "large";
|
|
502
|
-
modelValue: string;
|
|
503
506
|
clearable: boolean;
|
|
507
|
+
modelValue: string;
|
|
504
508
|
debounce: number;
|
|
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
|
historyItems: string[];
|
|
511
515
|
hotItems: string[];
|
|
512
516
|
highlightKeyword: boolean;
|
|
@@ -537,14 +541,14 @@ declare const OSearchInput: {
|
|
|
537
541
|
[x: string]: any;
|
|
538
542
|
}, string, {
|
|
539
543
|
size: "small" | "medium" | "large";
|
|
540
|
-
modelValue: string;
|
|
541
544
|
clearable: boolean;
|
|
545
|
+
modelValue: string;
|
|
542
546
|
debounce: number;
|
|
543
547
|
imageUrl: string;
|
|
544
548
|
enableImageSearch: boolean;
|
|
545
549
|
maxImageSize: number;
|
|
546
|
-
onestepItems: import('
|
|
547
|
-
suggestItems: import('
|
|
550
|
+
onestepItems: import('../../index').OSearchRecommendItem[];
|
|
551
|
+
suggestItems: import('../../index').OSearchRecommendItem[];
|
|
548
552
|
historyItems: string[];
|
|
549
553
|
hotItems: string[];
|
|
550
554
|
highlightKeyword: boolean;
|
|
@@ -572,17 +576,17 @@ declare const OSearchInput: {
|
|
|
572
576
|
keyword: string;
|
|
573
577
|
}): any;
|
|
574
578
|
'onestep-header'?(_: {
|
|
575
|
-
items: import('
|
|
579
|
+
items: import('../../index').OSearchRecommendItem[];
|
|
576
580
|
}): any;
|
|
577
581
|
'onestep-content'?(_: {
|
|
578
|
-
items: import('
|
|
582
|
+
items: import('../../index').OSearchRecommendItem[];
|
|
579
583
|
keyword: string;
|
|
580
584
|
}): any;
|
|
581
585
|
'suggest-header'?(_: {
|
|
582
|
-
items: import('
|
|
586
|
+
items: import('../../index').OSearchRecommendItem[];
|
|
583
587
|
}): any;
|
|
584
588
|
'suggest-content'?(_: {
|
|
585
|
-
items: import('
|
|
589
|
+
items: import('../../index').OSearchRecommendItem[];
|
|
586
590
|
keyword: string;
|
|
587
591
|
}): any;
|
|
588
592
|
'history-header'?(_: {
|