@kong-ui-public/forms 4.20.2-pr.2701.377d8f5a8.0 → 4.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/forms.es.js +6834 -0
- package/dist/forms.umd.js +4 -0
- package/dist/style.css +1 -0
- package/dist/types/components/FormGenerator.vue.d.ts +517 -0
- package/dist/types/components/FormGenerator.vue.d.ts.map +1 -0
- package/dist/types/components/FormGroup.vue.d.ts +88 -0
- package/dist/types/components/FormGroup.vue.d.ts.map +1 -0
- package/dist/types/components/FormMixin.vue.d.ts +16 -0
- package/dist/types/components/FormMixin.vue.d.ts.map +1 -0
- package/dist/types/components/FormRedis.vue.d.ts +99 -0
- package/dist/types/components/FormRedis.vue.d.ts.map +1 -0
- package/dist/types/components/RedisConfigCard.vue.d.ts +54 -0
- package/dist/types/components/RedisConfigCard.vue.d.ts.map +1 -0
- package/dist/types/components/RedisConfigSelect.vue.d.ts +87 -0
- package/dist/types/components/RedisConfigSelect.vue.d.ts.map +1 -0
- package/dist/types/components/fields/AutoSuggest.vue.d.ts +39 -0
- package/dist/types/components/fields/AutoSuggest.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldAdvanced.vue.d.ts +49 -0
- package/dist/types/components/fields/FieldAdvanced.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldArray.vue.d.ts +1037 -0
- package/dist/types/components/fields/FieldArray.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldArrayCardContainer.vue.d.ts +47 -0
- package/dist/types/components/fields/FieldArrayCardContainer.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldArrayItem.vue.d.ts +31 -0
- package/dist/types/components/fields/FieldArrayItem.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldArrayMultiItem.vue.d.ts +17 -0
- package/dist/types/components/fields/FieldArrayMultiItem.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldAutoSuggest.vue.d.ts +236 -0
- package/dist/types/components/fields/FieldAutoSuggest.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldAutoSuggestLegacy.vue.d.ts +67 -0
- package/dist/types/components/fields/FieldAutoSuggestLegacy.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldCheckbox.vue.d.ts +82 -0
- package/dist/types/components/fields/FieldCheckbox.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldChecklist.vue.d.ts +50 -0
- package/dist/types/components/fields/FieldChecklist.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldInput.vue.d.ts +82 -0
- package/dist/types/components/fields/FieldInput.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldKeyValuePairs.vue.d.ts +127 -0
- package/dist/types/components/fields/FieldKeyValuePairs.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldLabel.vue.d.ts +50 -0
- package/dist/types/components/fields/FieldLabel.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldMetric.vue.d.ts +205 -0
- package/dist/types/components/fields/FieldMetric.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldMultiselect.vue.d.ts +82 -0
- package/dist/types/components/fields/FieldMultiselect.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldObject.vue.d.ts +49 -0
- package/dist/types/components/fields/FieldObject.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldObjectAdvanced.vue.d.ts +73 -0
- package/dist/types/components/fields/FieldObjectAdvanced.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldRadio.vue.d.ts +82 -0
- package/dist/types/components/fields/FieldRadio.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldScopedEntitySelect.vue.d.ts +59 -0
- package/dist/types/components/fields/FieldScopedEntitySelect.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldSelect.vue.d.ts +82 -0
- package/dist/types/components/fields/FieldSelect.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldSelectionGroup.vue.d.ts +66 -0
- package/dist/types/components/fields/FieldSelectionGroup.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldSwitch.vue.d.ts +82 -0
- package/dist/types/components/fields/FieldSwitch.vue.d.ts.map +1 -0
- package/dist/types/components/fields/FieldTextArea.vue.d.ts +82 -0
- package/dist/types/components/fields/FieldTextArea.vue.d.ts.map +1 -0
- package/dist/types/components/fields/__tests__/FieldAutoSuggestLegacy.spec.d.ts +2 -0
- package/dist/types/components/fields/__tests__/FieldAutoSuggestLegacy.spec.d.ts.map +1 -0
- package/dist/types/components/fields/abstractField.d.ts +39 -0
- package/dist/types/components/fields/abstractField.d.ts.map +1 -0
- package/dist/types/components/fields/exports.d.ts +2 -0
- package/dist/types/components/fields/exports.d.ts.map +1 -0
- package/dist/types/components/forms/ACMEForm.vue.d.ts +48 -0
- package/dist/types/components/forms/ACMEForm.vue.d.ts.map +1 -0
- package/dist/types/components/forms/ExitTransformer.vue.d.ts +48 -0
- package/dist/types/components/forms/ExitTransformer.vue.d.ts.map +1 -0
- package/dist/types/components/forms/OIDCForm.vue.d.ts +610 -0
- package/dist/types/components/forms/OIDCForm.vue.d.ts.map +1 -0
- package/dist/types/components/forms/PostFunction.vue.d.ts +48 -0
- package/dist/types/components/forms/PostFunction.vue.d.ts.map +1 -0
- package/dist/types/components/forms/RLAForm.vue.d.ts +13 -0
- package/dist/types/components/forms/RLAForm.vue.d.ts.map +1 -0
- package/dist/types/components/forms/__tests__/OIDCSchema.d.ts +2452 -0
- package/dist/types/components/forms/__tests__/OIDCSchema.d.ts.map +1 -0
- package/dist/types/components/forms/__tests__/RLASchema.d.ts +1132 -0
- package/dist/types/components/forms/__tests__/RLASchema.d.ts.map +1 -0
- package/dist/types/components/forms/index.d.ts +6 -0
- package/dist/types/components/forms/index.d.ts.map +1 -0
- package/dist/types/components/forms/schemas/ACMECommon.d.ts +19 -0
- package/dist/types/components/forms/schemas/ACMECommon.d.ts.map +1 -0
- package/dist/types/composables/index.d.ts +10 -0
- package/dist/types/composables/index.d.ts.map +1 -0
- package/dist/types/composables/useAbstractFields.d.ts +29 -0
- package/dist/types/composables/useAbstractFields.d.ts.map +1 -0
- package/dist/types/composables/useRedisNonStandardFields.d.ts +9 -0
- package/dist/types/composables/useRedisNonStandardFields.d.ts.map +1 -0
- package/dist/types/composables/useRedisPartial.d.ts +23 -0
- package/dist/types/composables/useRedisPartial.d.ts.map +1 -0
- package/dist/types/const.d.ts +16 -0
- package/dist/types/const.d.ts.map +1 -0
- package/dist/types/external-links.d.ts +9 -0
- package/dist/types/external-links.d.ts.map +1 -0
- package/dist/types/index.d.ts +10 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/types/form-autosuggest.d.ts +18 -0
- package/dist/types/types/form-autosuggest.d.ts.map +1 -0
- package/dist/types/types/form-fields.d.ts +25 -0
- package/dist/types/types/form-fields.d.ts.map +1 -0
- package/dist/types/types/form-generator.d.ts +27 -0
- package/dist/types/types/form-generator.d.ts.map +1 -0
- package/dist/types/types/form-redis-partial.d.ts +88 -0
- package/dist/types/types/form-redis-partial.d.ts.map +1 -0
- package/dist/types/types/index.d.ts +4 -0
- package/dist/types/types/index.d.ts.map +1 -0
- package/dist/types/utils/autoSuggest.d.ts +13 -0
- package/dist/types/utils/autoSuggest.d.ts.map +1 -0
- package/dist/types/utils/fieldsLoader.d.ts +22 -0
- package/dist/types/utils/fieldsLoader.d.ts.map +1 -0
- package/dist/types/utils/isValidUuid.d.ts +8 -0
- package/dist/types/utils/isValidUuid.d.ts.map +1 -0
- package/dist/types/utils/redisPartial.d.ts +15 -0
- package/dist/types/utils/redisPartial.d.ts.map +1 -0
- package/dist/types/utils/schema.d.ts +6 -0
- package/dist/types/utils/schema.d.ts.map +1 -0
- package/dist/types/utils/validators.d.ts +3 -0
- package/dist/types/utils/validators.d.ts.map +1 -0
- package/package.json +6 -6
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
disabled: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
formOptions: {
|
|
8
|
+
type: PropType<Record<string, any>>;
|
|
9
|
+
default: () => undefined;
|
|
10
|
+
};
|
|
11
|
+
model: {
|
|
12
|
+
type: PropType<Record<string, any>>;
|
|
13
|
+
default: () => undefined;
|
|
14
|
+
};
|
|
15
|
+
schema: {
|
|
16
|
+
type: PropType<Record<string, any>>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
vfg: {
|
|
20
|
+
type: ObjectConstructor;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* TODO: stronger type
|
|
25
|
+
* TODO: pass this down to KInput error and errorMessage
|
|
26
|
+
*/
|
|
27
|
+
errors: {
|
|
28
|
+
type: ArrayConstructor;
|
|
29
|
+
default: () => never[];
|
|
30
|
+
};
|
|
31
|
+
hint: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
}>, {
|
|
36
|
+
clearValidationErrors: () => void;
|
|
37
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
38
|
+
modelUpdated: (value: any, model: Record<string, any>) => any;
|
|
39
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
+
disabled: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
formOptions: {
|
|
45
|
+
type: PropType<Record<string, any>>;
|
|
46
|
+
default: () => undefined;
|
|
47
|
+
};
|
|
48
|
+
model: {
|
|
49
|
+
type: PropType<Record<string, any>>;
|
|
50
|
+
default: () => undefined;
|
|
51
|
+
};
|
|
52
|
+
schema: {
|
|
53
|
+
type: PropType<Record<string, any>>;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
vfg: {
|
|
57
|
+
type: ObjectConstructor;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* TODO: stronger type
|
|
62
|
+
* TODO: pass this down to KInput error and errorMessage
|
|
63
|
+
*/
|
|
64
|
+
errors: {
|
|
65
|
+
type: ArrayConstructor;
|
|
66
|
+
default: () => never[];
|
|
67
|
+
};
|
|
68
|
+
hint: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
}>> & Readonly<{
|
|
73
|
+
onModelUpdated?: ((value: any, model: Record<string, any>) => any) | undefined;
|
|
74
|
+
}>, {
|
|
75
|
+
errors: unknown[];
|
|
76
|
+
model: Record<string, any>;
|
|
77
|
+
hint: string;
|
|
78
|
+
formOptions: Record<string, any>;
|
|
79
|
+
disabled: boolean;
|
|
80
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
81
|
+
export default _default;
|
|
82
|
+
//# sourceMappingURL=FieldRadio.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldRadio.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldRadio.vue"],"names":[],"mappings":"AAqGA,OAAO,EAAU,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;;;;;;;cAiMvB,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;AA7BL,wBAuCG"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import type { SelectItem } from '@kong/kongponents';
|
|
2
|
+
import type { AutoSuggestInjection, AutoSuggestItemTransformer } from '../../types/form-autosuggest';
|
|
3
|
+
/**
|
|
4
|
+
* How this component works
|
|
5
|
+
* This component utilizes `KSelect` with prefetch suggestions to improve user experience
|
|
6
|
+
* With `fieldDisabled` as a flag for controlling whether requests should be dispatched this was controlled by the upstream host apps,
|
|
7
|
+
* most likely permissions to list entities.
|
|
8
|
+
* By default when mounting the component, it will prefetch 50 records against the entity type `route/consumer/service/consumer_group`
|
|
9
|
+
* where `consumer_group` cannot be fuzzy queried with keywords which can only perform a client filtering with keywords.
|
|
10
|
+
* After data was fetched, the suggestions will be constructed using the `transformItem` function. When `selectedItem` is passed, in order to
|
|
11
|
+
* allow the option to be selected, it must be appended to the suggestions if the current suggestions list does not contain `selectedItem`
|
|
12
|
+
* When querying, if the data was exhausted when prefetching, the flag `dataDrainedFromPeeking` will be marked as `true` which indicates the
|
|
13
|
+
* upcoming querying will be delegated to inline search, otherwise, it performs a `fuzzy` search with `1000` items size capacity.
|
|
14
|
+
*
|
|
15
|
+
* A noticeable fact about the component KSelect, when the component has a selected item, then user opens the select dropdown, the component
|
|
16
|
+
* will set `query` to `''` where triggers a `query-change` event, thus the handler in our component `onQueryChange` will be triggered, when
|
|
17
|
+
* this happens, we tend to show the `prefetched` data when this happens, when user types, we introduces `debounce` for
|
|
18
|
+
* the query input to avoid excessive API calls.
|
|
19
|
+
*/
|
|
20
|
+
type __VLS_Props = {
|
|
21
|
+
transformItem?: AutoSuggestItemTransformer;
|
|
22
|
+
allowUuidSearch?: boolean;
|
|
23
|
+
placeholder?: string;
|
|
24
|
+
fields: string[];
|
|
25
|
+
selectedItem?: SelectItem<string>;
|
|
26
|
+
selectedItemLoading?: boolean;
|
|
27
|
+
initialItemSelected?: boolean;
|
|
28
|
+
domId: string;
|
|
29
|
+
id: string;
|
|
30
|
+
entity: string;
|
|
31
|
+
disabled?: boolean;
|
|
32
|
+
fieldDisabled?: boolean;
|
|
33
|
+
error?: string | null;
|
|
34
|
+
} & AutoSuggestInjection;
|
|
35
|
+
declare var __VLS_11: {}, __VLS_14: {
|
|
36
|
+
item: SelectItem<string>;
|
|
37
|
+
}, __VLS_17: {
|
|
38
|
+
item: SelectItem<string>;
|
|
39
|
+
};
|
|
40
|
+
type __VLS_Slots = {} & {
|
|
41
|
+
before?: (props: typeof __VLS_11) => any;
|
|
42
|
+
} & {
|
|
43
|
+
'selected-item'?: (props: typeof __VLS_14) => any;
|
|
44
|
+
} & {
|
|
45
|
+
item?: (props: typeof __VLS_17) => any;
|
|
46
|
+
};
|
|
47
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
48
|
+
change: (item: SelectItem<string> | null) => any;
|
|
49
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
50
|
+
onChange?: ((item: SelectItem<string> | null) => any) | undefined;
|
|
51
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
52
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
53
|
+
export default _default;
|
|
54
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
55
|
+
new (): {
|
|
56
|
+
$slots: S;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
//# sourceMappingURL=FieldScopedEntitySelect.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldScopedEntitySelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldScopedEntitySelect.vue"],"names":[],"mappings":"AAiRA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,KAAK,EAAc,oBAAoB,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAKhH;;;;;;;;;;;;;;;;GAgBG;AAEH,KAAK,WAAW,GAAG;IACjB,aAAa,CAAC,EAAE,0BAA0B,CAAA;IAC1C,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,MAAM,EAAE,MAAM,EAAE,CAAA;IAChB,YAAY,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,CAAA;IACjC,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,KAAK,EAAE,MAAM,CAAA;IACb,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACtB,GAAG,oBAAoB,CAAC;AAkQzB,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ;;CAAW,EAAE,QAAQ;;CAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACrD;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAwB7C,QAAA,MAAM,eAAe;;;;kFAKnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
disabled: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
formOptions: {
|
|
8
|
+
type: PropType<Record<string, any>>;
|
|
9
|
+
default: () => undefined;
|
|
10
|
+
};
|
|
11
|
+
model: {
|
|
12
|
+
type: PropType<Record<string, any>>;
|
|
13
|
+
default: () => undefined;
|
|
14
|
+
};
|
|
15
|
+
schema: {
|
|
16
|
+
type: PropType<Record<string, any>>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
vfg: {
|
|
20
|
+
type: ObjectConstructor;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* TODO: stronger type
|
|
25
|
+
* TODO: pass this down to KInput error and errorMessage
|
|
26
|
+
*/
|
|
27
|
+
errors: {
|
|
28
|
+
type: ArrayConstructor;
|
|
29
|
+
default: () => never[];
|
|
30
|
+
};
|
|
31
|
+
hint: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
}>, {
|
|
36
|
+
clearValidationErrors: () => void;
|
|
37
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
38
|
+
modelUpdated: (value: any, model: Record<string, any>) => any;
|
|
39
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
+
disabled: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
formOptions: {
|
|
45
|
+
type: PropType<Record<string, any>>;
|
|
46
|
+
default: () => undefined;
|
|
47
|
+
};
|
|
48
|
+
model: {
|
|
49
|
+
type: PropType<Record<string, any>>;
|
|
50
|
+
default: () => undefined;
|
|
51
|
+
};
|
|
52
|
+
schema: {
|
|
53
|
+
type: PropType<Record<string, any>>;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
vfg: {
|
|
57
|
+
type: ObjectConstructor;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* TODO: stronger type
|
|
62
|
+
* TODO: pass this down to KInput error and errorMessage
|
|
63
|
+
*/
|
|
64
|
+
errors: {
|
|
65
|
+
type: ArrayConstructor;
|
|
66
|
+
default: () => never[];
|
|
67
|
+
};
|
|
68
|
+
hint: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
}>> & Readonly<{
|
|
73
|
+
onModelUpdated?: ((value: any, model: Record<string, any>) => any) | undefined;
|
|
74
|
+
}>, {
|
|
75
|
+
errors: unknown[];
|
|
76
|
+
model: Record<string, any>;
|
|
77
|
+
hint: string;
|
|
78
|
+
formOptions: Record<string, any>;
|
|
79
|
+
disabled: boolean;
|
|
80
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
81
|
+
export default _default;
|
|
82
|
+
//# sourceMappingURL=FieldSelect.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldSelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldSelect.vue"],"names":[],"mappings":"AAsJA,OAAO,EAAoB,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;;;;;;;cAqPjC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;AA7BL,wBAuCG"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
2
|
+
checkedGroup: null;
|
|
3
|
+
fieldModel: {
|
|
4
|
+
apply(this: Function, thisArg: any, argArray?: any): any;
|
|
5
|
+
call(this: Function, thisArg: any, ...argArray: any[]): any;
|
|
6
|
+
bind(this: Function, thisArg: any, ...argArray: any[]): any;
|
|
7
|
+
toString(): string;
|
|
8
|
+
prototype: any;
|
|
9
|
+
length: number;
|
|
10
|
+
arguments: any;
|
|
11
|
+
caller: Function;
|
|
12
|
+
name: string;
|
|
13
|
+
[Symbol.hasInstance](value: any): boolean;
|
|
14
|
+
[Symbol.metadata]: DecoratorMetadata | null;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* renderedTrack tracks makes lazy rendering possible by tracking each index pointed component's render state
|
|
18
|
+
* all unrendered components are set to 0, when the corresponding group got picked it will be set to 1 for good,
|
|
19
|
+
* this retains the local state for each subgroup without initializing early to send unpermitted requests which
|
|
20
|
+
* triggers testing failures
|
|
21
|
+
*/
|
|
22
|
+
renderedTrack: never[];
|
|
23
|
+
fieldSchema: never[];
|
|
24
|
+
scope: string;
|
|
25
|
+
}, {}, {
|
|
26
|
+
updateModel(model: any, schema: any): void;
|
|
27
|
+
}, {
|
|
28
|
+
name: string;
|
|
29
|
+
props: string[];
|
|
30
|
+
emits: string[];
|
|
31
|
+
data(): {
|
|
32
|
+
errors: never[];
|
|
33
|
+
debouncedValidateFunc: null;
|
|
34
|
+
debouncedFormatFunc: null;
|
|
35
|
+
};
|
|
36
|
+
directives: {
|
|
37
|
+
attributes: {
|
|
38
|
+
beforeMount: (el: any, binding: any, vnode: any) => void;
|
|
39
|
+
updated: (el: any, binding: any, vnode: any) => void;
|
|
40
|
+
componentUpdated: (el: any, binding: any, vnode: any) => void;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
computed: {
|
|
44
|
+
value: {
|
|
45
|
+
cache: boolean;
|
|
46
|
+
get(): any;
|
|
47
|
+
set(newValue: any): void;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
methods: {
|
|
51
|
+
validate(calledParent: any): any[] | Promise<any[]>;
|
|
52
|
+
debouncedValidate(): void;
|
|
53
|
+
updateModelValue(newValue: any, oldValue: any): void;
|
|
54
|
+
clearValidationErrors(): void;
|
|
55
|
+
setModelValueByPath(path: any, value: any): void;
|
|
56
|
+
getFieldID(schema: any, unique?: boolean): string;
|
|
57
|
+
getLabelId(schema: any): string;
|
|
58
|
+
getFieldClasses(): any;
|
|
59
|
+
formatValueToField(value: any): any;
|
|
60
|
+
formatValueToModel(value: any): any;
|
|
61
|
+
};
|
|
62
|
+
}, import("vue").ComponentOptionsMixin, "model-updated"[], "model-updated", import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
63
|
+
"onModel-updated"?: ((...args: any[]) => any) | undefined;
|
|
64
|
+
}>, {}, {}, {}, {}, "schema" | "validate" | "clearValidationErrors", import("vue").ComponentProvideOptions, true, {}, any>;
|
|
65
|
+
export default _default;
|
|
66
|
+
//# sourceMappingURL=FieldSelectionGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldSelectionGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldSelectionGroup.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;IA6bM;;;;;OAKG"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
disabled: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
formOptions: {
|
|
8
|
+
type: PropType<Record<string, any>>;
|
|
9
|
+
default: () => undefined;
|
|
10
|
+
};
|
|
11
|
+
model: {
|
|
12
|
+
type: PropType<Record<string, any>>;
|
|
13
|
+
default: () => undefined;
|
|
14
|
+
};
|
|
15
|
+
schema: {
|
|
16
|
+
type: PropType<Record<string, any>>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
vfg: {
|
|
20
|
+
type: ObjectConstructor;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* TODO: stronger type
|
|
25
|
+
* TODO: pass this down to KInput error and errorMessage
|
|
26
|
+
*/
|
|
27
|
+
errors: {
|
|
28
|
+
type: ArrayConstructor;
|
|
29
|
+
default: () => never[];
|
|
30
|
+
};
|
|
31
|
+
hint: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
}>, {
|
|
36
|
+
clearValidationErrors: () => void;
|
|
37
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
38
|
+
modelUpdated: (value: any, model: Record<string, any>) => any;
|
|
39
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
+
disabled: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
formOptions: {
|
|
45
|
+
type: PropType<Record<string, any>>;
|
|
46
|
+
default: () => undefined;
|
|
47
|
+
};
|
|
48
|
+
model: {
|
|
49
|
+
type: PropType<Record<string, any>>;
|
|
50
|
+
default: () => undefined;
|
|
51
|
+
};
|
|
52
|
+
schema: {
|
|
53
|
+
type: PropType<Record<string, any>>;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
vfg: {
|
|
57
|
+
type: ObjectConstructor;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* TODO: stronger type
|
|
62
|
+
* TODO: pass this down to KInput error and errorMessage
|
|
63
|
+
*/
|
|
64
|
+
errors: {
|
|
65
|
+
type: ArrayConstructor;
|
|
66
|
+
default: () => never[];
|
|
67
|
+
};
|
|
68
|
+
hint: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
}>> & Readonly<{
|
|
73
|
+
onModelUpdated?: ((value: any, model: Record<string, any>) => any) | undefined;
|
|
74
|
+
}>, {
|
|
75
|
+
errors: unknown[];
|
|
76
|
+
model: Record<string, any>;
|
|
77
|
+
hint: string;
|
|
78
|
+
formOptions: Record<string, any>;
|
|
79
|
+
disabled: boolean;
|
|
80
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
81
|
+
export default _default;
|
|
82
|
+
//# sourceMappingURL=FieldSwitch.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldSwitch.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldSwitch.vue"],"names":[],"mappings":"AAsGA,OAAO,EAAU,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;;;;;;;cAiMvB,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;AA7BL,wBAuCG"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
disabled: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
formOptions: {
|
|
8
|
+
type: PropType<Record<string, any>>;
|
|
9
|
+
default: () => undefined;
|
|
10
|
+
};
|
|
11
|
+
model: {
|
|
12
|
+
type: PropType<Record<string, any>>;
|
|
13
|
+
default: () => undefined;
|
|
14
|
+
};
|
|
15
|
+
schema: {
|
|
16
|
+
type: PropType<Record<string, any>>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
vfg: {
|
|
20
|
+
type: ObjectConstructor;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* TODO: stronger type
|
|
25
|
+
* TODO: pass this down to KInput error and errorMessage
|
|
26
|
+
*/
|
|
27
|
+
errors: {
|
|
28
|
+
type: ArrayConstructor;
|
|
29
|
+
default: () => never[];
|
|
30
|
+
};
|
|
31
|
+
hint: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
}>, {
|
|
36
|
+
clearValidationErrors: () => void;
|
|
37
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
38
|
+
modelUpdated: (value: any, model: Record<string, any>) => any;
|
|
39
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
+
disabled: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
formOptions: {
|
|
45
|
+
type: PropType<Record<string, any>>;
|
|
46
|
+
default: () => undefined;
|
|
47
|
+
};
|
|
48
|
+
model: {
|
|
49
|
+
type: PropType<Record<string, any>>;
|
|
50
|
+
default: () => undefined;
|
|
51
|
+
};
|
|
52
|
+
schema: {
|
|
53
|
+
type: PropType<Record<string, any>>;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
vfg: {
|
|
57
|
+
type: ObjectConstructor;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* TODO: stronger type
|
|
62
|
+
* TODO: pass this down to KInput error and errorMessage
|
|
63
|
+
*/
|
|
64
|
+
errors: {
|
|
65
|
+
type: ArrayConstructor;
|
|
66
|
+
default: () => never[];
|
|
67
|
+
};
|
|
68
|
+
hint: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
}>> & Readonly<{
|
|
73
|
+
onModelUpdated?: ((value: any, model: Record<string, any>) => any) | undefined;
|
|
74
|
+
}>, {
|
|
75
|
+
errors: unknown[];
|
|
76
|
+
model: Record<string, any>;
|
|
77
|
+
hint: string;
|
|
78
|
+
formOptions: Record<string, any>;
|
|
79
|
+
disabled: boolean;
|
|
80
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
81
|
+
export default _default;
|
|
82
|
+
//# sourceMappingURL=FieldTextArea.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldTextArea.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldTextArea.vue"],"names":[],"mappings":"AAyGA,OAAO,EAAkB,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;;;;;;;cA8M/B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;AA7BL,wBAuCG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldAutoSuggestLegacy.spec.d.ts","sourceRoot":"","sources":["../../../../../src/components/fields/__tests__/FieldAutoSuggestLegacy.spec.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
declare function attributesDirective(el: any, binding: any, vnode: any): void;
|
|
2
|
+
declare const _default: {
|
|
3
|
+
name: string;
|
|
4
|
+
props: string[];
|
|
5
|
+
emits: string[];
|
|
6
|
+
data(): {
|
|
7
|
+
errors: never[];
|
|
8
|
+
debouncedValidateFunc: null;
|
|
9
|
+
debouncedFormatFunc: null;
|
|
10
|
+
};
|
|
11
|
+
directives: {
|
|
12
|
+
attributes: {
|
|
13
|
+
beforeMount: typeof attributesDirective;
|
|
14
|
+
updated: typeof attributesDirective;
|
|
15
|
+
componentUpdated: typeof attributesDirective;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
computed: {
|
|
19
|
+
value: {
|
|
20
|
+
cache: boolean;
|
|
21
|
+
get(): any;
|
|
22
|
+
set(newValue: any): void;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
methods: {
|
|
26
|
+
validate(calledParent: any): any[] | Promise<any[]>;
|
|
27
|
+
debouncedValidate(): void;
|
|
28
|
+
updateModelValue(newValue: any, oldValue: any): void;
|
|
29
|
+
clearValidationErrors(): void;
|
|
30
|
+
setModelValueByPath(path: any, value: any): void;
|
|
31
|
+
getFieldID(schema: any, unique?: boolean): string;
|
|
32
|
+
getLabelId(schema: any): string;
|
|
33
|
+
getFieldClasses(): any;
|
|
34
|
+
formatValueToField(value: any): any;
|
|
35
|
+
formatValueToModel(value: any): any;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
39
|
+
//# sourceMappingURL=abstractField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"abstractField.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/abstractField.ts"],"names":[],"mappings":"AAuBA,iBAAS,mBAAmB,CAAC,EAAE,KAAA,EAAE,OAAO,KAAA,EAAE,KAAK,KAAA,QAS9C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAED,wBA6MC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/exports.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,UAMxB,CAAA"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
formModel: {
|
|
4
|
+
type: PropType<any>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
formSchema: {
|
|
8
|
+
type: PropType<any>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
formOptions: {
|
|
12
|
+
type: PropType<any>;
|
|
13
|
+
default: () => void;
|
|
14
|
+
};
|
|
15
|
+
onModelUpdated: {
|
|
16
|
+
type: PropType<() => void>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
isEditing: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
}>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
formModel: {
|
|
25
|
+
type: PropType<any>;
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
formSchema: {
|
|
29
|
+
type: PropType<any>;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
formOptions: {
|
|
33
|
+
type: PropType<any>;
|
|
34
|
+
default: () => void;
|
|
35
|
+
};
|
|
36
|
+
onModelUpdated: {
|
|
37
|
+
type: PropType<() => void>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
isEditing: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
required: true;
|
|
43
|
+
};
|
|
44
|
+
}>> & Readonly<{}>, {
|
|
45
|
+
formOptions: any;
|
|
46
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
47
|
+
export default _default;
|
|
48
|
+
//# sourceMappingURL=ACMEForm.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ACMEForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/ACMEForm.vue"],"names":[],"mappings":"AAsZA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;;;cA0rBf,QAAQ,CAAC,GAAG,CAAC;;;;cAIb,QAAQ,CAAC,GAAG,CAAC;;;;cAIb,QAAQ,CAAC,GAAG,CAAC;;;;cAIX,QAAQ,CAAC,MAAM,IAAI,CAAC;;;;;;;;;cAZtB,QAAQ,CAAC,GAAG,CAAC;;;;cAIb,QAAQ,CAAC,GAAG,CAAC;;;;cAIb,QAAQ,CAAC,GAAG,CAAC;;;;cAIX,QAAQ,CAAC,MAAM,IAAI,CAAC;;;;;;;;;;AAjB1C,wBAyBG"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
formModel: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
formSchema: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
formOptions: {
|
|
12
|
+
type: ObjectConstructor;
|
|
13
|
+
default: () => void;
|
|
14
|
+
};
|
|
15
|
+
onModelUpdated: {
|
|
16
|
+
type: PropType<() => void>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
isEditing: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
}>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
formModel: {
|
|
25
|
+
type: ObjectConstructor;
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
formSchema: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
formOptions: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
default: () => void;
|
|
35
|
+
};
|
|
36
|
+
onModelUpdated: {
|
|
37
|
+
type: PropType<() => void>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
isEditing: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
required: true;
|
|
43
|
+
};
|
|
44
|
+
}>> & Readonly<{}>, {
|
|
45
|
+
formOptions: Record<string, any>;
|
|
46
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
47
|
+
export default _default;
|
|
48
|
+
//# sourceMappingURL=ExitTransformer.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExitTransformer.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/ExitTransformer.vue"],"names":[],"mappings":"AAyFA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;;;;;;;;;;;;;;;cAoKb,QAAQ,CAAC,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;cAApB,QAAQ,CAAC,MAAM,IAAI,CAAC;;;;;;;;;;AAjB1C,wBAyBG"}
|