@bagelink/vue 0.0.93 → 0.0.95

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.
Files changed (92) hide show
  1. package/dist/components/Btn.vue.d.ts +31 -31
  2. package/dist/components/DataPreview.vue.d.ts +4 -4
  3. package/dist/components/DropDown.vue.d.ts +1 -1
  4. package/dist/components/FormSchema.vue.d.ts +4 -4
  5. package/dist/components/ListItem.vue.d.ts +2 -2
  6. package/dist/components/ListView.vue.d.ts +4 -4
  7. package/dist/components/MaterialIcon.vue.d.ts +2 -2
  8. package/dist/components/Modal.vue.d.ts +9 -9
  9. package/dist/components/ModalForm.vue.d.ts +16 -16
  10. package/dist/components/NavBar.vue.d.ts +10 -10
  11. package/dist/components/PersonPreviewFormkit.vue.d.ts +2 -2
  12. package/dist/components/RTXEditor.vue.d.ts +4 -4
  13. package/dist/components/TabbedLayout.vue.d.ts +5 -5
  14. package/dist/components/TableSchema.vue.d.ts +3 -3
  15. package/dist/components/charts/BarChart.vue.d.ts +6 -6
  16. package/dist/components/form/MaterialIcon.vue.d.ts +3 -3
  17. package/dist/components/form/inputs/CheckInput.vue.d.ts +5 -5
  18. package/dist/components/form/inputs/Checkbox.vue.d.ts +1 -1
  19. package/dist/components/form/inputs/CurrencyInput.vue.d.ts +7 -7
  20. package/dist/components/form/inputs/DateInput.vue.d.ts +5 -5
  21. package/dist/components/form/inputs/DatetimeInput.vue.d.ts +12 -12
  22. package/dist/components/form/inputs/DurationInput.vue.d.ts +12 -12
  23. package/dist/components/form/inputs/EmailInput.vue.d.ts +12 -12
  24. package/dist/components/form/inputs/FloatInput.vue.d.ts +12 -12
  25. package/dist/components/form/inputs/IntInput.vue.d.ts +12 -12
  26. package/dist/components/form/inputs/JSONInput.vue.d.ts +12 -12
  27. package/dist/components/form/inputs/LinkField.vue.d.ts +13 -13
  28. package/dist/components/form/inputs/Password.vue.d.ts +11 -11
  29. package/dist/components/form/inputs/PasswordInput.vue.d.ts +12 -12
  30. package/dist/components/form/inputs/ReadOnlyInput.vue.d.ts +2 -2
  31. package/dist/components/form/inputs/RichTextEditor.vue.d.ts +12 -12
  32. package/dist/components/form/inputs/SelectField.vue.d.ts +7 -7
  33. package/dist/components/form/inputs/TableField.vue.d.ts +5 -5
  34. package/dist/components/form/inputs/TextInput.vue.d.ts +22 -22
  35. package/dist/components/index.d.ts +1 -0
  36. package/dist/index.cjs +453 -256
  37. package/dist/index.mjs +453 -256
  38. package/dist/style.css +246 -244
  39. package/dist/types/BtnOptions.d.ts +1 -1
  40. package/dist/types/materialIcons.d.ts +1 -0
  41. package/dist/utils/index.d.ts +2 -1
  42. package/package.json +2 -2
  43. package/src/components/Btn.vue +4 -3
  44. package/src/components/Comments.vue +2 -2
  45. package/src/components/ContactArray.vue +2 -2
  46. package/src/components/ContactSubmissions.vue +2 -2
  47. package/src/components/DataPreview.vue +1 -1
  48. package/src/components/DropDown.vue +3 -2
  49. package/src/components/FileUploader.vue +1 -1
  50. package/src/components/FormKitTable.vue +2 -2
  51. package/src/components/FormSchema.vue +2 -2
  52. package/src/components/ListView.vue +2 -2
  53. package/src/components/MaterialIcon.vue +1 -1
  54. package/src/components/Modal.vue +2 -2
  55. package/src/components/ModalForm.vue +3 -3
  56. package/src/components/NavBar.vue +2 -1
  57. package/src/components/PersonPreview.vue +4 -4
  58. package/src/components/PersonPreviewFormkit.vue +4 -4
  59. package/src/components/RouterWrapper.vue +0 -2
  60. package/src/components/TableSchema.vue +2 -2
  61. package/src/components/form/ItemRef.vue +4 -3
  62. package/src/components/form/MaterialIcon.vue +1 -1
  63. package/src/components/form/PlainInputField.vue +2 -2
  64. package/src/components/form/inputs/CheckInput.vue +1 -1
  65. package/src/components/form/inputs/Checkbox.vue +1 -1
  66. package/src/components/form/inputs/ColorPicker.vue +1 -1
  67. package/src/components/form/inputs/CurrencyInput.vue +1 -1
  68. package/src/components/form/inputs/DateInput.vue +1 -1
  69. package/src/components/form/inputs/DynamicLinkField.vue +2 -1
  70. package/src/components/form/inputs/LinkField.vue +1 -1
  71. package/src/components/form/inputs/Password.vue +3 -3
  72. package/src/components/form/inputs/PlainText.vue +1 -1
  73. package/src/components/form/inputs/ReadOnlyInput.vue +1 -1
  74. package/src/components/form/inputs/SelectField.vue +2 -2
  75. package/src/components/form/inputs/TableField.vue +3 -3
  76. package/src/components/form/inputs/TextArea.vue +1 -1
  77. package/src/components/form/inputs/TextInput.vue +1 -1
  78. package/src/components/formkit/AddressArray.vue +4 -3
  79. package/src/components/formkit/BankDetailsArray.vue +3 -3
  80. package/src/components/formkit/ContactArrayFormKit.vue +4 -3
  81. package/src/components/formkit/FileUploader.vue +3 -2
  82. package/src/components/formkit/MiscFields.vue +1 -1
  83. package/src/components/index.ts +1 -0
  84. package/src/components/whatsapp/form/MsgTemplate.vue +3 -2
  85. package/src/components/whatsapp/form/TextVariableExamples.vue +1 -1
  86. package/src/plugins/modal.ts +1 -1
  87. package/src/types/BtnOptions.ts +1 -1
  88. package/src/utils/index.ts +3 -1
  89. package/src/utils/objects.ts +1 -1
  90. package/tsconfig.json +40 -31
  91. package/vite.config.ts +2 -2
  92. /package/src/types/{materialIcons.d.ts → materialIcons.ts} +0 -0
