@bagelink/vue 0.0.1227 → 0.0.1232
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/Calendar/components/week/DayEvent.vue.d.ts.map +1 -1
- package/dist/components/Spreadsheet/Index.vue.d.ts.map +1 -1
- package/dist/components/lightbox/lightbox.types.d.ts +9 -4
- package/dist/components/lightbox/lightbox.types.d.ts.map +1 -1
- package/dist/composables/useSchemaField.d.ts.map +1 -1
- package/dist/index.cjs +2 -4
- package/dist/index.mjs +2 -4
- package/dist/style.css +30 -30
- package/package.json +1 -1
- package/src/components/Calendar/components/week/DayEvent.vue +0 -1
- package/src/components/Spreadsheet/Index.vue +0 -3
- package/src/components/lightbox/lightbox.types.ts +3 -3
- package/src/composables/useSchemaField.ts +0 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DayEvent.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Calendar/components/week/DayEvent.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DayEvent.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Calendar/components/week/DayEvent.vue"],"names":[],"mappings":"AA0kBA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAA;AAC1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AACrE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAA;AAC9E,OAAO,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAA;AA4Y5D,iBAAS,cAAc;WA+LT,OAAO,IAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAVf,GAAG;;;;EAerC;AAgDD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cAQH,QAAQ,CAAC,cAAc,CAAC;;;;cAIxB,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,eAAe,CAAC;;;;cAIzB,QAAQ,CAAC,OAAO,CAAC;;;;cAIjB,QAAQ,CAAC,QAAQ,CAAC;;;;;sBAxnBU,cAAc;sBAAgB,WAAW;;;;;;;;cAwmBrE,QAAQ,CAAC,cAAc,CAAC;;;;cAIxB,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,eAAe,CAAC;;;;cAIzB,QAAQ,CAAC,OAAO,CAAC;;;;cAIjB,QAAQ,CAAC,QAAQ,CAAC;;;;;sBAxnBU,cAAc;sBAAgB,WAAW;;;;;;4FA6nBrF,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Spreadsheet/Index.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Spreadsheet/Index.vue"],"names":[],"mappings":"AAs2BA,KAAK,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,GAAG,YAAY,GAAG,OAAO,GAAG,SAAS,CAAA;AAEhG,UAAU,YAAY;IACrB,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,MAAM,CAAC,EAAE,YAAY,CAAA;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,YAAY,CAAC,EAAE,GAAG,CAAA;CAClB;AAGD,UAAU,KAAK;IACd,UAAU,EAAE,KAAK,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAA;IACtC,YAAY,CAAC,EAAE,YAAY,EAAE,CAAA;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,OAAO,CAAA;CACrB;;;;;;AA6mCD,wBAQG"}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
export
|
|
2
|
-
src
|
|
3
|
-
pathKey?:
|
|
1
|
+
export type XORSrcPath = {
|
|
2
|
+
src: string;
|
|
3
|
+
pathKey?: never;
|
|
4
|
+
} | {
|
|
5
|
+
src?: never;
|
|
6
|
+
pathKey: string;
|
|
7
|
+
};
|
|
8
|
+
export type LightboxItem = XORSrcPath & {
|
|
4
9
|
type: string;
|
|
5
10
|
name: string;
|
|
6
11
|
thumbnail?: string;
|
|
@@ -8,5 +13,5 @@ export interface LightboxItem {
|
|
|
8
13
|
enableZoom?: boolean;
|
|
9
14
|
openFile?: boolean;
|
|
10
15
|
download?: boolean;
|
|
11
|
-
}
|
|
16
|
+
};
|
|
12
17
|
//# sourceMappingURL=lightbox.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lightbox.types.d.ts","sourceRoot":"","sources":["../../../src/components/lightbox/lightbox.types.ts"],"names":[],"mappings":"AAAA,MAAM,
|
|
1
|
+
{"version":3,"file":"lightbox.types.d.ts","sourceRoot":"","sources":["../../../src/components/lightbox/lightbox.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,KAAK,CAAA;CAAE,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAA;AAE5F,MAAM,MAAM,YAAY,GAAG,UAAU,GAAG;IACvC,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSchemaField.d.ts","sourceRoot":"","sources":["../../src/composables/useSchemaField.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,KAAK,CAAA;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAwBxE,MAAM,WAAW,qBAAqB,CAAC,CAAC;IACvC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAA;IACnC,UAAU,CAAC,EAAE,MAAM,CAAC,CAAA;IACpB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;IACzD,YAAY,CAAC,EAAE,OAAO,CAAA;CACtB;AAID,UAAU,SAAS,CAAC,CAAC;IAAI,GAAG,EAAE,CAAC,CAAC;IAAC,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC,CAAA;CAAE;AAC3D,KAAK,YAAY,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,GAAG,CAAA;AACnD,KAAK,aAAa,CAAC,CAAC,IAAI,cAAc,CAAC,CAAC,CAAC,GAAG,KAAK,GAAG,YAAY,CAAC,CAAC,CAAC,CAAA;AAEnE,wBAAgB,cAAc,CAAC,CAAC,SAAS;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,EAAE,OAAO,EAAE,qBAAqB,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"useSchemaField.d.ts","sourceRoot":"","sources":["../../src/composables/useSchemaField.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,KAAK,CAAA;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAwBxE,MAAM,WAAW,qBAAqB,CAAC,CAAC;IACvC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAA;IACnC,UAAU,CAAC,EAAE,MAAM,CAAC,CAAA;IACpB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;IACzD,YAAY,CAAC,EAAE,OAAO,CAAA;CACtB;AAID,UAAU,SAAS,CAAC,CAAC;IAAI,GAAG,EAAE,CAAC,CAAC;IAAC,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC,CAAA;CAAE;AAC3D,KAAK,YAAY,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,GAAG,CAAA;AACnD,KAAK,aAAa,CAAC,CAAC,IAAI,cAAc,CAAC,CAAC,CAAC,GAAG,KAAK,GAAG,YAAY,CAAC,CAAC,CAAC,CAAA;AAEnE,wBAAgB,cAAc,CAAC,CAAC,SAAS;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,EAAE,OAAO,EAAE,qBAAqB,CAAC,CAAC,CAAC;yBAkCzF,cAAc,CAAC,CAAC,CAAC,UAChB,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,CAAC,KACtC,KAAK,GAAG,IAAI;0BAjCc,cAAc,CAAC,CAAC,CAAC;EAuM9C"}
|
package/dist/index.cjs
CHANGED
|
@@ -2814,7 +2814,6 @@ const _sfc_main$16 = /* @__PURE__ */ vue.defineComponent({
|
|
|
2814
2814
|
const clientXDragStart = vue.ref(null);
|
|
2815
2815
|
const changeInQuartersOnDrag = vue.ref(0);
|
|
2816
2816
|
const changeInDaysOnDrag = vue.ref(0);
|
|
2817
|
-
vue.ref(false);
|
|
2818
2817
|
const timeStartDragStart = vue.ref(props2.eventProp.time.start);
|
|
2819
2818
|
const timeEndDragStart = vue.ref(props2.eventProp.time.end);
|
|
2820
2819
|
const dragMoveListenerNameAndCallbacks = [
|
|
@@ -3164,7 +3163,7 @@ const _sfc_main$16 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3164
3163
|
};
|
|
3165
3164
|
}
|
|
3166
3165
|
});
|
|
3167
|
-
const DayEvent = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-
|
|
3166
|
+
const DayEvent = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-6b5ab9be"]]);
|
|
3168
3167
|
const _hoisted_1$W = ["id", "onClick"];
|
|
3169
3168
|
const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
|
|
3170
3169
|
__name: "Day",
|
|
@@ -42342,7 +42341,6 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
42342
42341
|
const isSelecting = vue.ref(false);
|
|
42343
42342
|
const selectionStart = vue.ref(null);
|
|
42344
42343
|
const selectionEnd = vue.ref(null);
|
|
42345
|
-
vue.ref([]);
|
|
42346
42344
|
const editingCell = vue.ref(null);
|
|
42347
42345
|
const editInputRef = vue.ref(/* @__PURE__ */ new Map());
|
|
42348
42346
|
function setInputRef(el, key) {
|
|
@@ -42861,7 +42859,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
42861
42859
|
};
|
|
42862
42860
|
}
|
|
42863
42861
|
});
|
|
42864
|
-
const Index = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
42862
|
+
const Index = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-ea9bc123"]]);
|
|
42865
42863
|
const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
42866
42864
|
__name: "Title",
|
|
42867
42865
|
props: {
|
package/dist/index.mjs
CHANGED
|
@@ -2812,7 +2812,6 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
2812
2812
|
const clientXDragStart = ref(null);
|
|
2813
2813
|
const changeInQuartersOnDrag = ref(0);
|
|
2814
2814
|
const changeInDaysOnDrag = ref(0);
|
|
2815
|
-
ref(false);
|
|
2816
2815
|
const timeStartDragStart = ref(props2.eventProp.time.start);
|
|
2817
2816
|
const timeEndDragStart = ref(props2.eventProp.time.end);
|
|
2818
2817
|
const dragMoveListenerNameAndCallbacks = [
|
|
@@ -3162,7 +3161,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
3162
3161
|
};
|
|
3163
3162
|
}
|
|
3164
3163
|
});
|
|
3165
|
-
const DayEvent = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-
|
|
3164
|
+
const DayEvent = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-6b5ab9be"]]);
|
|
3166
3165
|
const _hoisted_1$W = ["id", "onClick"];
|
|
3167
3166
|
const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
3168
3167
|
__name: "Day",
|
|
@@ -42340,7 +42339,6 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
42340
42339
|
const isSelecting = ref(false);
|
|
42341
42340
|
const selectionStart = ref(null);
|
|
42342
42341
|
const selectionEnd = ref(null);
|
|
42343
|
-
ref([]);
|
|
42344
42342
|
const editingCell = ref(null);
|
|
42345
42343
|
const editInputRef = ref(/* @__PURE__ */ new Map());
|
|
42346
42344
|
function setInputRef(el, key) {
|
|
@@ -42859,7 +42857,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
42859
42857
|
};
|
|
42860
42858
|
}
|
|
42861
42859
|
});
|
|
42862
|
-
const Index = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
42860
|
+
const Index = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-ea9bc123"]]);
|
|
42863
42861
|
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
42864
42862
|
__name: "Title",
|
|
42865
42863
|
props: {
|
package/dist/style.css
CHANGED
|
@@ -513,7 +513,7 @@ display: block;
|
|
|
513
513
|
border-top: var(--qalendar-border-gray-thin);
|
|
514
514
|
}
|
|
515
515
|
|
|
516
|
-
.calendar-week__event[data-v-
|
|
516
|
+
.calendar-week__event[data-v-6b5ab9be] {
|
|
517
517
|
position: absolute;
|
|
518
518
|
width: 100%;
|
|
519
519
|
border-radius: 4px;
|
|
@@ -522,22 +522,22 @@ display: block;
|
|
|
522
522
|
user-select: none;
|
|
523
523
|
overflow: hidden;
|
|
524
524
|
}
|
|
525
|
-
.calendar-week__event.is-editable[data-v-
|
|
525
|
+
.calendar-week__event.is-editable[data-v-6b5ab9be] {
|
|
526
526
|
cursor: grab;
|
|
527
527
|
}
|
|
528
|
-
.calendar-week__event.has-disabled-dnd[data-v-
|
|
528
|
+
.calendar-week__event.has-disabled-dnd[data-v-6b5ab9be] {
|
|
529
529
|
cursor: initial;
|
|
530
530
|
}
|
|
531
|
-
.calendar-week__event .calendar-week__event-row[data-v-
|
|
531
|
+
.calendar-week__event .calendar-week__event-row[data-v-6b5ab9be] {
|
|
532
532
|
display: flex;
|
|
533
533
|
align-items: flex-start;
|
|
534
534
|
margin-bottom: 0.25em;
|
|
535
535
|
}
|
|
536
|
-
.calendar-week__event .calendar-week__event-row p[data-v-
|
|
536
|
+
.calendar-week__event .calendar-week__event-row p[data-v-6b5ab9be] {
|
|
537
537
|
margin: 0;
|
|
538
538
|
padding: 0;
|
|
539
539
|
}
|
|
540
|
-
.calendar-week__event .calendar-week__event-info-wrapper[data-v-
|
|
540
|
+
.calendar-week__event .calendar-week__event-info-wrapper[data-v-6b5ab9be] {
|
|
541
541
|
position: relative;
|
|
542
542
|
padding: var(--qalendar-spacing-half);
|
|
543
543
|
font-size: var(--qalendar-font-xs);
|
|
@@ -545,27 +545,27 @@ display: block;
|
|
|
545
545
|
box-sizing: border-box;
|
|
546
546
|
user-select: none;
|
|
547
547
|
}
|
|
548
|
-
.calendar-week__event .calendar-week__event-blend-out[data-v-
|
|
548
|
+
.calendar-week__event .calendar-week__event-blend-out[data-v-6b5ab9be] {
|
|
549
549
|
position: absolute;
|
|
550
550
|
bottom: 0;
|
|
551
551
|
height: 20px;
|
|
552
552
|
width: 100%;
|
|
553
553
|
transform: translateX(calc(var(--qalendar-spacing-half) * -1));
|
|
554
554
|
}
|
|
555
|
-
.calendar-week__event .calendar-week__event-icon[data-v-
|
|
555
|
+
.calendar-week__event .calendar-week__event-icon[data-v-6b5ab9be] {
|
|
556
556
|
margin: 2px 4px 0 0;
|
|
557
557
|
font-size: var(--qalendar-font-xs);
|
|
558
558
|
}
|
|
559
|
-
.calendar-week__event .calendar-week__event-resize[data-v-
|
|
559
|
+
.calendar-week__event .calendar-week__event-resize[data-v-6b5ab9be] {
|
|
560
560
|
position: absolute;
|
|
561
561
|
width: 100%;
|
|
562
562
|
cursor: ns-resize;
|
|
563
563
|
height: 5px;
|
|
564
564
|
}
|
|
565
|
-
.calendar-week__event .calendar-week__event-resize-up[data-v-
|
|
565
|
+
.calendar-week__event .calendar-week__event-resize-up[data-v-6b5ab9be] {
|
|
566
566
|
top: 0;
|
|
567
567
|
}
|
|
568
|
-
.calendar-week__event .calendar-week__event-resize-down[data-v-
|
|
568
|
+
.calendar-week__event .calendar-week__event-resize-down[data-v-6b5ab9be] {
|
|
569
569
|
bottom: 0;
|
|
570
570
|
}
|
|
571
571
|
|
|
@@ -4308,20 +4308,20 @@ body:has(.bg-dark.is-active) {
|
|
|
4308
4308
|
background: transparent;
|
|
4309
4309
|
}
|
|
4310
4310
|
|
|
4311
|
-
.fixed-columns[data-v-
|
|
4311
|
+
.fixed-columns[data-v-ea9bc123] {
|
|
4312
4312
|
border-right: 2px solid var(--border-color);
|
|
4313
4313
|
}
|
|
4314
|
-
.spreadsheet table[data-v-
|
|
4314
|
+
.spreadsheet table[data-v-ea9bc123] {
|
|
4315
4315
|
border-collapse: collapse;
|
|
4316
4316
|
}
|
|
4317
|
-
.spreadsheet th[data-v-
|
|
4317
|
+
.spreadsheet th[data-v-ea9bc123], .spreadsheet td[data-v-ea9bc123] {
|
|
4318
4318
|
border: 1px solid var(--border-color);
|
|
4319
4319
|
padding: 0.1rem 0.5rem;
|
|
4320
4320
|
min-width: 80px;
|
|
4321
4321
|
background: var(--bgl-white);
|
|
4322
4322
|
user-select: none;
|
|
4323
4323
|
}
|
|
4324
|
-
.spreadsheet th[data-v-
|
|
4324
|
+
.spreadsheet th[data-v-ea9bc123] {
|
|
4325
4325
|
background: var(--input-bg);
|
|
4326
4326
|
white-space: nowrap;
|
|
4327
4327
|
position: relative;
|
|
@@ -4329,27 +4329,27 @@ body:has(.bg-dark.is-active) {
|
|
|
4329
4329
|
font-weight: 500;
|
|
4330
4330
|
text-align: start;
|
|
4331
4331
|
}
|
|
4332
|
-
.spreadsheet th .bgl_icon-font[data-v-
|
|
4332
|
+
.spreadsheet th .bgl_icon-font[data-v-ea9bc123]{
|
|
4333
4333
|
vertical-align: middle;
|
|
4334
4334
|
}
|
|
4335
|
-
.spreadsheet td.selected[data-v-
|
|
4335
|
+
.spreadsheet td.selected[data-v-ea9bc123] {
|
|
4336
4336
|
background: var(--bgl-primary-light);
|
|
4337
4337
|
}
|
|
4338
|
-
.spreadsheet td.locked[data-v-
|
|
4338
|
+
.spreadsheet td.locked[data-v-ea9bc123] {
|
|
4339
4339
|
background: var(--bgl-gray-light);
|
|
4340
4340
|
cursor: default;
|
|
4341
4341
|
}
|
|
4342
|
-
.spreadsheet td.locked.selected[data-v-
|
|
4342
|
+
.spreadsheet td.locked.selected[data-v-ea9bc123] {
|
|
4343
4343
|
background: var(--bgl-primary-light);
|
|
4344
4344
|
}
|
|
4345
|
-
.spreadsheet td[data-v-
|
|
4345
|
+
.spreadsheet td[data-v-ea9bc123] {
|
|
4346
4346
|
height: 40px;
|
|
4347
4347
|
vertical-align: middle;
|
|
4348
4348
|
}
|
|
4349
|
-
.spreadsheet td[data-v-
|
|
4349
|
+
.spreadsheet td[data-v-ea9bc123]:has(img){
|
|
4350
4350
|
padding: 0;
|
|
4351
4351
|
}
|
|
4352
|
-
.spreadsheet td span[data-v-
|
|
4352
|
+
.spreadsheet td span[data-v-ea9bc123]{
|
|
4353
4353
|
display: block;
|
|
4354
4354
|
display: -webkit-box;
|
|
4355
4355
|
max-width: 100%;
|
|
@@ -4359,7 +4359,7 @@ body:has(.bg-dark.is-active) {
|
|
|
4359
4359
|
-webkit-line-clamp: 1;
|
|
4360
4360
|
word-break: break-all;
|
|
4361
4361
|
}
|
|
4362
|
-
.spreadsheet input[data-v-
|
|
4362
|
+
.spreadsheet input[data-v-ea9bc123] {
|
|
4363
4363
|
width: 100%;
|
|
4364
4364
|
border: none;
|
|
4365
4365
|
background: transparent;
|
|
@@ -4368,31 +4368,31 @@ body:has(.bg-dark.is-active) {
|
|
|
4368
4368
|
min-height: 0;
|
|
4369
4369
|
min-width: 0;
|
|
4370
4370
|
}
|
|
4371
|
-
.spreadsheet input[data-v-
|
|
4371
|
+
.spreadsheet input[data-v-ea9bc123]:focus {
|
|
4372
4372
|
outline: 2px solid var(--bgl-primary);
|
|
4373
4373
|
outline-offset: 6px;
|
|
4374
4374
|
}
|
|
4375
|
-
.spreadsheet th.sortable[data-v-
|
|
4375
|
+
.spreadsheet th.sortable[data-v-ea9bc123] {
|
|
4376
4376
|
cursor: pointer;
|
|
4377
4377
|
}
|
|
4378
|
-
.row-number-header[data-v-
|
|
4378
|
+
.row-number-header[data-v-ea9bc123], .row-number[data-v-ea9bc123] {
|
|
4379
4379
|
width: fit-content;
|
|
4380
4380
|
min-width: fit-content !important;
|
|
4381
4381
|
padding: 0.1rem 0.7rem !important;
|
|
4382
4382
|
}
|
|
4383
|
-
.spreadsheet td .bgl-checkbox[data-v-
|
|
4383
|
+
.spreadsheet td .bgl-checkbox[data-v-ea9bc123]{
|
|
4384
4384
|
margin: 0;
|
|
4385
4385
|
text-align: center;
|
|
4386
4386
|
justify-content: center;
|
|
4387
4387
|
}
|
|
4388
|
-
.spreadsheet td[data-v-
|
|
4388
|
+
.spreadsheet td[data-v-ea9bc123]:has(.bgl-checkbox){
|
|
4389
4389
|
text-align: center;
|
|
4390
4390
|
background: var(--input-bg);
|
|
4391
4391
|
}
|
|
4392
|
-
.spreadsheet td[data-v-
|
|
4392
|
+
.spreadsheet td[data-v-ea9bc123]:has(:checked){
|
|
4393
4393
|
background: var(--bgl-primary-light);
|
|
4394
4394
|
}
|
|
4395
|
-
.spreadsheetCellPlaceHolder[data-v-
|
|
4395
|
+
.spreadsheetCellPlaceHolder[data-v-ea9bc123]{
|
|
4396
4396
|
height: 0px;
|
|
4397
4397
|
overflow: hidden;
|
|
4398
4398
|
opactiy: 0;
|
package/package.json
CHANGED
|
@@ -76,7 +76,6 @@ const clientYDragStart = ref<null | number>(null)
|
|
|
76
76
|
const clientXDragStart = ref<null | number>(null)
|
|
77
77
|
const changeInQuartersOnDrag = ref(0)
|
|
78
78
|
const changeInDaysOnDrag = ref(0)
|
|
79
|
-
const isDragging = ref(false)
|
|
80
79
|
const timeStartDragStart = ref(props.eventProp.time.start)
|
|
81
80
|
const timeEndDragStart = ref(props.eventProp.time.end)
|
|
82
81
|
|
|
@@ -215,9 +215,6 @@ const isSelecting = ref(false)
|
|
|
215
215
|
const selectionStart = ref<CellPosition | null>(null)
|
|
216
216
|
const selectionEnd = ref<CellPosition | null>(null)
|
|
217
217
|
|
|
218
|
-
// Variable to hold copied cell data
|
|
219
|
-
const copiedData = ref<string[][]>([])
|
|
220
|
-
|
|
221
218
|
// Reactive variable to track the currently editing cell
|
|
222
219
|
const editingCell = ref<CellPosition | null>(null)
|
|
223
220
|
|
|
@@ -63,10 +63,6 @@ export function useSchemaField<T extends { [key: string]: any }>(options: UseSch
|
|
|
63
63
|
return typeof field.$el === 'object' ? field.$el : componentMap[field.$el as keyof typeof componentMap] ?? field.$el ?? 'div'
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
function isSlotFunction<T>(slot: unknown): slot is SlotFunction<T> {
|
|
67
|
-
return typeof slot === 'function'
|
|
68
|
-
}
|
|
69
|
-
|
|
70
66
|
function renderChild(child: SupportedChild<T>, slots?: Record<string, SupportedSlot<T>>): any {
|
|
71
67
|
if (typeof child === 'string') return child
|
|
72
68
|
if (isVNode(child)) return child
|