@rockrms/obsidian-framework 1.16.3-rc.3 → 1.16.4-rc.1

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 (67) hide show
  1. package/package.json +2 -2
  2. package/types/Controls/Grid/filterHeaderRow.partial.obs.d.ts +22 -0
  3. package/types/Controls/Grid/grid.partial.obs.d.ts +34 -0
  4. package/types/Controls/Internal/treeListItem.obs.d.ts +7 -0
  5. package/types/Controls/Internal/universalItemSearchPicker.obs.d.ts +53 -0
  6. package/types/Controls/Internal/universalItemSearchPickerResult.partial.obs.d.ts +28 -0
  7. package/types/Controls/buttonGroup.obs.d.ts +9 -0
  8. package/types/Controls/cacheabilityPicker.obs.d.ts +5 -5
  9. package/types/Controls/campusAccountAmountPicker.obs.d.ts +1 -1
  10. package/types/Controls/currencyBox.obs.d.ts +11 -0
  11. package/types/Controls/intervalPicker.obs.d.ts +5 -5
  12. package/types/Controls/keyValueList.obs.d.ts +58 -0
  13. package/types/Controls/lavaCommandPicker.obs.d.ts +34 -25
  14. package/types/Controls/listItems.obs.d.ts +58 -2
  15. package/types/Controls/noteTextEditor.obs.d.ts +19 -5
  16. package/types/Controls/panel.obs.d.ts +18 -0
  17. package/types/Controls/rockForm.obs.d.ts +8 -3
  18. package/types/Controls/rockFormField.obs.d.ts +9 -0
  19. package/types/Controls/textBox.obs.d.ts +57 -8
  20. package/types/Controls/timeIntervalPicker.obs.d.ts +5 -5
  21. package/types/Enums/Controls/rockCacheabilityType.d.ts +15 -10
  22. package/types/Enums/Controls/universalItemValuePickerDisplayStyle.d.ts +19 -0
  23. package/types/Enums/Core/benchmarkRepititionMode.d.ts +22 -0
  24. package/types/FieldTypes/fieldType.d.ts +8 -8
  25. package/types/FieldTypes/keyValueListFieldComponents.d.ts +2 -0
  26. package/types/FieldTypes/universalItemFieldComponents.d.ts +27 -0
  27. package/types/FieldTypes/universalItemPickerField.partial.d.ts +15 -0
  28. package/types/FieldTypes/universalItemPickerFieldComponents.d.ts +79 -0
  29. package/types/FieldTypes/universalItemSearchPickerField.partial.d.ts +13 -0
  30. package/types/FieldTypes/universalItemSearchPickerFieldComponents.d.ts +76 -0
  31. package/types/FieldTypes/universalItemTreePickerField.partial.d.ts +15 -0
  32. package/types/FieldTypes/universalItemTreePickerFieldComponents.d.ts +119 -0
  33. package/types/SystemGuids/definedType.d.ts +2 -0
  34. package/types/SystemGuids/definedValue.d.ts +2 -0
  35. package/types/Templates/detailBlock.d.ts +15 -0
  36. package/types/Templates/rockBlock.partial.d.ts +8 -0
  37. package/types/Types/fieldType.d.ts +28 -7
  38. package/types/Utility/block.d.ts +12 -0
  39. package/types/Utility/numberUtils.d.ts +2 -1
  40. package/types/Utility/stringUtils.d.ts +9 -0
  41. package/types/Utility/treeItemProviders.d.ts +15 -1
  42. package/types/ViewModels/Blocks/Communication/SnippetDetail/snippetBag.d.ts +3 -0
  43. package/types/ViewModels/Blocks/Communication/SnippetTypeDetail/snippetTypeBag.d.ts +3 -0
  44. package/types/ViewModels/Blocks/{Tv/AppleTvPageDetail/rockCacheabilityBag.d.ts → Engagement/SignUp/SignUpFinder/getAvailableCampusesBag.d.ts} +6 -10
  45. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderCustomSettingsBag.d.ts +6 -0
  46. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpFinder/signUpFinderCustomSettingsOptionsBag.d.ts +3 -0
  47. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegisterInitializationBox.d.ts +7 -0
  48. package/types/ViewModels/Blocks/Engagement/SignUp/SignUpRegister/signUpRegistrantBag.d.ts +6 -0
  49. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramBag.d.ts +86 -0
  50. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramDetailOptionsBag.d.ts +36 -0
  51. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepProgramWorkflowTriggerBag.d.ts +51 -0
  52. package/types/ViewModels/Blocks/Engagement/StepProgramDetail/stepStatusBag.d.ts +45 -0
  53. package/types/ViewModels/Blocks/Finance/FinancialBatchDetail/financialBatchDetailOptionsBag.d.ts +4 -0
  54. package/types/ViewModels/Blocks/Finance/FinancialBatchList/financialBatchListOptionsBag.d.ts +4 -0
  55. package/types/ViewModels/Blocks/Group/Scheduling/GroupScheduler/groupSchedulerSendNowResponseBag.d.ts +3 -3
  56. package/types/ViewModels/Controls/fieldTypeEditorUpdateAttributeConfigurationResultBag.d.ts +12 -6
  57. package/types/ViewModels/Controls/rockCacheabilityBag.d.ts +2 -1
  58. package/types/ViewModels/Controls/universalItemSearchPickerItemBag.d.ts +63 -0
  59. package/types/ViewModels/{Controls/rockCacheability.d.ts → Rest/Controls/currencyBoxGetCurrencyInfoOptionsBag.d.ts} +12 -12
  60. package/types/ViewModels/Rest/Controls/currencyBoxGetCurrencyInfoResultsBag.d.ts +31 -0
  61. package/types/ViewModels/Rest/Controls/universalItemSearchPickerOptionsBag.d.ts +34 -0
  62. package/types/ViewModels/Rest/Controls/universalItemTreePickerOptionsBag.d.ts +49 -0
  63. package/types/ViewModels/Rest/Utilities/currencyInfoBag.d.ts +34 -0
  64. package/types/ViewModels/Utility/currencyInfoBag.d.ts +34 -0
  65. package/types/ViewModels/Utility/publicEditableAttributeBag.d.ts +9 -0
  66. package/types/ViewModels/Utility/treeItemBag.d.ts +7 -0
  67. package/types/ViewModels/Utility/timeInterval.d.ts +0 -27
