@j-solution/components 1.6.1 → 1.8.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/README.md +8 -6
- package/assets/jwms-portal-frontend-BtHTA-UF.css +1 -0
- package/assets/styles/global-utilities.css +34 -0
- package/assets/styles/j-components.css +1 -1
- package/assets/styles/themes.css +128 -21
- package/components/atoms/JAvatar.vue.cjs +1 -1
- package/components/atoms/JAvatar.vue.cjs.map +1 -1
- package/components/atoms/JAvatar.vue.js +10 -7
- package/components/atoms/JAvatar.vue.js.map +1 -1
- package/components/atoms/JBadge.vue.cjs +1 -1
- package/components/atoms/JBadge.vue.cjs.map +1 -1
- package/components/atoms/JBadge.vue.js +7 -6
- package/components/atoms/JBadge.vue.js.map +1 -1
- package/components/atoms/JButton.vue.cjs +6 -1
- package/components/atoms/JButton.vue.cjs.map +1 -1
- package/components/atoms/JButton.vue.js +10 -85
- package/components/atoms/JButton.vue.js.map +1 -1
- package/components/atoms/JButton.vue2.cjs +1 -1
- package/components/atoms/JButton.vue2.cjs.map +1 -1
- package/components/atoms/JButton.vue2.js +85 -2
- package/components/atoms/JButton.vue2.js.map +1 -1
- package/components/atoms/JDatepicker.vue.cjs +1 -1
- package/components/atoms/JDatepicker.vue.cjs.map +1 -1
- package/components/atoms/JDatepicker.vue.js +10 -10
- package/components/atoms/JDatepicker.vue.js.map +1 -1
- package/components/atoms/JEditor.vue.cjs +1 -1
- package/components/atoms/JEditor.vue.js +1 -1
- package/components/atoms/JEditor.vue2.cjs +1 -1
- package/components/atoms/JEditor.vue2.cjs.map +1 -1
- package/components/atoms/JEditor.vue2.js +31 -17
- package/components/atoms/JEditor.vue2.js.map +1 -1
- package/components/atoms/JGrid.vue.cjs +1 -1
- package/components/atoms/JGrid.vue.js +2 -2
- package/components/atoms/JGrid.vue2.cjs +1 -1
- package/components/atoms/JGrid.vue2.cjs.map +1 -1
- package/components/atoms/JGrid.vue2.js +59 -43
- package/components/atoms/JGrid.vue2.js.map +1 -1
- package/components/atoms/JIcon.vue.cjs +1 -1
- package/components/atoms/JIcon.vue.cjs.map +1 -1
- package/components/atoms/JIcon.vue.js +14 -13
- package/components/atoms/JIcon.vue.js.map +1 -1
- package/components/atoms/JKbd.vue.cjs +1 -1
- package/components/atoms/JKbd.vue.cjs.map +1 -1
- package/components/atoms/JKbd.vue.js +13 -10
- package/components/atoms/JKbd.vue.js.map +1 -1
- package/components/atoms/JLabel.vue.cjs +1 -1
- package/components/atoms/JLabel.vue.cjs.map +1 -1
- package/components/atoms/JLabel.vue.js +26 -22
- package/components/atoms/JLabel.vue.js.map +1 -1
- package/components/atoms/JLink.vue.cjs +1 -1
- package/components/atoms/JLink.vue.cjs.map +1 -1
- package/components/atoms/JLink.vue.js +5 -5
- package/components/atoms/JLink.vue.js.map +1 -1
- package/components/atoms/JPreview.vue.cjs +1 -1
- package/components/atoms/JPreview.vue.js +2 -2
- package/components/atoms/JPreview.vue2.cjs +1 -1
- package/components/atoms/JPreview.vue2.cjs.map +1 -1
- package/components/atoms/JPreview.vue2.js +33 -20
- package/components/atoms/JPreview.vue2.js.map +1 -1
- package/components/atoms/JProgress.vue.cjs +1 -1
- package/components/atoms/JProgress.vue.cjs.map +1 -1
- package/components/atoms/JProgress.vue.js +15 -9
- package/components/atoms/JProgress.vue.js.map +1 -1
- package/components/atoms/JRadio.vue.cjs +1 -1
- package/components/atoms/JRadio.vue.cjs.map +1 -1
- package/components/atoms/JRadio.vue.js +1 -1
- package/components/atoms/JRadio.vue.js.map +1 -1
- package/components/atoms/JSearchCombo.vue.cjs +1 -1
- package/components/atoms/JSearchCombo.vue.cjs.map +1 -1
- package/components/atoms/JSearchCombo.vue.js +38 -37
- package/components/atoms/JSearchCombo.vue.js.map +1 -1
- package/components/atoms/JSectionTitle.vue.cjs +7 -0
- package/components/atoms/JSectionTitle.vue.cjs.map +1 -0
- package/components/atoms/JSectionTitle.vue.js +13 -0
- package/components/atoms/JSectionTitle.vue.js.map +1 -0
- package/components/atoms/JSectionTitle.vue2.cjs +2 -0
- package/components/atoms/JSectionTitle.vue2.cjs.map +1 -0
- package/components/atoms/JSectionTitle.vue2.js +67 -0
- package/components/atoms/JSectionTitle.vue2.js.map +1 -0
- package/components/atoms/JSpinner.vue.cjs +1 -1
- package/components/atoms/JSpinner.vue.cjs.map +1 -1
- package/components/atoms/JSpinner.vue.js +8 -7
- package/components/atoms/JSpinner.vue.js.map +1 -1
- package/components/atoms/JSplitter.vue.cjs +6 -1
- package/components/atoms/JSplitter.vue.cjs.map +1 -1
- package/components/atoms/JSplitter.vue.js +10 -54
- package/components/atoms/JSplitter.vue.js.map +1 -1
- package/components/atoms/JSplitter.vue2.cjs +1 -1
- package/components/atoms/JSplitter.vue2.cjs.map +1 -1
- package/components/atoms/JSplitter.vue2.js +59 -2
- package/components/atoms/JSplitter.vue2.js.map +1 -1
- package/components/atoms/JTooltip.vue.cjs +1 -1
- package/components/atoms/JTooltip.vue.cjs.map +1 -1
- package/components/atoms/JTooltip.vue.js +18 -15
- package/components/atoms/JTooltip.vue.js.map +1 -1
- package/components/examples/ExampleCrudPage.vue.cjs +1 -1
- package/components/examples/ExampleCrudPage.vue.cjs.map +1 -1
- package/components/examples/ExampleCrudPage.vue.js +265 -191
- package/components/examples/ExampleCrudPage.vue.js.map +1 -1
- package/components/examples/ExampleTabMappingPage.vue.cjs +1 -1
- package/components/examples/ExampleTabMappingPage.vue.cjs.map +1 -1
- package/components/examples/ExampleTabMappingPage.vue.js +349 -333
- package/components/examples/ExampleTabMappingPage.vue.js.map +1 -1
- package/components/molecules/JAlert.vue.cjs +1 -1
- package/components/molecules/JAlert.vue.cjs.map +1 -1
- package/components/molecules/JAlert.vue.js +18 -16
- package/components/molecules/JAlert.vue.js.map +1 -1
- package/components/molecules/JBreadcrumb.vue.cjs +1 -1
- package/components/molecules/JBreadcrumb.vue.cjs.map +1 -1
- package/components/molecules/JBreadcrumb.vue.js +3 -3
- package/components/molecules/JBreadcrumb.vue.js.map +1 -1
- package/components/molecules/JCard.vue.cjs +1 -1
- package/components/molecules/JCard.vue.cjs.map +1 -1
- package/components/molecules/JCard.vue.js +55 -39
- package/components/molecules/JCard.vue.js.map +1 -1
- package/components/molecules/JEmptyState.vue.cjs +7 -0
- package/components/molecules/JEmptyState.vue.cjs.map +1 -0
- package/components/molecules/JEmptyState.vue.js +13 -0
- package/components/molecules/JEmptyState.vue.js.map +1 -0
- package/components/molecules/JEmptyState.vue2.cjs +2 -0
- package/components/molecules/JEmptyState.vue2.cjs.map +1 -0
- package/components/molecules/JEmptyState.vue2.js +127 -0
- package/components/molecules/JEmptyState.vue2.js.map +1 -0
- package/components/molecules/JFormField.vue.cjs +6 -1
- package/components/molecules/JFormField.vue.cjs.map +1 -1
- package/components/molecules/JFormField.vue.js +10 -262
- package/components/molecules/JFormField.vue.js.map +1 -1
- package/components/molecules/JFormField.vue2.cjs +2 -0
- package/components/molecules/JFormField.vue2.cjs.map +1 -0
- package/components/molecules/JFormField.vue2.js +271 -0
- package/components/molecules/JFormField.vue2.js.map +1 -0
- package/components/molecules/JTabs.vue.cjs +1 -1
- package/components/molecules/JTabs.vue.js +1 -1
- package/components/molecules/JTabs.vue2.cjs +1 -1
- package/components/molecules/JTabs.vue2.cjs.map +1 -1
- package/components/molecules/JTabs.vue2.js +50 -56
- package/components/molecules/JTabs.vue2.js.map +1 -1
- package/components/molecules/JTitlebar.vue.cjs +1 -1
- package/components/molecules/JTitlebar.vue.cjs.map +1 -1
- package/components/molecules/JTitlebar.vue.js +49 -47
- package/components/molecules/JTitlebar.vue.js.map +1 -1
- package/components/organisms/JDynamicForm.vue2.cjs +1 -1
- package/components/organisms/JDynamicForm.vue2.cjs.map +1 -1
- package/components/organisms/JDynamicForm.vue2.js +35 -32
- package/components/organisms/JDynamicForm.vue2.js.map +1 -1
- package/components/organisms/JDynamicTabs.vue.cjs +1 -1
- package/components/organisms/JDynamicTabs.vue.cjs.map +1 -1
- package/components/organisms/JDynamicTabs.vue.js +47 -52
- package/components/organisms/JDynamicTabs.vue.js.map +1 -1
- package/components/organisms/JFilterBar.vue.cjs +6 -1
- package/components/organisms/JFilterBar.vue.cjs.map +1 -1
- package/components/organisms/JFilterBar.vue.js +10 -137
- package/components/organisms/JFilterBar.vue.js.map +1 -1
- package/components/organisms/JFilterBar.vue2.cjs +1 -1
- package/components/organisms/JFilterBar.vue2.cjs.map +1 -1
- package/components/organisms/JFilterBar.vue2.js +141 -2
- package/components/organisms/JFilterBar.vue2.js.map +1 -1
- package/components/organisms/JFormModal.vue.cjs +1 -1
- package/components/organisms/JFormModal.vue.cjs.map +1 -1
- package/components/organisms/JFormModal.vue.js +54 -49
- package/components/organisms/JFormModal.vue.js.map +1 -1
- package/components/organisms/JHeader.vue.cjs +1 -1
- package/components/organisms/JHeader.vue.cjs.map +1 -1
- package/components/organisms/JHeader.vue.js +211 -208
- package/components/organisms/JHeader.vue.js.map +1 -1
- package/components/organisms/JModal.vue.cjs +1 -1
- package/components/organisms/JModal.vue.cjs.map +1 -1
- package/components/organisms/JModal.vue.js +31 -26
- package/components/organisms/JModal.vue.js.map +1 -1
- package/components/organisms/JPageContainer.vue.cjs +1 -1
- package/components/organisms/JPageContainer.vue.cjs.map +1 -1
- package/components/organisms/JPageContainer.vue.js +22 -22
- package/components/organisms/JPageContainer.vue.js.map +1 -1
- package/components/organisms/JSearchPanel.vue2.cjs +1 -1
- package/components/organisms/JSearchPanel.vue2.cjs.map +1 -1
- package/components/organisms/JSearchPanel.vue2.js +34 -32
- package/components/organisms/JSearchPanel.vue2.js.map +1 -1
- package/components/organisms/JShuttle.vue.cjs +7 -0
- package/components/organisms/JShuttle.vue.cjs.map +1 -0
- package/components/organisms/JShuttle.vue.js +13 -0
- package/components/organisms/JShuttle.vue.js.map +1 -0
- package/components/organisms/JShuttle.vue2.cjs +2 -0
- package/components/organisms/JShuttle.vue2.cjs.map +1 -0
- package/components/organisms/JShuttle.vue2.js +216 -0
- package/components/organisms/JShuttle.vue2.js.map +1 -0
- package/components/organisms/JSidebarAdvanced.vue.cjs +1 -1
- package/components/organisms/JSidebarAdvanced.vue.js +7 -7
- package/components/organisms/JSidebarAdvanced.vue2.cjs +1 -1
- package/components/organisms/JSidebarAdvanced.vue2.cjs.map +1 -1
- package/components/organisms/JSidebarAdvanced.vue2.js +40 -40
- package/components/organisms/JSidebarAdvanced.vue2.js.map +1 -1
- package/components/organisms/JSidebarSimple/JDynamicMenuItem.vue.cjs +1 -1
- package/components/organisms/JSidebarSimple/JDynamicMenuItem.vue.cjs.map +1 -1
- package/components/organisms/JSidebarSimple/JDynamicMenuItem.vue.js +83 -63
- package/components/organisms/JSidebarSimple/JDynamicMenuItem.vue.js.map +1 -1
- package/components/organisms/JSidebarSimple.vue.cjs +1 -1
- package/components/organisms/JSidebarSimple.vue.js +2 -2
- package/components/organisms/JSidebarSimple.vue2.cjs +1 -1
- package/components/organisms/JSidebarSimple.vue2.cjs.map +1 -1
- package/components/organisms/JSidebarSimple.vue2.js +2 -2
- package/components/organisms/JSidebarSimple.vue2.js.map +1 -1
- package/components/shadcn/AccordionTrigger.vue.cjs +1 -1
- package/components/shadcn/AccordionTrigger.vue.cjs.map +1 -1
- package/components/shadcn/AccordionTrigger.vue.js +3 -3
- package/components/shadcn/AccordionTrigger.vue.js.map +1 -1
- package/components/shadcn/Card.vue.cjs +1 -1
- package/components/shadcn/Card.vue.cjs.map +1 -1
- package/components/shadcn/Card.vue.js +1 -1
- package/components/shadcn/Card.vue.js.map +1 -1
- package/components/shadcn/CardContent.vue.cjs +1 -1
- package/components/shadcn/CardContent.vue.cjs.map +1 -1
- package/components/shadcn/CardContent.vue.js +4 -4
- package/components/shadcn/CardContent.vue.js.map +1 -1
- package/components/shadcn/CardDescription.vue.cjs +1 -1
- package/components/shadcn/CardDescription.vue.cjs.map +1 -1
- package/components/shadcn/CardDescription.vue.js +1 -1
- package/components/shadcn/CardDescription.vue.js.map +1 -1
- package/components/shadcn/CardFooter.vue.cjs +1 -1
- package/components/shadcn/CardFooter.vue.cjs.map +1 -1
- package/components/shadcn/CardFooter.vue.js +7 -7
- package/components/shadcn/CardFooter.vue.js.map +1 -1
- package/components/shadcn/CardHeader.vue.cjs +1 -1
- package/components/shadcn/CardHeader.vue.cjs.map +1 -1
- package/components/shadcn/CardHeader.vue.js +8 -8
- package/components/shadcn/CardHeader.vue.js.map +1 -1
- package/components/shadcn/CardTitle.vue.cjs +1 -1
- package/components/shadcn/CardTitle.vue.cjs.map +1 -1
- package/components/shadcn/CardTitle.vue.js +5 -5
- package/components/shadcn/CardTitle.vue.js.map +1 -1
- package/components/shadcn/Input.vue.cjs +1 -1
- package/components/shadcn/Input.vue.cjs.map +1 -1
- package/components/shadcn/Input.vue.js +3 -3
- package/components/shadcn/Input.vue.js.map +1 -1
- package/components/shadcn/SelectTrigger.vue.cjs +1 -1
- package/components/shadcn/SelectTrigger.vue.cjs.map +1 -1
- package/components/shadcn/SelectTrigger.vue.js +2 -2
- package/components/shadcn/SelectTrigger.vue.js.map +1 -1
- package/components/shadcn/Switch.vue.cjs +1 -1
- package/components/shadcn/Switch.vue.cjs.map +1 -1
- package/components/shadcn/Switch.vue.js +2 -2
- package/components/shadcn/Switch.vue.js.map +1 -1
- package/components/shadcn/TabsContent.vue.cjs +1 -1
- package/components/shadcn/TabsContent.vue.cjs.map +1 -1
- package/components/shadcn/TabsContent.vue.js +1 -1
- package/components/shadcn/TabsContent.vue.js.map +1 -1
- package/components/shadcn/TabsList.vue.cjs +1 -1
- package/components/shadcn/TabsList.vue.cjs.map +1 -1
- package/components/shadcn/TabsList.vue.js +10 -10
- package/components/shadcn/TabsList.vue.js.map +1 -1
- package/components/shadcn/TabsTrigger.vue.cjs +1 -1
- package/components/shadcn/TabsTrigger.vue.cjs.map +1 -1
- package/components/shadcn/TabsTrigger.vue.js +4 -4
- package/components/shadcn/TabsTrigger.vue.js.map +1 -1
- package/components/shadcn/Textarea.vue.cjs +1 -1
- package/components/shadcn/Textarea.vue.cjs.map +1 -1
- package/components/shadcn/Textarea.vue.js +2 -2
- package/components/shadcn/Textarea.vue.js.map +1 -1
- package/components/shadcn/index.cjs +1 -1
- package/components/shadcn/index.cjs.map +1 -1
- package/components/shadcn/index.js +9 -8
- package/components/shadcn/index.js.map +1 -1
- package/components/templates/JLayout.vue.cjs.map +1 -1
- package/components/templates/JLayout.vue.js.map +1 -1
- package/index.cjs +1 -1
- package/index.js +73 -67
- package/package.json +1 -1
- package/types/index.d.ts +1025 -766
- package/assets/jwms-portal-frontend-DntSIcYt.css +0 -1
- package/components/molecules/JFormField.vue3.cjs +0 -2
- package/components/molecules/JFormField.vue3.cjs.map +0 -1
- package/components/molecules/JFormField.vue3.js +0 -6
- package/components/molecules/JFormField.vue3.js.map +0 -1
package/types/index.d.ts
CHANGED
|
@@ -59,7 +59,9 @@ disabled: boolean;
|
|
|
59
59
|
items: ContextMenuGroup[];
|
|
60
60
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
61
61
|
|
|
62
|
-
declare const __VLS_component_12: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
62
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
63
|
+
variant: CardVariant;
|
|
64
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
63
65
|
|
|
64
66
|
declare const __VLS_component_13: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
65
67
|
confirm: () => any;
|
|
@@ -89,7 +91,16 @@ orientation: "vertical" | "horizontal" | null;
|
|
|
89
91
|
showButtonSeparators: boolean;
|
|
90
92
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
91
93
|
|
|
92
|
-
declare const __VLS_component_17: DefineComponent<
|
|
94
|
+
declare const __VLS_component_17: DefineComponent<JEmptyStateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
95
|
+
action: () => any;
|
|
96
|
+
}, string, PublicProps, Readonly<JEmptyStateProps> & Readonly<{
|
|
97
|
+
onAction?: (() => any) | undefined;
|
|
98
|
+
}>, {
|
|
99
|
+
variant: "default" | "simple";
|
|
100
|
+
icon: string;
|
|
101
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
102
|
+
|
|
103
|
+
declare const __VLS_component_18: DefineComponent<JDynamicTabsProps, {
|
|
93
104
|
addTab: (tab: DynamicTab) => void;
|
|
94
105
|
closeTab: (id: string) => void;
|
|
95
106
|
activateTab: (id: string) => void;
|
|
@@ -110,7 +121,7 @@ maxTabs: number;
|
|
|
110
121
|
emptyMessage: string;
|
|
111
122
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
112
123
|
|
|
113
|
-
declare const
|
|
124
|
+
declare const __VLS_component_19: DefineComponent<JModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
114
125
|
"update:open": (value: boolean) => any;
|
|
115
126
|
cancel: () => any;
|
|
116
127
|
confirm: (value?: string | undefined) => any;
|
|
@@ -132,7 +143,26 @@ confirmVariant: "default" | "destructive" | "outline" | "secondary" | "ghost" |
|
|
|
132
143
|
confirmDisabled: boolean;
|
|
133
144
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
134
145
|
|
|
135
|
-
declare const
|
|
146
|
+
declare const __VLS_component_2: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
147
|
+
"update:modelValue": (value: string | number) => any;
|
|
148
|
+
change: (value: string | number) => any;
|
|
149
|
+
focus: (event: FocusEvent) => any;
|
|
150
|
+
blur: (event: FocusEvent) => any;
|
|
151
|
+
}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
|
|
152
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
153
|
+
onChange?: ((value: string | number) => any) | undefined;
|
|
154
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
155
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
156
|
+
}>, {
|
|
157
|
+
disabled: boolean;
|
|
158
|
+
type: string;
|
|
159
|
+
placeholder: string;
|
|
160
|
+
readonly: boolean;
|
|
161
|
+
required: boolean;
|
|
162
|
+
styletype: StyleType_2;
|
|
163
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLInputElement>;
|
|
164
|
+
|
|
165
|
+
declare const __VLS_component_20: DefineComponent<JFormModalProps, {
|
|
136
166
|
reset: () => void | undefined;
|
|
137
167
|
submit: () => void | undefined;
|
|
138
168
|
formState: ComputedRef<Record<string, any> | undefined>;
|
|
@@ -208,26 +238,7 @@ handleError: (errs: any) => void;
|
|
|
208
238
|
}, {}, {}, {}, {}> | null;
|
|
209
239
|
}, any>;
|
|
210
240
|
|
|
211
|
-
declare const
|
|
212
|
-
"update:modelValue": (value: string | number) => any;
|
|
213
|
-
change: (value: string | number) => any;
|
|
214
|
-
focus: (event: FocusEvent) => any;
|
|
215
|
-
blur: (event: FocusEvent) => any;
|
|
216
|
-
}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
|
|
217
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
218
|
-
onChange?: ((value: string | number) => any) | undefined;
|
|
219
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
220
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
221
|
-
}>, {
|
|
222
|
-
disabled: boolean;
|
|
223
|
-
type: string;
|
|
224
|
-
placeholder: string;
|
|
225
|
-
readonly: boolean;
|
|
226
|
-
required: boolean;
|
|
227
|
-
styletype: StyleType_2;
|
|
228
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLInputElement>;
|
|
229
|
-
|
|
230
|
-
declare const __VLS_component_20: DefineComponent<JFilterBarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
241
|
+
declare const __VLS_component_21: DefineComponent<JFilterBarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
231
242
|
search: () => any;
|
|
232
243
|
reset: () => any;
|
|
233
244
|
"update:collapsed": (value: boolean) => any;
|
|
@@ -248,7 +259,7 @@ resetButtonText: string;
|
|
|
248
259
|
searchButtonText: string;
|
|
249
260
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
250
261
|
|
|
251
|
-
declare const
|
|
262
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
252
263
|
logoClick: () => any;
|
|
253
264
|
navClick: (item: HeaderNavItem, index: number) => any;
|
|
254
265
|
notificationClick: (item: NotificationItem) => any;
|
|
@@ -274,7 +285,7 @@ defaultTheme: string;
|
|
|
274
285
|
availableThemes: string[];
|
|
275
286
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
276
287
|
|
|
277
|
-
declare const
|
|
288
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
278
289
|
breadcrumbClick: (item: BreadcrumbItem, index: number) => any;
|
|
279
290
|
titlebarButtonClick: (button: TitlebarButton) => any;
|
|
280
291
|
}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
|
|
@@ -288,12 +299,12 @@ showTitlebar: boolean;
|
|
|
288
299
|
contentScroll: boolean;
|
|
289
300
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
290
301
|
|
|
291
|
-
declare const
|
|
302
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{}>, {
|
|
292
303
|
styletype: StyleType_29;
|
|
293
304
|
contentScroll: boolean;
|
|
294
305
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
295
306
|
|
|
296
|
-
declare const
|
|
307
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{}>, {
|
|
297
308
|
styletype: "default" | "minimal";
|
|
298
309
|
permissions: MenuPermission[];
|
|
299
310
|
menuItems: SidebarMenuItem[];
|
|
@@ -306,7 +317,7 @@ styletype: StyleType_10;
|
|
|
306
317
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
307
318
|
|
|
308
319
|
declare const __VLS_component_4: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
309
|
-
size: "sm" | "md" | "lg";
|
|
320
|
+
size: "xs" | "sm" | "md" | "lg";
|
|
310
321
|
variant: "default" | "secondary" | "destructive" | "outline";
|
|
311
322
|
styletype: StyleType_12;
|
|
312
323
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -355,6 +366,7 @@ styletype: StyleType_20;
|
|
|
355
366
|
|
|
356
367
|
declare const __VLS_component_9: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {
|
|
357
368
|
direction: Orientation;
|
|
369
|
+
gap: number;
|
|
358
370
|
withHandle: boolean;
|
|
359
371
|
defaultSize: number;
|
|
360
372
|
minSize: number;
|
|
@@ -397,7 +409,7 @@ declare type __VLS_Props_11 = {
|
|
|
397
409
|
readonly?: boolean;
|
|
398
410
|
/** 에디터 높이 */
|
|
399
411
|
height?: string | number;
|
|
400
|
-
/** 테마 (light/dark) */
|
|
412
|
+
/** 테마 (light/dark) - 설정하지 않으면 자동으로 다크모드 감지 */
|
|
401
413
|
theme?: 'light' | 'dark';
|
|
402
414
|
/** 추가 CSS 클래스 */
|
|
403
415
|
class?: string;
|
|
@@ -445,7 +457,7 @@ declare type __VLS_Props_14 = {
|
|
|
445
457
|
/** 스타일 프리셋 */
|
|
446
458
|
styletype?: StyleType_12;
|
|
447
459
|
/** 배지 크기 */
|
|
448
|
-
size?: 'sm' | 'md' | 'lg';
|
|
460
|
+
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
449
461
|
};
|
|
450
462
|
|
|
451
463
|
declare type __VLS_Props_15 = {
|
|
@@ -469,7 +481,7 @@ declare type __VLS_Props_15 = {
|
|
|
469
481
|
};
|
|
470
482
|
|
|
471
483
|
declare type __VLS_Props_16 = {
|
|
472
|
-
size?: 'sm' | 'md' | 'lg';
|
|
484
|
+
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
473
485
|
class?: string;
|
|
474
486
|
/** 스타일 프리셋 */
|
|
475
487
|
styletype?: StyleType_14;
|
|
@@ -559,6 +571,8 @@ declare type __VLS_Props_21 = {
|
|
|
559
571
|
styletype?: StyleType_19;
|
|
560
572
|
/** HTML for 속성 (연결할 input의 id) */
|
|
561
573
|
for?: string;
|
|
574
|
+
/** 추가 클래스 (외부 커스터마이징용) */
|
|
575
|
+
class?: string;
|
|
562
576
|
};
|
|
563
577
|
|
|
564
578
|
declare type __VLS_Props_22 = {
|
|
@@ -583,13 +597,15 @@ declare type __VLS_Props_22 = {
|
|
|
583
597
|
declare type __VLS_Props_23 = {
|
|
584
598
|
/** 마크다운 또는 HTML 내용 */
|
|
585
599
|
modelValue?: string;
|
|
586
|
-
/** 테마 (light/dark) */
|
|
600
|
+
/** 테마 (light/dark) - 설정하지 않으면 자동으로 다크모드 감지 */
|
|
587
601
|
theme?: 'light' | 'dark';
|
|
588
602
|
/** 추가 CSS 클래스 */
|
|
589
603
|
class?: string;
|
|
590
604
|
};
|
|
591
605
|
|
|
592
606
|
declare type __VLS_Props_24 = {
|
|
607
|
+
/** 추가 클래스 (외부 커스터마이징용) */
|
|
608
|
+
class?: string;
|
|
593
609
|
/** 그리드에 표시할 데이터 배열 */
|
|
594
610
|
rowData: any[];
|
|
595
611
|
/** 컬럼 정의 배열 */
|
|
@@ -630,6 +646,16 @@ declare type __VLS_Props_24 = {
|
|
|
630
646
|
enableColumnsToolPanel?: boolean;
|
|
631
647
|
/** Status Bar 활성화 여부 (Enterprise) */
|
|
632
648
|
statusBar?: boolean;
|
|
649
|
+
/** 간소화된 Footer 모드 (Status Bar 제거, Pagination만 표시) */
|
|
650
|
+
compactFooter?: boolean;
|
|
651
|
+
/** Row Group Panel 표시 여부 ('always' | 'onlyWhenGrouping' | 'never') */
|
|
652
|
+
rowGroupPanelShow?: 'always' | 'onlyWhenGrouping' | 'never';
|
|
653
|
+
/** 그룹 기본 확장 레벨 (-1: 모두 닫힘, 0: 첫 레벨만, 1: 2레벨까지...) */
|
|
654
|
+
groupDefaultExpanded?: number;
|
|
655
|
+
/** Pivot Mode Panel 표시 여부 */
|
|
656
|
+
pivotPanelShow?: 'always' | 'onlyWhenPivoting' | 'never';
|
|
657
|
+
/** Pivot Mode 활성화 여부 */
|
|
658
|
+
pivotMode?: boolean;
|
|
633
659
|
};
|
|
634
660
|
|
|
635
661
|
declare type __VLS_Props_25 = {
|
|
@@ -647,11 +673,15 @@ declare type __VLS_Props_25 = {
|
|
|
647
673
|
secondMaxSize?: number;
|
|
648
674
|
/** ResizableHandle에 grip 아이콘 표시 여부 */
|
|
649
675
|
withHandle?: boolean;
|
|
676
|
+
/** 패널 간 여백 (px) */
|
|
677
|
+
gap?: number;
|
|
650
678
|
/** 추가 CSS 클래스 */
|
|
651
679
|
class?: string;
|
|
652
680
|
};
|
|
653
681
|
|
|
654
682
|
declare type __VLS_Props_26 = {
|
|
683
|
+
/** 추가 클래스 (외부 커스터마이징용) */
|
|
684
|
+
class?: string;
|
|
655
685
|
/** 필드 레이블 */
|
|
656
686
|
label?: string;
|
|
657
687
|
/** 필드 설명 (레이블 아래 표시) */
|
|
@@ -720,6 +750,8 @@ declare type __VLS_Props_28 = {
|
|
|
720
750
|
description?: string;
|
|
721
751
|
/** 카드 푸터 텍스트 */
|
|
722
752
|
footer?: string;
|
|
753
|
+
/** 카드 variant (패턴 4) */
|
|
754
|
+
variant?: CardVariant;
|
|
723
755
|
};
|
|
724
756
|
|
|
725
757
|
declare type __VLS_Props_29 = {
|
|
@@ -766,6 +798,8 @@ declare type __VLS_Props_30 = {
|
|
|
766
798
|
showHelp?: boolean;
|
|
767
799
|
/** 메인 버튼 목록 */
|
|
768
800
|
buttons?: TitlebarButton[];
|
|
801
|
+
/** 추가 클래스 (외부 커스터마이징용) */
|
|
802
|
+
class?: string;
|
|
769
803
|
};
|
|
770
804
|
|
|
771
805
|
declare type __VLS_Props_31 = {
|
|
@@ -1068,7 +1102,9 @@ declare function __VLS_template_11(): {
|
|
|
1068
1102
|
declare function __VLS_template_12(): {
|
|
1069
1103
|
attrs: Partial<{}>;
|
|
1070
1104
|
slots: {
|
|
1105
|
+
actions?(_: {}): any;
|
|
1071
1106
|
default?(_: {}): any;
|
|
1107
|
+
footer?(_: {}): any;
|
|
1072
1108
|
};
|
|
1073
1109
|
refs: {};
|
|
1074
1110
|
rootEl: HTMLDivElement;
|
|
@@ -1118,6 +1154,20 @@ declare function __VLS_template_16(): {
|
|
|
1118
1154
|
};
|
|
1119
1155
|
|
|
1120
1156
|
declare function __VLS_template_17(): {
|
|
1157
|
+
attrs: Partial<{}>;
|
|
1158
|
+
slots: {
|
|
1159
|
+
icon?(_: {}): any;
|
|
1160
|
+
icon?(_: {}): any;
|
|
1161
|
+
title?(_: {}): any;
|
|
1162
|
+
title?(_: {}): any;
|
|
1163
|
+
description?(_: {}): any;
|
|
1164
|
+
action?(_: {}): any;
|
|
1165
|
+
};
|
|
1166
|
+
refs: {};
|
|
1167
|
+
rootEl: any;
|
|
1168
|
+
};
|
|
1169
|
+
|
|
1170
|
+
declare function __VLS_template_18(): {
|
|
1121
1171
|
attrs: Partial<{}>;
|
|
1122
1172
|
slots: Partial<Record<`content-${string}`, (_: {
|
|
1123
1173
|
tab: DynamicTab;
|
|
@@ -1126,7 +1176,7 @@ declare function __VLS_template_17(): {
|
|
|
1126
1176
|
rootEl: HTMLDivElement;
|
|
1127
1177
|
};
|
|
1128
1178
|
|
|
1129
|
-
declare function
|
|
1179
|
+
declare function __VLS_template_19(): {
|
|
1130
1180
|
attrs: Partial<{}>;
|
|
1131
1181
|
slots: {
|
|
1132
1182
|
body?(_: {}): any;
|
|
@@ -1135,7 +1185,16 @@ declare function __VLS_template_18(): {
|
|
|
1135
1185
|
rootEl: any;
|
|
1136
1186
|
};
|
|
1137
1187
|
|
|
1138
|
-
declare function
|
|
1188
|
+
declare function __VLS_template_2(): {
|
|
1189
|
+
attrs: Partial<{}>;
|
|
1190
|
+
slots: {
|
|
1191
|
+
default?(_: {}): any;
|
|
1192
|
+
};
|
|
1193
|
+
refs: {};
|
|
1194
|
+
rootEl: HTMLInputElement;
|
|
1195
|
+
};
|
|
1196
|
+
|
|
1197
|
+
declare function __VLS_template_20(): {
|
|
1139
1198
|
attrs: Partial<{}>;
|
|
1140
1199
|
slots: {
|
|
1141
1200
|
body?(_: {}): any;
|
|
@@ -1185,16 +1244,7 @@ declare function __VLS_template_19(): {
|
|
|
1185
1244
|
rootEl: any;
|
|
1186
1245
|
};
|
|
1187
1246
|
|
|
1188
|
-
declare function
|
|
1189
|
-
attrs: Partial<{}>;
|
|
1190
|
-
slots: {
|
|
1191
|
-
default?(_: {}): any;
|
|
1192
|
-
};
|
|
1193
|
-
refs: {};
|
|
1194
|
-
rootEl: HTMLInputElement;
|
|
1195
|
-
};
|
|
1196
|
-
|
|
1197
|
-
declare function __VLS_template_20(): {
|
|
1247
|
+
declare function __VLS_template_21(): {
|
|
1198
1248
|
attrs: Partial<{}>;
|
|
1199
1249
|
slots: {
|
|
1200
1250
|
actions?(_: {}): any;
|
|
@@ -1204,16 +1254,16 @@ declare function __VLS_template_20(): {
|
|
|
1204
1254
|
rootEl: HTMLDivElement;
|
|
1205
1255
|
};
|
|
1206
1256
|
|
|
1207
|
-
declare function
|
|
1257
|
+
declare function __VLS_template_22(): {
|
|
1208
1258
|
attrs: Partial<{}>;
|
|
1209
1259
|
slots: {
|
|
1210
|
-
|
|
1260
|
+
toolbar?(_: {}): any;
|
|
1211
1261
|
};
|
|
1212
1262
|
refs: {};
|
|
1213
1263
|
rootEl: HTMLElement;
|
|
1214
1264
|
};
|
|
1215
1265
|
|
|
1216
|
-
declare function
|
|
1266
|
+
declare function __VLS_template_23(): {
|
|
1217
1267
|
attrs: Partial<{}>;
|
|
1218
1268
|
slots: {
|
|
1219
1269
|
'titlebar-buttons'?(_: {}): any;
|
|
@@ -1223,7 +1273,7 @@ declare function __VLS_template_22(): {
|
|
|
1223
1273
|
rootEl: HTMLDivElement;
|
|
1224
1274
|
};
|
|
1225
1275
|
|
|
1226
|
-
declare function
|
|
1276
|
+
declare function __VLS_template_24(): {
|
|
1227
1277
|
attrs: Partial<{}>;
|
|
1228
1278
|
slots: {
|
|
1229
1279
|
header?(_: {}): any;
|
|
@@ -1235,7 +1285,7 @@ declare function __VLS_template_23(): {
|
|
|
1235
1285
|
rootEl: HTMLDivElement;
|
|
1236
1286
|
};
|
|
1237
1287
|
|
|
1238
|
-
declare function
|
|
1288
|
+
declare function __VLS_template_25(): {
|
|
1239
1289
|
attrs: Partial<{}>;
|
|
1240
1290
|
slots: {
|
|
1241
1291
|
header?(_: {
|
|
@@ -1355,6 +1405,8 @@ declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
|
|
|
1355
1405
|
|
|
1356
1406
|
declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
1357
1407
|
|
|
1408
|
+
declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
1409
|
+
|
|
1358
1410
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1359
1411
|
|
|
1360
1412
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -1471,6 +1523,12 @@ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
|
1471
1523
|
};
|
|
1472
1524
|
};
|
|
1473
1525
|
|
|
1526
|
+
declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
1527
|
+
new (): {
|
|
1528
|
+
$slots: S;
|
|
1529
|
+
};
|
|
1530
|
+
};
|
|
1531
|
+
|
|
1474
1532
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1475
1533
|
new (): {
|
|
1476
1534
|
$slots: S;
|
|
@@ -1620,9 +1678,11 @@ declare type ButtonVariants = VariantProps<typeof buttonVariants>;
|
|
|
1620
1678
|
|
|
1621
1679
|
declare const buttonVariants: (props?: ({
|
|
1622
1680
|
variant?: "link" | "default" | "destructive" | "secondary" | "outline" | "ghost" | null | undefined;
|
|
1623
|
-
size?: "
|
|
1681
|
+
size?: "sm" | "lg" | "xs" | "md" | "icon" | null | undefined;
|
|
1624
1682
|
} & ClassProp) | undefined) => string;
|
|
1625
1683
|
|
|
1684
|
+
declare type CardVariant = 'default' | 'elevated';
|
|
1685
|
+
|
|
1626
1686
|
declare interface ComboboxOption {
|
|
1627
1687
|
value: string | number;
|
|
1628
1688
|
label: string;
|
|
@@ -1731,6 +1791,7 @@ export declare const ExampleCrudPage: DefineComponent< {}, {
|
|
|
1731
1791
|
gridRef: Ref<any, any>;
|
|
1732
1792
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1733
1793
|
gridRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
1794
|
+
class?: string;
|
|
1734
1795
|
rowData: any[];
|
|
1735
1796
|
columnDefs: ColDef[];
|
|
1736
1797
|
theme?: string;
|
|
@@ -1751,6 +1812,11 @@ selectedRows?: any[];
|
|
|
1751
1812
|
columnHover?: boolean;
|
|
1752
1813
|
enableColumnsToolPanel?: boolean;
|
|
1753
1814
|
statusBar?: boolean;
|
|
1815
|
+
compactFooter?: boolean;
|
|
1816
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
1817
|
+
groupDefaultExpanded?: number;
|
|
1818
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
1819
|
+
pivotMode?: boolean;
|
|
1754
1820
|
}> & Readonly<{
|
|
1755
1821
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
1756
1822
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -1790,6 +1856,11 @@ selectedRows: any[];
|
|
|
1790
1856
|
columnHover: boolean;
|
|
1791
1857
|
enableColumnsToolPanel: boolean;
|
|
1792
1858
|
statusBar: boolean;
|
|
1859
|
+
compactFooter: boolean;
|
|
1860
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
1861
|
+
groupDefaultExpanded: number;
|
|
1862
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
1863
|
+
pivotMode: boolean;
|
|
1793
1864
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
1794
1865
|
P: {};
|
|
1795
1866
|
B: {};
|
|
@@ -1798,6 +1869,7 @@ C: {};
|
|
|
1798
1869
|
M: {};
|
|
1799
1870
|
Defaults: {};
|
|
1800
1871
|
}, Readonly<{
|
|
1872
|
+
class?: string;
|
|
1801
1873
|
rowData: any[];
|
|
1802
1874
|
columnDefs: ColDef[];
|
|
1803
1875
|
theme?: string;
|
|
@@ -1818,6 +1890,11 @@ selectedRows?: any[];
|
|
|
1818
1890
|
columnHover?: boolean;
|
|
1819
1891
|
enableColumnsToolPanel?: boolean;
|
|
1820
1892
|
statusBar?: boolean;
|
|
1893
|
+
compactFooter?: boolean;
|
|
1894
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
1895
|
+
groupDefaultExpanded?: number;
|
|
1896
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
1897
|
+
pivotMode?: boolean;
|
|
1821
1898
|
}> & Readonly<{
|
|
1822
1899
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
1823
1900
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -1849,6 +1926,11 @@ selectedRows: any[];
|
|
|
1849
1926
|
columnHover: boolean;
|
|
1850
1927
|
enableColumnsToolPanel: boolean;
|
|
1851
1928
|
statusBar: boolean;
|
|
1929
|
+
compactFooter: boolean;
|
|
1930
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
1931
|
+
groupDefaultExpanded: number;
|
|
1932
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
1933
|
+
pivotMode: boolean;
|
|
1852
1934
|
}> | null;
|
|
1853
1935
|
}, HTMLDivElement>;
|
|
1854
1936
|
|
|
@@ -1857,6 +1939,7 @@ masterGridRef: Ref<any, any>;
|
|
|
1857
1939
|
mappingMasterGridRef: Ref<any, any>;
|
|
1858
1940
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1859
1941
|
masterGridRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
1942
|
+
class?: string;
|
|
1860
1943
|
rowData: any[];
|
|
1861
1944
|
columnDefs: ColDef[];
|
|
1862
1945
|
theme?: string;
|
|
@@ -1877,6 +1960,11 @@ selectedRows?: any[];
|
|
|
1877
1960
|
columnHover?: boolean;
|
|
1878
1961
|
enableColumnsToolPanel?: boolean;
|
|
1879
1962
|
statusBar?: boolean;
|
|
1963
|
+
compactFooter?: boolean;
|
|
1964
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
1965
|
+
groupDefaultExpanded?: number;
|
|
1966
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
1967
|
+
pivotMode?: boolean;
|
|
1880
1968
|
}> & Readonly<{
|
|
1881
1969
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
1882
1970
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -1916,6 +2004,11 @@ selectedRows: any[];
|
|
|
1916
2004
|
columnHover: boolean;
|
|
1917
2005
|
enableColumnsToolPanel: boolean;
|
|
1918
2006
|
statusBar: boolean;
|
|
2007
|
+
compactFooter: boolean;
|
|
2008
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
2009
|
+
groupDefaultExpanded: number;
|
|
2010
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
2011
|
+
pivotMode: boolean;
|
|
1919
2012
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
1920
2013
|
P: {};
|
|
1921
2014
|
B: {};
|
|
@@ -1924,6 +2017,7 @@ C: {};
|
|
|
1924
2017
|
M: {};
|
|
1925
2018
|
Defaults: {};
|
|
1926
2019
|
}, Readonly<{
|
|
2020
|
+
class?: string;
|
|
1927
2021
|
rowData: any[];
|
|
1928
2022
|
columnDefs: ColDef[];
|
|
1929
2023
|
theme?: string;
|
|
@@ -1944,6 +2038,11 @@ selectedRows?: any[];
|
|
|
1944
2038
|
columnHover?: boolean;
|
|
1945
2039
|
enableColumnsToolPanel?: boolean;
|
|
1946
2040
|
statusBar?: boolean;
|
|
2041
|
+
compactFooter?: boolean;
|
|
2042
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
2043
|
+
groupDefaultExpanded?: number;
|
|
2044
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
2045
|
+
pivotMode?: boolean;
|
|
1947
2046
|
}> & Readonly<{
|
|
1948
2047
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
1949
2048
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -1975,8 +2074,14 @@ selectedRows: any[];
|
|
|
1975
2074
|
columnHover: boolean;
|
|
1976
2075
|
enableColumnsToolPanel: boolean;
|
|
1977
2076
|
statusBar: boolean;
|
|
2077
|
+
compactFooter: boolean;
|
|
2078
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
2079
|
+
groupDefaultExpanded: number;
|
|
2080
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
2081
|
+
pivotMode: boolean;
|
|
1978
2082
|
}> | null;
|
|
1979
2083
|
mappingMasterGridRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2084
|
+
class?: string;
|
|
1980
2085
|
rowData: any[];
|
|
1981
2086
|
columnDefs: ColDef[];
|
|
1982
2087
|
theme?: string;
|
|
@@ -1997,6 +2102,11 @@ selectedRows?: any[];
|
|
|
1997
2102
|
columnHover?: boolean;
|
|
1998
2103
|
enableColumnsToolPanel?: boolean;
|
|
1999
2104
|
statusBar?: boolean;
|
|
2105
|
+
compactFooter?: boolean;
|
|
2106
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
2107
|
+
groupDefaultExpanded?: number;
|
|
2108
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
2109
|
+
pivotMode?: boolean;
|
|
2000
2110
|
}> & Readonly<{
|
|
2001
2111
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
2002
2112
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -2036,6 +2146,11 @@ selectedRows: any[];
|
|
|
2036
2146
|
columnHover: boolean;
|
|
2037
2147
|
enableColumnsToolPanel: boolean;
|
|
2038
2148
|
statusBar: boolean;
|
|
2149
|
+
compactFooter: boolean;
|
|
2150
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
2151
|
+
groupDefaultExpanded: number;
|
|
2152
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
2153
|
+
pivotMode: boolean;
|
|
2039
2154
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
2040
2155
|
P: {};
|
|
2041
2156
|
B: {};
|
|
@@ -2044,6 +2159,7 @@ C: {};
|
|
|
2044
2159
|
M: {};
|
|
2045
2160
|
Defaults: {};
|
|
2046
2161
|
}, Readonly<{
|
|
2162
|
+
class?: string;
|
|
2047
2163
|
rowData: any[];
|
|
2048
2164
|
columnDefs: ColDef[];
|
|
2049
2165
|
theme?: string;
|
|
@@ -2064,6 +2180,11 @@ selectedRows?: any[];
|
|
|
2064
2180
|
columnHover?: boolean;
|
|
2065
2181
|
enableColumnsToolPanel?: boolean;
|
|
2066
2182
|
statusBar?: boolean;
|
|
2183
|
+
compactFooter?: boolean;
|
|
2184
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
2185
|
+
groupDefaultExpanded?: number;
|
|
2186
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
2187
|
+
pivotMode?: boolean;
|
|
2067
2188
|
}> & Readonly<{
|
|
2068
2189
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
2069
2190
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -2095,157 +2216,335 @@ selectedRows: any[];
|
|
|
2095
2216
|
columnHover: boolean;
|
|
2096
2217
|
enableColumnsToolPanel: boolean;
|
|
2097
2218
|
statusBar: boolean;
|
|
2219
|
+
compactFooter: boolean;
|
|
2220
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
2221
|
+
groupDefaultExpanded: number;
|
|
2222
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
2223
|
+
pivotMode: boolean;
|
|
2098
2224
|
}> | null;
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2225
|
+
}, any>;
|
|
2226
|
+
|
|
2227
|
+
/** 필터 설정 타입 */
|
|
2228
|
+
declare interface FilterDisplayItem {
|
|
2229
|
+
/** 표시할 라벨 */
|
|
2230
|
+
label: string;
|
|
2231
|
+
/** 값을 표시용 문자열로 변환 (예: combo value -> label) */
|
|
2232
|
+
displayValue?: (value: unknown) => string;
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2235
|
+
declare interface FormSchema {
|
|
2236
|
+
id: string;
|
|
2237
|
+
name: string;
|
|
2238
|
+
type: 'simple' | 'sectioned' | 'wizard' | 'conditional';
|
|
2239
|
+
fields?: DynamicFormField[];
|
|
2240
|
+
sections?: FormSection[];
|
|
2241
|
+
steps?: FormStep[];
|
|
2242
|
+
layout?: {
|
|
2243
|
+
columns?: number;
|
|
2244
|
+
};
|
|
2245
|
+
globalStyle?: GlobalStyle;
|
|
2246
|
+
events?: {
|
|
2247
|
+
onSubmit?: (values: Record<string, any>) => void;
|
|
2248
|
+
onChange?: (field: string, value: any) => void;
|
|
2249
|
+
onError?: (errors: any) => void;
|
|
2250
|
+
};
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2253
|
+
declare interface FormSection {
|
|
2254
|
+
id: string;
|
|
2255
|
+
title: string;
|
|
2256
|
+
collapsible: boolean;
|
|
2257
|
+
defaultCollapsed: boolean;
|
|
2258
|
+
fields: DynamicFormField[];
|
|
2259
|
+
}
|
|
2260
|
+
|
|
2261
|
+
declare interface FormStep {
|
|
2262
|
+
id: string;
|
|
2263
|
+
title: string;
|
|
2264
|
+
description?: string;
|
|
2265
|
+
fields: DynamicFormField[];
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
declare interface GlobalStyle {
|
|
2269
|
+
colCount?: 'row-1' | 'row' | 'row-3' | 'row-4' | 'row-5' | 'row-6' | 'row-7' | 'row-8';
|
|
2270
|
+
labelPosition?: 'horizontal' | 'vertical';
|
|
2271
|
+
labelAlign?: 'left' | 'middle' | 'right';
|
|
2272
|
+
styleType?: ControlStyleType;
|
|
2273
|
+
controlSize?: 'sm' | 'md' | 'lg';
|
|
2274
|
+
variant?: 'default' | 'outline' | 'secondary' | 'destructive' | 'ghost';
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2277
|
+
declare interface GroupedOption {
|
|
2278
|
+
groupLabel: string;
|
|
2279
|
+
options: Option_4[];
|
|
2280
|
+
}
|
|
2281
|
+
|
|
2282
|
+
declare function handleError(errs: any): void;
|
|
2283
|
+
|
|
2284
|
+
declare function handleSubmit(): void;
|
|
2285
|
+
|
|
2286
|
+
/**
|
|
2287
|
+
* JHeader - 상단 헤더 컴포넌트 (organisms)
|
|
2288
|
+
* Header Component
|
|
2289
|
+
*
|
|
2290
|
+
* @description
|
|
2291
|
+
* 애플리케이션의 상단 헤더 영역을 담당하는 컴포넌트입니다.
|
|
2292
|
+
* 로고, 네비게이션, 검색, 알림, 사용자 메뉴 등을 포함할 수 있습니다.
|
|
2293
|
+
*
|
|
2294
|
+
* @example
|
|
2295
|
+
* ```vue
|
|
2296
|
+
* <JHeader
|
|
2297
|
+
* logo="/logo.png"
|
|
2298
|
+
* :user-menu-items="userMenuItems"
|
|
2299
|
+
* @logo-click="handleLogoClick"
|
|
2300
|
+
* />
|
|
2301
|
+
* ```
|
|
2302
|
+
*/
|
|
2303
|
+
export declare type HeaderNavItem = {
|
|
2304
|
+
/** 라벨 */
|
|
2305
|
+
label: string;
|
|
2306
|
+
/** 링크 URL */
|
|
2307
|
+
href?: string;
|
|
2308
|
+
/** 아이콘 */
|
|
2309
|
+
icon?: string;
|
|
2310
|
+
/** 활성 상태 */
|
|
2311
|
+
active?: boolean;
|
|
2312
|
+
/** 클릭 핸들러 */
|
|
2313
|
+
onClick?: () => void;
|
|
2314
|
+
};
|
|
2315
|
+
|
|
2316
|
+
declare type IconName = BaseIconName | CustomIconName;
|
|
2317
|
+
|
|
2318
|
+
export declare const JAccordion: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
2319
|
+
|
|
2320
|
+
export declare const JAlert: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
2321
|
+
|
|
2322
|
+
export declare const JAvatar: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
2323
|
+
size: Size;
|
|
2324
|
+
shape: Shape;
|
|
2325
|
+
styletype: StyleType_15;
|
|
2326
|
+
alt: string;
|
|
2327
|
+
fallback: string;
|
|
2328
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2329
|
+
|
|
2330
|
+
export declare const JBadge: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
2331
|
+
|
|
2332
|
+
export declare const JBreadcrumb: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2333
|
+
itemClick: (item: BreadcrumbItem, index: number) => any;
|
|
2334
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
2335
|
+
onItemClick?: ((item: BreadcrumbItem, index: number) => any) | undefined;
|
|
2128
2336
|
}>, {
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
actionButtons: ActionButton[];
|
|
2146
|
-
autoDetectDarkMode: boolean;
|
|
2147
|
-
summaryColumn: boolean;
|
|
2148
|
-
hiddenColumn: boolean;
|
|
2149
|
-
enableGrouping: boolean;
|
|
2150
|
-
enablePivot: boolean;
|
|
2151
|
-
enableExcelExport: boolean;
|
|
2152
|
-
enableTreeData: boolean;
|
|
2153
|
-
getDataPath: (data: any) => (string | number)[];
|
|
2154
|
-
autoGroupColumnDef: ColDef;
|
|
2155
|
-
selectedRows: any[];
|
|
2156
|
-
columnHover: boolean;
|
|
2157
|
-
enableColumnsToolPanel: boolean;
|
|
2158
|
-
statusBar: boolean;
|
|
2159
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
2160
|
-
P: {};
|
|
2161
|
-
B: {};
|
|
2162
|
-
D: {};
|
|
2163
|
-
C: {};
|
|
2164
|
-
M: {};
|
|
2165
|
-
Defaults: {};
|
|
2166
|
-
}, Readonly<{
|
|
2167
|
-
rowData: any[];
|
|
2168
|
-
columnDefs: ColDef[];
|
|
2169
|
-
theme?: string;
|
|
2170
|
-
pagination?: boolean;
|
|
2171
|
-
checkbox?: boolean;
|
|
2172
|
-
rowNumbers?: boolean;
|
|
2173
|
-
actionButtons?: ActionButton[];
|
|
2174
|
-
autoDetectDarkMode?: boolean;
|
|
2175
|
-
summaryColumn?: boolean;
|
|
2176
|
-
hiddenColumn?: boolean;
|
|
2177
|
-
enableGrouping?: boolean;
|
|
2178
|
-
enablePivot?: boolean;
|
|
2179
|
-
enableExcelExport?: boolean;
|
|
2180
|
-
enableTreeData?: boolean;
|
|
2181
|
-
getDataPath?: (data: any) => (string | number)[];
|
|
2182
|
-
autoGroupColumnDef?: ColDef;
|
|
2183
|
-
selectedRows?: any[];
|
|
2184
|
-
columnHover?: boolean;
|
|
2185
|
-
enableColumnsToolPanel?: boolean;
|
|
2186
|
-
statusBar?: boolean;
|
|
2187
|
-
}> & Readonly<{
|
|
2188
|
-
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
2189
|
-
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
2190
|
-
onCellClicked?: ((event: CellClickedEvent<any, any, any>) => any) | undefined;
|
|
2191
|
-
onSelectionChanged?: ((event: SelectionChangedEvent<any, any>) => any) | undefined;
|
|
2192
|
-
onCellValueChanged?: ((event: CellValueChangedEvent<any, any, any>) => any) | undefined;
|
|
2193
|
-
onGridReady?: ((event: GridReadyEvent<any, any>) => any) | undefined;
|
|
2194
|
-
"onUpdate:selectedRows"?: ((rows: any[]) => any) | undefined;
|
|
2337
|
+
styletype: StyleType_23;
|
|
2338
|
+
separator: string;
|
|
2339
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
2340
|
+
|
|
2341
|
+
export declare const JButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
2342
|
+
|
|
2343
|
+
export declare const JButtonGroup: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
2344
|
+
|
|
2345
|
+
export declare const JCard: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
2346
|
+
|
|
2347
|
+
export declare const JCheckbox: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2348
|
+
"update:modelValue": (value: string) => any;
|
|
2349
|
+
change: (value: string) => any;
|
|
2350
|
+
}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
|
|
2351
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2352
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2195
2353
|
}>, {
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
}> & Readonly<{
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2354
|
+
disabled: boolean;
|
|
2355
|
+
modelValue: string;
|
|
2356
|
+
required: boolean;
|
|
2357
|
+
styletype: StyleType_4;
|
|
2358
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2359
|
+
|
|
2360
|
+
export declare const JCombo: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2361
|
+
"update:modelValue": (value: string | number) => any;
|
|
2362
|
+
change: (value: string | number) => any;
|
|
2363
|
+
focus: (event: FocusEvent) => any;
|
|
2364
|
+
blur: (event: FocusEvent) => any;
|
|
2365
|
+
}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
|
|
2366
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
2367
|
+
onChange?: ((value: string | number) => any) | undefined;
|
|
2368
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
2369
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
2370
|
+
}>, {
|
|
2371
|
+
disabled: boolean;
|
|
2372
|
+
multiple: boolean;
|
|
2373
|
+
placeholder: string;
|
|
2374
|
+
required: boolean;
|
|
2375
|
+
styletype: StyleType_5;
|
|
2376
|
+
options: Option_2[];
|
|
2377
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2378
|
+
|
|
2379
|
+
export declare const JContextMenu: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
2380
|
+
|
|
2381
|
+
/**
|
|
2382
|
+
* JContextMenu Props 인터페이스
|
|
2383
|
+
*/
|
|
2384
|
+
declare interface JContextMenuProps {
|
|
2385
|
+
/** 메뉴 구조 (아이템 배열) */
|
|
2386
|
+
items: ContextMenuGroup[];
|
|
2387
|
+
/** 비활성화 여부 */
|
|
2388
|
+
disabled?: boolean;
|
|
2389
|
+
/** 추가 CSS 클래스 */
|
|
2390
|
+
class?: string;
|
|
2391
|
+
}
|
|
2392
|
+
|
|
2393
|
+
export declare const JDatepicker: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2394
|
+
"update:modelValue": (value: string | null) => any;
|
|
2395
|
+
change: (value: string | null) => any;
|
|
2396
|
+
focus: (event: FocusEvent) => any;
|
|
2397
|
+
blur: (event: FocusEvent) => any;
|
|
2398
|
+
}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
|
|
2399
|
+
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
2400
|
+
onChange?: ((value: string | null) => any) | undefined;
|
|
2401
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
2402
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
2403
|
+
}>, {
|
|
2404
|
+
placeholder: string;
|
|
2405
|
+
styletype: "default" | "sm" | "lg";
|
|
2406
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2407
|
+
|
|
2408
|
+
export declare const JDivider: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {
|
|
2409
|
+
orientation: "horizontal" | "vertical";
|
|
2410
|
+
styletype: StyleType_9;
|
|
2411
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2412
|
+
|
|
2413
|
+
export declare const JDynamicForm: DefineComponent<__VLS_Props_33, {
|
|
2414
|
+
formState: Record<string, any>;
|
|
2415
|
+
submit: typeof handleSubmit;
|
|
2416
|
+
reset: typeof reset;
|
|
2417
|
+
handleError: typeof handleError;
|
|
2418
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2419
|
+
"update:modelValue": (...args: any[]) => void;
|
|
2420
|
+
error: (...args: any[]) => void;
|
|
2421
|
+
submit: (...args: any[]) => void;
|
|
2422
|
+
change: (...args: any[]) => void;
|
|
2423
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
2424
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2425
|
+
onError?: ((...args: any[]) => any) | undefined;
|
|
2426
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
2427
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
2428
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
2429
|
+
|
|
2430
|
+
export declare const JDynamicTabs: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
2431
|
+
|
|
2432
|
+
/**
|
|
2433
|
+
* JDynamicTabs Props 인터페이스 (organisms)
|
|
2434
|
+
* JDynamicTabs Props interface for dynamic tabs
|
|
2435
|
+
*/
|
|
2436
|
+
declare interface JDynamicTabsProps {
|
|
2437
|
+
/** 초기 탭 배열 (Initial tabs array) */
|
|
2438
|
+
initialTabs?: DynamicTab[];
|
|
2439
|
+
/** 기본 활성화 탭 ID (Default active tab ID) */
|
|
2440
|
+
defaultActiveId?: string;
|
|
2441
|
+
/** 최대 탭 개수 (Maximum number of tabs, 0 = unlimited) */
|
|
2442
|
+
maxTabs?: number;
|
|
2443
|
+
/** 탭이 없을 때 표시할 메시지 (Message to show when no tabs) */
|
|
2444
|
+
emptyMessage?: string;
|
|
2445
|
+
/** 루트 컨테이너 추가 클래스 (Additional class for root container) */
|
|
2446
|
+
class?: string;
|
|
2447
|
+
/** 콘텐츠 영역 추가 클래스 (Additional class for content area) */
|
|
2448
|
+
contentClass?: string;
|
|
2449
|
+
/** 스타일 타입 */
|
|
2450
|
+
styletype?: 'default' | 'minimal';
|
|
2451
|
+
}
|
|
2452
|
+
|
|
2453
|
+
export declare const JEditor: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2454
|
+
"update:modelValue": (value: string) => any;
|
|
2455
|
+
change: (value: string) => any;
|
|
2456
|
+
save: (value: string) => any;
|
|
2457
|
+
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
2458
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2459
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2460
|
+
onSave?: ((value: string) => any) | undefined;
|
|
2461
|
+
}>, {
|
|
2462
|
+
disabled: boolean;
|
|
2463
|
+
modelValue: string;
|
|
2464
|
+
placeholder: string;
|
|
2465
|
+
height: string | number;
|
|
2466
|
+
readonly: boolean;
|
|
2467
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2468
|
+
|
|
2469
|
+
export declare const JEmptyState: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
2470
|
+
|
|
2471
|
+
declare interface JEmptyStateProps {
|
|
2472
|
+
/** 아이콘 이름 */
|
|
2473
|
+
icon?: string;
|
|
2474
|
+
/** 제목 */
|
|
2475
|
+
title?: string;
|
|
2476
|
+
/** 설명 */
|
|
2477
|
+
description?: string;
|
|
2478
|
+
/** 액션 버튼 텍스트 */
|
|
2479
|
+
actionText?: string;
|
|
2480
|
+
/** variant */
|
|
2481
|
+
variant?: 'default' | 'simple';
|
|
2482
|
+
/** 추가 CSS 클래스 */
|
|
2483
|
+
class?: string;
|
|
2484
|
+
}
|
|
2485
|
+
|
|
2486
|
+
export declare const JFilterBar: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
2487
|
+
|
|
2488
|
+
declare interface JFilterBarProps {
|
|
2489
|
+
/** 추가 클래스 (외부 커스터마이징용) */
|
|
2490
|
+
class?: string;
|
|
2491
|
+
/** 필터바 타이틀 */
|
|
2492
|
+
title?: string;
|
|
2493
|
+
/** 필터 접힘 상태 (v-model 지원) */
|
|
2494
|
+
collapsed?: boolean;
|
|
2495
|
+
/** 접기/펼치기 가능 여부. false면 토글 버튼 숨김 & 필터 항상 표시 */
|
|
2496
|
+
collapsible?: boolean;
|
|
2497
|
+
/** 필터 값 객체 (v-model:filterValues 지원) */
|
|
2498
|
+
filterValues?: Record<string, unknown>;
|
|
2499
|
+
/** 필터 표시 설정 (label, displayValue 등) */
|
|
2500
|
+
filterDisplay?: Record<string, FilterDisplayItem>;
|
|
2501
|
+
/** 초기화 버튼 표시 여부 */
|
|
2502
|
+
showResetButton?: boolean;
|
|
2503
|
+
/** 조회 버튼 표시 여부 */
|
|
2504
|
+
showSearchButton?: boolean;
|
|
2505
|
+
/** 초기화 버튼 텍스트 */
|
|
2506
|
+
resetButtonText?: string;
|
|
2507
|
+
/** 조회 버튼 텍스트 */
|
|
2508
|
+
searchButtonText?: string;
|
|
2509
|
+
}
|
|
2510
|
+
|
|
2511
|
+
export declare const JFormField: DefineComponent<__VLS_Props_26, {
|
|
2512
|
+
clearError: () => void;
|
|
2513
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2514
|
+
"update:modelValue": (value: any) => any;
|
|
2515
|
+
change: (value: any) => any;
|
|
2516
|
+
focus: (event: FocusEvent) => any;
|
|
2517
|
+
blur: (event: FocusEvent) => any;
|
|
2518
|
+
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
2519
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
2520
|
+
onChange?: ((value: any) => any) | undefined;
|
|
2521
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
2522
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
2248
2523
|
}>, {
|
|
2524
|
+
orientation: "vertical" | "horizontal" | "responsive";
|
|
2525
|
+
type: ComponentType;
|
|
2526
|
+
labelAlign: "left" | "middle" | "right";
|
|
2527
|
+
labelWidth: string;
|
|
2528
|
+
radioDirection: "horizontal" | "vertical";
|
|
2529
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2530
|
+
|
|
2531
|
+
export declare const JFormModal: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
2532
|
+
|
|
2533
|
+
declare interface JFormModalProps {
|
|
2534
|
+
open: boolean;
|
|
2535
|
+
title?: string;
|
|
2536
|
+
description?: string;
|
|
2537
|
+
schema: FormSchema;
|
|
2538
|
+
modelValue?: Record<string, any>;
|
|
2539
|
+
size?: 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'full';
|
|
2540
|
+
buttonType?: 'Ok' | 'OkCancel';
|
|
2541
|
+
confirmText?: string;
|
|
2542
|
+
cancelText?: string;
|
|
2543
|
+
confirmVariant?: 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
|
|
2544
|
+
confirmDisabled?: boolean;
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2547
|
+
export declare const JGrid: DefineComponent<__VLS_Props_24, {
|
|
2249
2548
|
gridApi: Ref<any, any>;
|
|
2250
2549
|
gridColumnApi: Ref<any, any>;
|
|
2251
2550
|
exportToExcel: () => void;
|
|
@@ -2257,54 +2556,7 @@ selectionChanged: (event: SelectionChangedEvent<any, any>) => any;
|
|
|
2257
2556
|
cellValueChanged: (event: CellValueChangedEvent<any, any, any>) => any;
|
|
2258
2557
|
gridReady: (event: GridReadyEvent<any, any>) => any;
|
|
2259
2558
|
"update:selectedRows": (rows: any[]) => any;
|
|
2260
|
-
}, PublicProps, {
|
|
2261
|
-
theme: string;
|
|
2262
|
-
pagination: boolean;
|
|
2263
|
-
checkbox: boolean;
|
|
2264
|
-
rowNumbers: boolean;
|
|
2265
|
-
actionButtons: ActionButton[];
|
|
2266
|
-
autoDetectDarkMode: boolean;
|
|
2267
|
-
summaryColumn: boolean;
|
|
2268
|
-
hiddenColumn: boolean;
|
|
2269
|
-
enableGrouping: boolean;
|
|
2270
|
-
enablePivot: boolean;
|
|
2271
|
-
enableExcelExport: boolean;
|
|
2272
|
-
enableTreeData: boolean;
|
|
2273
|
-
getDataPath: (data: any) => (string | number)[];
|
|
2274
|
-
autoGroupColumnDef: ColDef;
|
|
2275
|
-
selectedRows: any[];
|
|
2276
|
-
columnHover: boolean;
|
|
2277
|
-
enableColumnsToolPanel: boolean;
|
|
2278
|
-
statusBar: boolean;
|
|
2279
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
2280
|
-
P: {};
|
|
2281
|
-
B: {};
|
|
2282
|
-
D: {};
|
|
2283
|
-
C: {};
|
|
2284
|
-
M: {};
|
|
2285
|
-
Defaults: {};
|
|
2286
|
-
}, Readonly<{
|
|
2287
|
-
rowData: any[];
|
|
2288
|
-
columnDefs: ColDef[];
|
|
2289
|
-
theme?: string;
|
|
2290
|
-
pagination?: boolean;
|
|
2291
|
-
checkbox?: boolean;
|
|
2292
|
-
rowNumbers?: boolean;
|
|
2293
|
-
actionButtons?: ActionButton[];
|
|
2294
|
-
autoDetectDarkMode?: boolean;
|
|
2295
|
-
summaryColumn?: boolean;
|
|
2296
|
-
hiddenColumn?: boolean;
|
|
2297
|
-
enableGrouping?: boolean;
|
|
2298
|
-
enablePivot?: boolean;
|
|
2299
|
-
enableExcelExport?: boolean;
|
|
2300
|
-
enableTreeData?: boolean;
|
|
2301
|
-
getDataPath?: (data: any) => (string | number)[];
|
|
2302
|
-
autoGroupColumnDef?: ColDef;
|
|
2303
|
-
selectedRows?: any[];
|
|
2304
|
-
columnHover?: boolean;
|
|
2305
|
-
enableColumnsToolPanel?: boolean;
|
|
2306
|
-
statusBar?: boolean;
|
|
2307
|
-
}> & Readonly<{
|
|
2559
|
+
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
2308
2560
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
2309
2561
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
2310
2562
|
onCellClicked?: ((event: CellClickedEvent<any, any, any>) => any) | undefined;
|
|
@@ -2313,10 +2565,6 @@ onCellValueChanged?: ((event: CellValueChangedEvent<any, any, any>) => any) | un
|
|
|
2313
2565
|
onGridReady?: ((event: GridReadyEvent<any, any>) => any) | undefined;
|
|
2314
2566
|
"onUpdate:selectedRows"?: ((rows: any[]) => any) | undefined;
|
|
2315
2567
|
}>, {
|
|
2316
|
-
gridApi: Ref<any, any>;
|
|
2317
|
-
gridColumnApi: Ref<any, any>;
|
|
2318
|
-
exportToExcel: () => void;
|
|
2319
|
-
}, {}, {}, {}, {
|
|
2320
2568
|
theme: string;
|
|
2321
2569
|
pagination: boolean;
|
|
2322
2570
|
checkbox: boolean;
|
|
@@ -2335,312 +2583,341 @@ selectedRows: any[];
|
|
|
2335
2583
|
columnHover: boolean;
|
|
2336
2584
|
enableColumnsToolPanel: boolean;
|
|
2337
2585
|
statusBar: boolean;
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
label: string;
|
|
2345
|
-
/** 값을 표시용 문자열로 변환 (예: combo value -> label) */
|
|
2346
|
-
displayValue?: (value: unknown) => string;
|
|
2347
|
-
}
|
|
2348
|
-
|
|
2349
|
-
declare interface FormSchema {
|
|
2350
|
-
id: string;
|
|
2351
|
-
name: string;
|
|
2352
|
-
type: 'simple' | 'sectioned' | 'wizard' | 'conditional';
|
|
2353
|
-
fields?: DynamicFormField[];
|
|
2354
|
-
sections?: FormSection[];
|
|
2355
|
-
steps?: FormStep[];
|
|
2356
|
-
layout?: {
|
|
2357
|
-
columns?: number;
|
|
2358
|
-
};
|
|
2359
|
-
globalStyle?: GlobalStyle;
|
|
2360
|
-
events?: {
|
|
2361
|
-
onSubmit?: (values: Record<string, any>) => void;
|
|
2362
|
-
onChange?: (field: string, value: any) => void;
|
|
2363
|
-
onError?: (errors: any) => void;
|
|
2364
|
-
};
|
|
2365
|
-
}
|
|
2366
|
-
|
|
2367
|
-
declare interface FormSection {
|
|
2368
|
-
id: string;
|
|
2369
|
-
title: string;
|
|
2370
|
-
collapsible: boolean;
|
|
2371
|
-
defaultCollapsed: boolean;
|
|
2372
|
-
fields: DynamicFormField[];
|
|
2373
|
-
}
|
|
2374
|
-
|
|
2375
|
-
declare interface FormStep {
|
|
2376
|
-
id: string;
|
|
2377
|
-
title: string;
|
|
2378
|
-
description?: string;
|
|
2379
|
-
fields: DynamicFormField[];
|
|
2380
|
-
}
|
|
2381
|
-
|
|
2382
|
-
declare interface GlobalStyle {
|
|
2383
|
-
colCount?: 'row-1' | 'row' | 'row-3' | 'row-4' | 'row-5' | 'row-6' | 'row-7' | 'row-8';
|
|
2384
|
-
labelPosition?: 'horizontal' | 'vertical';
|
|
2385
|
-
labelAlign?: 'left' | 'middle' | 'right';
|
|
2386
|
-
styleType?: ControlStyleType;
|
|
2387
|
-
controlSize?: 'sm' | 'md' | 'lg';
|
|
2388
|
-
variant?: 'default' | 'outline' | 'secondary' | 'destructive' | 'ghost';
|
|
2389
|
-
}
|
|
2586
|
+
compactFooter: boolean;
|
|
2587
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
2588
|
+
groupDefaultExpanded: number;
|
|
2589
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
2590
|
+
pivotMode: boolean;
|
|
2591
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2390
2592
|
|
|
2391
|
-
declare
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2593
|
+
export declare const JGroupCombo: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2594
|
+
"update:modelValue": (value: string | number) => any;
|
|
2595
|
+
change: (value: string | number) => any;
|
|
2596
|
+
focus: (event: FocusEvent) => any;
|
|
2597
|
+
blur: (event: FocusEvent) => any;
|
|
2598
|
+
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
2599
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
2600
|
+
onChange?: ((value: string | number) => any) | undefined;
|
|
2601
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
2602
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
2603
|
+
}>, {
|
|
2604
|
+
disabled: boolean;
|
|
2605
|
+
placeholder: string;
|
|
2606
|
+
required: boolean;
|
|
2607
|
+
styletype: StyleType_21;
|
|
2608
|
+
groupedOptions: GroupedOption[];
|
|
2609
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2395
2610
|
|
|
2396
|
-
declare
|
|
2611
|
+
export declare const JHeader: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
2397
2612
|
|
|
2398
|
-
declare
|
|
2613
|
+
export declare const JIcon: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
2614
|
+
size: SizeType_3;
|
|
2615
|
+
role: string;
|
|
2616
|
+
styletype: StyleType_18;
|
|
2617
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2399
2618
|
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
* ```
|
|
2416
|
-
*/
|
|
2417
|
-
export declare type HeaderNavItem = {
|
|
2418
|
-
/** 라벨 */
|
|
2419
|
-
label: string;
|
|
2420
|
-
/** 링크 URL */
|
|
2421
|
-
href?: string;
|
|
2422
|
-
/** 아이콘 */
|
|
2423
|
-
icon?: string;
|
|
2424
|
-
/** 활성 상태 */
|
|
2425
|
-
active?: boolean;
|
|
2426
|
-
/** 클릭 핸들러 */
|
|
2427
|
-
onClick?: () => void;
|
|
2428
|
-
};
|
|
2619
|
+
export declare const JImage: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2620
|
+
click: (event: MouseEvent) => any;
|
|
2621
|
+
mouseover: (event: MouseEvent) => any;
|
|
2622
|
+
mouseout: (event: MouseEvent) => any;
|
|
2623
|
+
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
2624
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
2625
|
+
onMouseover?: ((event: MouseEvent) => any) | undefined;
|
|
2626
|
+
onMouseout?: ((event: MouseEvent) => any) | undefined;
|
|
2627
|
+
}>, {
|
|
2628
|
+
placeholder: string;
|
|
2629
|
+
styletype: StyleType_11;
|
|
2630
|
+
alt: string;
|
|
2631
|
+
errorText: string;
|
|
2632
|
+
clickable: boolean;
|
|
2633
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2429
2634
|
|
|
2430
|
-
declare
|
|
2635
|
+
export declare const JInput: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
2431
2636
|
|
|
2432
|
-
export declare const
|
|
2637
|
+
export declare const JKbd: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
2433
2638
|
|
|
2434
|
-
export declare const
|
|
2639
|
+
export declare const JLabel: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
2435
2640
|
|
|
2436
|
-
export declare const
|
|
2437
|
-
size: Size;
|
|
2438
|
-
shape: Shape;
|
|
2439
|
-
styletype: StyleType_15;
|
|
2440
|
-
alt: string;
|
|
2441
|
-
fallback: string;
|
|
2442
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2641
|
+
export declare const JLayout: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
2443
2642
|
|
|
2444
|
-
export
|
|
2643
|
+
export { JLayoutAdvanced }
|
|
2445
2644
|
|
|
2446
|
-
export declare const
|
|
2447
|
-
itemClick: (item: BreadcrumbItem, index: number) => any;
|
|
2448
|
-
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
2449
|
-
onItemClick?: ((item: BreadcrumbItem, index: number) => any) | undefined;
|
|
2450
|
-
}>, {
|
|
2451
|
-
styletype: StyleType_23;
|
|
2452
|
-
separator: string;
|
|
2453
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
2645
|
+
export declare const JLayoutSimple: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
2454
2646
|
|
|
2455
|
-
export declare const
|
|
2647
|
+
export declare const JLink: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
2456
2648
|
|
|
2457
|
-
export declare const
|
|
2649
|
+
export declare const JModal: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
2458
2650
|
|
|
2459
|
-
|
|
2651
|
+
declare interface JModalProps {
|
|
2652
|
+
open: boolean;
|
|
2653
|
+
title?: string;
|
|
2654
|
+
description?: string;
|
|
2655
|
+
size?: 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'full';
|
|
2656
|
+
showFormField?: boolean;
|
|
2657
|
+
formFieldLabel?: string;
|
|
2658
|
+
formFieldError?: string;
|
|
2659
|
+
formFieldRequired?: boolean;
|
|
2660
|
+
formFieldInputType?: 'text' | 'email' | 'password' | 'number' | 'tel' | 'url';
|
|
2661
|
+
formFieldInputPlaceholder?: string;
|
|
2662
|
+
formFieldValue?: string;
|
|
2663
|
+
formFieldType?: 'input' | 'textarea' | 'checkbox' | 'switch' | 'combo' | 'radio' | 'searchCombo' | 'datepicker';
|
|
2664
|
+
buttonType?: 'Ok' | 'OkCancel';
|
|
2665
|
+
confirmText?: string;
|
|
2666
|
+
cancelText?: string;
|
|
2667
|
+
confirmVariant?: 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
|
|
2668
|
+
confirmDisabled?: boolean;
|
|
2669
|
+
disabled?: boolean;
|
|
2670
|
+
}
|
|
2460
2671
|
|
|
2461
|
-
export declare const
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2467
|
-
}>, {
|
|
2468
|
-
disabled: boolean;
|
|
2672
|
+
export declare const JPageContainer: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
2673
|
+
|
|
2674
|
+
export declare const JPopover: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
2675
|
+
|
|
2676
|
+
export declare const JPreview: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
2469
2677
|
modelValue: string;
|
|
2470
|
-
|
|
2471
|
-
styletype: StyleType_4;
|
|
2472
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2678
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2473
2679
|
|
|
2474
|
-
export declare const
|
|
2680
|
+
export declare const JProgress: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
2681
|
+
label: string;
|
|
2682
|
+
size: SizeType;
|
|
2683
|
+
value: number;
|
|
2684
|
+
max: number;
|
|
2685
|
+
variant: VariantType;
|
|
2686
|
+
indeterminate: boolean;
|
|
2687
|
+
styletype: StyleType_13;
|
|
2688
|
+
showLabel: boolean;
|
|
2689
|
+
description: string;
|
|
2690
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2691
|
+
|
|
2692
|
+
export declare const JRadio: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2475
2693
|
"update:modelValue": (value: string | number) => any;
|
|
2476
2694
|
change: (value: string | number) => any;
|
|
2477
|
-
|
|
2478
|
-
blur: (event: FocusEvent) => any;
|
|
2479
|
-
}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
|
|
2695
|
+
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
2480
2696
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
2481
2697
|
onChange?: ((value: string | number) => any) | undefined;
|
|
2482
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
2483
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
2484
2698
|
}>, {
|
|
2485
2699
|
disabled: boolean;
|
|
2486
|
-
multiple: boolean;
|
|
2487
|
-
placeholder: string;
|
|
2488
2700
|
required: boolean;
|
|
2489
|
-
styletype:
|
|
2490
|
-
options:
|
|
2701
|
+
styletype: StyleType_7;
|
|
2702
|
+
options: Option_3[];
|
|
2491
2703
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2492
2704
|
|
|
2493
|
-
export declare const
|
|
2705
|
+
export declare const JSearchAddr: DefineComponent<JSearchAddrProps, {
|
|
2706
|
+
close: () => void;
|
|
2707
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2708
|
+
search: () => any;
|
|
2709
|
+
error: (error: Error) => any;
|
|
2710
|
+
close: () => any;
|
|
2711
|
+
complete: (result: AddressResult) => any;
|
|
2712
|
+
"complete-raw": (data: PostcodeData) => any;
|
|
2713
|
+
}, string, PublicProps, Readonly<JSearchAddrProps> & Readonly<{
|
|
2714
|
+
onSearch?: (() => any) | undefined;
|
|
2715
|
+
onError?: ((error: Error) => any) | undefined;
|
|
2716
|
+
onClose?: (() => any) | undefined;
|
|
2717
|
+
onComplete?: ((result: AddressResult) => any) | undefined;
|
|
2718
|
+
"onComplete-raw"?: ((data: PostcodeData) => any) | undefined;
|
|
2719
|
+
}>, {
|
|
2720
|
+
title: string;
|
|
2721
|
+
height: string;
|
|
2722
|
+
width: string;
|
|
2723
|
+
theme: "default" | "dark";
|
|
2724
|
+
isOpen: boolean;
|
|
2725
|
+
closeOnBackdrop: boolean;
|
|
2726
|
+
closeOnEsc: boolean;
|
|
2727
|
+
defaultLanguage: LanguageType;
|
|
2728
|
+
autoComplete: boolean;
|
|
2729
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
2730
|
+
modalRef: HTMLDivElement;
|
|
2731
|
+
postcodeLayerRef: HTMLDivElement;
|
|
2732
|
+
}, any>;
|
|
2494
2733
|
|
|
2495
2734
|
/**
|
|
2496
|
-
*
|
|
2735
|
+
* JSearchAddr Props 인터페이스
|
|
2497
2736
|
*/
|
|
2498
|
-
declare interface
|
|
2499
|
-
/**
|
|
2500
|
-
|
|
2501
|
-
/**
|
|
2502
|
-
|
|
2503
|
-
/**
|
|
2504
|
-
|
|
2737
|
+
declare interface JSearchAddrProps {
|
|
2738
|
+
/** 모달 열림 여부 */
|
|
2739
|
+
isOpen?: boolean;
|
|
2740
|
+
/** 모달 제목 */
|
|
2741
|
+
title?: string;
|
|
2742
|
+
/** 모달 너비 */
|
|
2743
|
+
width?: string;
|
|
2744
|
+
/** 모달 높이 */
|
|
2745
|
+
height?: string;
|
|
2746
|
+
/** 배경 클릭 시 닫기 */
|
|
2747
|
+
closeOnBackdrop?: boolean;
|
|
2748
|
+
/** ESC 키로 닫기 */
|
|
2749
|
+
closeOnEsc?: boolean;
|
|
2750
|
+
/** 기본 언어 설정 */
|
|
2751
|
+
defaultLanguage?: LanguageType;
|
|
2752
|
+
/** 테마 설정 */
|
|
2753
|
+
theme?: 'default' | 'dark';
|
|
2754
|
+
/** 검색 시 자동완성 사용 여부 */
|
|
2755
|
+
autoComplete?: boolean;
|
|
2505
2756
|
}
|
|
2506
2757
|
|
|
2507
|
-
export declare const
|
|
2508
|
-
"update:modelValue": (value:
|
|
2509
|
-
change: (value:
|
|
2758
|
+
export declare const JSearchCombo: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2759
|
+
"update:modelValue": (value: ComboboxOption | undefined) => any;
|
|
2760
|
+
change: (value: ComboboxOption | undefined) => any;
|
|
2510
2761
|
focus: (event: FocusEvent) => any;
|
|
2511
2762
|
blur: (event: FocusEvent) => any;
|
|
2512
|
-
}, string, PublicProps, Readonly<
|
|
2513
|
-
"onUpdate:modelValue"?: ((value:
|
|
2514
|
-
onChange?: ((value:
|
|
2763
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
2764
|
+
"onUpdate:modelValue"?: ((value: ComboboxOption | undefined) => any) | undefined;
|
|
2765
|
+
onChange?: ((value: ComboboxOption | undefined) => any) | undefined;
|
|
2515
2766
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
2516
2767
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
2517
2768
|
}>, {
|
|
2769
|
+
disabled: boolean;
|
|
2770
|
+
multiple: boolean;
|
|
2518
2771
|
placeholder: string;
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
styletype: StyleType_9;
|
|
2772
|
+
required: boolean;
|
|
2773
|
+
styletype: StyleType_6;
|
|
2774
|
+
options: ComboboxOption[];
|
|
2775
|
+
searchPlaceholder: string;
|
|
2776
|
+
emptyText: string;
|
|
2525
2777
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2526
2778
|
|
|
2527
|
-
export declare const
|
|
2528
|
-
|
|
2529
|
-
submit:
|
|
2530
|
-
reset:
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2779
|
+
export declare const JSearchPanel: DefineComponent<JSearchPanelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2780
|
+
"update:modelValue": (value: Record<string, any>) => any;
|
|
2781
|
+
submit: (values: Record<string, any>) => any;
|
|
2782
|
+
reset: () => any;
|
|
2783
|
+
}, string, PublicProps, Readonly<JSearchPanelProps> & Readonly<{
|
|
2784
|
+
"onUpdate:modelValue"?: ((value: Record<string, any>) => any) | undefined;
|
|
2785
|
+
onSubmit?: ((values: Record<string, any>) => any) | undefined;
|
|
2786
|
+
onReset?: (() => any) | undefined;
|
|
2787
|
+
}>, {
|
|
2788
|
+
collapsible: boolean;
|
|
2789
|
+
title: string;
|
|
2790
|
+
defaultCollapsed: boolean;
|
|
2791
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
2792
|
+
dynamicFormRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2793
|
+
schema: FormSchema;
|
|
2794
|
+
modelValue?: Record<string, any>;
|
|
2795
|
+
}> & Readonly<{
|
|
2538
2796
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2539
2797
|
onError?: ((...args: any[]) => any) | undefined;
|
|
2540
2798
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
2541
2799
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
2542
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
2543
|
-
|
|
2544
|
-
export declare const JDynamicTabs: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
2545
|
-
|
|
2546
|
-
/**
|
|
2547
|
-
* JDynamicTabs Props 인터페이스 (organisms)
|
|
2548
|
-
* JDynamicTabs Props interface for dynamic tabs
|
|
2549
|
-
*/
|
|
2550
|
-
declare interface JDynamicTabsProps {
|
|
2551
|
-
/** 초기 탭 배열 (Initial tabs array) */
|
|
2552
|
-
initialTabs?: DynamicTab[];
|
|
2553
|
-
/** 기본 활성화 탭 ID (Default active tab ID) */
|
|
2554
|
-
defaultActiveId?: string;
|
|
2555
|
-
/** 최대 탭 개수 (Maximum number of tabs, 0 = unlimited) */
|
|
2556
|
-
maxTabs?: number;
|
|
2557
|
-
/** 탭이 없을 때 표시할 메시지 (Message to show when no tabs) */
|
|
2558
|
-
emptyMessage?: string;
|
|
2559
|
-
/** 루트 컨테이너 추가 클래스 (Additional class for root container) */
|
|
2560
|
-
className?: string;
|
|
2561
|
-
/** 콘텐츠 영역 추가 클래스 (Additional class for content area) */
|
|
2562
|
-
contentClassName?: string;
|
|
2563
|
-
/** 스타일 타입 */
|
|
2564
|
-
styletype?: 'default' | 'minimal';
|
|
2565
|
-
}
|
|
2566
|
-
|
|
2567
|
-
export declare const JEditor: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2568
|
-
"update:modelValue": (value: string) => any;
|
|
2569
|
-
change: (value: string) => any;
|
|
2570
|
-
save: (value: string) => any;
|
|
2571
|
-
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
2572
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2573
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2574
|
-
onSave?: ((value: string) => any) | undefined;
|
|
2575
2800
|
}>, {
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
readonly: boolean;
|
|
2581
|
-
theme: "light" | "dark";
|
|
2582
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2583
|
-
|
|
2584
|
-
export declare const JFilterBar: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
2585
|
-
|
|
2586
|
-
declare interface JFilterBarProps {
|
|
2587
|
-
/** 필터바 타이틀 */
|
|
2588
|
-
title?: string;
|
|
2589
|
-
/** 필터 접힘 상태 (v-model 지원) */
|
|
2590
|
-
collapsed?: boolean;
|
|
2591
|
-
/** 접기/펼치기 가능 여부. false면 토글 버튼 숨김 & 필터 항상 표시 */
|
|
2592
|
-
collapsible?: boolean;
|
|
2593
|
-
/** 필터 값 객체 (v-model:filterValues 지원) */
|
|
2594
|
-
filterValues?: Record<string, unknown>;
|
|
2595
|
-
/** 필터 표시 설정 (label, displayValue 등) */
|
|
2596
|
-
filterDisplay?: Record<string, FilterDisplayItem>;
|
|
2597
|
-
/** 초기화 버튼 표시 여부 */
|
|
2598
|
-
showResetButton?: boolean;
|
|
2599
|
-
/** 조회 버튼 표시 여부 */
|
|
2600
|
-
showSearchButton?: boolean;
|
|
2601
|
-
/** 초기화 버튼 텍스트 */
|
|
2602
|
-
resetButtonText?: string;
|
|
2603
|
-
/** 조회 버튼 텍스트 */
|
|
2604
|
-
searchButtonText?: string;
|
|
2605
|
-
}
|
|
2606
|
-
|
|
2607
|
-
export declare const JFormField: DefineComponent<__VLS_Props_26, {
|
|
2608
|
-
clearError: () => void;
|
|
2801
|
+
formState: Record<string, any>;
|
|
2802
|
+
submit: () => void;
|
|
2803
|
+
reset: () => void;
|
|
2804
|
+
handleError: (errs: any) => void;
|
|
2609
2805
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2610
|
-
"update:modelValue": (
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
}, string,
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2806
|
+
"update:modelValue": (...args: any[]) => void;
|
|
2807
|
+
error: (...args: any[]) => void;
|
|
2808
|
+
submit: (...args: any[]) => void;
|
|
2809
|
+
change: (...args: any[]) => void;
|
|
2810
|
+
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLFormElement, ComponentProvideOptions, {
|
|
2811
|
+
P: {};
|
|
2812
|
+
B: {};
|
|
2813
|
+
D: {};
|
|
2814
|
+
C: {};
|
|
2815
|
+
M: {};
|
|
2816
|
+
Defaults: {};
|
|
2817
|
+
}, Readonly<{
|
|
2818
|
+
schema: FormSchema;
|
|
2819
|
+
modelValue?: Record<string, any>;
|
|
2820
|
+
}> & Readonly<{
|
|
2821
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2822
|
+
onError?: ((...args: any[]) => any) | undefined;
|
|
2823
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
2824
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
2619
2825
|
}>, {
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
},
|
|
2626
|
-
|
|
2627
|
-
export declare const JFormModal: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
2826
|
+
formState: Record<string, any>;
|
|
2827
|
+
submit: () => void;
|
|
2828
|
+
reset: () => void;
|
|
2829
|
+
handleError: (errs: any) => void;
|
|
2830
|
+
}, {}, {}, {}, {}> | null;
|
|
2831
|
+
}, HTMLDivElement>;
|
|
2628
2832
|
|
|
2629
|
-
declare interface
|
|
2630
|
-
|
|
2833
|
+
declare interface JSearchPanelProps {
|
|
2834
|
+
/** 패널 제목 */
|
|
2631
2835
|
title?: string;
|
|
2632
|
-
|
|
2836
|
+
/** JDynamicForm에 전달할 FormSchema */
|
|
2633
2837
|
schema: FormSchema;
|
|
2838
|
+
/** JDynamicForm의 v-model 값 */
|
|
2634
2839
|
modelValue?: Record<string, any>;
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
confirmVariant?: 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
|
|
2640
|
-
confirmDisabled?: boolean;
|
|
2840
|
+
/** 기본 접힘 상태 */
|
|
2841
|
+
defaultCollapsed?: boolean;
|
|
2842
|
+
/** 접기/펼치기 가능 여부 */
|
|
2843
|
+
collapsible?: boolean;
|
|
2641
2844
|
}
|
|
2642
2845
|
|
|
2643
|
-
export declare const
|
|
2846
|
+
export declare const JSectionTitle: DefineComponent<JSectionTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<JSectionTitleProps> & Readonly<{}>, {
|
|
2847
|
+
variant: SectionTitleVariant;
|
|
2848
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2849
|
+
|
|
2850
|
+
declare interface JSectionTitleProps {
|
|
2851
|
+
/** 섹션 제목 */
|
|
2852
|
+
title: string;
|
|
2853
|
+
/** 서브 타이틀 (선택) */
|
|
2854
|
+
subtitle?: string;
|
|
2855
|
+
/** 스타일 variant */
|
|
2856
|
+
variant?: SectionTitleVariant;
|
|
2857
|
+
/** 아이콘 이름 (선택) */
|
|
2858
|
+
icon?: string;
|
|
2859
|
+
/** 추가 CSS 클래스 */
|
|
2860
|
+
class?: string;
|
|
2861
|
+
}
|
|
2862
|
+
|
|
2863
|
+
export declare const JShuttle: DefineComponent<JShuttleProps, {
|
|
2864
|
+
leftGridRef: Ref<any, any>;
|
|
2865
|
+
rightGridRef: Ref<any, any>;
|
|
2866
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2867
|
+
move: (args_0: {
|
|
2868
|
+
items: ShuttleItem[];
|
|
2869
|
+
direction: "toRight" | "toLeft";
|
|
2870
|
+
}) => any;
|
|
2871
|
+
"update:leftData": (data: ShuttleItem[]) => any;
|
|
2872
|
+
"update:rightData": (data: ShuttleItem[]) => any;
|
|
2873
|
+
}, string, PublicProps, Readonly<JShuttleProps> & Readonly<{
|
|
2874
|
+
onMove?: ((args_0: {
|
|
2875
|
+
items: ShuttleItem[];
|
|
2876
|
+
direction: "toRight" | "toLeft";
|
|
2877
|
+
}) => any) | undefined;
|
|
2878
|
+
"onUpdate:leftData"?: ((data: ShuttleItem[]) => any) | undefined;
|
|
2879
|
+
"onUpdate:rightData"?: ((data: ShuttleItem[]) => any) | undefined;
|
|
2880
|
+
}>, {
|
|
2881
|
+
leftTitle: string;
|
|
2882
|
+
rightTitle: string;
|
|
2883
|
+
searchable: boolean;
|
|
2884
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
2885
|
+
leftGridRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2886
|
+
class?: string;
|
|
2887
|
+
rowData: any[];
|
|
2888
|
+
columnDefs: ColDef[];
|
|
2889
|
+
theme?: string;
|
|
2890
|
+
pagination?: boolean;
|
|
2891
|
+
checkbox?: boolean;
|
|
2892
|
+
rowNumbers?: boolean;
|
|
2893
|
+
actionButtons?: ActionButton[];
|
|
2894
|
+
autoDetectDarkMode?: boolean;
|
|
2895
|
+
summaryColumn?: boolean;
|
|
2896
|
+
hiddenColumn?: boolean;
|
|
2897
|
+
enableGrouping?: boolean;
|
|
2898
|
+
enablePivot?: boolean;
|
|
2899
|
+
enableExcelExport?: boolean;
|
|
2900
|
+
enableTreeData?: boolean;
|
|
2901
|
+
getDataPath?: (data: any) => (string | number)[];
|
|
2902
|
+
autoGroupColumnDef?: ColDef;
|
|
2903
|
+
selectedRows?: any[];
|
|
2904
|
+
columnHover?: boolean;
|
|
2905
|
+
enableColumnsToolPanel?: boolean;
|
|
2906
|
+
statusBar?: boolean;
|
|
2907
|
+
compactFooter?: boolean;
|
|
2908
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
2909
|
+
groupDefaultExpanded?: number;
|
|
2910
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
2911
|
+
pivotMode?: boolean;
|
|
2912
|
+
}> & Readonly<{
|
|
2913
|
+
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
2914
|
+
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
2915
|
+
onCellClicked?: ((event: CellClickedEvent<any, any, any>) => any) | undefined;
|
|
2916
|
+
onSelectionChanged?: ((event: SelectionChangedEvent<any, any>) => any) | undefined;
|
|
2917
|
+
onCellValueChanged?: ((event: CellValueChangedEvent<any, any, any>) => any) | undefined;
|
|
2918
|
+
onGridReady?: ((event: GridReadyEvent<any, any>) => any) | undefined;
|
|
2919
|
+
"onUpdate:selectedRows"?: ((rows: any[]) => any) | undefined;
|
|
2920
|
+
}>, {
|
|
2644
2921
|
gridApi: Ref<any, any>;
|
|
2645
2922
|
gridColumnApi: Ref<any, any>;
|
|
2646
2923
|
exportToExcel: () => void;
|
|
@@ -2652,7 +2929,207 @@ selectionChanged: (event: SelectionChangedEvent<any, any>) => any;
|
|
|
2652
2929
|
cellValueChanged: (event: CellValueChangedEvent<any, any, any>) => any;
|
|
2653
2930
|
gridReady: (event: GridReadyEvent<any, any>) => any;
|
|
2654
2931
|
"update:selectedRows": (rows: any[]) => any;
|
|
2655
|
-
},
|
|
2932
|
+
}, PublicProps, {
|
|
2933
|
+
theme: string;
|
|
2934
|
+
pagination: boolean;
|
|
2935
|
+
checkbox: boolean;
|
|
2936
|
+
rowNumbers: boolean;
|
|
2937
|
+
actionButtons: ActionButton[];
|
|
2938
|
+
autoDetectDarkMode: boolean;
|
|
2939
|
+
summaryColumn: boolean;
|
|
2940
|
+
hiddenColumn: boolean;
|
|
2941
|
+
enableGrouping: boolean;
|
|
2942
|
+
enablePivot: boolean;
|
|
2943
|
+
enableExcelExport: boolean;
|
|
2944
|
+
enableTreeData: boolean;
|
|
2945
|
+
getDataPath: (data: any) => (string | number)[];
|
|
2946
|
+
autoGroupColumnDef: ColDef;
|
|
2947
|
+
selectedRows: any[];
|
|
2948
|
+
columnHover: boolean;
|
|
2949
|
+
enableColumnsToolPanel: boolean;
|
|
2950
|
+
statusBar: boolean;
|
|
2951
|
+
compactFooter: boolean;
|
|
2952
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
2953
|
+
groupDefaultExpanded: number;
|
|
2954
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
2955
|
+
pivotMode: boolean;
|
|
2956
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
2957
|
+
P: {};
|
|
2958
|
+
B: {};
|
|
2959
|
+
D: {};
|
|
2960
|
+
C: {};
|
|
2961
|
+
M: {};
|
|
2962
|
+
Defaults: {};
|
|
2963
|
+
}, Readonly<{
|
|
2964
|
+
class?: string;
|
|
2965
|
+
rowData: any[];
|
|
2966
|
+
columnDefs: ColDef[];
|
|
2967
|
+
theme?: string;
|
|
2968
|
+
pagination?: boolean;
|
|
2969
|
+
checkbox?: boolean;
|
|
2970
|
+
rowNumbers?: boolean;
|
|
2971
|
+
actionButtons?: ActionButton[];
|
|
2972
|
+
autoDetectDarkMode?: boolean;
|
|
2973
|
+
summaryColumn?: boolean;
|
|
2974
|
+
hiddenColumn?: boolean;
|
|
2975
|
+
enableGrouping?: boolean;
|
|
2976
|
+
enablePivot?: boolean;
|
|
2977
|
+
enableExcelExport?: boolean;
|
|
2978
|
+
enableTreeData?: boolean;
|
|
2979
|
+
getDataPath?: (data: any) => (string | number)[];
|
|
2980
|
+
autoGroupColumnDef?: ColDef;
|
|
2981
|
+
selectedRows?: any[];
|
|
2982
|
+
columnHover?: boolean;
|
|
2983
|
+
enableColumnsToolPanel?: boolean;
|
|
2984
|
+
statusBar?: boolean;
|
|
2985
|
+
compactFooter?: boolean;
|
|
2986
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
2987
|
+
groupDefaultExpanded?: number;
|
|
2988
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
2989
|
+
pivotMode?: boolean;
|
|
2990
|
+
}> & Readonly<{
|
|
2991
|
+
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
2992
|
+
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
2993
|
+
onCellClicked?: ((event: CellClickedEvent<any, any, any>) => any) | undefined;
|
|
2994
|
+
onSelectionChanged?: ((event: SelectionChangedEvent<any, any>) => any) | undefined;
|
|
2995
|
+
onCellValueChanged?: ((event: CellValueChangedEvent<any, any, any>) => any) | undefined;
|
|
2996
|
+
onGridReady?: ((event: GridReadyEvent<any, any>) => any) | undefined;
|
|
2997
|
+
"onUpdate:selectedRows"?: ((rows: any[]) => any) | undefined;
|
|
2998
|
+
}>, {
|
|
2999
|
+
gridApi: Ref<any, any>;
|
|
3000
|
+
gridColumnApi: Ref<any, any>;
|
|
3001
|
+
exportToExcel: () => void;
|
|
3002
|
+
}, {}, {}, {}, {
|
|
3003
|
+
theme: string;
|
|
3004
|
+
pagination: boolean;
|
|
3005
|
+
checkbox: boolean;
|
|
3006
|
+
rowNumbers: boolean;
|
|
3007
|
+
actionButtons: ActionButton[];
|
|
3008
|
+
autoDetectDarkMode: boolean;
|
|
3009
|
+
summaryColumn: boolean;
|
|
3010
|
+
hiddenColumn: boolean;
|
|
3011
|
+
enableGrouping: boolean;
|
|
3012
|
+
enablePivot: boolean;
|
|
3013
|
+
enableExcelExport: boolean;
|
|
3014
|
+
enableTreeData: boolean;
|
|
3015
|
+
getDataPath: (data: any) => (string | number)[];
|
|
3016
|
+
autoGroupColumnDef: ColDef;
|
|
3017
|
+
selectedRows: any[];
|
|
3018
|
+
columnHover: boolean;
|
|
3019
|
+
enableColumnsToolPanel: boolean;
|
|
3020
|
+
statusBar: boolean;
|
|
3021
|
+
compactFooter: boolean;
|
|
3022
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
3023
|
+
groupDefaultExpanded: number;
|
|
3024
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
3025
|
+
pivotMode: boolean;
|
|
3026
|
+
}> | null;
|
|
3027
|
+
rightGridRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3028
|
+
class?: string;
|
|
3029
|
+
rowData: any[];
|
|
3030
|
+
columnDefs: ColDef[];
|
|
3031
|
+
theme?: string;
|
|
3032
|
+
pagination?: boolean;
|
|
3033
|
+
checkbox?: boolean;
|
|
3034
|
+
rowNumbers?: boolean;
|
|
3035
|
+
actionButtons?: ActionButton[];
|
|
3036
|
+
autoDetectDarkMode?: boolean;
|
|
3037
|
+
summaryColumn?: boolean;
|
|
3038
|
+
hiddenColumn?: boolean;
|
|
3039
|
+
enableGrouping?: boolean;
|
|
3040
|
+
enablePivot?: boolean;
|
|
3041
|
+
enableExcelExport?: boolean;
|
|
3042
|
+
enableTreeData?: boolean;
|
|
3043
|
+
getDataPath?: (data: any) => (string | number)[];
|
|
3044
|
+
autoGroupColumnDef?: ColDef;
|
|
3045
|
+
selectedRows?: any[];
|
|
3046
|
+
columnHover?: boolean;
|
|
3047
|
+
enableColumnsToolPanel?: boolean;
|
|
3048
|
+
statusBar?: boolean;
|
|
3049
|
+
compactFooter?: boolean;
|
|
3050
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
3051
|
+
groupDefaultExpanded?: number;
|
|
3052
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
3053
|
+
pivotMode?: boolean;
|
|
3054
|
+
}> & Readonly<{
|
|
3055
|
+
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
3056
|
+
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
3057
|
+
onCellClicked?: ((event: CellClickedEvent<any, any, any>) => any) | undefined;
|
|
3058
|
+
onSelectionChanged?: ((event: SelectionChangedEvent<any, any>) => any) | undefined;
|
|
3059
|
+
onCellValueChanged?: ((event: CellValueChangedEvent<any, any, any>) => any) | undefined;
|
|
3060
|
+
onGridReady?: ((event: GridReadyEvent<any, any>) => any) | undefined;
|
|
3061
|
+
"onUpdate:selectedRows"?: ((rows: any[]) => any) | undefined;
|
|
3062
|
+
}>, {
|
|
3063
|
+
gridApi: Ref<any, any>;
|
|
3064
|
+
gridColumnApi: Ref<any, any>;
|
|
3065
|
+
exportToExcel: () => void;
|
|
3066
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3067
|
+
rowClicked: (event: RowClickedEvent<any, any>) => any;
|
|
3068
|
+
rowDoubleClicked: (event: RowDoubleClickedEvent<any, any>) => any;
|
|
3069
|
+
cellClicked: (event: CellClickedEvent<any, any, any>) => any;
|
|
3070
|
+
selectionChanged: (event: SelectionChangedEvent<any, any>) => any;
|
|
3071
|
+
cellValueChanged: (event: CellValueChangedEvent<any, any, any>) => any;
|
|
3072
|
+
gridReady: (event: GridReadyEvent<any, any>) => any;
|
|
3073
|
+
"update:selectedRows": (rows: any[]) => any;
|
|
3074
|
+
}, PublicProps, {
|
|
3075
|
+
theme: string;
|
|
3076
|
+
pagination: boolean;
|
|
3077
|
+
checkbox: boolean;
|
|
3078
|
+
rowNumbers: boolean;
|
|
3079
|
+
actionButtons: ActionButton[];
|
|
3080
|
+
autoDetectDarkMode: boolean;
|
|
3081
|
+
summaryColumn: boolean;
|
|
3082
|
+
hiddenColumn: boolean;
|
|
3083
|
+
enableGrouping: boolean;
|
|
3084
|
+
enablePivot: boolean;
|
|
3085
|
+
enableExcelExport: boolean;
|
|
3086
|
+
enableTreeData: boolean;
|
|
3087
|
+
getDataPath: (data: any) => (string | number)[];
|
|
3088
|
+
autoGroupColumnDef: ColDef;
|
|
3089
|
+
selectedRows: any[];
|
|
3090
|
+
columnHover: boolean;
|
|
3091
|
+
enableColumnsToolPanel: boolean;
|
|
3092
|
+
statusBar: boolean;
|
|
3093
|
+
compactFooter: boolean;
|
|
3094
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
3095
|
+
groupDefaultExpanded: number;
|
|
3096
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
3097
|
+
pivotMode: boolean;
|
|
3098
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
3099
|
+
P: {};
|
|
3100
|
+
B: {};
|
|
3101
|
+
D: {};
|
|
3102
|
+
C: {};
|
|
3103
|
+
M: {};
|
|
3104
|
+
Defaults: {};
|
|
3105
|
+
}, Readonly<{
|
|
3106
|
+
class?: string;
|
|
3107
|
+
rowData: any[];
|
|
3108
|
+
columnDefs: ColDef[];
|
|
3109
|
+
theme?: string;
|
|
3110
|
+
pagination?: boolean;
|
|
3111
|
+
checkbox?: boolean;
|
|
3112
|
+
rowNumbers?: boolean;
|
|
3113
|
+
actionButtons?: ActionButton[];
|
|
3114
|
+
autoDetectDarkMode?: boolean;
|
|
3115
|
+
summaryColumn?: boolean;
|
|
3116
|
+
hiddenColumn?: boolean;
|
|
3117
|
+
enableGrouping?: boolean;
|
|
3118
|
+
enablePivot?: boolean;
|
|
3119
|
+
enableExcelExport?: boolean;
|
|
3120
|
+
enableTreeData?: boolean;
|
|
3121
|
+
getDataPath?: (data: any) => (string | number)[];
|
|
3122
|
+
autoGroupColumnDef?: ColDef;
|
|
3123
|
+
selectedRows?: any[];
|
|
3124
|
+
columnHover?: boolean;
|
|
3125
|
+
enableColumnsToolPanel?: boolean;
|
|
3126
|
+
statusBar?: boolean;
|
|
3127
|
+
compactFooter?: boolean;
|
|
3128
|
+
rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
|
|
3129
|
+
groupDefaultExpanded?: number;
|
|
3130
|
+
pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
|
|
3131
|
+
pivotMode?: boolean;
|
|
3132
|
+
}> & Readonly<{
|
|
2656
3133
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
2657
3134
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
2658
3135
|
onCellClicked?: ((event: CellClickedEvent<any, any, any>) => any) | undefined;
|
|
@@ -2661,6 +3138,10 @@ onCellValueChanged?: ((event: CellValueChangedEvent<any, any, any>) => any) | un
|
|
|
2661
3138
|
onGridReady?: ((event: GridReadyEvent<any, any>) => any) | undefined;
|
|
2662
3139
|
"onUpdate:selectedRows"?: ((rows: any[]) => any) | undefined;
|
|
2663
3140
|
}>, {
|
|
3141
|
+
gridApi: Ref<any, any>;
|
|
3142
|
+
gridColumnApi: Ref<any, any>;
|
|
3143
|
+
exportToExcel: () => void;
|
|
3144
|
+
}, {}, {}, {}, {
|
|
2664
3145
|
theme: string;
|
|
2665
3146
|
pagination: boolean;
|
|
2666
3147
|
checkbox: boolean;
|
|
@@ -2679,260 +3160,29 @@ selectedRows: any[];
|
|
|
2679
3160
|
columnHover: boolean;
|
|
2680
3161
|
enableColumnsToolPanel: boolean;
|
|
2681
3162
|
statusBar: boolean;
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
blur: (event: FocusEvent) => any;
|
|
2689
|
-
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
2690
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
2691
|
-
onChange?: ((value: string | number) => any) | undefined;
|
|
2692
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
2693
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
2694
|
-
}>, {
|
|
2695
|
-
disabled: boolean;
|
|
2696
|
-
placeholder: string;
|
|
2697
|
-
required: boolean;
|
|
2698
|
-
styletype: StyleType_21;
|
|
2699
|
-
groupedOptions: GroupedOption[];
|
|
2700
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2701
|
-
|
|
2702
|
-
export declare const JHeader: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
2703
|
-
|
|
2704
|
-
export declare const JIcon: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
2705
|
-
size: SizeType_3;
|
|
2706
|
-
role: string;
|
|
2707
|
-
styletype: StyleType_18;
|
|
2708
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2709
|
-
|
|
2710
|
-
export declare const JImage: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2711
|
-
click: (event: MouseEvent) => any;
|
|
2712
|
-
mouseover: (event: MouseEvent) => any;
|
|
2713
|
-
mouseout: (event: MouseEvent) => any;
|
|
2714
|
-
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
2715
|
-
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
2716
|
-
onMouseover?: ((event: MouseEvent) => any) | undefined;
|
|
2717
|
-
onMouseout?: ((event: MouseEvent) => any) | undefined;
|
|
2718
|
-
}>, {
|
|
2719
|
-
placeholder: string;
|
|
2720
|
-
styletype: StyleType_11;
|
|
2721
|
-
alt: string;
|
|
2722
|
-
errorText: string;
|
|
2723
|
-
clickable: boolean;
|
|
2724
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2725
|
-
|
|
2726
|
-
export declare const JInput: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
2727
|
-
|
|
2728
|
-
export declare const JKbd: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
2729
|
-
|
|
2730
|
-
export declare const JLabel: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
2731
|
-
|
|
2732
|
-
export declare const JLayout: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
2733
|
-
|
|
2734
|
-
export { JLayoutAdvanced }
|
|
2735
|
-
|
|
2736
|
-
export declare const JLayoutSimple: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
2737
|
-
|
|
2738
|
-
export declare const JLink: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
2739
|
-
|
|
2740
|
-
export declare const JModal: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
2741
|
-
|
|
2742
|
-
declare interface JModalProps {
|
|
2743
|
-
open: boolean;
|
|
2744
|
-
title?: string;
|
|
2745
|
-
description?: string;
|
|
2746
|
-
size?: 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'full';
|
|
2747
|
-
showFormField?: boolean;
|
|
2748
|
-
formFieldLabel?: string;
|
|
2749
|
-
formFieldError?: string;
|
|
2750
|
-
formFieldRequired?: boolean;
|
|
2751
|
-
formFieldInputType?: 'text' | 'email' | 'password' | 'number' | 'tel' | 'url';
|
|
2752
|
-
formFieldInputPlaceholder?: string;
|
|
2753
|
-
formFieldValue?: string;
|
|
2754
|
-
formFieldType?: 'input' | 'textarea' | 'checkbox' | 'switch' | 'combo' | 'radio' | 'searchCombo' | 'datepicker';
|
|
2755
|
-
buttonType?: 'Ok' | 'OkCancel';
|
|
2756
|
-
confirmText?: string;
|
|
2757
|
-
cancelText?: string;
|
|
2758
|
-
confirmVariant?: 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
|
|
2759
|
-
confirmDisabled?: boolean;
|
|
2760
|
-
disabled?: boolean;
|
|
2761
|
-
}
|
|
2762
|
-
|
|
2763
|
-
export declare const JPageContainer: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
2764
|
-
|
|
2765
|
-
export declare const JPopover: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
2766
|
-
|
|
2767
|
-
export declare const JPreview: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
2768
|
-
modelValue: string;
|
|
2769
|
-
theme: "light" | "dark";
|
|
2770
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2771
|
-
|
|
2772
|
-
export declare const JProgress: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
2773
|
-
label: string;
|
|
2774
|
-
size: SizeType;
|
|
2775
|
-
value: number;
|
|
2776
|
-
max: number;
|
|
2777
|
-
variant: VariantType;
|
|
2778
|
-
indeterminate: boolean;
|
|
2779
|
-
styletype: StyleType_13;
|
|
2780
|
-
showLabel: boolean;
|
|
2781
|
-
description: string;
|
|
2782
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2783
|
-
|
|
2784
|
-
export declare const JRadio: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2785
|
-
"update:modelValue": (value: string | number) => any;
|
|
2786
|
-
change: (value: string | number) => any;
|
|
2787
|
-
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
2788
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
2789
|
-
onChange?: ((value: string | number) => any) | undefined;
|
|
2790
|
-
}>, {
|
|
2791
|
-
disabled: boolean;
|
|
2792
|
-
required: boolean;
|
|
2793
|
-
styletype: StyleType_7;
|
|
2794
|
-
options: Option_3[];
|
|
2795
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2796
|
-
|
|
2797
|
-
export declare const JSearchAddr: DefineComponent<JSearchAddrProps, {
|
|
2798
|
-
close: () => void;
|
|
2799
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2800
|
-
search: () => any;
|
|
2801
|
-
error: (error: Error) => any;
|
|
2802
|
-
close: () => any;
|
|
2803
|
-
complete: (result: AddressResult) => any;
|
|
2804
|
-
"complete-raw": (data: PostcodeData) => any;
|
|
2805
|
-
}, string, PublicProps, Readonly<JSearchAddrProps> & Readonly<{
|
|
2806
|
-
onSearch?: (() => any) | undefined;
|
|
2807
|
-
onError?: ((error: Error) => any) | undefined;
|
|
2808
|
-
onClose?: (() => any) | undefined;
|
|
2809
|
-
onComplete?: ((result: AddressResult) => any) | undefined;
|
|
2810
|
-
"onComplete-raw"?: ((data: PostcodeData) => any) | undefined;
|
|
2811
|
-
}>, {
|
|
2812
|
-
title: string;
|
|
2813
|
-
height: string;
|
|
2814
|
-
width: string;
|
|
2815
|
-
theme: "default" | "dark";
|
|
2816
|
-
isOpen: boolean;
|
|
2817
|
-
closeOnBackdrop: boolean;
|
|
2818
|
-
closeOnEsc: boolean;
|
|
2819
|
-
defaultLanguage: LanguageType;
|
|
2820
|
-
autoComplete: boolean;
|
|
2821
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
2822
|
-
modalRef: HTMLDivElement;
|
|
2823
|
-
postcodeLayerRef: HTMLDivElement;
|
|
2824
|
-
}, any>;
|
|
2825
|
-
|
|
2826
|
-
/**
|
|
2827
|
-
* JSearchAddr Props 인터페이스
|
|
2828
|
-
*/
|
|
2829
|
-
declare interface JSearchAddrProps {
|
|
2830
|
-
/** 모달 열림 여부 */
|
|
2831
|
-
isOpen?: boolean;
|
|
2832
|
-
/** 모달 제목 */
|
|
2833
|
-
title?: string;
|
|
2834
|
-
/** 모달 너비 */
|
|
2835
|
-
width?: string;
|
|
2836
|
-
/** 모달 높이 */
|
|
2837
|
-
height?: string;
|
|
2838
|
-
/** 배경 클릭 시 닫기 */
|
|
2839
|
-
closeOnBackdrop?: boolean;
|
|
2840
|
-
/** ESC 키로 닫기 */
|
|
2841
|
-
closeOnEsc?: boolean;
|
|
2842
|
-
/** 기본 언어 설정 */
|
|
2843
|
-
defaultLanguage?: LanguageType;
|
|
2844
|
-
/** 테마 설정 */
|
|
2845
|
-
theme?: 'default' | 'dark';
|
|
2846
|
-
/** 검색 시 자동완성 사용 여부 */
|
|
2847
|
-
autoComplete?: boolean;
|
|
2848
|
-
}
|
|
2849
|
-
|
|
2850
|
-
export declare const JSearchCombo: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2851
|
-
"update:modelValue": (value: ComboboxOption | undefined) => any;
|
|
2852
|
-
change: (value: ComboboxOption | undefined) => any;
|
|
2853
|
-
focus: (event: FocusEvent) => any;
|
|
2854
|
-
blur: (event: FocusEvent) => any;
|
|
2855
|
-
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
2856
|
-
"onUpdate:modelValue"?: ((value: ComboboxOption | undefined) => any) | undefined;
|
|
2857
|
-
onChange?: ((value: ComboboxOption | undefined) => any) | undefined;
|
|
2858
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
2859
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
2860
|
-
}>, {
|
|
2861
|
-
disabled: boolean;
|
|
2862
|
-
multiple: boolean;
|
|
2863
|
-
placeholder: string;
|
|
2864
|
-
required: boolean;
|
|
2865
|
-
styletype: StyleType_6;
|
|
2866
|
-
options: ComboboxOption[];
|
|
2867
|
-
searchPlaceholder: string;
|
|
2868
|
-
emptyText: string;
|
|
2869
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2870
|
-
|
|
2871
|
-
export declare const JSearchPanel: DefineComponent<JSearchPanelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2872
|
-
"update:modelValue": (value: Record<string, any>) => any;
|
|
2873
|
-
submit: (values: Record<string, any>) => any;
|
|
2874
|
-
reset: () => any;
|
|
2875
|
-
}, string, PublicProps, Readonly<JSearchPanelProps> & Readonly<{
|
|
2876
|
-
"onUpdate:modelValue"?: ((value: Record<string, any>) => any) | undefined;
|
|
2877
|
-
onSubmit?: ((values: Record<string, any>) => any) | undefined;
|
|
2878
|
-
onReset?: (() => any) | undefined;
|
|
2879
|
-
}>, {
|
|
2880
|
-
collapsible: boolean;
|
|
2881
|
-
title: string;
|
|
2882
|
-
defaultCollapsed: boolean;
|
|
2883
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
2884
|
-
dynamicFormRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2885
|
-
schema: FormSchema;
|
|
2886
|
-
modelValue?: Record<string, any>;
|
|
2887
|
-
}> & Readonly<{
|
|
2888
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2889
|
-
onError?: ((...args: any[]) => any) | undefined;
|
|
2890
|
-
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
2891
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
2892
|
-
}>, {
|
|
2893
|
-
formState: Record<string, any>;
|
|
2894
|
-
submit: () => void;
|
|
2895
|
-
reset: () => void;
|
|
2896
|
-
handleError: (errs: any) => void;
|
|
2897
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2898
|
-
"update:modelValue": (...args: any[]) => void;
|
|
2899
|
-
error: (...args: any[]) => void;
|
|
2900
|
-
submit: (...args: any[]) => void;
|
|
2901
|
-
change: (...args: any[]) => void;
|
|
2902
|
-
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLFormElement, ComponentProvideOptions, {
|
|
2903
|
-
P: {};
|
|
2904
|
-
B: {};
|
|
2905
|
-
D: {};
|
|
2906
|
-
C: {};
|
|
2907
|
-
M: {};
|
|
2908
|
-
Defaults: {};
|
|
2909
|
-
}, Readonly<{
|
|
2910
|
-
schema: FormSchema;
|
|
2911
|
-
modelValue?: Record<string, any>;
|
|
2912
|
-
}> & Readonly<{
|
|
2913
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2914
|
-
onError?: ((...args: any[]) => any) | undefined;
|
|
2915
|
-
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
2916
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
2917
|
-
}>, {
|
|
2918
|
-
formState: Record<string, any>;
|
|
2919
|
-
submit: () => void;
|
|
2920
|
-
reset: () => void;
|
|
2921
|
-
handleError: (errs: any) => void;
|
|
2922
|
-
}, {}, {}, {}, {}> | null;
|
|
3163
|
+
compactFooter: boolean;
|
|
3164
|
+
rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
|
|
3165
|
+
groupDefaultExpanded: number;
|
|
3166
|
+
pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
|
|
3167
|
+
pivotMode: boolean;
|
|
3168
|
+
}> | null;
|
|
2923
3169
|
}, HTMLDivElement>;
|
|
2924
3170
|
|
|
2925
|
-
declare interface
|
|
2926
|
-
/**
|
|
2927
|
-
|
|
2928
|
-
/**
|
|
2929
|
-
|
|
2930
|
-
/**
|
|
2931
|
-
|
|
2932
|
-
/**
|
|
2933
|
-
|
|
2934
|
-
/**
|
|
2935
|
-
|
|
3171
|
+
declare interface JShuttleProps {
|
|
3172
|
+
/** 왼쪽 그리드 제목 */
|
|
3173
|
+
leftTitle?: string;
|
|
3174
|
+
/** 오른쪽 그리드 제목 */
|
|
3175
|
+
rightTitle?: string;
|
|
3176
|
+
/** 왼쪽 그리드 데이터 (Unmapped) */
|
|
3177
|
+
leftData: ShuttleItem[];
|
|
3178
|
+
/** 오른쪽 그리드 데이터 (Mapped) */
|
|
3179
|
+
rightData: ShuttleItem[];
|
|
3180
|
+
/** 컬럼 정의 (양쪽 그리드 공통) */
|
|
3181
|
+
columnDefs: ColDef[];
|
|
3182
|
+
/** 검색 활성화 여부 */
|
|
3183
|
+
searchable?: boolean;
|
|
3184
|
+
/** 추가 CSS 클래스 */
|
|
3185
|
+
class?: string;
|
|
2936
3186
|
}
|
|
2937
3187
|
|
|
2938
3188
|
export declare const JSidebarAdvanced: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -2963,7 +3213,7 @@ searchQuery: string;
|
|
|
2963
3213
|
|
|
2964
3214
|
export declare const JSpinner: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
2965
3215
|
label: string;
|
|
2966
|
-
size: "sm" | "md" | "lg";
|
|
3216
|
+
size: "xs" | "sm" | "md" | "lg";
|
|
2967
3217
|
styletype: StyleType_14;
|
|
2968
3218
|
thickness: number;
|
|
2969
3219
|
labelPosition: LabelPosition;
|
|
@@ -2995,9 +3245,9 @@ declare interface JTabsProps {
|
|
|
2995
3245
|
/** 현재 활성화된 탭 ID (Current active tab ID) */
|
|
2996
3246
|
activeTabId?: string;
|
|
2997
3247
|
/** 루트 컨테이너 추가 클래스 (Additional class for root container) */
|
|
2998
|
-
|
|
3248
|
+
class?: string;
|
|
2999
3249
|
/** 탭 리스트 추가 클래스 (Additional class for tabs list) */
|
|
3000
|
-
|
|
3250
|
+
listClass?: string;
|
|
3001
3251
|
/** 스타일 타입 */
|
|
3002
3252
|
styletype?: 'default' | 'minimal';
|
|
3003
3253
|
}
|
|
@@ -3172,8 +3422,17 @@ declare interface PostcodeData {
|
|
|
3172
3422
|
|
|
3173
3423
|
declare function reset(): void;
|
|
3174
3424
|
|
|
3425
|
+
declare type SectionTitleVariant = 'default' | 'primary' | 'secondary' | 'accent';
|
|
3426
|
+
|
|
3175
3427
|
declare type Shape = 'circle' | 'square' | 'rounded';
|
|
3176
3428
|
|
|
3429
|
+
declare interface ShuttleItem {
|
|
3430
|
+
/** 아이템 고유 ID */
|
|
3431
|
+
id: string | number;
|
|
3432
|
+
/** 아이템 데이터 (AG Grid row data) */
|
|
3433
|
+
[key: string]: any;
|
|
3434
|
+
}
|
|
3435
|
+
|
|
3177
3436
|
/**
|
|
3178
3437
|
* 사이드바 메뉴 아이템
|
|
3179
3438
|
* Sidebar Menu Item
|
|
@@ -3197,15 +3456,15 @@ declare interface SidebarMenuItem {
|
|
|
3197
3456
|
meta?: Record<string, any>;
|
|
3198
3457
|
}
|
|
3199
3458
|
|
|
3200
|
-
declare type Size = 'sm' | 'md' | 'lg' | 'xl';
|
|
3459
|
+
declare type Size = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3201
3460
|
|
|
3202
|
-
declare type Size_2 = 'sm' | 'md' | 'lg';
|
|
3461
|
+
declare type Size_2 = 'xs' | 'sm' | 'md' | 'lg';
|
|
3203
3462
|
|
|
3204
|
-
declare type SizeType = 'sm' | 'md' | 'lg';
|
|
3463
|
+
declare type SizeType = 'xs' | 'sm' | 'md' | 'lg';
|
|
3205
3464
|
|
|
3206
|
-
declare type SizeType_2 = 'sm' | 'md' | 'lg';
|
|
3465
|
+
declare type SizeType_2 = 'xs' | 'sm' | 'md' | 'lg';
|
|
3207
3466
|
|
|
3208
|
-
declare type SizeType_3 = 'sm' | 'md' | 'lg' | 'xl';
|
|
3467
|
+
declare type SizeType_3 = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3209
3468
|
|
|
3210
3469
|
declare type Status = 'online' | 'offline' | 'away' | 'busy';
|
|
3211
3470
|
|