@smart-webcomponents-angular/passwordtextbox 13.0.10 → 16.0.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/common/runtime.js +6 -1
- package/esm2020/passwordtextbox/smart.element.mjs +3 -3
- package/esm2020/passwordtextbox/smart.passwordtextbox.mjs +5 -5
- package/esm2020/passwordtextbox/smart.passwordtextbox.module.mjs +4 -4
- package/fesm2015/smart-webcomponents-angular-passwordtextbox.mjs +11 -11
- package/fesm2015/smart-webcomponents-angular-passwordtextbox.mjs.map +1 -1
- package/fesm2020/smart-webcomponents-angular-passwordtextbox.mjs +11 -11
- package/fesm2020/smart-webcomponents-angular-passwordtextbox.mjs.map +1 -1
- package/images/load.gif +0 -0
- package/index.d.ts +3186 -760
- package/package.json +24 -29
- package/passwordtextbox/smart.passwordtextbox.d.ts +7 -7
- package/source/modules/smart.passwordtextbox.js +2 -2
- package/source/smart.button.js +3 -3
- package/source/smart.element.js +3 -3
- package/source/smart.input.js +3 -3
- package/source/smart.passwordtextbox.js +3 -3
- package/source/smart.tooltip.js +3 -3
- package/styles/font/smart-icons.eot +0 -0
- package/styles/font/smart-icons.svg +43 -1
- package/styles/font/smart-icons.ttf +0 -0
- package/styles/font/smart-icons.woff +0 -0
- package/styles/font/smart-icons.woff2 +0 -0
- package/styles/smart.base.css +3 -3
- package/styles/smart.common.css +1 -1
- package/styles/smart.passwordtextbox.css +2 -2
- package/demo/angular.json +0 -127
- package/demo/package.json +0 -53
- package/demo/src/app/app.component.css +0 -0
- package/demo/src/app/app.component.html +0 -2
- package/demo/src/assets/fonts.css +0 -13
- package/demo/src/assets/styles.css +0 -12
- package/demo/src/index.html +0 -42
- package/demo/src/tsconfig.app.json +0 -15
- package/demo/src/tsconfig.json +0 -23
- package/start.js +0 -5
package/demo/src/index.html
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<title>Angular Passwordtextbox Basic</title>
|
|
6
|
-
<base href="/">
|
|
7
|
-
<link rel="stylesheet" href="https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/smart.default.css"/>
|
|
8
|
-
<style>
|
|
9
|
-
@font-face {
|
|
10
|
-
font-family: "smart-icons";
|
|
11
|
-
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
|
|
12
|
-
src:
|
|
13
|
-
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
|
|
14
|
-
format("woff2"),
|
|
15
|
-
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
|
|
16
|
-
format("woff"),
|
|
17
|
-
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
|
|
18
|
-
format("truetype");
|
|
19
|
-
font-weight: normal;
|
|
20
|
-
font-style: normal;
|
|
21
|
-
}
|
|
22
|
-
</style>
|
|
23
|
-
<script>
|
|
24
|
-
console.log('****************************************************************************************************************');
|
|
25
|
-
console.log('****************************************************************************************************************');
|
|
26
|
-
console.log('****************************************************************************************************************');
|
|
27
|
-
console.log('*jQWidgets License Key Not Found.');
|
|
28
|
-
console.log('*This is an EVALUATION only Version, it is NOT Licensed for software projects intended for PRODUCTION.');
|
|
29
|
-
console.log('*if you want to hide this message, please send an email to: sales@jqwidgets.com for a license.');
|
|
30
|
-
console.log('****************************************************************************************************************');
|
|
31
|
-
console.log('****************************************************************************************************************');
|
|
32
|
-
console.log('****************************************************************************************************************');
|
|
33
|
-
</script>
|
|
34
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
35
|
-
</head>
|
|
36
|
-
<body>
|
|
37
|
-
<app-root>Loading...</app-root>
|
|
38
|
-
<div style="position: absolute; bottom: 5px; right: 5px;">
|
|
39
|
-
<a href="https://www.jqwidgets.com/" alt="https://www.jqwidgets.com/"><img alt="https://www.jqwidgets.com/" title="https://www.jqwidgets.com/" src="https://www.jqwidgets.com/wp-content/design/i/logo-jqwidgets.png"/></a>
|
|
40
|
-
</div>
|
|
41
|
-
</body>
|
|
42
|
-
</html>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
2
|
-
{
|
|
3
|
-
"extends": "./tsconfig.json",
|
|
4
|
-
"compilerOptions": {
|
|
5
|
-
"outDir": "./out-tsc/app",
|
|
6
|
-
"types": []
|
|
7
|
-
},
|
|
8
|
-
"files": [
|
|
9
|
-
"main.ts",
|
|
10
|
-
"polyfills.ts"
|
|
11
|
-
],
|
|
12
|
-
"include": [
|
|
13
|
-
"src/**/*.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
package/demo/src/tsconfig.json
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
2
|
-
{
|
|
3
|
-
"compileOnSave": false,
|
|
4
|
-
"compilerOptions": {
|
|
5
|
-
"baseUrl": "./",
|
|
6
|
-
"outDir": "./dist/out-tsc",
|
|
7
|
-
"sourceMap": true,
|
|
8
|
-
"declaration": false,
|
|
9
|
-
"downlevelIteration": true,
|
|
10
|
-
"experimentalDecorators": true,
|
|
11
|
-
"moduleResolution": "node",
|
|
12
|
-
"importHelpers": true,
|
|
13
|
-
"target": "es2015",
|
|
14
|
-
"module": "es2020",
|
|
15
|
-
"lib": [
|
|
16
|
-
"es2018",
|
|
17
|
-
"dom"
|
|
18
|
-
]
|
|
19
|
-
},
|
|
20
|
-
"angularCompilerOptions": {
|
|
21
|
-
"enableI18nLegacyMessageIdFormat": false
|
|
22
|
-
}
|
|
23
|
-
}
|