package/package.json CHANGED
@@ -7,8 +7,8 @@
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/SparkDevNetwork/Rock.git"
9
9
  },
10
- "version": "1.16.3-rc.3",
10
+ "version": "1.16.4-rc.1",
11
11
  "peerDependencies": {
12
- "vue": "^3.2.35"
12
+ "vue": "3.2.35"
13
13
  }
14
14
  }
@@ -31,6 +31,16 @@ declare const _default: import("vue").DefineComponent<{
31
31
  type: PropType<string>;
32
32
  required: false;
33
33
  };
34
+ /** Determines if the count message is visible. */
35
+ isCountMessageVisible: {
36
+ type: PropType<boolean>;
37
+ default: boolean;
38
+ };
39
+ /** Determines if the search box is visible. */
40
+ isSearchVisible: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
34
44
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
45
  "update:quickFilterValue": (value: string) => void;
36
46
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -64,6 +74,16 @@ declare const _default: import("vue").DefineComponent<{
64
74
  type: PropType<string>;
65
75
  required: false;
66
76
  };
77
+ /** Determines if the count message is visible. */
78
+ isCountMessageVisible: {
79
+ type: PropType<boolean>;
80
+ default: boolean;
81
+ };
82
+ /** Determines if the search box is visible. */
83
+ isSearchVisible: {
84
+ type: BooleanConstructor;
85
+ default: boolean;
86
+ };
67
87
  }>> & {
68
88
  "onUpdate:quickFilterValue"?: ((value: string) => any) | undefined;
69
89
  }, {
@@ -72,5 +92,7 @@ declare const _default: import("vue").DefineComponent<{
72
92
  })[];
73
93
  quickFilterValue: string;
74
94
  visibleColumnCount: number;
95
+ isCountMessageVisible: boolean;
96
+ isSearchVisible: boolean;
75
97
  }>;
76
98
  export default _default;
@@ -253,6 +253,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
253
253
  type: PropType<(key: string) => void | Promise<void>>;
254
254
  required: false;
255
255
  };
