@genesislcap/foundation-utils 14.211.1 → 14.211.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.
- package/dist/custom-elements.json +126 -126
- package/package.json +10 -10
| @@ -167,6 +167,132 @@ | |
| 167 167 | 
             
                    }
         | 
| 168 168 | 
             
                  ]
         | 
| 169 169 | 
             
                },
         | 
| 170 | 
            +
                {
         | 
| 171 | 
            +
                  "kind": "javascript-module",
         | 
| 172 | 
            +
                  "path": "src/decorators/index.ts",
         | 
| 173 | 
            +
                  "declarations": [],
         | 
| 174 | 
            +
                  "exports": [
         | 
| 175 | 
            +
                    {
         | 
| 176 | 
            +
                      "kind": "js",
         | 
| 177 | 
            +
                      "name": "*",
         | 
| 178 | 
            +
                      "declaration": {
         | 
| 179 | 
            +
                        "name": "*",
         | 
| 180 | 
            +
                        "package": "./renderOnChange"
         | 
| 181 | 
            +
                      }
         | 
| 182 | 
            +
                    }
         | 
| 183 | 
            +
                  ]
         | 
| 184 | 
            +
                },
         | 
| 185 | 
            +
                {
         | 
| 186 | 
            +
                  "kind": "javascript-module",
         | 
| 187 | 
            +
                  "path": "src/decorators/renderOnChange.ts",
         | 
| 188 | 
            +
                  "declarations": [
         | 
| 189 | 
            +
                    {
         | 
| 190 | 
            +
                      "kind": "function",
         | 
| 191 | 
            +
                      "name": "renderOnChange",
         | 
| 192 | 
            +
                      "parameters": [
         | 
| 193 | 
            +
                        {
         | 
| 194 | 
            +
                          "name": "target",
         | 
| 195 | 
            +
                          "type": {
         | 
| 196 | 
            +
                            "text": "FASTElement & { render(): void }"
         | 
| 197 | 
            +
                          },
         | 
| 198 | 
            +
                          "description": "The target to define the property change handler on."
         | 
| 199 | 
            +
                        },
         | 
| 200 | 
            +
                        {
         | 
| 201 | 
            +
                          "name": "name",
         | 
| 202 | 
            +
                          "type": {
         | 
| 203 | 
            +
                            "text": "string"
         | 
| 204 | 
            +
                          },
         | 
| 205 | 
            +
                          "description": "The property name."
         | 
| 206 | 
            +
                        }
         | 
| 207 | 
            +
                      ],
         | 
| 208 | 
            +
                      "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
         | 
| 209 | 
            +
                      "privacy": "public"
         | 
| 210 | 
            +
                    }
         | 
| 211 | 
            +
                  ],
         | 
| 212 | 
            +
                  "exports": [
         | 
| 213 | 
            +
                    {
         | 
| 214 | 
            +
                      "kind": "js",
         | 
| 215 | 
            +
                      "name": "renderOnChange",
         | 
| 216 | 
            +
                      "declaration": {
         | 
| 217 | 
            +
                        "name": "renderOnChange",
         | 
| 218 | 
            +
                        "module": "src/decorators/renderOnChange.ts"
         | 
| 219 | 
            +
                      }
         | 
| 220 | 
            +
                    }
         | 
| 221 | 
            +
                  ]
         | 
| 222 | 
            +
                },
         | 
| 223 | 
            +
                {
         | 
| 224 | 
            +
                  "kind": "javascript-module",
         | 
| 225 | 
            +
                  "path": "src/design-system/design-system.ts",
         | 
| 226 | 
            +
                  "declarations": [
         | 
| 227 | 
            +
                    {
         | 
| 228 | 
            +
                      "kind": "function",
         | 
| 229 | 
            +
                      "name": "assureDesignSystem",
         | 
| 230 | 
            +
                      "return": {
         | 
| 231 | 
            +
                        "type": {
         | 
| 232 | 
            +
                          "text": "DesignSystemModule"
         | 
| 233 | 
            +
                        }
         | 
| 234 | 
            +
                      },
         | 
| 235 | 
            +
                      "parameters": [
         | 
| 236 | 
            +
                        {
         | 
| 237 | 
            +
                          "name": "module",
         | 
| 238 | 
            +
                          "type": {
         | 
| 239 | 
            +
                            "text": "DesignSystemModule"
         | 
| 240 | 
            +
                          }
         | 
| 241 | 
            +
                        }
         | 
| 242 | 
            +
                      ],
         | 
| 243 | 
            +
                      "description": "assureDesignSystem.",
         | 
| 244 | 
            +
                      "privacy": "public"
         | 
| 245 | 
            +
                    }
         | 
| 246 | 
            +
                  ],
         | 
| 247 | 
            +
                  "exports": [
         | 
| 248 | 
            +
                    {
         | 
| 249 | 
            +
                      "kind": "js",
         | 
| 250 | 
            +
                      "name": "assureDesignSystem",
         | 
| 251 | 
            +
                      "declaration": {
         | 
| 252 | 
            +
                        "name": "assureDesignSystem",
         | 
| 253 | 
            +
                        "module": "src/design-system/design-system.ts"
         | 
| 254 | 
            +
                      }
         | 
| 255 | 
            +
                    }
         | 
| 256 | 
            +
                  ]
         | 
| 257 | 
            +
                },
         | 
