@g1cloud/bluesea 5.0.0-beta.2 → 5.0.0-beta.20

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 (77) hide show
  1. package/css/bluesea.css +171 -35
  2. package/dist/{BSAlertModal-BixCrZDD.js → BSAlertModal-bXdRoQ4g.js} +1 -1
  3. package/dist/{BSGridColumnSettingModal-CVVenSnr.js → BSGridColumnSettingModal-CnqefrIo.js} +1 -1
  4. package/dist/{BSRichTextMaximizedModal-BqzE5__U.js → BSRichTextMaximizedModal-Dc9sFpvh.js} +1 -1
  5. package/dist/{BSYesNoModal-B5lERw_k.js → BSYesNoModal-nTiw15vA.js} +1 -1
  6. package/dist/{BSYoutubeInputModal-eRBqHjeW.js → BSYoutubeInputModal-DN55K-10.js} +1 -1
  7. package/dist/{ImageInsertModal-DvKLXL1n.js → ImageInsertModal-999e_ass.js} +2 -2
  8. package/dist/{ImageProperties.vue_vue_type_script_setup_true_lang-DVUZuLfG.js → ImageProperties.vue_vue_type_script_setup_true_lang-Dk8Skxl0.js} +1 -1
  9. package/dist/{ImagePropertiesModal-Dsg6BS63.js → ImagePropertiesModal-D6g2ZYpb.js} +2 -2
  10. package/dist/{LinkPropertiesModal-Ct0ykD4j.js → LinkPropertiesModal-DUAsPJ5g.js} +1 -1
  11. package/dist/{TableInsertModal-BhyzkcTU.js → TableInsertModal-DuK1nGxQ.js} +1 -1
  12. package/dist/TablePropertiesModal-Dn_ozHTt.js +353 -0
  13. package/dist/{VideoInsertModal-BAwRYBzU.js → VideoInsertModal-CjB8Vfny.js} +2 -2
  14. package/dist/{VideoProperties.vue_vue_type_script_setup_true_lang-BfwBHyER.js → VideoProperties.vue_vue_type_script_setup_true_lang-C41jIi69.js} +1 -1
  15. package/dist/{VideoPropertiesModal-B2FeEw4W.js → VideoPropertiesModal-CZyluT1C.js} +2 -2
  16. package/dist/{YoutubeInsertModal-EU6G-021.js → YoutubeInsertModal-C3VKZ3MM.js} +3 -3
  17. package/dist/{YoutubeProperties.vue_vue_type_script_setup_true_lang-Ci3ndkZR.js → YoutubeProperties.vue_vue_type_script_setup_true_lang-D5zcnp25.js} +1 -1
  18. package/dist/{YoutubePropertiesModal-CRy6zJwZ.js → YoutubePropertiesModal-VGbyMXuR.js} +2 -2
  19. package/dist/bluesea.css +143 -32
  20. package/dist/bluesea.js +211 -204
  21. package/dist/bluesea.umd.cjs +2281 -1273
  22. package/dist/component/grid/BSGrid.vue.d.ts +3 -3
  23. package/dist/component/grid/BSGridLookup.vue.d.ts +3 -1
  24. package/dist/component/grid/DateFilterModel.d.ts +15 -0
  25. package/dist/component/grid/GridLib.d.ts +2 -1
  26. package/dist/component/grid/GridModel.d.ts +8 -0
  27. package/dist/component/input/BSCheckboxGroup.vue.d.ts +3 -0
  28. package/dist/component/input/BSColorInput.vue.d.ts +2 -0
  29. package/dist/component/input/BSDateInput.vue.d.ts +2 -0
  30. package/dist/component/input/BSDateRange.vue.d.ts +2 -0
  31. package/dist/component/input/BSDateRangePresets.vue.d.ts +2 -2
  32. package/dist/component/input/BSFileUpload.vue.d.ts +76 -0
  33. package/dist/component/input/BSImageUpload.vue.d.ts +2 -0
  34. package/dist/component/input/BSMultiSelect.vue.d.ts +12 -6
  35. package/dist/component/input/BSNumberInput.vue.d.ts +7 -0
  36. package/dist/component/input/BSPercentInput.vue.d.ts +166 -0
  37. package/dist/component/input/BSPopupSelect.vue.d.ts +3 -3
  38. package/dist/component/input/BSPriceInput.vue.d.ts +7 -0
  39. package/dist/component/input/BSRadioButton.vue.d.ts +3 -3
  40. package/dist/component/input/BSRadioButtonGroup.vue.d.ts +3 -0
  41. package/dist/component/input/BSSelect.vue.d.ts +15 -6
  42. package/dist/component/input/BSSelectPopup.vue.d.ts +6 -6
  43. package/dist/component/input/BSTextArea.vue.d.ts +2 -0
  44. package/dist/component/input/BSTextInput.vue.d.ts +2 -0
  45. package/dist/component/input/BSTreeMultiSelect.vue.d.ts +12 -6
  46. package/dist/component/input/BSTreeSelect.vue.d.ts +12 -6
  47. package/dist/component/input/BSYesNoGroup.vue.d.ts +4 -0
  48. package/dist/component/input/BSYesNoSelect.vue.d.ts +4 -0
  49. package/dist/component/input/DateRangePresetModel.d.ts +2 -0
  50. package/dist/component/layout/BSCardLayout.vue.d.ts +6 -10
  51. package/dist/component/layout/BSListLayout.vue.d.ts +3 -0
  52. package/dist/component/layout/BSListLayoutItem.vue.d.ts +3 -0
  53. package/dist/component/multilang/BSMultiLangTextArea.vue.d.ts +2 -0
  54. package/dist/component/multilang/BSMultiLangTextInput.vue.d.ts +2 -0
  55. package/dist/component/richtext/RichTextModel.d.ts +1 -0
  56. package/dist/component/richtext/richTextUtil.d.ts +1 -1
  57. package/dist/component/richtext/table/RichTextTableCell.d.ts +1 -0
  58. package/dist/component/richtext/table/RichTextTableLib.d.ts +7 -1
  59. package/dist/component/tree/BSTree.vue.d.ts +9 -3
  60. package/dist/component/tree/BSTreeRow.vue.d.ts +9 -6
  61. package/dist/component/tree/TreeLib.d.ts +20 -0
  62. package/dist/component/tree/TreeModel.d.ts +33 -1
  63. package/dist/config/config.d.ts +14 -6
  64. package/dist/directive/vT.d.ts +6 -0
  65. package/dist/frame/default/DefaultFrameModel.d.ts +2 -0
  66. package/dist/{index-CDwzpZX0.js → index-uI4FYMrx.js} +2167 -1328
  67. package/dist/index.d.ts +4 -1
  68. package/dist/model/CommonTypes.d.ts +1 -1
  69. package/dist/util/formatUtil.d.ts +4 -4
  70. package/dist/validator/FormValidator.d.ts +5 -0
  71. package/package.json +3 -3
  72. package/text/bluesea_text_en.json +20 -0
  73. package/text/bluesea_text_fr.json +20 -0
  74. package/text/bluesea_text_ja.json +20 -0
  75. package/text/bluesea_text_ko.json +20 -0
  76. package/text/bluesea_text_zh.json +20 -0
  77. package/dist/TablePropertiesModal-BAxcByTD.js +0 -184
