@vectoriox/iox-ui 4.0.2 → 4.0.3

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.
Files changed (133) hide show
  1. package/.github/workflows/publish-iox-ui.yml +68 -0
  2. package/.github/workflows/release-iox-ui.yml.disabled +77 -0
  3. package/angular.json +150 -0
  4. package/karma.conf.js +44 -0
  5. package/package.json +1 -1
  6. package/projects/iox-ui/.github/copilot-instructions.md +32 -0
  7. package/projects/iox-ui/.releaserc.json +42 -0
  8. package/projects/iox-ui/README.md +149 -0
  9. package/projects/iox-ui/karma.conf.js +44 -0
  10. package/projects/iox-ui/ng +0 -0
  11. package/projects/iox-ui/ng-package.json +12 -0
  12. package/projects/iox-ui/package-lock.json +93 -0
  13. package/projects/iox-ui/package.json +13 -0
  14. package/projects/iox-ui/src/lib/iox-aos/iox-aos-animations.ts +45 -0
  15. package/projects/iox-ui/src/lib/iox-aos/iox-aos-container.component.ts +46 -0
  16. package/projects/iox-ui/src/lib/iox-aos/iox-aos.directive.ts +133 -0
  17. package/projects/iox-ui/src/lib/iox-aos/iox-aos.module.ts +33 -0
  18. package/projects/iox-ui/src/lib/iox-aos/iox-aos.service.ts +21 -0
  19. package/projects/iox-ui/src/lib/iox-masonry/iox-masonry-item.directive.ts +24 -0
  20. package/projects/iox-ui/src/lib/iox-masonry/iox-masonry.component.spec.ts +25 -0
  21. package/projects/iox-ui/src/lib/iox-masonry/iox-masonry.component.ts +71 -0
  22. package/projects/iox-ui/src/lib/iox-masonry/iox-masonry.module.ts +15 -0
  23. package/projects/iox-ui/src/lib/iox-masonry/iox-masonry.service.spec.ts +16 -0
  24. package/projects/iox-ui/src/lib/iox-masonry/iox-masonry.service.ts +9 -0
  25. package/projects/iox-ui/src/lib/iox-page/iox-page.module.ts +13 -0
  26. package/projects/iox-ui/src/lib/iox-page/page-component/page-component.component.html +5 -0
  27. package/projects/iox-ui/src/lib/iox-page/page-component/page-component.component.scss +19 -0
  28. package/projects/iox-ui/src/lib/iox-page/page-component/page-component.component.ts +60 -0
  29. package/projects/iox-ui/src/lib/iox-ui.module.ts +11 -0
  30. package/projects/iox-ui/src/lib/services/page-scroll.provider.ts +45 -0
  31. package/projects/iox-ui/src/lib/view-position/view-position.directive.ts +98 -0
  32. package/projects/iox-ui/src/lib/view-position/view-position.module.ts +16 -0
  33. package/projects/iox-ui/src/public-api.ts +25 -0
  34. package/projects/iox-ui/src/test.ts +15 -0
  35. package/projects/iox-ui/tsconfig.lib.json +15 -0
  36. package/projects/iox-ui/tsconfig.lib.prod.json +10 -0
  37. package/projects/iox-ui/tsconfig.spec.json +17 -0
  38. package/src/app/app-routing.module.ts +15 -0
  39. package/src/app/app.component.html +17 -0
  40. package/src/app/app.component.scss +31 -0
  41. package/src/app/app.component.spec.ts +33 -0
  42. package/src/app/app.component.ts +21 -0
  43. package/src/app/app.module.ts +36 -0
  44. package/src/app/pages/aos/aos.component.html +35 -0
  45. package/src/app/pages/aos/aos.component.scss +49 -0
  46. package/src/app/pages/aos/aos.component.ts +30 -0
  47. package/src/app/pages/masonry/masonry.component.html +10 -0
  48. package/src/app/pages/masonry/masonry.component.scss +23 -0
  49. package/src/app/pages/masonry/masonry.component.ts +73 -0
  50. package/src/app/styles/abstracts/functions.scss +0 -0
  51. package/src/app/styles/abstracts/mixins.scss +0 -0
  52. package/src/app/styles/abstracts/variables.scss +5 -0
  53. package/src/app/styles/base/fonts/heebo-black/Heebo-Black.eot +0 -0
  54. package/src/app/styles/base/fonts/heebo-black/Heebo-Black.svg +1163 -0
  55. package/src/app/styles/base/fonts/heebo-black/Heebo-Black.ttf +0 -0
  56. package/src/app/styles/base/fonts/heebo-black/Heebo-Black.woff +0 -0
  57. package/src/app/styles/base/fonts/heebo-black/Heebo-Black.woff2 +0 -0
  58. package/src/app/styles/base/fonts/heebo-bold/Heebo-Bold.eot +0 -0
  59. package/src/app/styles/base/fonts/heebo-bold/Heebo-Bold.svg +1163 -0
  60. package/src/app/styles/base/fonts/heebo-bold/Heebo-Bold.ttf +0 -0
  61. package/src/app/styles/base/fonts/heebo-bold/Heebo-Bold.woff +0 -0
  62. package/src/app/styles/base/fonts/heebo-bold/Heebo-Bold.woff2 +0 -0
  63. package/src/app/styles/base/fonts/heebo-extrabold/Heebo-ExtraBold.eot +0 -0
  64. package/src/app/styles/base/fonts/heebo-extrabold/Heebo-ExtraBold.svg +1152 -0
  65. package/src/app/styles/base/fonts/heebo-extrabold/Heebo-ExtraBold.ttf +0 -0
  66. package/src/app/styles/base/fonts/heebo-extrabold/Heebo-ExtraBold.woff +0 -0
  67. package/src/app/styles/base/fonts/heebo-extrabold/Heebo-ExtraBold.woff2 +0 -0
  68. package/src/app/styles/base/fonts/heebo-extralight/Heebo-ExtraLight.eot +0 -0
  69. package/src/app/styles/base/fonts/heebo-extralight/Heebo-ExtraLight.svg +1152 -0
  70. package/src/app/styles/base/fonts/heebo-extralight/Heebo-ExtraLight.ttf +0 -0
  71. package/src/app/styles/base/fonts/heebo-extralight/Heebo-ExtraLight.woff +0 -0
  72. package/src/app/styles/base/fonts/heebo-extralight/Heebo-ExtraLight.woff2 +0 -0
  73. package/src/app/styles/base/fonts/heebo-light/Heebo-Light.eot +0 -0
  74. package/src/app/styles/base/fonts/heebo-light/Heebo-Light.svg +1151 -0
  75. package/src/app/styles/base/fonts/heebo-light/Heebo-Light.ttf +0 -0
  76. package/src/app/styles/base/fonts/heebo-light/Heebo-Light.woff +0 -0
  77. package/src/app/styles/base/fonts/heebo-light/Heebo-Light.woff2 +0 -0
  78. package/src/app/styles/base/fonts/heebo-medium/Heebo-Medium.eot +0 -0
  79. package/src/app/styles/base/fonts/heebo-medium/Heebo-Medium.svg +1158 -0
  80. package/src/app/styles/base/fonts/heebo-medium/Heebo-Medium.ttf +0 -0
  81. package/src/app/styles/base/fonts/heebo-medium/Heebo-Medium.woff +0 -0
  82. package/src/app/styles/base/fonts/heebo-medium/Heebo-Medium.woff2 +0 -0
  83. package/src/app/styles/base/fonts/heebo-regular/Heebo-Regular.eot +0 -0
  84. package/src/app/styles/base/fonts/heebo-regular/Heebo-Regular.svg +1150 -0
  85. package/src/app/styles/base/fonts/heebo-regular/Heebo-Regular.ttf +0 -0
  86. package/src/app/styles/base/fonts/heebo-regular/Heebo-Regular.woff +0 -0
  87. package/src/app/styles/base/fonts/heebo-regular/Heebo-Regular.woff2 +0 -0
  88. package/src/app/styles/base/fonts/heebo-semibold/Heebo-SemiBold.eot +0 -0
  89. package/src/app/styles/base/fonts/heebo-semibold/Heebo-SemiBold.svg +1155 -0
  90. package/src/app/styles/base/fonts/heebo-semibold/Heebo-SemiBold.ttf +0 -0
  91. package/src/app/styles/base/fonts/heebo-semibold/Heebo-SemiBold.woff +0 -0
  92. package/src/app/styles/base/fonts/heebo-semibold/Heebo-SemiBold.woff2 +0 -0
  93. package/src/app/styles/base/fonts/heebo-thin/Heebo-Thin.eot +0 -0
  94. package/src/app/styles/base/fonts/heebo-thin/Heebo-Thin.svg +1143 -0
  95. package/src/app/styles/base/fonts/heebo-thin/Heebo-Thin.ttf +0 -0
  96. package/src/app/styles/base/fonts/heebo-thin/Heebo-Thin.woff +0 -0
  97. package/src/app/styles/base/fonts/heebo-thin/Heebo-Thin.woff2 +0 -0
  98. package/src/app/styles/base/fonts/iox.eot +0 -0
  99. package/src/app/styles/base/fonts/iox.svg +35 -0
  100. package/src/app/styles/base/fonts/iox.ttf +0 -0
  101. package/src/app/styles/base/fonts/iox.woff +0 -0
  102. package/src/app/styles/base/iox-font.scss +102 -0
  103. package/src/app/styles/base/reset.scss +0 -0
  104. package/src/app/styles/base/typography.scss +104 -0
  105. package/src/app/styles/layout/flex.scss +183 -0
  106. package/src/app/styles/layout/grid.scss +0 -0
  107. package/src/app/styles/main.scss +17 -0
  108. package/src/assets/.gitkeep +0 -0
  109. package/src/assets/images/1.jfif +0 -0
  110. package/src/assets/images/2.jfif +0 -0
  111. package/src/assets/images/3.jfif +0 -0
  112. package/src/assets/images/4.png +0 -0
  113. package/src/assets/images/5.jfif +0 -0
  114. package/src/assets/images/6.jfif +0 -0
  115. package/src/assets/images/7.jfif +0 -0
  116. package/src/assets/images/8.jfif +0 -0
  117. package/src/assets/images/9.jfif +0 -0
  118. package/src/environments/environment.prod.ts +3 -0
  119. package/src/environments/environment.ts +16 -0
  120. package/src/favicon.ico +0 -0
  121. package/src/index.html +13 -0
  122. package/src/main.ts +12 -0
  123. package/src/polyfills.ts +53 -0
  124. package/src/styles.scss +15 -0
  125. package/src/test.ts +14 -0
  126. package/temp/unused-iox-projects/README.md +10 -0
  127. package/temp/unused-iox-projects/iox-aos-KEEP.md +1 -0
  128. package/temp/unused-iox-projects/iox-aos_KEEP.md +5 -0
  129. package/temp/unused-iox-projects/iox-masonry-KEEP.md +1 -0
  130. package/temp/unused-iox-projects/iox-masonry_KEEP.md +5 -0
  131. package/tsconfig.app.json +15 -0
  132. package/tsconfig.json +54 -0
  133. package/tsconfig.spec.json +18 -0
