@ibgib/web-gib 0.0.52 → 0.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/AUTO-GENERATED-version.d.mts +1 -1
  3. package/dist/AUTO-GENERATED-version.mjs +1 -1
  4. package/dist/api/commands/chat/hello-world.mjs.map +1 -1
  5. package/dist/api/commands/command-constants.d.mts +4 -4
  6. package/dist/api/commands/command-constants.d.mts.map +1 -1
  7. package/dist/api/commands/command-service-v1.d.mts.map +1 -1
  8. package/dist/api/commands/command-service-v1.mjs.map +1 -1
  9. package/dist/api/commands/ibgib/get-ibgibs.d.mts.map +1 -1
  10. package/dist/api/commands/ibgib/get-ibgibs.mjs.map +1 -1
  11. package/dist/api/ibgib-api-bridge.d.mts +81 -0
  12. package/dist/api/ibgib-api-bridge.d.mts.map +1 -0
  13. package/dist/api/ibgib-api-bridge.mjs +259 -0
  14. package/dist/api/ibgib-api-bridge.mjs.map +1 -0
  15. package/dist/app-bootstrap/init-orchestration.d.mts +1 -1
  16. package/dist/app-bootstrap/init-orchestration.d.mts.map +1 -1
  17. package/dist/app-bootstrap/init-orchestration.mjs +17 -3
  18. package/dist/app-bootstrap/init-orchestration.mjs.map +1 -1
  19. package/dist/assets/fullscreen-dialog.html +18 -0
  20. package/dist/assumptions.respec.mjs.map +1 -1
  21. package/dist/common/settings/settings-constants.d.mts.map +1 -1
  22. package/dist/helpers.d.mts.map +1 -1
  23. package/dist/helpers.mjs.map +1 -1
  24. package/dist/helpers.web.d.mts.map +1 -1
  25. package/dist/helpers.web.mjs.map +1 -1
  26. package/dist/helpers.web.respec.mjs.map +1 -1
  27. package/dist/identity/keystone-sync-service.d.mts +37 -0
  28. package/dist/identity/keystone-sync-service.d.mts.map +1 -0
  29. package/dist/identity/keystone-sync-service.mjs +211 -0
  30. package/dist/identity/keystone-sync-service.mjs.map +1 -0
  31. package/dist/identity/sso/sso-custodian-service.d.mts.map +1 -1
  32. package/dist/identity/sso/sso-custodian-service.mjs.map +1 -1
  33. package/dist/identity/sso/sso-custodian-service.respec.mjs.map +1 -1
  34. package/dist/index.d.mts +17 -1
  35. package/dist/index.d.mts.map +1 -1
  36. package/dist/index.mjs +21 -26
  37. package/dist/index.mjs.map +1 -1
  38. package/dist/storage/storage-helpers.web.mjs.map +1 -1
  39. package/dist/ui/component/common-component-styles.css +270 -0
  40. package/dist/ui/component/ibgib-component-service.d.mts.map +1 -1
  41. package/dist/ui/component/ibgib-dynamic-component-bases.d.mts.map +1 -1
  42. package/dist/ui/component/ibgib-dynamic-component-bases.mjs.map +1 -1
  43. package/dist/ui/component/identity/add-device/add-device.css +133 -0
  44. package/dist/ui/component/identity/add-device/add-device.d.mts +49 -0
  45. package/dist/ui/component/identity/add-device/add-device.d.mts.map +1 -0
  46. package/dist/ui/component/identity/add-device/add-device.html +52 -0
  47. package/dist/ui/component/identity/add-device/add-device.mjs +321 -0
  48. package/dist/ui/component/identity/add-device/add-device.mjs.map +1 -0
  49. package/dist/ui/component/identity/identity-header/identity-header.css +317 -0
  50. package/dist/ui/component/identity/identity-header/identity-header.d.mts +85 -0
  51. package/dist/ui/component/identity/identity-header/identity-header.d.mts.map +1 -0
  52. package/dist/ui/component/identity/identity-header/identity-header.html +72 -0
  53. package/dist/ui/component/identity/identity-header/identity-header.mjs +546 -0
  54. package/dist/ui/component/identity/identity-header/identity-header.mjs.map +1 -0
  55. package/dist/ui/component/identity/identity-manager/identity-manager.css +178 -0
  56. package/dist/ui/component/identity/identity-manager/identity-manager.d.mts +76 -0
  57. package/dist/ui/component/identity/identity-manager/identity-manager.d.mts.map +1 -0
  58. package/dist/ui/component/identity/identity-manager/identity-manager.html +19 -0
  59. package/dist/ui/component/identity/identity-manager/identity-manager.mjs +591 -0
  60. package/dist/ui/component/identity/identity-manager/identity-manager.mjs.map +1 -0
  61. package/dist/ui/component/identity/index.d.mts +17 -0
  62. package/dist/ui/component/identity/index.d.mts.map +1 -0
  63. package/dist/ui/component/identity/index.mjs +34 -0
  64. package/dist/ui/component/identity/index.mjs.map +1 -0
  65. package/dist/ui/component/identity/keystone-creator/keystone-creator.css +97 -0
  66. package/dist/ui/component/identity/keystone-creator/keystone-creator.d.mts +58 -0
  67. package/dist/ui/component/identity/keystone-creator/keystone-creator.d.mts.map +1 -0
  68. package/dist/ui/component/identity/keystone-creator/keystone-creator.html +51 -0
  69. package/dist/ui/component/identity/keystone-creator/keystone-creator.mjs +410 -0
  70. package/dist/ui/component/identity/keystone-creator/keystone-creator.mjs.map +1 -0
  71. package/dist/ui/component/identity/keystone-details/keystone-details.css +621 -0
  72. package/dist/ui/component/identity/keystone-details/keystone-details.d.mts +98 -0
  73. package/dist/ui/component/identity/keystone-details/keystone-details.d.mts.map +1 -0
  74. package/dist/ui/component/identity/keystone-details/keystone-details.html +154 -0
  75. package/dist/ui/component/identity/keystone-details/keystone-details.mjs +1377 -0
  76. package/dist/ui/component/identity/keystone-details/keystone-details.mjs.map +1 -0
  77. package/dist/ui/component/identity/keystone-scrubber/keystone-scrubber.css +46 -0
  78. package/dist/ui/component/identity/keystone-scrubber/keystone-scrubber.d.mts +64 -0
  79. package/dist/ui/component/identity/keystone-scrubber/keystone-scrubber.d.mts.map +1 -0
  80. package/dist/ui/component/identity/keystone-scrubber/keystone-scrubber.html +15 -0
  81. package/dist/ui/component/identity/keystone-scrubber/keystone-scrubber.mjs +300 -0
  82. package/dist/ui/component/identity/keystone-scrubber/keystone-scrubber.mjs.map +1 -0
  83. package/dist/ui/component/identity/remove-device/remove-device.css +118 -0
  84. package/dist/ui/component/identity/remove-device/remove-device.d.mts +50 -0
  85. package/dist/ui/component/identity/remove-device/remove-device.d.mts.map +1 -0
  86. package/dist/ui/component/identity/remove-device/remove-device.html +31 -0
  87. package/dist/ui/component/identity/remove-device/remove-device.mjs +188 -0
  88. package/dist/ui/component/identity/remove-device/remove-device.mjs.map +1 -0
  89. package/dist/ui/ui-constants.d.mts +1 -0
  90. package/dist/ui/ui-constants.d.mts.map +1 -1
  91. package/dist/ui/ui-constants.mjs +1 -0
  92. package/dist/ui/ui-constants.mjs.map +1 -1
  93. package/dist/ui/ui-types.d.mts +7 -0
  94. package/dist/ui/ui-types.d.mts.map +1 -1
  95. package/dist/witness/agent/agent-constants.d.mts.map +1 -1
  96. package/dist/witness/agent/agent-helpers.mjs.map +1 -1
  97. package/dist/witness/agent/agent-one-file.d.mts.map +1 -1
  98. package/dist/witness/agent/agent-one-file.mjs.map +1 -1
  99. package/dist/witness/agent/agents-service-v1.d.mts.map +1 -1
  100. package/dist/witness/agent/agents-service-v1.mjs.map +1 -1
  101. package/dist/witness/agent/gemini/agent-witness-gemini-v1.d.mts.map +1 -1
  102. package/dist/witness/agent/gemini/gemini-agent-factory.d.mts.map +1 -1
  103. package/dist/witness/live-proxy-ibgib/live-proxy-ibgib-one-file.d.mts.map +1 -1
  104. package/dist/witness/live-proxy-ibgib/live-proxy-ibgib-one-file.mjs.map +1 -1
  105. package/dist/witness/space/metaspace/metaspace-webspace/metaspace-webspace-helper.mjs.map +1 -1
  106. package/dist/witness/space/metaspace/metaspace-webspace/metaspace-webspace.d.mts +4 -0
  107. package/dist/witness/space/metaspace/metaspace-webspace/metaspace-webspace.d.mts.map +1 -1
  108. package/dist/witness/space/metaspace/metaspace-webspace/metaspace-webspace.mjs +40 -1
  109. package/dist/witness/space/metaspace/metaspace-webspace/metaspace-webspace.mjs.map +1 -1
  110. package/dist/witness/space/web-filesystem-space/web-filesystem-space-types.d.mts.map +1 -1
  111. package/dist/witness/space/web-filesystem-space/web-filesystem-space-v1.d.mts.map +1 -1
  112. package/package.json +2 -2
  113. package/src/AUTO-GENERATED-version.mts +1 -1
  114. package/src/api/ibgib-api-bridge.mts +292 -0
  115. package/src/app-bootstrap/init-orchestration.mts +17 -6
  116. package/src/custom.d.ts +11 -0
  117. package/src/identity/keystone-sync-service.mts +257 -0
  118. package/src/index.mts +24 -25
  119. package/src/ui/component/README.md +82 -5
  120. package/src/ui/component/common-component-styles.css +270 -0
  121. package/src/ui/component/identity/add-device/add-device.css +133 -0
  122. package/src/ui/component/identity/add-device/add-device.html +52 -0
  123. package/src/ui/component/identity/add-device/add-device.mts +397 -0
  124. package/src/ui/component/identity/identity-header/IMPLEMENTATION.md +45 -0
  125. package/src/ui/component/identity/identity-header/identity-header.css +317 -0
  126. package/src/ui/component/identity/identity-header/identity-header.html +72 -0
  127. package/src/ui/component/identity/identity-header/identity-header.mts +651 -0
  128. package/src/ui/component/identity/identity-manager/IMPLEMENTATION.md +100 -0
  129. package/src/ui/component/identity/identity-manager/identity-manager.css +178 -0
  130. package/src/ui/component/identity/identity-manager/identity-manager.html +19 -0
  131. package/src/ui/component/identity/identity-manager/identity-manager.mts +675 -0
  132. package/src/ui/component/identity/index.mts +36 -0
  133. package/src/ui/component/identity/keystone-creator/keystone-creator.css +97 -0
  134. package/src/ui/component/identity/keystone-creator/keystone-creator.html +51 -0
  135. package/src/ui/component/identity/keystone-creator/keystone-creator.mts +497 -0
  136. package/src/ui/component/identity/keystone-details/keystone-details.css +621 -0
  137. package/src/ui/component/identity/keystone-details/keystone-details.html +154 -0
  138. package/src/ui/component/identity/keystone-details/keystone-details.mts +1506 -0
  139. package/src/ui/component/identity/keystone-scrubber/SCRUBBER_IMPLEMENTATION.md +33 -0
  140. package/src/ui/component/identity/keystone-scrubber/keystone-scrubber.css +46 -0
  141. package/src/ui/component/identity/keystone-scrubber/keystone-scrubber.html +15 -0
  142. package/src/ui/component/identity/keystone-scrubber/keystone-scrubber.mts +355 -0
  143. package/src/ui/component/identity/remove-device/remove-device.css +118 -0
  144. package/src/ui/component/identity/remove-device/remove-device.html +31 -0
  145. package/src/ui/component/identity/remove-device/remove-device.mts +247 -0
  146. package/src/ui/ui-constants.mts +1 -0
  147. package/src/ui/ui-types.mts +8 -0
  148. package/src/witness/space/metaspace/metaspace-webspace/metaspace-webspace.mts +42 -1
  149. package/tools/auto-generated-agent-skills/skills/ibgib-dependency-graph/SKILL.md +209 -0
  150. package/tools/auto-generated-agent-skills/skills/ibgib-implementation-plan/SKILL.md +102 -0
