@cobre-npm/ds-v3 0.81.23 → 0.81.25
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.
|
@@ -916,6 +916,7 @@
|
|
|
916
916
|
--cobre-select-disabled-border: var(--cobre-primary-95);
|
|
917
917
|
|
|
918
918
|
--cobre-select-v3-selected-bg: var(--cobre-primary-20);
|
|
919
|
+
--cobre-select-v3-selected-tag-bg: var(--cobre-primary-10);
|
|
919
920
|
--cobre-select-v3-selected-color: var(--cobre-primary-95);
|
|
920
921
|
|
|
921
922
|
--cobre-select-v3-disabled-bg: var(--cobre-primary-10);
|
|
@@ -9,6 +9,7 @@ interface Props {
|
|
|
9
9
|
noArrow?: boolean;
|
|
10
10
|
noOptionsText?: string;
|
|
11
11
|
noOptionsIcon?: string;
|
|
12
|
+
maxlength?: string;
|
|
12
13
|
}
|
|
13
14
|
declare function __VLS_template(): {
|
|
14
15
|
attrs: Partial<{}>;
|
|
@@ -46,6 +47,7 @@ declare function __VLS_template(): {
|
|
|
46
47
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
47
48
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
48
49
|
isRequired: boolean;
|
|
50
|
+
maxlength: string;
|
|
49
51
|
errorMsg: string;
|
|
50
52
|
labelTooltip: string;
|
|
51
53
|
labelOptional: string;
|