@amirjalili1374/ui-kit 1.10.12 → 1.10.13

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.
@@ -43,8 +43,8 @@ type __VLS_Slots = {} & {
43
43
  success?: (props: typeof __VLS_29) => any;
44
44
  };
45
45
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
46
- required: boolean;
47
46
  disabled: boolean;
47
+ required: boolean;
48
48
  readonly: boolean;
49
49
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
50
50
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -29,9 +29,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
29
29
  onSubmit?: () => any;
30
30
  }>, {
31
31
  loading: boolean;
32
+ disabled: boolean;
32
33
  sticky: boolean;
33
34
  align: UiFormActionsAlign;
34
- disabled: boolean;
35
35
  cancelDisabled: boolean;
36
36
  showCancel: boolean;
37
37
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -33,8 +33,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
33
33
  default: number;
34
34
  };
35
35
  }>> & Readonly<{}>, {
36
- display: "menu" | "bar";
37
36
  items: MenuItem[];
37
+ display: "menu" | "bar";
38
38
  maxVisible: number;
39
39
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
40
40
  declare const _default: typeof __VLS_export;
@@ -18,9 +18,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
18
18
  }>, {
19
19
  loading: boolean;
20
20
  color: string;
21
- title: string;
22
- confirmText: string;
23
- cancelText: string;
24
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
22
  declare const _default: typeof __VLS_export;
26
23
  export default _default;
@@ -27,9 +27,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
27
27
  onSelect?: (notification: AppNotification) => any;
28
28
  "onUpdate:modelValue"?: (value: boolean) => any;
29
29
  onReadAll?: () => any;
30
- }>, {
31
- title: string;
32
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
33
31
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
34
32
  declare const _default: typeof __VLS_export;
35
33
  export default _default;
@@ -111,8 +111,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
111
111
  }>, {
112
112
  max: number;
113
113
  min: number;
114
- variant: string;
115
114
  disabled: boolean;
115
+ variant: string;
116
116
  label: string;
117
117
  modelValue: number;
118
118
  readonly: boolean;
@@ -40,12 +40,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
40
40
  itemTitle: any;
41
41
  itemValue: any;
42
42
  clearable: boolean;
43
- noDataText: string;
44
43
  pageSize: number;
45
44
  debounce: number;
46
45
  loadOnFocus: boolean;
47
46
  cache: boolean;
48
- errorText: string;
49
47
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
50
48
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
51
49
  declare const _default: typeof __VLS_export;
@@ -34,6 +34,59 @@ export interface UiMessages {
34
34
  themeCustomizer: string;
35
35
  notifications: string;
36
36
  profileSettings: string;
37
+ filters: string;
38
+ resetFilters: string;
39
+ applyFilters: string;
40
+ operationConfirmation: string;
41
+ markAllRead: string;
42
+ noNotifications: string;
43
+ more: string;
44
+ copy: string;
45
+ copied: string;
46
+ group: string;
47
+ disabled: string;
48
+ items: string;
49
+ date: string;
50
+ chooseDate: string;
51
+ yes: string;
52
+ no: string;
53
+ tableSettings: string;
54
+ tableView: string;
55
+ tableViewDescription: string;
56
+ sort: string;
57
+ sortBy: string;
58
+ ascending: string;
59
+ descending: string;
60
+ rowsPerPage: string;
61
+ requestPageSize: string;
62
+ visibleColumns: string;
63
+ records: string;
64
+ noRecords: string;
65
+ refresh: string;
66
+ globalSearch: string;
67
+ bulkDelete: string;
68
+ clearSelection: string;
69
+ expandAll: string;
70
+ collapseAll: string;
71
+ view: string;
72
+ remove: string;
73
+ closeDialog: string;
74
+ copyText: string;
75
+ copyRecord: string;
76
+ createTitle: string;
77
+ editTitle: string;
78
+ deleteItemTitle: string;
79
+ deleteItemDescription: string;
80
+ deleteSelectedDescription: string;
81
+ irreversibleAction: string;
82
+ exportReport: string;
83
+ printDate: string;
84
+ total: string;
85
+ serverError: string;
86
+ networkError: string;
87
+ unexpectedError: string;
88
+ downloadStarted: string;
89
+ fileUnavailable: string;
37
90
  }
38
91
  export type UiMessageKey = keyof UiMessages;
39
92
  export type UiMessageOverrides = Partial<UiMessages>;