@@ -1,10 +1,10 @@
1
1
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- description?: string;
3
- label?: string;
2
+ description?: string | undefined;
3
+ label?: string | undefined;
4
4
  modelValue: any;
5
- placeholder?: string;
6
- editMode?: boolean;
7
- small?: boolean;
5
+ placeholder?: string | undefined;
6
+ editMode?: boolean | undefined;
7
+ small?: boolean | undefined;
8
8
  }>, {
9
9
  description: string;
10
10
  editMode: boolean;
@@ -13,22 +13,22 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "update:modelValue": (...args: any[]) => void;
15
15
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
- description?: string;
17
- label?: string;
16
+ description?: string | undefined;
17
+ label?: string | undefined;
18
18
  modelValue: any;
19
- placeholder?: string;
20
- editMode?: boolean;
21
- small?: boolean;
19
+ placeholder?: string | undefined;
20
+ editMode?: boolean | undefined;
21
+ small?: boolean | undefined;
22
22
  }>, {
23
23
  description: string;
24
24
  editMode: boolean;
25
25
  placeholder: string;
26
26
  label: string;
27
27
  }>>> & {
28
- "onUpdate:modelValue"?: (...args: any[]) => any;
28
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
29
29
  }, {
30
- label: string;
31
30
  description: string;
31
+ label: string;
32
32
  placeholder: string;
33
33
  editMode: boolean;
34
34
  }, {}>;
