quasar-factory-lib 0.0.58 → 0.0.60
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/components/AlertWithLabelsError/AlertWithLabelsError.vue.d.ts +11 -0
- package/dist/components/AlertWithLabelsError/index.d.ts +8 -0
- package/dist/components/NavBarSkeleton/NavBarSkeleton.vue.d.ts +12 -0
- package/dist/components/NavBarSkeleton/index.d.ts +8 -0
- package/dist/components/TableRowsCounter/TableRowsCounter.vue.d.ts +12 -0
- package/dist/components/TableRowsCounter/index.d.ts +8 -0
- package/dist/components/TaskNavBar/TaskNavBar.vue.d.ts +9 -0
- package/dist/components/index.d.ts +3 -0
- package/dist/components/plugins.d.ts +4 -1
- package/dist/i18n/en/index.d.ts +1 -0
- package/dist/i18n/es/index.d.ts +1 -0
- package/dist/i18n/index.d.ts +2 -0
- package/dist/index.d.ts +1 -1
- package/dist/layouts/PdaLayout.vue.d.ts +44 -1
- package/dist/pages/NavBarPage.vue.d.ts +10 -0
- package/dist/quasar-factory-lib.js +4530 -4186
- package/dist/quasar-factory-lib.umd.cjs +11 -11
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/AlertWithLabelsError/AlertWithLabelsError.vue +137 -0
- package/src/components/AlertWithLabelsError/index.ts +18 -0
- package/src/components/NavBarSkeleton/NavBarSkeleton.vue +57 -0
- package/src/components/NavBarSkeleton/index.ts +19 -0
- package/src/components/TableRowsCounter/TableRowsCounter.vue +33 -0
- package/src/components/TableRowsCounter/index.ts +19 -0
- package/src/components/TaskNavBar/TaskNavBar.vue +6 -0
- package/src/components/index.ts +4 -1
- package/src/components/plugins.ts +4 -1
- package/src/css/app.css +4 -0
- package/src/i18n/en/index.ts +2 -1
- package/src/i18n/es/index.ts +2 -1
- package/src/index.ts +5 -2
- package/src/layouts/PdaLayout.vue +50 -5
- package/src/pages/NavBarPage.vue +7 -3
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
2
|
+
alert: boolean;
|
|
3
|
+
labelsErrors: never[];
|
|
4
|
+
}, {}, {
|
|
5
|
+
deleteLabelFromErrorMessage(index: number): void;
|
|
6
|
+
retryReadLabelAxios(label: string): void;
|
|
7
|
+
onCloseDialogLabelsError(): void;
|
|
8
|
+
setLabelsSpinner(labelCode: string, value: boolean): void;
|
|
9
|
+
setIconCircleCheck(labelCode: string): void;
|
|
10
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Plugin } from 'vue';
|
|
2
|
+
import AlertWithLabelsError from './AlertWithLabelsError.vue';
|
|
3
|
+
/** export button specific types */
|
|
4
|
+
/** export button plugin */
|
|
5
|
+
declare const _default: Plugin;
|
|
6
|
+
export default _default;
|
|
7
|
+
/** export button components */
|
|
8
|
+
export { AlertWithLabelsError as AlertWithLabelsError };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
smallDevice: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
smallDevice: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Plugin } from 'vue';
|
|
2
|
+
import NavBarSkeleton from './NavBarSkeleton.vue';
|
|
3
|
+
/** export button specific types */
|
|
4
|
+
/** export button plugin */
|
|
5
|
+
declare const _default: Plugin;
|
|
6
|
+
export default _default;
|
|
7
|
+
/** export button components */
|
|
8
|
+
export { NavBarSkeleton as NavBarSkeleton };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
counterJson: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
counterJson: {
|
|
8
|
+
type: ArrayConstructor;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Plugin } from 'vue';
|
|
2
|
+
import TableRowsCounter from './TableRowsCounter.vue';
|
|
3
|
+
/** export button specific types */
|
|
4
|
+
/** export button plugin */
|
|
5
|
+
declare const _default: Plugin;
|
|
6
|
+
export default _default;
|
|
7
|
+
/** export button components */
|
|
8
|
+
export { TableRowsCounter as TableRowsCounter };
|
|
@@ -16,6 +16,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
16
16
|
type: BooleanConstructor;
|
|
17
17
|
default: boolean;
|
|
18
18
|
};
|
|
19
|
+
showSkeleton: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
19
23
|
}>, {}, {
|
|
20
24
|
date: typeof date;
|
|
21
25
|
showIconSearch: boolean;
|
|
@@ -41,12 +45,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
41
45
|
type: BooleanConstructor;
|
|
42
46
|
default: boolean;
|
|
43
47
|
};
|
|
48
|
+
showSkeleton: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
44
52
|
}>> & Readonly<{
|
|
45
53
|
onOnClickBtnMenu?: ((...args: any[]) => any) | undefined;
|
|
46
54
|
onOnClickBtnSearch?: ((...args: any[]) => any) | undefined;
|
|
47
55
|
onOnClickBtnBack?: ((...args: any[]) => any) | undefined;
|
|
48
56
|
}>, {
|
|
49
57
|
title: string;
|
|
58
|
+
showSkeleton: boolean;
|
|
50
59
|
logo: string;
|
|
51
60
|
showBtnBack: boolean;
|
|
52
61
|
showBtnSearch: boolean;
|
|
@@ -3,4 +3,7 @@ import AlertDialog from './Alert';
|
|
|
3
3
|
import ConfirmDialog from './Confirm';
|
|
4
4
|
import TaskNavBar from './TaskNavBar';
|
|
5
5
|
import ConfirmedTask from './ConfirmedTask';
|
|
6
|
-
|
|
6
|
+
import TableRowsCounter from './TableRowsCounter';
|
|
7
|
+
import NavBarSkeleton from './NavBarSkeleton';
|
|
8
|
+
import AlertWithLabelsError from './AlertWithLabelsError';
|
|
9
|
+
export { MyTable, AlertDialog, ConfirmDialog, TaskNavBar, ConfirmedTask, TableRowsCounter, NavBarSkeleton, AlertWithLabelsError };
|
package/dist/i18n/en/index.d.ts
CHANGED
package/dist/i18n/es/index.d.ts
CHANGED
package/dist/i18n/index.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ declare const i18n: import("vue-i18n").I18n<{
|
|
|
23
23
|
};
|
|
24
24
|
global: {
|
|
25
25
|
total: string;
|
|
26
|
+
retry: string;
|
|
26
27
|
};
|
|
27
28
|
taskConfirmed: {
|
|
28
29
|
repeatTask: string;
|
|
@@ -78,6 +79,7 @@ declare const i18n: import("vue-i18n").I18n<{
|
|
|
78
79
|
};
|
|
79
80
|
global: {
|
|
80
81
|
total: string;
|
|
82
|
+
retry: string;
|
|
81
83
|
};
|
|
82
84
|
taskConfirmed: {
|
|
83
85
|
repeatTask: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@quasar/extras/material-icons/material-icons.css';
|
|
2
2
|
import { Plugin } from 'vue';
|
|
3
3
|
import TranslateKeys from './i18n/translateKeys.ts';
|
|
4
|
-
export { MyTable, AlertDialog, ConfirmDialog, TaskNavBar, ConfirmedTask } from './components/index.ts';
|
|
4
|
+
export { MyTable, AlertDialog, ConfirmDialog, TaskNavBar, ConfirmedTask, TableRowsCounter, NavBarSkeleton, AlertWithLabelsError } from './components/index.ts';
|
|
5
5
|
export type { TranslateKeys };
|
|
6
6
|
export * from './i18n/messages.js';
|
|
7
7
|
export * from './utils';
|
|
@@ -332,6 +332,9 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
332
332
|
toggleRightDrawer(): void;
|
|
333
333
|
toogleColumnsSelectorVisibility(): void;
|
|
334
334
|
onClickBtnMenu(): void;
|
|
335
|
+
retryReadLabel(): void;
|
|
336
|
+
onCloseDialogLabelsError(): void;
|
|
337
|
+
getX(): void;
|
|
335
338
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
336
339
|
TaskNavBar: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
337
340
|
logo: {
|
|
@@ -350,6 +353,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
350
353
|
type: BooleanConstructor;
|
|
351
354
|
default: boolean;
|
|
352
355
|
};
|
|
356
|
+
showSkeleton: {
|
|
357
|
+
type: BooleanConstructor;
|
|
358
|
+
default: boolean;
|
|
359
|
+
};
|
|
353
360
|
}>, {}, {
|
|
354
361
|
date: typeof import("quasar").date;
|
|
355
362
|
showIconSearch: boolean;
|
|
@@ -375,17 +382,21 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
375
382
|
type: BooleanConstructor;
|
|
376
383
|
default: boolean;
|
|
377
384
|
};
|
|
385
|
+
showSkeleton: {
|
|
386
|
+
type: BooleanConstructor;
|
|
387
|
+
default: boolean;
|
|
388
|
+
};
|
|
378
389
|
}>> & Readonly<{
|
|
379
390
|
onOnClickBtnMenu?: ((...args: any[]) => any) | undefined;
|
|
380
391
|
onOnClickBtnSearch?: ((...args: any[]) => any) | undefined;
|
|
381
392
|
onOnClickBtnBack?: ((...args: any[]) => any) | undefined;
|
|
382
393
|
}>, {
|
|
383
394
|
title: string;
|
|
395
|
+
showSkeleton: boolean;
|
|
384
396
|
logo: string;
|
|
385
397
|
showBtnBack: boolean;
|
|
386
398
|
showBtnSearch: boolean;
|
|
387
399
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
388
|
-
SideBar: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
389
400
|
Table: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
390
401
|
columns: {
|
|
391
402
|
type: () => object[];
|
|
@@ -1296,5 +1307,37 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
1296
1307
|
TableSkeleton: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1297
1308
|
CardListSkeleton: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1298
1309
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1310
|
+
TableRowsCounter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1311
|
+
counterJson: {
|
|
1312
|
+
type: ArrayConstructor;
|
|
1313
|
+
required: true;
|
|
1314
|
+
};
|
|
1315
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1316
|
+
counterJson: {
|
|
1317
|
+
type: ArrayConstructor;
|
|
1318
|
+
required: true;
|
|
1319
|
+
};
|
|
1320
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1321
|
+
AlertLabelsWithError: import("vue").DefineComponent<{}, {}, {
|
|
1322
|
+
alert: boolean;
|
|
1323
|
+
labelsErrors: never[];
|
|
1324
|
+
}, {}, {
|
|
1325
|
+
deleteLabelFromErrorMessage(index: number): void;
|
|
1326
|
+
retryReadLabelAxios(label: string): void;
|
|
1327
|
+
onCloseDialogLabelsError(): void;
|
|
1328
|
+
setLabelsSpinner(labelCode: string, value: boolean): void;
|
|
1329
|
+
setIconCircleCheck(labelCode: string): void;
|
|
1330
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1331
|
+
NavBarSkeleton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1332
|
+
smallDevice: {
|
|
1333
|
+
type: BooleanConstructor;
|
|
1334
|
+
required: true;
|
|
1335
|
+
};
|
|
1336
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1337
|
+
smallDevice: {
|
|
1338
|
+
type: BooleanConstructor;
|
|
1339
|
+
required: true;
|
|
1340
|
+
};
|
|
1341
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1299
1342
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1300
1343
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
2
2
|
rightDrawerOpen: boolean;
|
|
3
|
+
showSkeleton: boolean;
|
|
3
4
|
}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
4
5
|
TaskNavBar: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
6
|
logo: {
|
|
@@ -18,6 +19,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
18
19
|
type: BooleanConstructor;
|
|
19
20
|
default: boolean;
|
|
20
21
|
};
|
|
22
|
+
showSkeleton: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
21
26
|
}>, {}, {
|
|
22
27
|
date: typeof import("quasar").date;
|
|
23
28
|
showIconSearch: boolean;
|
|
@@ -43,12 +48,17 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
43
48
|
type: BooleanConstructor;
|
|
44
49
|
default: boolean;
|
|
45
50
|
};
|
|
51
|
+
showSkeleton: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
46
55
|
}>> & Readonly<{
|
|
47
56
|
onOnClickBtnMenu?: ((...args: any[]) => any) | undefined;
|
|
48
57
|
onOnClickBtnSearch?: ((...args: any[]) => any) | undefined;
|
|
49
58
|
onOnClickBtnBack?: ((...args: any[]) => any) | undefined;
|
|
50
59
|
}>, {
|
|
51
60
|
title: string;
|
|
61
|
+
showSkeleton: boolean;
|
|
52
62
|
logo: string;
|
|
53
63
|
showBtnBack: boolean;
|
|
54
64
|
showBtnSearch: boolean;
|