ugly-app 0.1.604 → 0.1.605
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/cli/version.d.ts +1 -1
- package/dist/cli/version.js +1 -1
- package/package.json +12 -1
- package/src/cli/version.ts +1 -1
- package/templates/.vscode/settings.json +5 -0
- package/templates/docs/architecture.md +25 -0
- package/templates/docs/auth.md +40 -0
- package/templates/docs/collections.md +30 -0
- package/templates/docs/db-queries.md +41 -0
- package/templates/tests/e2e/app.spec.ts +51 -0
- package/templates/tests/e2e/inspect.spec.ts +81 -0
- package/templates/tests/e2e/scroll.spec.ts +365 -0
- package/templates/tests/e2e/smoke.spec.ts +7 -0
- package/templates/tests/unit/api.test.ts +29 -0
- package/templates/tests/unit/collections.test.ts +25 -0
- package/templates/tests/unit/pages.test.ts +23 -0
- package/.pgdata/PG_VERSION +0 -1
- package/.pgdata/base/1/112 +0 -0
- package/.pgdata/base/1/113 +0 -0
- package/.pgdata/base/1/1247 +0 -0
- package/.pgdata/base/1/1247_fsm +0 -0
- package/.pgdata/base/1/1247_vm +0 -0
- package/.pgdata/base/1/1249 +0 -0
- package/.pgdata/base/1/1249_fsm +0 -0
- package/.pgdata/base/1/1249_vm +0 -0
- package/.pgdata/base/1/1255 +0 -0
- package/.pgdata/base/1/1255_fsm +0 -0
- package/.pgdata/base/1/1255_vm +0 -0
- package/.pgdata/base/1/1259 +0 -0
- package/.pgdata/base/1/1259_fsm +0 -0
- package/.pgdata/base/1/1259_vm +0 -0
- package/.pgdata/base/1/13402 +0 -0
- package/.pgdata/base/1/13402_fsm +0 -0
- package/.pgdata/base/1/13402_vm +0 -0
- package/.pgdata/base/1/13405 +0 -0
- package/.pgdata/base/1/13406 +0 -0
- package/.pgdata/base/1/13407 +0 -0
- package/.pgdata/base/1/13407_fsm +0 -0
- package/.pgdata/base/1/13407_vm +0 -0
- package/.pgdata/base/1/13410 +0 -0
- package/.pgdata/base/1/13411 +0 -0
- package/.pgdata/base/1/13412 +0 -0
- package/.pgdata/base/1/13412_fsm +0 -0
- package/.pgdata/base/1/13412_vm +0 -0
- package/.pgdata/base/1/13415 +0 -0
- package/.pgdata/base/1/13416 +0 -0
- package/.pgdata/base/1/13417 +0 -0
- package/.pgdata/base/1/13417_fsm +0 -0
- package/.pgdata/base/1/13417_vm +0 -0
- package/.pgdata/base/1/13420 +0 -0
- package/.pgdata/base/1/13421 +0 -0
- package/.pgdata/base/1/1417 +0 -0
- package/.pgdata/base/1/1418 +0 -0
- package/.pgdata/base/1/174 +0 -0
- package/.pgdata/base/1/175 +0 -0
- package/.pgdata/base/1/2187 +0 -0
- package/.pgdata/base/1/2224 +0 -0
- package/.pgdata/base/1/2228 +0 -0
- package/.pgdata/base/1/2328 +0 -0
- package/.pgdata/base/1/2336 +0 -0
- package/.pgdata/base/1/2337 +0 -0
- package/.pgdata/base/1/2579 +0 -0
- package/.pgdata/base/1/2600 +0 -0
- package/.pgdata/base/1/2600_fsm +0 -0
- package/.pgdata/base/1/2600_vm +0 -0
- package/.pgdata/base/1/2601 +0 -0
- package/.pgdata/base/1/2601_fsm +0 -0
- package/.pgdata/base/1/2601_vm +0 -0
- package/.pgdata/base/1/2602 +0 -0
- package/.pgdata/base/1/2602_fsm +0 -0
- package/.pgdata/base/1/2602_vm +0 -0
- package/.pgdata/base/1/2603 +0 -0
- package/.pgdata/base/1/2603_fsm +0 -0
- package/.pgdata/base/1/2603_vm +0 -0
- package/.pgdata/base/1/2604 +0 -0
- package/.pgdata/base/1/2605 +0 -0
- package/.pgdata/base/1/2605_fsm +0 -0
- package/.pgdata/base/1/2605_vm +0 -0
- package/.pgdata/base/1/2606 +0 -0
- package/.pgdata/base/1/2606_fsm +0 -0
- package/.pgdata/base/1/2606_vm +0 -0
- package/.pgdata/base/1/2607 +0 -0
- package/.pgdata/base/1/2607_fsm +0 -0
- package/.pgdata/base/1/2607_vm +0 -0
- package/.pgdata/base/1/2608 +0 -0
- package/.pgdata/base/1/2608_fsm +0 -0
- package/.pgdata/base/1/2608_vm +0 -0
- package/.pgdata/base/1/2609 +0 -0
- package/.pgdata/base/1/2609_fsm +0 -0
- package/.pgdata/base/1/2609_vm +0 -0
- package/.pgdata/base/1/2610 +0 -0
- package/.pgdata/base/1/2610_fsm +0 -0
- package/.pgdata/base/1/2610_vm +0 -0
- package/.pgdata/base/1/2611 +0 -0
- package/.pgdata/base/1/2612 +0 -0
- package/.pgdata/base/1/2612_fsm +0 -0
- package/.pgdata/base/1/2612_vm +0 -0
- package/.pgdata/base/1/2613 +0 -0
- package/.pgdata/base/1/2615 +0 -0
- package/.pgdata/base/1/2615_fsm +0 -0
- package/.pgdata/base/1/2615_vm +0 -0
- package/.pgdata/base/1/2616 +0 -0
- package/.pgdata/base/1/2616_fsm +0 -0
- package/.pgdata/base/1/2616_vm +0 -0
- package/.pgdata/base/1/2617 +0 -0
- package/.pgdata/base/1/2617_fsm +0 -0
- package/.pgdata/base/1/2617_vm +0 -0
- package/.pgdata/base/1/2618 +0 -0
- package/.pgdata/base/1/2618_fsm +0 -0
- package/.pgdata/base/1/2618_vm +0 -0
- package/.pgdata/base/1/2619 +0 -0
- package/.pgdata/base/1/2619_fsm +0 -0
- package/.pgdata/base/1/2619_vm +0 -0
- package/.pgdata/base/1/2620 +0 -0
- package/.pgdata/base/1/2650 +0 -0
- package/.pgdata/base/1/2651 +0 -0
- package/.pgdata/base/1/2652 +0 -0
- package/.pgdata/base/1/2653 +0 -0
- package/.pgdata/base/1/2654 +0 -0
- package/.pgdata/base/1/2655 +0 -0
- package/.pgdata/base/1/2656 +0 -0
- package/.pgdata/base/1/2657 +0 -0
- package/.pgdata/base/1/2658 +0 -0
- package/.pgdata/base/1/2659 +0 -0
- package/.pgdata/base/1/2660 +0 -0
- package/.pgdata/base/1/2661 +0 -0
- package/.pgdata/base/1/2662 +0 -0
- package/.pgdata/base/1/2663 +0 -0
- package/.pgdata/base/1/2664 +0 -0
- package/.pgdata/base/1/2665 +0 -0
- package/.pgdata/base/1/2666 +0 -0
- package/.pgdata/base/1/2667 +0 -0
- package/.pgdata/base/1/2668 +0 -0
- package/.pgdata/base/1/2669 +0 -0
- package/.pgdata/base/1/2670 +0 -0
- package/.pgdata/base/1/2673 +0 -0
- package/.pgdata/base/1/2674 +0 -0
- package/.pgdata/base/1/2675 +0 -0
- package/.pgdata/base/1/2678 +0 -0
- package/.pgdata/base/1/2679 +0 -0
- package/.pgdata/base/1/2680 +0 -0
- package/.pgdata/base/1/2681 +0 -0
- package/.pgdata/base/1/2682 +0 -0
- package/.pgdata/base/1/2683 +0 -0
- package/.pgdata/base/1/2684 +0 -0
- package/.pgdata/base/1/2685 +0 -0
- package/.pgdata/base/1/2686 +0 -0
- package/.pgdata/base/1/2687 +0 -0
- package/.pgdata/base/1/2688 +0 -0
- package/.pgdata/base/1/2689 +0 -0
- package/.pgdata/base/1/2690 +0 -0
- package/.pgdata/base/1/2691 +0 -0
- package/.pgdata/base/1/2692 +0 -0
- package/.pgdata/base/1/2693 +0 -0
- package/.pgdata/base/1/2696 +0 -0
- package/.pgdata/base/1/2699 +0 -0
- package/.pgdata/base/1/2701 +0 -0
- package/.pgdata/base/1/2702 +0 -0
- package/.pgdata/base/1/2703 +0 -0
- package/.pgdata/base/1/2704 +0 -0
- package/.pgdata/base/1/2753 +0 -0
- package/.pgdata/base/1/2753_fsm +0 -0
- package/.pgdata/base/1/2753_vm +0 -0
- package/.pgdata/base/1/2754 +0 -0
- package/.pgdata/base/1/2755 +0 -0
- package/.pgdata/base/1/2756 +0 -0
- package/.pgdata/base/1/2757 +0 -0
- package/.pgdata/base/1/2830 +0 -0
- package/.pgdata/base/1/2831 +0 -0
- package/.pgdata/base/1/2832 +0 -0
- package/.pgdata/base/1/2833 +0 -0
- package/.pgdata/base/1/2834 +0 -0
- package/.pgdata/base/1/2835 +0 -0
- package/.pgdata/base/1/2836 +0 -0
- package/.pgdata/base/1/2836_fsm +0 -0
- package/.pgdata/base/1/2836_vm +0 -0
- package/.pgdata/base/1/2837 +0 -0
- package/.pgdata/base/1/2838 +0 -0
- package/.pgdata/base/1/2838_fsm +0 -0
- package/.pgdata/base/1/2838_vm +0 -0
- package/.pgdata/base/1/2839 +0 -0
- package/.pgdata/base/1/2840 +0 -0
- package/.pgdata/base/1/2840_fsm +0 -0
- package/.pgdata/base/1/2840_vm +0 -0
- package/.pgdata/base/1/2841 +0 -0
- package/.pgdata/base/1/2995 +0 -0
- package/.pgdata/base/1/2996 +0 -0
- package/.pgdata/base/1/3079 +0 -0
- package/.pgdata/base/1/3079_fsm +0 -0
- package/.pgdata/base/1/3079_vm +0 -0
- package/.pgdata/base/1/3080 +0 -0
- package/.pgdata/base/1/3081 +0 -0
- package/.pgdata/base/1/3085 +0 -0
- package/.pgdata/base/1/3118 +0 -0
- package/.pgdata/base/1/3119 +0 -0
- package/.pgdata/base/1/3164 +0 -0
- package/.pgdata/base/1/3256 +0 -0
- package/.pgdata/base/1/3257 +0 -0
- package/.pgdata/base/1/3258 +0 -0
- package/.pgdata/base/1/3350 +0 -0
- package/.pgdata/base/1/3351 +0 -0
- package/.pgdata/base/1/3379 +0 -0
- package/.pgdata/base/1/3380 +0 -0
- package/.pgdata/base/1/3381 +0 -0
- package/.pgdata/base/1/3394 +0 -0
- package/.pgdata/base/1/3394_fsm +0 -0
- package/.pgdata/base/1/3394_vm +0 -0
- package/.pgdata/base/1/3395 +0 -0
- package/.pgdata/base/1/3429 +0 -0
- package/.pgdata/base/1/3430 +0 -0
- package/.pgdata/base/1/3431 +0 -0
- package/.pgdata/base/1/3433 +0 -0
- package/.pgdata/base/1/3439 +0 -0
- package/.pgdata/base/1/3440 +0 -0
- package/.pgdata/base/1/3455 +0 -0
- package/.pgdata/base/1/3456 +0 -0
- package/.pgdata/base/1/3456_fsm +0 -0
- package/.pgdata/base/1/3456_vm +0 -0
- package/.pgdata/base/1/3466 +0 -0
- package/.pgdata/base/1/3467 +0 -0
- package/.pgdata/base/1/3468 +0 -0
- package/.pgdata/base/1/3501 +0 -0
- package/.pgdata/base/1/3502 +0 -0
- package/.pgdata/base/1/3503 +0 -0
- package/.pgdata/base/1/3534 +0 -0
- package/.pgdata/base/1/3541 +0 -0
- package/.pgdata/base/1/3541_fsm +0 -0
- package/.pgdata/base/1/3541_vm +0 -0
- package/.pgdata/base/1/3542 +0 -0
- package/.pgdata/base/1/3574 +0 -0
- package/.pgdata/base/1/3575 +0 -0
- package/.pgdata/base/1/3576 +0 -0
- package/.pgdata/base/1/3596 +0 -0
- package/.pgdata/base/1/3597 +0 -0
- package/.pgdata/base/1/3598 +0 -0
- package/.pgdata/base/1/3599 +0 -0
- package/.pgdata/base/1/3600 +0 -0
- package/.pgdata/base/1/3600_fsm +0 -0
- package/.pgdata/base/1/3600_vm +0 -0
- package/.pgdata/base/1/3601 +0 -0
- package/.pgdata/base/1/3601_fsm +0 -0
- package/.pgdata/base/1/3601_vm +0 -0
- package/.pgdata/base/1/3602 +0 -0
- package/.pgdata/base/1/3602_fsm +0 -0
- package/.pgdata/base/1/3602_vm +0 -0
- package/.pgdata/base/1/3603 +0 -0
- package/.pgdata/base/1/3603_fsm +0 -0
- package/.pgdata/base/1/3603_vm +0 -0
- package/.pgdata/base/1/3604 +0 -0
- package/.pgdata/base/1/3605 +0 -0
- package/.pgdata/base/1/3606 +0 -0
- package/.pgdata/base/1/3607 +0 -0
- package/.pgdata/base/1/3608 +0 -0
- package/.pgdata/base/1/3609 +0 -0
- package/.pgdata/base/1/3712 +0 -0
- package/.pgdata/base/1/3764 +0 -0
- package/.pgdata/base/1/3764_fsm +0 -0
- package/.pgdata/base/1/3764_vm +0 -0
- package/.pgdata/base/1/3766 +0 -0
- package/.pgdata/base/1/3767 +0 -0
- package/.pgdata/base/1/3997 +0 -0
- package/.pgdata/base/1/4143 +0 -0
- package/.pgdata/base/1/4144 +0 -0
- package/.pgdata/base/1/4145 +0 -0
- package/.pgdata/base/1/4146 +0 -0
- package/.pgdata/base/1/4147 +0 -0
- package/.pgdata/base/1/4148 +0 -0
- package/.pgdata/base/1/4149 +0 -0
- package/.pgdata/base/1/4150 +0 -0
- package/.pgdata/base/1/4151 +0 -0
- package/.pgdata/base/1/4152 +0 -0
- package/.pgdata/base/1/4153 +0 -0
- package/.pgdata/base/1/4154 +0 -0
- package/.pgdata/base/1/4155 +0 -0
- package/.pgdata/base/1/4156 +0 -0
- package/.pgdata/base/1/4157 +0 -0
- package/.pgdata/base/1/4158 +0 -0
- package/.pgdata/base/1/4159 +0 -0
- package/.pgdata/base/1/4160 +0 -0
- package/.pgdata/base/1/4163 +0 -0
- package/.pgdata/base/1/4164 +0 -0
- package/.pgdata/base/1/4165 +0 -0
- package/.pgdata/base/1/4166 +0 -0
- package/.pgdata/base/1/4167 +0 -0
- package/.pgdata/base/1/4168 +0 -0
- package/.pgdata/base/1/4169 +0 -0
- package/.pgdata/base/1/4170 +0 -0
- package/.pgdata/base/1/4171 +0 -0
- package/.pgdata/base/1/4172 +0 -0
- package/.pgdata/base/1/4173 +0 -0
- package/.pgdata/base/1/4174 +0 -0
- package/.pgdata/base/1/5002 +0 -0
- package/.pgdata/base/1/548 +0 -0
- package/.pgdata/base/1/549 +0 -0
- package/.pgdata/base/1/6102 +0 -0
- package/.pgdata/base/1/6104 +0 -0
- package/.pgdata/base/1/6106 +0 -0
- package/.pgdata/base/1/6110 +0 -0
- package/.pgdata/base/1/6111 +0 -0
- package/.pgdata/base/1/6112 +0 -0
- package/.pgdata/base/1/6113 +0 -0
- package/.pgdata/base/1/6116 +0 -0
- package/.pgdata/base/1/6117 +0 -0
- package/.pgdata/base/1/6175 +0 -0
- package/.pgdata/base/1/6176 +0 -0
- package/.pgdata/base/1/6228 +0 -0
- package/.pgdata/base/1/6229 +0 -0
- package/.pgdata/base/1/6237 +0 -0
- package/.pgdata/base/1/6238 +0 -0
- package/.pgdata/base/1/6239 +0 -0
- package/.pgdata/base/1/826 +0 -0
- package/.pgdata/base/1/827 +0 -0
- package/.pgdata/base/1/828 +0 -0
- package/.pgdata/base/1/PG_VERSION +0 -1
- package/.pgdata/base/1/pg_filenode.map +0 -0
- package/.pgdata/base/16384/112 +0 -0
- package/.pgdata/base/16384/113 +0 -0
- package/.pgdata/base/16384/1247 +0 -0
- package/.pgdata/base/16384/1247_fsm +0 -0
- package/.pgdata/base/16384/1247_vm +0 -0
- package/.pgdata/base/16384/1249 +0 -0
- package/.pgdata/base/16384/1249_fsm +0 -0
- package/.pgdata/base/16384/1249_vm +0 -0
- package/.pgdata/base/16384/1255 +0 -0
- package/.pgdata/base/16384/1255_fsm +0 -0
- package/.pgdata/base/16384/1255_vm +0 -0
- package/.pgdata/base/16384/1259 +0 -0
- package/.pgdata/base/16384/1259_fsm +0 -0
- package/.pgdata/base/16384/1259_vm +0 -0
- package/.pgdata/base/16384/13402 +0 -0
- package/.pgdata/base/16384/13402_fsm +0 -0
- package/.pgdata/base/16384/13402_vm +0 -0
- package/.pgdata/base/16384/13405 +0 -0
- package/.pgdata/base/16384/13406 +0 -0
- package/.pgdata/base/16384/13407 +0 -0
- package/.pgdata/base/16384/13407_fsm +0 -0
- package/.pgdata/base/16384/13407_vm +0 -0
- package/.pgdata/base/16384/13410 +0 -0
- package/.pgdata/base/16384/13411 +0 -0
- package/.pgdata/base/16384/13412 +0 -0
- package/.pgdata/base/16384/13412_fsm +0 -0
- package/.pgdata/base/16384/13412_vm +0 -0
- package/.pgdata/base/16384/13415 +0 -0
- package/.pgdata/base/16384/13416 +0 -0
- package/.pgdata/base/16384/13417 +0 -0
- package/.pgdata/base/16384/13417_fsm +0 -0
- package/.pgdata/base/16384/13417_vm +0 -0
- package/.pgdata/base/16384/13420 +0 -0
- package/.pgdata/base/16384/13421 +0 -0
- package/.pgdata/base/16384/1417 +0 -0
- package/.pgdata/base/16384/1418 +0 -0
- package/.pgdata/base/16384/16796 +0 -0
- package/.pgdata/base/16384/16802 +0 -0
- package/.pgdata/base/16384/16803 +0 -0
- package/.pgdata/base/16384/16804 +0 -0
- package/.pgdata/base/16384/16806 +0 -0
- package/.pgdata/base/16384/16806_fsm +0 -0
- package/.pgdata/base/16384/16818 +0 -0
- package/.pgdata/base/16384/16818_fsm +0 -0
- package/.pgdata/base/16384/16818_vm +0 -0
- package/.pgdata/base/16384/16824 +0 -0
- package/.pgdata/base/16384/16825 +0 -0
- package/.pgdata/base/16384/16826 +0 -0
- package/.pgdata/base/16384/16828 +0 -0
- package/.pgdata/base/16384/16828_fsm +0 -0
- package/.pgdata/base/16384/16829 +0 -0
- package/.pgdata/base/16384/16829_fsm +0 -0
- package/.pgdata/base/16384/16829_vm +0 -0
- package/.pgdata/base/16384/16835 +0 -0
- package/.pgdata/base/16384/16836 +0 -0
- package/.pgdata/base/16384/16837 +0 -0
- package/.pgdata/base/16384/16839 +0 -0
- package/.pgdata/base/16384/16839_fsm +0 -0
- package/.pgdata/base/16384/16840 +0 -0
- package/.pgdata/base/16384/16846 +0 -0
- package/.pgdata/base/16384/16847 +0 -0
- package/.pgdata/base/16384/16848 +0 -0
- package/.pgdata/base/16384/16850 +0 -0
- package/.pgdata/base/16384/16850_fsm +0 -0
- package/.pgdata/base/16384/16897 +0 -0
- package/.pgdata/base/16384/16897_fsm +0 -0
- package/.pgdata/base/16384/16897_vm +0 -0
- package/.pgdata/base/16384/16903 +0 -0
- package/.pgdata/base/16384/16904 +0 -0
- package/.pgdata/base/16384/16905 +0 -0
- package/.pgdata/base/16384/16907 +0 -0
- package/.pgdata/base/16384/16907_fsm +0 -0
- package/.pgdata/base/16384/16908 +0 -0
- package/.pgdata/base/16384/16914 +0 -0
- package/.pgdata/base/16384/16915 +0 -0
- package/.pgdata/base/16384/16916 +0 -0
- package/.pgdata/base/16384/16918 +0 -0
- package/.pgdata/base/16384/16919 +0 -0
- package/.pgdata/base/16384/16919_fsm +0 -0
- package/.pgdata/base/16384/16919_vm +0 -0
- package/.pgdata/base/16384/16925 +0 -0
- package/.pgdata/base/16384/16926 +0 -0
- package/.pgdata/base/16384/16927 +0 -0
- package/.pgdata/base/16384/16929 +0 -0
- package/.pgdata/base/16384/16929_fsm +0 -0
- package/.pgdata/base/16384/16930 +0 -0
- package/.pgdata/base/16384/16936 +0 -0
- package/.pgdata/base/16384/16937 +0 -0
- package/.pgdata/base/16384/16938 +0 -0
- package/.pgdata/base/16384/16940 +0 -0
- package/.pgdata/base/16384/16941 +0 -0
- package/.pgdata/base/16384/16947 +0 -0
- package/.pgdata/base/16384/16948 +0 -0
- package/.pgdata/base/16384/16949 +0 -0
- package/.pgdata/base/16384/16951 +0 -0
- package/.pgdata/base/16384/16951_fsm +0 -0
- package/.pgdata/base/16384/16952 +0 -0
- package/.pgdata/base/16384/16952_fsm +0 -0
- package/.pgdata/base/16384/16952_vm +0 -0
- package/.pgdata/base/16384/16958 +0 -0
- package/.pgdata/base/16384/16959 +0 -0
- package/.pgdata/base/16384/16960 +0 -0
- package/.pgdata/base/16384/16962 +0 -0
- package/.pgdata/base/16384/16962_fsm +0 -0
- package/.pgdata/base/16384/16963 +0 -0
- package/.pgdata/base/16384/16969 +0 -0
- package/.pgdata/base/16384/16970 +0 -0
- package/.pgdata/base/16384/16971 +0 -0
- package/.pgdata/base/16384/16973 +0 -0
- package/.pgdata/base/16384/16974 +0 -0
- package/.pgdata/base/16384/16980 +0 -0
- package/.pgdata/base/16384/16981 +0 -0
- package/.pgdata/base/16384/16982 +0 -0
- package/.pgdata/base/16384/16984 +0 -0
- package/.pgdata/base/16384/16985 +0 -0
- package/.pgdata/base/16384/16991 +0 -0
- package/.pgdata/base/16384/16992 +0 -0
- package/.pgdata/base/16384/16993 +0 -0
- package/.pgdata/base/16384/16995 +0 -0
- package/.pgdata/base/16384/16996 +0 -0
- package/.pgdata/base/16384/17002 +0 -0
- package/.pgdata/base/16384/17003 +0 -0
- package/.pgdata/base/16384/17004 +0 -0
- package/.pgdata/base/16384/17006 +0 -0
- package/.pgdata/base/16384/17006_fsm +0 -0
- package/.pgdata/base/16384/17007 +0 -0
- package/.pgdata/base/16384/17013 +0 -0
- package/.pgdata/base/16384/17014 +0 -0
- package/.pgdata/base/16384/17015 +0 -0
- package/.pgdata/base/16384/17017 +0 -0
- package/.pgdata/base/16384/17018 +0 -0
- package/.pgdata/base/16384/17024 +0 -0
- package/.pgdata/base/16384/17025 +0 -0
- package/.pgdata/base/16384/17026 +0 -0
- package/.pgdata/base/16384/17028 +0 -0
- package/.pgdata/base/16384/17029 +0 -0
- package/.pgdata/base/16384/17035 +0 -0
- package/.pgdata/base/16384/17036 +0 -0
- package/.pgdata/base/16384/17037 +0 -0
- package/.pgdata/base/16384/17039 +0 -0
- package/.pgdata/base/16384/17040 +0 -0
- package/.pgdata/base/16384/17046 +0 -0
- package/.pgdata/base/16384/17047 +0 -0
- package/.pgdata/base/16384/17048 +0 -0
- package/.pgdata/base/16384/17050 +0 -0
- package/.pgdata/base/16384/17051 +0 -0
- package/.pgdata/base/16384/17057 +0 -0
- package/.pgdata/base/16384/17058 +0 -0
- package/.pgdata/base/16384/17059 +0 -0
- package/.pgdata/base/16384/17061 +0 -0
- package/.pgdata/base/16384/17062 +0 -0
- package/.pgdata/base/16384/17068 +0 -0
- package/.pgdata/base/16384/17069 +0 -0
- package/.pgdata/base/16384/17070 +0 -0
- package/.pgdata/base/16384/17072 +0 -0
- package/.pgdata/base/16384/17072_fsm +0 -0
- package/.pgdata/base/16384/17073 +0 -0
- package/.pgdata/base/16384/17079 +0 -0
- package/.pgdata/base/16384/17080 +0 -0
- package/.pgdata/base/16384/17081 +0 -0
- package/.pgdata/base/16384/17083 +0 -0
- package/.pgdata/base/16384/17084 +0 -0
- package/.pgdata/base/16384/17090 +0 -0
- package/.pgdata/base/16384/17091 +0 -0
- package/.pgdata/base/16384/17092 +0 -0
- package/.pgdata/base/16384/17094 +0 -0
- package/.pgdata/base/16384/17094_fsm +0 -0
- package/.pgdata/base/16384/17095 +0 -0
- package/.pgdata/base/16384/17101 +0 -0
- package/.pgdata/base/16384/17102 +0 -0
- package/.pgdata/base/16384/17103 +0 -0
- package/.pgdata/base/16384/17105 +0 -0
- package/.pgdata/base/16384/17106 +0 -0
- package/.pgdata/base/16384/17112 +0 -0
- package/.pgdata/base/16384/17113 +0 -0
- package/.pgdata/base/16384/17114 +0 -0
- package/.pgdata/base/16384/17116 +0 -0
- package/.pgdata/base/16384/17116_fsm +0 -0
- package/.pgdata/base/16384/17117 +0 -0
- package/.pgdata/base/16384/17123 +0 -0
- package/.pgdata/base/16384/17124 +0 -0
- package/.pgdata/base/16384/17125 +0 -0
- package/.pgdata/base/16384/17127 +0 -0
- package/.pgdata/base/16384/17128 +0 -0
- package/.pgdata/base/16384/17134 +0 -0
- package/.pgdata/base/16384/17135 +0 -0
- package/.pgdata/base/16384/17136 +0 -0
- package/.pgdata/base/16384/17138 +0 -0
- package/.pgdata/base/16384/17138_fsm +0 -0
- package/.pgdata/base/16384/17139 +0 -0
- package/.pgdata/base/16384/17145 +0 -0
- package/.pgdata/base/16384/17146 +0 -0
- package/.pgdata/base/16384/17147 +0 -0
- package/.pgdata/base/16384/17149 +0 -0
- package/.pgdata/base/16384/17150 +0 -0
- package/.pgdata/base/16384/17156 +0 -0
- package/.pgdata/base/16384/17157 +0 -0
- package/.pgdata/base/16384/17158 +0 -0
- package/.pgdata/base/16384/17160 +0 -0
- package/.pgdata/base/16384/17161 +0 -0
- package/.pgdata/base/16384/17167 +0 -0
- package/.pgdata/base/16384/17168 +0 -0
- package/.pgdata/base/16384/17169 +0 -0
- package/.pgdata/base/16384/17171 +0 -0
- package/.pgdata/base/16384/17172 +0 -0
- package/.pgdata/base/16384/17178 +0 -0
- package/.pgdata/base/16384/17179 +0 -0
- package/.pgdata/base/16384/17180 +0 -0
- package/.pgdata/base/16384/17182 +0 -0
- package/.pgdata/base/16384/17183 +0 -0
- package/.pgdata/base/16384/17189 +0 -0
- package/.pgdata/base/16384/17190 +0 -0
- package/.pgdata/base/16384/17191 +0 -0
- package/.pgdata/base/16384/17193 +0 -0
- package/.pgdata/base/16384/17193_fsm +0 -0
- package/.pgdata/base/16384/17194 +0 -0
- package/.pgdata/base/16384/17200 +0 -0
- package/.pgdata/base/16384/17201 +0 -0
- package/.pgdata/base/16384/17202 +0 -0
- package/.pgdata/base/16384/17204 +0 -0
- package/.pgdata/base/16384/17204_fsm +0 -0
- package/.pgdata/base/16384/17205 +0 -0
- package/.pgdata/base/16384/17211 +0 -0
- package/.pgdata/base/16384/17212 +0 -0
- package/.pgdata/base/16384/17213 +0 -0
- package/.pgdata/base/16384/17215 +0 -0
- package/.pgdata/base/16384/17216 +0 -0
- package/.pgdata/base/16384/17222 +0 -0
- package/.pgdata/base/16384/17223 +0 -0
- package/.pgdata/base/16384/17224 +0 -0
- package/.pgdata/base/16384/17226 +0 -0
- package/.pgdata/base/16384/17227 +0 -0
- package/.pgdata/base/16384/17233 +0 -0
- package/.pgdata/base/16384/17234 +0 -0
- package/.pgdata/base/16384/17235 +0 -0
- package/.pgdata/base/16384/17237 +0 -0
- package/.pgdata/base/16384/17238 +0 -0
- package/.pgdata/base/16384/17244 +0 -0
- package/.pgdata/base/16384/17245 +0 -0
- package/.pgdata/base/16384/17246 +0 -0
- package/.pgdata/base/16384/17248 +0 -0
- package/.pgdata/base/16384/17249 +0 -0
- package/.pgdata/base/16384/17255 +0 -0
- package/.pgdata/base/16384/17256 +0 -0
- package/.pgdata/base/16384/17257 +0 -0
- package/.pgdata/base/16384/17259 +0 -0
- package/.pgdata/base/16384/17260 +0 -0
- package/.pgdata/base/16384/17266 +0 -0
- package/.pgdata/base/16384/17267 +0 -0
- package/.pgdata/base/16384/17268 +0 -0
- package/.pgdata/base/16384/17270 +0 -0
- package/.pgdata/base/16384/17271 +0 -0
- package/.pgdata/base/16384/17277 +0 -0
- package/.pgdata/base/16384/17278 +0 -0
- package/.pgdata/base/16384/17279 +0 -0
- package/.pgdata/base/16384/17281 +0 -0
- package/.pgdata/base/16384/17282 +0 -0
- package/.pgdata/base/16384/17288 +0 -0
- package/.pgdata/base/16384/17289 +0 -0
- package/.pgdata/base/16384/17290 +0 -0
- package/.pgdata/base/16384/17292 +0 -0
- package/.pgdata/base/16384/174 +0 -0
- package/.pgdata/base/16384/175 +0 -0
- package/.pgdata/base/16384/20374 +0 -0
- package/.pgdata/base/16384/20375 +0 -0
- package/.pgdata/base/16384/20376 +0 -0
- package/.pgdata/base/16384/20377 +0 -0
- package/.pgdata/base/16384/20378 +0 -0
- package/.pgdata/base/16384/20379 +0 -0
- package/.pgdata/base/16384/20380 +0 -0
- package/.pgdata/base/16384/20381 +0 -0
- package/.pgdata/base/16384/20382 +0 -0
- package/.pgdata/base/16384/20383 +0 -0
- package/.pgdata/base/16384/20504 +0 -0
- package/.pgdata/base/16384/20505 +0 -0
- package/.pgdata/base/16384/20506 +0 -0
- package/.pgdata/base/16384/20507 +0 -0
- package/.pgdata/base/16384/20508 +0 -0
- package/.pgdata/base/16384/20509 +0 -0
- package/.pgdata/base/16384/20510 +0 -0
- package/.pgdata/base/16384/20511 +0 -0
- package/.pgdata/base/16384/20512 +0 -0
- package/.pgdata/base/16384/20513 +0 -0
- package/.pgdata/base/16384/20514 +0 -0
- package/.pgdata/base/16384/20515 +0 -0
- package/.pgdata/base/16384/20516 +0 -0
- package/.pgdata/base/16384/20517 +0 -0
- package/.pgdata/base/16384/20518 +0 -0
- package/.pgdata/base/16384/2187 +0 -0
- package/.pgdata/base/16384/2224 +0 -0
- package/.pgdata/base/16384/2228 +0 -0
- package/.pgdata/base/16384/2328 +0 -0
- package/.pgdata/base/16384/2336 +0 -0
- package/.pgdata/base/16384/2337 +0 -0
- package/.pgdata/base/16384/2579 +0 -0
- package/.pgdata/base/16384/2600 +0 -0
- package/.pgdata/base/16384/2600_fsm +0 -0
- package/.pgdata/base/16384/2600_vm +0 -0
- package/.pgdata/base/16384/2601 +0 -0
- package/.pgdata/base/16384/2601_fsm +0 -0
- package/.pgdata/base/16384/2601_vm +0 -0
- package/.pgdata/base/16384/2602 +0 -0
- package/.pgdata/base/16384/2602_fsm +0 -0
- package/.pgdata/base/16384/2602_vm +0 -0
- package/.pgdata/base/16384/2603 +0 -0
- package/.pgdata/base/16384/2603_fsm +0 -0
- package/.pgdata/base/16384/2603_vm +0 -0
- package/.pgdata/base/16384/2604 +0 -0
- package/.pgdata/base/16384/2604_fsm +0 -0
- package/.pgdata/base/16384/2604_vm +0 -0
- package/.pgdata/base/16384/2605 +0 -0
- package/.pgdata/base/16384/2605_fsm +0 -0
- package/.pgdata/base/16384/2605_vm +0 -0
- package/.pgdata/base/16384/2606 +0 -0
- package/.pgdata/base/16384/2606_fsm +0 -0
- package/.pgdata/base/16384/2606_vm +0 -0
- package/.pgdata/base/16384/2607 +0 -0
- package/.pgdata/base/16384/2607_fsm +0 -0
- package/.pgdata/base/16384/2607_vm +0 -0
- package/.pgdata/base/16384/2608 +0 -0
- package/.pgdata/base/16384/2608_fsm +0 -0
- package/.pgdata/base/16384/2608_vm +0 -0
- package/.pgdata/base/16384/2609 +0 -0
- package/.pgdata/base/16384/2609_fsm +0 -0
- package/.pgdata/base/16384/2609_vm +0 -0
- package/.pgdata/base/16384/2610 +0 -0
- package/.pgdata/base/16384/2610_fsm +0 -0
- package/.pgdata/base/16384/2610_vm +0 -0
- package/.pgdata/base/16384/2611 +0 -0
- package/.pgdata/base/16384/2612 +0 -0
- package/.pgdata/base/16384/2612_fsm +0 -0
- package/.pgdata/base/16384/2612_vm +0 -0
- package/.pgdata/base/16384/2613 +0 -0
- package/.pgdata/base/16384/2615 +0 -0
- package/.pgdata/base/16384/2615_fsm +0 -0
- package/.pgdata/base/16384/2615_vm +0 -0
- package/.pgdata/base/16384/2616 +0 -0
- package/.pgdata/base/16384/2616_fsm +0 -0
- package/.pgdata/base/16384/2616_vm +0 -0
- package/.pgdata/base/16384/2617 +0 -0
- package/.pgdata/base/16384/2617_fsm +0 -0
- package/.pgdata/base/16384/2617_vm +0 -0
- package/.pgdata/base/16384/2618 +0 -0
- package/.pgdata/base/16384/2618_fsm +0 -0
- package/.pgdata/base/16384/2618_vm +0 -0
- package/.pgdata/base/16384/2619 +0 -0
- package/.pgdata/base/16384/2619_fsm +0 -0
- package/.pgdata/base/16384/2619_vm +0 -0
- package/.pgdata/base/16384/2620 +0 -0
- package/.pgdata/base/16384/2650 +0 -0
- package/.pgdata/base/16384/2651 +0 -0
- package/.pgdata/base/16384/2652 +0 -0
- package/.pgdata/base/16384/2653 +0 -0
- package/.pgdata/base/16384/2654 +0 -0
- package/.pgdata/base/16384/2655 +0 -0
- package/.pgdata/base/16384/2656 +0 -0
- package/.pgdata/base/16384/2657 +0 -0
- package/.pgdata/base/16384/2658 +0 -0
- package/.pgdata/base/16384/2659 +0 -0
- package/.pgdata/base/16384/2660 +0 -0
- package/.pgdata/base/16384/2661 +0 -0
- package/.pgdata/base/16384/2662 +0 -0
- package/.pgdata/base/16384/2663 +0 -0
- package/.pgdata/base/16384/2664 +0 -0
- package/.pgdata/base/16384/2665 +0 -0
- package/.pgdata/base/16384/2666 +0 -0
- package/.pgdata/base/16384/2667 +0 -0
- package/.pgdata/base/16384/2668 +0 -0
- package/.pgdata/base/16384/2669 +0 -0
- package/.pgdata/base/16384/2670 +0 -0
- package/.pgdata/base/16384/2673 +0 -0
- package/.pgdata/base/16384/2674 +0 -0
- package/.pgdata/base/16384/2675 +0 -0
- package/.pgdata/base/16384/2678 +0 -0
- package/.pgdata/base/16384/2679 +0 -0
- package/.pgdata/base/16384/2680 +0 -0
- package/.pgdata/base/16384/2681 +0 -0
- package/.pgdata/base/16384/2682 +0 -0
- package/.pgdata/base/16384/2683 +0 -0
- package/.pgdata/base/16384/2684 +0 -0
- package/.pgdata/base/16384/2685 +0 -0
- package/.pgdata/base/16384/2686 +0 -0
- package/.pgdata/base/16384/2687 +0 -0
- package/.pgdata/base/16384/2688 +0 -0
- package/.pgdata/base/16384/26881 +0 -0
- package/.pgdata/base/16384/26887 +0 -0
- package/.pgdata/base/16384/26888 +0 -0
- package/.pgdata/base/16384/26889 +0 -0
- package/.pgdata/base/16384/2689 +0 -0
- package/.pgdata/base/16384/2690 +0 -0
- package/.pgdata/base/16384/2691 +0 -0
- package/.pgdata/base/16384/2692 +0 -0
- package/.pgdata/base/16384/2693 +0 -0
- package/.pgdata/base/16384/2696 +0 -0
- package/.pgdata/base/16384/2699 +0 -0
- package/.pgdata/base/16384/2701 +0 -0
- package/.pgdata/base/16384/2702 +0 -0
- package/.pgdata/base/16384/2703 +0 -0
- package/.pgdata/base/16384/2704 +0 -0
- package/.pgdata/base/16384/2753 +0 -0
- package/.pgdata/base/16384/2753_fsm +0 -0
- package/.pgdata/base/16384/2753_vm +0 -0
- package/.pgdata/base/16384/2754 +0 -0
- package/.pgdata/base/16384/2755 +0 -0
- package/.pgdata/base/16384/2756 +0 -0
- package/.pgdata/base/16384/2757 +0 -0
- package/.pgdata/base/16384/2830 +0 -0
- package/.pgdata/base/16384/2831 +0 -0
- package/.pgdata/base/16384/2832 +0 -0
- package/.pgdata/base/16384/2833 +0 -0
- package/.pgdata/base/16384/2834 +0 -0
- package/.pgdata/base/16384/2835 +0 -0
- package/.pgdata/base/16384/2836 +0 -0
- package/.pgdata/base/16384/2836_fsm +0 -0
- package/.pgdata/base/16384/2836_vm +0 -0
- package/.pgdata/base/16384/2837 +0 -0
- package/.pgdata/base/16384/2838 +0 -0
- package/.pgdata/base/16384/2838_fsm +0 -0
- package/.pgdata/base/16384/2838_vm +0 -0
- package/.pgdata/base/16384/2839 +0 -0
- package/.pgdata/base/16384/2840 +0 -0
- package/.pgdata/base/16384/2840_fsm +0 -0
- package/.pgdata/base/16384/2840_vm +0 -0
- package/.pgdata/base/16384/2841 +0 -0
- package/.pgdata/base/16384/2995 +0 -0
- package/.pgdata/base/16384/2996 +0 -0
- package/.pgdata/base/16384/3079 +0 -0
- package/.pgdata/base/16384/3079_fsm +0 -0
- package/.pgdata/base/16384/3079_vm +0 -0
- package/.pgdata/base/16384/3080 +0 -0
- package/.pgdata/base/16384/3081 +0 -0
- package/.pgdata/base/16384/3085 +0 -0
- package/.pgdata/base/16384/3118 +0 -0
- package/.pgdata/base/16384/3119 +0 -0
- package/.pgdata/base/16384/3164 +0 -0
- package/.pgdata/base/16384/3256 +0 -0
- package/.pgdata/base/16384/3257 +0 -0
- package/.pgdata/base/16384/3258 +0 -0
- package/.pgdata/base/16384/3350 +0 -0
- package/.pgdata/base/16384/3351 +0 -0
- package/.pgdata/base/16384/3379 +0 -0
- package/.pgdata/base/16384/3380 +0 -0
- package/.pgdata/base/16384/3381 +0 -0
- package/.pgdata/base/16384/3394 +0 -0
- package/.pgdata/base/16384/3394_fsm +0 -0
- package/.pgdata/base/16384/3394_vm +0 -0
- package/.pgdata/base/16384/3395 +0 -0
- package/.pgdata/base/16384/3429 +0 -0
- package/.pgdata/base/16384/3430 +0 -0
- package/.pgdata/base/16384/3431 +0 -0
- package/.pgdata/base/16384/3433 +0 -0
- package/.pgdata/base/16384/3439 +0 -0
- package/.pgdata/base/16384/3440 +0 -0
- package/.pgdata/base/16384/3455 +0 -0
- package/.pgdata/base/16384/3455_fsm +0 -0
- package/.pgdata/base/16384/3456 +0 -0
- package/.pgdata/base/16384/3456_fsm +0 -0
- package/.pgdata/base/16384/3456_vm +0 -0
- package/.pgdata/base/16384/3466 +0 -0
- package/.pgdata/base/16384/3467 +0 -0
- package/.pgdata/base/16384/3468 +0 -0
- package/.pgdata/base/16384/3501 +0 -0
- package/.pgdata/base/16384/3502 +0 -0
- package/.pgdata/base/16384/3503 +0 -0
- package/.pgdata/base/16384/3534 +0 -0
- package/.pgdata/base/16384/3541 +0 -0
- package/.pgdata/base/16384/3541_fsm +0 -0
- package/.pgdata/base/16384/3541_vm +0 -0
- package/.pgdata/base/16384/3542 +0 -0
- package/.pgdata/base/16384/3574 +0 -0
- package/.pgdata/base/16384/3575 +0 -0
- package/.pgdata/base/16384/3576 +0 -0
- package/.pgdata/base/16384/3596 +0 -0
- package/.pgdata/base/16384/3597 +0 -0
- package/.pgdata/base/16384/3598 +0 -0
- package/.pgdata/base/16384/3599 +0 -0
- package/.pgdata/base/16384/3600 +0 -0
- package/.pgdata/base/16384/3600_fsm +0 -0
- package/.pgdata/base/16384/3600_vm +0 -0
- package/.pgdata/base/16384/3601 +0 -0
- package/.pgdata/base/16384/3601_fsm +0 -0
- package/.pgdata/base/16384/3601_vm +0 -0
- package/.pgdata/base/16384/3602 +0 -0
- package/.pgdata/base/16384/3602_fsm +0 -0
- package/.pgdata/base/16384/3602_vm +0 -0
- package/.pgdata/base/16384/3603 +0 -0
- package/.pgdata/base/16384/3603_fsm +0 -0
- package/.pgdata/base/16384/3603_vm +0 -0
- package/.pgdata/base/16384/3604 +0 -0
- package/.pgdata/base/16384/3605 +0 -0
- package/.pgdata/base/16384/3606 +0 -0
- package/.pgdata/base/16384/3607 +0 -0
- package/.pgdata/base/16384/3608 +0 -0
- package/.pgdata/base/16384/3609 +0 -0
- package/.pgdata/base/16384/3712 +0 -0
- package/.pgdata/base/16384/3764 +0 -0
- package/.pgdata/base/16384/3764_fsm +0 -0
- package/.pgdata/base/16384/3764_vm +0 -0
- package/.pgdata/base/16384/3766 +0 -0
- package/.pgdata/base/16384/3767 +0 -0
- package/.pgdata/base/16384/3997 +0 -0
- package/.pgdata/base/16384/4143 +0 -0
- package/.pgdata/base/16384/4144 +0 -0
- package/.pgdata/base/16384/4145 +0 -0
- package/.pgdata/base/16384/4146 +0 -0
- package/.pgdata/base/16384/4147 +0 -0
- package/.pgdata/base/16384/4148 +0 -0
- package/.pgdata/base/16384/4149 +0 -0
- package/.pgdata/base/16384/4150 +0 -0
- package/.pgdata/base/16384/4151 +0 -0
- package/.pgdata/base/16384/4152 +0 -0
- package/.pgdata/base/16384/4153 +0 -0
- package/.pgdata/base/16384/4154 +0 -0
- package/.pgdata/base/16384/4155 +0 -0
- package/.pgdata/base/16384/4156 +0 -0
- package/.pgdata/base/16384/4157 +0 -0
- package/.pgdata/base/16384/4158 +0 -0
- package/.pgdata/base/16384/4159 +0 -0
- package/.pgdata/base/16384/4160 +0 -0
- package/.pgdata/base/16384/4163 +0 -0
- package/.pgdata/base/16384/4164 +0 -0
- package/.pgdata/base/16384/4165 +0 -0
- package/.pgdata/base/16384/4166 +0 -0
- package/.pgdata/base/16384/4167 +0 -0
- package/.pgdata/base/16384/4168 +0 -0
- package/.pgdata/base/16384/4169 +0 -0
- package/.pgdata/base/16384/4170 +0 -0
- package/.pgdata/base/16384/4171 +0 -0
- package/.pgdata/base/16384/4172 +0 -0
- package/.pgdata/base/16384/4173 +0 -0
- package/.pgdata/base/16384/4174 +0 -0
- package/.pgdata/base/16384/5002 +0 -0
- package/.pgdata/base/16384/548 +0 -0
- package/.pgdata/base/16384/549 +0 -0
- package/.pgdata/base/16384/6102 +0 -0
- package/.pgdata/base/16384/6104 +0 -0
- package/.pgdata/base/16384/6106 +0 -0
- package/.pgdata/base/16384/6110 +0 -0
- package/.pgdata/base/16384/6111 +0 -0
- package/.pgdata/base/16384/6112 +0 -0
- package/.pgdata/base/16384/6113 +0 -0
- package/.pgdata/base/16384/6116 +0 -0
- package/.pgdata/base/16384/6117 +0 -0
- package/.pgdata/base/16384/6175 +0 -0
- package/.pgdata/base/16384/6176 +0 -0
- package/.pgdata/base/16384/6228 +0 -0
- package/.pgdata/base/16384/6229 +0 -0
- package/.pgdata/base/16384/6237 +0 -0
- package/.pgdata/base/16384/6238 +0 -0
- package/.pgdata/base/16384/6239 +0 -0
- package/.pgdata/base/16384/826 +0 -0
- package/.pgdata/base/16384/827 +0 -0
- package/.pgdata/base/16384/828 +0 -0
- package/.pgdata/base/16384/PG_VERSION +0 -1
- package/.pgdata/base/16384/pg_filenode.map +0 -0
- package/.pgdata/base/16384/pg_internal.init +0 -0
- package/.pgdata/base/17702/112 +0 -0
- package/.pgdata/base/17702/113 +0 -0
- package/.pgdata/base/17702/1247 +0 -0
- package/.pgdata/base/17702/1247_fsm +0 -0
- package/.pgdata/base/17702/1247_vm +0 -0
- package/.pgdata/base/17702/1249 +0 -0
- package/.pgdata/base/17702/1249_fsm +0 -0
- package/.pgdata/base/17702/1249_vm +0 -0
- package/.pgdata/base/17702/1255 +0 -0
- package/.pgdata/base/17702/1255_fsm +0 -0
- package/.pgdata/base/17702/1255_vm +0 -0
- package/.pgdata/base/17702/1259 +0 -0
- package/.pgdata/base/17702/1259_fsm +0 -0
- package/.pgdata/base/17702/1259_vm +0 -0
- package/.pgdata/base/17702/13402 +0 -0
- package/.pgdata/base/17702/13402_fsm +0 -0
- package/.pgdata/base/17702/13402_vm +0 -0
- package/.pgdata/base/17702/13405 +0 -0
- package/.pgdata/base/17702/13406 +0 -0
- package/.pgdata/base/17702/13407 +0 -0
- package/.pgdata/base/17702/13407_fsm +0 -0
- package/.pgdata/base/17702/13407_vm +0 -0
- package/.pgdata/base/17702/13410 +0 -0
- package/.pgdata/base/17702/13411 +0 -0
- package/.pgdata/base/17702/13412 +0 -0
- package/.pgdata/base/17702/13412_fsm +0 -0
- package/.pgdata/base/17702/13412_vm +0 -0
- package/.pgdata/base/17702/13415 +0 -0
- package/.pgdata/base/17702/13416 +0 -0
- package/.pgdata/base/17702/13417 +0 -0
- package/.pgdata/base/17702/13417_fsm +0 -0
- package/.pgdata/base/17702/13417_vm +0 -0
- package/.pgdata/base/17702/13420 +0 -0
- package/.pgdata/base/17702/13421 +0 -0
- package/.pgdata/base/17702/1417 +0 -0
- package/.pgdata/base/17702/1418 +0 -0
- package/.pgdata/base/17702/174 +0 -0
- package/.pgdata/base/17702/175 +0 -0
- package/.pgdata/base/17702/17703 +0 -0
- package/.pgdata/base/17702/17709 +0 -0
- package/.pgdata/base/17702/17710 +0 -0
- package/.pgdata/base/17702/17711 +0 -0
- package/.pgdata/base/17702/17713 +0 -0
- package/.pgdata/base/17702/2187 +0 -0
- package/.pgdata/base/17702/2224 +0 -0
- package/.pgdata/base/17702/2228 +0 -0
- package/.pgdata/base/17702/2328 +0 -0
- package/.pgdata/base/17702/2336 +0 -0
- package/.pgdata/base/17702/2337 +0 -0
- package/.pgdata/base/17702/2579 +0 -0
- package/.pgdata/base/17702/2600 +0 -0
- package/.pgdata/base/17702/2600_fsm +0 -0
- package/.pgdata/base/17702/2600_vm +0 -0
- package/.pgdata/base/17702/2601 +0 -0
- package/.pgdata/base/17702/2601_fsm +0 -0
- package/.pgdata/base/17702/2601_vm +0 -0
- package/.pgdata/base/17702/2602 +0 -0
- package/.pgdata/base/17702/2602_fsm +0 -0
- package/.pgdata/base/17702/2602_vm +0 -0
- package/.pgdata/base/17702/2603 +0 -0
- package/.pgdata/base/17702/2603_fsm +0 -0
- package/.pgdata/base/17702/2603_vm +0 -0
- package/.pgdata/base/17702/2604 +0 -0
- package/.pgdata/base/17702/2605 +0 -0
- package/.pgdata/base/17702/2605_fsm +0 -0
- package/.pgdata/base/17702/2605_vm +0 -0
- package/.pgdata/base/17702/2606 +0 -0
- package/.pgdata/base/17702/2606_fsm +0 -0
- package/.pgdata/base/17702/2606_vm +0 -0
- package/.pgdata/base/17702/2607 +0 -0
- package/.pgdata/base/17702/2607_fsm +0 -0
- package/.pgdata/base/17702/2607_vm +0 -0
- package/.pgdata/base/17702/2608 +0 -0
- package/.pgdata/base/17702/2608_fsm +0 -0
- package/.pgdata/base/17702/2608_vm +0 -0
- package/.pgdata/base/17702/2609 +0 -0
- package/.pgdata/base/17702/2609_fsm +0 -0
- package/.pgdata/base/17702/2609_vm +0 -0
- package/.pgdata/base/17702/2610 +0 -0
- package/.pgdata/base/17702/2610_fsm +0 -0
- package/.pgdata/base/17702/2610_vm +0 -0
- package/.pgdata/base/17702/2611 +0 -0
- package/.pgdata/base/17702/2612 +0 -0
- package/.pgdata/base/17702/2612_fsm +0 -0
- package/.pgdata/base/17702/2612_vm +0 -0
- package/.pgdata/base/17702/2613 +0 -0
- package/.pgdata/base/17702/2615 +0 -0
- package/.pgdata/base/17702/2615_fsm +0 -0
- package/.pgdata/base/17702/2615_vm +0 -0
- package/.pgdata/base/17702/2616 +0 -0
- package/.pgdata/base/17702/2616_fsm +0 -0
- package/.pgdata/base/17702/2616_vm +0 -0
- package/.pgdata/base/17702/2617 +0 -0
- package/.pgdata/base/17702/2617_fsm +0 -0
- package/.pgdata/base/17702/2617_vm +0 -0
- package/.pgdata/base/17702/2618 +0 -0
- package/.pgdata/base/17702/2618_fsm +0 -0
- package/.pgdata/base/17702/2618_vm +0 -0
- package/.pgdata/base/17702/2619 +0 -0
- package/.pgdata/base/17702/2619_fsm +0 -0
- package/.pgdata/base/17702/2619_vm +0 -0
- package/.pgdata/base/17702/2620 +0 -0
- package/.pgdata/base/17702/2650 +0 -0
- package/.pgdata/base/17702/2651 +0 -0
- package/.pgdata/base/17702/2652 +0 -0
- package/.pgdata/base/17702/2653 +0 -0
- package/.pgdata/base/17702/2654 +0 -0
- package/.pgdata/base/17702/2655 +0 -0
- package/.pgdata/base/17702/2656 +0 -0
- package/.pgdata/base/17702/2657 +0 -0
- package/.pgdata/base/17702/2658 +0 -0
- package/.pgdata/base/17702/2659 +0 -0
- package/.pgdata/base/17702/2660 +0 -0
- package/.pgdata/base/17702/2661 +0 -0
- package/.pgdata/base/17702/2662 +0 -0
- package/.pgdata/base/17702/2663 +0 -0
- package/.pgdata/base/17702/2664 +0 -0
- package/.pgdata/base/17702/2665 +0 -0
- package/.pgdata/base/17702/2666 +0 -0
- package/.pgdata/base/17702/2667 +0 -0
- package/.pgdata/base/17702/2668 +0 -0
- package/.pgdata/base/17702/2669 +0 -0
- package/.pgdata/base/17702/2670 +0 -0
- package/.pgdata/base/17702/2673 +0 -0
- package/.pgdata/base/17702/2674 +0 -0
- package/.pgdata/base/17702/2675 +0 -0
- package/.pgdata/base/17702/2678 +0 -0
- package/.pgdata/base/17702/2679 +0 -0
- package/.pgdata/base/17702/2680 +0 -0
- package/.pgdata/base/17702/2681 +0 -0
- package/.pgdata/base/17702/2682 +0 -0
- package/.pgdata/base/17702/2683 +0 -0
- package/.pgdata/base/17702/2684 +0 -0
- package/.pgdata/base/17702/2685 +0 -0
- package/.pgdata/base/17702/2686 +0 -0
- package/.pgdata/base/17702/2687 +0 -0
- package/.pgdata/base/17702/2688 +0 -0
- package/.pgdata/base/17702/2689 +0 -0
- package/.pgdata/base/17702/2690 +0 -0
- package/.pgdata/base/17702/2691 +0 -0
- package/.pgdata/base/17702/2692 +0 -0
- package/.pgdata/base/17702/2693 +0 -0
- package/.pgdata/base/17702/2696 +0 -0
- package/.pgdata/base/17702/2699 +0 -0
- package/.pgdata/base/17702/2701 +0 -0
- package/.pgdata/base/17702/2702 +0 -0
- package/.pgdata/base/17702/2703 +0 -0
- package/.pgdata/base/17702/2704 +0 -0
- package/.pgdata/base/17702/2753 +0 -0
- package/.pgdata/base/17702/2753_fsm +0 -0
- package/.pgdata/base/17702/2753_vm +0 -0
- package/.pgdata/base/17702/2754 +0 -0
- package/.pgdata/base/17702/2755 +0 -0
- package/.pgdata/base/17702/2756 +0 -0
- package/.pgdata/base/17702/2757 +0 -0
- package/.pgdata/base/17702/2830 +0 -0
- package/.pgdata/base/17702/2831 +0 -0
- package/.pgdata/base/17702/2832 +0 -0
- package/.pgdata/base/17702/2833 +0 -0
- package/.pgdata/base/17702/2834 +0 -0
- package/.pgdata/base/17702/2835 +0 -0
- package/.pgdata/base/17702/2836 +0 -0
- package/.pgdata/base/17702/2836_fsm +0 -0
- package/.pgdata/base/17702/2836_vm +0 -0
- package/.pgdata/base/17702/2837 +0 -0
- package/.pgdata/base/17702/2838 +0 -0
- package/.pgdata/base/17702/2838_fsm +0 -0
- package/.pgdata/base/17702/2838_vm +0 -0
- package/.pgdata/base/17702/2839 +0 -0
- package/.pgdata/base/17702/2840 +0 -0
- package/.pgdata/base/17702/2840_fsm +0 -0
- package/.pgdata/base/17702/2840_vm +0 -0
- package/.pgdata/base/17702/2841 +0 -0
- package/.pgdata/base/17702/2995 +0 -0
- package/.pgdata/base/17702/2996 +0 -0
- package/.pgdata/base/17702/3079 +0 -0
- package/.pgdata/base/17702/3079_fsm +0 -0
- package/.pgdata/base/17702/3079_vm +0 -0
- package/.pgdata/base/17702/3080 +0 -0
- package/.pgdata/base/17702/3081 +0 -0
- package/.pgdata/base/17702/3085 +0 -0
- package/.pgdata/base/17702/3118 +0 -0
- package/.pgdata/base/17702/3119 +0 -0
- package/.pgdata/base/17702/3164 +0 -0
- package/.pgdata/base/17702/3256 +0 -0
- package/.pgdata/base/17702/3257 +0 -0
- package/.pgdata/base/17702/3258 +0 -0
- package/.pgdata/base/17702/3350 +0 -0
- package/.pgdata/base/17702/3351 +0 -0
- package/.pgdata/base/17702/3379 +0 -0
- package/.pgdata/base/17702/3380 +0 -0
- package/.pgdata/base/17702/3381 +0 -0
- package/.pgdata/base/17702/3394 +0 -0
- package/.pgdata/base/17702/3394_fsm +0 -0
- package/.pgdata/base/17702/3394_vm +0 -0
- package/.pgdata/base/17702/3395 +0 -0
- package/.pgdata/base/17702/3429 +0 -0
- package/.pgdata/base/17702/3430 +0 -0
- package/.pgdata/base/17702/3431 +0 -0
- package/.pgdata/base/17702/3433 +0 -0
- package/.pgdata/base/17702/3439 +0 -0
- package/.pgdata/base/17702/3440 +0 -0
- package/.pgdata/base/17702/3455 +0 -0
- package/.pgdata/base/17702/3456 +0 -0
- package/.pgdata/base/17702/3456_fsm +0 -0
- package/.pgdata/base/17702/3456_vm +0 -0
- package/.pgdata/base/17702/3466 +0 -0
- package/.pgdata/base/17702/3467 +0 -0
- package/.pgdata/base/17702/3468 +0 -0
- package/.pgdata/base/17702/3501 +0 -0
- package/.pgdata/base/17702/3502 +0 -0
- package/.pgdata/base/17702/3503 +0 -0
- package/.pgdata/base/17702/3534 +0 -0
- package/.pgdata/base/17702/3541 +0 -0
- package/.pgdata/base/17702/3541_fsm +0 -0
- package/.pgdata/base/17702/3541_vm +0 -0
- package/.pgdata/base/17702/3542 +0 -0
- package/.pgdata/base/17702/3574 +0 -0
- package/.pgdata/base/17702/3575 +0 -0
- package/.pgdata/base/17702/3576 +0 -0
- package/.pgdata/base/17702/3596 +0 -0
- package/.pgdata/base/17702/3597 +0 -0
- package/.pgdata/base/17702/3598 +0 -0
- package/.pgdata/base/17702/3599 +0 -0
- package/.pgdata/base/17702/3600 +0 -0
- package/.pgdata/base/17702/3600_fsm +0 -0
- package/.pgdata/base/17702/3600_vm +0 -0
- package/.pgdata/base/17702/3601 +0 -0
- package/.pgdata/base/17702/3601_fsm +0 -0
- package/.pgdata/base/17702/3601_vm +0 -0
- package/.pgdata/base/17702/3602 +0 -0
- package/.pgdata/base/17702/3602_fsm +0 -0
- package/.pgdata/base/17702/3602_vm +0 -0
- package/.pgdata/base/17702/3603 +0 -0
- package/.pgdata/base/17702/3603_fsm +0 -0
- package/.pgdata/base/17702/3603_vm +0 -0
- package/.pgdata/base/17702/3604 +0 -0
- package/.pgdata/base/17702/3605 +0 -0
- package/.pgdata/base/17702/3606 +0 -0
- package/.pgdata/base/17702/3607 +0 -0
- package/.pgdata/base/17702/3608 +0 -0
- package/.pgdata/base/17702/3609 +0 -0
- package/.pgdata/base/17702/3712 +0 -0
- package/.pgdata/base/17702/3764 +0 -0
- package/.pgdata/base/17702/3764_fsm +0 -0
- package/.pgdata/base/17702/3764_vm +0 -0
- package/.pgdata/base/17702/3766 +0 -0
- package/.pgdata/base/17702/3767 +0 -0
- package/.pgdata/base/17702/3997 +0 -0
- package/.pgdata/base/17702/4143 +0 -0
- package/.pgdata/base/17702/4144 +0 -0
- package/.pgdata/base/17702/4145 +0 -0
- package/.pgdata/base/17702/4146 +0 -0
- package/.pgdata/base/17702/4147 +0 -0
- package/.pgdata/base/17702/4148 +0 -0
- package/.pgdata/base/17702/4149 +0 -0
- package/.pgdata/base/17702/4150 +0 -0
- package/.pgdata/base/17702/4151 +0 -0
- package/.pgdata/base/17702/4152 +0 -0
- package/.pgdata/base/17702/4153 +0 -0
- package/.pgdata/base/17702/4154 +0 -0
- package/.pgdata/base/17702/4155 +0 -0
- package/.pgdata/base/17702/4156 +0 -0
- package/.pgdata/base/17702/4157 +0 -0
- package/.pgdata/base/17702/4158 +0 -0
- package/.pgdata/base/17702/4159 +0 -0
- package/.pgdata/base/17702/4160 +0 -0
- package/.pgdata/base/17702/4163 +0 -0
- package/.pgdata/base/17702/4164 +0 -0
- package/.pgdata/base/17702/4165 +0 -0
- package/.pgdata/base/17702/4166 +0 -0
- package/.pgdata/base/17702/4167 +0 -0
- package/.pgdata/base/17702/4168 +0 -0
- package/.pgdata/base/17702/4169 +0 -0
- package/.pgdata/base/17702/4170 +0 -0
- package/.pgdata/base/17702/4171 +0 -0
- package/.pgdata/base/17702/4172 +0 -0
- package/.pgdata/base/17702/4173 +0 -0
- package/.pgdata/base/17702/4174 +0 -0
- package/.pgdata/base/17702/5002 +0 -0
- package/.pgdata/base/17702/548 +0 -0
- package/.pgdata/base/17702/549 +0 -0
- package/.pgdata/base/17702/6102 +0 -0
- package/.pgdata/base/17702/6104 +0 -0
- package/.pgdata/base/17702/6106 +0 -0
- package/.pgdata/base/17702/6110 +0 -0
- package/.pgdata/base/17702/6111 +0 -0
- package/.pgdata/base/17702/6112 +0 -0
- package/.pgdata/base/17702/6113 +0 -0
- package/.pgdata/base/17702/6116 +0 -0
- package/.pgdata/base/17702/6117 +0 -0
- package/.pgdata/base/17702/6175 +0 -0
- package/.pgdata/base/17702/6176 +0 -0
- package/.pgdata/base/17702/6228 +0 -0
- package/.pgdata/base/17702/6229 +0 -0
- package/.pgdata/base/17702/6237 +0 -0
- package/.pgdata/base/17702/6238 +0 -0
- package/.pgdata/base/17702/6239 +0 -0
- package/.pgdata/base/17702/826 +0 -0
- package/.pgdata/base/17702/827 +0 -0
- package/.pgdata/base/17702/828 +0 -0
- package/.pgdata/base/17702/PG_VERSION +0 -1
- package/.pgdata/base/17702/pg_filenode.map +0 -0
- package/.pgdata/base/24577/112 +0 -0
- package/.pgdata/base/24577/113 +0 -0
- package/.pgdata/base/24577/1247 +0 -0
- package/.pgdata/base/24577/1247_fsm +0 -0
- package/.pgdata/base/24577/1247_vm +0 -0
- package/.pgdata/base/24577/1249 +0 -0
- package/.pgdata/base/24577/1249_fsm +0 -0
- package/.pgdata/base/24577/1249_vm +0 -0
- package/.pgdata/base/24577/1255 +0 -0
- package/.pgdata/base/24577/1255_fsm +0 -0
- package/.pgdata/base/24577/1255_vm +0 -0
- package/.pgdata/base/24577/1259 +0 -0
- package/.pgdata/base/24577/1259_fsm +0 -0
- package/.pgdata/base/24577/1259_vm +0 -0
- package/.pgdata/base/24577/13402 +0 -0
- package/.pgdata/base/24577/13402_fsm +0 -0
- package/.pgdata/base/24577/13402_vm +0 -0
- package/.pgdata/base/24577/13405 +0 -0
- package/.pgdata/base/24577/13406 +0 -0
- package/.pgdata/base/24577/13407 +0 -0
- package/.pgdata/base/24577/13407_fsm +0 -0
- package/.pgdata/base/24577/13407_vm +0 -0
- package/.pgdata/base/24577/13410 +0 -0
- package/.pgdata/base/24577/13411 +0 -0
- package/.pgdata/base/24577/13412 +0 -0
- package/.pgdata/base/24577/13412_fsm +0 -0
- package/.pgdata/base/24577/13412_vm +0 -0
- package/.pgdata/base/24577/13415 +0 -0
- package/.pgdata/base/24577/13416 +0 -0
- package/.pgdata/base/24577/13417 +0 -0
- package/.pgdata/base/24577/13417_fsm +0 -0
- package/.pgdata/base/24577/13417_vm +0 -0
- package/.pgdata/base/24577/13420 +0 -0
- package/.pgdata/base/24577/13421 +0 -0
- package/.pgdata/base/24577/1417 +0 -0
- package/.pgdata/base/24577/1418 +0 -0
- package/.pgdata/base/24577/174 +0 -0
- package/.pgdata/base/24577/175 +0 -0
- package/.pgdata/base/24577/2187 +0 -0
- package/.pgdata/base/24577/2224 +0 -0
- package/.pgdata/base/24577/2228 +0 -0
- package/.pgdata/base/24577/2328 +0 -0
- package/.pgdata/base/24577/2336 +0 -0
- package/.pgdata/base/24577/2337 +0 -0
- package/.pgdata/base/24577/24578 +0 -0
- package/.pgdata/base/24577/24582 +0 -0
- package/.pgdata/base/24577/24583 +0 -0
- package/.pgdata/base/24577/24584 +0 -0
- package/.pgdata/base/24577/24586 +0 -0
- package/.pgdata/base/24577/24592 +0 -0
- package/.pgdata/base/24577/24593 +0 -0
- package/.pgdata/base/24577/24594 +0 -0
- package/.pgdata/base/24577/24596 +0 -0
- package/.pgdata/base/24577/24597 +0 -0
- package/.pgdata/base/24577/24603 +0 -0
- package/.pgdata/base/24577/24604 +0 -0
- package/.pgdata/base/24577/24605 +0 -0
- package/.pgdata/base/24577/24607 +0 -0
- package/.pgdata/base/24577/24608 +0 -0
- package/.pgdata/base/24577/24614 +0 -0
- package/.pgdata/base/24577/24615 +0 -0
- package/.pgdata/base/24577/24616 +0 -0
- package/.pgdata/base/24577/24618 +0 -0
- package/.pgdata/base/24577/24619 +0 -0
- package/.pgdata/base/24577/24619_fsm +0 -0
- package/.pgdata/base/24577/24619_vm +0 -0
- package/.pgdata/base/24577/24625 +0 -0
- package/.pgdata/base/24577/24626 +0 -0
- package/.pgdata/base/24577/24627 +0 -0
- package/.pgdata/base/24577/24629 +0 -0
- package/.pgdata/base/24577/24629_fsm +0 -0
- package/.pgdata/base/24577/24630 +0 -0
- package/.pgdata/base/24577/24630_fsm +0 -0
- package/.pgdata/base/24577/24636 +0 -0
- package/.pgdata/base/24577/24637 +0 -0
- package/.pgdata/base/24577/24638 +0 -0
- package/.pgdata/base/24577/24640 +0 -0
- package/.pgdata/base/24577/24640_fsm +0 -0
- package/.pgdata/base/24577/24641 +0 -0
- package/.pgdata/base/24577/24647 +0 -0
- package/.pgdata/base/24577/24648 +0 -0
- package/.pgdata/base/24577/24649 +0 -0
- package/.pgdata/base/24577/24651 +0 -0
- package/.pgdata/base/24577/24652 +0 -0
- package/.pgdata/base/24577/24652_fsm +0 -0
- package/.pgdata/base/24577/24658 +0 -0
- package/.pgdata/base/24577/24659 +0 -0
- package/.pgdata/base/24577/24660 +0 -0
- package/.pgdata/base/24577/24662 +0 -0
- package/.pgdata/base/24577/24662_fsm +0 -0
- package/.pgdata/base/24577/24663 +0 -0
- package/.pgdata/base/24577/24669 +0 -0
- package/.pgdata/base/24577/24670 +0 -0
- package/.pgdata/base/24577/24671 +0 -0
- package/.pgdata/base/24577/24673 +0 -0
- package/.pgdata/base/24577/24674 +0 -0
- package/.pgdata/base/24577/24680 +0 -0
- package/.pgdata/base/24577/24681 +0 -0
- package/.pgdata/base/24577/24682 +0 -0
- package/.pgdata/base/24577/24684 +0 -0
- package/.pgdata/base/24577/24685 +0 -0
- package/.pgdata/base/24577/24686 +0 -0
- package/.pgdata/base/24577/24690 +0 -0
- package/.pgdata/base/24577/24691 +0 -0
- package/.pgdata/base/24577/24692 +0 -0
- package/.pgdata/base/24577/25512 +0 -0
- package/.pgdata/base/24577/25518 +0 -0
- package/.pgdata/base/24577/25519 +0 -0
- package/.pgdata/base/24577/25520 +0 -0
- package/.pgdata/base/24577/25522 +0 -0
- package/.pgdata/base/24577/25523 +0 -0
- package/.pgdata/base/24577/25529 +0 -0
- package/.pgdata/base/24577/25530 +0 -0
- package/.pgdata/base/24577/25531 +0 -0
- package/.pgdata/base/24577/25533 +0 -0
- package/.pgdata/base/24577/25534 +0 -0
- package/.pgdata/base/24577/25534_fsm +0 -0
- package/.pgdata/base/24577/25540 +0 -0
- package/.pgdata/base/24577/25541 +0 -0
- package/.pgdata/base/24577/25542 +0 -0
- package/.pgdata/base/24577/25544 +0 -0
- package/.pgdata/base/24577/25544_fsm +0 -0
- package/.pgdata/base/24577/25545 +0 -0
- package/.pgdata/base/24577/25551 +0 -0
- package/.pgdata/base/24577/25552 +0 -0
- package/.pgdata/base/24577/25553 +0 -0
- package/.pgdata/base/24577/25555 +0 -0
- package/.pgdata/base/24577/2579 +0 -0
- package/.pgdata/base/24577/2600 +0 -0
- package/.pgdata/base/24577/2600_fsm +0 -0
- package/.pgdata/base/24577/2600_vm +0 -0
- package/.pgdata/base/24577/2601 +0 -0
- package/.pgdata/base/24577/2601_fsm +0 -0
- package/.pgdata/base/24577/2601_vm +0 -0
- package/.pgdata/base/24577/2602 +0 -0
- package/.pgdata/base/24577/2602_fsm +0 -0
- package/.pgdata/base/24577/2602_vm +0 -0
- package/.pgdata/base/24577/2603 +0 -0
- package/.pgdata/base/24577/2603_fsm +0 -0
- package/.pgdata/base/24577/2603_vm +0 -0
- package/.pgdata/base/24577/2604 +0 -0
- package/.pgdata/base/24577/2605 +0 -0
- package/.pgdata/base/24577/2605_fsm +0 -0
- package/.pgdata/base/24577/2605_vm +0 -0
- package/.pgdata/base/24577/2606 +0 -0
- package/.pgdata/base/24577/2606_fsm +0 -0
- package/.pgdata/base/24577/2606_vm +0 -0
- package/.pgdata/base/24577/2607 +0 -0
- package/.pgdata/base/24577/2607_fsm +0 -0
- package/.pgdata/base/24577/2607_vm +0 -0
- package/.pgdata/base/24577/2608 +0 -0
- package/.pgdata/base/24577/2608_fsm +0 -0
- package/.pgdata/base/24577/2608_vm +0 -0
- package/.pgdata/base/24577/2609 +0 -0
- package/.pgdata/base/24577/2609_fsm +0 -0
- package/.pgdata/base/24577/2609_vm +0 -0
- package/.pgdata/base/24577/2610 +0 -0
- package/.pgdata/base/24577/2610_fsm +0 -0
- package/.pgdata/base/24577/2610_vm +0 -0
- package/.pgdata/base/24577/2611 +0 -0
- package/.pgdata/base/24577/2612 +0 -0
- package/.pgdata/base/24577/2612_fsm +0 -0
- package/.pgdata/base/24577/2612_vm +0 -0
- package/.pgdata/base/24577/2613 +0 -0
- package/.pgdata/base/24577/2615 +0 -0
- package/.pgdata/base/24577/2615_fsm +0 -0
- package/.pgdata/base/24577/2615_vm +0 -0
- package/.pgdata/base/24577/2616 +0 -0
- package/.pgdata/base/24577/2616_fsm +0 -0
- package/.pgdata/base/24577/2616_vm +0 -0
- package/.pgdata/base/24577/2617 +0 -0
- package/.pgdata/base/24577/2617_fsm +0 -0
- package/.pgdata/base/24577/2617_vm +0 -0
- package/.pgdata/base/24577/2618 +0 -0
- package/.pgdata/base/24577/2618_fsm +0 -0
- package/.pgdata/base/24577/2618_vm +0 -0
- package/.pgdata/base/24577/2619 +0 -0
- package/.pgdata/base/24577/2619_fsm +0 -0
- package/.pgdata/base/24577/2619_vm +0 -0
- package/.pgdata/base/24577/2620 +0 -0
- package/.pgdata/base/24577/2650 +0 -0
- package/.pgdata/base/24577/2651 +0 -0
- package/.pgdata/base/24577/2652 +0 -0
- package/.pgdata/base/24577/2653 +0 -0
- package/.pgdata/base/24577/2654 +0 -0
- package/.pgdata/base/24577/2655 +0 -0
- package/.pgdata/base/24577/2656 +0 -0
- package/.pgdata/base/24577/2657 +0 -0
- package/.pgdata/base/24577/2658 +0 -0
- package/.pgdata/base/24577/2659 +0 -0
- package/.pgdata/base/24577/2660 +0 -0
- package/.pgdata/base/24577/2661 +0 -0
- package/.pgdata/base/24577/2662 +0 -0
- package/.pgdata/base/24577/2663 +0 -0
- package/.pgdata/base/24577/2664 +0 -0
- package/.pgdata/base/24577/2665 +0 -0
- package/.pgdata/base/24577/2666 +0 -0
- package/.pgdata/base/24577/2667 +0 -0
- package/.pgdata/base/24577/2668 +0 -0
- package/.pgdata/base/24577/2669 +0 -0
- package/.pgdata/base/24577/2670 +0 -0
- package/.pgdata/base/24577/2673 +0 -0
- package/.pgdata/base/24577/2674 +0 -0
- package/.pgdata/base/24577/2675 +0 -0
- package/.pgdata/base/24577/2678 +0 -0
- package/.pgdata/base/24577/2679 +0 -0
- package/.pgdata/base/24577/2680 +0 -0
- package/.pgdata/base/24577/2681 +0 -0
- package/.pgdata/base/24577/2682 +0 -0
- package/.pgdata/base/24577/2683 +0 -0
- package/.pgdata/base/24577/2684 +0 -0
- package/.pgdata/base/24577/2685 +0 -0
- package/.pgdata/base/24577/2686 +0 -0
- package/.pgdata/base/24577/2687 +0 -0
- package/.pgdata/base/24577/2688 +0 -0
- package/.pgdata/base/24577/2689 +0 -0
- package/.pgdata/base/24577/2690 +0 -0
- package/.pgdata/base/24577/2691 +0 -0
- package/.pgdata/base/24577/2692 +0 -0
- package/.pgdata/base/24577/2693 +0 -0
- package/.pgdata/base/24577/2696 +0 -0
- package/.pgdata/base/24577/2699 +0 -0
- package/.pgdata/base/24577/2701 +0 -0
- package/.pgdata/base/24577/2702 +0 -0
- package/.pgdata/base/24577/2703 +0 -0
- package/.pgdata/base/24577/2704 +0 -0
- package/.pgdata/base/24577/2753 +0 -0
- package/.pgdata/base/24577/2753_fsm +0 -0
- package/.pgdata/base/24577/2753_vm +0 -0
- package/.pgdata/base/24577/2754 +0 -0
- package/.pgdata/base/24577/2755 +0 -0
- package/.pgdata/base/24577/2756 +0 -0
- package/.pgdata/base/24577/2757 +0 -0
- package/.pgdata/base/24577/2830 +0 -0
- package/.pgdata/base/24577/2831 +0 -0
- package/.pgdata/base/24577/2832 +0 -0
- package/.pgdata/base/24577/2833 +0 -0
- package/.pgdata/base/24577/2834 +0 -0
- package/.pgdata/base/24577/2835 +0 -0
- package/.pgdata/base/24577/2836 +0 -0
- package/.pgdata/base/24577/2836_fsm +0 -0
- package/.pgdata/base/24577/2836_vm +0 -0
- package/.pgdata/base/24577/2837 +0 -0
- package/.pgdata/base/24577/2838 +0 -0
- package/.pgdata/base/24577/2838_fsm +0 -0
- package/.pgdata/base/24577/2838_vm +0 -0
- package/.pgdata/base/24577/2839 +0 -0
- package/.pgdata/base/24577/2840 +0 -0
- package/.pgdata/base/24577/2840_fsm +0 -0
- package/.pgdata/base/24577/2840_vm +0 -0
- package/.pgdata/base/24577/2841 +0 -0
- package/.pgdata/base/24577/2995 +0 -0
- package/.pgdata/base/24577/2996 +0 -0
- package/.pgdata/base/24577/3079 +0 -0
- package/.pgdata/base/24577/3079_fsm +0 -0
- package/.pgdata/base/24577/3079_vm +0 -0
- package/.pgdata/base/24577/3080 +0 -0
- package/.pgdata/base/24577/3081 +0 -0
- package/.pgdata/base/24577/3085 +0 -0
- package/.pgdata/base/24577/3118 +0 -0
- package/.pgdata/base/24577/3119 +0 -0
- package/.pgdata/base/24577/3164 +0 -0
- package/.pgdata/base/24577/3256 +0 -0
- package/.pgdata/base/24577/3257 +0 -0
- package/.pgdata/base/24577/3258 +0 -0
- package/.pgdata/base/24577/3350 +0 -0
- package/.pgdata/base/24577/3351 +0 -0
- package/.pgdata/base/24577/3379 +0 -0
- package/.pgdata/base/24577/3380 +0 -0
- package/.pgdata/base/24577/3381 +0 -0
- package/.pgdata/base/24577/3394 +0 -0
- package/.pgdata/base/24577/3394_fsm +0 -0
- package/.pgdata/base/24577/3394_vm +0 -0
- package/.pgdata/base/24577/3395 +0 -0
- package/.pgdata/base/24577/3429 +0 -0
- package/.pgdata/base/24577/3430 +0 -0
- package/.pgdata/base/24577/3431 +0 -0
- package/.pgdata/base/24577/3433 +0 -0
- package/.pgdata/base/24577/3439 +0 -0
- package/.pgdata/base/24577/3440 +0 -0
- package/.pgdata/base/24577/3455 +0 -0
- package/.pgdata/base/24577/3456 +0 -0
- package/.pgdata/base/24577/3456_fsm +0 -0
- package/.pgdata/base/24577/3456_vm +0 -0
- package/.pgdata/base/24577/3466 +0 -0
- package/.pgdata/base/24577/3467 +0 -0
- package/.pgdata/base/24577/3468 +0 -0
- package/.pgdata/base/24577/3501 +0 -0
- package/.pgdata/base/24577/3502 +0 -0
- package/.pgdata/base/24577/3503 +0 -0
- package/.pgdata/base/24577/3534 +0 -0
- package/.pgdata/base/24577/3541 +0 -0
- package/.pgdata/base/24577/3541_fsm +0 -0
- package/.pgdata/base/24577/3541_vm +0 -0
- package/.pgdata/base/24577/3542 +0 -0
- package/.pgdata/base/24577/3574 +0 -0
- package/.pgdata/base/24577/3575 +0 -0
- package/.pgdata/base/24577/3576 +0 -0
- package/.pgdata/base/24577/3596 +0 -0
- package/.pgdata/base/24577/3597 +0 -0
- package/.pgdata/base/24577/3598 +0 -0
- package/.pgdata/base/24577/3599 +0 -0
- package/.pgdata/base/24577/3600 +0 -0
- package/.pgdata/base/24577/3600_fsm +0 -0
- package/.pgdata/base/24577/3600_vm +0 -0
- package/.pgdata/base/24577/3601 +0 -0
- package/.pgdata/base/24577/3601_fsm +0 -0
- package/.pgdata/base/24577/3601_vm +0 -0
- package/.pgdata/base/24577/3602 +0 -0
- package/.pgdata/base/24577/3602_fsm +0 -0
- package/.pgdata/base/24577/3602_vm +0 -0
- package/.pgdata/base/24577/3603 +0 -0
- package/.pgdata/base/24577/3603_fsm +0 -0
- package/.pgdata/base/24577/3603_vm +0 -0
- package/.pgdata/base/24577/3604 +0 -0
- package/.pgdata/base/24577/3605 +0 -0
- package/.pgdata/base/24577/3606 +0 -0
- package/.pgdata/base/24577/3607 +0 -0
- package/.pgdata/base/24577/3608 +0 -0
- package/.pgdata/base/24577/3609 +0 -0
- package/.pgdata/base/24577/3712 +0 -0
- package/.pgdata/base/24577/3764 +0 -0
- package/.pgdata/base/24577/3764_fsm +0 -0
- package/.pgdata/base/24577/3764_vm +0 -0
- package/.pgdata/base/24577/3766 +0 -0
- package/.pgdata/base/24577/3767 +0 -0
- package/.pgdata/base/24577/3997 +0 -0
- package/.pgdata/base/24577/4143 +0 -0
- package/.pgdata/base/24577/4144 +0 -0
- package/.pgdata/base/24577/4145 +0 -0
- package/.pgdata/base/24577/4146 +0 -0
- package/.pgdata/base/24577/4147 +0 -0
- package/.pgdata/base/24577/4148 +0 -0
- package/.pgdata/base/24577/4149 +0 -0
- package/.pgdata/base/24577/4150 +0 -0
- package/.pgdata/base/24577/4151 +0 -0
- package/.pgdata/base/24577/4152 +0 -0
- package/.pgdata/base/24577/4153 +0 -0
- package/.pgdata/base/24577/4154 +0 -0
- package/.pgdata/base/24577/4155 +0 -0
- package/.pgdata/base/24577/4156 +0 -0
- package/.pgdata/base/24577/4157 +0 -0
- package/.pgdata/base/24577/4158 +0 -0
- package/.pgdata/base/24577/4159 +0 -0
- package/.pgdata/base/24577/4160 +0 -0
- package/.pgdata/base/24577/4163 +0 -0
- package/.pgdata/base/24577/4164 +0 -0
- package/.pgdata/base/24577/4165 +0 -0
- package/.pgdata/base/24577/4166 +0 -0
- package/.pgdata/base/24577/4167 +0 -0
- package/.pgdata/base/24577/4168 +0 -0
- package/.pgdata/base/24577/4169 +0 -0
- package/.pgdata/base/24577/4170 +0 -0
- package/.pgdata/base/24577/4171 +0 -0
- package/.pgdata/base/24577/4172 +0 -0
- package/.pgdata/base/24577/4173 +0 -0
- package/.pgdata/base/24577/4174 +0 -0
- package/.pgdata/base/24577/5002 +0 -0
- package/.pgdata/base/24577/548 +0 -0
- package/.pgdata/base/24577/549 +0 -0
- package/.pgdata/base/24577/6102 +0 -0
- package/.pgdata/base/24577/6104 +0 -0
- package/.pgdata/base/24577/6106 +0 -0
- package/.pgdata/base/24577/6110 +0 -0
- package/.pgdata/base/24577/6111 +0 -0
- package/.pgdata/base/24577/6112 +0 -0
- package/.pgdata/base/24577/6113 +0 -0
- package/.pgdata/base/24577/6116 +0 -0
- package/.pgdata/base/24577/6117 +0 -0
- package/.pgdata/base/24577/6175 +0 -0
- package/.pgdata/base/24577/6176 +0 -0
- package/.pgdata/base/24577/6228 +0 -0
- package/.pgdata/base/24577/6229 +0 -0
- package/.pgdata/base/24577/6237 +0 -0
- package/.pgdata/base/24577/6238 +0 -0
- package/.pgdata/base/24577/6239 +0 -0
- package/.pgdata/base/24577/826 +0 -0
- package/.pgdata/base/24577/827 +0 -0
- package/.pgdata/base/24577/828 +0 -0
- package/.pgdata/base/24577/PG_VERSION +0 -1
- package/.pgdata/base/24577/pg_filenode.map +0 -0
- package/.pgdata/base/26667/112 +0 -0
- package/.pgdata/base/26667/113 +0 -0
- package/.pgdata/base/26667/1247 +0 -0
- package/.pgdata/base/26667/1247_fsm +0 -0
- package/.pgdata/base/26667/1247_vm +0 -0
- package/.pgdata/base/26667/1249 +0 -0
- package/.pgdata/base/26667/1249_fsm +0 -0
- package/.pgdata/base/26667/1249_vm +0 -0
- package/.pgdata/base/26667/1255 +0 -0
- package/.pgdata/base/26667/1255_fsm +0 -0
- package/.pgdata/base/26667/1255_vm +0 -0
- package/.pgdata/base/26667/1259 +0 -0
- package/.pgdata/base/26667/1259_fsm +0 -0
- package/.pgdata/base/26667/1259_vm +0 -0
- package/.pgdata/base/26667/13402 +0 -0
- package/.pgdata/base/26667/13402_fsm +0 -0
- package/.pgdata/base/26667/13402_vm +0 -0
- package/.pgdata/base/26667/13405 +0 -0
- package/.pgdata/base/26667/13406 +0 -0
- package/.pgdata/base/26667/13407 +0 -0
- package/.pgdata/base/26667/13407_fsm +0 -0
- package/.pgdata/base/26667/13407_vm +0 -0
- package/.pgdata/base/26667/13410 +0 -0
- package/.pgdata/base/26667/13411 +0 -0
- package/.pgdata/base/26667/13412 +0 -0
- package/.pgdata/base/26667/13412_fsm +0 -0
- package/.pgdata/base/26667/13412_vm +0 -0
- package/.pgdata/base/26667/13415 +0 -0
- package/.pgdata/base/26667/13416 +0 -0
- package/.pgdata/base/26667/13417 +0 -0
- package/.pgdata/base/26667/13417_fsm +0 -0
- package/.pgdata/base/26667/13417_vm +0 -0
- package/.pgdata/base/26667/13420 +0 -0
- package/.pgdata/base/26667/13421 +0 -0
- package/.pgdata/base/26667/1417 +0 -0
- package/.pgdata/base/26667/1418 +0 -0
- package/.pgdata/base/26667/174 +0 -0
- package/.pgdata/base/26667/175 +0 -0
- package/.pgdata/base/26667/2187 +0 -0
- package/.pgdata/base/26667/2224 +0 -0
- package/.pgdata/base/26667/2228 +0 -0
- package/.pgdata/base/26667/2328 +0 -0
- package/.pgdata/base/26667/2336 +0 -0
- package/.pgdata/base/26667/2337 +0 -0
- package/.pgdata/base/26667/2579 +0 -0
- package/.pgdata/base/26667/2600 +0 -0
- package/.pgdata/base/26667/2600_fsm +0 -0
- package/.pgdata/base/26667/2600_vm +0 -0
- package/.pgdata/base/26667/2601 +0 -0
- package/.pgdata/base/26667/2601_fsm +0 -0
- package/.pgdata/base/26667/2601_vm +0 -0
- package/.pgdata/base/26667/2602 +0 -0
- package/.pgdata/base/26667/2602_fsm +0 -0
- package/.pgdata/base/26667/2602_vm +0 -0
- package/.pgdata/base/26667/2603 +0 -0
- package/.pgdata/base/26667/2603_fsm +0 -0
- package/.pgdata/base/26667/2603_vm +0 -0
- package/.pgdata/base/26667/2604 +0 -0
- package/.pgdata/base/26667/2604_fsm +0 -0
- package/.pgdata/base/26667/2605 +0 -0
- package/.pgdata/base/26667/2605_fsm +0 -0
- package/.pgdata/base/26667/2605_vm +0 -0
- package/.pgdata/base/26667/2606 +0 -0
- package/.pgdata/base/26667/2606_fsm +0 -0
- package/.pgdata/base/26667/2606_vm +0 -0
- package/.pgdata/base/26667/2607 +0 -0
- package/.pgdata/base/26667/2607_fsm +0 -0
- package/.pgdata/base/26667/2607_vm +0 -0
- package/.pgdata/base/26667/2608 +0 -0
- package/.pgdata/base/26667/2608_fsm +0 -0
- package/.pgdata/base/26667/2608_vm +0 -0
- package/.pgdata/base/26667/2609 +0 -0
- package/.pgdata/base/26667/2609_fsm +0 -0
- package/.pgdata/base/26667/2609_vm +0 -0
- package/.pgdata/base/26667/2610 +0 -0
- package/.pgdata/base/26667/2610_fsm +0 -0
- package/.pgdata/base/26667/2610_vm +0 -0
- package/.pgdata/base/26667/2611 +0 -0
- package/.pgdata/base/26667/2612 +0 -0
- package/.pgdata/base/26667/2612_fsm +0 -0
- package/.pgdata/base/26667/2612_vm +0 -0
- package/.pgdata/base/26667/2613 +0 -0
- package/.pgdata/base/26667/2615 +0 -0
- package/.pgdata/base/26667/2615_fsm +0 -0
- package/.pgdata/base/26667/2615_vm +0 -0
- package/.pgdata/base/26667/2616 +0 -0
- package/.pgdata/base/26667/2616_fsm +0 -0
- package/.pgdata/base/26667/2616_vm +0 -0
- package/.pgdata/base/26667/2617 +0 -0
- package/.pgdata/base/26667/2617_fsm +0 -0
- package/.pgdata/base/26667/2617_vm +0 -0
- package/.pgdata/base/26667/2618 +0 -0
- package/.pgdata/base/26667/2618_fsm +0 -0
- package/.pgdata/base/26667/2618_vm +0 -0
- package/.pgdata/base/26667/2619 +0 -0
- package/.pgdata/base/26667/2619_fsm +0 -0
- package/.pgdata/base/26667/2619_vm +0 -0
- package/.pgdata/base/26667/2620 +0 -0
- package/.pgdata/base/26667/2650 +0 -0
- package/.pgdata/base/26667/2651 +0 -0
- package/.pgdata/base/26667/2652 +0 -0
- package/.pgdata/base/26667/2653 +0 -0
- package/.pgdata/base/26667/2654 +0 -0
- package/.pgdata/base/26667/2655 +0 -0
- package/.pgdata/base/26667/2656 +0 -0
- package/.pgdata/base/26667/2657 +0 -0
- package/.pgdata/base/26667/2658 +0 -0
- package/.pgdata/base/26667/2659 +0 -0
- package/.pgdata/base/26667/2660 +0 -0
- package/.pgdata/base/26667/2661 +0 -0
- package/.pgdata/base/26667/2662 +0 -0
- package/.pgdata/base/26667/2663 +0 -0
- package/.pgdata/base/26667/2664 +0 -0
- package/.pgdata/base/26667/2665 +0 -0
- package/.pgdata/base/26667/2666 +0 -0
- package/.pgdata/base/26667/26668 +0 -0
- package/.pgdata/base/26667/26668_fsm +0 -0
- package/.pgdata/base/26667/2667 +0 -0
- package/.pgdata/base/26667/26672 +0 -0
- package/.pgdata/base/26667/26673 +0 -0
- package/.pgdata/base/26667/26674 +0 -0
- package/.pgdata/base/26667/26676 +0 -0
- package/.pgdata/base/26667/26676_fsm +0 -0
- package/.pgdata/base/26667/2668 +0 -0
- package/.pgdata/base/26667/26682 +0 -0
- package/.pgdata/base/26667/26683 +0 -0
- package/.pgdata/base/26667/26684 +0 -0
- package/.pgdata/base/26667/26686 +0 -0
- package/.pgdata/base/26667/26686_fsm +0 -0
- package/.pgdata/base/26667/26687 +0 -0
- package/.pgdata/base/26667/2669 +0 -0
- package/.pgdata/base/26667/26693 +0 -0
- package/.pgdata/base/26667/26694 +0 -0
- package/.pgdata/base/26667/26695 +0 -0
- package/.pgdata/base/26667/26697 +0 -0
- package/.pgdata/base/26667/26698 +0 -0
- package/.pgdata/base/26667/2670 +0 -0
- package/.pgdata/base/26667/26704 +0 -0
- package/.pgdata/base/26667/26705 +0 -0
- package/.pgdata/base/26667/26706 +0 -0
- package/.pgdata/base/26667/26708 +0 -0
- package/.pgdata/base/26667/26709 +0 -0
- package/.pgdata/base/26667/26715 +0 -0
- package/.pgdata/base/26667/26716 +0 -0
- package/.pgdata/base/26667/26717 +0 -0
- package/.pgdata/base/26667/26719 +0 -0
- package/.pgdata/base/26667/26720 +0 -0
- package/.pgdata/base/26667/26726 +0 -0
- package/.pgdata/base/26667/26727 +0 -0
- package/.pgdata/base/26667/26728 +0 -0
- package/.pgdata/base/26667/2673 +0 -0
- package/.pgdata/base/26667/26730 +0 -0
- package/.pgdata/base/26667/26731 +0 -0
- package/.pgdata/base/26667/26737 +0 -0
- package/.pgdata/base/26667/26738 +0 -0
- package/.pgdata/base/26667/26739 +0 -0
- package/.pgdata/base/26667/2674 +0 -0
- package/.pgdata/base/26667/26741 +0 -0
- package/.pgdata/base/26667/26742 +0 -0
- package/.pgdata/base/26667/26748 +0 -0
- package/.pgdata/base/26667/26749 +0 -0
- package/.pgdata/base/26667/2675 +0 -0
- package/.pgdata/base/26667/26750 +0 -0
- package/.pgdata/base/26667/26752 +0 -0
- package/.pgdata/base/26667/26753 +0 -0
- package/.pgdata/base/26667/26759 +0 -0
- package/.pgdata/base/26667/26760 +0 -0
- package/.pgdata/base/26667/26761 +0 -0
- package/.pgdata/base/26667/26763 +0 -0
- package/.pgdata/base/26667/26764 +0 -0
- package/.pgdata/base/26667/26770 +0 -0
- package/.pgdata/base/26667/26771 +0 -0
- package/.pgdata/base/26667/26772 +0 -0
- package/.pgdata/base/26667/26775 +0 -0
- package/.pgdata/base/26667/26776 +0 -0
- package/.pgdata/base/26667/26776_fsm +0 -0
- package/.pgdata/base/26667/2678 +0 -0
- package/.pgdata/base/26667/26782 +0 -0
- package/.pgdata/base/26667/26783 +0 -0
- package/.pgdata/base/26667/26784 +0 -0
- package/.pgdata/base/26667/26786 +0 -0
- package/.pgdata/base/26667/26786_fsm +0 -0
- package/.pgdata/base/26667/26787 +0 -0
- package/.pgdata/base/26667/26787_fsm +0 -0
- package/.pgdata/base/26667/2679 +0 -0
- package/.pgdata/base/26667/26793 +0 -0
- package/.pgdata/base/26667/26794 +0 -0
- package/.pgdata/base/26667/26795 +0 -0
- package/.pgdata/base/26667/26797 +0 -0
- package/.pgdata/base/26667/26798 +0 -0
- package/.pgdata/base/26667/2680 +0 -0
- package/.pgdata/base/26667/26804 +0 -0
- package/.pgdata/base/26667/26805 +0 -0
- package/.pgdata/base/26667/26806 +0 -0
- package/.pgdata/base/26667/26808 +0 -0
- package/.pgdata/base/26667/26809 +0 -0
- package/.pgdata/base/26667/2681 +0 -0
- package/.pgdata/base/26667/26815 +0 -0
- package/.pgdata/base/26667/26816 +0 -0
- package/.pgdata/base/26667/26817 +0 -0
- package/.pgdata/base/26667/26819 +0 -0
- package/.pgdata/base/26667/2682 +0 -0
- package/.pgdata/base/26667/26820 +0 -0
- package/.pgdata/base/26667/26826 +0 -0
- package/.pgdata/base/26667/26827 +0 -0
- package/.pgdata/base/26667/26828 +0 -0
- package/.pgdata/base/26667/2683 +0 -0
- package/.pgdata/base/26667/26830 +0 -0
- package/.pgdata/base/26667/26830_fsm +0 -0
- package/.pgdata/base/26667/26831 +0 -0
- package/.pgdata/base/26667/26837 +0 -0
- package/.pgdata/base/26667/26838 +0 -0
- package/.pgdata/base/26667/26839 +0 -0
- package/.pgdata/base/26667/2684 +0 -0
- package/.pgdata/base/26667/26841 +0 -0
- package/.pgdata/base/26667/26842 +0 -0
- package/.pgdata/base/26667/26848 +0 -0
- package/.pgdata/base/26667/26849 +0 -0
- package/.pgdata/base/26667/2685 +0 -0
- package/.pgdata/base/26667/26850 +0 -0
- package/.pgdata/base/26667/26852 +0 -0
- package/.pgdata/base/26667/26853 +0 -0
- package/.pgdata/base/26667/26859 +0 -0
- package/.pgdata/base/26667/2686 +0 -0
- package/.pgdata/base/26667/26860 +0 -0
- package/.pgdata/base/26667/26861 +0 -0
- package/.pgdata/base/26667/26863 +0 -0
- package/.pgdata/base/26667/26865 +0 -0
- package/.pgdata/base/26667/26869 +0 -0
- package/.pgdata/base/26667/2687 +0 -0
- package/.pgdata/base/26667/26870 +0 -0
- package/.pgdata/base/26667/26871 +0 -0
- package/.pgdata/base/26667/2688 +0 -0
- package/.pgdata/base/26667/2689 +0 -0
- package/.pgdata/base/26667/2690 +0 -0
- package/.pgdata/base/26667/2691 +0 -0
- package/.pgdata/base/26667/2692 +0 -0
- package/.pgdata/base/26667/2693 +0 -0
- package/.pgdata/base/26667/2696 +0 -0
- package/.pgdata/base/26667/2699 +0 -0
- package/.pgdata/base/26667/2701 +0 -0
- package/.pgdata/base/26667/2702 +0 -0
- package/.pgdata/base/26667/2703 +0 -0
- package/.pgdata/base/26667/2704 +0 -0
- package/.pgdata/base/26667/2753 +0 -0
- package/.pgdata/base/26667/2753_fsm +0 -0
- package/.pgdata/base/26667/2753_vm +0 -0
- package/.pgdata/base/26667/2754 +0 -0
- package/.pgdata/base/26667/2755 +0 -0
- package/.pgdata/base/26667/2756 +0 -0
- package/.pgdata/base/26667/2757 +0 -0
- package/.pgdata/base/26667/2830 +0 -0
- package/.pgdata/base/26667/2831 +0 -0
- package/.pgdata/base/26667/2832 +0 -0
- package/.pgdata/base/26667/2833 +0 -0
- package/.pgdata/base/26667/2834 +0 -0
- package/.pgdata/base/26667/2835 +0 -0
- package/.pgdata/base/26667/2836 +0 -0
- package/.pgdata/base/26667/2836_fsm +0 -0
- package/.pgdata/base/26667/2836_vm +0 -0
- package/.pgdata/base/26667/2837 +0 -0
- package/.pgdata/base/26667/2838 +0 -0
- package/.pgdata/base/26667/2838_fsm +0 -0
- package/.pgdata/base/26667/2838_vm +0 -0
- package/.pgdata/base/26667/2839 +0 -0
- package/.pgdata/base/26667/2840 +0 -0
- package/.pgdata/base/26667/2840_fsm +0 -0
- package/.pgdata/base/26667/2840_vm +0 -0
- package/.pgdata/base/26667/2841 +0 -0
- package/.pgdata/base/26667/2995 +0 -0
- package/.pgdata/base/26667/2996 +0 -0
- package/.pgdata/base/26667/3079 +0 -0
- package/.pgdata/base/26667/3079_fsm +0 -0
- package/.pgdata/base/26667/3079_vm +0 -0
- package/.pgdata/base/26667/3080 +0 -0
- package/.pgdata/base/26667/3081 +0 -0
- package/.pgdata/base/26667/3085 +0 -0
- package/.pgdata/base/26667/3118 +0 -0
- package/.pgdata/base/26667/3119 +0 -0
- package/.pgdata/base/26667/3164 +0 -0
- package/.pgdata/base/26667/3256 +0 -0
- package/.pgdata/base/26667/3257 +0 -0
- package/.pgdata/base/26667/3258 +0 -0
- package/.pgdata/base/26667/3350 +0 -0
- package/.pgdata/base/26667/3351 +0 -0
- package/.pgdata/base/26667/3379 +0 -0
- package/.pgdata/base/26667/3380 +0 -0
- package/.pgdata/base/26667/3381 +0 -0
- package/.pgdata/base/26667/3394 +0 -0
- package/.pgdata/base/26667/3394_fsm +0 -0
- package/.pgdata/base/26667/3394_vm +0 -0
- package/.pgdata/base/26667/3395 +0 -0
- package/.pgdata/base/26667/3429 +0 -0
- package/.pgdata/base/26667/3430 +0 -0
- package/.pgdata/base/26667/3431 +0 -0
- package/.pgdata/base/26667/3433 +0 -0
- package/.pgdata/base/26667/3439 +0 -0
- package/.pgdata/base/26667/3440 +0 -0
- package/.pgdata/base/26667/3455 +0 -0
- package/.pgdata/base/26667/3456 +0 -0
- package/.pgdata/base/26667/3456_fsm +0 -0
- package/.pgdata/base/26667/3456_vm +0 -0
- package/.pgdata/base/26667/3466 +0 -0
- package/.pgdata/base/26667/3467 +0 -0
- package/.pgdata/base/26667/3468 +0 -0
- package/.pgdata/base/26667/3501 +0 -0
- package/.pgdata/base/26667/3502 +0 -0
- package/.pgdata/base/26667/3503 +0 -0
- package/.pgdata/base/26667/3534 +0 -0
- package/.pgdata/base/26667/3541 +0 -0
- package/.pgdata/base/26667/3541_fsm +0 -0
- package/.pgdata/base/26667/3541_vm +0 -0
- package/.pgdata/base/26667/3542 +0 -0
- package/.pgdata/base/26667/3574 +0 -0
- package/.pgdata/base/26667/3575 +0 -0
- package/.pgdata/base/26667/3576 +0 -0
- package/.pgdata/base/26667/3596 +0 -0
- package/.pgdata/base/26667/3597 +0 -0
- package/.pgdata/base/26667/3598 +0 -0
- package/.pgdata/base/26667/3599 +0 -0
- package/.pgdata/base/26667/3600 +0 -0
- package/.pgdata/base/26667/3600_fsm +0 -0
- package/.pgdata/base/26667/3600_vm +0 -0
- package/.pgdata/base/26667/3601 +0 -0
- package/.pgdata/base/26667/3601_fsm +0 -0
- package/.pgdata/base/26667/3601_vm +0 -0
- package/.pgdata/base/26667/3602 +0 -0
- package/.pgdata/base/26667/3602_fsm +0 -0
- package/.pgdata/base/26667/3602_vm +0 -0
- package/.pgdata/base/26667/3603 +0 -0
- package/.pgdata/base/26667/3603_fsm +0 -0
- package/.pgdata/base/26667/3603_vm +0 -0
- package/.pgdata/base/26667/3604 +0 -0
- package/.pgdata/base/26667/3605 +0 -0
- package/.pgdata/base/26667/3606 +0 -0
- package/.pgdata/base/26667/3607 +0 -0
- package/.pgdata/base/26667/3608 +0 -0
- package/.pgdata/base/26667/3609 +0 -0
- package/.pgdata/base/26667/3712 +0 -0
- package/.pgdata/base/26667/3764 +0 -0
- package/.pgdata/base/26667/3764_fsm +0 -0
- package/.pgdata/base/26667/3764_vm +0 -0
- package/.pgdata/base/26667/3766 +0 -0
- package/.pgdata/base/26667/3767 +0 -0
- package/.pgdata/base/26667/3997 +0 -0
- package/.pgdata/base/26667/4143 +0 -0
- package/.pgdata/base/26667/4144 +0 -0
- package/.pgdata/base/26667/4145 +0 -0
- package/.pgdata/base/26667/4146 +0 -0
- package/.pgdata/base/26667/4147 +0 -0
- package/.pgdata/base/26667/4148 +0 -0
- package/.pgdata/base/26667/4149 +0 -0
- package/.pgdata/base/26667/4150 +0 -0
- package/.pgdata/base/26667/4151 +0 -0
- package/.pgdata/base/26667/4152 +0 -0
- package/.pgdata/base/26667/4153 +0 -0
- package/.pgdata/base/26667/4154 +0 -0
- package/.pgdata/base/26667/4155 +0 -0
- package/.pgdata/base/26667/4156 +0 -0
- package/.pgdata/base/26667/4157 +0 -0
- package/.pgdata/base/26667/4158 +0 -0
- package/.pgdata/base/26667/4159 +0 -0
- package/.pgdata/base/26667/4160 +0 -0
- package/.pgdata/base/26667/4163 +0 -0
- package/.pgdata/base/26667/4164 +0 -0
- package/.pgdata/base/26667/4165 +0 -0
- package/.pgdata/base/26667/4166 +0 -0
- package/.pgdata/base/26667/4167 +0 -0
- package/.pgdata/base/26667/4168 +0 -0
- package/.pgdata/base/26667/4169 +0 -0
- package/.pgdata/base/26667/4170 +0 -0
- package/.pgdata/base/26667/4171 +0 -0
- package/.pgdata/base/26667/4172 +0 -0
- package/.pgdata/base/26667/4173 +0 -0
- package/.pgdata/base/26667/4174 +0 -0
- package/.pgdata/base/26667/5002 +0 -0
- package/.pgdata/base/26667/548 +0 -0
- package/.pgdata/base/26667/549 +0 -0
- package/.pgdata/base/26667/6102 +0 -0
- package/.pgdata/base/26667/6104 +0 -0
- package/.pgdata/base/26667/6106 +0 -0
- package/.pgdata/base/26667/6110 +0 -0
- package/.pgdata/base/26667/6111 +0 -0
- package/.pgdata/base/26667/6112 +0 -0
- package/.pgdata/base/26667/6113 +0 -0
- package/.pgdata/base/26667/6116 +0 -0
- package/.pgdata/base/26667/6117 +0 -0
- package/.pgdata/base/26667/6175 +0 -0
- package/.pgdata/base/26667/6176 +0 -0
- package/.pgdata/base/26667/6228 +0 -0
- package/.pgdata/base/26667/6229 +0 -0
- package/.pgdata/base/26667/6237 +0 -0
- package/.pgdata/base/26667/6238 +0 -0
- package/.pgdata/base/26667/6239 +0 -0
- package/.pgdata/base/26667/826 +0 -0
- package/.pgdata/base/26667/827 +0 -0
- package/.pgdata/base/26667/828 +0 -0
- package/.pgdata/base/26667/PG_VERSION +0 -1
- package/.pgdata/base/26667/pg_filenode.map +0 -0
- package/.pgdata/base/4/112 +0 -0
- package/.pgdata/base/4/113 +0 -0
- package/.pgdata/base/4/1247 +0 -0
- package/.pgdata/base/4/1247_fsm +0 -0
- package/.pgdata/base/4/1247_vm +0 -0
- package/.pgdata/base/4/1249 +0 -0
- package/.pgdata/base/4/1249_fsm +0 -0
- package/.pgdata/base/4/1249_vm +0 -0
- package/.pgdata/base/4/1255 +0 -0
- package/.pgdata/base/4/1255_fsm +0 -0
- package/.pgdata/base/4/1255_vm +0 -0
- package/.pgdata/base/4/1259 +0 -0
- package/.pgdata/base/4/1259_fsm +0 -0
- package/.pgdata/base/4/1259_vm +0 -0
- package/.pgdata/base/4/13402 +0 -0
- package/.pgdata/base/4/13402_fsm +0 -0
- package/.pgdata/base/4/13402_vm +0 -0
- package/.pgdata/base/4/13405 +0 -0
- package/.pgdata/base/4/13406 +0 -0
- package/.pgdata/base/4/13407 +0 -0
- package/.pgdata/base/4/13407_fsm +0 -0
- package/.pgdata/base/4/13407_vm +0 -0
- package/.pgdata/base/4/13410 +0 -0
- package/.pgdata/base/4/13411 +0 -0
- package/.pgdata/base/4/13412 +0 -0
- package/.pgdata/base/4/13412_fsm +0 -0
- package/.pgdata/base/4/13412_vm +0 -0
- package/.pgdata/base/4/13415 +0 -0
- package/.pgdata/base/4/13416 +0 -0
- package/.pgdata/base/4/13417 +0 -0
- package/.pgdata/base/4/13417_fsm +0 -0
- package/.pgdata/base/4/13417_vm +0 -0
- package/.pgdata/base/4/13420 +0 -0
- package/.pgdata/base/4/13421 +0 -0
- package/.pgdata/base/4/1417 +0 -0
- package/.pgdata/base/4/1418 +0 -0
- package/.pgdata/base/4/174 +0 -0
- package/.pgdata/base/4/175 +0 -0
- package/.pgdata/base/4/2187 +0 -0
- package/.pgdata/base/4/2224 +0 -0
- package/.pgdata/base/4/2228 +0 -0
- package/.pgdata/base/4/2328 +0 -0
- package/.pgdata/base/4/2336 +0 -0
- package/.pgdata/base/4/2337 +0 -0
- package/.pgdata/base/4/2579 +0 -0
- package/.pgdata/base/4/2600 +0 -0
- package/.pgdata/base/4/2600_fsm +0 -0
- package/.pgdata/base/4/2600_vm +0 -0
- package/.pgdata/base/4/2601 +0 -0
- package/.pgdata/base/4/2601_fsm +0 -0
- package/.pgdata/base/4/2601_vm +0 -0
- package/.pgdata/base/4/2602 +0 -0
- package/.pgdata/base/4/2602_fsm +0 -0
- package/.pgdata/base/4/2602_vm +0 -0
- package/.pgdata/base/4/2603 +0 -0
- package/.pgdata/base/4/2603_fsm +0 -0
- package/.pgdata/base/4/2603_vm +0 -0
- package/.pgdata/base/4/2604 +0 -0
- package/.pgdata/base/4/2605 +0 -0
- package/.pgdata/base/4/2605_fsm +0 -0
- package/.pgdata/base/4/2605_vm +0 -0
- package/.pgdata/base/4/2606 +0 -0
- package/.pgdata/base/4/2606_fsm +0 -0
- package/.pgdata/base/4/2606_vm +0 -0
- package/.pgdata/base/4/2607 +0 -0
- package/.pgdata/base/4/2607_fsm +0 -0
- package/.pgdata/base/4/2607_vm +0 -0
- package/.pgdata/base/4/2608 +0 -0
- package/.pgdata/base/4/2608_fsm +0 -0
- package/.pgdata/base/4/2608_vm +0 -0
- package/.pgdata/base/4/2609 +0 -0
- package/.pgdata/base/4/2609_fsm +0 -0
- package/.pgdata/base/4/2609_vm +0 -0
- package/.pgdata/base/4/2610 +0 -0
- package/.pgdata/base/4/2610_fsm +0 -0
- package/.pgdata/base/4/2610_vm +0 -0
- package/.pgdata/base/4/2611 +0 -0
- package/.pgdata/base/4/2612 +0 -0
- package/.pgdata/base/4/2612_fsm +0 -0
- package/.pgdata/base/4/2612_vm +0 -0
- package/.pgdata/base/4/2613 +0 -0
- package/.pgdata/base/4/2615 +0 -0
- package/.pgdata/base/4/2615_fsm +0 -0
- package/.pgdata/base/4/2615_vm +0 -0
- package/.pgdata/base/4/2616 +0 -0
- package/.pgdata/base/4/2616_fsm +0 -0
- package/.pgdata/base/4/2616_vm +0 -0
- package/.pgdata/base/4/2617 +0 -0
- package/.pgdata/base/4/2617_fsm +0 -0
- package/.pgdata/base/4/2617_vm +0 -0
- package/.pgdata/base/4/2618 +0 -0
- package/.pgdata/base/4/2618_fsm +0 -0
- package/.pgdata/base/4/2618_vm +0 -0
- package/.pgdata/base/4/2619 +0 -0
- package/.pgdata/base/4/2619_fsm +0 -0
- package/.pgdata/base/4/2619_vm +0 -0
- package/.pgdata/base/4/2620 +0 -0
- package/.pgdata/base/4/2650 +0 -0
- package/.pgdata/base/4/2651 +0 -0
- package/.pgdata/base/4/2652 +0 -0
- package/.pgdata/base/4/2653 +0 -0
- package/.pgdata/base/4/2654 +0 -0
- package/.pgdata/base/4/2655 +0 -0
- package/.pgdata/base/4/2656 +0 -0
- package/.pgdata/base/4/2657 +0 -0
- package/.pgdata/base/4/2658 +0 -0
- package/.pgdata/base/4/2659 +0 -0
- package/.pgdata/base/4/2660 +0 -0
- package/.pgdata/base/4/2661 +0 -0
- package/.pgdata/base/4/2662 +0 -0
- package/.pgdata/base/4/2663 +0 -0
- package/.pgdata/base/4/2664 +0 -0
- package/.pgdata/base/4/2665 +0 -0
- package/.pgdata/base/4/2666 +0 -0
- package/.pgdata/base/4/2667 +0 -0
- package/.pgdata/base/4/2668 +0 -0
- package/.pgdata/base/4/2669 +0 -0
- package/.pgdata/base/4/2670 +0 -0
- package/.pgdata/base/4/2673 +0 -0
- package/.pgdata/base/4/2674 +0 -0
- package/.pgdata/base/4/2675 +0 -0
- package/.pgdata/base/4/2678 +0 -0
- package/.pgdata/base/4/2679 +0 -0
- package/.pgdata/base/4/2680 +0 -0
- package/.pgdata/base/4/2681 +0 -0
- package/.pgdata/base/4/2682 +0 -0
- package/.pgdata/base/4/2683 +0 -0
- package/.pgdata/base/4/2684 +0 -0
- package/.pgdata/base/4/2685 +0 -0
- package/.pgdata/base/4/2686 +0 -0
- package/.pgdata/base/4/2687 +0 -0
- package/.pgdata/base/4/2688 +0 -0
- package/.pgdata/base/4/2689 +0 -0
- package/.pgdata/base/4/2690 +0 -0
- package/.pgdata/base/4/2691 +0 -0
- package/.pgdata/base/4/2692 +0 -0
- package/.pgdata/base/4/2693 +0 -0
- package/.pgdata/base/4/2696 +0 -0
- package/.pgdata/base/4/2699 +0 -0
- package/.pgdata/base/4/2701 +0 -0
- package/.pgdata/base/4/2702 +0 -0
- package/.pgdata/base/4/2703 +0 -0
- package/.pgdata/base/4/2704 +0 -0
- package/.pgdata/base/4/2753 +0 -0
- package/.pgdata/base/4/2753_fsm +0 -0
- package/.pgdata/base/4/2753_vm +0 -0
- package/.pgdata/base/4/2754 +0 -0
- package/.pgdata/base/4/2755 +0 -0
- package/.pgdata/base/4/2756 +0 -0
- package/.pgdata/base/4/2757 +0 -0
- package/.pgdata/base/4/2830 +0 -0
- package/.pgdata/base/4/2831 +0 -0
- package/.pgdata/base/4/2832 +0 -0
- package/.pgdata/base/4/2833 +0 -0
- package/.pgdata/base/4/2834 +0 -0
- package/.pgdata/base/4/2835 +0 -0
- package/.pgdata/base/4/2836 +0 -0
- package/.pgdata/base/4/2836_fsm +0 -0
- package/.pgdata/base/4/2836_vm +0 -0
- package/.pgdata/base/4/2837 +0 -0
- package/.pgdata/base/4/2838 +0 -0
- package/.pgdata/base/4/2838_fsm +0 -0
- package/.pgdata/base/4/2838_vm +0 -0
- package/.pgdata/base/4/2839 +0 -0
- package/.pgdata/base/4/2840 +0 -0
- package/.pgdata/base/4/2840_fsm +0 -0
- package/.pgdata/base/4/2840_vm +0 -0
- package/.pgdata/base/4/2841 +0 -0
- package/.pgdata/base/4/2995 +0 -0
- package/.pgdata/base/4/2996 +0 -0
- package/.pgdata/base/4/3079 +0 -0
- package/.pgdata/base/4/3079_fsm +0 -0
- package/.pgdata/base/4/3079_vm +0 -0
- package/.pgdata/base/4/3080 +0 -0
- package/.pgdata/base/4/3081 +0 -0
- package/.pgdata/base/4/3085 +0 -0
- package/.pgdata/base/4/3118 +0 -0
- package/.pgdata/base/4/3119 +0 -0
- package/.pgdata/base/4/3164 +0 -0
- package/.pgdata/base/4/3256 +0 -0
- package/.pgdata/base/4/3257 +0 -0
- package/.pgdata/base/4/3258 +0 -0
- package/.pgdata/base/4/3350 +0 -0
- package/.pgdata/base/4/3351 +0 -0
- package/.pgdata/base/4/3379 +0 -0
- package/.pgdata/base/4/3380 +0 -0
- package/.pgdata/base/4/3381 +0 -0
- package/.pgdata/base/4/3394 +0 -0
- package/.pgdata/base/4/3394_fsm +0 -0
- package/.pgdata/base/4/3394_vm +0 -0
- package/.pgdata/base/4/3395 +0 -0
- package/.pgdata/base/4/3429 +0 -0
- package/.pgdata/base/4/3430 +0 -0
- package/.pgdata/base/4/3431 +0 -0
- package/.pgdata/base/4/3433 +0 -0
- package/.pgdata/base/4/3439 +0 -0
- package/.pgdata/base/4/3440 +0 -0
- package/.pgdata/base/4/3455 +0 -0
- package/.pgdata/base/4/3456 +0 -0
- package/.pgdata/base/4/3456_fsm +0 -0
- package/.pgdata/base/4/3456_vm +0 -0
- package/.pgdata/base/4/3466 +0 -0
- package/.pgdata/base/4/3467 +0 -0
- package/.pgdata/base/4/3468 +0 -0
- package/.pgdata/base/4/3501 +0 -0
- package/.pgdata/base/4/3502 +0 -0
- package/.pgdata/base/4/3503 +0 -0
- package/.pgdata/base/4/3534 +0 -0
- package/.pgdata/base/4/3541 +0 -0
- package/.pgdata/base/4/3541_fsm +0 -0
- package/.pgdata/base/4/3541_vm +0 -0
- package/.pgdata/base/4/3542 +0 -0
- package/.pgdata/base/4/3574 +0 -0
- package/.pgdata/base/4/3575 +0 -0
- package/.pgdata/base/4/3576 +0 -0
- package/.pgdata/base/4/3596 +0 -0
- package/.pgdata/base/4/3597 +0 -0
- package/.pgdata/base/4/3598 +0 -0
- package/.pgdata/base/4/3599 +0 -0
- package/.pgdata/base/4/3600 +0 -0
- package/.pgdata/base/4/3600_fsm +0 -0
- package/.pgdata/base/4/3600_vm +0 -0
- package/.pgdata/base/4/3601 +0 -0
- package/.pgdata/base/4/3601_fsm +0 -0
- package/.pgdata/base/4/3601_vm +0 -0
- package/.pgdata/base/4/3602 +0 -0
- package/.pgdata/base/4/3602_fsm +0 -0
- package/.pgdata/base/4/3602_vm +0 -0
- package/.pgdata/base/4/3603 +0 -0
- package/.pgdata/base/4/3603_fsm +0 -0
- package/.pgdata/base/4/3603_vm +0 -0
- package/.pgdata/base/4/3604 +0 -0
- package/.pgdata/base/4/3605 +0 -0
- package/.pgdata/base/4/3606 +0 -0
- package/.pgdata/base/4/3607 +0 -0
- package/.pgdata/base/4/3608 +0 -0
- package/.pgdata/base/4/3609 +0 -0
- package/.pgdata/base/4/3712 +0 -0
- package/.pgdata/base/4/3764 +0 -0
- package/.pgdata/base/4/3764_fsm +0 -0
- package/.pgdata/base/4/3764_vm +0 -0
- package/.pgdata/base/4/3766 +0 -0
- package/.pgdata/base/4/3767 +0 -0
- package/.pgdata/base/4/3997 +0 -0
- package/.pgdata/base/4/4143 +0 -0
- package/.pgdata/base/4/4144 +0 -0
- package/.pgdata/base/4/4145 +0 -0
- package/.pgdata/base/4/4146 +0 -0
- package/.pgdata/base/4/4147 +0 -0
- package/.pgdata/base/4/4148 +0 -0
- package/.pgdata/base/4/4149 +0 -0
- package/.pgdata/base/4/4150 +0 -0
- package/.pgdata/base/4/4151 +0 -0
- package/.pgdata/base/4/4152 +0 -0
- package/.pgdata/base/4/4153 +0 -0
- package/.pgdata/base/4/4154 +0 -0
- package/.pgdata/base/4/4155 +0 -0
- package/.pgdata/base/4/4156 +0 -0
- package/.pgdata/base/4/4157 +0 -0
- package/.pgdata/base/4/4158 +0 -0
- package/.pgdata/base/4/4159 +0 -0
- package/.pgdata/base/4/4160 +0 -0
- package/.pgdata/base/4/4163 +0 -0
- package/.pgdata/base/4/4164 +0 -0
- package/.pgdata/base/4/4165 +0 -0
- package/.pgdata/base/4/4166 +0 -0
- package/.pgdata/base/4/4167 +0 -0
- package/.pgdata/base/4/4168 +0 -0
- package/.pgdata/base/4/4169 +0 -0
- package/.pgdata/base/4/4170 +0 -0
- package/.pgdata/base/4/4171 +0 -0
- package/.pgdata/base/4/4172 +0 -0
- package/.pgdata/base/4/4173 +0 -0
- package/.pgdata/base/4/4174 +0 -0
- package/.pgdata/base/4/5002 +0 -0
- package/.pgdata/base/4/548 +0 -0
- package/.pgdata/base/4/549 +0 -0
- package/.pgdata/base/4/6102 +0 -0
- package/.pgdata/base/4/6104 +0 -0
- package/.pgdata/base/4/6106 +0 -0
- package/.pgdata/base/4/6110 +0 -0
- package/.pgdata/base/4/6111 +0 -0
- package/.pgdata/base/4/6112 +0 -0
- package/.pgdata/base/4/6113 +0 -0
- package/.pgdata/base/4/6116 +0 -0
- package/.pgdata/base/4/6117 +0 -0
- package/.pgdata/base/4/6175 +0 -0
- package/.pgdata/base/4/6176 +0 -0
- package/.pgdata/base/4/6228 +0 -0
- package/.pgdata/base/4/6229 +0 -0
- package/.pgdata/base/4/6237 +0 -0
- package/.pgdata/base/4/6238 +0 -0
- package/.pgdata/base/4/6239 +0 -0
- package/.pgdata/base/4/826 +0 -0
- package/.pgdata/base/4/827 +0 -0
- package/.pgdata/base/4/828 +0 -0
- package/.pgdata/base/4/PG_VERSION +0 -1
- package/.pgdata/base/4/pg_filenode.map +0 -0
- package/.pgdata/base/5/112 +0 -0
- package/.pgdata/base/5/113 +0 -0
- package/.pgdata/base/5/1247 +0 -0
- package/.pgdata/base/5/1247_fsm +0 -0
- package/.pgdata/base/5/1247_vm +0 -0
- package/.pgdata/base/5/1249 +0 -0
- package/.pgdata/base/5/1249_fsm +0 -0
- package/.pgdata/base/5/1249_vm +0 -0
- package/.pgdata/base/5/1255 +0 -0
- package/.pgdata/base/5/1255_fsm +0 -0
- package/.pgdata/base/5/1255_vm +0 -0
- package/.pgdata/base/5/1259 +0 -0
- package/.pgdata/base/5/1259_fsm +0 -0
- package/.pgdata/base/5/1259_vm +0 -0
- package/.pgdata/base/5/13402 +0 -0
- package/.pgdata/base/5/13402_fsm +0 -0
- package/.pgdata/base/5/13402_vm +0 -0
- package/.pgdata/base/5/13405 +0 -0
- package/.pgdata/base/5/13406 +0 -0
- package/.pgdata/base/5/13407 +0 -0
- package/.pgdata/base/5/13407_fsm +0 -0
- package/.pgdata/base/5/13407_vm +0 -0
- package/.pgdata/base/5/13410 +0 -0
- package/.pgdata/base/5/13411 +0 -0
- package/.pgdata/base/5/13412 +0 -0
- package/.pgdata/base/5/13412_fsm +0 -0
- package/.pgdata/base/5/13412_vm +0 -0
- package/.pgdata/base/5/13415 +0 -0
- package/.pgdata/base/5/13416 +0 -0
- package/.pgdata/base/5/13417 +0 -0
- package/.pgdata/base/5/13417_fsm +0 -0
- package/.pgdata/base/5/13417_vm +0 -0
- package/.pgdata/base/5/13420 +0 -0
- package/.pgdata/base/5/13421 +0 -0
- package/.pgdata/base/5/1417 +0 -0
- package/.pgdata/base/5/1418 +0 -0
- package/.pgdata/base/5/174 +0 -0
- package/.pgdata/base/5/175 +0 -0
- package/.pgdata/base/5/2187 +0 -0
- package/.pgdata/base/5/2224 +0 -0
- package/.pgdata/base/5/2228 +0 -0
- package/.pgdata/base/5/2328 +0 -0
- package/.pgdata/base/5/2336 +0 -0
- package/.pgdata/base/5/2337 +0 -0
- package/.pgdata/base/5/2579 +0 -0
- package/.pgdata/base/5/2600 +0 -0
- package/.pgdata/base/5/2600_fsm +0 -0
- package/.pgdata/base/5/2600_vm +0 -0
- package/.pgdata/base/5/2601 +0 -0
- package/.pgdata/base/5/2601_fsm +0 -0
- package/.pgdata/base/5/2601_vm +0 -0
- package/.pgdata/base/5/2602 +0 -0
- package/.pgdata/base/5/2602_fsm +0 -0
- package/.pgdata/base/5/2602_vm +0 -0
- package/.pgdata/base/5/2603 +0 -0
- package/.pgdata/base/5/2603_fsm +0 -0
- package/.pgdata/base/5/2603_vm +0 -0
- package/.pgdata/base/5/2604 +0 -0
- package/.pgdata/base/5/2605 +0 -0
- package/.pgdata/base/5/2605_fsm +0 -0
- package/.pgdata/base/5/2605_vm +0 -0
- package/.pgdata/base/5/2606 +0 -0
- package/.pgdata/base/5/2606_fsm +0 -0
- package/.pgdata/base/5/2606_vm +0 -0
- package/.pgdata/base/5/2607 +0 -0
- package/.pgdata/base/5/2607_fsm +0 -0
- package/.pgdata/base/5/2607_vm +0 -0
- package/.pgdata/base/5/2608 +0 -0
- package/.pgdata/base/5/2608_fsm +0 -0
- package/.pgdata/base/5/2608_vm +0 -0
- package/.pgdata/base/5/2609 +0 -0
- package/.pgdata/base/5/2609_fsm +0 -0
- package/.pgdata/base/5/2609_vm +0 -0
- package/.pgdata/base/5/2610 +0 -0
- package/.pgdata/base/5/2610_fsm +0 -0
- package/.pgdata/base/5/2610_vm +0 -0
- package/.pgdata/base/5/2611 +0 -0
- package/.pgdata/base/5/2612 +0 -0
- package/.pgdata/base/5/2612_fsm +0 -0
- package/.pgdata/base/5/2612_vm +0 -0
- package/.pgdata/base/5/2613 +0 -0
- package/.pgdata/base/5/2615 +0 -0
- package/.pgdata/base/5/2615_fsm +0 -0
- package/.pgdata/base/5/2615_vm +0 -0
- package/.pgdata/base/5/2616 +0 -0
- package/.pgdata/base/5/2616_fsm +0 -0
- package/.pgdata/base/5/2616_vm +0 -0
- package/.pgdata/base/5/2617 +0 -0
- package/.pgdata/base/5/2617_fsm +0 -0
- package/.pgdata/base/5/2617_vm +0 -0
- package/.pgdata/base/5/2618 +0 -0
- package/.pgdata/base/5/2618_fsm +0 -0
- package/.pgdata/base/5/2618_vm +0 -0
- package/.pgdata/base/5/2619 +0 -0
- package/.pgdata/base/5/2619_fsm +0 -0
- package/.pgdata/base/5/2619_vm +0 -0
- package/.pgdata/base/5/2620 +0 -0
- package/.pgdata/base/5/2650 +0 -0
- package/.pgdata/base/5/2651 +0 -0
- package/.pgdata/base/5/2652 +0 -0
- package/.pgdata/base/5/2653 +0 -0
- package/.pgdata/base/5/2654 +0 -0
- package/.pgdata/base/5/2655 +0 -0
- package/.pgdata/base/5/2656 +0 -0
- package/.pgdata/base/5/2657 +0 -0
- package/.pgdata/base/5/2658 +0 -0
- package/.pgdata/base/5/2659 +0 -0
- package/.pgdata/base/5/2660 +0 -0
- package/.pgdata/base/5/2661 +0 -0
- package/.pgdata/base/5/2662 +0 -0
- package/.pgdata/base/5/2663 +0 -0
- package/.pgdata/base/5/2664 +0 -0
- package/.pgdata/base/5/2665 +0 -0
- package/.pgdata/base/5/2666 +0 -0
- package/.pgdata/base/5/2667 +0 -0
- package/.pgdata/base/5/2668 +0 -0
- package/.pgdata/base/5/2669 +0 -0
- package/.pgdata/base/5/2670 +0 -0
- package/.pgdata/base/5/2673 +0 -0
- package/.pgdata/base/5/2674 +0 -0
- package/.pgdata/base/5/2675 +0 -0
- package/.pgdata/base/5/2678 +0 -0
- package/.pgdata/base/5/2679 +0 -0
- package/.pgdata/base/5/2680 +0 -0
- package/.pgdata/base/5/2681 +0 -0
- package/.pgdata/base/5/2682 +0 -0
- package/.pgdata/base/5/2683 +0 -0
- package/.pgdata/base/5/2684 +0 -0
- package/.pgdata/base/5/2685 +0 -0
- package/.pgdata/base/5/2686 +0 -0
- package/.pgdata/base/5/2687 +0 -0
- package/.pgdata/base/5/2688 +0 -0
- package/.pgdata/base/5/2689 +0 -0
- package/.pgdata/base/5/2690 +0 -0
- package/.pgdata/base/5/2691 +0 -0
- package/.pgdata/base/5/2692 +0 -0
- package/.pgdata/base/5/2693 +0 -0
- package/.pgdata/base/5/2696 +0 -0
- package/.pgdata/base/5/2699 +0 -0
- package/.pgdata/base/5/2701 +0 -0
- package/.pgdata/base/5/2702 +0 -0
- package/.pgdata/base/5/2703 +0 -0
- package/.pgdata/base/5/2704 +0 -0
- package/.pgdata/base/5/2753 +0 -0
- package/.pgdata/base/5/2753_fsm +0 -0
- package/.pgdata/base/5/2753_vm +0 -0
- package/.pgdata/base/5/2754 +0 -0
- package/.pgdata/base/5/2755 +0 -0
- package/.pgdata/base/5/2756 +0 -0
- package/.pgdata/base/5/2757 +0 -0
- package/.pgdata/base/5/2830 +0 -0
- package/.pgdata/base/5/2831 +0 -0
- package/.pgdata/base/5/2832 +0 -0
- package/.pgdata/base/5/2833 +0 -0
- package/.pgdata/base/5/2834 +0 -0
- package/.pgdata/base/5/2835 +0 -0
- package/.pgdata/base/5/2836 +0 -0
- package/.pgdata/base/5/2836_fsm +0 -0
- package/.pgdata/base/5/2836_vm +0 -0
- package/.pgdata/base/5/2837 +0 -0
- package/.pgdata/base/5/2838 +0 -0
- package/.pgdata/base/5/2838_fsm +0 -0
- package/.pgdata/base/5/2838_vm +0 -0
- package/.pgdata/base/5/2839 +0 -0
- package/.pgdata/base/5/2840 +0 -0
- package/.pgdata/base/5/2840_fsm +0 -0
- package/.pgdata/base/5/2840_vm +0 -0
- package/.pgdata/base/5/2841 +0 -0
- package/.pgdata/base/5/2995 +0 -0
- package/.pgdata/base/5/2996 +0 -0
- package/.pgdata/base/5/3079 +0 -0
- package/.pgdata/base/5/3079_fsm +0 -0
- package/.pgdata/base/5/3079_vm +0 -0
- package/.pgdata/base/5/3080 +0 -0
- package/.pgdata/base/5/3081 +0 -0
- package/.pgdata/base/5/3085 +0 -0
- package/.pgdata/base/5/3118 +0 -0
- package/.pgdata/base/5/3119 +0 -0
- package/.pgdata/base/5/3164 +0 -0
- package/.pgdata/base/5/3256 +0 -0
- package/.pgdata/base/5/3257 +0 -0
- package/.pgdata/base/5/3258 +0 -0
- package/.pgdata/base/5/3350 +0 -0
- package/.pgdata/base/5/3351 +0 -0
- package/.pgdata/base/5/3379 +0 -0
- package/.pgdata/base/5/3380 +0 -0
- package/.pgdata/base/5/3381 +0 -0
- package/.pgdata/base/5/3394 +0 -0
- package/.pgdata/base/5/3394_fsm +0 -0
- package/.pgdata/base/5/3394_vm +0 -0
- package/.pgdata/base/5/3395 +0 -0
- package/.pgdata/base/5/3429 +0 -0
- package/.pgdata/base/5/3430 +0 -0
- package/.pgdata/base/5/3431 +0 -0
- package/.pgdata/base/5/3433 +0 -0
- package/.pgdata/base/5/3439 +0 -0
- package/.pgdata/base/5/3440 +0 -0
- package/.pgdata/base/5/3455 +0 -0
- package/.pgdata/base/5/3456 +0 -0
- package/.pgdata/base/5/3456_fsm +0 -0
- package/.pgdata/base/5/3456_vm +0 -0
- package/.pgdata/base/5/3466 +0 -0
- package/.pgdata/base/5/3467 +0 -0
- package/.pgdata/base/5/3468 +0 -0
- package/.pgdata/base/5/3501 +0 -0
- package/.pgdata/base/5/3502 +0 -0
- package/.pgdata/base/5/3503 +0 -0
- package/.pgdata/base/5/3534 +0 -0
- package/.pgdata/base/5/3541 +0 -0
- package/.pgdata/base/5/3541_fsm +0 -0
- package/.pgdata/base/5/3541_vm +0 -0
- package/.pgdata/base/5/3542 +0 -0
- package/.pgdata/base/5/3574 +0 -0
- package/.pgdata/base/5/3575 +0 -0
- package/.pgdata/base/5/3576 +0 -0
- package/.pgdata/base/5/3596 +0 -0
- package/.pgdata/base/5/3597 +0 -0
- package/.pgdata/base/5/3598 +0 -0
- package/.pgdata/base/5/3599 +0 -0
- package/.pgdata/base/5/3600 +0 -0
- package/.pgdata/base/5/3600_fsm +0 -0
- package/.pgdata/base/5/3600_vm +0 -0
- package/.pgdata/base/5/3601 +0 -0
- package/.pgdata/base/5/3601_fsm +0 -0
- package/.pgdata/base/5/3601_vm +0 -0
- package/.pgdata/base/5/3602 +0 -0
- package/.pgdata/base/5/3602_fsm +0 -0
- package/.pgdata/base/5/3602_vm +0 -0
- package/.pgdata/base/5/3603 +0 -0
- package/.pgdata/base/5/3603_fsm +0 -0
- package/.pgdata/base/5/3603_vm +0 -0
- package/.pgdata/base/5/3604 +0 -0
- package/.pgdata/base/5/3605 +0 -0
- package/.pgdata/base/5/3606 +0 -0
- package/.pgdata/base/5/3607 +0 -0
- package/.pgdata/base/5/3608 +0 -0
- package/.pgdata/base/5/3609 +0 -0
- package/.pgdata/base/5/3712 +0 -0
- package/.pgdata/base/5/3764 +0 -0
- package/.pgdata/base/5/3764_fsm +0 -0
- package/.pgdata/base/5/3764_vm +0 -0
- package/.pgdata/base/5/3766 +0 -0
- package/.pgdata/base/5/3767 +0 -0
- package/.pgdata/base/5/3997 +0 -0
- package/.pgdata/base/5/4143 +0 -0
- package/.pgdata/base/5/4144 +0 -0
- package/.pgdata/base/5/4145 +0 -0
- package/.pgdata/base/5/4146 +0 -0
- package/.pgdata/base/5/4147 +0 -0
- package/.pgdata/base/5/4148 +0 -0
- package/.pgdata/base/5/4149 +0 -0
- package/.pgdata/base/5/4150 +0 -0
- package/.pgdata/base/5/4151 +0 -0
- package/.pgdata/base/5/4152 +0 -0
- package/.pgdata/base/5/4153 +0 -0
- package/.pgdata/base/5/4154 +0 -0
- package/.pgdata/base/5/4155 +0 -0
- package/.pgdata/base/5/4156 +0 -0
- package/.pgdata/base/5/4157 +0 -0
- package/.pgdata/base/5/4158 +0 -0
- package/.pgdata/base/5/4159 +0 -0
- package/.pgdata/base/5/4160 +0 -0
- package/.pgdata/base/5/4163 +0 -0
- package/.pgdata/base/5/4164 +0 -0
- package/.pgdata/base/5/4165 +0 -0
- package/.pgdata/base/5/4166 +0 -0
- package/.pgdata/base/5/4167 +0 -0
- package/.pgdata/base/5/4168 +0 -0
- package/.pgdata/base/5/4169 +0 -0
- package/.pgdata/base/5/4170 +0 -0
- package/.pgdata/base/5/4171 +0 -0
- package/.pgdata/base/5/4172 +0 -0
- package/.pgdata/base/5/4173 +0 -0
- package/.pgdata/base/5/4174 +0 -0
- package/.pgdata/base/5/5002 +0 -0
- package/.pgdata/base/5/548 +0 -0
- package/.pgdata/base/5/549 +0 -0
- package/.pgdata/base/5/6102 +0 -0
- package/.pgdata/base/5/6104 +0 -0
- package/.pgdata/base/5/6106 +0 -0
- package/.pgdata/base/5/6110 +0 -0
- package/.pgdata/base/5/6111 +0 -0
- package/.pgdata/base/5/6112 +0 -0
- package/.pgdata/base/5/6113 +0 -0
- package/.pgdata/base/5/6116 +0 -0
- package/.pgdata/base/5/6117 +0 -0
- package/.pgdata/base/5/6175 +0 -0
- package/.pgdata/base/5/6176 +0 -0
- package/.pgdata/base/5/6228 +0 -0
- package/.pgdata/base/5/6229 +0 -0
- package/.pgdata/base/5/6237 +0 -0
- package/.pgdata/base/5/6238 +0 -0
- package/.pgdata/base/5/6239 +0 -0
- package/.pgdata/base/5/826 +0 -0
- package/.pgdata/base/5/827 +0 -0
- package/.pgdata/base/5/828 +0 -0
- package/.pgdata/base/5/PG_VERSION +0 -1
- package/.pgdata/base/5/pg_filenode.map +0 -0
- package/.pgdata/base/5/pg_internal.init +0 -0
- package/.pgdata/global/1213 +0 -0
- package/.pgdata/global/1213_fsm +0 -0
- package/.pgdata/global/1213_vm +0 -0
- package/.pgdata/global/1214 +0 -0
- package/.pgdata/global/1232 +0 -0
- package/.pgdata/global/1233 +0 -0
- package/.pgdata/global/1260 +0 -0
- package/.pgdata/global/1260_fsm +0 -0
- package/.pgdata/global/1260_vm +0 -0
- package/.pgdata/global/1261 +0 -0
- package/.pgdata/global/1261_fsm +0 -0
- package/.pgdata/global/1261_vm +0 -0
- package/.pgdata/global/1262 +0 -0
- package/.pgdata/global/1262_fsm +0 -0
- package/.pgdata/global/1262_vm +0 -0
- package/.pgdata/global/2396 +0 -0
- package/.pgdata/global/2396_fsm +0 -0
- package/.pgdata/global/2396_vm +0 -0
- package/.pgdata/global/2397 +0 -0
- package/.pgdata/global/2671 +0 -0
- package/.pgdata/global/2672 +0 -0
- package/.pgdata/global/2676 +0 -0
- package/.pgdata/global/2677 +0 -0
- package/.pgdata/global/2694 +0 -0
- package/.pgdata/global/2695 +0 -0
- package/.pgdata/global/2697 +0 -0
- package/.pgdata/global/2698 +0 -0
- package/.pgdata/global/2846 +0 -0
- package/.pgdata/global/2847 +0 -0
- package/.pgdata/global/2964 +0 -0
- package/.pgdata/global/2965 +0 -0
- package/.pgdata/global/2966 +0 -0
- package/.pgdata/global/2967 +0 -0
- package/.pgdata/global/3592 +0 -0
- package/.pgdata/global/3593 +0 -0
- package/.pgdata/global/4060 +0 -0
- package/.pgdata/global/4061 +0 -0
- package/.pgdata/global/4175 +0 -0
- package/.pgdata/global/4176 +0 -0
- package/.pgdata/global/4177 +0 -0
- package/.pgdata/global/4178 +0 -0
- package/.pgdata/global/4181 +0 -0
- package/.pgdata/global/4182 +0 -0
- package/.pgdata/global/4183 +0 -0
- package/.pgdata/global/4184 +0 -0
- package/.pgdata/global/4185 +0 -0
- package/.pgdata/global/4186 +0 -0
- package/.pgdata/global/6000 +0 -0
- package/.pgdata/global/6001 +0 -0
- package/.pgdata/global/6002 +0 -0
- package/.pgdata/global/6100 +0 -0
- package/.pgdata/global/6114 +0 -0
- package/.pgdata/global/6115 +0 -0
- package/.pgdata/global/6243 +0 -0
- package/.pgdata/global/6244 +0 -0
- package/.pgdata/global/6245 +0 -0
- package/.pgdata/global/6246 +0 -0
- package/.pgdata/global/6247 +0 -0
- package/.pgdata/global/6302 +0 -0
- package/.pgdata/global/6303 +0 -0
- package/.pgdata/global/pg_control +0 -0
- package/.pgdata/global/pg_filenode.map +0 -0
- package/.pgdata/global/pg_internal.init +0 -0
- package/.pgdata/pg_hba.conf +0 -128
- package/.pgdata/pg_ident.conf +0 -72
- package/.pgdata/pg_logical/replorigin_checkpoint +0 -0
- package/.pgdata/pg_multixact/members/0000 +0 -0
- package/.pgdata/pg_multixact/offsets/0000 +0 -0
- package/.pgdata/pg_subtrans/0000 +0 -0
- package/.pgdata/pg_wal/000000010000000000000009 +0 -0
- package/.pgdata/pg_wal/00000001000000000000000A +0 -0
- package/.pgdata/pg_xact/0000 +0 -0
- package/.pgdata/postgresql.auto.conf +0 -2
- package/.pgdata/postgresql.conf +0 -849
- package/.pgdata/postmaster.opts +0 -1
- package/.pgdata/postmaster.pid +0 -8
- package/.superpowers/brainstorm/96907-1775344576/content/architecture-approaches.html +0 -89
- package/.superpowers/brainstorm/96907-1775344576/content/panel-layout.html +0 -159
- package/.superpowers/brainstorm/96907-1775344576/content/updated-architecture.html +0 -116
- package/.superpowers/brainstorm/96907-1775344576/state/server-stopped +0 -1
- package/.superpowers/brainstorm/96907-1775344576/state/server.pid +0 -1
- package/AGENTS.md +0 -161
- package/CLAUDE.md +0 -128
- package/GAME.md +0 -290
- package/MIGRATION.md +0 -197
- package/assets/icons/logo.sh +0 -47
- package/assets/icons/source/icon-character.png +0 -0
- package/assets/icons/source/icon-corners.png +0 -0
- package/assets/icons/source/icon-full.png +0 -0
- package/coverage/base.css +0 -224
- package/coverage/block-navigation.js +0 -87
- package/coverage/client/AppProvider.tsx.html +0 -895
- package/coverage/client/FeedbackContext.ts.html +0 -133
- package/coverage/client/LoginPopup.tsx.html +0 -337
- package/coverage/client/Router.tsx.html +0 -2233
- package/coverage/client/Screenshot.ts.html +0 -790
- package/coverage/client/StringsProvider.tsx.html +0 -697
- package/coverage/client/ViewFlipper.tsx.html +0 -778
- package/coverage/client/animation/Animated.tsx.html +0 -544
- package/coverage/client/animation/animatedValue.ts.html +0 -721
- package/coverage/client/animation/index.html +0 -131
- package/coverage/client/components/Button.tsx.html +0 -379
- package/coverage/client/components/FeedbackButton.tsx.html +0 -631
- package/coverage/client/components/Input.tsx.html +0 -286
- package/coverage/client/components/Modal.tsx.html +0 -277
- package/coverage/client/components/Text.tsx.html +0 -349
- package/coverage/client/components/Toast.tsx.html +0 -235
- package/coverage/client/components/index.html +0 -206
- package/coverage/client/components/zIndex.ts.html +0 -118
- package/coverage/client/createSocket.ts.html +0 -2341
- package/coverage/client/index.html +0 -221
- package/coverage/clover.xml +0 -4231
- package/coverage/collab/server/CollabServer.ts.html +0 -1681
- package/coverage/collab/server/index.html +0 -116
- package/coverage/coverage-final.json +0 -76
- package/coverage/favicon.png +0 -0
- package/coverage/index.html +0 -341
- package/coverage/prettify.css +0 -1
- package/coverage/prettify.js +0 -2
- package/coverage/server/Cache.ts.html +0 -568
- package/coverage/server/DB.ts.html +0 -1372
- package/coverage/server/DataProxyClient.ts.html +0 -2728
- package/coverage/server/Email.ts.html +0 -355
- package/coverage/server/EmailTemplate.ts.html +0 -223
- package/coverage/server/EventLogAdmin.ts.html +0 -1486
- package/coverage/server/NatsProxyClient.ts.html +0 -1474
- package/coverage/server/PushNotification.ts.html +0 -400
- package/coverage/server/RateLimit.ts.html +0 -1087
- package/coverage/server/Router.ts.html +0 -520
- package/coverage/server/SchemaCheck.ts.html +0 -694
- package/coverage/server/Socket.ts.html +0 -1534
- package/coverage/server/Strings.ts.html +0 -256
- package/coverage/server/ai/ImageGenClient.ts.html +0 -142
- package/coverage/server/ai/ProviderBalance.ts.html +0 -184
- package/coverage/server/ai/TextGenClient.ts.html +0 -244
- package/coverage/server/ai/WebSearchClient.ts.html +0 -190
- package/coverage/server/ai/index.html +0 -191
- package/coverage/server/ai/index.ts.html +0 -190
- package/coverage/server/ai/providers/UglyBotImageGenProvider.ts.html +0 -190
- package/coverage/server/ai/providers/UglyBotTextGenProvider.ts.html +0 -343
- package/coverage/server/ai/providers/UglyBotWebSearchProvider.ts.html +0 -271
- package/coverage/server/ai/providers/index.html +0 -146
- package/coverage/server/ai/types.ts.html +0 -631
- package/coverage/server/billing/BillingGateway.ts.html +0 -868
- package/coverage/server/billing/BillingLedger.ts.html +0 -910
- package/coverage/server/billing/CreditStore.ts.html +0 -577
- package/coverage/server/billing/LimitEnforcer.ts.html +0 -1237
- package/coverage/server/billing/UserLimitCache.ts.html +0 -388
- package/coverage/server/billing/index.html +0 -191
- package/coverage/server/billing/types.ts.html +0 -889
- package/coverage/server/embeddings/EmbeddingClient.ts.html +0 -217
- package/coverage/server/embeddings/index.html +0 -131
- package/coverage/server/embeddings/providers/OpenAI.ts.html +0 -136
- package/coverage/server/embeddings/providers/index.html +0 -116
- package/coverage/server/embeddings/registry.ts.html +0 -151
- package/coverage/server/index.html +0 -311
- package/coverage/server/uglyBotProxy.ts.html +0 -220
- package/coverage/shared/AiProxy.ts.html +0 -655
- package/coverage/shared/Api.ts.html +0 -880
- package/coverage/shared/Audio.ts.html +0 -1318
- package/coverage/shared/DB.ts.html +0 -1981
- package/coverage/shared/Defaults.ts.html +0 -130
- package/coverage/shared/Errors.ts.html +0 -145
- package/coverage/shared/Experiment.ts.html +0 -298
- package/coverage/shared/FrameworkMessages.ts.html +0 -136
- package/coverage/shared/FrameworkRequests.ts.html +0 -757
- package/coverage/shared/ImageGen.ts.html +0 -601
- package/coverage/shared/Router.ts.html +0 -538
- package/coverage/shared/SchemaDiff.ts.html +0 -634
- package/coverage/shared/SchemaSerializer.ts.html +0 -517
- package/coverage/shared/Strings.ts.html +0 -649
- package/coverage/shared/TextGen.ts.html +0 -3031
- package/coverage/shared/UglyBotMessages.ts.html +0 -211
- package/coverage/shared/Voice.ts.html +0 -331
- package/coverage/shared/index.html +0 -386
- package/coverage/shared/index.ts.html +0 -592
- package/coverage/shared/lang/builtin_en.ts.html +0 -169
- package/coverage/shared/lang/index.html +0 -116
- package/coverage/shared/uglyBotUrl.ts.html +0 -151
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +0 -210
- package/coverage/three/server/VideoEncoder.ts.html +0 -2248
- package/coverage/three/server/index.html +0 -116
- package/coverage/three/shared/CameraController.ts.html +0 -1519
- package/coverage/three/shared/PostProcessing.ts.html +0 -1771
- package/coverage/three/shared/index.html +0 -131
- package/coverage/webrtc/server/VideoRoomServer.ts.html +0 -1726
- package/coverage/webrtc/server/index.html +0 -116
- package/coverage/worker/TaskHost.ts.html +0 -865
- package/coverage/worker/index.html +0 -116
- package/docker-compose.dev.yml +0 -42
- package/eslint.config.js +0 -114
- package/playwright.e2e-pages.config.ts +0 -47
- package/scripts/build-workers.ts +0 -107
- package/scripts/check-workers-bundle.ts +0 -129
- package/scripts/dev-workers.ts +0 -83
- package/shared/schema-snapshot.json +0 -18
- package/test/e2e/auth-magic-link.e2e.test.ts +0 -104
- package/test/e2e/auth-modes.e2e.test.ts +0 -33
- package/test-results/.last-run.json +0 -26
- package/test-results/test-pages--auth-demo-loads-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-ai-runs-textGen-and-returns-a-response-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-audio-TTS-68f5e--audio-when-Play-is-clicked-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-chat-load-b9223-t-on-Workers-/342/200/224-page-mounts--chromium/error-context.md +0 -226
- package/test-results/test-pages--test-collab-lo-ae96d-t-on-Workers-/342/200/224-page-mounts--chromium/error-context.md +0 -226
- package/test-results/test-pages--test-email-loads-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-errors-ha-fe332-rror-click-without-crashing-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-index-page-lists-the-test-suite-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-inspect-fixture-loads-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-inspect-fixture-other-loads-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-push-loads-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-safe-area-loads-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-scroll-loads-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-search-ru-19f57-red-search-proxy-infra-TBD--chromium/error-context.md +0 -226
- package/test-results/test-pages--test-strings-loads-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-three-loads-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-todo-load-dbf6f-creates-a-todo-list-updates-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-ui-loads-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-upload-loads-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-video-room-loads-chromium/error-context.md +0 -226
- package/test-results/test-pages--test-worker-runs-a-DB-mutation-worker-round-trip-chromium/error-context.md +0 -226
- package/vitest.e2e-workers.config.ts +0 -24
- package/vitest.workers.config.ts +0 -26
package/dist/cli/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const CLI_VERSION = "0.1.
|
|
1
|
+
export declare const CLI_VERSION = "0.1.605";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/cli/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ugly-app",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.605",
|
|
4
4
|
"type": "module",
|
|
5
|
+
"comment:files": "Allowlist what ships to npm. dist = runtime; src = sourcemap targets (dist/*.js.map reference ../../src/); templates = CLI scaffold. Everything else at repo root (.pgdata local Postgres, coverage, assets/icons sources, test/, test-results/) is excluded by omission. The !negations strip the scaffold's installed deps + cruft (templates/node_modules is 200MB+ and must never ship). package.json/README/LICENSE ship automatically.",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist",
|
|
8
|
+
"src",
|
|
9
|
+
"templates",
|
|
10
|
+
"!templates/node_modules",
|
|
11
|
+
"!templates/node_modules/**",
|
|
12
|
+
"!templates/package-lock.json",
|
|
13
|
+
"!**/.DS_Store",
|
|
14
|
+
"!**/*.log"
|
|
15
|
+
],
|
|
5
16
|
"main": "./dist/server/index.js",
|
|
6
17
|
"exports": {
|
|
7
18
|
".": "./dist/server/index.js",
|
package/src/cli/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Auto-generated by prebuild — do not edit manually
|
|
2
|
-
export const CLI_VERSION = "0.1.
|
|
2
|
+
export const CLI_VERSION = "0.1.605";
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Architecture
|
|
2
|
+
|
|
3
|
+
ugly-app provides a typed full-stack framework:
|
|
4
|
+
|
|
5
|
+
- **Shared** (`shared/api.ts`, `shared/collections.ts`, `shared/dbIndexes.ts`) — single source of truth for types and config, used by both client and server
|
|
6
|
+
- **Server** (`server/index.ts`) — Express + WebSocket, all handlers get `ctx.userId: string`
|
|
7
|
+
- **Client** (`client/main.tsx`) — React SPA, `createSocket()` for typed server calls, `AppProvider` for global state
|
|
8
|
+
|
|
9
|
+
## Data flow
|
|
10
|
+
```
|
|
11
|
+
Client → socket.call('fn', input)
|
|
12
|
+
→ WebSocket message to server
|
|
13
|
+
→ Router dispatches to registerFunction handler
|
|
14
|
+
→ Handler uses ctx.db / ctx.storage / ctx.textGen / ctx.imageGen / ctx.log
|
|
15
|
+
→ Returns typed result
|
|
16
|
+
→ Client receives typed output
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## Live updates
|
|
20
|
+
```
|
|
21
|
+
Server writes to MongoDB
|
|
22
|
+
→ MongoDB Change Stream fires on all server instances
|
|
23
|
+
→ Server fans out to subscribed WebSocket clients
|
|
24
|
+
→ Client trackDoc/trackDocs callbacks receive updated data
|
|
25
|
+
```
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Authentication
|
|
2
|
+
|
|
3
|
+
ugly-app handles auth via HttpOnly cookie + server-side JWT injection. No localStorage needed.
|
|
4
|
+
|
|
5
|
+
## How it works
|
|
6
|
+
|
|
7
|
+
1. User logs in via ugly.bot OAuth popup → `POST /auth/verify` → server sets `auth_token` HttpOnly cookie
|
|
8
|
+
2. On every page load, the server reads the cookie, issues a **fresh 30-day token**, and injects it into the HTML:
|
|
9
|
+
```html
|
|
10
|
+
<script>window.__AUTH_TOKEN__ = "eyJ..."</script>
|
|
11
|
+
```
|
|
12
|
+
3. Client reads `window.__AUTH_TOKEN__` synchronously — no extra HTTP round-trip
|
|
13
|
+
4. Token is passed to `socket.connect(token)` for WebSocket authentication
|
|
14
|
+
|
|
15
|
+
## Endpoints (provided by ugly-app)
|
|
16
|
+
|
|
17
|
+
- `POST /auth/verify` — exchanges OAuth code for JWT, sets `auth_token` cookie
|
|
18
|
+
- `GET /auth/token` — validates cookie, returns `{ token }`, refreshes cookie (useful for SPAs making background requests)
|
|
19
|
+
- `POST /auth/logout` — clears the `auth_token` cookie
|
|
20
|
+
- `GET /auth/url` — returns the OAuth popup URL for a given origin
|
|
21
|
+
|
|
22
|
+
## Client pattern
|
|
23
|
+
|
|
24
|
+
```tsx
|
|
25
|
+
// Read token injected by server (set once, valid for whole session)
|
|
26
|
+
const token = (window as any).__AUTH_TOKEN__
|
|
27
|
+
|
|
28
|
+
// Logout
|
|
29
|
+
await fetch('/auth/logout', { method: 'POST' })
|
|
30
|
+
window.location.reload()
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## Server handlers
|
|
34
|
+
|
|
35
|
+
All handlers receive `ctx.userId: string` (guaranteed authenticated).
|
|
36
|
+
Lazy `ctx.user: Promise<User | null>` for full user object when needed.
|
|
37
|
+
|
|
38
|
+
## Token expiry
|
|
39
|
+
|
|
40
|
+
Default: 30 days. Refreshed on every page load. Override via `JWT_EXPIRY_SECONDS` env var.
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Collections
|
|
2
|
+
|
|
3
|
+
Collections are defined in `shared/collections.ts` and passed to `createApp()`.
|
|
4
|
+
|
|
5
|
+
## Flags
|
|
6
|
+
|
|
7
|
+
- `trackable: true` — clients can `trackDoc` / `trackDocs` on this collection
|
|
8
|
+
- `public: true` — unauthenticated users can read (future: not yet enforced)
|
|
9
|
+
- `cache: false` — disable client-side caching (reserved for future use)
|
|
10
|
+
- `parent: 'collectionName'` — denotes a sub-collection relationship
|
|
11
|
+
|
|
12
|
+
## Indexes
|
|
13
|
+
|
|
14
|
+
Indexes are defined directly on the collection definition in `shared/collections.ts`:
|
|
15
|
+
|
|
16
|
+
```ts
|
|
17
|
+
export const collections = defineCollections({
|
|
18
|
+
post: {
|
|
19
|
+
type: {} as Post,
|
|
20
|
+
meta: { cache: true, trackable: true, public: false, cascadeFrom: null },
|
|
21
|
+
indexes: [
|
|
22
|
+
{ fields: { authorId: 1, created: -1 } }, // regular index
|
|
23
|
+
],
|
|
24
|
+
},
|
|
25
|
+
});
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
After adding or modifying indexes:
|
|
29
|
+
1. Run `npm run db:schema-gen` to generate a migration file
|
|
30
|
+
2. Run `npm run db:migrate` to apply the migration
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# DB Queries
|
|
2
|
+
|
|
3
|
+
All DB operations are available on `ctx.db` in server handlers.
|
|
4
|
+
|
|
5
|
+
## Read
|
|
6
|
+
|
|
7
|
+
```ts
|
|
8
|
+
const doc = await ctx.db.getDoc(collections.post, id) // returns T | null
|
|
9
|
+
const posts = await ctx.db.getDocs(collections.post, { authorId: ctx.userId }) // equality filter
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
## Write
|
|
13
|
+
|
|
14
|
+
```ts
|
|
15
|
+
await ctx.db.setDoc(collections.post, { ...dbDefaults(), id: nanoid(), title, authorId: ctx.userId })
|
|
16
|
+
await ctx.db.setDocFields(collections.post, id, { title: newTitle }) // partial update
|
|
17
|
+
await ctx.db.deleteDoc(collections.post, id)
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## dbDefaults()
|
|
21
|
+
|
|
22
|
+
Always spread `dbDefaults()` when creating new docs:
|
|
23
|
+
```ts
|
|
24
|
+
import { dbDefaults } from 'ugly-app/shared'
|
|
25
|
+
{ ...dbDefaults(), id: nanoid(), ...yourFields }
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Adds: `created: new Date()`, `updated: new Date()`.
|
|
29
|
+
|
|
30
|
+
## Live updates (client)
|
|
31
|
+
|
|
32
|
+
```ts
|
|
33
|
+
// Single doc
|
|
34
|
+
const unsub = socket.trackDoc<Post>('post', postId, (post) => setPost(post))
|
|
35
|
+
|
|
36
|
+
// Collection with filter
|
|
37
|
+
const unsub = socket.trackDocs<Post>('post', { authorId: userId }, (posts) => setPosts(posts))
|
|
38
|
+
|
|
39
|
+
// Cleanup
|
|
40
|
+
return () => unsub()
|
|
41
|
+
```
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { expect, test } from '@playwright/test';
|
|
2
|
+
|
|
3
|
+
test.describe('App startup', () => {
|
|
4
|
+
test('home page loads and shows welcome text', async ({ page }) => {
|
|
5
|
+
await page.goto('/');
|
|
6
|
+
await expect(page.getByText('Welcome')).toBeVisible();
|
|
7
|
+
});
|
|
8
|
+
|
|
9
|
+
test('home page shows login button when unauthenticated', async ({ page }) => {
|
|
10
|
+
await page.goto('/');
|
|
11
|
+
await expect(page.getByText('Login')).toBeVisible();
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
test('navigating to a non-existent route returns 404', async ({ page }) => {
|
|
15
|
+
const response = await page.goto('/this-route-does-not-exist');
|
|
16
|
+
// Framework serves 404 for unmatched routes (see App.ts page route handler).
|
|
17
|
+
// Client-side routing only applies to paths registered in shared/pages.ts.
|
|
18
|
+
expect(response?.status()).toBe(404);
|
|
19
|
+
});
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
test.describe('Auth flow', () => {
|
|
23
|
+
test('auth-demo page shows login prompt when unauthenticated', async ({ page }) => {
|
|
24
|
+
await page.goto('/auth-demo');
|
|
25
|
+
await expect(page.getByText('You are not logged in.')).toBeVisible();
|
|
26
|
+
await expect(page.getByText('Login with ugly.bot')).toBeVisible();
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
test('login button opens OAuth popup', async ({ page, context }) => {
|
|
30
|
+
await page.goto('/auth-demo');
|
|
31
|
+
|
|
32
|
+
// Listen for a new page (popup) when clicking login
|
|
33
|
+
const popupPromise = context.waitForEvent('page');
|
|
34
|
+
await page.getByText('Login with ugly.bot').click();
|
|
35
|
+
const popup = await popupPromise;
|
|
36
|
+
|
|
37
|
+
// The popup should navigate to the ugly.bot login page. AuthDemoPage opens
|
|
38
|
+
// /oauth which redirects to /loginOAuth on ugly.bot.
|
|
39
|
+
expect(popup.url()).toContain('ugly.bot/');
|
|
40
|
+
expect(popup.url().toLowerCase()).toContain('oauth');
|
|
41
|
+
await popup.close();
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
test('auth/verify endpoint rejects invalid code', async ({ request }) => {
|
|
45
|
+
const response = await request.post('/auth/verify', {
|
|
46
|
+
data: { code: 'invalid-code-12345' },
|
|
47
|
+
});
|
|
48
|
+
// Should not return 200 for an invalid OAuth code
|
|
49
|
+
expect(response.status()).not.toBe(200);
|
|
50
|
+
});
|
|
51
|
+
});
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { expect, test } from '@playwright/test';
|
|
2
|
+
import {
|
|
3
|
+
expectClean,
|
|
4
|
+
inspectWindow,
|
|
5
|
+
setDevice,
|
|
6
|
+
simulateKeyboard,
|
|
7
|
+
waitForApp,
|
|
8
|
+
} from 'ugly-app/playwright';
|
|
9
|
+
|
|
10
|
+
test.describe('inspect helper', () => {
|
|
11
|
+
test('clean fixture page produces empty arrays', async ({ page }) => {
|
|
12
|
+
await page.goto('/test/inspect-fixture');
|
|
13
|
+
await waitForApp(page);
|
|
14
|
+
const r = await inspectWindow(page, async () => {
|
|
15
|
+
await page.waitForTimeout(200);
|
|
16
|
+
});
|
|
17
|
+
expect(r.cls.spikes).toEqual([]);
|
|
18
|
+
expect(r.overlaps).toEqual([]);
|
|
19
|
+
expect(r.safeAreaViolations).toEqual([]);
|
|
20
|
+
await expectClean(page);
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
test('captures intentional CLS', async ({ page }) => {
|
|
24
|
+
await page.goto('/test/inspect-fixture?simulate=cls');
|
|
25
|
+
await waitForApp(page);
|
|
26
|
+
const r = await inspectWindow(page, async () => {
|
|
27
|
+
await page.waitForTimeout(1000);
|
|
28
|
+
});
|
|
29
|
+
expect(r.cls.spikes.length).toBeGreaterThan(0);
|
|
30
|
+
expect(r.cls.total).toBeGreaterThan(0);
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
test('captures overlapping interactive controls', async ({ page }) => {
|
|
34
|
+
await page.goto('/test/inspect-fixture?simulate=overlap');
|
|
35
|
+
await waitForApp(page);
|
|
36
|
+
const r = await inspectWindow(page, async () => {});
|
|
37
|
+
expect(r.overlaps.length).toBeGreaterThan(0);
|
|
38
|
+
const selectors = r.overlaps[0];
|
|
39
|
+
expect(selectors.a.selector).toMatch(/overlap-[ab]/);
|
|
40
|
+
expect(selectors.b.selector).toMatch(/overlap-[ab]/);
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
test('captures safe-area violations on iOS', async ({ page }) => {
|
|
44
|
+
// Seed iOS safe-area insets into localStorage before navigation so
|
|
45
|
+
// the inspect module's readSafeAreaInsets picks them up.
|
|
46
|
+
await page.addInitScript(() => {
|
|
47
|
+
localStorage.setItem(
|
|
48
|
+
'__safeAreaInsets',
|
|
49
|
+
JSON.stringify({ top: 59, right: 0, bottom: 34, left: 0 }),
|
|
50
|
+
);
|
|
51
|
+
});
|
|
52
|
+
await page.goto('/test/inspect-fixture?simulate=safearea');
|
|
53
|
+
await setDevice(page, 'ios');
|
|
54
|
+
const r = await inspectWindow(page, async () => {});
|
|
55
|
+
expect(r.safeAreaViolations.length).toBeGreaterThan(0);
|
|
56
|
+
expect(r.safeAreaViolations[0].side).toBe('b');
|
|
57
|
+
});
|
|
58
|
+
|
|
59
|
+
test('captures keyboard covering input', async ({ page }) => {
|
|
60
|
+
await page.goto('/test/inspect-fixture?simulate=keyboard');
|
|
61
|
+
await setDevice(page, 'ios');
|
|
62
|
+
const r = await inspectWindow(page, async () => {
|
|
63
|
+
await page.locator('[data-id=fixture-input]').focus();
|
|
64
|
+
await simulateKeyboard(page, 320);
|
|
65
|
+
await page.waitForTimeout(400);
|
|
66
|
+
});
|
|
67
|
+
expect(r.keyboard.coveredInputs.length).toBeGreaterThan(0);
|
|
68
|
+
expect(r.keyboard.coveredInputs[0].selector).toContain('fixture-input');
|
|
69
|
+
});
|
|
70
|
+
|
|
71
|
+
test('SPA navigation lands in route.transitions', async ({ page }) => {
|
|
72
|
+
await page.goto('/test/inspect-fixture');
|
|
73
|
+
await waitForApp(page);
|
|
74
|
+
const r = await inspectWindow(page, async () => {
|
|
75
|
+
await page.locator('[data-id=nav-to-other]').click();
|
|
76
|
+
await page.waitForTimeout(600);
|
|
77
|
+
});
|
|
78
|
+
expect(r.route.transitions.length).toBeGreaterThanOrEqual(1);
|
|
79
|
+
expect(r.route.transitions[0].to).toContain('inspect-fixture-other');
|
|
80
|
+
});
|
|
81
|
+
});
|
|
@@ -0,0 +1,365 @@
|
|
|
1
|
+
import { expect, test, Page } from '@playwright/test';
|
|
2
|
+
|
|
3
|
+
// ─── Helpers ──────────────────────────────────────────────────────────────────
|
|
4
|
+
|
|
5
|
+
/** Find the scrollable div (overflow-y: auto) inside a [data-id] container and return its metrics. */
|
|
6
|
+
async function getScrollMetrics(page: Page, dataId: string) {
|
|
7
|
+
return page.evaluate((id) => {
|
|
8
|
+
const container = document.querySelector(`[data-id="${id}"]`);
|
|
9
|
+
if (!container) throw new Error(`Container [data-id="${id}"] not found`);
|
|
10
|
+
const divs = container.querySelectorAll('div');
|
|
11
|
+
for (const div of divs) {
|
|
12
|
+
const style = getComputedStyle(div);
|
|
13
|
+
if (
|
|
14
|
+
(style.overflowY === 'auto' || style.overflowY === 'scroll') &&
|
|
15
|
+
div.scrollHeight > 0
|
|
16
|
+
) {
|
|
17
|
+
return {
|
|
18
|
+
scrollTop: div.scrollTop,
|
|
19
|
+
scrollHeight: div.scrollHeight,
|
|
20
|
+
clientHeight: div.clientHeight,
|
|
21
|
+
scrollWidth: div.scrollWidth,
|
|
22
|
+
clientWidth: div.clientWidth,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
throw new Error(`No scrollable div found in [data-id="${id}"]`);
|
|
27
|
+
}, dataId);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/** Hover a container and scroll via mouse wheel. */
|
|
31
|
+
async function wheelScroll(page: Page, dataId: string, deltaY: number) {
|
|
32
|
+
const container = page.locator(`[data-id="${dataId}"]`);
|
|
33
|
+
await container.scrollIntoViewIfNeeded();
|
|
34
|
+
await container.hover();
|
|
35
|
+
await page.mouse.wheel(0, deltaY);
|
|
36
|
+
await page.waitForTimeout(300);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/** Programmatically set scrollTop on the scrollable element inside a container. */
|
|
40
|
+
async function setScrollTop(page: Page, dataId: string, value: number) {
|
|
41
|
+
await page.evaluate(
|
|
42
|
+
({ id, val }) => {
|
|
43
|
+
const container = document.querySelector(`[data-id="${id}"]`);
|
|
44
|
+
if (!container) return;
|
|
45
|
+
const divs = container.querySelectorAll('div');
|
|
46
|
+
for (const div of divs) {
|
|
47
|
+
const style = getComputedStyle(div);
|
|
48
|
+
if (
|
|
49
|
+
(style.overflowY === 'auto' || style.overflowY === 'scroll') &&
|
|
50
|
+
div.scrollHeight > 0
|
|
51
|
+
) {
|
|
52
|
+
div.scrollTop = val;
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{ id: dataId, val: value },
|
|
58
|
+
);
|
|
59
|
+
await page.waitForTimeout(100);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
/** Check whether the last item is scrolled into view within its scroll container. */
|
|
63
|
+
async function isLastItemVisible(page: Page, dataId: string, itemText: string) {
|
|
64
|
+
return page.evaluate(
|
|
65
|
+
({ id, text }) => {
|
|
66
|
+
const container = document.querySelector(`[data-id="${id}"]`);
|
|
67
|
+
if (!container) return false;
|
|
68
|
+
// Find all text elements containing the target text
|
|
69
|
+
const walker = document.createTreeWalker(
|
|
70
|
+
container,
|
|
71
|
+
NodeFilter.SHOW_TEXT,
|
|
72
|
+
{ acceptNode: (node) => node.textContent === text ? NodeFilter.FILTER_ACCEPT : NodeFilter.FILTER_SKIP },
|
|
73
|
+
);
|
|
74
|
+
const textNode = walker.nextNode();
|
|
75
|
+
if (!textNode?.parentElement) return false;
|
|
76
|
+
const itemEl = textNode.parentElement;
|
|
77
|
+
// Find the scroll container
|
|
78
|
+
const divs = container.querySelectorAll('div');
|
|
79
|
+
let scrollEl: HTMLDivElement | null = null;
|
|
80
|
+
for (const div of divs) {
|
|
81
|
+
const style = getComputedStyle(div);
|
|
82
|
+
if (
|
|
83
|
+
(style.overflowY === 'auto' || style.overflowY === 'scroll') &&
|
|
84
|
+
div.scrollHeight > 0
|
|
85
|
+
) {
|
|
86
|
+
scrollEl = div;
|
|
87
|
+
break;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
if (!scrollEl) return false;
|
|
91
|
+
const scrollRect = scrollEl.getBoundingClientRect();
|
|
92
|
+
const itemRect = itemEl.getBoundingClientRect();
|
|
93
|
+
// Item bottom should be within the scroll container's visible area
|
|
94
|
+
return itemRect.bottom <= scrollRect.bottom + 2 && itemRect.top >= scrollRect.top - 2;
|
|
95
|
+
},
|
|
96
|
+
{ id: dataId, text: itemText },
|
|
97
|
+
);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// ─── Setup ────────────────────────────────────────────────────────────────────
|
|
101
|
+
|
|
102
|
+
test.beforeEach(async ({ page }) => {
|
|
103
|
+
await page.goto('/test/scroll');
|
|
104
|
+
await expect(page.locator('[data-id="scrollview-large"]')).toBeVisible();
|
|
105
|
+
});
|
|
106
|
+
|
|
107
|
+
// ─── ScrollView ───────────────────────────────────────────────────────────────
|
|
108
|
+
|
|
109
|
+
test.describe('ScrollView', () => {
|
|
110
|
+
test('large list: first items are visible', async ({ page }) => {
|
|
111
|
+
const container = page.locator('[data-id="scrollview-large"]');
|
|
112
|
+
await expect(container.getByText('Item 1', { exact: true })).toBeVisible();
|
|
113
|
+
await expect(container.getByText('Item 2', { exact: true })).toBeVisible();
|
|
114
|
+
});
|
|
115
|
+
|
|
116
|
+
test('large list: content overflows container', async ({ page }) => {
|
|
117
|
+
const metrics = await getScrollMetrics(page, 'scrollview-large');
|
|
118
|
+
expect(metrics.scrollHeight).toBeGreaterThan(metrics.clientHeight);
|
|
119
|
+
});
|
|
120
|
+
|
|
121
|
+
test('large list: mouse wheel scrolling changes scrollTop', async ({
|
|
122
|
+
page,
|
|
123
|
+
}) => {
|
|
124
|
+
const before = await getScrollMetrics(page, 'scrollview-large');
|
|
125
|
+
expect(before.scrollTop).toBe(0);
|
|
126
|
+
|
|
127
|
+
await wheelScroll(page, 'scrollview-large', 300);
|
|
128
|
+
|
|
129
|
+
const after = await getScrollMetrics(page, 'scrollview-large');
|
|
130
|
+
expect(after.scrollTop).toBeGreaterThan(0);
|
|
131
|
+
});
|
|
132
|
+
|
|
133
|
+
test('large list: scrolling to bottom reveals last item', async ({
|
|
134
|
+
page,
|
|
135
|
+
}) => {
|
|
136
|
+
const visible = await isLastItemVisible(page, 'scrollview-large', 'Item 100');
|
|
137
|
+
expect(visible).toBe(false);
|
|
138
|
+
|
|
139
|
+
await setScrollTop(page, 'scrollview-large', 99999);
|
|
140
|
+
|
|
141
|
+
const visibleAfter = await isLastItemVisible(page, 'scrollview-large', 'Item 100');
|
|
142
|
+
expect(visibleAfter).toBe(true);
|
|
143
|
+
});
|
|
144
|
+
|
|
145
|
+
test('short list: all items visible without scrolling', async ({ page }) => {
|
|
146
|
+
const container = page.locator('[data-id="scrollview-short"]');
|
|
147
|
+
await expect(container.getByText('Item 1', { exact: true })).toBeVisible();
|
|
148
|
+
await expect(container.getByText('Item 2', { exact: true })).toBeVisible();
|
|
149
|
+
await expect(container.getByText('Item 3', { exact: true })).toBeVisible();
|
|
150
|
+
});
|
|
151
|
+
|
|
152
|
+
test('short list: content does not overflow', async ({ page }) => {
|
|
153
|
+
const metrics = await getScrollMetrics(page, 'scrollview-short');
|
|
154
|
+
expect(metrics.scrollHeight).toBeLessThanOrEqual(
|
|
155
|
+
metrics.clientHeight + 1,
|
|
156
|
+
);
|
|
157
|
+
});
|
|
158
|
+
|
|
159
|
+
test('scrollbar is hidden (no scrollbar gutter)', async ({ page }) => {
|
|
160
|
+
const metrics = await getScrollMetrics(page, 'scrollview-large');
|
|
161
|
+
expect(metrics.scrollWidth).toBeLessThanOrEqual(metrics.clientWidth + 1);
|
|
162
|
+
});
|
|
163
|
+
});
|
|
164
|
+
|
|
165
|
+
// ─── SimpleScrollView ─────────────────────────────────────────────────────────
|
|
166
|
+
|
|
167
|
+
test.describe('SimpleScrollView', () => {
|
|
168
|
+
test('large list: first items are visible', async ({ page }) => {
|
|
169
|
+
const container = page.locator('[data-id="simple-large"]');
|
|
170
|
+
await container.scrollIntoViewIfNeeded();
|
|
171
|
+
await expect(container.getByText('Item 1', { exact: true })).toBeVisible();
|
|
172
|
+
await expect(container.getByText('Item 2', { exact: true })).toBeVisible();
|
|
173
|
+
});
|
|
174
|
+
|
|
175
|
+
test('large list: content overflows container', async ({ page }) => {
|
|
176
|
+
const metrics = await getScrollMetrics(page, 'simple-large');
|
|
177
|
+
expect(metrics.scrollHeight).toBeGreaterThan(metrics.clientHeight);
|
|
178
|
+
});
|
|
179
|
+
|
|
180
|
+
test('large list: mouse wheel scrolling changes scrollTop', async ({
|
|
181
|
+
page,
|
|
182
|
+
}) => {
|
|
183
|
+
const before = await getScrollMetrics(page, 'simple-large');
|
|
184
|
+
expect(before.scrollTop).toBe(0);
|
|
185
|
+
|
|
186
|
+
await wheelScroll(page, 'simple-large', 300);
|
|
187
|
+
|
|
188
|
+
const after = await getScrollMetrics(page, 'simple-large');
|
|
189
|
+
expect(after.scrollTop).toBeGreaterThan(0);
|
|
190
|
+
});
|
|
191
|
+
|
|
192
|
+
test('large list: scrolling to bottom reveals last item', async ({
|
|
193
|
+
page,
|
|
194
|
+
}) => {
|
|
195
|
+
const visible = await isLastItemVisible(page, 'simple-large', 'Item 100');
|
|
196
|
+
expect(visible).toBe(false);
|
|
197
|
+
|
|
198
|
+
await setScrollTop(page, 'simple-large', 99999);
|
|
199
|
+
|
|
200
|
+
const visibleAfter = await isLastItemVisible(page, 'simple-large', 'Item 100');
|
|
201
|
+
expect(visibleAfter).toBe(true);
|
|
202
|
+
});
|
|
203
|
+
|
|
204
|
+
test('short list: all items visible without scrolling', async ({ page }) => {
|
|
205
|
+
const container = page.locator('[data-id="simple-short"]');
|
|
206
|
+
await container.scrollIntoViewIfNeeded();
|
|
207
|
+
await expect(container.getByText('Item 1', { exact: true })).toBeVisible();
|
|
208
|
+
await expect(container.getByText('Item 2', { exact: true })).toBeVisible();
|
|
209
|
+
await expect(container.getByText('Item 3', { exact: true })).toBeVisible();
|
|
210
|
+
});
|
|
211
|
+
|
|
212
|
+
test('short list: content does not overflow', async ({ page }) => {
|
|
213
|
+
const metrics = await getScrollMetrics(page, 'simple-short');
|
|
214
|
+
expect(metrics.scrollHeight).toBeLessThanOrEqual(
|
|
215
|
+
metrics.clientHeight + 1,
|
|
216
|
+
);
|
|
217
|
+
});
|
|
218
|
+
|
|
219
|
+
test('scrollbar is hidden (no scrollbar gutter)', async ({ page }) => {
|
|
220
|
+
const metrics = await getScrollMetrics(page, 'simple-large');
|
|
221
|
+
expect(metrics.scrollWidth).toBeLessThanOrEqual(metrics.clientWidth + 1);
|
|
222
|
+
});
|
|
223
|
+
|
|
224
|
+
test('touch events are wired up', async ({ page }) => {
|
|
225
|
+
// Dispatch synthetic touch events to verify the component's listeners fire.
|
|
226
|
+
// Note: synthetic touch events don't cause actual browser scrolling,
|
|
227
|
+
// but they verify the event listeners (touchmove, touchend) are attached.
|
|
228
|
+
const fired = await page.evaluate((id) => {
|
|
229
|
+
const container = document.querySelector(`[data-id="${id}"]`);
|
|
230
|
+
if (!container) return { touchmove: false, touchend: false };
|
|
231
|
+
const divs = container.querySelectorAll('div');
|
|
232
|
+
let scrollEl: Element | null = null;
|
|
233
|
+
for (const div of divs) {
|
|
234
|
+
if (
|
|
235
|
+
getComputedStyle(div).overflowY === 'auto' ||
|
|
236
|
+
getComputedStyle(div).overflowY === 'scroll'
|
|
237
|
+
) {
|
|
238
|
+
scrollEl = div;
|
|
239
|
+
break;
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
if (!scrollEl) return { touchmove: false, touchend: false };
|
|
243
|
+
|
|
244
|
+
const results = { touchmove: false, touchend: false };
|
|
245
|
+
|
|
246
|
+
scrollEl.addEventListener(
|
|
247
|
+
'touchmove',
|
|
248
|
+
() => {
|
|
249
|
+
results.touchmove = true;
|
|
250
|
+
},
|
|
251
|
+
{ once: true },
|
|
252
|
+
);
|
|
253
|
+
scrollEl.addEventListener(
|
|
254
|
+
'touchend',
|
|
255
|
+
() => {
|
|
256
|
+
results.touchend = true;
|
|
257
|
+
},
|
|
258
|
+
{ once: true },
|
|
259
|
+
);
|
|
260
|
+
|
|
261
|
+
const touch = new Touch({
|
|
262
|
+
identifier: 1,
|
|
263
|
+
target: scrollEl,
|
|
264
|
+
clientX: 200,
|
|
265
|
+
clientY: 300,
|
|
266
|
+
});
|
|
267
|
+
|
|
268
|
+
scrollEl.dispatchEvent(
|
|
269
|
+
new TouchEvent('touchstart', {
|
|
270
|
+
touches: [touch],
|
|
271
|
+
changedTouches: [touch],
|
|
272
|
+
bubbles: true,
|
|
273
|
+
}),
|
|
274
|
+
);
|
|
275
|
+
|
|
276
|
+
const moveTouch = new Touch({
|
|
277
|
+
identifier: 1,
|
|
278
|
+
target: scrollEl,
|
|
279
|
+
clientX: 200,
|
|
280
|
+
clientY: 100,
|
|
281
|
+
});
|
|
282
|
+
|
|
283
|
+
scrollEl.dispatchEvent(
|
|
284
|
+
new TouchEvent('touchmove', {
|
|
285
|
+
touches: [moveTouch],
|
|
286
|
+
changedTouches: [moveTouch],
|
|
287
|
+
bubbles: true,
|
|
288
|
+
}),
|
|
289
|
+
);
|
|
290
|
+
|
|
291
|
+
scrollEl.dispatchEvent(
|
|
292
|
+
new TouchEvent('touchend', {
|
|
293
|
+
touches: [],
|
|
294
|
+
changedTouches: [moveTouch],
|
|
295
|
+
bubbles: true,
|
|
296
|
+
}),
|
|
297
|
+
);
|
|
298
|
+
|
|
299
|
+
return results;
|
|
300
|
+
}, 'simple-large');
|
|
301
|
+
|
|
302
|
+
expect(fired.touchmove).toBe(true);
|
|
303
|
+
expect(fired.touchend).toBe(true);
|
|
304
|
+
});
|
|
305
|
+
});
|
|
306
|
+
|
|
307
|
+
// ─── FlatList ─────────────────────────────────────────────────────────────────
|
|
308
|
+
|
|
309
|
+
test.describe('FlatList', () => {
|
|
310
|
+
test('large list: first items are visible', async ({ page }) => {
|
|
311
|
+
const container = page.locator('[data-id="flatlist-large"]');
|
|
312
|
+
await container.scrollIntoViewIfNeeded();
|
|
313
|
+
await expect(container.getByText('Item 1', { exact: true })).toBeVisible();
|
|
314
|
+
await expect(container.getByText('Item 2', { exact: true })).toBeVisible();
|
|
315
|
+
});
|
|
316
|
+
|
|
317
|
+
test('large list: content overflows container', async ({ page }) => {
|
|
318
|
+
const metrics = await getScrollMetrics(page, 'flatlist-large');
|
|
319
|
+
expect(metrics.scrollHeight).toBeGreaterThan(metrics.clientHeight);
|
|
320
|
+
});
|
|
321
|
+
|
|
322
|
+
test('large list: mouse wheel scrolling changes scrollTop', async ({
|
|
323
|
+
page,
|
|
324
|
+
}) => {
|
|
325
|
+
const before = await getScrollMetrics(page, 'flatlist-large');
|
|
326
|
+
expect(before.scrollTop).toBe(0);
|
|
327
|
+
|
|
328
|
+
await wheelScroll(page, 'flatlist-large', 300);
|
|
329
|
+
|
|
330
|
+
const after = await getScrollMetrics(page, 'flatlist-large');
|
|
331
|
+
expect(after.scrollTop).toBeGreaterThan(0);
|
|
332
|
+
});
|
|
333
|
+
|
|
334
|
+
test('large list: scrolling to bottom reveals last item', async ({
|
|
335
|
+
page,
|
|
336
|
+
}) => {
|
|
337
|
+
const visible = await isLastItemVisible(page, 'flatlist-large', 'Item 100');
|
|
338
|
+
expect(visible).toBe(false);
|
|
339
|
+
|
|
340
|
+
await setScrollTop(page, 'flatlist-large', 99999);
|
|
341
|
+
|
|
342
|
+
const visibleAfter = await isLastItemVisible(page, 'flatlist-large', 'Item 100');
|
|
343
|
+
expect(visibleAfter).toBe(true);
|
|
344
|
+
});
|
|
345
|
+
|
|
346
|
+
test('short list: all items visible without scrolling', async ({ page }) => {
|
|
347
|
+
const container = page.locator('[data-id="flatlist-short"]');
|
|
348
|
+
await container.scrollIntoViewIfNeeded();
|
|
349
|
+
await expect(container.getByText('Item 1', { exact: true })).toBeVisible();
|
|
350
|
+
await expect(container.getByText('Item 2', { exact: true })).toBeVisible();
|
|
351
|
+
await expect(container.getByText('Item 3', { exact: true })).toBeVisible();
|
|
352
|
+
});
|
|
353
|
+
|
|
354
|
+
test('short list: content does not overflow', async ({ page }) => {
|
|
355
|
+
const metrics = await getScrollMetrics(page, 'flatlist-short');
|
|
356
|
+
expect(metrics.scrollHeight).toBeLessThanOrEqual(
|
|
357
|
+
metrics.clientHeight + 1,
|
|
358
|
+
);
|
|
359
|
+
});
|
|
360
|
+
|
|
361
|
+
test('scrollbar is hidden (no scrollbar gutter)', async ({ page }) => {
|
|
362
|
+
const metrics = await getScrollMetrics(page, 'flatlist-large');
|
|
363
|
+
expect(metrics.scrollWidth).toBeLessThanOrEqual(metrics.clientWidth + 1);
|
|
364
|
+
});
|
|
365
|
+
});
|