@@ -1,8 +1,8 @@
1
1
  import { MultiLangText } from '../../model/CommonTypes';
2
2
 
3
3
  declare const _default: <V>(__VLS_props: {
4
- modelValue?: V | undefined;
5
4
  label?: MultiLangText | undefined;
5
+ modelValue?: V | undefined;
6
6
  disabled?: boolean | undefined;
7
7
  name?: string | undefined;
8
8
  icon?: string | undefined;
@@ -21,8 +21,8 @@ declare const _default: <V>(__VLS_props: {
21
21
  emit: (e: 'update:modelValue', value?: V) => void;
22
22
  } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
23
23
  props: {
24
- modelValue?: V | undefined;
25
24
  label?: MultiLangText | undefined;
25
+ modelValue?: V | undefined;
26
26
  disabled?: boolean | undefined;
27
27
  name?: string | undefined;
28
28
  icon?: string | undefined;
@@ -45,8 +45,8 @@ declare const _default: <V>(__VLS_props: {
45
45
  }> & {
46
46
  __ctx?: {
47
47
  props: {
48
- modelValue?: V | undefined;
49
48
  label?: MultiLangText | undefined;
49
+ modelValue?: V | undefined;
50
50
  disabled?: boolean | undefined;
51
51
  name?: string | undefined;
52
52
  icon?: string | undefined;
@@ -15,6 +15,7 @@ declare const _default: <T, V>(__VLS_props: {
15
15
  validationMessageRequired?: MultiLangText | undefined;
16
16
  extraValidationRules?: FieldValidationRule<UnwrapRef<V>>[] | undefined;
17
17
  ignoreSavePoint?: boolean | undefined;
18
+ showErrorMessageOnDisabled?: boolean | undefined;
18
19
  readonly "onUpdate:modelValue"?: ((value?: V | undefined) => any) | undefined;
19
20
  items?: T[] | undefined;
20
21
  valueProvider?: ((item: T) => V) | undefined;
@@ -39,6 +40,7 @@ declare const _default: <T, V>(__VLS_props: {
39
40
  validationMessageRequired?: MultiLangText | undefined;
40
41
  extraValidationRules?: FieldValidationRule<UnwrapRef<V>>[] | undefined;
41
42
  ignoreSavePoint?: boolean | undefined;
43
+ showErrorMessageOnDisabled?: boolean | undefined;
42
44
  readonly "onUpdate:modelValue"?: ((value?: V | undefined) => any) | undefined;
43
45
  items?: T[] | undefined;
44
46
  valueProvider?: ((item: T) => V) | undefined;
@@ -67,6 +69,7 @@ declare const _default: <T, V>(__VLS_props: {
67
69
  validationMessageRequired?: MultiLangText | undefined;
68
70
  extraValidationRules?: FieldValidationRule<UnwrapRef<V>>[] | undefined;
69
71
  ignoreSavePoint?: boolean | undefined;
72
+ showErrorMessageOnDisabled?: boolean | undefined;
70
73
  readonly "onUpdate:modelValue"?: ((value?: V | undefined) => any) | undefined;
71
74
  items?: T[] | undefined;
72
75
  valueProvider?: ((item: T) => V) | undefined;
@@ -5,6 +5,7 @@ import { FieldValidationRule } from '../../validator/FieldValidator';
5
5
  declare const _default: <T, V>(__VLS_props: {
6
6
  modelValue?: V | undefined;
7
7
  disabled?: boolean | undefined;
8
+ name?: string | undefined;
8
9
  required?: boolean | undefined;
9
10
  labelProvider?: LabelProvider<T> | undefined;
10
11
  hideErrorMessage?: boolean | undefined;
@@ -14,16 +15,18 @@ declare const _default: <T, V>(__VLS_props: {
14
15
  validationMessageRequired?: MultiLangText | undefined;
15
16
  extraValidationRules?: FieldValidationRule<UnwrapRef<V>>[] | undefined;
16
17
  ignoreSavePoint?: boolean | undefined;
18
+ showErrorMessageOnDisabled?: boolean | undefined;
17
19
  readonly "onUpdate:modelValue"?: ((value?: V | undefined) => any) | undefined;
18
- popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
19
- popupAlign?: "center" | "left" | "right" | "auto" | undefined;
20
20
  items?: T[] | Promise<T[]> | undefined;
21
21
  valueProvider?: ((item: T) => V) | undefined;
22
+ popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
23
+ popupAlign?: "center" | "left" | "right" | "auto" | undefined;
22
24
  allowNull?: boolean | undefined;
23
25
  nullLabel?: MultiLangText | undefined;
24
26
  selectedLabelProvider?: LabelProvider<T | undefined> | undefined;
25
27
  popupMaxHeight?: string | undefined;
26
28
  showPopupSearch?: boolean | "auto" | undefined;
29
+ autoSelectSingleItem?: boolean | undefined;
27
30
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
28
31
  attrs: any;
29
32
  slots: {};
@@ -32,6 +35,7 @@ declare const _default: <T, V>(__VLS_props: {
32
35
  props: {
33
36
  modelValue?: V | undefined;
34
37
  disabled?: boolean | undefined;
38
+ name?: string | undefined;
35
39
  required?: boolean | undefined;
36
40
  labelProvider?: LabelProvider<T> | undefined;
37
41
  hideErrorMessage?: boolean | undefined;
@@ -41,16 +45,18 @@ declare const _default: <T, V>(__VLS_props: {
41
45
  validationMessageRequired?: MultiLangText | undefined;
42
46
  extraValidationRules?: FieldValidationRule<UnwrapRef<V>>[] | undefined;
43
47
  ignoreSavePoint?: boolean | undefined;
48
+ showErrorMessageOnDisabled?: boolean | undefined;
44
49
  readonly "onUpdate:modelValue"?: ((value?: V | undefined) => any) | undefined;
45
- popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
46
- popupAlign?: "center" | "left" | "right" | "auto" | undefined;
47
50
  items?: T[] | Promise<T[]> | undefined;
48
51
  valueProvider?: ((item: T) => V) | undefined;
52
+ popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
53
+ popupAlign?: "center" | "left" | "right" | "auto" | undefined;
49
54
  allowNull?: boolean | undefined;
50
55
  nullLabel?: MultiLangText | undefined;
51
56
  selectedLabelProvider?: LabelProvider<T | undefined> | undefined;
52
57
  popupMaxHeight?: string | undefined;
53
58
  showPopupSearch?: boolean | "auto" | undefined;
59
+ autoSelectSingleItem?: boolean | undefined;
54
60
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
55
61
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
56
62
  attrs: any;
@@ -63,6 +69,7 @@ declare const _default: <T, V>(__VLS_props: {
63
69
  props: {
64
70
  modelValue?: V | undefined;
65
71
  disabled?: boolean | undefined;
72
+ name?: string | undefined;
66
73
  required?: boolean | undefined;
67
74
  labelProvider?: LabelProvider<T> | undefined;
68
75
  hideErrorMessage?: boolean | undefined;
@@ -72,16 +79,18 @@ declare const _default: <T, V>(__VLS_props: {
72
79
  validationMessageRequired?: MultiLangText | undefined;
73
80
  extraValidationRules?: FieldValidationRule<UnwrapRef<V>>[] | undefined;
74
81
  ignoreSavePoint?: boolean | undefined;
82
+ showErrorMessageOnDisabled?: boolean | undefined;
75
83
  readonly "onUpdate:modelValue"?: ((value?: V | undefined) => any) | undefined;
76
- popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
77
- popupAlign?: "center" | "left" | "right" | "auto" | undefined;
78
84
  items?: T[] | Promise<T[]> | undefined;
79
85
  valueProvider?: ((item: T) => V) | undefined;
86
+ popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
87
+ popupAlign?: "center" | "left" | "right" | "auto" | undefined;
80
88
  allowNull?: boolean | undefined;
81
89
  nullLabel?: MultiLangText | undefined;
82
90
  selectedLabelProvider?: LabelProvider<T | undefined> | undefined;
83
91
  popupMaxHeight?: string | undefined;
84
92
  showPopupSearch?: boolean | "auto" | undefined;
93
+ autoSelectSingleItem?: boolean | undefined;
85
94
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
86
95
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
87
96
  attrs: any;
@@ -3,15 +3,15 @@ import { LabelProvider, MultiLangText } from '../../model/CommonTypes';
3
3
  declare const _default: <T = any, V = any>(__VLS_props: {
4
4
  maxHeight?: string | undefined;
5
5
  labelProvider: LabelProvider<T>;
6
+ items: T[] | Promise<T[]>;
7
+ valueProvider: (item: T) => V;
6
8
  baseElement: HTMLElement | null;
7
9
  popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
8
10
  popupAlign?: "center" | "left" | "right" | "auto" | undefined;
9
11
  readonly onRequestClose?: (() => any) | undefined;
10
12
  readonly onItemSelected?: ((item?: T | undefined) => any) | undefined;
11
- items: T[] | Promise<T[]>;
12
13
  initialItem?: T | undefined;
13
14
  selectedItems?: T[] | undefined;
14
- valueProvider: (item: T) => V;
15
15
  allowNull?: boolean | undefined;
16
16
  nullLabel?: MultiLangText | undefined;
17
17
  showSearch?: boolean | "auto" | undefined;
@@ -28,15 +28,15 @@ declare const _default: <T = any, V = any>(__VLS_props: {
28
28
  props: {
29
29
  maxHeight?: string | undefined;
30
30
  labelProvider: LabelProvider<T>;
31
+ items: T[] | Promise<T[]>;
32
+ valueProvider: (item: T) => V;
31
33
  baseElement: HTMLElement | null;
32
34
  popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
33
35
  popupAlign?: "center" | "left" | "right" | "auto" | undefined;
34
36
  readonly onRequestClose?: (() => any) | undefined;
35
37
  readonly onItemSelected?: ((item?: T | undefined) => any) | undefined;
36
- items: T[] | Promise<T[]>;
37
38
  initialItem?: T | undefined;
38
39
  selectedItems?: T[] | undefined;
39
- valueProvider: (item: T) => V;
40
40
  allowNull?: boolean | undefined;
41
41
  nullLabel?: MultiLangText | undefined;
42
42
  showSearch?: boolean | "auto" | undefined;
@@ -57,15 +57,15 @@ declare const _default: <T = any, V = any>(__VLS_props: {
57
57
  props: {
58
58
  maxHeight?: string | undefined;
59
59
  labelProvider: LabelProvider<T>;
60
+ items: T[] | Promise<T[]>;
61
+ valueProvider: (item: T) => V;
60
62
  baseElement: HTMLElement | null;
61
63
  popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
62
64
  popupAlign?: "center" | "left" | "right" | "auto" | undefined;
63
65
  readonly onRequestClose?: (() => any) | undefined;
64
66
  readonly onItemSelected?: ((item?: T | undefined) => any) | undefined;
65
- items: T[] | Promise<T[]>;
66
67
  initialItem?: T | undefined;
67
68
  selectedItems?: T[] | undefined;
68
- valueProvider: (item: T) => V;
69
69
  allowNull?: boolean | undefined;
70
70
  nullLabel?: MultiLangText | undefined;
71
71
  showSearch?: boolean | "auto" | undefined;
@@ -26,6 +26,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
26
26
  extraValidationRules?: FieldValidationRule<string>[] | undefined;
27
27
  ignoreSavePoint?: boolean | undefined;
28
28
  hideErrorMessage?: boolean | undefined;
29
+ showErrorMessageOnDisabled?: boolean | undefined;
29
30
  }>, {
30
31
  width: string;
31
32
  tabindex: number;
@@ -57,6 +58,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
57
58
  extraValidationRules?: FieldValidationRule<string>[] | undefined;
58
59
  ignoreSavePoint?: boolean | undefined;
59
60
  hideErrorMessage?: boolean | undefined;
61
+ showErrorMessageOnDisabled?: boolean | undefined;
60
62
  }>, {
61
63
  width: string;
62
64
  tabindex: number;
@@ -29,6 +29,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
29
29
  extraValidationRules?: FieldValidationRule<string>[] | undefined;
30
30
  ignoreSavePoint?: boolean | undefined;
31
31
  hideErrorMessage?: boolean | undefined;
32
+ showErrorMessageOnDisabled?: boolean | undefined;
32
33
  }>, {
33
34
  name: () => string;
34
35
  width: string;
@@ -65,6 +66,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
65
66
  extraValidationRules?: FieldValidationRule<string>[] | undefined;
66
67
  ignoreSavePoint?: boolean | undefined;
67
68
  hideErrorMessage?: boolean | undefined;
69
+ showErrorMessageOnDisabled?: boolean | undefined;
68
70
  }>, {
69
71
  name: () => string;
70
72
  width: string;
@@ -6,6 +6,7 @@ declare const _default: <T, V>(__VLS_props: {
6
6
  keyProvider?: KeyProvider<T> | undefined;
7
7
  modelValue?: V[] | undefined;
8
8
  disabled?: boolean | undefined;
9
+ name?: string | undefined;
9
10
  required?: boolean | undefined;
10
11
  childrenProvider?: TreeChildrenProvider<T> | undefined;
11
12
  labelProvider?: LabelProvider<T> | undefined;
@@ -16,11 +17,12 @@ declare const _default: <T, V>(__VLS_props: {
16
17
  validationMessageRequired?: MultiLangText | undefined;
17
18
  extraValidationRules?: FieldValidationRule<import('@vue/reactivity').UnwrapRefSimple<V>[]>[] | undefined;
18
19
  ignoreSavePoint?: boolean | undefined;
20
+ showErrorMessageOnDisabled?: boolean | undefined;
19
21
  readonly "onUpdate:modelValue"?: ((value?: V[] | undefined) => any) | undefined;
20
- popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
21
- popupAlign?: "center" | "left" | "right" | "auto" | undefined;
22
22
  items?: T[] | Promise<T[]> | undefined;
23
23
  valueProvider?: ((item: T) => V) | undefined;
24
+ popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
25
+ popupAlign?: "center" | "left" | "right" | "auto" | undefined;
24
26
  popupMaxHeight?: string | undefined;
25
27
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
26
28
  attrs: any;
@@ -31,6 +33,7 @@ declare const _default: <T, V>(__VLS_props: {
31
33
  keyProvider?: KeyProvider<T> | undefined;
32
34
  modelValue?: V[] | undefined;
33
35
  disabled?: boolean | undefined;
36
+ name?: string | undefined;
34
37
  required?: boolean | undefined;
35
38
  childrenProvider?: TreeChildrenProvider<T> | undefined;
36
39
  labelProvider?: LabelProvider<T> | undefined;
@@ -41,11 +44,12 @@ declare const _default: <T, V>(__VLS_props: {
41
44
  validationMessageRequired?: MultiLangText | undefined;
42
45
  extraValidationRules?: FieldValidationRule<import('@vue/reactivity').UnwrapRefSimple<V>[]>[] | undefined;
43
46
  ignoreSavePoint?: boolean | undefined;
47
+ showErrorMessageOnDisabled?: boolean | undefined;
44
48
  readonly "onUpdate:modelValue"?: ((value?: V[] | undefined) => any) | undefined;
45
- popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
46
- popupAlign?: "center" | "left" | "right" | "auto" | undefined;
47
49
  items?: T[] | Promise<T[]> | undefined;
48
50
  valueProvider?: ((item: T) => V) | undefined;
51
+ popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
52
+ popupAlign?: "center" | "left" | "right" | "auto" | undefined;
49
53
  popupMaxHeight?: string | undefined;
50
54
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
51
55
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
@@ -60,6 +64,7 @@ declare const _default: <T, V>(__VLS_props: {
60
64
  keyProvider?: KeyProvider<T> | undefined;
61
65
  modelValue?: V[] | undefined;
62
66
  disabled?: boolean | undefined;
67
+ name?: string | undefined;
63
68
  required?: boolean | undefined;
64
69
  childrenProvider?: TreeChildrenProvider<T> | undefined;
65
70
  labelProvider?: LabelProvider<T> | undefined;
@@ -70,11 +75,12 @@ declare const _default: <T, V>(__VLS_props: {
70
75
  validationMessageRequired?: MultiLangText | undefined;
71
76
  extraValidationRules?: FieldValidationRule<import('@vue/reactivity').UnwrapRefSimple<V>[]>[] | undefined;
72
77
  ignoreSavePoint?: boolean | undefined;
78
+ showErrorMessageOnDisabled?: boolean | undefined;
73
79
  readonly "onUpdate:modelValue"?: ((value?: V[] | undefined) => any) | undefined;
74
- popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
75
- popupAlign?: "center" | "left" | "right" | "auto" | undefined;
76
80
  items?: T[] | Promise<T[]> | undefined;
77
81
  valueProvider?: ((item: T) => V) | undefined;
82
+ popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
83
+ popupAlign?: "center" | "left" | "right" | "auto" | undefined;
78
84
  popupMaxHeight?: string | undefined;
79
85
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
80
86
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
@@ -7,6 +7,7 @@ declare const _default: <T, V>(__VLS_props: {
7
7
  keyProvider?: KeyProvider<T> | undefined;
8
8
  modelValue?: V | undefined;
9
9
  disabled?: boolean | undefined;
10
+ name?: string | undefined;
10
11
  required?: boolean | undefined;
11
12
  childrenProvider?: TreeChildrenProvider<T> | undefined;
12
13
  labelProvider?: LabelProvider<T> | undefined;
@@ -17,11 +18,12 @@ declare const _default: <T, V>(__VLS_props: {
17
18
  validationMessageRequired?: MultiLangText | undefined;
18
19
  extraValidationRules?: FieldValidationRule<UnwrapRef<V>>[] | undefined;
19
20
  ignoreSavePoint?: boolean | undefined;
21
+ showErrorMessageOnDisabled?: boolean | undefined;
20
22
  readonly "onUpdate:modelValue"?: ((value?: V | undefined) => any) | undefined;
21
- popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
22
- popupAlign?: "center" | "left" | "right" | "auto" | undefined;
23
23
  items?: T[] | Promise<T[]> | undefined;
24
24
  valueProvider?: ((item: T) => V) | undefined;
25
+ popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
26
+ popupAlign?: "center" | "left" | "right" | "auto" | undefined;
25
27
  popupMaxHeight?: string | undefined;
26
28
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
27
29
  attrs: any;
@@ -32,6 +34,7 @@ declare const _default: <T, V>(__VLS_props: {
32
34
  keyProvider?: KeyProvider<T> | undefined;
33
35
  modelValue?: V | undefined;
34
36
  disabled?: boolean | undefined;
37
+ name?: string | undefined;
35
38
  required?: boolean | undefined;
36
39
  childrenProvider?: TreeChildrenProvider<T> | undefined;
37
40
  labelProvider?: LabelProvider<T> | undefined;
@@ -42,11 +45,12 @@ declare const _default: <T, V>(__VLS_props: {
42
45
  validationMessageRequired?: MultiLangText | undefined;
43
46
  extraValidationRules?: FieldValidationRule<UnwrapRef<V>>[] | undefined;
44
47
  ignoreSavePoint?: boolean | undefined;
48
+ showErrorMessageOnDisabled?: boolean | undefined;
45
49
  readonly "onUpdate:modelValue"?: ((value?: V | undefined) => any) | undefined;
46
- popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
47
- popupAlign?: "center" | "left" | "right" | "auto" | undefined;
48
50
  items?: T[] | Promise<T[]> | undefined;
49
51
  valueProvider?: ((item: T) => V) | undefined;
52
+ popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
53
+ popupAlign?: "center" | "left" | "right" | "auto" | undefined;
50
54
  popupMaxHeight?: string | undefined;
51
55
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
52
56
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
@@ -61,6 +65,7 @@ declare const _default: <T, V>(__VLS_props: {
61
65
  keyProvider?: KeyProvider<T> | undefined;
62
66
  modelValue?: V | undefined;
63
67
  disabled?: boolean | undefined;
68
+ name?: string | undefined;
64
69
  required?: boolean | undefined;
65
70
  childrenProvider?: TreeChildrenProvider<T> | undefined;
66
71
  labelProvider?: LabelProvider<T> | undefined;
@@ -71,11 +76,12 @@ declare const _default: <T, V>(__VLS_props: {
71
76
  validationMessageRequired?: MultiLangText | undefined;
72
77
  extraValidationRules?: FieldValidationRule<UnwrapRef<V>>[] | undefined;
73
78
  ignoreSavePoint?: boolean | undefined;
79
+ showErrorMessageOnDisabled?: boolean | undefined;
74
80
  readonly "onUpdate:modelValue"?: ((value?: V | undefined) => any) | undefined;
75
- popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
76
- popupAlign?: "center" | "left" | "right" | "auto" | undefined;
77
81
  items?: T[] | Promise<T[]> | undefined;
78
82
  valueProvider?: ((item: T) => V) | undefined;
83
+ popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
84
+ popupAlign?: "center" | "left" | "right" | "auto" | undefined;
79
85
  popupMaxHeight?: string | undefined;
80
86
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
81
87
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
@@ -12,6 +12,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12
12
  viewMode?: boolean | undefined;
13
13
  required?: boolean | undefined;
14
14
  ignoreSavePoint?: boolean | undefined;
15
+ hideErrorMessage?: boolean | undefined;
16
+ showErrorMessageOnDisabled?: boolean | undefined;
15
17
  }>, {
16
18
  name: () => string;
17
19
  }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -28,6 +30,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
28
30
  viewMode?: boolean | undefined;
29
31
  required?: boolean | undefined;
30
32
  ignoreSavePoint?: boolean | undefined;
33
+ hideErrorMessage?: boolean | undefined;
34
+ showErrorMessageOnDisabled?: boolean | undefined;
31
35
  }>, {
32
36
  name: () => string;
33
37
  }>>> & Readonly<{
@@ -14,6 +14,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14
14
  viewMode?: boolean | undefined;
15
15
  required?: boolean | undefined;
16
16
  ignoreSavePoint?: boolean | undefined;
17
+ hideErrorMessage?: boolean | undefined;
18
+ showErrorMessageOnDisabled?: boolean | undefined;
17
19
  popupAlign?: "center" | "left" | "right" | "auto" | undefined;
18
20
  popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
19
21
  popupMaxHeight?: string | undefined;
@@ -33,6 +35,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
33
35
  viewMode?: boolean | undefined;
34
36
  required?: boolean | undefined;
35
37
  ignoreSavePoint?: boolean | undefined;
38
+ hideErrorMessage?: boolean | undefined;
39
+ showErrorMessageOnDisabled?: boolean | undefined;
36
40
  popupAlign?: "center" | "left" | "right" | "auto" | undefined;
37
41
  popupDirection?: "right" | "down" | "up" | "auto-down" | "auto-right" | undefined;
38
42
  popupMaxHeight?: string | undefined;
@@ -1,5 +1,6 @@
1
1
  import { MultiLangText, TimeZone } from '../../model/CommonTypes.ts';
2
2
  import { Dayjs } from 'dayjs';
3
+ import { DateRange } from '../grid/DateFilterModel.ts';
3
4
 
4
5
  export type MomentType = 'TODAY' | 'THIS_WEEK' | 'THIS_MONTH' | 'THIS_YEAR' | 'LAST_HOURS' | 'LAST_DAYS' | 'DAYS_AGO' | 'WEEKS_AGO' | 'MONTHS_AGO' | 'YEARS_AGO';
5
6
  export type MomentSetting = {
@@ -11,4 +12,5 @@ export type DateRangePreset = {
11
12
  from?: MomentSetting;
12
13
  to?: MomentSetting;
13
14
  };
15
+ export declare const createDateRangeFromPreset: (value: DateRangePreset, timeZone: TimeZone) => DateRange;
14
16
  export declare const resolveMoment: (setting: MomentSetting, from: boolean, timeZone: TimeZone, baseDate?: Dayjs) => Dayjs | undefined;
@@ -2,17 +2,13 @@ import { MultiLangText } from '../../model/CommonTypes';
2
2
 
3
3
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
4
  title?: MultiLangText | undefined;
5
- titleIcon?: string | undefined;
6
- }>, {
7
- titleIcon: string;
8
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
+ hideTitle?: boolean | undefined;
6
+ cardBodyClass?: unknown;
7
+ }>, {}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
8
  title?: MultiLangText | undefined;
10
- titleIcon?: string | undefined;
11
- }>, {
12
- titleIcon: string;
13
- }>>> & Readonly<{}>, {
14
- titleIcon: string;
15
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
9
+ hideTitle?: boolean | undefined;
10
+ cardBodyClass?: unknown;
11
+ }>, {}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
16
12
  "title-right"?(_: {}): any;
17
13
  default?(_: {}): any;
18
14
  }>;
@@ -2,6 +2,7 @@ declare const _default: <T>(__VLS_props: {
2
2
  data: T[];
3
3
  selectedRows: Set<T>;
4
4
  expandedRows: Set<T>;
5
+ showCheckbox?: boolean | undefined;
5
6
  readonly "onUpdate:selectedRows"?: ((value: Set<T>) => any) | undefined;
6
7
  readonly "onUpdate:expandedRows"?: ((value: Set<T>) => any) | undefined;
7
8
  expandDefault?: boolean | undefined;
@@ -27,6 +28,7 @@ declare const _default: <T>(__VLS_props: {
27
28
  data: T[];
28
29
  selectedRows: Set<T>;
29
30
  expandedRows: Set<T>;
31
+ showCheckbox?: boolean | undefined;
30
32
  readonly "onUpdate:selectedRows"?: ((value: Set<T>) => any) | undefined;
31
33
  readonly "onUpdate:expandedRows"?: ((value: Set<T>) => any) | undefined;
32
34
  expandDefault?: boolean | undefined;
@@ -56,6 +58,7 @@ declare const _default: <T>(__VLS_props: {
56
58
  data: T[];
57
59
  selectedRows: Set<T>;
58
60
  expandedRows: Set<T>;
61
+ showCheckbox?: boolean | undefined;
59
62
  readonly "onUpdate:selectedRows"?: ((value: Set<T>) => any) | undefined;
60
63
  readonly "onUpdate:expandedRows"?: ((value: Set<T>) => any) | undefined;
61
64
  expandDefault?: boolean | undefined;
@@ -1,5 +1,6 @@
1
1
  declare const _default: <T>(__VLS_props: {
2
2
  selected: boolean;
3
+ showCheckbox?: boolean | undefined;
3
4
  expanded?: boolean | undefined;
4
5
  readonly "onUpdate:expanded"?: ((value: boolean) => any) | undefined;
5
6
  readonly "onUpdate:selected"?: ((value: boolean) => any) | undefined;
@@ -25,6 +26,7 @@ declare const _default: <T>(__VLS_props: {
25
26
  } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
26
27
  props: {
27
28
  selected: boolean;
29
+ showCheckbox?: boolean | undefined;
28
30
  expanded?: boolean | undefined;
29
31
  readonly "onUpdate:expanded"?: ((value: boolean) => any) | undefined;
30
32
  readonly "onUpdate:selected"?: ((value: boolean) => any) | undefined;
@@ -54,6 +56,7 @@ declare const _default: <T>(__VLS_props: {
54
56
  __ctx?: {
55
57
  props: {
56
58
  selected: boolean;
59
+ showCheckbox?: boolean | undefined;
57
60
  expanded?: boolean | undefined;
58
61
  readonly "onUpdate:expanded"?: ((value: boolean) => any) | undefined;
59
62
  readonly "onUpdate:selected"?: ((value: boolean) => any) | undefined;
@@ -27,6 +27,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
27
27
  extraItemValidationRules?: FieldValidationRule<string>[] | undefined;
28
28
  ignoreSavePoint?: boolean | undefined;
29
29
  hideErrorMessage?: boolean | undefined;
30
+ showErrorMessageOnDisabled?: boolean | undefined;
30
31
  }>, {
31
32
  name: () => string;
32
33
  modelValue: () => {};
@@ -61,6 +62,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
61
62
  extraItemValidationRules?: FieldValidationRule<string>[] | undefined;
62
63
  ignoreSavePoint?: boolean | undefined;
63
64
  hideErrorMessage?: boolean | undefined;
65
+ showErrorMessageOnDisabled?: boolean | undefined;
64
66
  }>, {
65
67
  name: () => string;
66
68
  modelValue: () => {};
@@ -27,6 +27,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
27
27
  extraItemValidationRules?: FieldValidationRule<string>[] | undefined;
28
28
  ignoreSavePoint?: boolean | undefined;
29
29
  hideErrorMessage?: boolean | undefined;
30
+ showErrorMessageOnDisabled?: boolean | undefined;
30
31
  }>, {
31
32
  name: () => string;
32
33
  modelValue: () => {};
@@ -61,6 +62,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
61
62
  extraItemValidationRules?: FieldValidationRule<string>[] | undefined;
62
63
  ignoreSavePoint?: boolean | undefined;
63
64
  hideErrorMessage?: boolean | undefined;
65
+ showErrorMessageOnDisabled?: boolean | undefined;
64
66
  }>, {
65
67
  name: () => string;
66
68
  modelValue: () => {};
@@ -3,6 +3,7 @@ import { Component } from 'vue';
3
3
  export type ToolButton = Component | 'Heading' | 'FontSize' | 'FontColor' | 'FontStyle' | 'TextAlign' | 'ListItem' | 'Link' | 'Table' | 'Image' | 'Video' | 'Youtube';
4
4
  export type RichTextIframeContext = {
5
5
  iframeDocument: Document;
6
+ fontLinks: string[];
6
7
  editorStyles: string[];
7
8
  contentStyles: string[];
8
9
  };
@@ -12,7 +12,7 @@ export declare const renderHTMLAttr: (attr: string) => (attrs: Record<string, an
12
12
  [x: string]: any;
13
13
  } | undefined;
14
14
  export declare const parseHTMLStyle: (attr: keyof CSSStyleDeclaration) => (element: HTMLElement) => string | number | ((index: number) => string) | CSSRule | ((property: string) => string) | ((property: string) => string) | ((property: string) => string) | ((property: string, value: string | null, priority?: string | undefined) => void) | null;
15
- export declare const renderHTMLStyle: (attr: keyof CSSStyleDeclaration) => (attrs: Record<string, any>) => {
15
+ export declare const renderHTMLStyle: (attr: keyof CSSStyleDeclaration, attrName?: string) => (attrs: Record<string, any>) => {
16
16
  style: string;
17
17
  } | undefined;
18
18
  export declare const createStyleString: (attr: Record<string, unknown>, names: string[]) => string;
@@ -0,0 +1 @@
1
+ export declare const RichTextTableCell: import('@tiptap/core').Node<import('@tiptap/extension-table-cell').TableCellOptions, any>;
@@ -1,7 +1,12 @@
1
1
  import { CommonElementStyle } from '../RichTextLib.ts';
2
2
  import { Selection } from '@tiptap/pm/state';
3
3
 
4
- export type TableInfo = CommonElementStyle & {};
4
+ export type TableInfo = CommonElementStyle & {
5
+ tableAlign?: string;
6
+ };
7
+ export type TableColumnInfo = {
8
+ width?: string;
9
+ };
5
10
  /**
6
11
  * Transaction 의 선택된 Node 중에서, table, tableRow, tableCell 에 해당하는 node 와 nodePos 를 찾아 리턴한다.
7
12
  * @param selection
@@ -15,3 +20,4 @@ export declare const findTableNode: (selection: Selection, type: 'table' | 'tabl
15
20
  nodePos?: undefined;
16
21
  };
17
22
  export declare const tableInfoNumberToPixel: (data: TableInfo) => TableInfo;
23
+ export declare const setTableColumnWidth: (node: any, tablePos: number, colIndex: number, width: string | undefined, tr: any) => void;
@@ -11,16 +11,18 @@ declare const _default: <T>(__VLS_props: {
11
11
  enableDragAndDrop?: boolean | DragAndDropPolicy | undefined;
12
12
  expandedRows?: Set<string> | undefined;
13
13
  contextMenuProvider?: ((rows: T[]) => (MenuItem[] | undefined)) | undefined;
14
+ iconProvider?: IconProvider<T> | undefined;
14
15
  readonly onRowMoved?: ((event: RowMovedEvent<T>) => any) | undefined;
15
16
  showCheckbox?: boolean | undefined;
16
17
  readonly "onUpdate:selectedRows"?: ((value: Set<T>) => any) | undefined;
17
- iconProvider?: IconProvider<T> | undefined;
18
18
  multiSelect?: boolean | undefined;
19
19
  showMoveButton?: boolean | undefined;
20
20
  readonly "onUpdate:expandedRows"?: ((value: Set<string>) => any) | undefined;
21
21
  readonly "onBefore:selectedRows"?: ((event: ChangeSelectionEvent<T>) => any) | undefined;
22
22
  dontChangeDataWhenRowMoved?: boolean | undefined;
23
23
  rowDisabledProvider?: ((item: T) => boolean) | undefined;
24
+ rowDisplayProvider?: ((item: T) => boolean) | undefined;
25
+ bottomPadding?: string | undefined;
24
26
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
25
27
  attrs: any;
26
28
  slots: {};
@@ -40,16 +42,18 @@ declare const _default: <T>(__VLS_props: {
40
42
  enableDragAndDrop?: boolean | DragAndDropPolicy | undefined;
41
43
  expandedRows?: Set<string> | undefined;
42
44
  contextMenuProvider?: ((rows: T[]) => (MenuItem[] | undefined)) | undefined;
45
+ iconProvider?: IconProvider<T> | undefined;
43
46
  readonly onRowMoved?: ((event: RowMovedEvent<T>) => any) | undefined;
44
47
  showCheckbox?: boolean | undefined;
45
48
  readonly "onUpdate:selectedRows"?: ((value: Set<T>) => any) | undefined;
46
- iconProvider?: IconProvider<T> | undefined;
47
49
  multiSelect?: boolean | undefined;
48
50
  showMoveButton?: boolean | undefined;
49
51
  readonly "onUpdate:expandedRows"?: ((value: Set<string>) => any) | undefined;
50
52
  readonly "onBefore:selectedRows"?: ((event: ChangeSelectionEvent<T>) => any) | undefined;
51
53
  dontChangeDataWhenRowMoved?: boolean | undefined;
52
54
  rowDisabledProvider?: ((item: T) => boolean) | undefined;
55
+ rowDisplayProvider?: ((item: T) => boolean) | undefined;
56
+ bottomPadding?: string | undefined;
53
57
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
54
58
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
55
59
  attrs: any;
@@ -73,16 +77,18 @@ declare const _default: <T>(__VLS_props: {
73
77
  enableDragAndDrop?: boolean | DragAndDropPolicy | undefined;
74
78
  expandedRows?: Set<string> | undefined;
75
79
  contextMenuProvider?: ((rows: T[]) => (MenuItem[] | undefined)) | undefined;
80
+ iconProvider?: IconProvider<T> | undefined;
76
81
  readonly onRowMoved?: ((event: RowMovedEvent<T>) => any) | undefined;
77
82
  showCheckbox?: boolean | undefined;
78
83
  readonly "onUpdate:selectedRows"?: ((value: Set<T>) => any) | undefined;
79
- iconProvider?: IconProvider<T> | undefined;
80
84
  multiSelect?: boolean | undefined;
81
85
  showMoveButton?: boolean | undefined;
82
86
  readonly "onUpdate:expandedRows"?: ((value: Set<string>) => any) | undefined;
83
87
  readonly "onBefore:selectedRows"?: ((event: ChangeSelectionEvent<T>) => any) | undefined;
84
88
  dontChangeDataWhenRowMoved?: boolean | undefined;
85
89
  rowDisabledProvider?: ((item: T) => boolean) | undefined;
90
+ rowDisplayProvider?: ((item: T) => boolean) | undefined;
91
+ bottomPadding?: string | undefined;
86
92
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
87
93
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
88
94
  attrs: any;