@@ -0,0 +1,53 @@
1
+ /**
2
+ * This file includes polyfills needed by Angular and is loaded before the app.
3
+ * You can add your own extra polyfills to this file.
4
+ *
5
+ * This file is divided into 2 sections:
6
+ * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers.
7
+ * 2. Application imports. Files imported after ZoneJS that should be loaded before your main
8
+ * file.
9
+ *
10
+ * The current setup is for so-called "evergreen" browsers; the last versions of browsers that
11
+ * automatically update themselves. This includes recent versions of Safari, Chrome (including
12
+ * Opera), Edge on the desktop, and iOS and Chrome on mobile.
13
+ *
14
+ * Learn more in https://angular.io/guide/browser-support
15
+ */
16
+
17
+ /***************************************************************************************************
18
+ * BROWSER POLYFILLS
19
+ */
20
+
21
+ /**
22
+ * By default, zone.js will patch all possible macroTask and DomEvents
23
+ * user can disable parts of macroTask/DomEvents patch by setting following flags
24
+ * because those flags need to be set before `zone.js` being loaded, and webpack
25
+ * will put import in the top of bundle, so user need to create a separate file
26
+ * in this directory (for example: zone-flags.ts), and put the following flags
27
+ * into that file, and then add the following code before importing zone.js.
28
+ * import './zone-flags';
29
+ *
30
+ * The flags allowed in zone-flags.ts are listed here.
31
+ *
32
+ * The following flags will work for all browsers.
33
+ *
34
+ * (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame
35
+ * (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick
36
+ * (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames
37
+ *
38
+ * in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js
39
+ * with the following flag, it will bypass `zone.js` patch for IE/Edge
40
+ *
41
+ * (window as any).__Zone_enable_cross_context_check = true;
42
+ *
43
+ */
44
+
45
+ /***************************************************************************************************
46
+ * Zone JS is required by default for Angular itself.
47
+ */
48
+ import 'zone.js'; // Included with Angular CLI.
49
+
50
+
51
+ /***************************************************************************************************
52
+ * APPLICATION IMPORTS
53
+ */
@@ -0,0 +1,15 @@
1
+ /* You can add global styles to this file, and also import other style files */
2
+ *{
3
+ margin: 0;
4
+ padding: 0;
5
+ }
6
+ html, body{
7
+ min-height: 100%;
8
+ background-color: #333;
9
+ }
10
+ ul{
11
+ list-style-type: none;
12
+ }
13
+ a{
14
+ text-decoration: none;
15
+ }
package/src/test.ts ADDED
@@ -0,0 +1,14 @@
1
+ // This file is required by karma.conf.js and loads recursively all the .spec and framework files
2
+
3
+ import 'zone.js/testing';
4
+ import { getTestBed } from '@angular/core/testing';
5
+ import {
6
+ BrowserDynamicTestingModule,
7
+ platformBrowserDynamicTesting
8
+ } from '@angular/platform-browser-dynamic/testing';
9
+
10
+ // First, initialize the Angular testing environment.
11
+ getTestBed().initTestEnvironment(
12
+ BrowserDynamicTestingModule,
13
+ platformBrowserDynamicTesting(),
14
+ );
@@ -0,0 +1,10 @@
1
+ This folder contains backups of removed library projects from the workspace.
2
+
3
+ If a project was removed from `angular.json` but you need its source later, restore the folder from this location.
4
+
5
+ Removed projects:
6
+ - projects/iox-masonry
7
+ - projects/iox-aos
8
+ Backup of unused iox projects moved from `projects/`.
9
+
10
+ This folder contains `iox-aos` and `iox-masonry` in case they need to be restored.
@@ -0,0 +1 @@
1
+ This is a backup marker for `projects/iox-aos`. The original folder remains in the repo; remove manually if you want to delete.
@@ -0,0 +1,5 @@
1
+ This file indicates that `projects/iox-aos` was moved here as a backup before being removed from `angular.json`.
2
+
3
+ Location of original: `projects/iox-aos`
4
+
5
+ You can delete this folder if you are sure you no longer need the project.
@@ -0,0 +1 @@
1
+ This is a backup marker for `projects/iox-masonry`. The original folder remains in the repo; remove manually if you want to delete.
@@ -0,0 +1,5 @@
1
+ This file indicates that `projects/iox-masonry` was moved here as a backup before being removed from `angular.json`.
2
+
3
+ Location of original: `projects/iox-masonry`
4
+
5
+ You can delete this folder if you are sure you no longer need the project.
@@ -0,0 +1,15 @@
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
+ "src/main.ts",
10
+ "src/polyfills.ts"
11
+ ],
12
+ "include": [
13
+ "src/**/*.d.ts"
14
+ ]
15
+ }
package/tsconfig.json ADDED
@@ -0,0 +1,54 @@
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
+ "forceConsistentCasingInFileNames": true,
8
+ "strict": true,
9
+ "noImplicitOverride": true,
10
+ "noPropertyAccessFromIndexSignature": true,
11
+ "paths": {
12
+ "@angular/*": [
13
+ "./node_modules/@angular/*"
14
+ ],
15
+ "iox-aos": [
16
+ "dist/iox-aos/iox-aos",
17
+ "dist/iox-aos"
18
+ ],
19
+ "iox-masonry": [
20
+ "dist/iox-masonry/iox-masonry",
21
+ "dist/iox-masonry"
22
+ ],
23
+ "iox-ui": [
24
+ "dist/iox-ui/iox-ui",
25
+ "dist/iox-ui"
26
+ ],
27
+ "view-position": [
28
+ "dist/view-position/view-position",
29
+ "dist/view-position"
30
+ ]
31
+ },
32
+ "noImplicitReturns": true,
33
+ "noFallthroughCasesInSwitch": true,
34
+ "sourceMap": true,
35
+ "declaration": false,
36
+ "downlevelIteration": true,
37
+ "experimentalDecorators": true,
38
+ "moduleResolution": "node",
39
+ "importHelpers": true,
40
+ "target": "ES2022",
41
+ "module": "es2020",
42
+ "lib": [
43
+ "es2020",
44
+ "dom"
45
+ ],
46
+ "useDefineForClassFields": false
47
+ },
48
+ "angularCompilerOptions": {
49
+ "enableI18nLegacyMessageIdFormat": false,
50
+ "strictInjectionParameters": true,
51
+ "strictInputAccessModifiers": true,
52
+ "strictTemplates": true
53
+ }
54
+ }
@@ -0,0 +1,18 @@
1
+ /* To learn more about this file see: https://angular.io/config/tsconfig. */
2
+ {
3
+ "extends": "./tsconfig.json",
4
+ "compilerOptions": {
5
+ "outDir": "./out-tsc/spec",
6
+ "types": [
7
+ "jasmine"
8
+ ]
9
+ },
10
+ "files": [
11
+ "src/test.ts",
12
+ "src/polyfills.ts"
13
+ ],
14
+ "include": [
15
+ "src/**/*.spec.ts",
16
+ "src/**/*.d.ts"
17
+ ]
18
+ }