@ihk-gfi/lux-components-update 13.3.0 → 14.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/README.md +2 -2
- package/package.json +10 -8
- package/src/add-lux-components/files/app/app-routing.module.ts +2 -0
- package/src/add-lux-components/files/app/app.component.html +7 -2
- package/src/add-lux-components/files/app/app.component.ts +9 -1
- package/src/add-lux-components/files/app/app.module.ts +6 -1
- package/src/add-lux-components/files/app/base/license-hint/license-hint.component.html +7 -0
- package/src/add-lux-components/files/app/base/license-hint/license-hint.component.ts +18 -0
- package/src/add-lux-components/files/app/home/home.component.scss +3 -0
- package/src/add-lux-components/files/assets/svg/Example.svg +6 -0
- package/src/add-lux-components/files/assets/svg/android.svg +2 -0
- package/src/add-lux-components/files/assets/svg/box.svg +690 -0
- package/src/add-lux-components/files/assets/svg/demoAppLogo.svg +1 -0
- package/src/add-lux-components/files/assets/svg/red_power_button.svg +67 -0
- package/src/add-lux-components/files/assets/svg/svg2009.svg +57457 -0
- package/src/add-lux-components/files/environments/environment.ts +2 -2
- package/src/add-lux-components/files/locale/messages.en.xlf +544 -373
- package/src/add-lux-components/files/locale/messages.xlf +517 -352
- package/src/add-lux-components/files/src/polyfills.ts +29 -39
- package/src/add-lux-components/index.d.ts +1 -1
- package/src/add-lux-components/index.js +47 -26
- package/src/add-lux-components/index.js.map +1 -1
- package/src/add-lux-components/index.ts +50 -31
- package/src/add-lux-components/index_spec.js +3 -3
- package/src/add-lux-components/index_spec.ts +1 -1
- package/src/collection.json +13 -19
- package/src/theme/change-theme-to-authentic/index.d.ts +4 -0
- package/src/theme/change-theme-to-authentic/index.js +129 -0
- package/src/theme/change-theme-to-authentic/index.js.map +1 -0
- package/src/theme/change-theme-to-authentic/index.ts +131 -0
- package/src/{updates/update130000 → theme/change-theme-to-authentic}/index_spec.d.ts +0 -0
- package/src/theme/change-theme-to-authentic/index_spec.js +300 -0
- package/src/theme/change-theme-to-authentic/index_spec.js.map +1 -0
- package/src/theme/change-theme-to-authentic/index_spec.ts +321 -0
- package/src/{updates/update130300 → theme/change-theme-to-authentic}/schema.json +3 -3
- package/src/theme/change-to-lux-icons/index.d.ts +7 -0
- package/src/theme/change-to-lux-icons/index.js +395 -0
- package/src/theme/change-to-lux-icons/index.js.map +1 -0
- package/src/theme/change-to-lux-icons/index.ts +406 -0
- package/src/{updates/update130100 → theme/change-to-lux-icons}/index_spec.d.ts +0 -0
- package/src/theme/change-to-lux-icons/index_spec.js +214 -0
- package/src/theme/change-to-lux-icons/index_spec.js.map +1 -0
- package/src/theme/change-to-lux-icons/index_spec.ts +220 -0
- package/src/{updates/update130200 → theme/change-to-lux-icons}/schema.json +3 -3
- package/src/update-dependencies/index.d.ts +0 -3
- package/src/update-dependencies/index.js +68 -116
- package/src/update-dependencies/index.js.map +1 -1
- package/src/update-dependencies/index.ts +73 -122
- package/src/update-en-messages/index.js +18 -15
- package/src/update-en-messages/index.js.map +1 -1
- package/src/update-en-messages/index.ts +22 -16
- package/src/updates/update140000/files/src/polyfills.ts +70 -0
- package/src/updates/update140000/index.d.ts +8 -0
- package/src/updates/update140000/index.js +83 -0
- package/src/updates/update140000/index.js.map +1 -0
- package/src/updates/update140000/index.ts +97 -0
- package/src/updates/{update130200 → update140000}/index_spec.d.ts +0 -0
- package/src/updates/update140000/index_spec.js +77 -0
- package/src/updates/update140000/index_spec.js.map +1 -0
- package/src/updates/update140000/index_spec.ts +79 -0
- package/src/updates/{update130000 → update140000}/schema.json +0 -0
- package/src/utility/files.d.ts +2 -2
- package/src/utility/files.js +5 -5
- package/src/utility/files.js.map +1 -1
- package/src/utility/files.ts +5 -5
- package/src/utility/html/hit.d.ts +21 -0
- package/src/utility/html/hit.js +27 -0
- package/src/utility/html/hit.js.map +1 -0
- package/src/utility/html/hit.ts +28 -0
- package/src/utility/html/html-manipulator.d.ts +71 -0
- package/src/utility/html/html-manipulator.js +136 -0
- package/src/utility/html/html-manipulator.js.map +1 -0
- package/src/utility/html/html-manipulator.ts +156 -0
- package/src/utility/{html_spec.d.ts → html/html_spec.d.ts} +0 -0
- package/src/utility/{html_spec.js → html/html_spec.js} +232 -100
- package/src/utility/html/html_spec.js.map +1 -0
- package/src/utility/{html_spec.ts → html/html_spec.ts} +282 -106
- package/src/utility/html/manipulator-functions.d.ts +99 -0
- package/src/utility/html/manipulator-functions.js +147 -0
- package/src/utility/html/manipulator-functions.js.map +1 -0
- package/src/utility/html/manipulator-functions.ts +149 -0
- package/src/utility/json.d.ts +2 -2
- package/src/utility/json.js +11 -7
- package/src/utility/json.js.map +1 -1
- package/src/utility/json.ts +42 -26
- package/src/utility/json_spec.js +18 -18
- package/src/utility/json_spec.js.map +1 -1
- package/src/utility/json_spec.ts +136 -66
- package/src/utility/typescript.d.ts +3 -3
- package/src/utility/typescript.js +2 -2
- package/src/utility/typescript.js.map +1 -1
- package/src/utility/typescript.ts +3 -3
- package/src/utility/typescript_spec.js +0 -1
- package/src/utility/typescript_spec.js.map +1 -1
- package/src/utility/typescript_spec.ts +0 -2
- package/src/utility/util.d.ts +7 -6
- package/src/utility/util.js +12 -8
- package/src/utility/util.js.map +1 -1
- package/src/utility/util.ts +13 -10
- package/src/utility/validation.d.ts +2 -3
- package/src/utility/validation.js +2 -3
- package/src/utility/validation.js.map +1 -1
- package/src/utility/validation.ts +2 -3
- package/tsconfig.json +5 -7
- package/src/add-lux-components/files/scripts/.browserslistrc +0 -20
- package/src/updates/update130000/files/root/.browserslistrc +0 -20
- package/src/updates/update130000/index.d.ts +0 -27
- package/src/updates/update130000/index.js +0 -310
- package/src/updates/update130000/index.js.map +0 -1
- package/src/updates/update130000/index.ts +0 -362
- package/src/updates/update130000/index_spec.js +0 -584
- package/src/updates/update130000/index_spec.js.map +0 -1
- package/src/updates/update130000/index_spec.ts +0 -675
- package/src/updates/update130100/index.d.ts +0 -2
- package/src/updates/update130100/index.js +0 -27
- package/src/updates/update130100/index.js.map +0 -1
- package/src/updates/update130100/index.ts +0 -27
- package/src/updates/update130100/index_spec.js +0 -65
- package/src/updates/update130100/index_spec.js.map +0 -1
- package/src/updates/update130100/index_spec.ts +0 -69
- package/src/updates/update130100/schema.json +0 -23
- package/src/updates/update130200/index.d.ts +0 -2
- package/src/updates/update130200/index.js +0 -43
- package/src/updates/update130200/index.js.map +0 -1
- package/src/updates/update130200/index.ts +0 -41
- package/src/updates/update130200/index_spec.js +0 -106
- package/src/updates/update130200/index_spec.js.map +0 -1
- package/src/updates/update130200/index_spec.ts +0 -110
- package/src/updates/update130300/index.d.ts +0 -2
- package/src/updates/update130300/index.js +0 -35
- package/src/updates/update130300/index.js.map +0 -1
- package/src/updates/update130300/index.ts +0 -32
- package/src/updates/update130300/index_spec.d.ts +0 -1
- package/src/updates/update130300/index_spec.js +0 -85
- package/src/updates/update130300/index_spec.js.map +0 -1
- package/src/updates/update130300/index_spec.ts +0 -89
- package/src/utility/html.d.ts +0 -49
- package/src/utility/html.js +0 -246
- package/src/utility/html.js.map +0 -1
- package/src/utility/html.ts +0 -288
- package/src/utility/html_spec.js.map +0 -1
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://web.resource.org/cc/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:svg="http://www.w3.org/2000/svg" id="svg2633" viewBox="0 0 82 60" version="1.0">
|
|
3
|
+
<defs id="defs2635">
|
|
4
|
+
<linearGradient id="linearGradient2243" y2="47.547" gradientUnits="userSpaceOnUse" y1="18.495" x2="127.2" x1="127.2">
|
|
5
|
+
<stop id="stop3259" stop-color="#fff" offset="0"/>
|
|
6
|
+
<stop id="stop3261" stop-color="#fff" stop-opacity="0" offset="1"/>
|
|
7
|
+
</linearGradient>
|
|
8
|
+
</defs>
|
|
9
|
+
<g id="layer1" transform="translate(-19.315 -20.92)" fill-rule="evenodd">
|
|
10
|
+
<path id="path3676" transform="matrix(.62849 0 0 .62849 -351.35 -520.1)" fill="#ef2929" d="m690.1 908.55a35.101 35.101 0 1 1 -70.2 0 35.101 35.101 0 1 1 70.2 0z"/>
|
|
11
|
+
<g id="g3750" fill="#a40000" transform="matrix(.58241 0 0 .62445 -298.36 -439.03)">
|
|
12
|
+
<path id="path3752" xlink:href="#path22091" transform="matrix(.93548 0 0 .93548 3.1009 -64.472)" d="m649.09 892c-7.61 2.49-13.15 9.61-13.15 18.06 0 10.53 8.54 19.06 19.06 19.06s19.06-8.53 19.06-19.06c0-8.46-5.56-15.57-13.18-18.06v6.81c4.06 2.14 6.9 6.34 6.9 11.25 0 7.05-5.73 12.78-12.78 12.78s-12.78-5.73-12.78-12.78c0-4.9 2.81-9.11 6.87-11.25v-6.81z"/>
|
|
13
|
+
<path id="path3754" xlink:href="#path22093" transform="matrix(.93548 0 0 .93548 3.1009 -64.472)" d="m651.78 887.91v22.62h6.44v-22.62h-6.44z"/>
|
|
14
|
+
</g>
|
|
15
|
+
<g id="g3756" fill="#eeeeec" transform="matrix(.58241 0 0 .58241 -298.36 -406.82)">
|
|
16
|
+
<path id="path3758" xlink:href="#path22091" transform="matrix(.93548 0 0 .93548 3.1009 -64.472)" d="m649.09 892c-7.61 2.49-13.15 9.61-13.15 18.06 0 10.53 8.54 19.06 19.06 19.06s19.06-8.53 19.06-19.06c0-8.46-5.56-15.57-13.18-18.06v6.81c4.06 2.14 6.9 6.34 6.9 11.25 0 7.05-5.73 12.78-12.78 12.78s-12.78-5.73-12.78-12.78c0-4.9 2.81-9.11 6.87-11.25v-6.81z"/>
|
|
17
|
+
<path id="path3760" xlink:href="#path22093" transform="matrix(.93548 0 0 .93548 3.1009 -64.472)" d="m651.78 887.91v22.62h6.44v-22.62h-6.44z"/>
|
|
18
|
+
</g>
|
|
19
|
+
<path id="path3678" opacity=".75" transform="matrix(.70156 0 0 .73625 -28.922 17.305)" fill="url(#linearGradient2243)" d="m149.63 34.779a22.429 16.284 0 1 1 -44.86 0 22.429 16.284 0 1 1 44.86 0z"/>
|
|
20
|
+
</g>
|
|
21
|
+
<metadata>
|
|
22
|
+
<rdf:RDF>
|
|
23
|
+
<cc:Work>
|
|
24
|
+
<dc:format>image/svg+xml</dc:format>
|
|
25
|
+
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
|
26
|
+
<cc:license rdf:resource="http://creativecommons.org/licenses/publicdomain/"/>
|
|
27
|
+
<dc:publisher>
|
|
28
|
+
<cc:Agent rdf:about="http://openclipart.org/">
|
|
29
|
+
<dc:title>Openclipart</dc:title>
|
|
30
|
+
</cc:Agent>
|
|
31
|
+
</dc:publisher>
|
|
32
|
+
<dc:title>multicolor power buttons</dc:title>
|
|
33
|
+
<dc:date>2006-12-08T21:31:15</dc:date>
|
|
34
|
+
<dc:description>Multicolor power buttons, suitable for UI/web design.</dc:description>
|
|
35
|
+
<dc:source>http://openclipart.org/detail/1944/multicolor-power-buttons-by-molumen-1944</dc:source>
|
|
36
|
+
<dc:creator>
|
|
37
|
+
<cc:Agent>
|
|
38
|
+
<dc:title>molumen</dc:title>
|
|
39
|
+
</cc:Agent>
|
|
40
|
+
</dc:creator>
|
|
41
|
+
<dc:subject>
|
|
42
|
+
<rdf:Bag>
|
|
43
|
+
<rdf:li>button</rdf:li>
|
|
44
|
+
<rdf:li>clip art</rdf:li>
|
|
45
|
+
<rdf:li>clipart</rdf:li>
|
|
46
|
+
<rdf:li>design</rdf:li>
|
|
47
|
+
<rdf:li>glossy</rdf:li>
|
|
48
|
+
<rdf:li>icon</rdf:li>
|
|
49
|
+
<rdf:li>interface</rdf:li>
|
|
50
|
+
<rdf:li>off</rdf:li>
|
|
51
|
+
<rdf:li>power</rdf:li>
|
|
52
|
+
<rdf:li>red</rdf:li>
|
|
53
|
+
<rdf:li>remix</rdf:li>
|
|
54
|
+
<rdf:li>switch</rdf:li>
|
|
55
|
+
<rdf:li>toggle</rdf:li>
|
|
56
|
+
<rdf:li>webdesign</rdf:li>
|
|
57
|
+
</rdf:Bag>
|
|
58
|
+
</dc:subject>
|
|
59
|
+
</cc:Work>
|
|
60
|
+
<cc:License rdf:about="http://creativecommons.org/licenses/publicdomain/">
|
|
61
|
+
<cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/>
|
|
62
|
+
<cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/>
|
|
63
|
+
<cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/>
|
|
64
|
+
</cc:License>
|
|
65
|
+
</rdf:RDF>
|
|
66
|
+
</metadata>
|
|
67
|
+
</svg>
|