@@ -0,0 +1,178 @@
1
+ :host {
2
+ display: block;
3
+ width: 100%;
4
+ max-width: 100%;
5
+ margin: 1rem auto;
6
+ font-family: var(--font-family-base, inherit);
7
+ font-size: var(--font-size-base, 1rem);
8
+ color: var(--text-color-base, var(--clr-text-primary, #ffffff));
9
+ box-sizing: border-box;
10
+ }
11
+
12
+ .component-container {
13
+ padding: 2rem;
14
+ background: var(--side-panel-tab-content-background-color, var(--clr-bg-glass, rgba(20, 20, 25, 0.6)));
15
+ backdrop-filter: blur(16px);
16
+ border-radius: var(--radius-lg, 12px);
17
+ border: var(--border-width-base, 1px) var(--border-style-base, solid) var(--border-color-base, var(--clr-border, rgba(255, 255, 255, 0.1)));
18
+ box-shadow: var(--shadow-card, 0 8px 32px 0 rgba(0, 0, 0, 0.37));
19
+ }
20
+
21
+ header {
22
+ display: flex;
23
+ flex-direction: column;
24
+ gap: 1rem;
25
+ margin-bottom: 2rem;
26
+ border-bottom: 1px solid var(--border-color-base, rgba(255, 255, 255, 0.1));
27
+ padding-bottom: 1rem;
28
+ }
29
+
30
+ h2 {
31
+ margin: 0;
32
+ font-size: var(--h2-font-size, 1.5rem);
33
+ font-weight: var(--h2-font-weight, 600);
34
+ color: var(--clr-accent, #50fa7b);
35
+ }
36
+
37
+ .icon-btn {
38
+ width: 2.2rem;
39
+ height: 2.2rem;
40
+ display: flex;
41
+ align-items: center;
42
+ justify-content: center;
43
+ background: var(--button-background-color-base, rgba(255, 255, 255, 0.05));
44
+ border: 1px solid var(--button-border-color-base, rgba(255, 255, 255, 0.1));
45
+ border-radius: var(--button-border-radius-base, 50%);
46
+ color: var(--button-text-color-base, #ffffff);
47
+ font-size: 1.2rem;
48
+ cursor: pointer;
49
+ transition: all 0.2s ease-in-out;
50
+ }
51
+
52
+ .icon-btn:hover {
53
+ background: var(--button-hover-background-color, var(--clr-accent, #50fa7b));
54
+ color: var(--button-hover-text-color, #1a1a24);
55
+ border-color: var(--button-hover-border-color, var(--clr-accent, #50fa7b));
56
+ }
57
+
58
+ .content {
59
+ display: flex;
60
+ flex-direction: column;
61
+ align-items: center;
62
+ gap: 1.5rem;
63
+ width: 100%;
64
+ }
65
+
66
+ .content>* {
67
+ width: 100%;
68
+ margin: 0 auto;
69
+ }
70
+
71
+ .placeholder-view {
72
+ padding: 3rem 1rem;
73
+ text-align: center;
74
+ background: rgba(0, 0, 0, 0.15);
75
+ border-radius: var(--radius-md, 8px);
76
+ border: 1px dashed var(--border-color-base, rgba(255, 255, 255, 0.1));
77
+ }
78
+
79
+ .placeholder-view p {
80
+ color: var(--clr-text-secondary, #b3b3b3);
81
+ margin-bottom: 1.5rem;
82
+ }
83
+
84
+ .action-btn {
85
+ padding: 0.6rem 1.2rem;
86
+ background: var(--clr-accent, #50fa7b);
87
+ border: none;
88
+ border-radius: var(--radius-sm, 4px);
89
+ color: #1a1a24;
90
+ font-weight: 600;
91
+ cursor: pointer;
92
+ transition: all 0.2s ease-in-out;
93
+ }
94
+
95
+ .action-btn:hover {
96
+ background: #40c767;
97
+ }
98
+
99
+ .hidden {
100
+ display: none !important;
101
+ }
102
+
103
+ /* Tab Buttons row */
104
+ .tabs-row {
105
+ display: flex;
106
+ justify-content: space-between;
107
+ align-items: center;
108
+ gap: 1rem;
109
+ margin-top: 0.5rem;
110
+ }
111
+
112
+ .tabs-list {
113
+ display: flex;
114
+ gap: 0.5rem;
115
+ overflow-x: auto;
116
+ scrollbar-width: none;
117
+ -ms-overflow-style: none;
118
+ padding-bottom: 0.25rem;
119
+ flex-grow: 1;
120
+ }
121
+
122
+ .tabs-list::-webkit-scrollbar {
123
+ display: none;
124
+ }
125
+
126
+ .tab-btn {
127
+ padding: 0.55rem 1.25rem;
128
+ background: rgba(255, 255, 255, 0.03);
129
+ border: 1px solid rgba(255, 255, 255, 0.05);
130
+ border-radius: var(--radius-sm, 6px);
131
+ color: var(--clr-text-secondary, #8fa08f);
132
+ font-family: var(--font-sans, inherit);
133
+ font-size: 0.9rem;
134
+ font-weight: 500;
135
+ cursor: pointer;
136
+ transition: all 0.2s ease-in-out;
137
+ white-space: nowrap;
138
+ display: inline-flex;
139
+ align-items: center;
140
+ }
141
+
142
+ .tab-btn:hover {
143
+ background: rgba(255, 255, 255, 0.08);
144
+ color: var(--clr-accent, #50fa7b);
145
+ border-color: rgba(120, 248, 126, 0.2);
146
+ }
147
+
148
+ .tab-btn.active {
149
+ background: rgba(80, 250, 123, 0.1);
150
+ color: var(--clr-accent, #50fa7b);
151
+ border-color: var(--clr-accent-dim, rgba(120, 248, 126, 0.35));
152
+ box-shadow: 0 0 10px rgba(120, 248, 126, 0.05);
153
+ }
154
+
155
+ .tab-btn.global-active {
156
+ border-style: double;
157
+ border-width: 3px;
158
+ }
159
+
160
+ .tab-btn.global-active::after {
161
+ content: " (active)";
162
+ font-size: 0.75rem;
163
+ font-style: italic;
164
+ opacity: 0.8;
165
+ margin-left: 0.25rem;
166
+ }
167
+
168
+ .close-tab-button {
169
+ font-size: 0.85rem;
170
+ color: var(--clr-text-secondary, #8fa08f);
171
+ transition: color 0.2s ease-in-out;
172
+ margin-left: 0.5rem;
173
+ line-height: 1;
174
+ }
175
+
176
+ .close-tab-button:hover {
177
+ color: var(--clr-danger, #ff5555) !important;
178
+ }
@@ -0,0 +1,76 @@
1
+ import { IbGibAddr } from "@ibgib/ts-gib/dist/types.mjs";
2
+ import { IbGib_V1 } from "@ibgib/ts-gib/dist/V1/types.mjs";
3
+ import { MetaspaceService } from "@ibgib/core-gib/dist/witness/space/metaspace/metaspace-types.mjs";
4
+ import { IbGibDynamicComponentMetaBase, IbGibDynamicComponentInstanceBase_ParentOfTabs } from "../../ibgib-dynamic-component-bases.mjs";
5
+ import { ElementsBase, ChildInfoBase, IbGibDynamicComponentInstance, IbGibDynamicComponentInstanceInitOpts } from "../../component-types.mjs";
6
+ import { SettingsType } from "../../../../common/settings/settings-constants.mjs";
7
+ import { Settings_IdentityManager } from "../../../../common/settings/settings-types.mjs";
8
+ export declare const IDENTITY_MANAGER_COMPONENT_NAME = "ibgib-identity-manager";
9
+ /**
10
+ * Metadata for the Identity Manager component.
11
+ */
12
+ export declare class IdentityManagerComponentMeta extends IbGibDynamicComponentMetaBase {
13
+ protected lc: string;
14
+ routeRegExp?: RegExp;
15
+ componentName: string;
16
+ constructor();
17
+ createInstance({ path, ibGibAddr }: {
18
+ path: string;
19
+ ibGibAddr: IbGibAddr;
20
+ }): Promise<IbGibDynamicComponentInstance>;
21
+ }
22
+ interface IdentityTabInfo extends ChildInfoBase<IbGibDynamicComponentInstance<any, any>> {
23
+ }
24
+ /**
25
+ * References to DOM elements within the component's shadow root.
26
+ */
27
+ interface IdentityManagerElements extends ElementsBase {
28
+ containerEl: HTMLDivElement;
29
+ titleEl: HTMLHeadingElement;
30
+ tabsListEl: HTMLDivElement;
31
+ btnAddIdentityEl: HTMLButtonElement;
32
+ noIdentityPlaceholderEl: HTMLDivElement;
33
+ btnCreatePlaceholderEl: HTMLButtonElement;
34
+ }
35
+ /**
36
+ * Concrete implementation of the Identity Manager component.
37
+ */
38
+ export declare class IdentityManagerComponentInstance extends IbGibDynamicComponentInstanceBase_ParentOfTabs<Settings_IdentityManager, IbGib_V1, IdentityManagerElements, IdentityTabInfo> implements IbGibDynamicComponentInstance<IbGib_V1, IdentityManagerElements> {
39
+ protected lc: string;
40
+ private globalActiveAddr;
41
+ private _onIdentityChanged;
42
+ private _onUiMessage;
43
+ private keystoneCache;
44
+ metaspace: MetaspaceService | undefined;
45
+ protected get settingsType(): SettingsType;
46
+ constructor();
47
+ private getKeystoneDetails;
48
+ initialize(opts: IbGibDynamicComponentInstanceInitOpts): Promise<void>;
49
+ created(): Promise<void>;
50
+ private restoreOrInitTabs;
51
+ disconnected(): Promise<void>;
52
+ private loadKeystonesIndex;
53
+ private initHandlers;
54
+ protected handleAddNewIdentityFlow(componentPath?: 'ibgib-keystone-creator' | 'ibgib-add-device'): Promise<void>;
55
+ private resolveActiveIdentity;
56
+ protected renderUI(): Promise<void>;
57
+ private loadDefaultPrimaryIdentityTabs;
58
+ activateIbGib({ addr, ibGib }: {
59
+ addr?: IbGibAddr;
60
+ ibGib?: IbGib_V1;
61
+ }): Promise<void>;
62
+ protected getLoadedChildInfo({ addr, ibGib, }: {
63
+ addr: IbGibAddr;
64
+ ibGib?: IbGib_V1;
65
+ }): Promise<IdentityTabInfo>;
66
+ protected addChild({ addr, ibGib, }: {
67
+ ibGib: IbGib_V1;
68
+ addr?: IbGibAddr;
69
+ }): Promise<HTMLElement>;
70
+ private updateTabTitleAndText;
71
+ protected removeTabBtn({ tabInfo }: {
72
+ tabInfo: IdentityTabInfo;
73
+ }): Promise<void>;
74
+ }
75
+ export {};
76
+ //# sourceMappingURL=identity-manager.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"identity-manager.d.mts","sourceRoot":"","sources":["../../../../../src/ui/component/identity/identity-manager/identity-manager.mts"],"names":[],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ <div id="container" class="component-container">
2
+ <header id="identity-manager-header">
3
+ <h2 id="title">Identity Manager</h2>
4
+ <div class="tabs-row">
5
+ <div id="identity-tabs" class="tabs-list">
6
+ <!-- Tabs will be dynamically injected here -->
7
+ </div>
8
+ <button id="btn-add-identity" class="icon-btn" title="Create or Load Identity">+</button>
9
+ </div>
10
+ </header>
11
+
12
+ <div id="identity-manager-content" class="content">
13
+ <!-- Active child or keystone-creator gets injected here -->
14
+ <div id="no-identity-placeholder" class="placeholder-view">
15
+ <p>No Domain Identities loaded. Create or load one to begin.</p>
16
+ <button id="btn-create-placeholder" class="action-btn">Create/Load Identity</button>
17
+ </div>
18
+ </div>
19
+ </div>