| 258 | 
            +
                {
         | 
| 259 | 
            +
                  "kind": "javascript-module",
         | 
| 260 | 
            +
                  "path": "src/design-system/index.ts",
         | 
| 261 | 
            +
                  "declarations": [],
         | 
| 262 | 
            +
                  "exports": [
         | 
| 263 | 
            +
                    {
         | 
| 264 | 
            +
                      "kind": "js",
         | 
| 265 | 
            +
                      "name": "*",
         | 
| 266 | 
            +
                      "declaration": {
         | 
| 267 | 
            +
                        "name": "*",
         | 
| 268 | 
            +
                        "package": "./design-system"
         | 
| 269 | 
            +
                      }
         | 
| 270 | 
            +
                    }
         | 
| 271 | 
            +
                  ]
         | 
| 272 | 
            +
                },
         | 
| 273 | 
            +
                {
         | 
| 274 | 
            +
                  "kind": "javascript-module",
         | 
| 275 | 
            +
                  "path": "src/directives/index.ts",
         | 
| 276 | 
            +
                  "declarations": [],
         | 
| 277 | 
            +
                  "exports": [
         | 
| 278 | 
            +
                    {
         | 
| 279 | 
            +
                      "kind": "js",
         | 
| 280 | 
            +
                      "name": "*",
         | 
| 281 | 
            +
                      "declaration": {
         | 
| 282 | 
            +
                        "name": "*",
         | 
| 283 | 
            +
                        "package": "./sync"
         | 
| 284 | 
            +
                      }
         | 
| 285 | 
            +
                    },
         | 
| 286 | 
            +
                    {
         | 
| 287 | 
            +
                      "kind": "js",
         | 
| 288 | 
            +
                      "name": "*",
         | 
| 289 | 
            +
                      "declaration": {
         | 
| 290 | 
            +
                        "name": "*",
         | 
| 291 | 
            +
                        "package": "./when-else"
         | 
| 292 | 
            +
                      }
         | 
| 293 | 
            +
                    }
         | 
| 294 | 
            +
                  ]
         | 
| 295 | 
            +
                },
         | 
| 170 296 | 
             
                {
         | 
| 171 297 | 
             
                  "kind": "javascript-module",
         | 
| 172 298 | 
             
                  "path": "src/data/inMemoryDatabase.ts",
         | 
| @@ -603,59 +729,6 @@ | |
| 603 729 | 
             
                    }
         | 
| 604 730 | 
             
                  ]
         | 
| 605 731 | 
             
                },
         | 
| 606 | 
            -
                {
         | 
| 607 | 
            -
                  "kind": "javascript-module",
         | 
| 608 | 
            -
                  "path": "src/decorators/index.ts",
         | 
| 609 | 
            -
                  "declarations": [],
         | 
| 610 | 
            -
                  "exports": [
         | 
| 611 | 
            -
                    {
         | 
| 612 | 
            -
                      "kind": "js",
         | 
| 613 | 
            -
                      "name": "*",
         | 
| 614 | 
            -
                      "declaration": {
         | 
| 615 | 
            -
                        "name": "*",
         | 
| 616 | 
            -
                        "package": "./renderOnChange"
         | 
| 617 | 
            -
                      }
         | 
| 618 | 
            -
                    }
         | 
| 619 | 
            -
                  ]
         | 
| 620 | 
            -
                },
         | 
