@nubisco/ui 1.54.0 → 1.55.0
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/components/Button.d.ts +15 -2
- package/dist/components/Button.vue.d.ts +1 -2
- package/dist/components/Button.vue.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/main.d.ts +1 -0
- package/dist/main.d.ts.map +1 -1
- package/dist/ui.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12843,7 +12843,7 @@ var JGt = {
|
|
|
12843
12843
|
type: Boolean,
|
|
12844
12844
|
default: !1
|
|
12845
12845
|
},
|
|
12846
|
-
size: { default:
|
|
12846
|
+
size: { default: mt.Medium },
|
|
12847
12847
|
disabled: {
|
|
12848
12848
|
type: Boolean,
|
|
12849
12849
|
default: !1
|
|
@@ -12909,7 +12909,7 @@ var JGt = {
|
|
|
12909
12909
|
"type"
|
|
12910
12910
|
]));
|
|
12911
12911
|
}
|
|
12912
|
-
}), [["__scopeId", "data-v-
|
|
12912
|
+
}), [["__scopeId", "data-v-6bc13f57"]]), XGt = { class: "nb-calendar" }, ZGt = { class: "nb-calendar__header" }, QGt = { class: "nb-calendar__title" }, $Gt = { class: "nb-calendar__weekdays" }, eKt = { class: "nb-calendar__grid" }, tKt = ["onClick"], nKt = { class: "nb-calendar__day-num" }, rKt = { class: "nb-calendar__events" }, iKt = ["title", "onClick"], aKt = { class: "nb-calendar__event-label" }, W6 = /* @__PURE__ */ m({
|
|
12913
12913
|
__name: "Calendar",
|
|
12914
12914
|
props: {
|
|
12915
12915
|
events: { default: () => [] },
|