@@ -1,10 +1,10 @@
1
1
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- description?: string;
3
- label?: string;
2
+ description?: string | undefined;
3
+ label?: string | undefined;
4
4
  modelValue: any;
5
- placeholder?: string;
6
- editMode?: boolean;
7
- small?: boolean;
5
+ placeholder?: string | undefined;
6
+ editMode?: boolean | undefined;
7
+ small?: boolean | undefined;
8
8
  }>, {
9
9
  description: string;
10
10
  editMode: boolean;
@@ -13,22 +13,22 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "update:modelValue": (...args: any[]) => void;
15
15
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
- description?: string;
17
- label?: string;
16
+ description?: string | undefined;
17
+ label?: string | undefined;
18
18
  modelValue: any;
19
- placeholder?: string;
20
- editMode?: boolean;
21
- small?: boolean;
19
+ placeholder?: string | undefined;
20
+ editMode?: boolean | undefined;
21
+ small?: boolean | undefined;
22
22
  }>, {
23
23
  description: string;
24
24
  editMode: boolean;
25
25
  placeholder: string;
26
26
  label: string;
27
27
  }>>> & {
28
- "onUpdate:modelValue"?: (...args: any[]) => any;
28
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
29
29
  }, {
30
- label: string;
31
30
  description: string;
31
+ label: string;
32
32
  placeholder: string;
33
33
  editMode: boolean;
34
34
  }, {}>;
@@ -1,10 +1,10 @@
1
1
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- description?: string;
3
- label?: string;
2
+ description?: string | undefined;
3
+ label?: string | undefined;
4
4
  modelValue: any;
5
- placeholder?: string;
6
- editMode?: boolean;
7
- small?: boolean;
5
+ placeholder?: string | undefined;
6
+ editMode?: boolean | undefined;
7
+ small?: boolean | undefined;
8
8
  }>, {
9
9
  description: string;
10
10
  editMode: boolean;
@@ -13,22 +13,22 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "update:modelValue": (...args: any[]) => void;
15
15
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
- description?: string;
17
- label?: string;
16
+ description?: string | undefined;
17
+ label?: string | undefined;
18
18
  modelValue: any;
19
- placeholder?: string;
20
- editMode?: boolean;
21
- small?: boolean;
19
+ placeholder?: string | undefined;
20
+ editMode?: boolean | undefined;
21
+ small?: boolean | undefined;
22
22
  }>, {
23
23
  description: string;
24
24
  editMode: boolean;
25
25
  placeholder: string;
26
26
  label: string;
27
27
  }>>> & {
28
- "onUpdate:modelValue"?: (...args: any[]) => any;
28
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
29
29
  }, {
30
- label: string;
31
30
  description: string;
31
+ label: string;
32
32
  placeholder: string;
33
33
  editMode: boolean;
34
34
  }, {}>;
@@ -1,10 +1,10 @@
1
1
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- description?: string;
3
- label?: string;
2
+ description?: string | undefined;
3
+ label?: string | undefined;
4
4
  modelValue: any;
5
- placeholder?: string;
6
- editMode?: boolean;
7
- small?: boolean;
5
+ placeholder?: string | undefined;
6
+ editMode?: boolean | undefined;
7
+ small?: boolean | undefined;
8
8
  }>, {
9
9
  description: string;
10
10
  editMode: boolean;
@@ -13,22 +13,22 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "update:modelValue": (...args: any[]) => void;
15
15
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
- description?: string;
17
- label?: string;
16
+ description?: string | undefined;
17
+ label?: string | undefined;
18
18
  modelValue: any;
19
- placeholder?: string;
20
- editMode?: boolean;
21
- small?: boolean;
19
+ placeholder?: string | undefined;
20
+ editMode?: boolean | undefined;
21
+ small?: boolean | undefined;
22
22
  }>, {
23
23
  description: string;
24
24
  editMode: boolean;
25
25
  placeholder: string;
26
26
  label: string;
27
27
  }>>> & {
28
- "onUpdate:modelValue"?: (...args: any[]) => any;
28
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
29
29
  }, {
30
- label: string;
31
30
  description: string;
31
+ label: string;
32
32
  placeholder: string;
33
33
  editMode: boolean;
34
34
  }, {}>;
