@agrotools1/at-components1 1.1.2-beta.1 → 1.1.2-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Accordion/Accordion.vue.d.ts +6 -6
- package/dist/CardWithInsights/CardWithInsights.vue.d.ts +1 -1
- package/dist/DatePicker/DatePickerHeader/DatePickerHeader.vue.d.ts +2 -2
- package/dist/DatePicker/DatePickerTime/DatePickerTime.vue.d.ts +196 -196
- package/dist/Dropdown/Checklist/Dropdown.Checklist.vue.d.ts +5 -5
- package/dist/Faq/Faq.vue.d.ts +1 -1
- package/dist/Faq/FaqItem/FaqItem.vue.d.ts +1 -1
- package/dist/Icons/icons.d.ts +212 -212
- package/dist/Input/Input.core.vue.d.ts +194 -194
- package/dist/Input/Text-area.vue.d.ts +194 -194
- package/dist/Input/index.d.ts +388 -388
- package/dist/Legend/Legend.vue.d.ts +2 -2
- package/dist/Menu/Menu.vue.d.ts +408 -408
- package/dist/Notifications/Notification/Notification.vue.d.ts +6 -6
- package/dist/Notifications/Notifications.vue.d.ts +6 -6
- package/dist/ProgressBar/ProgressBar.vue.d.ts +2 -2
- package/dist/Search/Search.vue.d.ts +196 -196
- package/dist/Select/Multiple/Select.multiple.vue.d.ts +195 -195
- package/dist/Select/Select.core.vue.d.ts +195 -195
- package/dist/Select/Single/Select.single.vue.d.ts +195 -195
- package/dist/Select/index.d.ts +390 -390
- package/dist/TableConfig/TableConfig.vue.d.ts +6 -6
- package/dist/Tag/Tag.vue.d.ts +6 -6
- package/dist/Tooltip/Tooltip.vue.d.ts +1 -1
- package/dist/Upload/MultipleUpload/MultipleUpload.vue.d.ts +3 -3
- package/dist/Upload/SingleUpload/SingleUpload.vue.d.ts +3 -3
- package/dist/Upload/Upload.vue.d.ts +6 -6
- package/dist/Upload/UploaderHeader/UploaderHeader.vue.d.ts +1 -1
- package/package.json +6 -2
|
@@ -160,7 +160,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
160
160
|
buttonText: string | undefined;
|
|
161
161
|
resumedResponse: boolean | undefined;
|
|
162
162
|
}, {}, {
|
|
163
|
-
AtSettingsRegularIcon: import('vue').DefineComponent<import('
|
|
163
|
+
AtSettingsRegularIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
164
164
|
AtChecklist: import('vue').DefineComponent<{
|
|
165
165
|
title: string;
|
|
166
166
|
dropDownList: DropdownListItem[] | import('..').DropdownList[];
|
|
@@ -324,7 +324,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
324
324
|
getItemText: (item: DropdownListItem) => string;
|
|
325
325
|
setListProps: () => void;
|
|
326
326
|
closeDialog: () => void;
|
|
327
|
-
getLockItem: (item: DropdownListItem) => import('vue').DefineComponent<import('
|
|
327
|
+
getLockItem: (item: DropdownListItem) => import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
328
328
|
getLockIconColor: (item: DropdownListItem) => {
|
|
329
329
|
color: string;
|
|
330
330
|
};
|
|
@@ -347,10 +347,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
347
347
|
sortable: boolean | undefined;
|
|
348
348
|
listItemSeparator: string | undefined;
|
|
349
349
|
}, {}, {
|
|
350
|
-
AtCloseSolidIcon: import('vue').DefineComponent<import('
|
|
351
|
-
AtDragOrderRegularIcon: import('vue').DefineComponent<import('
|
|
352
|
-
AtLockRegularIcon: import('vue').DefineComponent<import('
|
|
353
|
-
AtUnlockRegularIcon: import('vue').DefineComponent<import('
|
|
350
|
+
AtCloseSolidIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
351
|
+
AtDragOrderRegularIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
352
|
+
AtLockRegularIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
353
|
+
AtUnlockRegularIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
354
354
|
AtParagraph: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
355
355
|
weight: {
|
|
356
356
|
type: () => "light" | "regular" | "medium" | "bold";
|
package/dist/Tag/Tag.vue.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10
10
|
};
|
|
11
11
|
}>, {
|
|
12
12
|
iconComponent: import('vue').ComputedRef<{
|
|
13
|
-
icon: import('vue').DefineComponent<import('
|
|
13
|
+
icon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
14
14
|
bgclass: string;
|
|
15
15
|
iconClass: string;
|
|
16
16
|
} | null>;
|
|
@@ -48,11 +48,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
48
48
|
weight: "light" | "regular" | "medium" | "bold";
|
|
49
49
|
size: "p1" | "p2" | "p3";
|
|
50
50
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
51
|
-
AtCircleMinusRegularIcon: import('vue').DefineComponent<import('
|
|
52
|
-
AtCheckCircleRegularIcon: import('vue').DefineComponent<import('
|
|
53
|
-
AtCircleXMarkRegularIcon: import('vue').DefineComponent<import('
|
|
54
|
-
AtWarningRegularIcon: import('vue').DefineComponent<import('
|
|
55
|
-
AtCircleExclamationRegularIcon: import('vue').DefineComponent<import('
|
|
51
|
+
AtCircleMinusRegularIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
52
|
+
AtCheckCircleRegularIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
53
|
+
AtCircleXMarkRegularIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
54
|
+
AtWarningRegularIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
55
|
+
AtCircleExclamationRegularIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
56
56
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
57
57
|
export default _default;
|
|
58
58
|
//# sourceMappingURL=Tag.vue.d.ts.map
|
|
@@ -112,7 +112,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
112
112
|
weight: "light" | "regular" | "medium" | "bold";
|
|
113
113
|
size: "p1" | "p2" | "p3";
|
|
114
114
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
115
|
-
AtCopySolidIcon: import('vue').DefineComponent<import('
|
|
115
|
+
AtCopySolidIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
116
116
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
117
117
|
export default _default;
|
|
118
118
|
//# sourceMappingURL=Tooltip.vue.d.ts.map
|
|
@@ -387,8 +387,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
387
387
|
weight: "light" | "regular" | "medium" | "bold";
|
|
388
388
|
size: "p1" | "p2" | "p3";
|
|
389
389
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
390
|
-
AtCircleXMarkSolidIcon: import('vue').DefineComponent<import('
|
|
391
|
-
AtExcelSolidIcon: import('vue').DefineComponent<import('
|
|
390
|
+
AtCircleXMarkSolidIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
391
|
+
AtExcelSolidIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
392
392
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
393
393
|
UploaderHeader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
394
394
|
warningTextUpload: {
|
|
@@ -457,7 +457,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
457
457
|
interactiveTextDownloadName: string;
|
|
458
458
|
warningFunction: Function;
|
|
459
459
|
}, {}, {
|
|
460
|
-
AtCircleExclamationRegularIcon: import('vue').DefineComponent<import('
|
|
460
|
+
AtCircleExclamationRegularIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
461
461
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
462
462
|
UploaderInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
463
463
|
uploadText: {
|
|
@@ -433,8 +433,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
433
433
|
weight: "light" | "regular" | "medium" | "bold";
|
|
434
434
|
size: "p1" | "p2" | "p3";
|
|
435
435
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
436
|
-
AtCircleXMarkSolidIcon: import('vue').DefineComponent<import('
|
|
437
|
-
AtExcelSolidIcon: import('vue').DefineComponent<import('
|
|
436
|
+
AtCircleXMarkSolidIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
437
|
+
AtExcelSolidIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
438
438
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
439
439
|
UploaderHeader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
440
440
|
warningTextUpload: {
|
|
@@ -503,7 +503,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
503
503
|
interactiveTextDownloadName: string;
|
|
504
504
|
warningFunction: Function;
|
|
505
505
|
}, {}, {
|
|
506
|
-
AtCircleExclamationRegularIcon: import('vue').DefineComponent<import('
|
|
506
|
+
AtCircleExclamationRegularIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
507
507
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
508
508
|
UploaderInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
509
509
|
uploadText: {
|
|
@@ -652,8 +652,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
652
652
|
weight: "light" | "regular" | "medium" | "bold";
|
|
653
653
|
size: "p1" | "p2" | "p3";
|
|
654
654
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
655
|
-
AtCircleXMarkSolidIcon: import('vue').DefineComponent<import('
|
|
656
|
-
AtExcelSolidIcon: import('vue').DefineComponent<import('
|
|
655
|
+
AtCircleXMarkSolidIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
656
|
+
AtExcelSolidIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
657
657
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
658
658
|
UploaderHeader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
659
659
|
warningTextUpload: {
|
|
@@ -722,7 +722,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
722
722
|
interactiveTextDownloadName: string;
|
|
723
723
|
warningFunction: Function;
|
|
724
724
|
}, {}, {
|
|
725
|
-
AtCircleExclamationRegularIcon: import('vue').DefineComponent<import('
|
|
725
|
+
AtCircleExclamationRegularIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
726
726
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
727
727
|
UploaderInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
728
728
|
uploadText: {
|
|
@@ -1266,8 +1266,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1266
1266
|
weight: "light" | "regular" | "medium" | "bold";
|
|
1267
1267
|
size: "p1" | "p2" | "p3";
|
|
1268
1268
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1269
|
-
AtCircleXMarkSolidIcon: import('vue').DefineComponent<import('
|
|
1270
|
-
AtExcelSolidIcon: import('vue').DefineComponent<import('
|
|
1269
|
+
AtCircleXMarkSolidIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1270
|
+
AtExcelSolidIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1271
1271
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1272
1272
|
UploaderHeader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1273
1273
|
warningTextUpload: {
|
|
@@ -1336,7 +1336,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1336
1336
|
interactiveTextDownloadName: string;
|
|
1337
1337
|
warningFunction: Function;
|
|
1338
1338
|
}, {}, {
|
|
1339
|
-
AtCircleExclamationRegularIcon: import('vue').DefineComponent<import('
|
|
1339
|
+
AtCircleExclamationRegularIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1340
1340
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1341
1341
|
UploaderInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1342
1342
|
uploadText: {
|
|
@@ -65,7 +65,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
65
65
|
interactiveTextDownloadName: string;
|
|
66
66
|
warningFunction: Function;
|
|
67
67
|
}, {}, {
|
|
68
|
-
AtCircleExclamationRegularIcon: import('vue').DefineComponent<import('
|
|
68
|
+
AtCircleExclamationRegularIcon: import('vue').DefineComponent<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@agrotools1/at-icons/dist/components/IconWrapper/IconWrapper.vue').IconWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
69
69
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
70
70
|
export default _default;
|
|
71
71
|
//# sourceMappingURL=UploaderHeader.vue.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agrotools1/at-components1",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.1.2-beta.
|
|
4
|
+
"version": "1.1.2-beta.3",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Componentes da Agrotools",
|
|
7
7
|
"author": "Agrotools",
|
|
@@ -23,6 +23,10 @@
|
|
|
23
23
|
".": {
|
|
24
24
|
"types": "./dist/index.d.ts",
|
|
25
25
|
"import": "./dist/index.js"
|
|
26
|
+
},
|
|
27
|
+
"./*": {
|
|
28
|
+
"types": "./dist/*/index.d.ts",
|
|
29
|
+
"import": "./dist/*/index.js"
|
|
26
30
|
}
|
|
27
31
|
},
|
|
28
32
|
"files": [
|
|
@@ -34,7 +38,7 @@
|
|
|
34
38
|
"@tanstack/vue-table": "^8.21.3",
|
|
35
39
|
"lucide-vue-next": "^0.542.0",
|
|
36
40
|
"vue-component-type-helpers": "^2.2.10",
|
|
37
|
-
"@agrotools1/at-icons": "
|
|
41
|
+
"@agrotools1/at-icons": "^1.0.7-beta.0",
|
|
38
42
|
"@floating-ui/dom": "^1.4.2",
|
|
39
43
|
"@floating-ui/vue": "^1.0.1",
|
|
40
44
|
"@vueuse/core": "^13.4.0",
|