@anglr/common 10.0.0 → 11.0.0
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/changelog.md +19 -0
- package/es2015/material/src/components/titledDialog/titledDialog.component.js +12 -8
- package/es2015/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
- package/es2015/material/src/modules/titledDialog.module.js +7 -4
- package/es2015/material/src/modules/titledDialog.module.js.map +1 -1
- package/es2015/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +1 -0
- package/es2015/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js.map +1 -1
- package/es2020/material/src/components/titledDialog/titledDialog.component.js +12 -8
- package/es2020/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
- package/es2020/material/src/modules/titledDialog.module.js +7 -4
- package/es2020/material/src/modules/titledDialog.module.js.map +1 -1
- package/es2020/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +1 -0
- package/es2020/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js.map +1 -1
- package/material/src/components/titledDialog/titledDialog.component.d.ts.map +1 -1
- package/material/src/modules/titledDialog.module.d.ts +1 -1
- package/material/src/modules/titledDialog.module.d.ts.map +1 -1
- package/package.json +23 -28
- package/readme.md +0 -1
- package/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.d.ts.map +1 -1
- package/version.bak +1 -1
- package/common.d.ts +0 -1398
- package/common.internal.d.ts +0 -1438
- package/date-fns/common-date-fns.d.ts +0 -8
- package/date-fns/common-date-fns.internal.d.ts +0 -8
- package/date-fns/temp/common-date-fns.api.md +0 -12
- package/es2015/hmr/src/index.js +0 -35
- package/es2015/hmr/src/index.js.map +0 -1
- package/es2020/hmr/src/index.js +0 -35
- package/es2020/hmr/src/index.js.map +0 -1
- package/forms/common-forms.d.ts +0 -966
- package/forms/common-forms.internal.d.ts +0 -966
- package/forms/temp/common-forms.api.md +0 -445
- package/hmr/common-hmr.d.ts +0 -6
- package/hmr/common-hmr.internal.d.ts +0 -6
- package/hmr/package.json +0 -9
- package/hmr/src/index.d.ts +0 -6
- package/hmr/src/index.d.ts.map +0 -1
- package/hmr/temp/common-hmr.api.md +0 -12
- package/hotkeys/common-hotkeys.d.ts +0 -53
- package/hotkeys/common-hotkeys.internal.d.ts +0 -53
- package/hotkeys/temp/common-hotkeys.api.md +0 -25
- package/material/common-material.d.ts +0 -264
- package/material/common-material.internal.d.ts +0 -278
- package/material/temp/common-material.api.md +0 -164
- package/moment/common-moment.d.ts +0 -61
- package/moment/common-moment.internal.d.ts +0 -61
- package/moment/temp/common-moment.api.md +0 -47
- package/numeral/common-numeral.d.ts +0 -44
- package/numeral/common-numeral.internal.d.ts +0 -44
- package/numeral/temp/common-numeral.api.md +0 -37
- package/positions/common-positions.d.ts +0 -324
- package/positions/common-positions.internal.d.ts +0 -346
- package/positions/temp/common-positions.api.md +0 -170
- package/router/common-router.d.ts +0 -140
- package/router/common-router.internal.d.ts +0 -140
- package/router/temp/common-router.api.md +0 -74
- package/store/common-store.d.ts +0 -61
- package/store/common-store.internal.d.ts +0 -61
- package/store/temp/common-store.api.md +0 -37
- package/structured-log/common-structured-log.d.ts +0 -418
- package/structured-log/common-structured-log.internal.d.ts +0 -418
- package/structured-log/temp/common-structured-log.api.md +0 -193
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Reads filter value from encoded string, deserialize date properties into date
|
|
3
|
-
* @param defaultValue - Default value of filter, which is overriden by values from filterValue
|
|
4
|
-
* @param filterValue - Encoded string containing filter value
|
|
5
|
-
*/
|
|
6
|
-
export declare function readEncodedFilterWithDates<TFilter>(defaultValue: TFilter, filterValue: string): TFilter;
|
|
7
|
-
|
|
8
|
-
export { }
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Reads filter value from encoded string, deserialize date properties into date
|
|
3
|
-
* @param defaultValue - Default value of filter, which is overriden by values from filterValue
|
|
4
|
-
* @param filterValue - Encoded string containing filter value
|
|
5
|
-
*/
|
|
6
|
-
export declare function readEncodedFilterWithDates<TFilter>(defaultValue: TFilter, filterValue: string): TFilter;
|
|
7
|
-
|
|
8
|
-
export { }
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
## API Report File for "@anglr/common-date-fns"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
// @public
|
|
8
|
-
export function readEncodedFilterWithDates<TFilter>(defaultValue: TFilter, filterValue: string): TFilter;
|
|
9
|
-
|
|
10
|
-
// (No @packageDocumentation comment for this package)
|
|
11
|
-
|
|
12
|
-
```
|
package/es2015/hmr/src/index.js
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import '@jscrpt/common';
|
|
2
|
-
/**
|
|
3
|
-
* Enables displaying of notification when HMR finished work
|
|
4
|
-
*/
|
|
5
|
-
export function hmrFinishedNotification() {
|
|
6
|
-
if (jsDevMode && module['hot']) {
|
|
7
|
-
let div = document.createElement('div');
|
|
8
|
-
div.style.position = 'absolute';
|
|
9
|
-
div.style.zIndex = '54345';
|
|
10
|
-
div.style.background = 'rgb(255, 255, 255) none repeat scroll 0% 0%';
|
|
11
|
-
div.style.padding = '8px';
|
|
12
|
-
div.style.fontWeight = 'bold';
|
|
13
|
-
div.style.borderRadius = 'bold';
|
|
14
|
-
div.style.color = 'rgb(21, 57, 255)';
|
|
15
|
-
div.style.left = '47%';
|
|
16
|
-
div.style.top = '11px';
|
|
17
|
-
div.style.boxShadow = '0px 0px 4px rgb(170, 170, 170)';
|
|
18
|
-
div.style.transition = 'all 500ms';
|
|
19
|
-
div.style.opacity = '0';
|
|
20
|
-
div.id = 'hmrdiv';
|
|
21
|
-
div.innerText = 'HMR finished, app updated!';
|
|
22
|
-
document.body.append(div);
|
|
23
|
-
setTimeout(() => div.style.opacity = '1', 50);
|
|
24
|
-
setTimeout(() => {
|
|
25
|
-
if (div) {
|
|
26
|
-
div.style.opacity = '0';
|
|
27
|
-
setTimeout(() => {
|
|
28
|
-
div.remove();
|
|
29
|
-
div = null;
|
|
30
|
-
}, 500);
|
|
31
|
-
}
|
|
32
|
-
}, 2000);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../hmr/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,CAAC;AAExB;;GAEG;AACH,MAAM,UAAU,uBAAuB;IAEnC,IAAI,SAAS,IAAK,MAAc,CAAC,KAAK,CAAC,EACvC;QACI,IAAI,GAAG,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;QACxC,GAAG,CAAC,KAAK,CAAC,QAAQ,GAAG,UAAU,CAAC;QAChC,GAAG,CAAC,KAAK,CAAC,MAAM,GAAG,OAAO,CAAC;QAC3B,GAAG,CAAC,KAAK,CAAC,UAAU,GAAG,6CAA6C,CAAC;QACrE,GAAG,CAAC,KAAK,CAAC,OAAO,GAAG,KAAK,CAAC;QAC1B,GAAG,CAAC,KAAK,CAAC,UAAU,GAAG,MAAM,CAAC;QAC9B,GAAG,CAAC,KAAK,CAAC,YAAY,GAAG,MAAM,CAAC;QAChC,GAAG,CAAC,KAAK,CAAC,KAAK,GAAG,kBAAkB,CAAC;QACrC,GAAG,CAAC,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC;QACvB,GAAG,CAAC,KAAK,CAAC,GAAG,GAAG,MAAM,CAAC;QACvB,GAAG,CAAC,KAAK,CAAC,SAAS,GAAG,gCAAgC,CAAC;QACvD,GAAG,CAAC,KAAK,CAAC,UAAU,GAAG,WAAW,CAAC;QACnC,GAAG,CAAC,KAAK,CAAC,OAAO,GAAG,GAAG,CAAC;QAExB,GAAG,CAAC,EAAE,GAAG,QAAQ,CAAC;QAClB,GAAG,CAAC,SAAS,GAAG,4BAA4B,CAAC;QAE7C,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QAE1B,UAAU,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,KAAK,CAAC,OAAO,GAAG,GAAG,EAAE,EAAE,CAAC,CAAC;QAE9C,UAAU,CAAC,GAAG,EAAE;YAEZ,IAAG,GAAG,EACN;gBACI,GAAG,CAAC,KAAK,CAAC,OAAO,GAAG,GAAG,CAAC;gBAExB,UAAU,CAAC,GAAG,EAAE;oBAEZ,GAAG,CAAC,MAAM,EAAE,CAAC;oBACb,GAAG,GAAG,IAAI,CAAC;gBACf,CAAC,EAAE,GAAG,CAAC,CAAC;aACX;QACL,CAAC,EAAE,IAAI,CAAC,CAAC;KACZ;AACL,CAAC","sourcesContent":["import '@jscrpt/common';\n\n/**\n * Enables displaying of notification when HMR finished work\n */\nexport function hmrFinishedNotification(): void\n{\n if (jsDevMode && (module as any)['hot'])\n {\n let div = document.createElement('div');\n div.style.position = 'absolute';\n div.style.zIndex = '54345';\n div.style.background = 'rgb(255, 255, 255) none repeat scroll 0% 0%';\n div.style.padding = '8px';\n div.style.fontWeight = 'bold';\n div.style.borderRadius = 'bold';\n div.style.color = 'rgb(21, 57, 255)';\n div.style.left = '47%';\n div.style.top = '11px';\n div.style.boxShadow = '0px 0px 4px rgb(170, 170, 170)';\n div.style.transition = 'all 500ms';\n div.style.opacity = '0';\n\n div.id = 'hmrdiv';\n div.innerText = 'HMR finished, app updated!';\n\n document.body.append(div);\n\n setTimeout(() => div.style.opacity = '1', 50);\n\n setTimeout(() =>\n {\n if(div)\n {\n div.style.opacity = '0';\n\n setTimeout(() =>\n {\n div.remove();\n div = null;\n }, 500);\n }\n }, 2000);\n }\n}"]}
|
package/es2020/hmr/src/index.js
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import '@jscrpt/common';
|
|
2
|
-
/**
|
|
3
|
-
* Enables displaying of notification when HMR finished work
|
|
4
|
-
*/
|
|
5
|
-
export function hmrFinishedNotification() {
|
|
6
|
-
if (jsDevMode && module['hot']) {
|
|
7
|
-
let div = document.createElement('div');
|
|
8
|
-
div.style.position = 'absolute';
|
|
9
|
-
div.style.zIndex = '54345';
|
|
10
|
-
div.style.background = 'rgb(255, 255, 255) none repeat scroll 0% 0%';
|
|
11
|
-
div.style.padding = '8px';
|
|
12
|
-
div.style.fontWeight = 'bold';
|
|
13
|
-
div.style.borderRadius = 'bold';
|
|
14
|
-
div.style.color = 'rgb(21, 57, 255)';
|
|
15
|
-
div.style.left = '47%';
|
|
16
|
-
div.style.top = '11px';
|
|
17
|
-
div.style.boxShadow = '0px 0px 4px rgb(170, 170, 170)';
|
|
18
|
-
div.style.transition = 'all 500ms';
|
|
19
|
-
div.style.opacity = '0';
|
|
20
|
-
div.id = 'hmrdiv';
|
|
21
|
-
div.innerText = 'HMR finished, app updated!';
|
|
22
|
-
document.body.append(div);
|
|
23
|
-
setTimeout(() => div.style.opacity = '1', 50);
|
|
24
|
-
setTimeout(() => {
|
|
25
|
-
if (div) {
|
|
26
|
-
div.style.opacity = '0';
|
|
27
|
-
setTimeout(() => {
|
|
28
|
-
div.remove();
|
|
29
|
-
div = null;
|
|
30
|
-
}, 500);
|
|
31
|
-
}
|
|
32
|
-
}, 2000);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../hmr/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,CAAC;AAExB;;GAEG;AACH,MAAM,UAAU,uBAAuB;IAEnC,IAAI,SAAS,IAAK,MAAc,CAAC,KAAK,CAAC,EACvC;QACI,IAAI,GAAG,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;QACxC,GAAG,CAAC,KAAK,CAAC,QAAQ,GAAG,UAAU,CAAC;QAChC,GAAG,CAAC,KAAK,CAAC,MAAM,GAAG,OAAO,CAAC;QAC3B,GAAG,CAAC,KAAK,CAAC,UAAU,GAAG,6CAA6C,CAAC;QACrE,GAAG,CAAC,KAAK,CAAC,OAAO,GAAG,KAAK,CAAC;QAC1B,GAAG,CAAC,KAAK,CAAC,UAAU,GAAG,MAAM,CAAC;QAC9B,GAAG,CAAC,KAAK,CAAC,YAAY,GAAG,MAAM,CAAC;QAChC,GAAG,CAAC,KAAK,CAAC,KAAK,GAAG,kBAAkB,CAAC;QACrC,GAAG,CAAC,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC;QACvB,GAAG,CAAC,KAAK,CAAC,GAAG,GAAG,MAAM,CAAC;QACvB,GAAG,CAAC,KAAK,CAAC,SAAS,GAAG,gCAAgC,CAAC;QACvD,GAAG,CAAC,KAAK,CAAC,UAAU,GAAG,WAAW,CAAC;QACnC,GAAG,CAAC,KAAK,CAAC,OAAO,GAAG,GAAG,CAAC;QAExB,GAAG,CAAC,EAAE,GAAG,QAAQ,CAAC;QAClB,GAAG,CAAC,SAAS,GAAG,4BAA4B,CAAC;QAE7C,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QAE1B,UAAU,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,KAAK,CAAC,OAAO,GAAG,GAAG,EAAE,EAAE,CAAC,CAAC;QAE9C,UAAU,CAAC,GAAG,EAAE;YAEZ,IAAG,GAAG,EACN;gBACI,GAAG,CAAC,KAAK,CAAC,OAAO,GAAG,GAAG,CAAC;gBAExB,UAAU,CAAC,GAAG,EAAE;oBAEZ,GAAG,CAAC,MAAM,EAAE,CAAC;oBACb,GAAG,GAAG,IAAI,CAAC;gBACf,CAAC,EAAE,GAAG,CAAC,CAAC;aACX;QACL,CAAC,EAAE,IAAI,CAAC,CAAC;KACZ;AACL,CAAC","sourcesContent":["import '@jscrpt/common';\n\n/**\n * Enables displaying of notification when HMR finished work\n */\nexport function hmrFinishedNotification(): void\n{\n if (jsDevMode && (module as any)['hot'])\n {\n let div = document.createElement('div');\n div.style.position = 'absolute';\n div.style.zIndex = '54345';\n div.style.background = 'rgb(255, 255, 255) none repeat scroll 0% 0%';\n div.style.padding = '8px';\n div.style.fontWeight = 'bold';\n div.style.borderRadius = 'bold';\n div.style.color = 'rgb(21, 57, 255)';\n div.style.left = '47%';\n div.style.top = '11px';\n div.style.boxShadow = '0px 0px 4px rgb(170, 170, 170)';\n div.style.transition = 'all 500ms';\n div.style.opacity = '0';\n\n div.id = 'hmrdiv';\n div.innerText = 'HMR finished, app updated!';\n\n document.body.append(div);\n\n setTimeout(() => div.style.opacity = '1', 50);\n\n setTimeout(() =>\n {\n if(div)\n {\n div.style.opacity = '0';\n\n setTimeout(() =>\n {\n div.remove();\n div = null;\n }, 500);\n }\n }, 2000);\n }\n}"]}
|