@citruslime/ui 2.0.0-beta.9 → 2.0.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 +5 -4
- package/dist/citrus-lime-ui.es.js +2378 -1736
- package/dist/citrus-lime-ui.umd.js +2 -1
- package/dist/components/accordion/cl-ui-accordion.vue.d.ts +26 -0
- package/dist/components/accordion/index.d.ts +4 -0
- package/dist/components/accordion/item/cl-ui-accordion-item.vue.d.ts +35 -0
- package/dist/{src/components → components}/accordion/types.d.ts +0 -0
- package/dist/{src/components → components}/app/cl-ui-app.vue.d.ts +19 -12
- package/dist/{src/components → components}/app/index.d.ts +0 -0
- package/dist/{src/components → components}/button/cl-ui-button.vue.d.ts +22 -11
- package/dist/{src/components → components}/button/index.d.ts +0 -0
- package/dist/{src/components → components}/button/types.d.ts +0 -0
- package/dist/{src/components → components}/calendar/cl-ui-calendar.vue.d.ts +0 -0
- package/dist/{src/components → components}/calendar/index.d.ts +0 -0
- package/dist/{src/components → components}/calendar/types.d.ts +1 -1
- package/dist/{src/components → components}/calendar/utils.d.ts +15 -0
- package/dist/{src/components → components}/card/cl-ui-card.vue.d.ts +12 -7
- package/dist/{src/components → components}/card/index.d.ts +0 -0
- package/dist/{src/components → components}/card/types.d.ts +0 -0
- package/dist/{src/components → components}/combo-box/cl-ui-combo-box.vue.d.ts +240 -163
- package/dist/{src/components → components}/combo-box/index.d.ts +0 -0
- package/dist/{src/components → components}/combo-box/search-container/cl-ui-combo-box-search.vue.d.ts +92 -46
- package/dist/{src/components → components}/combo-box/search-container/header/cl-ui-combo-box-header.vue.d.ts +18 -10
- package/dist/{src/components → components}/combo-box/search-container/selectable/cl-ui-combo-box-selectable.vue.d.ts +27 -14
- package/dist/{src/components → components}/combo-box/types.d.ts +0 -0
- package/dist/{src/components → components}/footer/index.d.ts +0 -0
- package/dist/{src/components → components}/grid/cell/cl-ui-grid-cell.vue.d.ts +18 -11
- package/dist/{src/components → components}/grid/cl-ui-grid.vue.d.ts +165 -93
- package/dist/{src/components → components}/grid/filter/cl-ui-grid-filter.vue.d.ts +19 -11
- package/dist/{src/utils → components/grid/filter}/filter-methods.d.ts +1 -1
- package/dist/{src/components → components}/grid/footer/cl-ui-grid-footer.vue.d.ts +16 -10
- package/dist/{src/components → components}/grid/header/cl-ui-grid-header.vue.d.ts +70 -38
- package/dist/{src/components → components}/grid/index.d.ts +0 -0
- package/dist/{src/components → components}/grid/types.d.ts +0 -0
- package/dist/{src/components → components}/grid/view-manager/cl-ui-grid-view-manager.vue.d.ts +29 -16
- package/dist/{src/components → components}/header/index.d.ts +0 -0
- package/dist/components/header/menu/cl-ui-header-menu.vue.d.ts +40 -0
- package/dist/{src/components → components}/header/menu/index.d.ts +0 -1
- package/dist/{src/components → components}/index.d.ts +2 -2
- package/dist/components/input/cl-ui-input.vue.d.ts +2 -0
- package/dist/components/input/index.d.ts +2 -0
- package/dist/components/input/types.d.ts +6 -0
- package/dist/components/input/utils.d.ts +44 -0
- package/dist/{src/components → components}/language-switcher/cl-ui-language-switcher.vue.d.ts +11 -7
- package/dist/{src/components → components}/language-switcher/index.d.ts +0 -0
- package/dist/{src/components → components}/language-switcher/types.d.ts +0 -1
- package/dist/{src/components → components}/loading-spinner/index.d.ts +0 -0
- package/dist/{src/components → components}/login/cl-ui-login.vue.d.ts +39 -25
- package/dist/{src/components → components}/login/index.d.ts +0 -0
- package/dist/{src/components → components}/login/types.d.ts +0 -0
- package/dist/components/modal/cl-ui-modal.vue.d.ts +49 -0
- package/dist/{src/components → components}/modal/index.d.ts +1 -0
- package/dist/{src/components → components}/modal/types.d.ts +2 -0
- package/dist/components/navigation/cl-ui-navigation.vue.d.ts +11 -0
- package/dist/components/navigation/group/cl-ui-navigation-group.vue.d.ts +12 -0
- package/dist/components/navigation/icon/cl-ui-navigation-icon.vue.d.ts +20 -0
- package/dist/components/navigation/index.d.ts +5 -0
- package/dist/{src/components → components}/notification/cl-ui-notification.vue.d.ts +12 -7
- package/dist/{src/components → components}/notification/index.d.ts +0 -0
- package/dist/{src/components → components}/notification/types.d.ts +0 -0
- package/dist/{src/components → components}/slider/cl-ui-slider.vue.d.ts +43 -16
- package/dist/{src/components → components}/slider/index.d.ts +0 -0
- package/dist/components/tab/cl-ui-tab.vue.d.ts +52 -0
- package/dist/components/tab/header/cl-ui-tab-header.vue.d.ts +60 -0
- package/dist/components/tab/index.d.ts +4 -0
- package/dist/components/tab/types.d.ts +4 -0
- package/dist/{src/composables → composables}/index.d.ts +0 -0
- package/dist/{src/composables → composables}/notification.d.ts +0 -0
- package/dist/{src/main.d.ts → main.d.ts} +0 -0
- package/dist/style.css +1 -1
- package/dist/{src/utils → utils}/i18n/config.d.ts +0 -0
- package/dist/{src/utils → utils}/i18n/defaults.d.ts +0 -0
- package/dist/{src/utils → utils}/i18n/index.d.ts +0 -0
- package/dist/{src/utils → utils}/i18n/types.d.ts +5 -2
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/validation.d.ts +37 -0
- package/package.json +17 -15
- package/dist/.eslintrc.js +0 -456
- package/dist/.stylelintrc.js +0 -119
- package/dist/src/components/accordion/cl-ui-accordion.vue.d.ts +0 -47
- package/dist/src/components/accordion/index.d.ts +0 -2
- package/dist/src/components/header/menu/cl-ui-header-menu.vue.d.ts +0 -16
- package/dist/src/components/header/menu/types.d.ts +0 -5
- package/dist/src/components/modal/cl-ui-modal.vue.d.ts +0 -107
- package/dist/src/components/navigation/cl-ui-navigation.vue.d.ts +0 -669
- package/dist/src/components/navigation/index.d.ts +0 -2
- package/dist/src/components/navigation/types.d.ts +0 -18
- package/dist/src/utils/copy.d.ts +0 -8
- package/dist/src/utils/debouncer.d.ts +0 -13
- package/dist/src/utils/extensions/string/index.d.ts +0 -2
- package/dist/src/utils/extensions/string/utils.d.ts +0 -83
- package/dist/src/utils/id.d.ts +0 -6
- package/dist/src/utils/index.d.ts +0 -8
- package/dist/src/utils/name-of.d.ts +0 -7
- package/dist/src/utils/sort.d.ts +0 -9
- package/dist/src/utils/url-params.d.ts +0 -8
- package/dist/theme.js +0 -121
|
@@ -42,12 +42,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
42
42
|
objectCreatedResponse: {
|
|
43
43
|
type: null;
|
|
44
44
|
required: false;
|
|
45
|
-
default:
|
|
45
|
+
default: null;
|
|
46
46
|
};
|
|
47
47
|
parentObjectCreatedResponse: {
|
|
48
48
|
type: null;
|
|
49
49
|
required: false;
|
|
50
|
-
default:
|
|
50
|
+
default: null;
|
|
51
51
|
};
|
|
52
52
|
results: {
|
|
53
53
|
type: ArrayConstructor;
|
|
@@ -79,7 +79,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
79
79
|
parentResults: ComboBoxItem[];
|
|
80
80
|
currentObject: ComboBoxItem | null;
|
|
81
81
|
};
|
|
82
|
-
emit: ((event: "search", ...args: any[]) => void) & ((event: "search-parent", ...args: any[]) => void) & ((event: "create-object", ...args: any[]) => void) & ((event: "create-parent-object", ...args: any[]) => void) & ((event: "update:current-object", ...args: any[]) => void);
|
|
82
|
+
emit: ((event: "search", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "search-parent", ...args: any[]) => void) & ((event: "create-object", ...args: any[]) => void) & ((event: "create-parent-object", ...args: any[]) => void) & ((event: "update:current-object", ...args: any[]) => void);
|
|
83
83
|
t: {
|
|
84
84
|
(key: string | number): string;
|
|
85
85
|
(key: string | number, plural: number, options?: import("vue-i18n").TranslateOptions | undefined): string;
|
|
@@ -117,110 +117,103 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
117
117
|
handleSuccessfulObjectCreation: () => void;
|
|
118
118
|
getDisplayName: () => string;
|
|
119
119
|
validateObjectToCreate: () => void;
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
type:
|
|
123
|
-
required:
|
|
120
|
+
ClUiButton: import("vue").DefineComponent<{
|
|
121
|
+
colour: {
|
|
122
|
+
type: null;
|
|
123
|
+
required: false;
|
|
124
|
+
default: string;
|
|
124
125
|
};
|
|
125
126
|
size: {
|
|
126
127
|
type: null;
|
|
127
128
|
required: false;
|
|
128
129
|
default: string;
|
|
129
130
|
};
|
|
130
|
-
|
|
131
|
-
type:
|
|
131
|
+
loading: {
|
|
132
|
+
type: BooleanConstructor;
|
|
133
|
+
required: false;
|
|
134
|
+
default: boolean;
|
|
135
|
+
};
|
|
136
|
+
disabled: {
|
|
137
|
+
type: BooleanConstructor;
|
|
138
|
+
required: false;
|
|
139
|
+
default: boolean;
|
|
140
|
+
};
|
|
141
|
+
}, {
|
|
142
|
+
ClUiLoadingSpinner: any;
|
|
143
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
144
|
+
colour: {
|
|
145
|
+
type: null;
|
|
132
146
|
required: false;
|
|
133
147
|
default: string;
|
|
134
148
|
};
|
|
135
|
-
|
|
136
|
-
type:
|
|
149
|
+
size: {
|
|
150
|
+
type: null;
|
|
151
|
+
required: false;
|
|
152
|
+
default: string;
|
|
153
|
+
};
|
|
154
|
+
loading: {
|
|
155
|
+
type: BooleanConstructor;
|
|
156
|
+
required: false;
|
|
157
|
+
default: boolean;
|
|
158
|
+
};
|
|
159
|
+
disabled: {
|
|
160
|
+
type: BooleanConstructor;
|
|
161
|
+
required: false;
|
|
162
|
+
default: boolean;
|
|
163
|
+
};
|
|
164
|
+
}>>, {
|
|
165
|
+
disabled: boolean;
|
|
166
|
+
colour: any;
|
|
167
|
+
size: any;
|
|
168
|
+
loading: boolean;
|
|
169
|
+
}>;
|
|
170
|
+
ClUiInput: import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>;
|
|
171
|
+
ClUiModal: import("vue").DefineComponent<{
|
|
172
|
+
headerColour: {
|
|
173
|
+
type: null;
|
|
137
174
|
required: false;
|
|
138
175
|
default: string;
|
|
139
176
|
};
|
|
140
|
-
|
|
177
|
+
preventClose: {
|
|
141
178
|
type: BooleanConstructor;
|
|
142
179
|
required: false;
|
|
143
180
|
default: boolean;
|
|
144
181
|
};
|
|
182
|
+
size: {
|
|
183
|
+
type: null;
|
|
184
|
+
required: false;
|
|
185
|
+
default: string;
|
|
186
|
+
};
|
|
145
187
|
}, {
|
|
146
188
|
props: {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
cancelButton: string;
|
|
151
|
-
confirmEnabled: boolean;
|
|
189
|
+
headerColour: string;
|
|
190
|
+
preventClose: boolean;
|
|
191
|
+
size: "small" | "medium" | "large" | "x-small";
|
|
152
192
|
};
|
|
153
|
-
emit: ((event: "confirm", ...args: any[]) => void) & ((event: "cancel", ...args: any[]) => void);
|
|
154
193
|
visible: import("vue").Ref<boolean>;
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
required: false;
|
|
176
|
-
default: boolean;
|
|
177
|
-
};
|
|
178
|
-
disabled: {
|
|
179
|
-
type: BooleanConstructor;
|
|
180
|
-
required: false;
|
|
181
|
-
default: boolean;
|
|
182
|
-
};
|
|
183
|
-
}, {
|
|
184
|
-
ClUiLoadingSpinner: any;
|
|
185
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
186
|
-
colour?: unknown;
|
|
187
|
-
size?: unknown;
|
|
188
|
-
loading?: unknown;
|
|
189
|
-
disabled?: unknown;
|
|
190
|
-
} & {
|
|
191
|
-
colour: any;
|
|
192
|
-
size: any;
|
|
193
|
-
loading: boolean;
|
|
194
|
-
disabled: boolean;
|
|
195
|
-
} & {}>, {
|
|
196
|
-
colour: any;
|
|
197
|
-
size: any;
|
|
198
|
-
loading: boolean;
|
|
199
|
-
disabled: boolean;
|
|
200
|
-
}>;
|
|
201
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
202
|
-
confirm: null;
|
|
203
|
-
cancel: null;
|
|
204
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
205
|
-
title?: unknown;
|
|
206
|
-
size?: unknown;
|
|
207
|
-
confirmButton?: unknown;
|
|
208
|
-
cancelButton?: unknown;
|
|
209
|
-
confirmEnabled?: unknown;
|
|
210
|
-
} & {
|
|
211
|
-
size: any;
|
|
212
|
-
title: string;
|
|
213
|
-
confirmButton: string;
|
|
214
|
-
cancelButton: string;
|
|
215
|
-
confirmEnabled: boolean;
|
|
216
|
-
} & {}> & {
|
|
217
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
218
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
|
219
|
-
}, {
|
|
194
|
+
open: () => void;
|
|
195
|
+
close: () => void;
|
|
196
|
+
closeOnKeyPress: (event: KeyboardEvent) => void;
|
|
197
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
198
|
+
headerColour: {
|
|
199
|
+
type: null;
|
|
200
|
+
required: false;
|
|
201
|
+
default: string;
|
|
202
|
+
};
|
|
203
|
+
preventClose: {
|
|
204
|
+
type: BooleanConstructor;
|
|
205
|
+
required: false;
|
|
206
|
+
default: boolean;
|
|
207
|
+
};
|
|
208
|
+
size: {
|
|
209
|
+
type: null;
|
|
210
|
+
required: false;
|
|
211
|
+
default: string;
|
|
212
|
+
};
|
|
213
|
+
}>>, {
|
|
220
214
|
size: any;
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
confirmEnabled: boolean;
|
|
215
|
+
headerColour: any;
|
|
216
|
+
preventClose: boolean;
|
|
224
217
|
}>;
|
|
225
218
|
ClUiComboBoxSearch: import("vue").DefineComponent<{
|
|
226
219
|
loading: {
|
|
@@ -296,7 +289,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
296
289
|
currentSelection: import("vue").Ref<number>;
|
|
297
290
|
firstIndexInResults: import("vue").ComputedRef<number>;
|
|
298
291
|
container: import("vue").Ref<HTMLElement | undefined>;
|
|
299
|
-
searchBox: import("vue").Ref<HTMLInputElement | undefined>;
|
|
300
292
|
search: (keyboardEvent?: KeyboardEvent | undefined) => void;
|
|
301
293
|
selectObject: (id: number) => void;
|
|
302
294
|
createObject: () => void;
|
|
@@ -309,6 +301,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
309
301
|
updateAddNewOption: () => void;
|
|
310
302
|
updateSelectedObjectIndex: (index: number) => void;
|
|
311
303
|
onVisibilityChanged: () => void;
|
|
304
|
+
ClUiInput: import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>;
|
|
312
305
|
ClUiComboBoxHeader: import("vue").DefineComponent<{
|
|
313
306
|
showClearButton: {
|
|
314
307
|
type: BooleanConstructor;
|
|
@@ -327,19 +320,27 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
327
320
|
};
|
|
328
321
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
329
322
|
'clear-object': null;
|
|
330
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
331
|
-
showClearButton
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
text:
|
|
337
|
-
|
|
338
|
-
|
|
323
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
324
|
+
showClearButton: {
|
|
325
|
+
type: BooleanConstructor;
|
|
326
|
+
required: false;
|
|
327
|
+
default: boolean;
|
|
328
|
+
};
|
|
329
|
+
text: {
|
|
330
|
+
type: StringConstructor;
|
|
331
|
+
required: false;
|
|
332
|
+
default: string;
|
|
333
|
+
};
|
|
334
|
+
additionalText: {
|
|
335
|
+
type: StringConstructor;
|
|
336
|
+
required: false;
|
|
337
|
+
default: string;
|
|
338
|
+
};
|
|
339
|
+
}>> & {
|
|
339
340
|
"onClear-object"?: ((...args: any[]) => any) | undefined;
|
|
340
341
|
}, {
|
|
341
|
-
showClearButton: boolean;
|
|
342
342
|
text: string;
|
|
343
|
+
showClearButton: boolean;
|
|
343
344
|
additionalText: string;
|
|
344
345
|
}>;
|
|
345
346
|
ClUiComboBoxSelectable: import("vue").DefineComponent<{
|
|
@@ -361,7 +362,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
361
362
|
option: {
|
|
362
363
|
type: null;
|
|
363
364
|
required: false;
|
|
364
|
-
default:
|
|
365
|
+
default: null;
|
|
365
366
|
};
|
|
366
367
|
index: {
|
|
367
368
|
type: NumberConstructor;
|
|
@@ -386,19 +387,32 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
386
387
|
'create-object': null;
|
|
387
388
|
'select-object': null;
|
|
388
389
|
'option-highlighted': null;
|
|
389
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
390
|
-
isCreateNewOption
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
390
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
391
|
+
isCreateNewOption: {
|
|
392
|
+
type: BooleanConstructor;
|
|
393
|
+
required: false;
|
|
394
|
+
default: boolean;
|
|
395
|
+
};
|
|
396
|
+
selectedIndex: {
|
|
397
|
+
type: NumberConstructor;
|
|
398
|
+
required: false;
|
|
399
|
+
default: number;
|
|
400
|
+
};
|
|
401
|
+
text: {
|
|
402
|
+
type: StringConstructor;
|
|
403
|
+
required: false;
|
|
404
|
+
default: string;
|
|
405
|
+
};
|
|
406
|
+
option: {
|
|
407
|
+
type: null;
|
|
408
|
+
required: false;
|
|
409
|
+
default: null;
|
|
410
|
+
};
|
|
411
|
+
index: {
|
|
412
|
+
type: NumberConstructor;
|
|
413
|
+
required: true;
|
|
414
|
+
};
|
|
415
|
+
}>> & {
|
|
402
416
|
"onCreate-object"?: ((...args: any[]) => any) | undefined;
|
|
403
417
|
"onSelect-object"?: ((...args: any[]) => any) | undefined;
|
|
404
418
|
"onOption-highlighted"?: ((...args: any[]) => any) | undefined;
|
|
@@ -414,27 +428,52 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
414
428
|
'select-object': null;
|
|
415
429
|
search: null;
|
|
416
430
|
'hide-dropdown': null;
|
|
417
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
418
|
-
loading
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
431
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
432
|
+
loading: {
|
|
433
|
+
type: BooleanConstructor;
|
|
434
|
+
required: false;
|
|
435
|
+
default: boolean;
|
|
436
|
+
};
|
|
437
|
+
objectType: {
|
|
438
|
+
type: StringConstructor;
|
|
439
|
+
required: true;
|
|
440
|
+
};
|
|
441
|
+
objectParentType: {
|
|
442
|
+
type: StringConstructor;
|
|
443
|
+
required: false;
|
|
444
|
+
default: string;
|
|
445
|
+
};
|
|
446
|
+
errorMessage: {
|
|
447
|
+
type: StringConstructor;
|
|
448
|
+
required: false;
|
|
449
|
+
default: string;
|
|
450
|
+
};
|
|
451
|
+
canCreateNewObject: {
|
|
452
|
+
type: BooleanConstructor;
|
|
453
|
+
required: false;
|
|
454
|
+
default: boolean;
|
|
455
|
+
};
|
|
456
|
+
canClearSelectedObject: {
|
|
457
|
+
type: BooleanConstructor;
|
|
458
|
+
required: false;
|
|
459
|
+
default: boolean;
|
|
460
|
+
};
|
|
461
|
+
currentObjectName: {
|
|
462
|
+
type: StringConstructor;
|
|
463
|
+
required: false;
|
|
464
|
+
default: string;
|
|
465
|
+
};
|
|
466
|
+
results: {
|
|
467
|
+
type: ArrayConstructor;
|
|
468
|
+
required: false;
|
|
469
|
+
default: () => never[];
|
|
470
|
+
};
|
|
471
|
+
isVisible: {
|
|
472
|
+
type: BooleanConstructor;
|
|
473
|
+
required: false;
|
|
474
|
+
default: boolean;
|
|
475
|
+
};
|
|
476
|
+
}>> & {
|
|
438
477
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
439
478
|
"onCreate-object"?: ((...args: any[]) => any) | undefined;
|
|
440
479
|
"onClear-object"?: ((...args: any[]) => any) | undefined;
|
|
@@ -451,49 +490,87 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
451
490
|
isVisible: boolean;
|
|
452
491
|
}>;
|
|
453
492
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
493
|
+
focus: null;
|
|
454
494
|
search: null;
|
|
455
495
|
'search-parent': null;
|
|
456
496
|
'create-object': null;
|
|
457
497
|
'create-parent-object': null;
|
|
458
498
|
'update:current-object': null;
|
|
459
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
460
|
-
loading
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
499
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
500
|
+
loading: {
|
|
501
|
+
type: BooleanConstructor;
|
|
502
|
+
required: false;
|
|
503
|
+
default: boolean;
|
|
504
|
+
};
|
|
505
|
+
disabled: {
|
|
506
|
+
type: BooleanConstructor;
|
|
507
|
+
required: false;
|
|
508
|
+
default: boolean;
|
|
509
|
+
};
|
|
510
|
+
required: {
|
|
511
|
+
type: BooleanConstructor;
|
|
512
|
+
required: false;
|
|
513
|
+
default: boolean;
|
|
514
|
+
};
|
|
515
|
+
objectType: {
|
|
516
|
+
type: StringConstructor;
|
|
517
|
+
required: true;
|
|
518
|
+
};
|
|
519
|
+
objectParentType: {
|
|
520
|
+
type: StringConstructor;
|
|
521
|
+
required: false;
|
|
522
|
+
default: string;
|
|
523
|
+
};
|
|
524
|
+
canCreateNewObject: {
|
|
525
|
+
type: BooleanConstructor;
|
|
526
|
+
required: false;
|
|
527
|
+
default: boolean;
|
|
528
|
+
};
|
|
529
|
+
canClearSelectedObject: {
|
|
530
|
+
type: BooleanConstructor;
|
|
531
|
+
required: false;
|
|
532
|
+
default: boolean;
|
|
533
|
+
};
|
|
534
|
+
errorMessage: {
|
|
535
|
+
type: StringConstructor;
|
|
536
|
+
required: false;
|
|
537
|
+
default: string;
|
|
538
|
+
};
|
|
539
|
+
objectCreatedResponse: {
|
|
540
|
+
type: null;
|
|
541
|
+
required: false;
|
|
542
|
+
default: null;
|
|
543
|
+
};
|
|
544
|
+
parentObjectCreatedResponse: {
|
|
545
|
+
type: null;
|
|
546
|
+
required: false;
|
|
547
|
+
default: null;
|
|
548
|
+
};
|
|
549
|
+
results: {
|
|
550
|
+
type: ArrayConstructor;
|
|
551
|
+
required: false;
|
|
552
|
+
default: () => never[];
|
|
553
|
+
};
|
|
554
|
+
parentResults: {
|
|
555
|
+
type: ArrayConstructor;
|
|
556
|
+
required: false;
|
|
557
|
+
default: () => never[];
|
|
558
|
+
};
|
|
559
|
+
currentObject: {
|
|
560
|
+
type: null;
|
|
561
|
+
required: true;
|
|
562
|
+
};
|
|
563
|
+
}>> & {
|
|
488
564
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
565
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
489
566
|
"onSearch-parent"?: ((...args: any[]) => any) | undefined;
|
|
490
567
|
"onCreate-object"?: ((...args: any[]) => any) | undefined;
|
|
491
568
|
"onCreate-parent-object"?: ((...args: any[]) => any) | undefined;
|
|
492
569
|
"onUpdate:current-object"?: ((...args: any[]) => any) | undefined;
|
|
493
570
|
}, {
|
|
494
|
-
loading: boolean;
|
|
495
|
-
disabled: boolean;
|
|
496
571
|
required: boolean;
|
|
572
|
+
disabled: boolean;
|
|
573
|
+
loading: boolean;
|
|
497
574
|
objectParentType: string;
|
|
498
575
|
canCreateNewObject: boolean;
|
|
499
576
|
canClearSelectedObject: boolean;
|
|
File without changes
|