@datarailsshared/datarailsshared 1.2.3 → 1.3.2
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/bundles/datarailsshared-datarailsshared.umd.js +1591 -0
- package/bundles/datarailsshared-datarailsshared.umd.js.map +1 -0
- package/datarailsshared-datarailsshared-1.3.2.tgz +0 -0
- package/datarailsshared-datarailsshared.d.ts +5 -0
- package/datarailsshared-datarailsshared.metadata.json +1 -0
- package/esm2015/datarailsshared-datarailsshared.js +6 -0
- package/esm2015/lib/date-tags/date-tag.component.js +70 -0
- package/esm2015/lib/date-tags/date-tag.module.js +50 -0
- package/esm2015/lib/date-tags/day-tag/day-tag.component.js +79 -0
- package/esm2015/lib/date-tags/forecast-tag/forecast-tag.component.js +143 -0
- package/esm2015/lib/date-tags/month-tag/month-tag.component.js +86 -0
- package/esm2015/lib/date-tags/quarter-tag/quarter-tag.component.js +101 -0
- package/esm2015/lib/date-tags/week-tag/week-tag.component.js +124 -0
- package/esm2015/lib/date-tags/year-tag/year-tag.component.js +92 -0
- package/esm2015/lib/dr-inputs/checkbox/checkbox.component.js +46 -0
- package/esm2015/lib/dr-inputs/dr-input/dr-input.component.js +147 -0
- package/esm2015/lib/dr-inputs/dr-inputs.module.js +24 -0
- package/esm2015/lib/dr-inputs/dr-select/dr-select.component.js +51 -0
- package/esm2015/lib/dr-inputs/radio-button/radio-button.component.js +50 -0
- package/esm2015/lib/dr-tags/dr-tag.component.js +54 -0
- package/esm2015/lib/dr-tags/dr-tag.module.js +22 -0
- package/esm2015/lib/list-tags/list-tag.component.js +41 -0
- package/esm2015/lib/list-tags/list-tag.module.js +29 -0
- package/esm2015/lib/models/serverTags.js +2 -0
- package/esm2015/public-api.js +21 -0
- package/fesm2015/datarailsshared-datarailsshared.js +1152 -0
- package/fesm2015/datarailsshared-datarailsshared.js.map +1 -0
- package/{DateTags/dateTag.component.d.ts → lib/date-tags/date-tag.component.d.ts} +27 -27
- package/lib/date-tags/date-tag.module.d.ts +4 -0
- package/{DateTags/dayTag/dayTag.component.d.ts → lib/date-tags/day-tag/day-tag.component.d.ts} +12 -12
- package/{DateTags/forecastTag/forecastTag.component.d.ts → lib/date-tags/forecast-tag/forecast-tag.component.d.ts} +21 -21
- package/{DateTags/monthTag/monthTag.component.d.ts → lib/date-tags/month-tag/month-tag.component.d.ts} +14 -14
- package/{DateTags/quarterTag/quarterTag.component.d.ts → lib/date-tags/quarter-tag/quarter-tag.component.d.ts} +17 -17
- package/{DateTags/weekTag/weekTag.component.d.ts → lib/date-tags/week-tag/week-tag.component.d.ts} +19 -19
- package/{DateTags/yearTag/yearTag.component.d.ts → lib/date-tags/year-tag/year-tag.component.d.ts} +14 -14
- package/lib/dr-inputs/checkbox/checkbox.component.d.ts +14 -0
- package/lib/dr-inputs/dr-input/dr-input.component.d.ts +44 -0
- package/lib/dr-inputs/dr-inputs.module.d.ts +2 -0
- package/lib/dr-inputs/dr-select/dr-select.component.d.ts +27 -0
- package/lib/dr-inputs/radio-button/radio-button.component.d.ts +15 -0
- package/{DrTags/drTag.component.d.ts → lib/dr-tags/dr-tag.component.d.ts} +15 -15
- package/{DrTags/drTag.module.d.ts → lib/dr-tags/dr-tag.module.d.ts} +2 -2
- package/{ListTags/listTag.component.d.ts → lib/list-tags/list-tag.component.d.ts} +14 -14
- package/{ListTags/listTag.module.d.ts → lib/list-tags/list-tag.module.d.ts} +2 -2
- package/{models → lib/models}/serverTags.d.ts +28 -28
- package/package.json +11 -11
- package/public-api.d.ts +18 -0
- package/DateTags/dateTag.module.d.ts +0 -2
- package/bundles/ng-datarails.umd.js +0 -1206
- package/bundles/ng-datarails.umd.js.map +0 -1
- package/datarailsshared-datarailsshared-1.2.3.tgz +0 -0
- package/esm2015/DateTags/dateTag.component.js +0 -69
- package/esm2015/DateTags/dateTag.module.js +0 -54
- package/esm2015/DateTags/dayTag/dayTag.component.js +0 -79
- package/esm2015/DateTags/forecastTag/forecastTag.component.js +0 -143
- package/esm2015/DateTags/monthTag/monthTag.component.js +0 -86
- package/esm2015/DateTags/quarterTag/quarterTag.component.js +0 -101
- package/esm2015/DateTags/weekTag/weekTag.component.js +0 -124
- package/esm2015/DateTags/yearTag/yearTag.component.js +0 -92
- package/esm2015/DrTags/drTag.component.js +0 -54
- package/esm2015/DrTags/drTag.module.js +0 -26
- package/esm2015/ListTags/listTag.component.js +0 -41
- package/esm2015/ListTags/listTag.module.js +0 -33
- package/esm2015/index.js +0 -5
- package/esm2015/models/serverTags.js +0 -2
- package/esm2015/ng-datarails.js +0 -14
- package/fesm2015/ng-datarails.js +0 -854
- package/fesm2015/ng-datarails.js.map +0 -1
- package/index.d.ts +0 -4
- package/ng-datarails.d.ts +0 -13
- package/ng-datarails.metadata.json +0 -1
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
export declare type TAG_TYPES = "LIST" | "DATE";
|
|
2
|
-
export interface ITag {
|
|
3
|
-
id: number;
|
|
4
|
-
name: string;
|
|
5
|
-
type: TAG_TYPES;
|
|
6
|
-
options: any;
|
|
7
|
-
values: string[] | null;
|
|
8
|
-
description: string;
|
|
9
|
-
locked?: boolean;
|
|
10
|
-
}
|
|
11
|
-
export interface ITagForServer {
|
|
12
|
-
id: number;
|
|
13
|
-
name: string;
|
|
14
|
-
value?: number | string;
|
|
15
|
-
label?: string;
|
|
16
|
-
locked?: boolean;
|
|
17
|
-
}
|
|
18
|
-
export interface IDateTag {
|
|
19
|
-
name: string;
|
|
20
|
-
value?: number;
|
|
21
|
-
label?: string;
|
|
22
|
-
locked?: boolean;
|
|
23
|
-
}
|
|
24
|
-
export interface IListTag {
|
|
25
|
-
name: string;
|
|
26
|
-
value?: number;
|
|
27
|
-
label?: string;
|
|
28
|
-
}
|
|
1
|
+
export declare type TAG_TYPES = "LIST" | "DATE";
|
|
2
|
+
export interface ITag {
|
|
3
|
+
id: number;
|
|
4
|
+
name: string;
|
|
5
|
+
type: TAG_TYPES;
|
|
6
|
+
options: any;
|
|
7
|
+
values: string[] | null;
|
|
8
|
+
description: string;
|
|
9
|
+
locked?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export interface ITagForServer {
|
|
12
|
+
id: number;
|
|
13
|
+
name: string;
|
|
14
|
+
value?: number | string;
|
|
15
|
+
label?: string;
|
|
16
|
+
locked?: boolean;
|
|
17
|
+
}
|
|
18
|
+
export interface IDateTag {
|
|
19
|
+
name: string;
|
|
20
|
+
value?: number;
|
|
21
|
+
label?: string;
|
|
22
|
+
locked?: boolean;
|
|
23
|
+
}
|
|
24
|
+
export interface IListTag {
|
|
25
|
+
name: string;
|
|
26
|
+
value?: number;
|
|
27
|
+
label?: string;
|
|
28
|
+
}
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datarailsshared/datarailsshared",
|
|
3
|
-
"version": "1.2
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.3.2",
|
|
4
|
+
"description": "DataRails shared components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
7
7
|
"datarails",
|
|
8
8
|
"components",
|
|
9
9
|
"datetag"
|
|
10
10
|
],
|
|
11
|
-
"author": "
|
|
11
|
+
"author": "",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "git+https://
|
|
14
|
+
"url": "git+https://bitbucket.org/datarails/datarailsshared.git"
|
|
15
15
|
},
|
|
16
16
|
"license": "",
|
|
17
17
|
"bugs": {
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"@angular/material-moment-adapter": "^12.0.4",
|
|
31
31
|
"@angular/cdk": "^12.0.4"
|
|
32
32
|
},
|
|
33
|
-
"main": "bundles/
|
|
34
|
-
"module": "fesm2015/
|
|
35
|
-
"es2015": "fesm2015/
|
|
36
|
-
"esm2015": "esm2015/
|
|
37
|
-
"fesm2015": "fesm2015/
|
|
38
|
-
"typings": "
|
|
39
|
-
"metadata": "
|
|
33
|
+
"main": "bundles/datarailsshared-datarailsshared.umd.js",
|
|
34
|
+
"module": "fesm2015/datarailsshared-datarailsshared.js",
|
|
35
|
+
"es2015": "fesm2015/datarailsshared-datarailsshared.js",
|
|
36
|
+
"esm2015": "esm2015/datarailsshared-datarailsshared.js",
|
|
37
|
+
"fesm2015": "fesm2015/datarailsshared-datarailsshared.js",
|
|
38
|
+
"typings": "datarailsshared-datarailsshared.d.ts",
|
|
39
|
+
"metadata": "datarailsshared-datarailsshared.metadata.json",
|
|
40
40
|
"sideEffects": false
|
|
41
41
|
}
|
package/public-api.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export * from "./lib/date-tags/date-tag.component";
|
|
2
|
+
export * from "./lib/date-tags/forecast-tag/forecast-tag.component";
|
|
3
|
+
export * from "./lib/date-tags/month-tag/month-tag.component";
|
|
4
|
+
export * from "./lib/date-tags/quarter-tag/quarter-tag.component";
|
|
5
|
+
export * from "./lib/date-tags/week-tag/week-tag.component";
|
|
6
|
+
export * from "./lib/date-tags/year-tag/year-tag.component";
|
|
7
|
+
export * from "./lib/dr-tags/dr-tag.component";
|
|
8
|
+
export * from "./lib/list-tags/list-tag.component";
|
|
9
|
+
export * from "./lib/date-tags/day-tag/day-tag.component";
|
|
10
|
+
export * from "./lib/date-tags/date-tag.component";
|
|
11
|
+
export * from "./lib/dr-inputs/radio-button/radio-button.component";
|
|
12
|
+
export * from "./lib/dr-inputs/checkbox/checkbox.component";
|
|
13
|
+
export * from "./lib/dr-inputs/dr-input/dr-input.component";
|
|
14
|
+
export * from "./lib/dr-inputs/dr-select/dr-select.component";
|
|
15
|
+
export { DateTagModule } from "./lib/date-tags/date-tag.module";
|
|
16
|
+
export { ListTagModule } from "./lib/list-tags/list-tag.module";
|
|
17
|
+
export { DrTagModule } from "./lib/dr-tags/dr-tag.module";
|
|
18
|
+
export { DrInputsModule } from "./lib/dr-inputs/dr-inputs.module";
|