| 621 | 
            -
                {
         | 
| 622 | 
            -
                  "kind": "javascript-module",
         | 
| 623 | 
            -
                  "path": "src/decorators/renderOnChange.ts",
         | 
| 624 | 
            -
                  "declarations": [
         | 
| 625 | 
            -
                    {
         | 
| 626 | 
            -
                      "kind": "function",
         | 
| 627 | 
            -
                      "name": "renderOnChange",
         | 
| 628 | 
            -
                      "parameters": [
         | 
| 629 | 
            -
                        {
         | 
| 630 | 
            -
                          "name": "target",
         | 
| 631 | 
            -
                          "type": {
         | 
| 632 | 
            -
                            "text": "FASTElement & { render(): void }"
         | 
| 633 | 
            -
                          },
         | 
| 634 | 
            -
                          "description": "The target to define the property change handler on."
         | 
| 635 | 
            -
                        },
         | 
| 636 | 
            -
                        {
         | 
| 637 | 
            -
                          "name": "name",
         | 
| 638 | 
            -
                          "type": {
         | 
| 639 | 
            -
                            "text": "string"
         | 
| 640 | 
            -
                          },
         | 
| 641 | 
            -
                          "description": "The property name."
         | 
| 642 | 
            -
                        }
         | 
| 643 | 
            -
                      ],
         | 
| 644 | 
            -
                      "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
         | 
| 645 | 
            -
                      "privacy": "public"
         | 
| 646 | 
            -
                    }
         | 
| 647 | 
            -
                  ],
         | 
| 648 | 
            -
                  "exports": [
         | 
| 649 | 
            -
                    {
         | 
| 650 | 
            -
                      "kind": "js",
         | 
| 651 | 
            -
                      "name": "renderOnChange",
         | 
| 652 | 
            -
                      "declaration": {
         | 
| 653 | 
            -
                        "name": "renderOnChange",
         | 
| 654 | 
            -
                        "module": "src/decorators/renderOnChange.ts"
         | 
| 655 | 
            -
                      }
         | 
| 656 | 
            -
                    }
         | 
| 657 | 
            -
                  ]
         | 
| 658 | 
            -
                },
         | 
| 659 732 | 
             
                {
         | 
| 660 733 | 
             
                  "kind": "javascript-module",
         | 
| 661 734 | 
             
                  "path": "src/error/errorMap.ts",
         | 
| @@ -855,79 +928,6 @@ | |
| 855 928 | 
             
                    }
         | 
| 856 929 | 
             
                  ]
         | 
| 857 930 | 
             
                },
         | 
| 858 | 
            -
                {
         | 
| 859 | 
            -
                  "kind": "javascript-module",
         | 
| 860 | 
            -
                  "path": "src/directives/index.ts",
         | 
| 861 | 
            -
                  "declarations": [],
         | 
| 862 | 
            -
                  "exports": [
         | 
| 863 | 
            -
                    {
         | 
| 864 | 
            -
                      "kind": "js",
         | 
| 865 | 
            -
                      "name": "*",
         | 
| 866 | 
            -
                      "declaration": {
         | 
| 867 | 
            -
                        "name": "*",
         | 
| 868 | 
            -
                        "package": "./sync"
         | 
| 869 | 
            -
                      }
         | 
| 870 | 
            -
                    },
         | 
| 871 | 
            -
                    {
         | 
| 872 | 
            -
                      "kind": "js",
         | 
| 873 | 
            -
                      "name": "*",
         | 
| 874 | 
            -
                      "declaration": {
         | 
| 875 | 
            -
                        "name": "*",
         | 
| 876 | 
            -
                        "package": "./when-else"
         | 
| 877 | 
            -
                      }
         | 
| 878 | 
            -
                    }
         | 
| 879 | 
            -
                  ]
         | 
| 880 | 
            -
                },
         | 
| 881 | 
            -
                {
         | 
| 882 | 
            -
                  "kind": "javascript-module",
         | 
| 883 | 
            -
                  "path": "src/design-system/design-system.ts",
         | 
| 884 | 
            -
                  "declarations": [
         | 
| 885 | 
            -
                    {
         | 
| 886 | 
            -
                      "kind": "function",
         | 
| 887 | 
            -
                      "name": "assureDesignSystem",
         | 
| 888 | 
            -
                      "return": {
         | 
| 889 | 
            -
                        "type": {
         | 
| 890 | 
            -
                          "text": "DesignSystemModule"
         | 
| 891 | 
            -
                        }
         | 
| 892 | 
            -
                      },
         | 
| 893 | 
            -
                      "parameters": [
         | 
| 894 | 
            -
                        {
         | 
| 895 | 
            -
                          "name": "module",
         | 
| 896 | 
            -
                          "type": {
         | 
| 897 | 
            -
                            "text": "DesignSystemModule"
         | 
| 898 | 
            -
                          }
         | 
| 899 | 
            -
                        }
         | 
| 900 | 
            -
                      ],
         | 
| 901 | 
            -
                      "description": "assureDesignSystem.",
         | 
| 902 | 
            -
                      "privacy": "public"
         | 
| 903 | 
            -
                    }
         | 
| 904 | 
            -
                  ],
         | 
| 905 | 
            -
                  "exports": [
         | 
| 906 | 
            -
                    {
         | 
| 907 | 
            -
                      "kind": "js",
         | 
| 908 | 
            -
                      "name": "assureDesignSystem",
         | 
| 909 | 
            -
                      "declaration": {
         | 
| 910 | 
            -
                        "name": "assureDesignSystem",
         | 
| 911 | 
            -
                        "module": "src/design-system/design-system.ts"
         | 
| 912 | 
            -
                      }
         | 
| 913 | 
            -
                    }
         | 
| 914 | 
            -
                  ]
         | 
| 915 | 
            -
                },
         | 
