@bagelink/vue 0.0.652 → 0.0.654
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.
|
@@ -7,7 +7,7 @@ export interface RadioOption<T> {
|
|
|
7
7
|
id: string;
|
|
8
8
|
contextObj: T;
|
|
9
9
|
}
|
|
10
|
-
declare const _default: <T
|
|
10
|
+
declare const _default: <T>(__VLS_props: Awaited<typeof __VLS_setup>["props"], __VLS_ctx?: __VLS_Prettify<Pick<Awaited<typeof __VLS_setup>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
11
11
|
props: __VLS_Prettify<__VLS_OmitKeepDiscriminatedUnion<(Partial<{}> & Omit<{
|
|
12
12
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
13
13
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{}>> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/RadioGroup.vue"],"names":[],"mappings":"AAIA,MAAM,WAAW,WAAW,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,CAAC,CAAA;CACb;yBAGgB,CAAC,
|
|
1
|
+
{"version":3,"file":"RadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/RadioGroup.vue"],"names":[],"mappings":"AAIA,MAAM,WAAW,WAAW,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,CAAC,CAAA;CACb;yBAGgB,CAAC,eACL,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,OAAO,CAAC,cACrC,cAAc,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC1E,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAoM1D,cAAc,CAAC,gCAAgC,CAAC;;;;;mBAV3C,MAAM;iBACR,WAAW,CAAC,CAAC,CAAC,EAAE;oBACb,OAAO;;qBAEL,GAAG;MAMuG,6EAAkC,CAAC,6GAAwD;oBACpM,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;WACH,UAAU;;qBApNP,MAAM;qBACN,MAAM;uBACJ,MAAM;oBACT,MAAM;mBACP,MAAM;gBACT,MAAM;;YA8KqB,GAAG;MAiCK;;;;;YAII,OAAO,CAAC,OAAO,WAAW,CAAC;;AA9MvE,wBA8M2E"}
|
package/dist/index.cjs
CHANGED
|
@@ -47291,7 +47291,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
47291
47291
|
};
|
|
47292
47292
|
}
|
|
47293
47293
|
});
|
|
47294
|
-
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-
|
|
47294
|
+
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-1cf4a0b0"]]);
|
|
47295
47295
|
function _isPlaceholder(a2) {
|
|
47296
47296
|
return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
|
|
47297
47297
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -47289,7 +47289,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
47289
47289
|
};
|
|
47290
47290
|
}
|
|
47291
47291
|
});
|
|
47292
|
-
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-
|
|
47292
|
+
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-1cf4a0b0"]]);
|
|
47293
47293
|
function _isPlaceholder(a2) {
|
|
47294
47294
|
return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
|
|
47295
47295
|
}
|
package/dist/style.css
CHANGED
|
@@ -2177,12 +2177,12 @@ input[type="number"][data-v-4c741194] {
|
|
|
2177
2177
|
}
|
|
2178
2178
|
}
|
|
2179
2179
|
|
|
2180
|
-
.radio-input-list[data-v-
|
|
2180
|
+
.radio-input-list[data-v-1cf4a0b0]{
|
|
2181
2181
|
width: auto;
|
|
2182
2182
|
transform: scale(1.4);
|
|
2183
2183
|
margin-inline-end: 0.6rem;
|
|
2184
2184
|
}
|
|
2185
|
-
.active-list-item[data-v-
|
|
2185
|
+
.active-list-item[data-v-1cf4a0b0]:has(:checked){
|
|
2186
2186
|
background: var(--bgl-primary-light) !important;
|
|
2187
2187
|
border-color: var(--bgl-primary) !important;
|
|
2188
2188
|
accent-color: var(--bgl-primary);
|
package/package.json
CHANGED