@datum-cloud/datum-ui 0.6.0 → 0.7.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/LICENSE +21 -0
- package/README.md +10 -0
- package/dist/action-row-DnhBhMtt.mjs +22 -0
- package/dist/app-navigation/index.mjs +2 -2
- package/dist/{app-navigation-84ro28PU.mjs → app-navigation-D0EBWUwJ.mjs} +48 -3
- package/dist/autocomplete/index.mjs +1 -1
- package/dist/autocomplete-DdbTQe6u.mjs +141 -0
- package/dist/autosearch/index.mjs +100 -92
- package/dist/avatar-stack/index.mjs +1 -1
- package/dist/{avatar-stack-oVr8tsU7.mjs → avatar-stack-CDhlA1Nm.mjs} +1 -1
- package/dist/calendar/index.mjs +1 -1
- package/dist/{calendar-DEkCw7I1.mjs → calendar-C-Hbf74r.mjs} +4 -4
- package/dist/{calendar-date-picker-CDT-8Ha8.mjs → calendar-date-picker-BaykEs6j.mjs} +324 -240
- package/dist/code-editor/index.mjs +1 -1
- package/dist/components/base/date-picker/index.d.ts +4 -0
- package/dist/components/base/date-picker/index.d.ts.map +1 -0
- package/dist/components/base/date-picker/types.d.ts +7 -0
- package/dist/components/base/date-picker/types.d.ts.map +1 -0
- package/dist/components/base/date-picker/use-date-constraints.d.ts +8 -0
- package/dist/components/base/date-picker/use-date-constraints.d.ts.map +1 -0
- package/dist/components/base/index.d.ts +3 -0
- package/dist/components/base/index.d.ts.map +1 -1
- package/dist/components/base/mobile-sheet/context.d.ts +13 -0
- package/dist/components/base/mobile-sheet/context.d.ts.map +1 -0
- package/dist/components/base/mobile-sheet/index.d.ts +3 -0
- package/dist/components/base/mobile-sheet/index.d.ts.map +1 -0
- package/dist/components/base/mobile-sheet/mobile-sheet.d.ts +14 -0
- package/dist/components/base/mobile-sheet/mobile-sheet.d.ts.map +1 -0
- package/dist/components/base/option-picker/index.d.ts +5 -0
- package/dist/components/base/option-picker/index.d.ts.map +1 -0
- package/dist/components/base/option-picker/option-list.d.ts +3 -0
- package/dist/components/base/option-picker/option-list.d.ts.map +1 -0
- package/dist/components/base/option-picker/types.d.ts +71 -0
- package/dist/components/base/option-picker/types.d.ts.map +1 -0
- package/dist/components/base/option-picker/use-option-picker.d.ts +4 -0
- package/dist/components/base/option-picker/use-option-picker.d.ts.map +1 -0
- package/dist/components/base/responsive-dropdown/index.d.ts +2 -0
- package/dist/components/base/responsive-dropdown/index.d.ts.map +1 -0
- package/dist/components/base/responsive-dropdown/responsive-dropdown.d.ts +25 -0
- package/dist/components/base/responsive-dropdown/responsive-dropdown.d.ts.map +1 -0
- package/dist/components/base/responsive-popover/index.d.ts +2 -0
- package/dist/components/base/responsive-popover/index.d.ts.map +1 -0
- package/dist/components/base/responsive-popover/responsive-popover.d.ts +46 -0
- package/dist/components/base/responsive-popover/responsive-popover.d.ts.map +1 -0
- package/dist/components/base/tooltip/tooltip.d.ts.map +1 -1
- package/dist/components/features/app-navigation/app-navigation.d.ts +5 -3
- package/dist/components/features/app-navigation/app-navigation.d.ts.map +1 -1
- package/dist/components/features/autocomplete/autocomplete.d.ts +2 -2
- package/dist/components/features/autocomplete/autocomplete.d.ts.map +1 -1
- package/dist/components/features/autocomplete/autocomplete.types.d.ts +7 -16
- package/dist/components/features/autocomplete/autocomplete.types.d.ts.map +1 -1
- package/dist/components/features/autocomplete/trigger.d.ts +20 -0
- package/dist/components/features/autocomplete/trigger.d.ts.map +1 -0
- package/dist/components/features/autosearch/autosearch.d.ts +1 -1
- package/dist/components/features/autosearch/autosearch.d.ts.map +1 -1
- package/dist/components/features/autosearch/autosearch.types.d.ts +4 -0
- package/dist/components/features/autosearch/autosearch.types.d.ts.map +1 -1
- package/dist/components/features/calendar-date-picker/calendar-date-picker.d.ts +3 -37
- package/dist/components/features/calendar-date-picker/calendar-date-picker.d.ts.map +1 -1
- package/dist/components/features/calendar-date-picker/calendar-header.d.ts +13 -0
- package/dist/components/features/calendar-date-picker/calendar-header.d.ts.map +1 -0
- package/dist/components/features/calendar-date-picker/calendar-presets.d.ts +9 -0
- package/dist/components/features/calendar-date-picker/calendar-presets.d.ts.map +1 -0
- package/dist/components/features/calendar-date-picker/date-trigger.d.ts +24 -0
- package/dist/components/features/calendar-date-picker/date-trigger.d.ts.map +1 -0
- package/dist/components/features/calendar-date-picker/index.d.ts +2 -1
- package/dist/components/features/calendar-date-picker/index.d.ts.map +1 -1
- package/dist/components/features/calendar-date-picker/types.d.ts +42 -0
- package/dist/components/features/calendar-date-picker/types.d.ts.map +1 -0
- package/dist/components/features/calendar-date-picker/use-calendar-date-picker.d.ts +48 -0
- package/dist/components/features/calendar-date-picker/use-calendar-date-picker.d.ts.map +1 -0
- package/dist/components/features/data-table/components/row-actions.d.ts +1 -1
- package/dist/components/features/data-table/components/row-actions.d.ts.map +1 -1
- package/dist/components/features/data-table/filters/checkbox-filter.d.ts +1 -1
- package/dist/components/features/data-table/filters/checkbox-filter.d.ts.map +1 -1
- package/dist/components/features/data-table/filters/select-filter.d.ts +1 -1
- package/dist/components/features/data-table/filters/select-filter.d.ts.map +1 -1
- package/dist/components/features/data-table/types.d.ts +11 -12
- package/dist/components/features/data-table/types.d.ts.map +1 -1
- package/dist/components/features/date-time-picker/date-time-picker.d.ts +1 -1
- package/dist/components/features/date-time-picker/date-time-picker.d.ts.map +1 -1
- package/dist/components/features/date-time-picker/types.d.ts +23 -0
- package/dist/components/features/date-time-picker/types.d.ts.map +1 -1
- package/dist/components/features/form/components/form-combobox.d.ts +7 -44
- package/dist/components/features/form/components/form-combobox.d.ts.map +1 -1
- package/dist/components/features/form/components/form-dialog.d.ts +2 -1
- package/dist/components/features/form/components/form-dialog.d.ts.map +1 -1
- package/dist/components/features/form/components/form-field.d.ts +1 -1
- package/dist/components/features/form/components/form-field.d.ts.map +1 -1
- package/dist/components/features/form/types/index.d.ts +4 -0
- package/dist/components/features/form/types/index.d.ts.map +1 -1
- package/dist/components/features/index.d.ts +2 -0
- package/dist/components/features/index.d.ts.map +1 -1
- package/dist/components/features/more-actions/action-row.d.ts +9 -0
- package/dist/components/features/more-actions/action-row.d.ts.map +1 -0
- package/dist/components/features/more-actions/index.d.ts +3 -1
- package/dist/components/features/more-actions/index.d.ts.map +1 -1
- package/dist/components/features/more-actions/more-actions.d.ts +8 -14
- package/dist/components/features/more-actions/more-actions.d.ts.map +1 -1
- package/dist/components/features/more-actions/types.d.ts +24 -0
- package/dist/components/features/more-actions/types.d.ts.map +1 -0
- package/dist/components/features/multi-select/index.d.ts +3 -0
- package/dist/components/features/multi-select/index.d.ts.map +1 -0
- package/dist/components/features/multi-select/multi-select.d.ts +147 -0
- package/dist/components/features/multi-select/multi-select.d.ts.map +1 -0
- package/dist/components/features/page-title/page-title.d.ts.map +1 -1
- package/dist/components/features/rich-text-editor/index.d.ts +4 -0
- package/dist/components/features/rich-text-editor/index.d.ts.map +1 -0
- package/dist/components/features/rich-text-editor/rich-text-content.d.ts +3 -0
- package/dist/components/features/rich-text-editor/rich-text-content.d.ts.map +1 -0
- package/dist/components/features/rich-text-editor/rich-text-editor.d.ts +28 -0
- package/dist/components/features/rich-text-editor/rich-text-editor.d.ts.map +1 -0
- package/dist/components/features/rich-text-editor/toolbar/bold-toolbar.d.ts +2 -0
- package/dist/components/features/rich-text-editor/toolbar/bold-toolbar.d.ts.map +1 -0
- package/dist/components/features/rich-text-editor/toolbar/italic-toolbar.d.ts +2 -0
- package/dist/components/features/rich-text-editor/toolbar/italic-toolbar.d.ts.map +1 -0
- package/dist/components/features/rich-text-editor/toolbar/link-toolbar.d.ts +2 -0
- package/dist/components/features/rich-text-editor/toolbar/link-toolbar.d.ts.map +1 -0
- package/dist/components/features/rich-text-editor/toolbar/strike-toolbar.d.ts +2 -0
- package/dist/components/features/rich-text-editor/toolbar/strike-toolbar.d.ts.map +1 -0
- package/dist/components/features/rich-text-editor/toolbar/toolbar-button.d.ts +17 -0
- package/dist/components/features/rich-text-editor/toolbar/toolbar-button.d.ts.map +1 -0
- package/dist/components/features/rich-text-editor/toolbar/toolbar.d.ts +6 -0
- package/dist/components/features/rich-text-editor/toolbar/toolbar.d.ts.map +1 -0
- package/dist/components/features/rich-text-editor/toolbar/underline-toolbar.d.ts +2 -0
- package/dist/components/features/rich-text-editor/toolbar/underline-toolbar.d.ts.map +1 -0
- package/dist/components/features/rich-text-editor/types.d.ts +20 -0
- package/dist/components/features/rich-text-editor/types.d.ts.map +1 -0
- package/dist/components/features/tag-input/tag-input.d.ts +12 -1
- package/dist/components/features/tag-input/tag-input.d.ts.map +1 -1
- package/dist/components/features/task-queue/core/task-queue-dropdown.d.ts.map +1 -1
- package/dist/components/features/time-picker/time-picker.d.ts +1 -17
- package/dist/components/features/time-picker/time-picker.d.ts.map +1 -1
- package/dist/components/features/time-picker/types.d.ts +20 -18
- package/dist/components/features/time-picker/types.d.ts.map +1 -1
- package/dist/components/features/time-picker/use-time-slots.d.ts +10 -0
- package/dist/components/features/time-picker/use-time-slots.d.ts.map +1 -0
- package/dist/components/features/time-range-picker/components/absolute-range-panel.d.ts.map +1 -1
- package/dist/components/features/time-range-picker/time-range-picker.d.ts.map +1 -1
- package/dist/data-table/index.mjs +60 -175
- package/dist/date-picker/index.mjs +2 -2
- package/dist/date-time-picker/index.mjs +1 -1
- package/dist/{date-time-picker-BomrW07W.mjs → date-time-picker-DKOxrhmc.mjs} +64 -49
- package/dist/dropdown/index.mjs +109 -1
- package/dist/dropzone/index.mjs +1 -1
- package/dist/empty-content/index.mjs +1 -1
- package/dist/form/adapters/conform/index.mjs +2 -2
- package/dist/form/adapters/rhf/index.mjs +2 -2
- package/dist/form/index.mjs +2 -2
- package/dist/form/stepper/index.mjs +3 -3
- package/dist/{form-B3rQ4CH9.mjs → form-CCNN9VtJ.mjs} +27 -30
- package/dist/grid/index.mjs +1 -1
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.mjs +4 -3
- package/dist/hooks/use-breakpoint.d.ts +9 -0
- package/dist/hooks/use-breakpoint.d.ts.map +1 -0
- package/dist/index.mjs +48 -41
- package/dist/input-number/index.mjs +1 -1
- package/dist/loader-overlay/index.mjs +1 -1
- package/dist/map/index.mjs +1 -1
- package/dist/{map-CWIQ-eql.mjs → map-DRzZDNtB.mjs} +83 -4
- package/dist/mobile-sheet/index.mjs +2 -0
- package/dist/mobile-sheet-BxMvkzAj.mjs +61 -0
- package/dist/more-actions/index.mjs +3 -2
- package/dist/more-actions-Ca5qqd0H.mjs +49 -0
- package/dist/multi-select/index.mjs +2 -0
- package/dist/multi-select-DM_dxnSV.mjs +235 -0
- package/dist/page-title/index.mjs +1 -1
- package/dist/{page-title-ChsnpBiH.mjs → page-title-ChLiv6gB.mjs} +3 -2
- package/dist/popover/index.mjs +1 -1
- package/dist/radio-group/index.mjs +1 -1
- package/dist/responsive-dropdown/index.mjs +2 -0
- package/dist/responsive-dropdown-IFroDgKn.mjs +53 -0
- package/dist/responsive-popover/index.mjs +2 -0
- package/dist/responsive-popover-D-t9bxSN.mjs +61 -0
- package/dist/rich-text-editor/index.mjs +2 -0
- package/dist/rich-text-editor-CQH_U4T5.mjs +293 -0
- package/dist/select/index.mjs +1 -1
- package/dist/sheet/index.mjs +2 -2
- package/dist/{sheet-BzXksqYY.mjs → sheet-LhUgozvg.mjs} +1 -1
- package/dist/sidebar/index.mjs +1 -1
- package/dist/{sidebar-BnhnjvfO.mjs → sidebar-B8LQJiNI.mjs} +3 -3
- package/dist/skeleton/index.mjs +1 -1
- package/dist/{skeleton-D1MUhAVo.mjs → skeleton-D4HOEiOZ.mjs} +1 -1
- package/dist/spinner/index.mjs +1 -1
- package/dist/stepper/index.mjs +1 -1
- package/dist/styles/canela.css +23 -0
- package/dist/styles/fonts/CanelaText-Regular.ttf +0 -0
- package/dist/styles/tokens/figma-tokens.css +4 -0
- package/dist/switch/index.mjs +1 -1
- package/dist/table/index.mjs +1 -1
- package/dist/tag-input/index.mjs +1 -1
- package/dist/{tag-input-T9cUX9-G.mjs → tag-input-Bf4GMptp.mjs} +29 -14
- package/dist/task-queue/index.mjs +1 -1
- package/dist/{task-queue-dropdown-Wcbj-f0V.mjs → task-queue-dropdown-D-LncEWm.mjs} +39 -39
- package/dist/textarea/index.mjs +1 -1
- package/dist/theme/index.mjs +1 -1
- package/dist/time-picker/index.mjs +1 -1
- package/dist/time-picker-BZF5jbF6.mjs +99 -0
- package/dist/{to-api-format-Bh3c01gr.mjs → to-api-format-CgKcC9SK.mjs} +144 -119
- package/dist/toast/index.mjs +2 -2
- package/dist/{toast-DpxlFNNx.mjs → toast-DDdLgY53.mjs} +1 -1
- package/dist/tooltip/index.mjs +1 -1
- package/dist/{tooltip-Cruvl5F6.mjs → tooltip-a7NTDCWw.mjs} +74 -17
- package/dist/transfer/index.mjs +1 -1
- package/dist/{types-BZNk3q65.mjs → types-CKIe2WlV.mjs} +2 -2
- package/dist/typography/index.mjs +1 -1
- package/dist/use-breakpoint-DGcVmB3c.mjs +36 -0
- package/dist/{use-copy-to-clipboard-uNeeVHC4.mjs → use-copy-to-clipboard-D7KyLIAt.mjs} +1 -1
- package/dist/use-date-constraints-R3H4lIoT.mjs +41 -0
- package/dist/use-option-picker-BXQOfyrK.mjs +215 -0
- package/dist/visually-hidden/index.mjs +1 -1
- package/package.json +63 -8
- package/dist/autocomplete-CkYJueBL.mjs +0 -293
- package/dist/combobox/index.mjs +0 -2
- package/dist/combobox-B-C9lJeD.mjs +0 -97
- package/dist/components/features/combobox/combobox.d.ts +0 -27
- package/dist/components/features/combobox/combobox.d.ts.map +0 -1
- package/dist/components/features/combobox/index.d.ts +0 -3
- package/dist/components/features/combobox/index.d.ts.map +0 -1
- package/dist/components/features/combobox/types.d.ts +0 -84
- package/dist/components/features/combobox/types.d.ts.map +0 -1
- package/dist/dropdown-DZiAt-jS.mjs +0 -110
- package/dist/dropdown-menu-lALvDnab.mjs +0 -85
- package/dist/more-actions-ILnEZq_E.mjs +0 -52
- package/dist/time-picker-BoF7pZZ2.mjs +0 -43
- /package/dist/{adapter-context-rWveHhDd.mjs → adapter-context-NyGTDZYq.mjs} +0 -0
- /package/dist/{col-1T0Q3SlH.mjs → col-DISdGlqY.mjs} +0 -0
- /package/dist/{dropzone-ogtpQ4fy.mjs → dropzone-Bt0plEuw.mjs} +0 -0
- /package/dist/{empty-content-C63GPJ5d.mjs → empty-content-CBh5bbtJ.mjs} +0 -0
- /package/dist/{form-context-Ccxm-wqL.mjs → form-context-CeKyvO-A.mjs} +0 -0
- /package/dist/{hooks-D8r2M2U6.mjs → hooks-DQXVwbrs.mjs} +0 -0
- /package/dist/{input-number-a7uydAsw.mjs → input-number-Diu-C6d5.mjs} +0 -0
- /package/dist/{loader-overlay-BTFdkp7W.mjs → loader-overlay-C2WDla6V.mjs} +0 -0
- /package/dist/{map-leaflet-imports-CRSKA79m.mjs → map-leaflet-imports-BkUrNU37.mjs} +0 -0
- /package/dist/{popover-FJAcbYoH.mjs → popover-JOuXJOZ2.mjs} +0 -0
- /package/dist/{radio-group-CiITR0LO.mjs → radio-group-70UjJBb5.mjs} +0 -0
- /package/dist/{select-CiLR_DiQ.mjs → select-zxwykvQn.mjs} +0 -0
- /package/dist/{sheet-Di3b-oPu.mjs → sheet-DVEToCVY.mjs} +0 -0
- /package/dist/{skeleton-BKl4mfJt.mjs → skeleton-D2xuJdE1.mjs} +0 -0
- /package/dist/{spinner-OyOf9-Yu.mjs → spinner-CgPI3DDi.mjs} +0 -0
- /package/dist/{stepper-DvIOp0hh.mjs → stepper-Beb-zbdL.mjs} +0 -0
- /package/dist/{switch-DQJQhPIQ.mjs → switch-DcSF42Kc.mjs} +0 -0
- /package/dist/{table-Cdsh-39-.mjs → table-DWGT4cqh.mjs} +0 -0
- /package/dist/{textarea-BwD-MmTV.mjs → textarea-BoChBcFz.mjs} +0 -0
- /package/dist/{themes-DG1md8FI.mjs → themes-CAiN4b6G.mjs} +0 -0
- /package/dist/{toast-BWnN5fax.mjs → toast-D5XD7goD.mjs} +0 -0
- /package/dist/{transfer-46C-rFFW.mjs → transfer-CoGPwOc6.mjs} +0 -0
- /package/dist/{typography-ClB8k55E.mjs → typography-TRKP_CLT.mjs} +0 -0
- /package/dist/{use-display-touched-I39aXEBD.mjs → use-display-touched-8VGszCqj.mjs} +0 -0
- /package/dist/{visuallyhidden-BLUsJpYH.mjs → visuallyhidden-BHOPczmW.mjs} +0 -0
|
@@ -1,19 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
variant?: 'default' | 'destructive';
|
|
5
|
-
icon?: React.ReactNode;
|
|
6
|
-
className?: string;
|
|
7
|
-
action: (row?: TData) => void | Promise<void>;
|
|
8
|
-
disabled?: (row?: TData) => boolean;
|
|
9
|
-
hidden?: (row?: TData) => boolean;
|
|
10
|
-
tooltip?: string | ((row?: TData) => string);
|
|
11
|
-
}
|
|
12
|
-
export declare function MoreActions<TData>({ row, actions, className, disabled, iconClassName, }: {
|
|
1
|
+
import type { ActionItem } from './types';
|
|
2
|
+
export type { ActionItem };
|
|
3
|
+
export interface MoreActionsComponentProps<TData> {
|
|
13
4
|
row?: TData;
|
|
14
|
-
actions:
|
|
5
|
+
actions: ActionItem<TData>[];
|
|
15
6
|
className?: string;
|
|
16
7
|
disabled?: boolean;
|
|
17
8
|
iconClassName?: string;
|
|
18
|
-
|
|
9
|
+
responsive?: boolean;
|
|
10
|
+
sheetTitle?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function MoreActions<TData>({ row, actions, className, disabled, iconClassName, responsive, sheetTitle, }: MoreActionsComponentProps<TData>): import("react/jsx-runtime").JSX.Element | null;
|
|
19
13
|
//# sourceMappingURL=more-actions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"more-actions.d.ts","sourceRoot":"","sources":["../../../../src/components/features/more-actions/more-actions.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"more-actions.d.ts","sourceRoot":"","sources":["../../../../src/components/features/more-actions/more-actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAQzC,YAAY,EAAE,UAAU,EAAE,CAAA;AAE1B,MAAM,WAAW,yBAAyB,CAAC,KAAK;IAC9C,GAAG,CAAC,EAAE,KAAK,CAAA;IACX,OAAO,EAAE,UAAU,CAAC,KAAK,CAAC,EAAE,CAAA;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAG,EAClC,GAAG,EACH,OAAO,EACP,SAAS,EACT,QAAgB,EAChB,aAAa,EACb,UAAiB,EACjB,UAAsB,GACvB,EAAE,yBAAyB,CAAC,KAAK,CAAC,kDAyElC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { ComponentType, ReactNode } from 'react';
|
|
2
|
+
export interface ActionItem<TData> {
|
|
3
|
+
/** Unique key for the action (required by more-actions for React keying) */
|
|
4
|
+
key?: string;
|
|
5
|
+
/** Display label for the action */
|
|
6
|
+
label: string;
|
|
7
|
+
/** Click handler — receives the row/data item */
|
|
8
|
+
onClick: (data: TData) => void | Promise<void>;
|
|
9
|
+
/** Optional icon — accepts ComponentType or ReactNode for flexibility */
|
|
10
|
+
icon?: ComponentType<{
|
|
11
|
+
className?: string;
|
|
12
|
+
}> | ReactNode;
|
|
13
|
+
/** Visual variant. 'destructive' renders red text + icon. */
|
|
14
|
+
variant?: 'default' | 'destructive';
|
|
15
|
+
/** Disable the action. Boolean or function receiving the data item. */
|
|
16
|
+
disabled?: boolean | ((data: TData) => boolean);
|
|
17
|
+
/** Hide the action. Boolean or function receiving the data item. */
|
|
18
|
+
hidden?: boolean | ((data: TData) => boolean);
|
|
19
|
+
/** Additional CSS classes for the action row button */
|
|
20
|
+
className?: string;
|
|
21
|
+
/** Tooltip text — static string or function receiving the data item */
|
|
22
|
+
tooltip?: string | ((data: TData) => string);
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/features/more-actions/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAErD,MAAM,WAAW,UAAU,CAAC,KAAK;IAC/B,4EAA4E;IAC5E,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,mCAAmC;IACnC,KAAK,EAAE,MAAM,CAAA;IACb,iDAAiD;IACjD,OAAO,EAAE,CAAC,IAAI,EAAE,KAAK,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IAC9C,yEAAyE;IACzE,IAAI,CAAC,EAAE,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,GAAG,SAAS,CAAA;IACxD,6DAA6D;IAC7D,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAA;IACnC,uEAAuE;IACvE,QAAQ,CAAC,EAAE,OAAO,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,KAAK,OAAO,CAAC,CAAA;IAC/C,oEAAoE;IACpE,MAAM,CAAC,EAAE,OAAO,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,KAAK,OAAO,CAAC,CAAA;IAC7C,uDAAuD;IACvD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,uEAAuE;IACvE,OAAO,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,KAAK,MAAM,CAAC,CAAA;CAC7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/features/multi-select/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAC5C,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA"}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import type { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* Variants for the multi-select component to handle different styles.
|
|
5
|
+
* Uses class-variance-authority (cva) to define different styles based on "variant" prop.
|
|
6
|
+
*/
|
|
7
|
+
declare const multiSelectVariants: (props?: ({
|
|
8
|
+
variant?: "default" | "secondary" | "destructive" | "inverted" | null | undefined;
|
|
9
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
10
|
+
/**
|
|
11
|
+
* Props for MultiSelect component
|
|
12
|
+
*/
|
|
13
|
+
export interface MultiSelectOption {
|
|
14
|
+
label: string;
|
|
15
|
+
value: string;
|
|
16
|
+
icon?: React.ComponentType<{
|
|
17
|
+
className?: string;
|
|
18
|
+
}>;
|
|
19
|
+
}
|
|
20
|
+
interface MultiSelectProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof multiSelectVariants> {
|
|
21
|
+
/**
|
|
22
|
+
* An array of option objects to be displayed in the multi-select component.
|
|
23
|
+
* Each option object has a label, value, and an optional icon.
|
|
24
|
+
*/
|
|
25
|
+
options: MultiSelectOption[];
|
|
26
|
+
/**
|
|
27
|
+
* Callback function triggered when the selected values change.
|
|
28
|
+
* Receives an array of the new selected values.
|
|
29
|
+
*/
|
|
30
|
+
onValueChange: (value: string[]) => void;
|
|
31
|
+
/** The default selected values when the component mounts. */
|
|
32
|
+
defaultValue?: string[];
|
|
33
|
+
/** The controlled selected values. When provided, component becomes controlled. */
|
|
34
|
+
value?: string[];
|
|
35
|
+
/**
|
|
36
|
+
* Placeholder text to be displayed when no values are selected.
|
|
37
|
+
* Optional, defaults to "Select options".
|
|
38
|
+
*/
|
|
39
|
+
placeholder?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Animation duration in seconds for the visual effects (e.g., bouncing badges).
|
|
42
|
+
* Optional, defaults to 0 (no animation).
|
|
43
|
+
*/
|
|
44
|
+
animation?: number;
|
|
45
|
+
/**
|
|
46
|
+
* Maximum number of items to display. Extra selected items will be summarized.
|
|
47
|
+
* Set to -1 for unlimited items.
|
|
48
|
+
* Optional, defaults to 3.
|
|
49
|
+
*/
|
|
50
|
+
maxCount?: number | -1;
|
|
51
|
+
/**
|
|
52
|
+
* The modality of the popover. When set to true, interaction with outside elements
|
|
53
|
+
* will be disabled and only popover content will be visible to screen readers.
|
|
54
|
+
* Optional, defaults to false.
|
|
55
|
+
*/
|
|
56
|
+
modalPopover?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* If true, renders the multi-select component as a child of another component.
|
|
59
|
+
* Optional, defaults to false.
|
|
60
|
+
*/
|
|
61
|
+
asChild?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
* Additional class names to apply custom styles to the multi-select component.
|
|
64
|
+
* Optional, can be used to add custom styles.
|
|
65
|
+
*/
|
|
66
|
+
className?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Additional class names to apply custom styles to the box container.
|
|
69
|
+
* Optional, can be used to add custom styles to the box wrapper.
|
|
70
|
+
*/
|
|
71
|
+
boxClassName?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Custom actions to be displayed in the multi-select popover.
|
|
74
|
+
* Each action should have a label and an onClick handler.
|
|
75
|
+
* Optional array of custom actions.
|
|
76
|
+
*/
|
|
77
|
+
actions?: Array<{
|
|
78
|
+
/** The label text to display for the action */
|
|
79
|
+
label: string;
|
|
80
|
+
/** Click handler for the action */
|
|
81
|
+
onClick: () => void;
|
|
82
|
+
/** Optional icon component to display alongside the action */
|
|
83
|
+
icon?: React.ComponentType<{
|
|
84
|
+
className?: string;
|
|
85
|
+
}>;
|
|
86
|
+
/** Optional class name for custom styling */
|
|
87
|
+
className?: string;
|
|
88
|
+
}>;
|
|
89
|
+
/**
|
|
90
|
+
* Callback function triggered when a selected badge is clicked.
|
|
91
|
+
* Receives the value of the clicked badge as a parameter.
|
|
92
|
+
* Optional, can be used to handle badge click interactions.
|
|
93
|
+
*/
|
|
94
|
+
onBadgeClick?: (option: MultiSelectOption) => void;
|
|
95
|
+
badgeClassName?: string;
|
|
96
|
+
/**
|
|
97
|
+
* Determines if badges should be clickable.
|
|
98
|
+
* When true, badges will have hover and click interactions.
|
|
99
|
+
* Optional, defaults to false.
|
|
100
|
+
*/
|
|
101
|
+
clickableBadges?: boolean;
|
|
102
|
+
/**
|
|
103
|
+
* Controls the visibility of the close (X) button in the popover.
|
|
104
|
+
* When false, the close button will be hidden.
|
|
105
|
+
* Optional, defaults to true.
|
|
106
|
+
*/
|
|
107
|
+
showCloseButton?: boolean;
|
|
108
|
+
/**
|
|
109
|
+
* Determines if the clear button should be shown in the popover.
|
|
110
|
+
* When false, the clear button will be hidden.
|
|
111
|
+
* Optional, defaults to true.
|
|
112
|
+
*/
|
|
113
|
+
showClearButton?: boolean;
|
|
114
|
+
/**
|
|
115
|
+
* Controls whether to show the "Select All" option in the popover.
|
|
116
|
+
* When true, a "Select All" option will be displayed at the top of the options list.
|
|
117
|
+
* Optional, defaults to false.
|
|
118
|
+
*/
|
|
119
|
+
showSelectAll?: boolean;
|
|
120
|
+
/**
|
|
121
|
+
* Controls whether the component is loading.
|
|
122
|
+
* When true, the component will show a loading indicator.
|
|
123
|
+
* Optional, defaults to false.
|
|
124
|
+
*/
|
|
125
|
+
isLoading?: boolean;
|
|
126
|
+
/**
|
|
127
|
+
* The content to display when no options are found.
|
|
128
|
+
* Optional, defaults to "No options found.".
|
|
129
|
+
*/
|
|
130
|
+
emptyContent?: string;
|
|
131
|
+
/**
|
|
132
|
+
* Whether to use responsive mode (mobile sheet on small screens).
|
|
133
|
+
* Optional, defaults to true.
|
|
134
|
+
*/
|
|
135
|
+
responsive?: boolean;
|
|
136
|
+
/**
|
|
137
|
+
* Title shown in the mobile sheet header.
|
|
138
|
+
* Optional, defaults to placeholder ?? 'Select options'.
|
|
139
|
+
*/
|
|
140
|
+
sheetTitle?: string;
|
|
141
|
+
}
|
|
142
|
+
export declare function MultiSelect({ options, onValueChange, variant, defaultValue, value, placeholder, animation, maxCount, modalPopover, className, boxClassName, actions, onBadgeClick, badgeClassName, clickableBadges, showCloseButton, showClearButton, showSelectAll, disabled, id, name, isLoading, emptyContent, responsive, sheetTitle, }: MultiSelectProps): import("react/jsx-runtime").JSX.Element;
|
|
143
|
+
export declare namespace MultiSelect {
|
|
144
|
+
var displayName: string;
|
|
145
|
+
}
|
|
146
|
+
export {};
|
|
147
|
+
//# sourceMappingURL=multi-select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multi-select.d.ts","sourceRoot":"","sources":["../../../../src/components/features/multi-select/multi-select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAI5D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAQ9B;;;GAGG;AACH,QAAA,MAAM,mBAAmB;;8EAexB,CAAA;AAED;;GAEG;AAEH,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;CACnD;AAED,UAAU,gBACR,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EACrD,YAAY,CAAC,OAAO,mBAAmB,CAAC;IACxC;;;OAGG;IACH,OAAO,EAAE,iBAAiB,EAAE,CAAA;IAE5B;;;OAGG;IACH,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IAExC,6DAA6D;IAC7D,YAAY,CAAC,EAAE,MAAM,EAAE,CAAA;IAEvB,mFAAmF;IACnF,KAAK,CAAC,EAAE,MAAM,EAAE,CAAA;IAEhB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,CAAA;IAEtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IAErB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC;QACd,+CAA+C;QAC/C,KAAK,EAAE,MAAM,CAAA;QACb,mCAAmC;QACnC,OAAO,EAAE,MAAM,IAAI,CAAA;QACnB,8DAA8D;QAC9D,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;YAAE,SAAS,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC,CAAA;QAClD,6CAA6C;QAC7C,SAAS,CAAC,EAAE,MAAM,CAAA;KACnB,CAAC,CAAA;IAEF;;;;OAIG;IACH,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,iBAAiB,KAAK,IAAI,CAAA;IAElD,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAA;IAEzB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAA;IAEzB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAA;IAEzB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IAEvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAID,wBAAgB,WAAW,CAAC,EAC1B,OAAO,EACP,aAAa,EACb,OAAO,EACP,YAA0B,EAC1B,KAAK,EACL,WAA8B,EAC9B,SAAa,EACb,QAAY,EACZ,YAAoB,EACpB,SAAS,EACT,YAAY,EACZ,OAAO,EACP,YAAY,EACZ,cAAc,EACd,eAAuB,EACvB,eAAsB,EACtB,eAAsB,EACtB,aAAqB,EACrB,QAAgB,EAChB,EAAE,EACF,IAAI,EACJ,SAAiB,EACjB,YAAkC,EAClC,UAAiB,EACjB,UAAU,GACX,EAAE,gBAAgB,2CAqUlB;yBA/Ve,WAAW"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-title.d.ts","sourceRoot":"","sources":["../../../../src/components/features/page-title/page-title.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,cAAc;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC7B,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,eAAe,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAA;CACtC;AAED,wBAAgB,SAAS,CAAC,EACxB,KAAK,EACL,WAAW,EACX,OAAO,EACP,SAAS,EACT,cAAc,EACd,oBAAoB,EACpB,gBAAgB,EAChB,eAA0B,GAC3B,EAAE,cAAc,
|
|
1
|
+
{"version":3,"file":"page-title.d.ts","sourceRoot":"","sources":["../../../../src/components/features/page-title/page-title.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,cAAc;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC7B,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,eAAe,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAA;CACtC;AAED,wBAAgB,SAAS,CAAC,EACxB,KAAK,EACL,WAAW,EACX,OAAO,EACP,SAAS,EACT,cAAc,EACd,oBAAoB,EACpB,gBAAgB,EAChB,eAA0B,GAC3B,EAAE,cAAc,2CAqChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/features/rich-text-editor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AACrD,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAA;AACtE,YAAY,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rich-text-content.d.ts","sourceRoot":"","sources":["../../../../src/components/features/rich-text-editor/rich-text-content.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAgCnD,wBAAgB,eAAe,CAAC,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,oBAAoB,kDAkB3E"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { RichTextEditorContextValue, RichTextEditorProps } from './types';
|
|
2
|
+
import { BoldToolbar } from './toolbar/bold-toolbar';
|
|
3
|
+
import { ItalicToolbar } from './toolbar/italic-toolbar';
|
|
4
|
+
import { LinkToolbar } from './toolbar/link-toolbar';
|
|
5
|
+
import { StrikeToolbar } from './toolbar/strike-toolbar';
|
|
6
|
+
import { Toolbar, ToolbarSeparator } from './toolbar/toolbar';
|
|
7
|
+
import { UnderlineToolbar } from './toolbar/underline-toolbar';
|
|
8
|
+
export declare function useRichTextEditor(): RichTextEditorContextValue;
|
|
9
|
+
declare function RichTextEditorRoot({ content, onChange, onBlur, autoFocus, placeholder, disabled, children, className, }: RichTextEditorProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare function Content({ className }: {
|
|
11
|
+
className?: string;
|
|
12
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
declare function CharCount({ maxLength }: {
|
|
14
|
+
maxLength?: number;
|
|
15
|
+
}): import("react/jsx-runtime").JSX.Element | null;
|
|
16
|
+
export declare const RichTextEditor: typeof RichTextEditorRoot & {
|
|
17
|
+
Toolbar: typeof Toolbar;
|
|
18
|
+
Content: typeof Content;
|
|
19
|
+
CharacterCount: typeof CharCount;
|
|
20
|
+
Bold: typeof BoldToolbar;
|
|
21
|
+
Italic: typeof ItalicToolbar;
|
|
22
|
+
Underline: typeof UnderlineToolbar;
|
|
23
|
+
Strike: typeof StrikeToolbar;
|
|
24
|
+
Link: typeof LinkToolbar;
|
|
25
|
+
Separator: typeof ToolbarSeparator;
|
|
26
|
+
};
|
|
27
|
+
export {};
|
|
28
|
+
//# sourceMappingURL=rich-text-editor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rich-text-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/features/rich-text-editor/rich-text-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAS9E,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAA;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAA;AACxD,OAAO,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAA;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AAI9D,wBAAgB,iBAAiB,+BAEhC;AAED,iBAAS,kBAAkB,CAAC,EAC1B,OAAO,EACP,QAAQ,EACR,MAAM,EACN,SAAiB,EACjB,WAAW,EACX,QAAgB,EAChB,QAAQ,EACR,SAAS,GACV,EAAE,mBAAmB,2CAoErB;AAED,iBAAS,OAAO,CAAC,EAAE,SAAS,EAAE,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,2CAGrD;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,kDAoBvD;AAGD,eAAO,MAAM,cAAc;;;;;;;;;;CAUzB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bold-toolbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/features/rich-text-editor/toolbar/bold-toolbar.tsx"],"names":[],"mappings":"AAIA,wBAAgB,WAAW,4CAa1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"italic-toolbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/features/rich-text-editor/toolbar/italic-toolbar.tsx"],"names":[],"mappings":"AAIA,wBAAgB,aAAa,4CAa5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link-toolbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/features/rich-text-editor/toolbar/link-toolbar.tsx"],"names":[],"mappings":"AAoBA,wBAAgB,WAAW,4CAoE1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"strike-toolbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/features/rich-text-editor/toolbar/strike-toolbar.tsx"],"names":[],"mappings":"AAIA,wBAAgB,aAAa,4CAa5B"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
interface ToolbarButtonProps {
|
|
2
|
+
active?: boolean;
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
onClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
5
|
+
tooltip?: string;
|
|
6
|
+
shortcut?: string;
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
className?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function ToolbarButton({ ref, active, disabled, onClick, tooltip, children, className }: ToolbarButtonProps & {
|
|
11
|
+
ref?: React.RefObject<HTMLButtonElement | null>;
|
|
12
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export declare namespace ToolbarButton {
|
|
14
|
+
var displayName: string;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=toolbar-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbar-button.d.ts","sourceRoot":"","sources":["../../../../../src/components/features/rich-text-editor/toolbar/toolbar-button.tsx"],"names":[],"mappings":"AAGA,UAAU,kBAAkB;IAC1B,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAA;IACpD,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,wBAAgB,aAAa,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,kBAAkB,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAA;CAAE,2CAgCvK;yBAhCe,aAAa"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare function Toolbar({ children, className, }: {
|
|
2
|
+
children: React.ReactNode;
|
|
3
|
+
className?: string;
|
|
4
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare function ToolbarSeparator(): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
//# sourceMappingURL=toolbar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/features/rich-text-editor/toolbar/toolbar.tsx"],"names":[],"mappings":"AAEA,wBAAgB,OAAO,CAAC,EACtB,QAAQ,EACR,SAAS,GACV,EAAE;IACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,2CAQA;AAED,wBAAgB,gBAAgB,4CAE/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"underline-toolbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/features/rich-text-editor/toolbar/underline-toolbar.tsx"],"names":[],"mappings":"AAIA,wBAAgB,gBAAgB,4CAa/B"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { Editor } from '@tiptap/react';
|
|
2
|
+
export interface RichTextEditorProps {
|
|
3
|
+
content?: string;
|
|
4
|
+
onChange?: (html: string) => void;
|
|
5
|
+
onBlur?: () => void;
|
|
6
|
+
autoFocus?: boolean;
|
|
7
|
+
maxLength?: number;
|
|
8
|
+
placeholder?: string;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
children: React.ReactNode;
|
|
11
|
+
className?: string;
|
|
12
|
+
}
|
|
13
|
+
export interface RichTextContentProps {
|
|
14
|
+
content: string;
|
|
15
|
+
className?: string;
|
|
16
|
+
}
|
|
17
|
+
export interface RichTextEditorContextValue {
|
|
18
|
+
editor: Editor | null;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/features/rich-text-editor/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAA;AAE3C,MAAM,WAAW,mBAAmB;IAClC,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IACjC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,WAAW,0BAA0B;IACzC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAA;CACtB"}
|
|
@@ -6,6 +6,17 @@ interface TagsInputProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
6
6
|
placeholder?: string;
|
|
7
7
|
maxItems?: number;
|
|
8
8
|
minItems?: number;
|
|
9
|
+
/**
|
|
10
|
+
* Keys that trigger tag confirmation. Defaults to ['Enter', ','].
|
|
11
|
+
* Extend for specific use cases, e.g. [',', 'Enter', ';', ' '] for emails.
|
|
12
|
+
*/
|
|
13
|
+
delimiters?: string[];
|
|
14
|
+
/**
|
|
15
|
+
* Optional function to normalize a tag value before validation and adding.
|
|
16
|
+
* Runs after trimming. Returning a falsy value rejects the tag.
|
|
17
|
+
* Useful for case normalization, e.g. (v) => v.toLowerCase()
|
|
18
|
+
*/
|
|
19
|
+
normalizer?: (value: string) => string | null;
|
|
9
20
|
/**
|
|
10
21
|
* Optional Zod schema for validating individual tag values
|
|
11
22
|
*/
|
|
@@ -28,7 +39,7 @@ interface TagsInputProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
28
39
|
name?: string;
|
|
29
40
|
key?: string;
|
|
30
41
|
}
|
|
31
|
-
export declare function TagsInput({ ref, value, onValueChange, placeholder, maxItems, minItems, className, dir, validator, onValidationError, error, showValidationErrors, name, key, ...props }: TagsInputProps & {
|
|
42
|
+
export declare function TagsInput({ ref, value, onValueChange, placeholder, maxItems, minItems, className, dir, delimiters, normalizer, validator, onValidationError, error, showValidationErrors, name, key, ...props }: TagsInputProps & {
|
|
32
43
|
ref?: React.RefObject<HTMLDivElement | null>;
|
|
33
44
|
}): import("react/jsx-runtime").JSX.Element;
|
|
34
45
|
export declare namespace TagsInput {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tag-input.d.ts","sourceRoot":"","sources":["../../../../src/components/features/tag-input/tag-input.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;
|
|
1
|
+
{"version":3,"file":"tag-input.d.ts","sourceRoot":"","sources":["../../../../src/components/features/tag-input/tag-input.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAqBvB,UAAU,cAAe,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACnE,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IACxC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,GAAG,IAAI,CAAA;IAC7C;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAA;IAC7B;;;OAGG;IACH,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAA;IAClD;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IACzB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,GAAG,CAAC,EAAE,MAAM,CAAA;CACb;AAiBD,wBAAgB,SAAS,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,aAAa,EAAE,WAAW,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,EAAE,UAA+B,EAAE,UAAU,EAAE,SAAS,EAAE,iBAAiB,EAAE,KAAK,EAAE,oBAA2B,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAA;CAAE,2CAkb9S;yBAlbe,SAAS"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"task-queue-dropdown.d.ts","sourceRoot":"","sources":["../../../../../src/components/features/task-queue/core/task-queue-dropdown.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"task-queue-dropdown.d.ts","sourceRoot":"","sources":["../../../../../src/components/features/task-queue/core/task-queue-dropdown.tsx"],"names":[],"mappings":"AAkBA,wBAAgB,iBAAiB,4CAsFhC"}
|
|
@@ -1,21 +1,5 @@
|
|
|
1
1
|
import type { TimePickerProps } from './types';
|
|
2
|
-
|
|
3
|
-
* TimePicker - Simple time input component
|
|
4
|
-
*
|
|
5
|
-
* Provides a native HTML time input for selecting hours and minutes.
|
|
6
|
-
* Value format: "HH:mm" (e.g., "14:30")
|
|
7
|
-
*
|
|
8
|
-
* @example
|
|
9
|
-
* ```tsx
|
|
10
|
-
* <TimePicker
|
|
11
|
-
* value="14:30"
|
|
12
|
-
* onChange={(time) => console.log(time)}
|
|
13
|
-
* min="09:00"
|
|
14
|
-
* max="17:00"
|
|
15
|
-
* />
|
|
16
|
-
* ```
|
|
17
|
-
*/
|
|
18
|
-
export declare function TimePicker({ value, onChange, min, max, step, placeholder, disabled, className, id, 'aria-invalid': ariaInvalid, 'aria-describedby': ariaDescribedBy, }: TimePickerProps): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function TimePicker({ value, onChange, min, max, step, placeholder, disabled, className, id, name, responsive, sheetTitle, }: TimePickerProps): import("react/jsx-runtime").JSX.Element;
|
|
19
3
|
export declare namespace TimePicker {
|
|
20
4
|
var displayName: string;
|
|
21
5
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"time-picker.d.ts","sourceRoot":"","sources":["../../../../src/components/features/time-picker/time-picker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"time-picker.d.ts","sourceRoot":"","sources":["../../../../src/components/features/time-picker/time-picker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAQ9C,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,QAAQ,EACR,GAAG,EACH,GAAG,EACH,IAAS,EACT,WAA2B,EAC3B,QAAgB,EAChB,SAAS,EACT,EAAE,EACF,IAAI,EACJ,UAAiB,EACjB,UAAU,GACX,EAAE,eAAe,2CA0DjB;yBAvEe,UAAU"}
|
|
@@ -1,31 +1,33 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* TimePicker -
|
|
2
|
+
* TimePicker - Scrollable time-slot dropdown
|
|
3
3
|
*
|
|
4
|
-
*
|
|
5
|
-
* Value format: "HH:mm" (e.g., "14:30")
|
|
4
|
+
* Renders a ResponsivePopover with selectable time slots generated
|
|
5
|
+
* from min/max/step. Value format: "HH:mm" (e.g., "14:30").
|
|
6
6
|
*/
|
|
7
7
|
export interface TimePickerProps {
|
|
8
8
|
/** Current time value in HH:mm format (e.g., "14:30") */
|
|
9
|
-
|
|
9
|
+
value?: string;
|
|
10
10
|
/** Called when time changes */
|
|
11
|
-
|
|
11
|
+
onChange?: (value: string) => void;
|
|
12
12
|
/** Minimum selectable time in HH:mm format */
|
|
13
|
-
|
|
13
|
+
min?: string;
|
|
14
14
|
/** Maximum selectable time in HH:mm format */
|
|
15
|
-
|
|
16
|
-
/** Step interval in minutes (default:
|
|
17
|
-
|
|
15
|
+
max?: string;
|
|
16
|
+
/** Step interval in minutes (default: 15) */
|
|
17
|
+
step?: number;
|
|
18
18
|
/** Placeholder text */
|
|
19
|
-
|
|
20
|
-
/** Disable the
|
|
21
|
-
|
|
19
|
+
placeholder?: string;
|
|
20
|
+
/** Disable the picker */
|
|
21
|
+
disabled?: boolean;
|
|
22
22
|
/** Additional CSS classes */
|
|
23
|
-
|
|
23
|
+
className?: string;
|
|
24
24
|
/** Input ID */
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
|
|
25
|
+
id?: string;
|
|
26
|
+
/** HTML name attribute for hidden input */
|
|
27
|
+
name?: string;
|
|
28
|
+
/** Force desktop popover even on mobile. Default: true. */
|
|
29
|
+
responsive?: boolean;
|
|
30
|
+
/** Title shown in the mobile sheet header. */
|
|
31
|
+
sheetTitle?: string;
|
|
30
32
|
}
|
|
31
33
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/features/time-picker/types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,WAAW,eAAe;IAC9B,yDAAyD;IACzD,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/features/time-picker/types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,WAAW,eAAe;IAC9B,yDAAyD;IACzD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,+BAA+B;IAC/B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAClC,8CAA8C;IAC9C,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,8CAA8C;IAC9C,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,6CAA6C;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,uBAAuB;IACvB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,eAAe;IACf,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,2CAA2C;IAC3C,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,2DAA2D;IAC3D,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,8CAA8C;IAC9C,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { OptionPickerOption } from '../../base/option-picker';
|
|
2
|
+
interface UseTimeSlotsArgs {
|
|
3
|
+
min?: string;
|
|
4
|
+
max?: string;
|
|
5
|
+
step?: number;
|
|
6
|
+
}
|
|
7
|
+
export declare function formatTimeLabel(time: string): string;
|
|
8
|
+
export declare function useTimeSlots({ min, max, step }: UseTimeSlotsArgs): OptionPickerOption[];
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=use-time-slots.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-time-slots.d.ts","sourceRoot":"","sources":["../../../../src/components/features/time-picker/use-time-slots.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAA;AAGlE,UAAU,gBAAgB;IACxB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAaD,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAUpD;AAED,wBAAgB,YAAY,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,IAAS,EAAE,EAAE,gBAAgB,GAAG,kBAAkB,EAAE,CAe5F"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"absolute-range-panel.d.ts","sourceRoot":"","sources":["../../../../../src/components/features/time-range-picker/components/absolute-range-panel.tsx"],"names":[],"mappings":"AASA,UAAU,qBAAqB;IAC7B,mCAAmC;IACnC,OAAO,EAAE,MAAM,CAAA;IACf,iCAAiC;IACjC,KAAK,EAAE,MAAM,CAAA;IACb,kCAAkC;IAClC,QAAQ,EAAE,MAAM,CAAA;IAChB,kDAAkD;IAClD,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,KAAK,IAAI,CAAA;IACjD,2BAA2B;IAC3B,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,2CAA2C;IAC3C,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAoCD,wBAAgB,gBAAgB,CAAC,EAC/B,OAAO,EACP,KAAK,EACL,QAAQ,EACR,aAAa,EACb,aAAqB,EACrB,UAAgB,EAChB,SAAS,GACV,EAAE,qBAAqB,
|
|
1
|
+
{"version":3,"file":"absolute-range-panel.d.ts","sourceRoot":"","sources":["../../../../../src/components/features/time-range-picker/components/absolute-range-panel.tsx"],"names":[],"mappings":"AASA,UAAU,qBAAqB;IAC7B,mCAAmC;IACnC,OAAO,EAAE,MAAM,CAAA;IACf,iCAAiC;IACjC,KAAK,EAAE,MAAM,CAAA;IACb,kCAAkC;IAClC,QAAQ,EAAE,MAAM,CAAA;IAChB,kDAAkD;IAClD,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,KAAK,IAAI,CAAA;IACjD,2BAA2B;IAC3B,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,2CAA2C;IAC3C,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAoCD,wBAAgB,gBAAgB,CAAC,EAC/B,OAAO,EACP,KAAK,EACL,QAAQ,EACR,aAAa,EACb,aAAqB,EACrB,UAAgB,EAChB,SAAS,GACV,EAAE,qBAAqB,2CAyQvB;AAGD,OAAO,EAAE,gBAAgB,IAAI,kBAAkB,EAAE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"time-range-picker.d.ts","sourceRoot":"","sources":["../../../../src/components/features/time-range-picker/time-range-picker.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"time-range-picker.d.ts","sourceRoot":"","sources":["../../../../src/components/features/time-range-picker/time-range-picker.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAqB3D,MAAM,WAAW,oBAAoB;IACnC,yDAAyD;IACzD,KAAK,EAAE,cAAc,GAAG,IAAI,CAAA;IAC5B,gCAAgC;IAChC,QAAQ,EAAE,CAAC,KAAK,EAAE,cAAc,KAAK,IAAI,CAAA;IACzC,oFAAoF;IACpF,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IAEpB,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB,4BAA4B;IAC5B,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;IAExB,2BAA2B;IAC3B,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,8BAA8B;IAC9B,OAAO,CAAC,EAAE,IAAI,CAAA;IACd,8BAA8B;IAC9B,OAAO,CAAC,EAAE,IAAI,CAAA;IAEd,wBAAwB;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,qCAAqC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,uBAAuB;IACvB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,wBAAwB;IACxB,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAA;IAClC,mBAAmB;IACnB,IAAI,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAA;CACxB;AAED,wBAAgB,eAAe,CAAC,EAC9B,KAAK,EACL,QAAQ,EACR,OAAO,EACP,QAAQ,EAAE,YAAY,EACtB,OAAyB,EACzB,aAAqB,EACrB,OAAO,EACP,OAAO,EACP,SAAS,EACT,QAAgB,EAChB,WAAiC,EACjC,KAAe,EACf,IAAe,GAChB,EAAE,oBAAoB,2CA0UtB"}
|