@@ -1,45 +1,45 @@
1
1
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- description?: string;
3
- label?: string;
2
+ description?: string | undefined;
3
+ label?: string | undefined;
4
4
  modelValue: any;
5
- useId?: false;
5
+ useId?: false | undefined;
6
6
  bagelApp?: any;
7
7
  entity: string;
8
8
  editMode: boolean;
9
9
  filters?: any;
10
- small?: boolean;
10
+ small?: boolean | undefined;
11
11
  }>, {
12
12
  description: string;
13
13
  label: string;
14
14
  useId: boolean;
15
15
  filters: {};
16
- bagelApp: any;
16
+ bagelApp: null;
17
17
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
18
  "update:modelValue": (...args: any[]) => void;
19
19
  selected: (...args: any[]) => void;
20
20
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
21
- description?: string;
22
- label?: string;
21
+ description?: string | undefined;
22
+ label?: string | undefined;
23
23
  modelValue: any;
24
- useId?: false;
24
+ useId?: false | undefined;
25
25
  bagelApp?: any;
26
26
  entity: string;
27
27
  editMode: boolean;
28
28
  filters?: any;
29
- small?: boolean;
29
+ small?: boolean | undefined;
30
30
  }>, {
31
31
  description: string;
32
32
  label: string;
33
33
  useId: boolean;
34
34
  filters: {};
35
- bagelApp: any;
35
+ bagelApp: null;
36
36
  }>>> & {
37
- "onUpdate:modelValue"?: (...args: any[]) => any;
38
- onSelected?: (...args: any[]) => any;
37
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
38
+ onSelected?: ((...args: any[]) => any) | undefined;
39
39
  }, {
40
+ description: string;
40
41
  label: string;
41
42
  filters: any;
42
- description: string;
43
43
  useId: false;
44
44
  bagelApp: any;
45
45
  }, {}>;
@@ -2,11 +2,11 @@ import { BagelField } from '../../../types/BagelField';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
3
  field: BagelField;
4
4
  modelValue: any;
5
- editMode?: boolean;
6
- small?: boolean;
7
- required?: boolean;
8
- pattern?: string;
9
- nativeInputAttrs?: Record<string, any>;
5
+ editMode?: boolean | undefined;
6
+ small?: boolean | undefined;
7
+ required?: boolean | undefined;
8
+ pattern?: string | undefined;
9
+ nativeInputAttrs?: Record<string, any> | undefined;
10
10
  }>, {
11
11
  editMode: boolean;
12
12
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -14,15 +14,15 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
14
14
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
15
15
  field: BagelField;
16
16
  modelValue: any;
17
- editMode?: boolean;
18
- small?: boolean;
19
- required?: boolean;
20
- pattern?: string;
21
- nativeInputAttrs?: Record<string, any>;
17
+ editMode?: boolean | undefined;
18
+ small?: boolean | undefined;
19
+ required?: boolean | undefined;
20
+ pattern?: string | undefined;
21
+ nativeInputAttrs?: Record<string, any> | undefined;
22
22
  }>, {
23
23
  editMode: boolean;
24
24
  }>>> & {
25
- "onUpdate:modelValue"?: (...args: any[]) => any;
25
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
26
26
  }, {
27
27
  editMode: boolean;
28
28
  }, {}>;
@@ -1,10 +1,10 @@
1
1
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- description?: string;
3
- label?: string;
2
+ description?: string | undefined;
3
+ label?: string | undefined;
4
4
  modelValue: any;
