@opentiny/vue-checkbox
Advanced tools
Comparing version 2.8.0 to 2.8.2
@@ -20,8 +20,12 @@ function _extends() { | ||
var template = function template2(mode) { | ||
if ("mobile" === (process.env.TINY_MODE || mode)) | ||
if ("pc" === (process.env.TINY_MODE || mode)) { | ||
return PcTemplate; | ||
} | ||
if ("mobile" === (process.env.TINY_MODE || mode)) { | ||
return MobileTemplate; | ||
else if ("mobile-first" === (process.env.TINY_MODE || mode)) | ||
} | ||
if ("mobile-first" === (process.env.TINY_MODE || mode)) { | ||
return MobileFirstTemplate; | ||
else | ||
return PcTemplate; | ||
} | ||
return PcTemplate; | ||
}; | ||
@@ -28,0 +32,0 @@ var $constants = { |
{ | ||
"name": "@opentiny/vue-checkbox", | ||
"version": "2.8.0", | ||
"version": "2.8.2", | ||
"description": "", | ||
@@ -8,4 +8,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.8.0", | ||
"@opentiny/vue-renderless": "~3.8.0" | ||
"@opentiny/vue-common": "~2.8.2", | ||
"@opentiny/vue-renderless": "~3.8.2" | ||
}, | ||
@@ -12,0 +12,0 @@ "license": "MIT", |
@@ -1,123 +0,2 @@ | ||
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<() => import("vue").VNode> & import("@vue/composition-api").Data, {}, {}, { | ||
_constants: { | ||
type: ObjectConstructor; | ||
default: () => { | ||
FORM_ITEM: string; | ||
FORM_CHANGE: string; | ||
CHECKBOX: string; | ||
CHECKBOX_GROUP: string; | ||
}; | ||
}; | ||
modelValue: {}; | ||
label: {}; | ||
indeterminate: BooleanConstructor; | ||
disabled: BooleanConstructor; | ||
checked: BooleanConstructor; | ||
name: StringConstructor; | ||
trueLabel: (StringConstructor | NumberConstructor)[]; | ||
falseLabel: (StringConstructor | NumberConstructor)[]; | ||
id: StringConstructor; | ||
controls: StringConstructor; | ||
border: BooleanConstructor; | ||
size: StringConstructor; | ||
text: StringConstructor; | ||
validateEvent: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
events: { | ||
type: ObjectConstructor; | ||
default: () => {}; | ||
}; | ||
displayOnly: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (FunctionConstructor | ObjectConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}, { | ||
disabled: boolean; | ||
border: boolean; | ||
tiny_mode_root: boolean; | ||
_constants: Record<string, any>; | ||
validateEvent: boolean; | ||
displayOnly: boolean; | ||
indeterminate: boolean; | ||
checked: boolean; | ||
events: Record<string, any>; | ||
} & { | ||
name?: string | undefined; | ||
modelValue?: unknown; | ||
size?: string | undefined; | ||
tiny_mode?: string | undefined; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
label?: unknown; | ||
id?: string | undefined; | ||
text?: string | undefined; | ||
controls?: string | undefined; | ||
trueLabel?: string | number | undefined; | ||
falseLabel?: string | number | undefined; | ||
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{ | ||
disabled: boolean; | ||
border: boolean; | ||
tiny_mode_root: boolean; | ||
_constants: Record<string, any>; | ||
validateEvent: boolean; | ||
displayOnly: boolean; | ||
indeterminate: boolean; | ||
checked: boolean; | ||
events: Record<string, any>; | ||
} & { | ||
name?: string | undefined; | ||
modelValue?: unknown; | ||
size?: string | undefined; | ||
tiny_mode?: string | undefined; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
label?: unknown; | ||
id?: string | undefined; | ||
text?: string | undefined; | ||
controls?: string | undefined; | ||
trueLabel?: string | number | undefined; | ||
falseLabel?: string | number | undefined; | ||
}, import("@vue/composition-api").ShallowUnwrapRef<() => import("vue").VNode>, import("@vue/composition-api").Data, {}, {}, { | ||
disabled: boolean; | ||
border: boolean; | ||
tiny_mode_root: boolean; | ||
_constants: Record<string, any>; | ||
validateEvent: boolean; | ||
displayOnly: boolean; | ||
indeterminate: boolean; | ||
checked: boolean; | ||
events: Record<string, any>; | ||
} & { | ||
name?: string | undefined; | ||
modelValue?: unknown; | ||
size?: string | undefined; | ||
tiny_mode?: string | undefined; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
label?: unknown; | ||
id?: string | undefined; | ||
text?: string | undefined; | ||
controls?: string | undefined; | ||
trueLabel?: string | number | undefined; | ||
falseLabel?: string | number | undefined; | ||
}, { | ||
_constants: Record<string, any>; | ||
validateEvent: boolean; | ||
displayOnly: boolean; | ||
events: Record<string, any>; | ||
}, true>); | ||
declare const _default: any; | ||
export default _default; |
@@ -1,12 +0,2 @@ | ||
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<any> & import("@vue/composition-api").Data, {}, {}, Readonly<{ | ||
[x: string]: any; | ||
}>, { | ||
[x: string]: any; | ||
} & {}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{ | ||
[x: string]: any; | ||
} & {}, import("@vue/composition-api").ShallowUnwrapRef<any>, import("@vue/composition-api").Data, {}, {}, { | ||
[x: string]: any; | ||
} & {}, { | ||
[x: string]: any; | ||
}, true>); | ||
declare const _sfc_main: any; | ||
export default _sfc_main; |
@@ -1,30 +0,2 @@ | ||
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{ | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}> & import("@vue/composition-api").Data, {}, {}, Readonly<{ | ||
[x: string]: any; | ||
}>, { | ||
[x: string]: any; | ||
} & {}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{ | ||
[x: string]: any; | ||
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{ | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}>, import("@vue/composition-api").Data, {}, {}, { | ||
[x: string]: any; | ||
} & {}, { | ||
[x: string]: any; | ||
}, true>); | ||
declare const _sfc_main: any; | ||
export default _sfc_main; |
@@ -1,30 +0,2 @@ | ||
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{ | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}> & import("@vue/composition-api").Data, {}, {}, Readonly<{ | ||
[x: string]: any; | ||
}>, { | ||
[x: string]: any; | ||
} & {}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{ | ||
[x: string]: any; | ||
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{ | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}>, import("@vue/composition-api").Data, {}, {}, { | ||
[x: string]: any; | ||
} & {}, { | ||
[x: string]: any; | ||
}, true>); | ||
declare const _sfc_main: any; | ||
export default _sfc_main; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26409
749
4