@trendyol/baklava 3.4.0-beta.17 → 3.4.0-beta.19
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/baklava-react.d.ts +140 -119
- package/dist/baklava-react.d.ts.map +1 -1
- package/dist/baklava-react.js +1 -1
- package/dist/baklava-react.js.map +3 -3
- package/dist/baklava-svelte.d.ts +344 -312
- package/dist/baklava-vue.d.ts +16 -14
- package/dist/baklava.d.ts +21 -19
- package/dist/baklava.d.ts.map +1 -1
- package/dist/baklava.js +1 -1
- package/dist/{chunk-KTG566MB.js → chunk-3IZAFXL6.js} +4 -4
- package/dist/chunk-5NSAJ3SX.js +23 -0
- package/dist/chunk-5NSAJ3SX.js.map +7 -0
- package/dist/{chunk-QKUMEP5P.js → chunk-5QGKDF4O.js} +2 -2
- package/dist/chunk-BDTCJ2JC.js +16 -0
- package/dist/chunk-BDTCJ2JC.js.map +7 -0
- package/dist/chunk-HCSEQTUP.js +37 -0
- package/dist/chunk-HCSEQTUP.js.map +7 -0
- package/dist/{chunk-2EK4TAKQ.js → chunk-JTNWYMYZ.js} +2 -2
- package/dist/{chunk-2Q566BEQ.js → chunk-KYLWO3YR.js} +14 -14
- package/dist/chunk-KYLWO3YR.js.map +7 -0
- package/dist/{chunk-TKTRDALH.js → chunk-LZ6VDMPM.js} +2 -2
- package/dist/components/datepicker/bl-datepicker.js +1 -1
- package/dist/components/input/bl-input.js +1 -1
- package/dist/components/pagination/bl-pagination.js +1 -1
- package/dist/components/select/bl-select.d.ts.map +1 -1
- package/dist/components/select/bl-select.js +1 -1
- package/dist/components/select/option/bl-select-option.d.ts +5 -0
- package/dist/components/select/option/bl-select-option.d.ts.map +1 -1
- package/dist/components/select/option/bl-select-option.js +1 -1
- package/dist/components/stepper/bl-stepper-item.d.ts +107 -0
- package/dist/components/stepper/bl-stepper-item.d.ts.map +1 -0
- package/dist/components/stepper/bl-stepper-item.js +2 -0
- package/dist/components/stepper/bl-stepper-item.js.map +7 -0
- package/dist/components/stepper/bl-stepper-item.test.d.ts +2 -0
- package/dist/components/stepper/bl-stepper-item.test.d.ts.map +1 -0
- package/dist/components/stepper/bl-stepper.d.ts +46 -0
- package/dist/components/stepper/bl-stepper.d.ts.map +1 -0
- package/dist/components/stepper/bl-stepper.js +2 -0
- package/dist/components/stepper/bl-stepper.js.map +7 -0
- package/dist/components/stepper/bl-stepper.stories.d.ts +23 -0
- package/dist/components/stepper/bl-stepper.stories.d.ts.map +1 -0
- package/dist/components/stepper/bl-stepper.stories.js +100 -0
- package/dist/components/stepper/bl-stepper.stories.js.map +7 -0
- package/dist/components/stepper/bl-stepper.test.d.ts +2 -0
- package/dist/components/stepper/bl-stepper.test.d.ts.map +1 -0
- package/dist/components/tab-group/bl-tab-group.js +1 -1
- package/dist/components/table/table-cell/bl-table-cell.js +1 -1
- package/dist/components/table/table-header-cell/bl-table-header-cell.js +1 -1
- package/dist/components/table/table-row/bl-table-row.js +1 -1
- package/dist/custom-elements.json +5945 -5464
- package/package.json +1 -1
- package/dist/chunk-2Q566BEQ.js.map +0 -7
- package/dist/chunk-H6EUN6QV.js +0 -22
- package/dist/chunk-H6EUN6QV.js.map +0 -7
- /package/dist/{chunk-KTG566MB.js.map → chunk-3IZAFXL6.js.map} +0 -0
- /package/dist/{chunk-QKUMEP5P.js.map → chunk-5QGKDF4O.js.map} +0 -0
- /package/dist/{chunk-2EK4TAKQ.js.map → chunk-JTNWYMYZ.js.map} +0 -0
- /package/dist/{chunk-TKTRDALH.js.map → chunk-LZ6VDMPM.js.map} +0 -0
package/dist/baklava-react.d.ts
CHANGED
|
@@ -48,6 +48,13 @@ export type BlBadge = import("./components/badge/bl-badge").default;
|
|
|
48
48
|
* @cssproperty [--bl-badge-color=--bl-color-primary] Sets the color of badge
|
|
49
49
|
*/
|
|
50
50
|
export declare const BlBadge: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/badge/bl-badge").default, {}>>;
|
|
51
|
+
export type BlCalendar = import("./components/calendar/bl-calendar").default;
|
|
52
|
+
export type BlCalendarCalendarChange = CustomEvent<Date[]>;
|
|
53
|
+
/**
|
|
54
|
+
* @tag bl-calendar
|
|
55
|
+
* @summary Baklava Calendar component
|
|
56
|
+
**/
|
|
57
|
+
export declare const BlCalendar: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/calendar/bl-calendar").default, {}>>;
|
|
51
58
|
export type BlCheckbox = import("./components/checkbox-group/checkbox/bl-checkbox").default;
|
|
52
59
|
export type BlCheckboxCheckboxChange = CustomEvent<boolean>;
|
|
53
60
|
export type BlCheckboxFocus = CustomEvent<string>;
|
|
@@ -68,6 +75,55 @@ export type BlCheckboxGroupCheckboxGroupInvalid = CustomEvent<ValidityState>;
|
|
|
68
75
|
* @cssproperty [--bl-checkbox-direction=row] Can be used for showing checkbox options as columns instead of rows. Options are `row` or `column`
|
|
69
76
|
*/
|
|
70
77
|
export declare const BlCheckboxGroup: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/checkbox-group/bl-checkbox-group").default, {}>>;
|
|
78
|
+
export type BlInput = import("./components/input/bl-input").default;
|
|
79
|
+
export type BlInputChange = CustomEvent<string>;
|
|
80
|
+
export type BlInputInput = CustomEvent<string>;
|
|
81
|
+
export type BlInputInvalid = CustomEvent<ValidityState>;
|
|
82
|
+
/**
|
|
83
|
+
* @tag bl-input
|
|
84
|
+
* @summary Baklava Input component
|
|
85
|
+
*
|
|
86
|
+
* @cssproperty [--bl-input-padding-start] Sets the padding start
|
|
87
|
+
* @cssproperty [--bl-input-padding-end] Sets the padding end
|
|
88
|
+
*/
|
|
89
|
+
export declare const BlInput: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/input/bl-input").default, {}>>;
|
|
90
|
+
export type BlPopover = import("./components/popover/bl-popover").default;
|
|
91
|
+
export type BlPopoverPopoverShow = CustomEvent<string>;
|
|
92
|
+
export type BlPopoverPopoverHide = CustomEvent<string>;
|
|
93
|
+
/**
|
|
94
|
+
* @tag bl-popover
|
|
95
|
+
* @summary Baklava Popover component
|
|
96
|
+
*
|
|
97
|
+
* @cssproperty [--bl-popover-arrow-display=none] - Sets the display of popovers arrow. Set as `block` to make arrow visible.
|
|
98
|
+
* @cssproperty [--bl-popover-background-color=--bl-color-neutral-full] - Sets the background color of popover.
|
|
99
|
+
* @cssproperty [--bl-popover-border-color=--bl-color-primary-highlight] - Sets the border color of popover.
|
|
100
|
+
* @cssproperty [--bl-popover-border-size=1px] - Sets the border size of popover. You can set it to `0px` to not have a border (if you use a custom background color). Always use with a length unit.
|
|
101
|
+
* @cssproperty [--bl-popover-padding=--bl-size-m] - Sets the padding of popover.
|
|
102
|
+
* @cssproperty [--bl-popbover-border-radius=--bl-size-3xs] - Sets the border radius of popover.
|
|
103
|
+
* @cssproperty [--bl-popover-max-width=100vw] - Sets the maximum width of the popover (including border and padding).
|
|
104
|
+
* @cssproperty [--bl-popover-position=fixed] - Sets the position of popover. You can set it to `absolute` if parent element is a fixed positioned element like drawer or dialog.
|
|
105
|
+
*/
|
|
106
|
+
export declare const BlPopover: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/popover/bl-popover").default, {}>>;
|
|
107
|
+
export type BlTooltip = import("./components/tooltip/bl-tooltip").default;
|
|
108
|
+
export type BlTooltipTooltipShow = CustomEvent<string>;
|
|
109
|
+
export type BlTooltipTooltipHide = CustomEvent<string>;
|
|
110
|
+
/**
|
|
111
|
+
* @tag bl-tooltip
|
|
112
|
+
* @summary Baklava Tooltip component
|
|
113
|
+
* @dependency bl-popover
|
|
114
|
+
*
|
|
115
|
+
* @cssproperty [--bl-tooltip-trigger-display=inline-flex] Set the display of the tooltip trigger.
|
|
116
|
+
*/
|
|
117
|
+
export declare const BlTooltip: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/tooltip/bl-tooltip").default, {}>>;
|
|
118
|
+
export type BlDatepicker = import("./components/datepicker/bl-datepicker").default;
|
|
119
|
+
export type BlDatepickerDatepickerChange = CustomEvent<Date[]>;
|
|
120
|
+
/**
|
|
121
|
+
* @tag bl-datepicker
|
|
122
|
+
* @summary Baklava DatePicker component
|
|
123
|
+
*
|
|
124
|
+
* @cssproperty [--bl-datepicker-input-width] - Sets the width of datepicker input
|
|
125
|
+
**/
|
|
126
|
+
export declare const BlDatepicker: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/datepicker/bl-datepicker").default, {}>>;
|
|
71
127
|
export type BlDialog = import("./components/dialog/bl-dialog").default;
|
|
72
128
|
export type BlDialogDialogOpen = CustomEvent<object>;
|
|
73
129
|
export type BlDialogDialogRequestClose = CustomEvent<{
|
|
@@ -92,18 +148,36 @@ export type BlDrawerDrawerClose = CustomEvent<string>;
|
|
|
92
148
|
* @cssproperty [--bl-drawer-animation-duration=250ms] Drawer slide in animation duration
|
|
93
149
|
*/
|
|
94
150
|
export declare const BlDrawer: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/drawer/bl-drawer").default, {}>>;
|
|
95
|
-
export type
|
|
96
|
-
export type
|
|
97
|
-
export type
|
|
98
|
-
export type
|
|
151
|
+
export type BlSplitButton = import("./components/split-button/bl-split-button").default;
|
|
152
|
+
export type BlSplitButtonDropdownOpen = CustomEvent<string>;
|
|
153
|
+
export type BlSplitButtonDropdownClose = CustomEvent<string>;
|
|
154
|
+
export type BlSplitButtonClick = CustomEvent<string>;
|
|
99
155
|
/**
|
|
100
|
-
* @tag bl-
|
|
101
|
-
* @summary Baklava
|
|
102
|
-
*
|
|
103
|
-
* @cssproperty [--bl-input-padding-start] Sets the padding start
|
|
104
|
-
* @cssproperty [--bl-input-padding-end] Sets the padding end
|
|
156
|
+
* @tag bl-split-button
|
|
157
|
+
* @summary Baklava Split Button component
|
|
105
158
|
*/
|
|
106
|
-
export declare const
|
|
159
|
+
export declare const BlSplitButton: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/split-button/bl-split-button").default, {}>>;
|
|
160
|
+
export type BlDropdownGroup = import("./components/dropdown/group/bl-dropdown-group").default;
|
|
161
|
+
/**
|
|
162
|
+
* @tag bl-dropdown-group
|
|
163
|
+
* @summary Baklava Dropdown Group component
|
|
164
|
+
*/
|
|
165
|
+
export declare const BlDropdownGroup: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/dropdown/group/bl-dropdown-group").default, {}>>;
|
|
166
|
+
export type BlDropdownItem = import("./components/dropdown/item/bl-dropdown-item").default;
|
|
167
|
+
export type BlDropdownItemDropdownItemClick = CustomEvent<string>;
|
|
168
|
+
/**
|
|
169
|
+
* @tag bl-dropdown-item
|
|
170
|
+
* @summary Baklava Dropdown Item component
|
|
171
|
+
*/
|
|
172
|
+
export declare const BlDropdownItem: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/dropdown/item/bl-dropdown-item").default, {}>>;
|
|
173
|
+
export type BlDropdown = import("./components/dropdown/bl-dropdown").default;
|
|
174
|
+
export type BlDropdownDropdownOpen = CustomEvent<string>;
|
|
175
|
+
export type BlDropdownDropdownClose = CustomEvent<string>;
|
|
176
|
+
/**
|
|
177
|
+
* @tag bl-dropdown
|
|
178
|
+
* @summary Baklava Dropdown component
|
|
179
|
+
*/
|
|
180
|
+
export declare const BlDropdown: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/dropdown/bl-dropdown").default, {}>>;
|
|
107
181
|
export type BlLink = import("./components/link/bl-link").default;
|
|
108
182
|
/**
|
|
109
183
|
* @tag bl-link
|
|
@@ -116,6 +190,24 @@ export type BlLink = import("./components/link/bl-link").default;
|
|
|
116
190
|
* @cssproperty [--bl-link-active-color=--bl-color-primary-active] Sets the active color of link
|
|
117
191
|
*/
|
|
118
192
|
export declare const BlLink: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/link/bl-link").default, {}>>;
|
|
193
|
+
export type BlNotificationCard = import("./components/notification/card/bl-notification-card").default;
|
|
194
|
+
export type BlNotificationCardNotificationCardRequestClose = CustomEvent<{
|
|
195
|
+
source: "close-button" | "duration-ended";
|
|
196
|
+
}>;
|
|
197
|
+
export type BlNotificationCardNotificationCardClose = CustomEvent<{
|
|
198
|
+
source: "close-button" | "duration-ended";
|
|
199
|
+
}>;
|
|
200
|
+
/**
|
|
201
|
+
* @tag bl-notification-card
|
|
202
|
+
* @summary Baklava Notification Card component
|
|
203
|
+
*/
|
|
204
|
+
export declare const BlNotificationCard: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/notification/card/bl-notification-card").default, {}>>;
|
|
205
|
+
export type BlNotification = import("./components/notification/bl-notification").default;
|
|
206
|
+
/**
|
|
207
|
+
* @tag bl-notification
|
|
208
|
+
* @summary Baklava Notification component
|
|
209
|
+
*/
|
|
210
|
+
export declare const BlNotification: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/notification/bl-notification").default, {}>>;
|
|
119
211
|
export type BlSelectOption = import("./components/select/option/bl-select-option").default;
|
|
120
212
|
export type BlSelectOptionSelectOption = CustomEvent<string | null>;
|
|
121
213
|
export type BlSelectOptionFocus = CustomEvent<string | null>;
|
|
@@ -175,92 +267,27 @@ export type BlRadioGroupRadioChange = CustomEvent<string>;
|
|
|
175
267
|
* @cssproperty [--bl-radio-group-main-axis-content-alignment=normal] Can be used for aligning radio group content on main axis. Acts same with justify-content
|
|
176
268
|
*/
|
|
177
269
|
export declare const BlRadioGroup: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/radio-group/bl-radio-group").default, {}>>;
|
|
178
|
-
export type
|
|
270
|
+
export type BlStepperItem = import("./components/stepper/bl-stepper-item").default;
|
|
271
|
+
export type BlStepperItemStepperItemClick = CustomEvent<string>;
|
|
179
272
|
/**
|
|
180
|
-
* @tag bl-
|
|
181
|
-
* @summary Baklava
|
|
182
|
-
*/
|
|
183
|
-
export declare const BlTabPanel: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/tab-group/tab-panel/bl-tab-panel").default, {}>>;
|
|
184
|
-
export type BlTabGroup = import("./components/tab-group/bl-tab-group").default;
|
|
185
|
-
/**
|
|
186
|
-
* @tag bl-tab-group
|
|
187
|
-
* @summary Baklava Tab group component
|
|
188
|
-
*/
|
|
189
|
-
export declare const BlTabGroup: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/tab-group/bl-tab-group").default, {}>>;
|
|
190
|
-
export type BlTab = import("./components/tab-group/tab/bl-tab").default;
|
|
191
|
-
export type BlTabTabSelected = CustomEvent<string>;
|
|
192
|
-
/**
|
|
193
|
-
* @tag bl-tab
|
|
194
|
-
* @summary Baklava Tab component
|
|
195
|
-
*/
|
|
196
|
-
export declare const BlTab: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/tab-group/tab/bl-tab").default, {}>>;
|
|
197
|
-
export type BlTextarea = import("./components/textarea/bl-textarea").default;
|
|
198
|
-
export type BlTextareaInput = CustomEvent<string>;
|
|
199
|
-
export type BlTextareaChange = CustomEvent<string>;
|
|
200
|
-
export type BlTextareaInvalid = CustomEvent<ValidityState>;
|
|
201
|
-
/**
|
|
202
|
-
* @tag bl-textarea
|
|
203
|
-
* @summary Baklava Textarea component
|
|
204
|
-
*/
|
|
205
|
-
export declare const BlTextarea: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/textarea/bl-textarea").default, {}>>;
|
|
206
|
-
export type BlPopover = import("./components/popover/bl-popover").default;
|
|
207
|
-
export type BlPopoverPopoverShow = CustomEvent<string>;
|
|
208
|
-
export type BlPopoverPopoverHide = CustomEvent<string>;
|
|
209
|
-
/**
|
|
210
|
-
* @tag bl-popover
|
|
211
|
-
* @summary Baklava Popover component
|
|
273
|
+
* @tag bl-stepper-item
|
|
274
|
+
* @summary Baklava Stepper Item component for individual steps in a stepper
|
|
212
275
|
*
|
|
213
|
-
* @
|
|
214
|
-
* @cssproperty [--bl-popover-background-color=--bl-color-neutral-full] - Sets the background color of popover.
|
|
215
|
-
* @cssproperty [--bl-popover-border-color=--bl-color-primary-highlight] - Sets the border color of popover.
|
|
216
|
-
* @cssproperty [--bl-popover-border-size=1px] - Sets the border size of popover. You can set it to `0px` to not have a border (if you use a custom background color). Always use with a length unit.
|
|
217
|
-
* @cssproperty [--bl-popover-padding=--bl-size-m] - Sets the padding of popover.
|
|
218
|
-
* @cssproperty [--bl-popbover-border-radius=--bl-size-3xs] - Sets the border radius of popover.
|
|
219
|
-
* @cssproperty [--bl-popover-max-width=100vw] - Sets the maximum width of the popover (including border and padding).
|
|
220
|
-
* @cssproperty [--bl-popover-position=fixed] - Sets the position of popover. You can set it to `absolute` if parent element is a fixed positioned element like drawer or dialog.
|
|
276
|
+
* @slot default - Step content (title and description)
|
|
221
277
|
*/
|
|
222
|
-
export declare const
|
|
223
|
-
export type
|
|
224
|
-
export type
|
|
225
|
-
|
|
278
|
+
export declare const BlStepperItem: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/stepper/bl-stepper-item").default, {}>>;
|
|
279
|
+
export type BlStepper = import("./components/stepper/bl-stepper").default;
|
|
280
|
+
export type BlStepperStepperChange = CustomEvent<{
|
|
281
|
+
activeStep: number;
|
|
282
|
+
totalSteps: number;
|
|
283
|
+
}>;
|
|
226
284
|
/**
|
|
227
|
-
* @tag bl-
|
|
228
|
-
* @summary Baklava
|
|
229
|
-
* @dependency bl-popover
|
|
285
|
+
* @tag bl-stepper
|
|
286
|
+
* @summary Baklava Stepper component for displaying progress through a sequence of steps
|
|
230
287
|
*
|
|
231
|
-
* @
|
|
232
|
-
*/
|
|
233
|
-
export declare const BlTooltip: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/tooltip/bl-tooltip").default, {}>>;
|
|
234
|
-
export type BlSplitButton = import("./components/split-button/bl-split-button").default;
|
|
235
|
-
export type BlSplitButtonDropdownOpen = CustomEvent<string>;
|
|
236
|
-
export type BlSplitButtonDropdownClose = CustomEvent<string>;
|
|
237
|
-
export type BlSplitButtonClick = CustomEvent<string>;
|
|
238
|
-
/**
|
|
239
|
-
* @tag bl-split-button
|
|
240
|
-
* @summary Baklava Split Button component
|
|
241
|
-
*/
|
|
242
|
-
export declare const BlSplitButton: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/split-button/bl-split-button").default, {}>>;
|
|
243
|
-
export type BlDropdownGroup = import("./components/dropdown/group/bl-dropdown-group").default;
|
|
244
|
-
/**
|
|
245
|
-
* @tag bl-dropdown-group
|
|
246
|
-
* @summary Baklava Dropdown Group component
|
|
247
|
-
*/
|
|
248
|
-
export declare const BlDropdownGroup: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/dropdown/group/bl-dropdown-group").default, {}>>;
|
|
249
|
-
export type BlDropdownItem = import("./components/dropdown/item/bl-dropdown-item").default;
|
|
250
|
-
export type BlDropdownItemDropdownItemClick = CustomEvent<string>;
|
|
251
|
-
/**
|
|
252
|
-
* @tag bl-dropdown-item
|
|
253
|
-
* @summary Baklava Dropdown Item component
|
|
288
|
+
* @slot default - Stepper items
|
|
254
289
|
*/
|
|
255
|
-
export declare const
|
|
256
|
-
export type BlDropdown = import("./components/dropdown/bl-dropdown").default;
|
|
257
|
-
export type BlDropdownDropdownOpen = CustomEvent<string>;
|
|
258
|
-
export type BlDropdownDropdownClose = CustomEvent<string>;
|
|
259
|
-
/**
|
|
260
|
-
* @tag bl-dropdown
|
|
261
|
-
* @summary Baklava Dropdown component
|
|
262
|
-
*/
|
|
263
|
-
export declare const BlDropdown: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/dropdown/bl-dropdown").default, {}>>;
|
|
290
|
+
export declare const BlStepper: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/stepper/bl-stepper").default, {}>>;
|
|
264
291
|
export type BlSwitch = import("./components/switch/bl-switch").default;
|
|
265
292
|
export type BlSwitchSwitchToggle = CustomEvent<boolean>;
|
|
266
293
|
/**
|
|
@@ -272,24 +299,25 @@ export type BlSwitchSwitchToggle = CustomEvent<boolean>;
|
|
|
272
299
|
* @cssproperty [--bl-switch-animation-duration=300ms] Set the animation duration of switch toggle
|
|
273
300
|
*/
|
|
274
301
|
export declare const BlSwitch: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/switch/bl-switch").default, {}>>;
|
|
275
|
-
export type
|
|
276
|
-
export type BlNotificationCardNotificationCardRequestClose = CustomEvent<{
|
|
277
|
-
source: "close-button" | "duration-ended";
|
|
278
|
-
}>;
|
|
279
|
-
export type BlNotificationCardNotificationCardClose = CustomEvent<{
|
|
280
|
-
source: "close-button" | "duration-ended";
|
|
281
|
-
}>;
|
|
302
|
+
export type BlTabPanel = import("./components/tab-group/tab-panel/bl-tab-panel").default;
|
|
282
303
|
/**
|
|
283
|
-
* @tag bl-
|
|
284
|
-
* @summary Baklava
|
|
304
|
+
* @tag bl-tab-panel
|
|
305
|
+
* @summary Baklava Tab panel component
|
|
285
306
|
*/
|
|
286
|
-
export declare const
|
|
287
|
-
export type
|
|
307
|
+
export declare const BlTabPanel: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/tab-group/tab-panel/bl-tab-panel").default, {}>>;
|
|
308
|
+
export type BlTab = import("./components/tab-group/tab/bl-tab").default;
|
|
309
|
+
export type BlTabTabSelected = CustomEvent<string>;
|
|
288
310
|
/**
|
|
289
|
-
* @tag bl-
|
|
290
|
-
* @summary Baklava
|
|
311
|
+
* @tag bl-tab
|
|
312
|
+
* @summary Baklava Tab component
|
|
291
313
|
*/
|
|
292
|
-
export declare const
|
|
314
|
+
export declare const BlTab: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/tab-group/tab/bl-tab").default, {}>>;
|
|
315
|
+
export type BlTabGroup = import("./components/tab-group/bl-tab-group").default;
|
|
316
|
+
/**
|
|
317
|
+
* @tag bl-tab-group
|
|
318
|
+
* @summary Baklava Tab group component
|
|
319
|
+
*/
|
|
320
|
+
export declare const BlTabGroup: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/tab-group/bl-tab-group").default, {}>>;
|
|
293
321
|
export type BlTableBody = import("./components/table/table-body/bl-table-body").default;
|
|
294
322
|
/**
|
|
295
323
|
* @tag bl-table-body
|
|
@@ -334,13 +362,6 @@ export type BlTableRowSelect = CustomEvent<string[]>;
|
|
|
334
362
|
*
|
|
335
363
|
*/
|
|
336
364
|
export declare const BlTable: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/table/bl-table").default, {}>>;
|
|
337
|
-
export type BlCalendar = import("./components/calendar/bl-calendar").default;
|
|
338
|
-
export type BlCalendarCalendarChange = CustomEvent<Date[]>;
|
|
339
|
-
/**
|
|
340
|
-
* @tag bl-calendar
|
|
341
|
-
* @summary Baklava Calendar component
|
|
342
|
-
**/
|
|
343
|
-
export declare const BlCalendar: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/calendar/bl-calendar").default, {}>>;
|
|
344
365
|
export type BlTag = import("./components/tag/bl-tag").default;
|
|
345
366
|
export type BlTagTagClick = CustomEvent<{
|
|
346
367
|
value: string;
|
|
@@ -351,15 +372,15 @@ export type BlTagTagClick = CustomEvent<{
|
|
|
351
372
|
* @summary Baklava Tag component
|
|
352
373
|
*/
|
|
353
374
|
export declare const BlTag: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/tag/bl-tag").default, {}>>;
|
|
354
|
-
export type
|
|
355
|
-
export type
|
|
375
|
+
export type BlTextarea = import("./components/textarea/bl-textarea").default;
|
|
376
|
+
export type BlTextareaInput = CustomEvent<string>;
|
|
377
|
+
export type BlTextareaChange = CustomEvent<string>;
|
|
378
|
+
export type BlTextareaInvalid = CustomEvent<ValidityState>;
|
|
356
379
|
/**
|
|
357
|
-
* @tag bl-
|
|
358
|
-
* @summary Baklava
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
**/
|
|
362
|
-
export declare const BlDatepicker: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/datepicker/bl-datepicker").default, {}>>;
|
|
380
|
+
* @tag bl-textarea
|
|
381
|
+
* @summary Baklava Textarea component
|
|
382
|
+
*/
|
|
383
|
+
export declare const BlTextarea: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/textarea/bl-textarea").default, {}>>;
|
|
363
384
|
export type BlAccordionGroup = import("./components/accordion-group/bl-accordion-group").default;
|
|
364
385
|
export declare const BlAccordionGroup: React.LazyExoticComponent<import("@lit-labs/react").ReactWebComponent<import("./components/accordion-group/bl-accordion-group").default, {}>>;
|
|
365
386
|
//# sourceMappingURL=baklava-react.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"baklava-react.d.ts","sourceRoot":"","sources":["../src/baklava-react.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,MAAM,MAAM,MAAM,GAAG,OAAO,2BAA2B,EAAE,OAAO,CAAC;AACjE,MAAM,MAAM,UAAU,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;AAC7C,MAAM,MAAM,WAAW,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;AAE9C;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,yHAWlB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,OAAO,qDAAqD,EAAE,OAAO,CAAC;AAChG,MAAM,MAAM,iBAAiB,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAErD,eAAO,MAAM,WAAW,mJAWvB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,OAAO,iCAAiC,EAAE,OAAO,CAAC;AAE1E;;;;GAIG;AACH,eAAO,MAAM,SAAS,+HAWrB,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG,OAAO,+BAA+B,EAAE,OAAO,CAAC;AACvE,MAAM,MAAM,aAAa,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;AAEhD;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ,6HAWpB,CAAC;AAEF,MAAM,MAAM,OAAO,GAAG,OAAO,6BAA6B,EAAE,OAAO,CAAC;AACpE,MAAM,MAAM,YAAY,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAEhD;;;GAGG;AACH,eAAO,MAAM,OAAO,2HAWnB,CAAC;AAEF,MAAM,MAAM,OAAO,GAAG,OAAO,6BAA6B,EAAE,OAAO,CAAC;AAEpE;;;;;;GAMG;AACH,eAAO,MAAM,OAAO,2HAWnB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,OAAO,kDAAkD,EAAE,OAAO,CAAC;AAC5F,MAAM,MAAM,wBAAwB,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAC5D,MAAM,MAAM,eAAe,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;AAClD,MAAM,MAAM,cAAc,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;AACjD,MAAM,MAAM,yBAAyB,GAAG,WAAW,CAAC,aAAa,CAAC,CAAC;AAEnE;;;GAGG;AACH,eAAO,MAAM,UAAU,gJAWtB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,OAAO,+CAA+C,EAAE,OAAO,CAAC;AAC9F,MAAM,MAAM,kCAAkC,GAAG,WAAW,CAAC,MAAM,EAAE,CAAC,CAAC;AACvE,MAAM,MAAM,mCAAmC,GAAG,WAAW,CAAC,aAAa,CAAC,CAAC;AAE7E;;;;;GAKG;AACH,eAAO,MAAM,eAAe,6IAW3B,CAAC;AAEF,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"baklava-react.d.ts","sourceRoot":"","sources":["../src/baklava-react.ts"],"names":[],"mappings":"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"}
|
package/dist/baklava-react.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import"./chunk-BWWXE4SL.js";import e from"react";var y=new Set(["children","localName","ref","style","className"]),f=new WeakMap,C=(n,
|
|
1
|
+
import"./chunk-BWWXE4SL.js";import e from"react";var y=new Set(["children","localName","ref","style","className"]),f=new WeakMap,C=(n,c,s,i,u)=>{let d=u==null?void 0:u[c];d===void 0||s===i?(n[c]=s,s==null&&c in HTMLElement.prototype&&n.removeAttribute(c)):((m,a,p)=>{let r=f.get(m);r===void 0&&f.set(m,r=new Map);let l=r.get(a);p!==void 0?l===void 0?(r.set(a,l={handleEvent:p}),m.addEventListener(a,l)):l.handleEvent=p:l!==void 0&&(r.delete(a),m.removeEventListener(a,l))})(n,d,s)},t=({react:n,tagName:c,elementClass:s,events:i,displayName:u})=>{let d=new Set(Object.keys(i!=null?i:{})),m=n.forwardRef((a,p)=>{let r=n.useRef(null),l=n.useRef(null),b={},g={};for(let[o,B]of Object.entries(a))y.has(o)?b[o==="className"?"class":o]=B:d.has(o)||o in s.prototype?g[o]=B:b[o]=B;return n.useLayoutEffect(()=>{if(l.current!==null){for(let o in g)C(l.current,o,a[o],r.current?r.current[o]:void 0,i);r.current=a}}),n.useLayoutEffect(()=>{var o;(o=l.current)===null||o===void 0||o.removeAttribute("defer-hydration")},[]),b.suppressHydrationWarning=!0,n.createElement(c,{...b,ref:o=>{l.current=o,typeof p=="function"?p(o):p!==null&&(p.current=o)}})});return m.displayName=u!=null?u:s.name,m};var v=e.lazy(()=>customElements.whenDefined("bl-icon").then(()=>({default:t({react:e,displayName:"BlIcon",tagName:"bl-icon",elementClass:customElements.get("BlIcon")})}))),D=e.lazy(()=>customElements.whenDefined("bl-accordion").then(()=>({default:t({react:e,displayName:"BlAccordion",tagName:"bl-accordion",elementClass:customElements.get("BlAccordion")})}))),T=e.lazy(()=>customElements.whenDefined("bl-spinner").then(()=>({default:t({react:e,displayName:"BlSpinner",tagName:"bl-spinner",elementClass:customElements.get("BlSpinner")})}))),k=e.lazy(()=>customElements.whenDefined("bl-button").then(()=>({default:t({react:e,displayName:"BlButton",tagName:"bl-button",elementClass:customElements.get("BlButton")})}))),S=e.lazy(()=>customElements.whenDefined("bl-alert").then(()=>({default:t({react:e,displayName:"BlAlert",tagName:"bl-alert",elementClass:customElements.get("BlAlert")})}))),z=e.lazy(()=>customElements.whenDefined("bl-badge").then(()=>({default:t({react:e,displayName:"BlBadge",tagName:"bl-badge",elementClass:customElements.get("BlBadge")})}))),I=e.lazy(()=>customElements.whenDefined("bl-calendar").then(()=>({default:t({react:e,displayName:"BlCalendar",tagName:"bl-calendar",elementClass:customElements.get("BlCalendar")})}))),G=e.lazy(()=>customElements.whenDefined("bl-checkbox").then(()=>({default:t({react:e,displayName:"BlCheckbox",tagName:"bl-checkbox",elementClass:customElements.get("BlCheckbox")})}))),P=e.lazy(()=>customElements.whenDefined("bl-checkbox-group").then(()=>({default:t({react:e,displayName:"BlCheckboxGroup",tagName:"bl-checkbox-group",elementClass:customElements.get("BlCheckboxGroup")})}))),R=e.lazy(()=>customElements.whenDefined("bl-input").then(()=>({default:t({react:e,displayName:"BlInput",tagName:"bl-input",elementClass:customElements.get("BlInput")})}))),A=e.lazy(()=>customElements.whenDefined("bl-popover").then(()=>({default:t({react:e,displayName:"BlPopover",tagName:"bl-popover",elementClass:customElements.get("BlPopover")})}))),O=e.lazy(()=>customElements.whenDefined("bl-tooltip").then(()=>({default:t({react:e,displayName:"BlTooltip",tagName:"bl-tooltip",elementClass:customElements.get("BlTooltip")})}))),H=e.lazy(()=>customElements.whenDefined("bl-datepicker").then(()=>({default:t({react:e,displayName:"BlDatepicker",tagName:"bl-datepicker",elementClass:customElements.get("BlDatepicker")})}))),L=e.lazy(()=>customElements.whenDefined("bl-dialog").then(()=>({default:t({react:e,displayName:"BlDialog",tagName:"bl-dialog",elementClass:customElements.get("BlDialog")})}))),j=e.lazy(()=>customElements.whenDefined("bl-drawer").then(()=>({default:t({react:e,displayName:"BlDrawer",tagName:"bl-drawer",elementClass:customElements.get("BlDrawer")})}))),V=e.lazy(()=>customElements.whenDefined("bl-split-button").then(()=>({default:t({react:e,displayName:"BlSplitButton",tagName:"bl-split-button",elementClass:customElements.get("BlSplitButton")})}))),F=e.lazy(()=>customElements.whenDefined("bl-dropdown-group").then(()=>({default:t({react:e,displayName:"BlDropdownGroup",tagName:"bl-dropdown-group",elementClass:customElements.get("BlDropdownGroup")})}))),M=e.lazy(()=>customElements.whenDefined("bl-dropdown-item").then(()=>({default:t({react:e,displayName:"BlDropdownItem",tagName:"bl-dropdown-item",elementClass:customElements.get("BlDropdownItem")})}))),q=e.lazy(()=>customElements.whenDefined("bl-dropdown").then(()=>({default:t({react:e,displayName:"BlDropdown",tagName:"bl-dropdown",elementClass:customElements.get("BlDropdown")})}))),W=e.lazy(()=>customElements.whenDefined("bl-link").then(()=>({default:t({react:e,displayName:"BlLink",tagName:"bl-link",elementClass:customElements.get("BlLink")})}))),J=e.lazy(()=>customElements.whenDefined("bl-notification-card").then(()=>({default:t({react:e,displayName:"BlNotificationCard",tagName:"bl-notification-card",elementClass:customElements.get("BlNotificationCard")})}))),K=e.lazy(()=>customElements.whenDefined("bl-notification").then(()=>({default:t({react:e,displayName:"BlNotification",tagName:"bl-notification",elementClass:customElements.get("BlNotification")})}))),Q=e.lazy(()=>customElements.whenDefined("bl-select-option").then(()=>({default:t({react:e,displayName:"BlSelectOption",tagName:"bl-select-option",elementClass:customElements.get("BlSelectOption")})}))),U=e.lazy(()=>customElements.whenDefined("bl-select").then(()=>({default:t({react:e,displayName:"BlSelect",tagName:"bl-select",elementClass:customElements.get("BlSelect")})}))),X=e.lazy(()=>customElements.whenDefined("bl-pagination").then(()=>({default:t({react:e,displayName:"BlPagination",tagName:"bl-pagination",elementClass:customElements.get("BlPagination")})}))),Y=e.lazy(()=>customElements.whenDefined("bl-progress-indicator").then(()=>({default:t({react:e,displayName:"BlProgressIndicator",tagName:"bl-progress-indicator",elementClass:customElements.get("BlProgressIndicator")})}))),Z=e.lazy(()=>customElements.whenDefined("bl-radio").then(()=>({default:t({react:e,displayName:"BlRadio",tagName:"bl-radio",elementClass:customElements.get("BlRadio")})}))),_=e.lazy(()=>customElements.whenDefined("bl-radio-group").then(()=>({default:t({react:e,displayName:"BlRadioGroup",tagName:"bl-radio-group",elementClass:customElements.get("BlRadioGroup")})}))),$=e.lazy(()=>customElements.whenDefined("bl-stepper-item").then(()=>({default:t({react:e,displayName:"BlStepperItem",tagName:"bl-stepper-item",elementClass:customElements.get("BlStepperItem")})}))),ee=e.lazy(()=>customElements.whenDefined("bl-stepper").then(()=>({default:t({react:e,displayName:"BlStepper",tagName:"bl-stepper",elementClass:customElements.get("BlStepper")})}))),te=e.lazy(()=>customElements.whenDefined("bl-switch").then(()=>({default:t({react:e,displayName:"BlSwitch",tagName:"bl-switch",elementClass:customElements.get("BlSwitch")})}))),oe=e.lazy(()=>customElements.whenDefined("bl-tab-panel").then(()=>({default:t({react:e,displayName:"BlTabPanel",tagName:"bl-tab-panel",elementClass:customElements.get("BlTabPanel")})}))),le=e.lazy(()=>customElements.whenDefined("bl-tab").then(()=>({default:t({react:e,displayName:"BlTab",tagName:"bl-tab",elementClass:customElements.get("BlTab")})}))),ne=e.lazy(()=>customElements.whenDefined("bl-tab-group").then(()=>({default:t({react:e,displayName:"BlTabGroup",tagName:"bl-tab-group",elementClass:customElements.get("BlTabGroup")})}))),ae=e.lazy(()=>customElements.whenDefined("bl-table-body").then(()=>({default:t({react:e,displayName:"BlTableBody",tagName:"bl-table-body",elementClass:customElements.get("BlTableBody")})}))),re=e.lazy(()=>customElements.whenDefined("bl-table-header-cell").then(()=>({default:t({react:e,displayName:"BlTableHeaderCell",tagName:"bl-table-header-cell",elementClass:customElements.get("BlTableHeaderCell")})}))),pe=e.lazy(()=>customElements.whenDefined("bl-table-header").then(()=>({default:t({react:e,displayName:"BlTableHeader",tagName:"bl-table-header",elementClass:customElements.get("BlTableHeader")})}))),se=e.lazy(()=>customElements.whenDefined("bl-table-row").then(()=>({default:t({react:e,displayName:"BlTableRow",tagName:"bl-table-row",elementClass:customElements.get("BlTableRow")})}))),me=e.lazy(()=>customElements.whenDefined("bl-table-cell").then(()=>({default:t({react:e,displayName:"BlTableCell",tagName:"bl-table-cell",elementClass:customElements.get("BlTableCell")})}))),ce=e.lazy(()=>customElements.whenDefined("bl-table").then(()=>({default:t({react:e,displayName:"BlTable",tagName:"bl-table",elementClass:customElements.get("BlTable")})}))),ie=e.lazy(()=>customElements.whenDefined("bl-tag").then(()=>({default:t({react:e,displayName:"BlTag",tagName:"bl-tag",elementClass:customElements.get("BlTag")})}))),ue=e.lazy(()=>customElements.whenDefined("bl-textarea").then(()=>({default:t({react:e,displayName:"BlTextarea",tagName:"bl-textarea",elementClass:customElements.get("BlTextarea")})}))),de=e.lazy(()=>customElements.whenDefined("bl-accordion-group").then(()=>({default:t({react:e,displayName:"BlAccordionGroup",tagName:"bl-accordion-group",elementClass:customElements.get("BlAccordionGroup")})})));export{D as BlAccordion,de as BlAccordionGroup,S as BlAlert,z as BlBadge,k as BlButton,I as BlCalendar,G as BlCheckbox,P as BlCheckboxGroup,H as BlDatepicker,L as BlDialog,j as BlDrawer,q as BlDropdown,F as BlDropdownGroup,M as BlDropdownItem,v as BlIcon,R as BlInput,W as BlLink,K as BlNotification,J as BlNotificationCard,X as BlPagination,A as BlPopover,Y as BlProgressIndicator,Z as BlRadio,_ as BlRadioGroup,U as BlSelect,Q as BlSelectOption,T as BlSpinner,V as BlSplitButton,ee as BlStepper,$ as BlStepperItem,te as BlSwitch,le as BlTab,ne as BlTabGroup,oe as BlTabPanel,ce as BlTable,ae as BlTableBody,me as BlTableCell,pe as BlTableHeader,re as BlTableHeaderCell,se as BlTableRow,ie as BlTag,ue as BlTextarea,O as BlTooltip};
|
|
2
2
|
/*! Bundled license information:
|
|
3
3
|
|
|
4
4
|
@lit-labs/react/create-component.js:
|