5
- placeholder?: string;
6
- editMode?: boolean;
7
- small?: boolean;
5
+ placeholder?: string | undefined;
6
+ editMode?: boolean | undefined;
7
+ small?: boolean | undefined;
8
8
  }>, {
9
9
  description: string;
10
10
  editMode: boolean;
@@ -13,22 +13,22 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "update:modelValue": (...args: any[]) => void;
15
15
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
- description?: string;
17
- label?: string;
16
+ description?: string | undefined;
17
+ label?: string | undefined;
18
18
  modelValue: any;
19
- placeholder?: string;
20
- editMode?: boolean;
21
- small?: boolean;
19
+ placeholder?: string | undefined;
20
+ editMode?: boolean | undefined;
21
+ small?: boolean | undefined;
22
22
  }>, {
23
23
  description: string;
24
24
  editMode: boolean;
25
25
  placeholder: string;
26
26
  label: string;
27
27
  }>>> & {
28
- "onUpdate:modelValue"?: (...args: any[]) => any;
28
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
29
29
  }, {
30
- label: string;
31
30
  description: string;
31
+ label: string;
32
32
  placeholder: string;
33
33
  editMode: boolean;
34
34
  }, {}>;
@@ -2,11 +2,11 @@ import { BagelField } from '../../../types/BagelField';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
3
  field: BagelField;
4
4
  modelValue: any;
5
- small?: boolean;
5
+ small?: boolean | undefined;
6
6
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
7
  field: BagelField;
8
8
  modelValue: any;
9
- small?: boolean;
9
+ small?: boolean | undefined;
10
10
  }>>>, {}, {}>;
11
11
  export default _default;
12
12
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,10 +1,10 @@
1
1
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- description?: string;
3
- label?: string;
2
+ description?: string | undefined;
3
+ label?: string | undefined;
4
4
  modelValue: any;
5
- placeholder?: string;
6
- editMode?: boolean;
7
- small?: boolean;
5
+ placeholder?: string | undefined;
6
+ editMode?: boolean | undefined;
7
+ small?: boolean | undefined;
8
8
  }>, {
9
9
  description: string;
10
10
  editMode: boolean;
@@ -13,22 +13,22 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "update:modelValue": (...args: any[]) => void;
15
15
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
- description?: string;
17
- label?: string;
16
+ description?: string | undefined;
17
+ label?: string | undefined;
18
18
  modelValue: any;
19
- placeholder?: string;
20
- editMode?: boolean;
21
- small?: boolean;
19
+ placeholder?: string | undefined;
20
+ editMode?: boolean | undefined;
21
+ small?: boolean | undefined;
22
22
  }>, {
23
23
  description: string;
24
24
  editMode: boolean;
25
25
  placeholder: string;
26
26
  label: string;
27
27
  }>>> & {
28
- "onUpdate:modelValue"?: (...args: any[]) => any;
28
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
29
29
  }, {
30
- label: string;
31
30
  description: string;
31
+ label: string;
32
32
  placeholder: string;
33
33
  editMode: boolean;
34
34
  }, {}>;