256
+ /**
257
+ * When `true`, the row count message will be displayed. When `false`,
258
+ * the row count message will be hidden.
259
+ */
260
+ isCountMessageVisible: {
261
+ type: PropType<boolean>;
262
+ default: boolean;
263
+ };
264
+ /**
265
+ * When `true`, the search box will be displayed. When `false`, the
266
+ * search box will be hidden.
267
+ */
268
+ isSearchVisible: {
269
+ type: BooleanConstructor;
270
+ default: boolean;
271
+ };
256
272
  }, {
257
273
  deleteRow: (keyOrIndex: string | number) => void;
258
274
  rowUpdated: (keyOrIndex: string | number) => void;
@@ -514,12 +530,30 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
514
530
  type: PropType<(key: string) => void | Promise<void>>;
515
531
  required: false;
516
532
  };
533
+ /**
534
+ * When `true`, the row count message will be displayed. When `false`,
535
+ * the row count message will be hidden.
536
+ */
537
+ isCountMessageVisible: {
538
+ type: PropType<boolean>;
539
+ default: boolean;
540
+ };
541
+ /**
542
+ * When `true`, the search box will be displayed. When `false`, the
543
+ * search box will be hidden.
544
+ */
545
+ isSearchVisible: {
546
+ type: BooleanConstructor;
547
+ default: boolean;
548
+ };
517
549
  }>> & {
518
550
  onFilteredRowsChanged?: ((grid: IGridState) => any) | undefined;
519
551
  onSelectedKeysChanged?: ((grid: IGridState) => any) | undefined;
520
552
  onGridSettingsClick?: (() => any) | undefined;
521
553
  }, {
522
554
  light: boolean;
555
+ isCountMessageVisible: boolean;
556
+ isSearchVisible: boolean;
523
557
  stickyHeader: boolean;
524
558
  personAsBusiness: boolean;
525
559
  mergeTemplateAsPerson: boolean;
@@ -1,5 +1,6 @@
1
1
  import { PropType } from "vue";
2
2
  import { TreeItemBag } from "@Obsidian/ViewModels/Utility/treeItemBag";
3
+ import { ITreeItemProvider } from "@Obsidian/Utility/treeItemProviders";
3
4
  declare const _default: import("vue").DefineComponent<{
4
5
  modelValue: {
5
6
  type: PropType<string[]>;
@@ -17,6 +18,9 @@ declare const _default: import("vue").DefineComponent<{
17
18
  type: PropType<boolean>;
18
19
  default: boolean;
19
20
  };
21
+ provider: {
22
+ type: PropType<ITreeItemProvider>;
23
+ };
20
24
  /**
21
25
  * Automatically open to show children if a selected value is a child of this item
22
26
  */
@@ -52,6 +56,9 @@ declare const _default: import("vue").DefineComponent<{
52
56
  type: PropType<boolean>;
53
57
  default: boolean;
54
58
  };
59
+ provider: {
60
+ type: PropType<ITreeItemProvider>;
61
+ };
55
62
  /**
56
63
  * Automatically open to show children if a selected value is a child of this item
57
64
  */
@@ -0,0 +1,53 @@
1
+ import { PropType } from "vue";
2
+ import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
3
+ declare const _default: import("vue").DefineComponent<{
4
+ modelValue: {
5
+ type: PropType<ListItemBag | null>;
6
+ required: false;
7
+ };
8
+ iconCssClass: {
9
+ type: PropType<string>;
10
+ required: false;
11
+ };
12
+ areDetailsAlwaysVisible: {
13
+ type: PropType<boolean>;
14
+ default: boolean;
15
+ };
16
+ isIncludeInactiveVisible: {
17
+ type: PropType<boolean>;
18
+ default: boolean;
19
+ };
20
+ searchUrl: {
21
+ type: PropType<string>;
22
+ required: false;
23
+ };
24
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
+ "update:modelValue": (value: ListItemBag | null) => void;
26
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
+ modelValue: {
28
+ type: PropType<ListItemBag | null>;
29
+ required: false;
30
+ };
31
+ iconCssClass: {
32
+ type: PropType<string>;
33
+ required: false;
34
+ };
35
+ areDetailsAlwaysVisible: {
36
+ type: PropType<boolean>;
37
+ default: boolean;
38
+ };
39
+ isIncludeInactiveVisible: {
40
+ type: PropType<boolean>;
41
+ default: boolean;
42
+ };
43
+ searchUrl: {
44
+ type: PropType<string>;
45
+ required: false;
46
+ };
47
+ }>> & {
48
+ "onUpdate:modelValue"?: ((value: ListItemBag | null) => any) | undefined;
49
+ }, {
50
+ areDetailsAlwaysVisible: boolean;
51
+ isIncludeInactiveVisible: boolean;
52
+ }>;
53
+ export default _default;
@@ -0,0 +1,28 @@
1
+ import { PropType } from "vue";
2
+ import { UniversalItemSearchPickerItemBag } from "@Obsidian/ViewModels/Controls/universalItemSearchPickerItemBag";
3
+ declare const _default: import("vue").DefineComponent<{
4
+ result: {
5
+ type: PropType<UniversalItemSearchPickerItemBag>;
6
+ required: true;
7
+ };
8
+ areDetailsAlwaysVisible: {
9
+ type: PropType<boolean>;
10
+ default: boolean;
11
+ };
12
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ select: (value: UniversalItemSearchPickerItemBag) => void;
14
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
15
+ result: {
16
+ type: PropType<UniversalItemSearchPickerItemBag>;
17
+ required: true;
18
+ };
19
+ areDetailsAlwaysVisible: {
20
+ type: PropType<boolean>;
21
+ default: boolean;
22
+ };
23
+ }>> & {
24
+ onSelect?: ((value: UniversalItemSearchPickerItemBag) => any) | undefined;
25
+ }, {
26
+ areDetailsAlwaysVisible: boolean;
27
+ }>;
28
+ export default _default;
@@ -47,6 +47,10 @@ declare const _default: import("vue").DefineComponent<{
47
47
  type: PropType<BtnSize>;
48
48
  default: "";
49
49
  };
50
+ disabled: {
51
+ type: PropType<boolean>;
52
+ default: boolean;
53
+ };
50
54
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
51
55
  "update:modelValue": (_value: string) => void;
52
56
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -94,11 +98,16 @@ declare const _default: import("vue").DefineComponent<{
94
98
  type: PropType<BtnSize>;
95
99
  default: "";
96
100
  };
101
+ disabled: {
102
+ type: PropType<boolean>;
103
+ default: boolean;
104
+ };
97
105
  }>> & {
98
106
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
99
107
  }, {
100
108
  label: string;
101
109
  help: string;
110
+ disabled: boolean;
102
111
  rules: import("@Obsidian/Types/validationRules.js").ValidationRule | import("@Obsidian/Types/validationRules.js").ValidationRule[];
103
112
  formGroupClasses: string;
104
113
  validationTitle: string;
@@ -1,18 +1,18 @@
1
1
  import { PropType } from "vue";
2
- import { RockCacheability } from "@Obsidian/ViewModels/Controls/rockCacheability";
2
+ import { RockCacheabilityBag } from "@Obsidian/ViewModels/Controls/rockCacheabilityBag";
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  modelValue: {
5
- type: PropType<RockCacheability | null>;
5
+ type: PropType<RockCacheabilityBag | null>;
6
6
  required: true;
7
7
  };
8
8
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:modelValue": (_value: RockCacheability | null) => void;
9
+ "update:modelValue": (_value: RockCacheabilityBag | null) => void;
10
10
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
11
  modelValue: {
12
- type: PropType<RockCacheability | null>;
12
+ type: PropType<RockCacheabilityBag | null>;
13
13
  required: true;
14
14
  };
15
15
  }>> & {
16
- "onUpdate:modelValue"?: ((_value: RockCacheability | null) => any) | undefined;
16
+ "onUpdate:modelValue"?: ((_value: RockCacheabilityBag | null) => any) | undefined;
17
17
  }, {}>;
18
18
  export default _default;
@@ -242,10 +242,10 @@ declare const _default: import("vue").DefineComponent<{
242
242
  formGroupClasses: string;
243
243
  validationTitle: string;
244
244
  isRequiredIndicatorHidden: boolean;
245
+ currencyCodeDefinedValueGuid: string;
245
246
  campusTypeFilter: string | string[];
246
247
  campusStatusFilter: string | string[];
247
248
  campusGuid: string | null;
248
- currencyCodeDefinedValueGuid: string;
249
249
  accountAmountEntryMode: "singleAccount" | "multipleAccounts";
250
250
  disableAccountCampusMappingLogic: boolean;
251
251
  accountHeaderTemplate: string;
@@ -8,9 +8,14 @@ declare const _default: import("vue").DefineComponent<{
8
8
  minimumValue: {
9
9
  type: PropType<number | null>;
10
10
  };
11
+ /** The maximum allowed value to be entered. */
11
12
  maximumValue: {
12
13
  type: PropType<number | null>;
13
14
  };
15
+ currencyCodeDefinedValueGuid: {
16
+ type: PropType<string>;
17
+ default: string;
18
+ };
14
19
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
20
  "update:modelValue": (value: number | null) => void;
16
21
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -22,12 +27,18 @@ declare const _default: import("vue").DefineComponent<{
22
27
  minimumValue: {
23
28
  type: PropType<number | null>;
24
29
  };
30
+ /** The maximum allowed value to be entered. */
25
31
  maximumValue: {
26
32
  type: PropType<number | null>;
27
33
  };
34
+ currencyCodeDefinedValueGuid: {
35
+ type: PropType<string>;
36
+ default: string;
37
+ };
28
38
  }>> & {
29
39
  "onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
30
40
  }, {
31
41
  modelValue: number | null;
42
+ currencyCodeDefinedValueGuid: string;
32
43
  }>;
33
44
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { PropType } from "vue";
2
- import { TimeInterval } from "@Obsidian/ViewModels/Utility/timeInterval";
2
+ import { TimeIntervalBag } from "@Obsidian/ViewModels/Utility/timeIntervalBag";
3
3
  import { BtnType } from "@Obsidian/Enums/Controls/btnType";
4
4
  import { LiteralUnion } from "@Obsidian/Types/Utility/support";
5
5
  declare const _default: import("vue").DefineComponent<{
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<{
25
25
  default: false;
26
26
  };
27
27
  modelValue: {
28
- type: PropType<TimeInterval | null>;
28
+ type: PropType<TimeIntervalBag | null>;
29
29
  required: true;
30
30
  };
31
31
  unselectedBtnType: {
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
37
37
  default: "primary";
38
38
  };
39
39
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
40
- "update:modelValue": (_value: TimeInterval) => void;
40
+ "update:modelValue": (_value: TimeIntervalBag) => void;
41
41
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
42
42
  label: {
43
43
  type: PropType<string>;
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<{
61
61
  default: false;
62
62
  };
63
63
  modelValue: {
64
- type: PropType<TimeInterval | null>;
64
+ type: PropType<TimeIntervalBag | null>;
65
65
  required: true;
66
66
  };
67
67
  unselectedBtnType: {
@@ -73,7 +73,7 @@ declare const _default: import("vue").DefineComponent<{
73
73
  default: "primary";
74
74
  };
75
75
  }>> & {
76
- "onUpdate:modelValue"?: ((_value: TimeInterval) => any) | undefined;
76
+ "onUpdate:modelValue"?: ((_value: TimeIntervalBag) => any) | undefined;
77
77
  }, {
78
78
  label: string;
79
79
  help: string;
@@ -1,7 +1,29 @@
1
1
  import { PropType } from "vue";
2
2
  import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
3
3
  import { KeyValueItem } from "@Obsidian/Types/Controls/keyValueItem";
4
+ import type { ValidationRule } from "@Obsidian/Types/validationRules";
4
5
  declare const _default: import("vue").DefineComponent<{
6
+ label: {
7
+ type: PropType<string>;
8
+ default: "";
9
+ };
10
+ help: {
11
+ type: PropType<string>;
12
+ default: "";
13
+ };
14
+ rules: import("@Obsidian/ValidationRules").RulesPropType;
15
+ formGroupClasses: {
16
+ type: PropType<string>;
17
+ default: "";
18
+ };
19
+ validationTitle: {
20
+ type: PropType<string>;
21
+ default: "";
22
+ };
23
+ isRequiredIndicatorHidden: {
24
+ type: PropType<boolean>;
25
+ default: false;
26
+ };
5
27
  modelValue: {
6
28
  type: PropType<KeyValueItem[]>;
7
29
  required: false;
@@ -26,9 +48,34 @@ declare const _default: import("vue").DefineComponent<{
26
48
  type: PropType<boolean>;
27
49
  default: boolean;
28
50
  };
51
+ allowHtml: {
52
+ type: PropType<boolean>;
53
+ default: boolean;
54
+ };
29
55
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
56
  "update:modelValue": (value: KeyValueItem[]) => void;
31
57
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
58
+ label: {
59
+ type: PropType<string>;
60
+ default: "";
61
+ };
62
+ help: {
63
+ type: PropType<string>;
64
+ default: "";
65
+ };
66
+ rules: import("@Obsidian/ValidationRules").RulesPropType;
67
+ formGroupClasses: {
68
+ type: PropType<string>;
69
+ default: "";
70
+ };
71
+ validationTitle: {
72
+ type: PropType<string>;
73
+ default: "";
74
+ };
75
+ isRequiredIndicatorHidden: {
76
+ type: PropType<boolean>;
77
+ default: false;
78
+ };
32
79
  modelValue: {
33
80
  type: PropType<KeyValueItem[]>;
34
81
  required: false;
@@ -53,10 +100,21 @@ declare const _default: import("vue").DefineComponent<{
53
100
  type: PropType<boolean>;
54
101
  default: boolean;
55
102
  };
103
+ allowHtml: {
104
+ type: PropType<boolean>;
105
+ default: boolean;
106
+ };
56
107
  }>> & {
57
108
  "onUpdate:modelValue"?: ((value: KeyValueItem[]) => any) | undefined;
58
109
  }, {
110
+ label: string;
111
+ help: string;
112
+ rules: ValidationRule | ValidationRule[];
113
+ formGroupClasses: string;
114
+ validationTitle: string;
115
+ isRequiredIndicatorHidden: boolean;
59
116
  fullWidth: boolean;
117
+ allowHtml: boolean;
60
118
  displayValueFirst: boolean;
61
119
  }>;
62
120
  export default _default;
@@ -1,6 +1,23 @@
1
1
  import { ListItemBag } from "@Obsidian/ViewModels/Utility/listItemBag";
2
2
  import { PropType } from "vue";
3
+ import { PickerDisplayStyle } from "@Obsidian/Enums/Controls/pickerDisplayStyle";
3
4
  declare const _default: import("vue").DefineComponent<{
5
+ /**
6
+ * The following come with the standardAsyncPickerProps, but their
7
+ * defaults need to be changed to match how this picker is typically used.
8
+ **/
9
+ multiple: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
13
+ displayStyle: {
14
+ type: PropType<PickerDisplayStyle>;
15
+ default: "list";
16
+ };
17
+ columnCount: {
18
+ type: NumberConstructor;
19
+ default: number;
20
+ };
4
21
  label: {
5
22
  type: PropType<string>;
6
23
  default: "";
@@ -30,10 +47,6 @@ declare const _default: import("vue").DefineComponent<{
30
47
  type: PropType<import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode>;
31
48
  default: "onDemand";
32
49
  };
33
- multiple: {
34
- type: PropType<boolean>;
35
- default: false;
36
- };
37
50
  showBlankItem: {
38
51
  type: PropType<boolean>;
39
52
  default: false;
@@ -42,14 +55,6 @@ declare const _default: import("vue").DefineComponent<{
42
55
  type: PropType<string>;
43
56
  default: "";
44
57
  };
45
- displayStyle: {
46
- type: PropType<import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle>;
47
- default: "auto";
48
- };
49
- columnCount: {
50
- type: PropType<number>;
51
- default: 0;
52
- };
53
58
  modelValue: {
54
59
  type: PropType<ListItemBag | ListItemBag[] | null>;
55
60
  required: false;
@@ -57,6 +62,22 @@ declare const _default: import("vue").DefineComponent<{
57
62
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
58
63
  "update:modelValue": (value: ListItemBag | ListItemBag[] | null) => void;
59
64
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
65
+ /**
66
+ * The following come with the standardAsyncPickerProps, but their
67
+ * defaults need to be changed to match how this picker is typically used.
68
+ **/
69
+ multiple: {
70
+ type: BooleanConstructor;
71
+ default: boolean;
72
+ };
73
+ displayStyle: {
74
+ type: PropType<PickerDisplayStyle>;
75
+ default: "list";
76
+ };
77
+ columnCount: {
78
+ type: NumberConstructor;
79
+ default: number;
80
+ };
60
81
  label: {
61
82
  type: PropType<string>;
62
83
  default: "";
@@ -86,10 +107,6 @@ declare const _default: import("vue").DefineComponent<{
86
107
  type: PropType<import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode>;
87
108
  default: "onDemand";
88
109
  };
89
- multiple: {
90
- type: PropType<boolean>;
91
- default: false;
92
- };
93
110
  showBlankItem: {
94
111
  type: PropType<boolean>;
95
112
  default: false;
@@ -98,14 +115,6 @@ declare const _default: import("vue").DefineComponent<{
98
115
  type: PropType<string>;
99
116
  default: "";
100
117
  };
101
- displayStyle: {
102
- type: PropType<import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle>;
103
- default: "auto";
104
- };
105
- columnCount: {
106
- type: PropType<number>;
107
- default: 0;
108
- };
109
118
  modelValue: {
110
119
  type: PropType<ListItemBag | ListItemBag[] | null>;
111
120
  required: false;
@@ -125,6 +134,6 @@ declare const _default: import("vue").DefineComponent<{
125
134
  lazyMode: import("@Obsidian/Enums/Controls/controlLazyMode").ControlLazyMode;
126
135
  showBlankItem: boolean;
127
136
  blankValue: string;
128
- displayStyle: import("@Obsidian/Enums/Controls/pickerDisplayStyle").PickerDisplayStyle;
137
+ displayStyle: PickerDisplayStyle;
129
138
  }>;
130
139
  export default _default;
@@ -1,29 +1,85 @@
1
+ import type { ValidationRule } from "@Obsidian/Types/validationRules";
1
2
  declare const _default: import("vue").DefineComponent<{
3
+ label: {
4
+ type: import("vue").PropType<string>;
5
+ default: "";
6
+ };
7
+ help: {
8
+ type: import("vue").PropType<string>;
9
+ default: "";
10
+ };
11
+ rules: import("@Obsidian/ValidationRules").RulesPropType;
12
+ formGroupClasses: {
13
+ type: import("vue").PropType<string>;
14
+ default: "";
15
+ };
16
+ validationTitle: {
17
+ type: import("vue").PropType<string>;
18
+ default: "";
19
+ };
20
+ isRequiredIndicatorHidden: {
21
+ type: import("vue").PropType<boolean>;
22
+ default: false;
23
+ };
2
24
  modelValue: {
3
25
  type: StringConstructor;
4
- required: false;
5
26
  default: string;
6
27
  };
7
28
  valuePrompt: {
8
29
  type: StringConstructor;
9
30
  default: string;
10
31
  };
32
+ allowHtml: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
11
36
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
37
  "update:modelValue": (value: string) => void;
13
38
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
39
+ label: {
40
+ type: import("vue").PropType<string>;
41
+ default: "";
42
+ };
43
+ help: {
44
+ type: import("vue").PropType<string>;
45
+ default: "";
46
+ };
47
+ rules: import("@Obsidian/ValidationRules").RulesPropType;
48
+ formGroupClasses: {
49
+ type: import("vue").PropType<string>;
50
+ default: "";
51
+ };
52
+ validationTitle: {
53
+ type: import("vue").PropType<string>;
54
+ default: "";
55
+ };
56
+ isRequiredIndicatorHidden: {
57
+ type: import("vue").PropType<boolean>;
58
+ default: false;
59
+ };
14
60
  modelValue: {
15
61
  type: StringConstructor;
16
- required: false;
17
62
  default: string;
18
63
  };
19
64
  valuePrompt: {
20
65
  type: StringConstructor;
21
66
  default: string;
22
67
  };
68
+ allowHtml: {
69
+ type: BooleanConstructor;
70
+ default: boolean;
71
+ };
23
72
  }>> & {
24
73
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
25
74
  }, {
75
+ label: string;
76
+ help: string;
77
+ rules: ValidationRule | ValidationRule[];
78
+ formGroupClasses: string;
79
+ validationTitle: string;
80
+ isRequiredIndicatorHidden: boolean;
26
81
  modelValue: string;
82
+ allowHtml: boolean;
27
83
  valuePrompt: string;
28
84
  }>;
29
85
  export default _default;