@guildofgleks/ui 21.11.0 → 21.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,20 @@
1
+ export { CalendarComponent, DatepickerComponent } from '@guildofgleks/ui';
2
+
3
+ /*
4
+ * `@guildofgleks/ui/datepicker` -- `gog-datepicker` and `gog-calendar`.
5
+ *
6
+ * **Thin for one release, on purpose** (docs/entry-points.md, phase 1). Everything here is still
7
+ * the root's code, re-exported, so switching an import to this path changes nothing today. The
8
+ * minor after moves the code into this entry point and the root stops exporting it -- and only
9
+ * then does a lazy route that uses it keep it out of the initial bundle, because a root that
10
+ * re-exports a module drags that module into every app that imports anything from the root.
11
+ *
12
+ * Re-exported under the root's own names. Those names carry `@deprecated` tags in the root's
13
+ * source for the ratchet, and the tags do not survive into the published types either way, so
14
+ * there is nothing to route around -- see docs/entry-points.md, Part 2, finding 6.
15
+ */
16
+
17
+ /**
18
+ * Generated bundle index. Do not edit.
19
+ */
20
+ //# sourceMappingURL=guildofgleks-ui-datepicker.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"guildofgleks-ui-datepicker.mjs","sources":["../../../../projects/gleks/ui/datepicker/public-api.ts","../../../../projects/gleks/ui/datepicker/guildofgleks-ui-datepicker.ts"],"sourcesContent":["/*\n * `@guildofgleks/ui/datepicker` -- `gog-datepicker` and `gog-calendar`.\n *\n * **Thin for one release, on purpose** (docs/entry-points.md, phase 1). Everything here is still\n * the root's code, re-exported, so switching an import to this path changes nothing today. The\n * minor after moves the code into this entry point and the root stops exporting it -- and only\n * then does a lazy route that uses it keep it out of the initial bundle, because a root that\n * re-exports a module drags that module into every app that imports anything from the root.\n *\n * Re-exported under the root's own names. Those names carry `@deprecated` tags in the root's\n * source for the ratchet, and the tags do not survive into the published types either way, so\n * there is nothing to route around -- see docs/entry-points.md, Part 2, finding 6.\n */\nexport { CalendarComponent, DatepickerComponent } from '@guildofgleks/ui';\nexport type { GogCalendarDay, GogDatepickerValue } from '@guildofgleks/ui';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;AAAA;;;;;;;;;;;;AAYG;;ACZH;;AAEG"}
@@ -0,0 +1,20 @@
1
+ export { ConfirmationDialogComponent, DIALOG_DATA, DIALOG_REF, DialogComponent, DialogService } from '@guildofgleks/ui';
2
+
3
+ /*
4
+ * `@guildofgleks/ui/dialog` -- `gog-dialog`, the confirmation dialog, `DialogService` and the dialog tokens.
5
+ *
6
+ * **Thin for one release, on purpose** (docs/entry-points.md, phase 1). Everything here is still
7
+ * the root's code, re-exported, so switching an import to this path changes nothing today. The
8
+ * minor after moves the code into this entry point and the root stops exporting it -- and only
9
+ * then does a lazy route that uses it keep it out of the initial bundle, because a root that
10
+ * re-exports a module drags that module into every app that imports anything from the root.
11
+ *
12
+ * Re-exported under the root's own names. Those names carry `@deprecated` tags in the root's
13
+ * source for the ratchet, and the tags do not survive into the published types either way, so
14
+ * there is nothing to route around -- see docs/entry-points.md, Part 2, finding 6.
15
+ */
16
+
17
+ /**
18
+ * Generated bundle index. Do not edit.
19
+ */
20
+ //# sourceMappingURL=guildofgleks-ui-dialog.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"guildofgleks-ui-dialog.mjs","sources":["../../../../projects/gleks/ui/dialog/public-api.ts","../../../../projects/gleks/ui/dialog/guildofgleks-ui-dialog.ts"],"sourcesContent":["/*\n * `@guildofgleks/ui/dialog` -- `gog-dialog`, the confirmation dialog, `DialogService` and the dialog tokens.\n *\n * **Thin for one release, on purpose** (docs/entry-points.md, phase 1). Everything here is still\n * the root's code, re-exported, so switching an import to this path changes nothing today. The\n * minor after moves the code into this entry point and the root stops exporting it -- and only\n * then does a lazy route that uses it keep it out of the initial bundle, because a root that\n * re-exports a module drags that module into every app that imports anything from the root.\n *\n * Re-exported under the root's own names. Those names carry `@deprecated` tags in the root's\n * source for the ratchet, and the tags do not survive into the published types either way, so\n * there is nothing to route around -- see docs/entry-points.md, Part 2, finding 6.\n */\nexport {\n ConfirmationDialogComponent,\n DialogComponent,\n DIALOG_DATA,\n DIALOG_REF,\n DialogService,\n} from '@guildofgleks/ui';\nexport type {\n ConfirmDialogData,\n DialogRef,\n DialogConfig,\n DialogHandle,\n OpenDialog,\n} from '@guildofgleks/ui';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;AAAA;;;;;;;;;;;;AAYG;;ACZH;;AAEG"}