@@ -1,9 +1,9 @@
1
1
  import { type SelectBagelField } from '../../../types/BagelField';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Omit<SelectBagelField, "key"> & {
3
- editMode?: boolean;
3
+ editMode?: boolean | undefined;
4
4
  field: SelectBagelField;
5
5
  modelValue: any;
6
- small?: boolean;
6
+ small?: boolean | undefined;
7
7
  }>, {
8
8
  description: string;
9
9
  editMode: boolean;
@@ -13,21 +13,21 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  "update:modelValue": (...args: any[]) => void;
14
14
  selected: (...args: any[]) => void;
15
15
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Omit<SelectBagelField, "key"> & {
16
- editMode?: boolean;
16
+ editMode?: boolean | undefined;
17
17
  field: SelectBagelField;
18
18
  modelValue: any;
19
- small?: boolean;
19
+ small?: boolean | undefined;
20
20
  }>, {
21
21
  description: string;
22
22
  editMode: boolean;
23
23
  label: string;
24
24
  placeholder: string;
25
25
  }>>> & {
26
- "onUpdate:modelValue"?: (...args: any[]) => any;
27
- onSelected?: (...args: any[]) => any;
26
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
27
+ onSelected?: ((...args: any[]) => any) | undefined;
28
28
  }, {
29
- label: string;
30
29
  description: string;
30
+ label: string;
31
31
  placeholder: string;
32
32
  editMode: boolean;
33
33
  }, {}>;
@@ -1,25 +1,25 @@
1
1
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- description?: string;
2
+ description?: string | undefined;
3
3
  meta: Record<string, any>;
4
4
  fieldname: string;
5
5
  bagelApp?: any;
6
6
  modelValue: any;
7
7
  }>, {
8
8
  description: string;
9
- bagelApp: any;
9
+ bagelApp: null;
10
10
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
11
  "update:modelValue": (...args: any[]) => void;
12
12
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
- description?: string;
13
+ description?: string | undefined;
14
14
  meta: Record<string, any>;
15
15
  fieldname: string;
16
16
  bagelApp?: any;
17
17
  modelValue: any;
18
18
  }>, {
19
19
  description: string;
20
- bagelApp: any;
20
+ bagelApp: null;
21
21
  }>>> & {
22
- "onUpdate:modelValue"?: (...args: any[]) => any;
22
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
23
23
  }, {
24
24
  description: string;
25
25
  bagelApp: any;
@@ -1,14 +1,14 @@
1
1
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- id?: string;
3
- title?: string;
4
- placeholder?: string;
5
- modelValue?: string;
6
- label?: string;
7
- editMode?: boolean;
8
- small?: boolean;
9
- required?: boolean;
10
- pattern?: string;
11
- nativeInputAttrs?: Record<string, any>;
2
+ id?: string | undefined;
3
+ title?: string | undefined;
4
+ placeholder?: string | undefined;
5
+ modelValue?: string | undefined;
6
+ label?: string | undefined;
7
+ editMode?: boolean | undefined;
8
+ small?: boolean | undefined;
9
+ required?: boolean | undefined;
10
+ pattern?: string | undefined;
11
+ nativeInputAttrs?: Record<string, any> | undefined;
12
12
  }>, {
13
13
  editMode: boolean;
14
14
  modelValue: string;
@@ -16,22 +16,22 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
16
16
  "update:modelValue": (...args: any[]) => void;
17
17
  debounce: (...args: any[]) => void;
18
18
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
19
- id?: string;
20
- title?: string;
21
- placeholder?: string;
22
- modelValue?: string;
23
- label?: string;
24
- editMode?: boolean;
25
- small?: boolean;
26
- required?: boolean;
27
- pattern?: string;
28
- nativeInputAttrs?: Record<string, any>;
19
+ id?: string | undefined;
20
+ title?: string | undefined;
21
+ placeholder?: string | undefined;
22
+ modelValue?: string | undefined;
23
+ label?: string | undefined;
24
+ editMode?: boolean | undefined;
25
+ small?: boolean | undefined;
26
+ required?: boolean | undefined;
27
+ pattern?: string | undefined;
28
+ nativeInputAttrs?: Record<string, any> | undefined;
29
29
  }>, {
30
30
  editMode: boolean;
31
31
  modelValue: string;
32
32
  }>>> & {
33
- "onUpdate:modelValue"?: (...args: any[]) => any;
34
- onDebounce?: (...args: any[]) => any;
33
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
34
+ onDebounce?: ((...args: any[]) => any) | undefined;
35
35
  }, {
36
36
  modelValue: string;
37
37
  editMode: boolean;
@@ -1,3 +1,4 @@
1
+ export * as LangText from './LangText.vue';
1
2
  export * as RTXEditor from './RTXEditor.vue';
2
3
  export * as MaterialIcon from './MaterialIcon.vue';
3
4
  export * as NavBar from './NavBar.vue';