| 916 | 
            -
                {
         | 
| 917 | 
            -
                  "kind": "javascript-module",
         | 
| 918 | 
            -
                  "path": "src/design-system/index.ts",
         | 
| 919 | 
            -
                  "declarations": [],
         | 
| 920 | 
            -
                  "exports": [
         | 
| 921 | 
            -
                    {
         | 
| 922 | 
            -
                      "kind": "js",
         | 
| 923 | 
            -
                      "name": "*",
         | 
| 924 | 
            -
                      "declaration": {
         | 
| 925 | 
            -
                        "name": "*",
         | 
| 926 | 
            -
                        "package": "./design-system"
         | 
| 927 | 
            -
                      }
         | 
| 928 | 
            -
                    }
         | 
| 929 | 
            -
                  ]
         | 
| 930 | 
            -
                },
         | 
| 931 931 | 
             
                {
         | 
| 932 932 | 
             
                  "kind": "javascript-module",
         | 
| 933 933 | 
             
                  "path": "src/formatters/datetime.ts",
         | 
    
        package/package.json
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "name": "@genesislcap/foundation-utils",
         | 
| 3 3 | 
             
              "description": "Genesis Foundation Utils",
         | 
| 4 | 
            -
              "version": "14.211. | 
| 4 | 
            +
              "version": "14.211.3",
         | 
| 5 5 | 
             
              "sideEffects": false,
         | 
| 6 6 | 
             
              "license": "SEE LICENSE IN license.txt",
         | 
| 7 7 | 
             
              "main": "dist/esm/index.js",
         | 
| @@ -27,17 +27,17 @@ | |
| 27 27 | 
             
                }
         | 
| 28 28 | 
             
              },
         | 
| 29 29 | 
             
              "devDependencies": {
         | 
| 30 | 
            -
                "@genesislcap/foundation-testing": "14.211. | 
| 31 | 
            -
                "@genesislcap/genx": "14.211. | 
| 32 | 
            -
                "@genesislcap/rollup-builder": "14.211. | 
| 33 | 
            -
                "@genesislcap/ts-builder": "14.211. | 
| 34 | 
            -
                "@genesislcap/uvu-playwright-builder": "14.211. | 
| 35 | 
            -
                "@genesislcap/vite-builder": "14.211. | 
| 36 | 
            -
                "@genesislcap/webpack-builder": "14.211. | 
| 30 | 
            +
                "@genesislcap/foundation-testing": "14.211.3",
         | 
| 31 | 
            +
                "@genesislcap/genx": "14.211.3",
         | 
| 32 | 
            +
                "@genesislcap/rollup-builder": "14.211.3",
         | 
| 33 | 
            +
                "@genesislcap/ts-builder": "14.211.3",
         | 
| 34 | 
            +
                "@genesislcap/uvu-playwright-builder": "14.211.3",
         | 
| 35 | 
            +
                "@genesislcap/vite-builder": "14.211.3",
         | 
| 36 | 
            +
                "@genesislcap/webpack-builder": "14.211.3",
         | 
| 37 37 | 
             
                "rimraf": "^5.0.0"
         | 
| 38 38 | 
             
              },
         | 
| 39 39 | 
             
              "dependencies": {
         | 
| 40 | 
            -
                "@genesislcap/foundation-logger": "14.211. | 
| 40 | 
            +
                "@genesislcap/foundation-logger": "14.211.3",
         | 
| 41 41 | 
             
                "@microsoft/fast-components": "^2.30.6",
         | 
| 42 42 | 
             
                "@microsoft/fast-element": "^1.12.0",
         | 
| 43 43 | 
             
                "@microsoft/fast-foundation": "^2.49.4",
         | 
| @@ -55,5 +55,5 @@ | |
| 55 55 | 
             
                "access": "public"
         | 
| 56 56 | 
             
              },
         | 
| 57 57 | 
             
              "customElements": "dist/custom-elements.json",
         | 
| 58 | 
            -
              "gitHead": " | 
| 58 | 
            +
              "gitHead": "a877dd066698371031ebceb3070c51f2d921828a"
         | 
| 59 59 | 
             
            }
         |