@bagelink/vue 1.14.13 → 1.14.15
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/AddressSearch.vue.d.ts +6 -7
- package/dist/components/Alert.vue.d.ts.map +1 -1
- package/dist/components/Avatar.vue.d.ts.map +1 -1
- package/dist/components/Btn.vue.d.ts +1 -1
- package/dist/components/Card.vue.d.ts.map +1 -1
- package/dist/components/Carousel.vue.d.ts +0 -11
- package/dist/components/Dropdown.vue.d.ts +0 -2
- package/dist/components/Filter.vue.d.ts +30 -0
- package/dist/components/Filter.vue.d.ts.map +1 -0
- package/dist/components/FilterQuery.vue.d.ts +8 -3
- package/dist/components/Image.vue.d.ts.map +1 -1
- package/dist/components/ImportData.vue.d.ts.map +1 -1
- package/dist/components/Modal.vue.d.ts +0 -1
- package/dist/components/Pill.vue.d.ts.map +1 -1
- package/dist/components/QueryFilter.vue.d.ts +30 -0
- package/dist/components/QueryFilter.vue.d.ts.map +1 -0
- package/dist/components/Swiper.vue.d.ts +6 -12
- package/dist/components/Toast.vue.d.ts.map +1 -1
- package/dist/components/analytics/PieChart.vue.d.ts +2 -2
- package/dist/components/calendar/CalendarPopover.vue.d.ts +8 -4
- package/dist/components/calendar/CalendarPopover.vue.d.ts.map +1 -1
- package/dist/components/calendar/CalendarTypes.d.ts +0 -10
- package/dist/components/calendar/Index.vue.d.ts +4 -20
- package/dist/components/calendar/views/WeekView.vue.d.ts +1 -9
- package/dist/components/dataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ArrayInput.vue.d.ts +2 -4
- package/dist/components/form/inputs/CheckInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/CodeEditor/Index.vue.d.ts +0 -54
- package/dist/components/form/inputs/ColorInput.vue.d.ts +1 -3
- package/dist/components/form/inputs/DateInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/DatePicker.vue.d.ts +0 -1
- package/dist/components/form/inputs/EmailInput.vue.d.ts +2 -5
- package/dist/components/form/inputs/JSONInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/MarkdownEditor.vue.d.ts +2 -7
- package/dist/components/form/inputs/NumberInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/OTP.vue.d.ts +1 -2
- package/dist/components/form/inputs/PasswordInput.vue.d.ts +10 -16
- package/dist/components/form/inputs/RadioGroup.vue.d.ts +1 -3
- package/dist/components/form/inputs/RangeInput.vue.d.ts +1 -6
- package/dist/components/form/inputs/RichText/index.vue.d.ts +1 -2
- package/dist/components/form/inputs/RichText/index.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText/utils/media.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectBtn.vue.d.ts +2 -2
- package/dist/components/form/inputs/SelectInput.vue.d.ts +13 -20
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SignaturePad.vue.d.ts +1 -6
- package/dist/components/form/inputs/TableField.vue.d.ts +1 -2
- package/dist/components/form/inputs/TelInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/TextInput.vue.d.ts +2 -3
- package/dist/components/form/inputs/ToggleInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/Upload/UploadInput.vue.d.ts +6 -27
- package/dist/components/form/inputs/Upload/upload.d.ts +1 -1
- package/dist/components/form/inputs/index.d.ts +0 -1
- package/dist/components/index.d.ts +1 -3
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/layout/AppContent.vue.d.ts +1 -1
- package/dist/components/layout/AppLayout.vue.d.ts +0 -2
- package/dist/components/layout/AppSidebar.vue.d.ts +1 -5
- package/dist/components/layout/Skeleton.vue.d.ts.map +1 -1
- package/dist/components/layout/TabsNav.vue.d.ts +1 -12
- package/dist/dialog/Dialog.vue.d.ts.map +1 -1
- package/dist/dialog/DialogConfirm.vue.d.ts.map +1 -1
- package/dist/form-flow/MultiStepForm.vue.d.ts +1 -6
- package/dist/form-flow/form-flow.d.ts +1 -24
- package/dist/i18n/index.d.ts +0 -838
- package/dist/index.cjs +193 -166
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +47586 -53496
- package/dist/plugins/bagel.d.ts.map +1 -1
- package/dist/style.css +1 -2
- package/dist/types/BagelForm.d.ts +1 -10
- package/dist/types/NavLink.d.ts +1 -2
- package/dist/types/TableSchema.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/BagelFormUtils.d.ts +0 -1
- package/dist/utils/calendar/dateUtils.d.ts +2 -2
- package/dist/utils/calendar/dateUtils.d.ts.map +1 -1
- package/dist/utils/date.d.ts +116 -0
- package/dist/utils/date.d.ts.map +1 -0
- package/dist/utils/fetch.d.ts +29 -0
- package/dist/utils/fetch.d.ts.map +1 -0
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/string.d.ts +7 -0
- package/dist/utils/string.d.ts.map +1 -0
- package/dist/utils/useSearch.d.ts +1 -1
- package/package.json +1 -5
- package/src/components/AccordionItem.vue +5 -5
- package/src/components/Alert.vue +3 -2
- package/src/components/Avatar.vue +2 -1
- package/src/components/BglVideo.vue +4 -4
- package/src/components/Btn.vue +39 -39
- package/src/components/Card.vue +7 -6
- package/src/components/Dropdown.vue +2 -2
- package/src/components/FieldSetVue.vue +2 -2
- package/src/components/FilterQuery.vue +2 -2
- package/src/components/Image.vue +2 -1
- package/src/components/ImportData.vue +12 -12
- package/src/components/JSONSchema.vue +2 -2
- package/src/components/JsonBuilder.vue +2 -2
- package/src/components/ListItem.vue +1 -1
- package/src/components/MapEmbed/Index.vue +8 -8
- package/src/components/Pill.vue +17 -16
- package/src/components/Spreadsheet/Index.vue +3 -3
- package/src/components/Spreadsheet/SpreadsheetTable.vue +10 -10
- package/src/components/Toast.vue +34 -28
- package/src/components/calendar/CalendarPopover.vue +1 -1
- package/src/components/calendar/Index.vue +1 -1
- package/src/components/calendar/views/AgendaView.vue +2 -2
- package/src/components/calendar/views/DayView.vue +1 -1
- package/src/components/calendar/views/MonthView.vue +5 -5
- package/src/components/dataTable/DataTable.vue +68 -10
- package/src/components/form/FieldArray.vue +5 -5
- package/src/components/form/inputs/ArrayInput.vue +1 -1
- package/src/components/form/inputs/CheckInput.vue +6 -6
- package/src/components/form/inputs/Checkbox.vue +5 -4
- package/src/components/form/inputs/CodeEditor/Index.vue +1 -1
- package/src/components/form/inputs/ColorInput.vue +5 -5
- package/src/components/form/inputs/DatePicker.vue +3 -3
- package/src/components/form/inputs/EmailInput.vue +14 -14
- package/src/components/form/inputs/NumberInput.vue +10 -10
- package/src/components/form/inputs/OTP.vue +2 -2
- package/src/components/form/inputs/PasswordInput.vue +3 -3
- package/src/components/form/inputs/RadioGroup.vue +1 -1
- package/src/components/form/inputs/RichText/editor.css +4 -4
- package/src/components/form/inputs/RichText/index.vue +39 -39
- package/src/components/form/inputs/RichText/utils/media.ts +1 -92
- package/src/components/form/inputs/RichText/utils/table.ts +4 -4
- package/src/components/form/inputs/SelectBtn.vue +1 -1
- package/src/components/form/inputs/SelectInput.vue +13 -13
- package/src/components/form/inputs/SignaturePad.vue +6 -6
- package/src/components/form/inputs/TableField.vue +7 -7
- package/src/components/form/inputs/TelInput.vue +11 -11
- package/src/components/form/inputs/TextInput.vue +10 -10
- package/src/components/form/inputs/ToggleInput.vue +11 -11
- package/src/components/form/inputs/Upload/upload.css +14 -14
- package/src/components/index.ts +0 -3
- package/src/components/layout/AppSidebar.vue +3 -3
- package/src/components/layout/BottomMenu.vue +1 -1
- package/src/components/layout/Skeleton.vue +5 -4
- package/src/components/layout/TabsNav.vue +18 -18
- package/src/index.ts +0 -1
- package/src/plugins/bagel.ts +0 -15
- package/src/styles/app-layout.css +231 -0
- package/src/styles/appearance.css +179 -21
- package/src/styles/bagel.css +103 -97
- package/src/styles/buttons.css +8 -8
- package/src/styles/colors.css +0 -103
- package/src/styles/dark.css +25 -26
- package/src/styles/input-variants.css +11 -11
- package/src/styles/inputs.css +43 -60
- package/src/styles/layout.css +445 -1258
- package/src/styles/loginCard.css +1 -1
- package/src/styles/mobilLayout.css +153 -28
- package/src/styles/text.css +500 -1508
- package/src/styles/theme.css +199 -435
- package/src/styles/transitions.css +4 -4
- package/src/types/TableSchema.ts +1 -0
- package/src/types/index.ts +0 -5
- package/src/utils/calendar/dateUtils.ts +2 -3
- package/src/utils/date.ts +482 -0
- package/src/utils/fetch.ts +128 -0
- package/src/utils/index.ts +35 -0
- package/src/utils/string.ts +56 -0
- package/bin/generateFormSchema.ts +0 -1035
- package/bin/utils.ts +0 -223
- package/src/components/Modal.vue +0 -184
- package/src/components/ModalConfirm.vue +0 -42
- package/src/components/ModalForm.vue +0 -102
- package/src/plugins/modalTypes.ts +0 -61
- package/src/plugins/useModal.ts +0 -225
- package/src/styles/modal.css +0 -120
- package/src/styles/pillColors.css +0 -0
package/src/styles/dark.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
.bgl-dark-mode {
|
|
2
2
|
--bgl-primary: #1c4fe1;
|
|
3
3
|
--bgl-primary-tint: #1c4fe180;
|
|
4
4
|
|
|
@@ -12,34 +12,33 @@
|
|
|
12
12
|
--bgl-gray-light: #191b1c;
|
|
13
13
|
--bgl-gray-80: #e8ecef;
|
|
14
14
|
--bgl-gray-20: rgba(183, 183, 183, 0.2);
|
|
15
|
-
|
|
15
|
+
|
|
16
16
|
--bgl-red: #9b403f;
|
|
17
17
|
--bgl-red-tint: #392828;
|
|
18
|
-
|
|
19
|
-
--bgl-yellow-light: #fff6d5;
|
|
18
|
+
|
|
20
19
|
--bgl-green: #52875b;
|
|
21
|
-
--border-color: #383a3f;
|
|
20
|
+
--bgl-border-color: #383a3f;
|
|
22
21
|
--bgl-bg: #121317;
|
|
23
22
|
--bgl-shadow: #4c577d26;
|
|
24
|
-
--input-bg: #1d2023;
|
|
25
|
-
--input-color: #d3d4d4;
|
|
26
|
-
--label-color: #d3d4d480;
|
|
27
|
-
--placeholder-color: #ccd4dd60;
|
|
23
|
+
--bgl-input-bg: #1d2023;
|
|
24
|
+
--bgl-input-color: #d3d4d4;
|
|
25
|
+
--bgl-label-color: #d3d4d480;
|
|
26
|
+
--bgl-placeholder-color: #ccd4dd60;
|
|
28
27
|
|
|
29
28
|
--bgl-hover-filter: brightness(130%);
|
|
30
29
|
--bgl-active-filter: brightness(110%);
|
|
31
30
|
}
|
|
32
31
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
32
|
+
.bgl-dark-mode .input.active,
|
|
33
|
+
.bgl-dark-mode .bagel-input input:focus-visible,
|
|
34
|
+
.bgl-dark-mode .bagel-input select:focus-visible,
|
|
35
|
+
.bgl-dark-mode .bagel-input textarea:focus-visible {
|
|
37
36
|
outline: none;
|
|
38
37
|
box-shadow: inset 0 0 10px var(--bgl-bg);
|
|
39
38
|
}
|
|
40
39
|
|
|
41
40
|
/* use this is to override the nav color */
|
|
42
|
-
|
|
41
|
+
.bgl-dark-mode .nav {
|
|
43
42
|
color: var(--bgl-black) !important;
|
|
44
43
|
background: transparent;
|
|
45
44
|
border-radius: 0 !important;
|
|
@@ -49,45 +48,45 @@
|
|
|
49
48
|
margin-inline-start: 0 !important;
|
|
50
49
|
}
|
|
51
50
|
|
|
52
|
-
|
|
51
|
+
.bgl-dark-mode .nav * {
|
|
53
52
|
color: var(--bgl-black) !important;
|
|
54
53
|
}
|
|
55
54
|
|
|
56
|
-
|
|
55
|
+
.bgl-dark-mode .dropdown-project-head {
|
|
57
56
|
background: var(--bgl-bg) !important;
|
|
58
57
|
color: var(--bgl-white) !important;
|
|
59
58
|
}
|
|
60
59
|
|
|
61
|
-
|
|
60
|
+
.bgl-dark-mode .dropdown-project-body {
|
|
62
61
|
color: var(--bgl-black-tint) !important;
|
|
63
62
|
}
|
|
64
63
|
|
|
65
64
|
/* until here */
|
|
66
65
|
|
|
67
|
-
|
|
66
|
+
.bgl-dark-mode input::-webkit-calendar-picker-indicator {
|
|
68
67
|
filter: invert(48%);
|
|
69
68
|
}
|
|
70
69
|
|
|
71
|
-
|
|
70
|
+
.bgl-dark-mode ::selection {
|
|
72
71
|
color: var(--bgl-black);
|
|
73
72
|
background: var(--bgl-primary-tint);
|
|
74
73
|
}
|
|
75
74
|
|
|
76
|
-
|
|
75
|
+
.bgl-dark-mode .whatsapp-msg {
|
|
77
76
|
color: var(--bgl-gray-light);
|
|
78
77
|
}
|
|
79
78
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
79
|
+
.bgl-dark-mode .bgl_btn,
|
|
80
|
+
.bgl-dark-mode .bgl_btn-icon,
|
|
81
|
+
.bgl-dark-mode .primary-checkbox input:checked+span,
|
|
82
|
+
.bgl-dark-mode .bgl_btn.light {
|
|
84
83
|
color: var(--bgl-black);
|
|
85
84
|
}
|
|
86
85
|
|
|
87
|
-
|
|
86
|
+
.bgl-dark-mode .bagel-input.checkbox.check .slider:before {
|
|
88
87
|
color: var(--bgl-black) !important;
|
|
89
88
|
}
|
|
90
89
|
|
|
91
|
-
|
|
90
|
+
.bgl-dark-mode .nav-expend {
|
|
92
91
|
top: 67px;
|
|
93
92
|
}
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
position: absolute;
|
|
22
22
|
top: 0.75rem;
|
|
23
23
|
inset-inline-start: 0.25rem;
|
|
24
|
-
font-size: var(--input-font-size);
|
|
25
|
-
color: var(--placeholder-color);
|
|
24
|
+
font-size: var(--bgl-input-font-size);
|
|
25
|
+
color: var(--bgl-placeholder-color);
|
|
26
26
|
pointer-events: none;
|
|
27
27
|
transition:
|
|
28
28
|
top 0.2s ease,
|
|
@@ -43,23 +43,23 @@
|
|
|
43
43
|
|
|
44
44
|
/* Adjust label position when there's a start icon */
|
|
45
45
|
.bagel-input.underlined.txtInputIconStart .label-text {
|
|
46
|
-
inset-inline-start: calc(var(--input-height) / 3 + 1.25rem);
|
|
46
|
+
inset-inline-start: calc(var(--bgl-input-height) / 3 + 1.25rem);
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
/* Adjust label position for DateInput with internal iconStart */
|
|
50
50
|
.bagel-input.underlined:has(.txtInputIconStart) .label-text {
|
|
51
|
-
inset-inline-start: calc(var(--input-height) / 3 + 1.25rem);
|
|
51
|
+
inset-inline-start: calc(var(--bgl-input-height) / 3 + 1.25rem);
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
/* Adjust input padding when there's a start icon in underlined mode */
|
|
55
55
|
.bagel-input.underlined.txtInputIconStart input,
|
|
56
56
|
.bagel-input.underlined.txtInputIconStart textarea {
|
|
57
|
-
padding-inline-start: calc(var(--input-height) / 3 + 1.5rem) !important;
|
|
57
|
+
padding-inline-start: calc(var(--bgl-input-height) / 3 + 1.5rem) !important;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
/* Adjust icon position in underlined mode */
|
|
61
61
|
.bagel-input.underlined.txtInputIconStart .iconStart {
|
|
62
|
-
margin-top: calc(var(--input-height) / 2 + 0.16rem);
|
|
62
|
+
margin-top: calc(var(--bgl-input-height) / 2 + 0.16rem);
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
/* float up: has value */
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
background: transparent !important;
|
|
89
89
|
border-radius: 0 !important;
|
|
90
90
|
border: none !important;
|
|
91
|
-
border-bottom: 1.5px solid var(--border-color) !important;
|
|
91
|
+
border-bottom: 1.5px solid var(--bgl-border-color) !important;
|
|
92
92
|
padding-inline: 0.25rem !important;
|
|
93
93
|
}
|
|
94
94
|
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
|
|
118
118
|
/* multiline textarea: full border, label stays inside */
|
|
119
119
|
.bagel-input.underlined textarea {
|
|
120
|
-
border: 1.5px solid var(--border-color) !important;
|
|
121
|
-
border-radius: var(--input-border-radius) !important;
|
|
120
|
+
border: 1.5px solid var(--bgl-border-color) !important;
|
|
121
|
+
border-radius: var(--bgl-input-border-radius) !important;
|
|
122
122
|
padding: 0.9rem !important;
|
|
123
123
|
padding-top: 1.4rem !important;
|
|
124
124
|
background-image: none !important;
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
background: transparent !important;
|
|
172
172
|
border-radius: 0 !important;
|
|
173
173
|
border: none !important;
|
|
174
|
-
border-bottom: 1.5px solid var(--border-color) !important;
|
|
174
|
+
border-bottom: 1.5px solid var(--bgl-border-color) !important;
|
|
175
175
|
padding-inline: 0.25rem !important;
|
|
176
176
|
}
|
|
177
177
|
|
|
@@ -181,5 +181,5 @@
|
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
.bagel-input.underlined .date-input.txtInputIconStart input {
|
|
184
|
-
padding-inline-start: calc(var(--input-height) / 3 + 1.5rem) !important;
|
|
184
|
+
padding-inline-start: calc(var(--bgl-input-height) / 3 + 1.5rem) !important;
|
|
185
185
|
}
|
package/src/styles/inputs.css
CHANGED
|
@@ -22,27 +22,27 @@ select {
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.bagel-input::-webkit-input-placeholder {
|
|
25
|
-
color: var(--placeholder-color);
|
|
25
|
+
color: var(--bgl-placeholder-color);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.bagel-input::-moz-placeholder {
|
|
29
|
-
color: var(--placeholder-color);
|
|
29
|
+
color: var(--bgl-placeholder-color);
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.bagel-input:-ms-input-placeholder {
|
|
33
|
-
color: var(--placeholder-color);
|
|
33
|
+
color: var(--bgl-placeholder-color);
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.bagel-input::-ms-input-placeholder {
|
|
37
|
-
color: var(--placeholder-color);
|
|
37
|
+
color: var(--bgl-placeholder-color);
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.bagel-input::placeholder {
|
|
41
|
-
color: var(--placeholder-color);
|
|
41
|
+
color: var(--bgl-placeholder-color);
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.bagel-input {
|
|
45
|
-
--bgl-input-label-color: var(--label-color);
|
|
45
|
+
--bgl-input-label-color: var(--bgl-label-color);
|
|
46
46
|
--bgl-input-label-active-color: var(--bgl-primary);
|
|
47
47
|
}
|
|
48
48
|
|
|
@@ -62,20 +62,20 @@ select {
|
|
|
62
62
|
.bagel-input input,
|
|
63
63
|
.bagel-input select,
|
|
64
64
|
.custom-select .input {
|
|
65
|
-
height: var(--input-height);
|
|
66
|
-
font-size: var(--input-font-size);
|
|
65
|
+
height: var(--bgl-input-height);
|
|
66
|
+
font-size: var(--bgl-input-font-size);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
.bagel-input input,
|
|
70
70
|
.bagel-input textarea,
|
|
71
71
|
.bagel-input select,
|
|
72
72
|
.custom-select .input {
|
|
73
|
-
background: var(--input-bg);
|
|
73
|
+
background: var(--bgl-input-bg);
|
|
74
74
|
border: none;
|
|
75
75
|
padding: 0.7rem;
|
|
76
|
-
border-radius: var(--input-border-radius);
|
|
77
|
-
color: var(--input-color);
|
|
78
|
-
min-width: calc(var(--input-height) * 3);
|
|
76
|
+
border-radius: var(--bgl-input-border-radius);
|
|
77
|
+
color: var(--bgl-input-color);
|
|
78
|
+
min-width: calc(var(--bgl-input-height) * 3);
|
|
79
79
|
width: 100%;
|
|
80
80
|
}
|
|
81
81
|
|
|
@@ -103,7 +103,7 @@ select {
|
|
|
103
103
|
.bagel-input.frame select,
|
|
104
104
|
.custom-select.frame .input {
|
|
105
105
|
background: transparent;
|
|
106
|
-
outline: 1.5px solid var(--border-color);
|
|
106
|
+
outline: 1.5px solid var(--bgl-border-color);
|
|
107
107
|
outline-offset: -1px;
|
|
108
108
|
transition:
|
|
109
109
|
outline-color 0.2s ease,
|
|
@@ -139,7 +139,7 @@ select {
|
|
|
139
139
|
.bagel-input.bgl-outline textarea,
|
|
140
140
|
.bagel-input.bgl-outline select,
|
|
141
141
|
.custom-select.bgl-outline .input {
|
|
142
|
-
outline: 1.5px solid var(--border-color);
|
|
142
|
+
outline: 1.5px solid var(--bgl-border-color);
|
|
143
143
|
outline-offset: -1px;
|
|
144
144
|
}
|
|
145
145
|
|
|
@@ -147,35 +147,35 @@ select {
|
|
|
147
147
|
.bagel-input textarea::-webkit-input-placeholder,
|
|
148
148
|
.bagel-input select::-webkit-input-placeholder,
|
|
149
149
|
.custom-select .input::-webkit-input-placeholder {
|
|
150
|
-
color: var(--placeholder-color);
|
|
150
|
+
color: var(--bgl-placeholder-color);
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
.bagel-input input::-moz-placeholder,
|
|
154
154
|
.bagel-input textarea::-moz-placeholder,
|
|
155
155
|
.bagel-input select::-moz-placeholder,
|
|
156
156
|
.custom-select .input::-moz-placeholder {
|
|
157
|
-
color: var(--placeholder-color);
|
|
157
|
+
color: var(--bgl-placeholder-color);
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
.bagel-input input:-ms-input-placeholder,
|
|
161
161
|
.bagel-input textarea:-ms-input-placeholder,
|
|
162
162
|
.bagel-input select:-ms-input-placeholder,
|
|
163
163
|
.custom-select .input:-ms-input-placeholder {
|
|
164
|
-
color: var(--placeholder-color);
|
|
164
|
+
color: var(--bgl-placeholder-color);
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
.bagel-input input::-ms-input-placeholder,
|
|
168
168
|
.bagel-input textarea::-ms-input-placeholder,
|
|
169
169
|
.bagel-input select::-ms-input-placeholder,
|
|
170
170
|
.custom-select .input::-ms-input-placeholder {
|
|
171
|
-
color: var(--placeholder-color);
|
|
171
|
+
color: var(--bgl-placeholder-color);
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
.bagel-input input::placeholder,
|
|
175
175
|
.bagel-input textarea::placeholder,
|
|
176
176
|
.bagel-input select::placeholder,
|
|
177
177
|
.custom-select .input::placeholder {
|
|
178
|
-
color: var(--placeholder-color);
|
|
178
|
+
color: var(--bgl-placeholder-color);
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
.bagel-input.search-wrap {
|
|
@@ -195,12 +195,12 @@ select {
|
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
.bagel-input select {
|
|
198
|
-
height: var(--input-height);
|
|
198
|
+
height: var(--bgl-input-height);
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
.bagel-input textarea {
|
|
202
202
|
resize: vertical;
|
|
203
|
-
min-height: calc(var(--input-height) * 3);
|
|
203
|
+
min-height: calc(var(--bgl-input-height) * 3);
|
|
204
204
|
line-height: 1.5;
|
|
205
205
|
}
|
|
206
206
|
|
|
@@ -232,7 +232,7 @@ select {
|
|
|
232
232
|
|
|
233
233
|
.bagel-input.frame .selectinput-btn {
|
|
234
234
|
background: transparent;
|
|
235
|
-
outline: 1.5px solid var(--border-color);
|
|
235
|
+
outline: 1.5px solid var(--bgl-border-color);
|
|
236
236
|
outline-offset: -1px;
|
|
237
237
|
transition:
|
|
238
238
|
outline-color 0.2s ease,
|
|
@@ -249,9 +249,9 @@ select {
|
|
|
249
249
|
|
|
250
250
|
.bagel-input.frame.bgl_input.signature-pad .canvas,
|
|
251
251
|
.bagel-input.frame .signature-pad-canvas-wrap .canvas {
|
|
252
|
-
outline: 1.5px solid var(--border-color);
|
|
252
|
+
outline: 1.5px solid var(--bgl-border-color);
|
|
253
253
|
outline-offset: -1px;
|
|
254
|
-
border-radius: var(--input-border-radius);
|
|
254
|
+
border-radius: var(--bgl-input-border-radius);
|
|
255
255
|
transition: outline-color 0.2s ease, box-shadow 0.2s ease;
|
|
256
256
|
}
|
|
257
257
|
|
|
@@ -262,17 +262,17 @@ select {
|
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
.bagel-input.bgl-outline.bgl_input.signature-pad .canvas {
|
|
265
|
-
outline: 1.5px solid var(--border-color);
|
|
265
|
+
outline: 1.5px solid var(--bgl-border-color);
|
|
266
266
|
outline-offset: -1px;
|
|
267
|
-
border-radius: var(--input-border-radius);
|
|
267
|
+
border-radius: var(--bgl-input-border-radius);
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
/* colorInputPickWrap variants handled in ColorInput.vue */
|
|
271
271
|
|
|
272
272
|
.bagel-input.frame .code-editor-grandpa {
|
|
273
|
-
outline: 1.5px solid var(--border-color);
|
|
273
|
+
outline: 1.5px solid var(--bgl-border-color);
|
|
274
274
|
outline-offset: -1px;
|
|
275
|
-
border-radius: var(--input-border-radius);
|
|
275
|
+
border-radius: var(--bgl-input-border-radius);
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
.bagel-input.frame:focus-within .code-editor-grandpa {
|
|
@@ -280,10 +280,10 @@ select {
|
|
|
280
280
|
}
|
|
281
281
|
|
|
282
282
|
.bagel-input.frame .rich-text-editor {
|
|
283
|
-
outline: 1.5px solid var(--border-color);
|
|
283
|
+
outline: 1.5px solid var(--bgl-border-color);
|
|
284
284
|
outline-offset: -1px;
|
|
285
285
|
border: none;
|
|
286
|
-
border-radius: var(--input-border-radius);
|
|
286
|
+
border-radius: var(--bgl-input-border-radius);
|
|
287
287
|
transition: outline-color 0.2s ease, box-shadow 0.2s ease;
|
|
288
288
|
}
|
|
289
289
|
|
|
@@ -315,31 +315,18 @@ select {
|
|
|
315
315
|
}
|
|
316
316
|
|
|
317
317
|
.bg-input {
|
|
318
|
-
background: var(--input-bg);
|
|
318
|
+
background: var(--bgl-input-bg);
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
-
.custom-select .input
|
|
322
|
-
height: var(--input-height);
|
|
323
|
-
font-size: var(--input-font-size);
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.custom-select .input {
|
|
327
|
-
background: var(--input-bg);
|
|
328
|
-
border: none;
|
|
329
|
-
padding: 0.7rem;
|
|
330
|
-
border-radius: var(--input-border-radius);
|
|
331
|
-
color: var(--input-color);
|
|
332
|
-
min-width: calc(var(--input-height) * 3);
|
|
333
|
-
width: 100%;
|
|
334
|
-
}
|
|
321
|
+
/* .custom-select .input styles consolidated with .bagel-input rules above (lines 62–80) */
|
|
335
322
|
|
|
336
323
|
.input-height {
|
|
337
|
-
height: var(--input-height);
|
|
324
|
+
height: var(--bgl-input-height);
|
|
338
325
|
}
|
|
339
326
|
|
|
340
327
|
.input-size {
|
|
341
|
-
height: var(--input-height);
|
|
342
|
-
min-width: calc(var(--input-height) * 3);
|
|
328
|
+
height: var(--bgl-input-height);
|
|
329
|
+
min-width: calc(var(--bgl-input-height) * 3);
|
|
343
330
|
margin-bottom: 0.5rem;
|
|
344
331
|
padding: 0.7rem;
|
|
345
332
|
}
|
|
@@ -364,14 +351,14 @@ select {
|
|
|
364
351
|
.bagel-input textarea:focus {
|
|
365
352
|
outline-color: rgba(0, 0, 0, 0.05);
|
|
366
353
|
box-shadow: inset 0 0 8px #00000018;
|
|
367
|
-
outline-color: var(--input-bg);
|
|
354
|
+
outline-color: var(--bgl-input-bg);
|
|
368
355
|
}
|
|
369
356
|
|
|
370
357
|
|
|
371
358
|
.bagel-input .bgl_btn:focus,
|
|
372
359
|
.bagel-input button:focus {
|
|
373
360
|
outline-color: rgba(0, 0, 0, 0.05);
|
|
374
|
-
outline-color: var(--input-bg);
|
|
361
|
+
outline-color: var(--bgl-input-bg);
|
|
375
362
|
}
|
|
376
363
|
|
|
377
364
|
/* ─── Variant: light-input ────────────────────────────────────────────────── */
|
|
@@ -385,7 +372,7 @@ select {
|
|
|
385
372
|
box-shadow:
|
|
386
373
|
0 1px 5px 0 rgba(0, 0, 0, 0.1),
|
|
387
374
|
0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
|
|
388
|
-
outline: 1px solid var(--border-color) !important;
|
|
375
|
+
outline: 1px solid var(--bgl-border-color) !important;
|
|
389
376
|
transition:
|
|
390
377
|
box-shadow 0.2s ease,
|
|
391
378
|
outline-color 0.2s ease;
|
|
@@ -422,19 +409,16 @@ select {
|
|
|
422
409
|
padding: 0;
|
|
423
410
|
display: block;
|
|
424
411
|
border: none;
|
|
425
|
-
-webkit-appearance: none;
|
|
426
|
-
-moz-appearance: none;
|
|
427
412
|
appearance: none;
|
|
428
413
|
cursor: pointer;
|
|
429
|
-
height: calc(var(--input-height) - 0.5rem);
|
|
430
|
-
width: calc(var(--input-height) - 0.5em);
|
|
431
|
-
min-width: calc(var(--input-height) - 0.5rem);
|
|
414
|
+
height: calc(var(--bgl-input-height) - 0.5rem);
|
|
415
|
+
width: calc(var(--bgl-input-height) - 0.5em);
|
|
416
|
+
min-width: calc(var(--bgl-input-height) - 0.5rem);
|
|
432
417
|
}
|
|
433
418
|
|
|
434
419
|
.bagel-input input[type='color']::-webkit-color-swatch {
|
|
435
|
-
border-radius: var(--input-border-radius);
|
|
420
|
+
border-radius: var(--bgl-input-border-radius);
|
|
436
421
|
border: none;
|
|
437
|
-
-webkit-transition: box-shadow 200ms ease;
|
|
438
422
|
transition: box-shadow 200ms ease;
|
|
439
423
|
}
|
|
440
424
|
|
|
@@ -443,9 +427,8 @@ select {
|
|
|
443
427
|
}
|
|
444
428
|
|
|
445
429
|
.bagel-input input[type='color']::-moz-color-swatch {
|
|
446
|
-
border-radius: var(--input-border-radius);
|
|
430
|
+
border-radius: var(--bgl-input-border-radius);
|
|
447
431
|
border: none;
|
|
448
|
-
-moz-transition: box-shadow 200ms ease;
|
|
449
432
|
transition: box-shadow 200ms ease;
|
|
450
433
|
}
|
|
451
434
|
|