@supersoniks/concorde 3.2.8 → 3.3.2

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 (50) hide show
  1. package/build-infos.json +1 -1
  2. package/concorde-core.bundle.js +229 -229
  3. package/concorde-core.es.js +2166 -1831
  4. package/dist/concorde-core.bundle.js +229 -229
  5. package/dist/concorde-core.es.js +2166 -1831
  6. package/docs/assets/{index-C0K6xugr.css → index-B669R8JF.css} +1 -1
  7. package/docs/assets/index-BTo6ly4d.js +4820 -0
  8. package/docs/index.html +2 -2
  9. package/docs/src/core/components/functional/fetch/fetch.md +6 -0
  10. package/docs/src/core/components/ui/menu/menu.md +46 -5
  11. package/docs/src/core/components/ui/modal/modal.md +0 -4
  12. package/docs/src/core/components/ui/toast/toast.md +166 -0
  13. package/docs/src/docs/_misc/ancestor-attribute.md +94 -0
  14. package/docs/src/docs/_misc/auto-subscribe.md +199 -0
  15. package/docs/src/docs/_misc/bind.md +362 -0
  16. package/docs/src/docs/_misc/on-assign.md +336 -0
  17. package/docs/src/docs/_misc/templates-demo.md +19 -0
  18. package/docs/src/docs/search/docs-search.json +550 -0
  19. package/docs/src/tsconfig-model.json +1 -1
  20. package/docs/src/tsconfig.json +28 -8
  21. package/package.json +8 -1
  22. package/src/core/components/functional/queue/queue.demo.ts +8 -11
  23. package/src/core/components/functional/sdui/sdui.ts +0 -0
  24. package/src/core/decorators/Subscriber.ts +5 -187
  25. package/src/core/decorators/subscriber/ancestorAttribute.ts +17 -0
  26. package/src/core/decorators/subscriber/autoFill.ts +28 -0
  27. package/src/core/decorators/subscriber/autoSubscribe.ts +54 -0
  28. package/src/core/decorators/subscriber/bind.ts +305 -0
  29. package/src/core/decorators/subscriber/common.ts +50 -0
  30. package/src/core/decorators/subscriber/onAssign.ts +318 -0
  31. package/src/core/mixins/Fetcher.ts +0 -0
  32. package/src/core/utils/HTML.ts +0 -0
  33. package/src/core/utils/PublisherProxy.ts +1 -1
  34. package/src/core/utils/api.ts +0 -0
  35. package/src/decorators.ts +9 -2
  36. package/src/docs/_misc/ancestor-attribute.md +94 -0
  37. package/src/docs/_misc/auto-subscribe.md +199 -0
  38. package/src/docs/_misc/bind.md +362 -0
  39. package/src/docs/_misc/on-assign.md +336 -0
  40. package/src/docs/_misc/templates-demo.md +19 -0
  41. package/src/docs/example/decorators-demo.ts +658 -0
  42. package/src/docs/navigation/navigation.ts +22 -3
  43. package/src/docs/search/docs-search.json +415 -0
  44. package/src/docs.ts +4 -0
  45. package/src/tsconfig-model.json +1 -1
  46. package/src/tsconfig.json +22 -2
  47. package/src/tsconfig.tsbuildinfo +1 -1
  48. package/vite.config.mts +0 -2
  49. package/docs/assets/index-Dgl1lJQo.js +0 -4861
  50. package/templates-test.html +0 -32
@@ -1766,6 +1766,21 @@
1766
1766
  "type": "paragraph"
1767
1767
  }
1768
1768
  }
1769
+ },
1770
+ "docs/_misc/templates-demo.md": {
1771
+ "title": "Templates Demo",
1772
+ "hashes": {
1773
+ "states": {
1774
+ "count": 1,
1775
+ "title": "States",
1776
+ "type": "paragraph"
1777
+ },
1778
+ "queue": {
1779
+ "count": 1,
1780
+ "title": "Queue",
1781
+ "type": "paragraph"
1782
+ }
1783
+ }
1769
1784
  }
1770
1785
  }
1771
1786
  },
@@ -4048,5 +4063,405 @@
4048
4063
  }
4049
4064
  }
4050
4065
  }
4066
+ },
4067
+ {
4068
+ "search": "@ancestorAttribute",
4069
+ "files": {
4070
+ "docs/_misc/ancestor-attribute.md": {
4071
+ "title": "@ancestorAttribute",
4072
+ "hashes": {
4073
+ "ancestorattribute": {
4074
+ "count": 1,
4075
+ "title": "",
4076
+ "type": "page"
4077
+ }
4078
+ }
4079
+ }
4080
+ }
4081
+ },
4082
+ {
4083
+ "search": "The @ancestorAttribute decorator automatically injects the value of an ancestor's attribute into a class property at the time of connectedCallback.\n",
4084
+ "files": {
4085
+ "docs/_misc/ancestor-attribute.md": {
4086
+ "title": "@ancestorAttribute",
4087
+ "hashes": {
4088
+ "ancestorattribute": {
4089
+ "count": 1,
4090
+ "title": "",
4091
+ "type": "paragraph"
4092
+ }
4093
+ }
4094
+ }
4095
+ }
4096
+ },
4097
+ {
4098
+ "search": "This decorator uses HTML.getAncestorAttributeValue to traverse up the DOM tree from the current element and find the first ancestor that has the specified attribute. The value of this attribute is then assigned to the decorated property.\n",
4099
+ "files": {
4100
+ "docs/_misc/ancestor-attribute.md": {
4101
+ "title": "@ancestorAttribute",
4102
+ "hashes": {
4103
+ "principle": {
4104
+ "count": 1,
4105
+ "title": "Principle",
4106
+ "type": "paragraph"
4107
+ }
4108
+ }
4109
+ }
4110
+ }
4111
+ },
4112
+ {
4113
+ "search": "Le composant lit les attributs dataProvider et testAttribute exposés par son conteneur ancêtre.\n",
4114
+ "files": {
4115
+ "docs/_misc/ancestor-attribute.md": {
4116
+ "title": "@ancestorAttribute",
4117
+ "hashes": {
4118
+ "basic-example": {
4119
+ "count": 1,
4120
+ "title": "Basic example",
4121
+ "type": "paragraph"
4122
+ }
4123
+ }
4124
+ }
4125
+ }
4126
+ },
4127
+ {
4128
+ "search": "This decorator is particularly useful for:\n",
4129
+ "files": {
4130
+ "docs/_misc/ancestor-attribute.md": {
4131
+ "title": "@ancestorAttribute",
4132
+ "hashes": {
4133
+ "use-cases": {
4134
+ "count": 1,
4135
+ "title": "Use cases",
4136
+ "type": "paragraph"
4137
+ }
4138
+ }
4139
+ },
4140
+ "docs/_misc/auto-subscribe.md": {
4141
+ "title": "@autoSubscribe",
4142
+ "hashes": {
4143
+ "use-cases": {
4144
+ "count": 1,
4145
+ "title": "Use cases",
4146
+ "type": "paragraph"
4147
+ }
4148
+ }
4149
+ },
4150
+ "docs/_misc/bind.md": {
4151
+ "title": "@bind",
4152
+ "hashes": {
4153
+ "use-cases": {
4154
+ "count": 1,
4155
+ "title": "Use cases",
4156
+ "type": "paragraph"
4157
+ }
4158
+ }
4159
+ },
4160
+ "docs/_misc/on-assign.md": {
4161
+ "title": "@onAssign",
4162
+ "hashes": {
4163
+ "use-cases": {
4164
+ "count": 1,
4165
+ "title": "Use cases",
4166
+ "type": "paragraph"
4167
+ }
4168
+ }
4169
+ }
4170
+ }
4171
+ },
4172
+ {
4173
+ "search": "@autoSubscribe",
4174
+ "files": {
4175
+ "docs/_misc/auto-subscribe.md": {
4176
+ "title": "@autoSubscribe",
4177
+ "hashes": {
4178
+ "autosubscribe": {
4179
+ "count": 1,
4180
+ "title": "",
4181
+ "type": "page"
4182
+ }
4183
+ }
4184
+ }
4185
+ }
4186
+ },
4187
+ {
4188
+ "search": "The @autoSubscribe decorator automatically detects which publishers are accessed within a method and subscribes to them. When any of these publishers change, the method is automatically re-executed.\n",
4189
+ "files": {
4190
+ "docs/_misc/auto-subscribe.md": {
4191
+ "title": "@autoSubscribe",
4192
+ "hashes": {
4193
+ "autosubscribe": {
4194
+ "count": 1,
4195
+ "title": "",
4196
+ "type": "paragraph"
4197
+ }
4198
+ }
4199
+ }
4200
+ }
4201
+ },
4202
+ {
4203
+ "search": "This decorator wraps a method to track which publishers are accessed during its execution. It then subscribes to all accessed publishers, and when any of them change, the method is re-executed. This provides automatic reactivity without manually managing subscriptions.\n",
4204
+ "files": {
4205
+ "docs/_misc/auto-subscribe.md": {
4206
+ "title": "@autoSubscribe",
4207
+ "hashes": {
4208
+ "principle": {
4209
+ "count": 1,
4210
+ "title": "Principle",
4211
+ "type": "paragraph"
4212
+ }
4213
+ }
4214
+ }
4215
+ }
4216
+ },
4217
+ {
4218
+ "search": "@bind",
4219
+ "files": {
4220
+ "docs/_misc/bind.md": {
4221
+ "title": "@bind",
4222
+ "hashes": {
4223
+ "bind": {
4224
+ "count": 1,
4225
+ "title": "",
4226
+ "type": "page"
4227
+ }
4228
+ }
4229
+ }
4230
+ }
4231
+ },
4232
+ {
4233
+ "search": "The @bind decorator automatically binds a class property to a path in a publisher. The property will be automatically \nupdated when the publisher's data changes.\n",
4234
+ "files": {
4235
+ "docs/_misc/bind.md": {
4236
+ "title": "@bind",
4237
+ "hashes": {
4238
+ "bind": {
4239
+ "count": 1,
4240
+ "title": "",
4241
+ "type": "paragraph"
4242
+ }
4243
+ }
4244
+ }
4245
+ }
4246
+ },
4247
+ {
4248
+ "search": "If you need to trigger the rendering lifecycle of a LitElement, please also add the @state() decorator to the property.\n",
4249
+ "files": {
4250
+ "docs/_misc/bind.md": {
4251
+ "title": "@bind",
4252
+ "hashes": {
4253
+ "bind": {
4254
+ "count": 1,
4255
+ "title": "",
4256
+ "type": "paragraph"
4257
+ }
4258
+ }
4259
+ }
4260
+ }
4261
+ },
4262
+ {
4263
+ "search": "This decorator subscribes to a publisher via the PublisherManager using a path (dot notation) to access a specific property. When this property is modified in the publisher, the decorated property is automatically updated.\n",
4264
+ "files": {
4265
+ "docs/_misc/bind.md": {
4266
+ "title": "@bind",
4267
+ "hashes": {
4268
+ "principle": {
4269
+ "count": 1,
4270
+ "title": "Principle",
4271
+ "type": "paragraph"
4272
+ }
4273
+ }
4274
+ }
4275
+ }
4276
+ },
4277
+ {
4278
+ "search": "Lorsque vous avez besoin que les modifications locales se propagent également vers le publisher, activez l'option reflect :\n",
4279
+ "files": {
4280
+ "docs/_misc/bind.md": {
4281
+ "title": "@bind",
4282
+ "hashes": {
4283
+ "reflect-liaison-bidirectionnelle": {
4284
+ "count": 1,
4285
+ "title": "Reflect (liaison bidirectionnelle)",
4286
+ "type": "paragraph"
4287
+ }
4288
+ }
4289
+ }
4290
+ }
4291
+ },
4292
+ {
4293
+ "search": "The path uses dot notation to navigate through the publisher structure:\n",
4294
+ "files": {
4295
+ "docs/_misc/bind.md": {
4296
+ "title": "@bind",
4297
+ "hashes": {
4298
+ "path-syntax": {
4299
+ "count": 1,
4300
+ "title": "Path syntax",
4301
+ "type": "paragraph"
4302
+ }
4303
+ }
4304
+ },
4305
+ "docs/_misc/on-assign.md": {
4306
+ "title": "@onAssign",
4307
+ "hashes": {
4308
+ "path-syntax": {
4309
+ "count": 1,
4310
+ "title": "Path syntax",
4311
+ "type": "paragraph"
4312
+ }
4313
+ }
4314
+ }
4315
+ }
4316
+ },
4317
+ {
4318
+ "search": "You can now build the path dynamically by referencing the host class properties inside the string passed to @bind. Two placeholder syntaxes are supported:\n",
4319
+ "files": {
4320
+ "docs/_misc/bind.md": {
4321
+ "title": "@bind",
4322
+ "hashes": {
4323
+ "dynamic-path-driven-by-class-properties": {
4324
+ "count": 1,
4325
+ "title": "Dynamic path driven by class properties",
4326
+ "type": "paragraph"
4327
+ }
4328
+ }
4329
+ }
4330
+ }
4331
+ },
4332
+ {
4333
+ "search": "Each placeholder is replaced at runtime with the current value of the corresponding property. @bind automatically watches those properties and:\n",
4334
+ "files": {
4335
+ "docs/_misc/bind.md": {
4336
+ "title": "@bind",
4337
+ "hashes": {
4338
+ "dynamic-path-driven-by-class-properties": {
4339
+ "count": 1,
4340
+ "title": "Dynamic path driven by class properties",
4341
+ "type": "paragraph"
4342
+ }
4343
+ }
4344
+ }
4345
+ }
4346
+ },
4347
+ {
4348
+ "search": "⚠️ Use a classic string literal: @bind("${dataProvider}.${profileId}.info.title"). Do not use a template literal (backticks), otherwise JavaScript would try to interpolate the value immediately.\n",
4349
+ "files": {
4350
+ "docs/_misc/bind.md": {
4351
+ "title": "@bind",
4352
+ "hashes": {
4353
+ "dynamic-path-driven-by-class-properties": {
4354
+ "count": 1,
4355
+ "title": "Dynamic path driven by class properties",
4356
+ "type": "paragraph"
4357
+ }
4358
+ }
4359
+ }
4360
+ }
4361
+ },
4362
+ {
4363
+ "search": "Additional constraints:\n",
4364
+ "files": {
4365
+ "docs/_misc/bind.md": {
4366
+ "title": "@bind",
4367
+ "hashes": {
4368
+ "dynamic-path-driven-by-class-properties": {
4369
+ "count": 1,
4370
+ "title": "Dynamic path driven by class properties",
4371
+ "type": "paragraph"
4372
+ }
4373
+ }
4374
+ }
4375
+ }
4376
+ },
4377
+ {
4378
+ "search": "@onAssign",
4379
+ "files": {
4380
+ "docs/_misc/on-assign.md": {
4381
+ "title": "@onAssign",
4382
+ "hashes": {
4383
+ "onassign": {
4384
+ "count": 1,
4385
+ "title": "",
4386
+ "type": "page"
4387
+ }
4388
+ }
4389
+ }
4390
+ }
4391
+ },
4392
+ {
4393
+ "search": "The @onAssign decorator allows you to execute a method when one or more publishers are updated. The method is called only when all specified publishers have been assigned values.\n",
4394
+ "files": {
4395
+ "docs/_misc/on-assign.md": {
4396
+ "title": "@onAssign",
4397
+ "hashes": {
4398
+ "onassign": {
4399
+ "count": 1,
4400
+ "title": "",
4401
+ "type": "paragraph"
4402
+ }
4403
+ }
4404
+ }
4405
+ }
4406
+ },
4407
+ {
4408
+ "search": "This decorator subscribes to one or more publishers via the PublisherManager. When all specified publishers have been assigned values (via set), the decorated method is called with all the values as arguments.\n",
4409
+ "files": {
4410
+ "docs/_misc/on-assign.md": {
4411
+ "title": "@onAssign",
4412
+ "hashes": {
4413
+ "principle": {
4414
+ "count": 1,
4415
+ "title": "Principle",
4416
+ "type": "paragraph"
4417
+ }
4418
+ }
4419
+ }
4420
+ }
4421
+ },
4422
+ {
4423
+ "search": "This is particularly useful when you need to wait for multiple data sources to be ready before executing logic.\n",
4424
+ "files": {
4425
+ "docs/_misc/on-assign.md": {
4426
+ "title": "@onAssign",
4427
+ "hashes": {
4428
+ "principle": {
4429
+ "count": 1,
4430
+ "title": "Principle",
4431
+ "type": "paragraph"
4432
+ }
4433
+ }
4434
+ }
4435
+ }
4436
+ },
4437
+ {
4438
+ "search": "Templates Demo",
4439
+ "files": {
4440
+ "docs/_misc/templates-demo.md": {
4441
+ "title": "Templates Demo",
4442
+ "hashes": {
4443
+ "templates-demo": {
4444
+ "count": 1,
4445
+ "title": "",
4446
+ "type": "page"
4447
+ }
4448
+ }
4449
+ }
4450
+ }
4451
+ },
4452
+ {
4453
+ "search": "Some test/demos\n",
4454
+ "files": {
4455
+ "docs/_misc/templates-demo.md": {
4456
+ "title": "Templates Demo",
4457
+ "hashes": {
4458
+ "templates-demo": {
4459
+ "count": 1,
4460
+ "title": "",
4461
+ "type": "paragraph"
4462
+ }
4463
+ }
4464
+ }
4465
+ }
4051
4466
  }
4052
4467
  ]
package/src/docs.ts CHANGED
@@ -1,2 +1,6 @@
1
1
  import "./index";
2
2
  import "./docs/docs";
3
+ import "./docs/example/decorators-demo";
4
+ import "./core/components/functional/router/router.demo";
5
+ import "./core/components/functional/states/states.demo";
6
+ import "./core/components/functional/queue/queue.demo";
@@ -1,5 +1,5 @@
1
1
  {
2
- "exclude": ["node_modules/**/*", "dist/**/*", "vite.config.mts", "docs.ts", "docs/*", "router-test.html", "templates-test.html"],
2
+ "exclude": ["node_modules/**/*", "dist/**/*", "vite.config.mts", "docs.ts", "docs/*", "router-test.html"],
3
3
  "compilerOptions": {
4
4
  "target": "es2021",
5
5
  "experimentalDecorators": true,
package/src/tsconfig.json CHANGED
@@ -5,8 +5,7 @@
5
5
  "vite.config.mts",
6
6
  "docs.ts",
7
7
  "docs/*",
8
- "router-test.html",
9
- "templates-test.html"
8
+ "router-test.html"
10
9
  ],
11
10
  "compilerOptions": {
12
11
  "target": "es2021",
@@ -786,6 +785,24 @@
786
785
  "./decorators/Subscriber": [
787
786
  "/sites/concorde/src/core/decorators/Subscriber.ts"
788
787
  ],
788
+ "./decorators/subscriber/ancestorAttribute": [
789
+ "/sites/concorde/src/core/decorators/subscriber/ancestorAttribute.ts"
790
+ ],
791
+ "./decorators/subscriber/autoFill": [
792
+ "/sites/concorde/src/core/decorators/subscriber/autoFill.ts"
793
+ ],
794
+ "./decorators/subscriber/autoSubscribe": [
795
+ "/sites/concorde/src/core/decorators/subscriber/autoSubscribe.ts"
796
+ ],
797
+ "./decorators/subscriber/bind": [
798
+ "/sites/concorde/src/core/decorators/subscriber/bind.ts"
799
+ ],
800
+ "./decorators/subscriber/common": [
801
+ "/sites/concorde/src/core/decorators/subscriber/common.ts"
802
+ ],
803
+ "./decorators/subscriber/onAssign": [
804
+ "/sites/concorde/src/core/decorators/subscriber/onAssign.ts"
805
+ ],
789
806
  "./directives/DataProvider": [
790
807
  "/sites/concorde/src/core/directives/DataProvider.ts"
791
808
  ],
@@ -861,6 +878,9 @@
861
878
  "./docs": [
862
879
  "/sites/concorde/src/docs/docs.ts"
863
880
  ],
881
+ "./example/decorators-demo": [
882
+ "/sites/concorde/src/docs/example/decorators-demo.ts"
883
+ ],
864
884
  "./example/users": [
865
885
  "/sites/concorde/src/docs/example/users.ts"
866
886
  ],
@@ -1 +1 @@
1
- {"root":["./components.ts","./concorde-loaded.ts","./decorators.ts","./directives.ts","./index.ts","./mixins.ts","./utils.ts","./core/core.ts","./core/_types/types.ts","./core/components/functional/functional.ts","./core/components/functional/date/date.ts","./core/components/functional/example/example.ts","./core/components/functional/fetch/fetch.ts","./core/components/functional/if/if.test.ts","./core/components/functional/if/if.ts","./core/components/functional/list/list.demo.ts","./core/components/functional/list/list.spec.ts","./core/components/functional/list/list.ts","./core/components/functional/mix/mix.ts","./core/components/functional/queue/queue.demo.ts","./core/components/functional/queue/queue.ts","./core/components/functional/router/redirect.ts","./core/components/functional/router/router.demo.ts","./core/components/functional/router/router.spec.ts","./core/components/functional/router/router.ts","./core/components/functional/sdui/SDUIDescriptorTransformer.ts","./core/components/functional/sdui/sdui-utils.ts","./core/components/functional/sdui/sdui.ts","./core/components/functional/sdui/types.ts","./core/components/functional/sonic-scope/sonic-scope.ts","./core/components/functional/states/states.demo.ts","./core/components/functional/states/states.spec.ts","./core/components/functional/states/states.ts","./core/components/functional/submit/submit.ts","./core/components/functional/subscriber/subscriber.ts","./core/components/functional/translation/translation.ts","./core/components/functional/value/value.ts","./core/components/ui/ui.ts","./core/components/ui/_css/scroll.ts","./core/components/ui/_css/shadow.ts","./core/components/ui/_css/size.ts","./core/components/ui/_css/type.ts","./core/components/ui/alert/alert.ts","./core/components/ui/alert-messages/alert-messages.ts","./core/components/ui/badge/badge.ts","./core/components/ui/button/button.ts","./core/components/ui/captcha/altchaStyles.ts","./core/components/ui/captcha/captcha.ts","./core/components/ui/card/card-footer.ts","./core/components/ui/card/card-header-descripton.ts","./core/components/ui/card/card-header.ts","./core/components/ui/card/card-main.ts","./core/components/ui/card/card.ts","./core/components/ui/divider/divider.ts","./core/components/ui/form/checkbox/checkbox.ts","./core/components/ui/form/css/form-control.ts","./core/components/ui/form/fieldset/fieldset.ts","./core/components/ui/form/fieldset/legend-description.ts","./core/components/ui/form/fieldset/legend.ts","./core/components/ui/form/form-actions/form-actions.ts","./core/components/ui/form/form-layout/form-layout.ts","./core/components/ui/form/input/input.ts","./core/components/ui/form/input/password-helper.ts","./core/components/ui/form/input/same-value-helper.ts","./core/components/ui/form/input-autocomplete/input-autocomplete.ts","./core/components/ui/form/radio/radio.ts","./core/components/ui/form/select/select.ts","./core/components/ui/form/switch/switch.ts","./core/components/ui/form/textarea/textarea.ts","./core/components/ui/group/group.ts","./core/components/ui/icon/icon.stories.ts","./core/components/ui/icon/icon.ts","./core/components/ui/icon/icons.ts","./core/components/ui/image/image.ts","./core/components/ui/link/link.ts","./core/components/ui/loader/loader.stories.ts","./core/components/ui/loader/loader.ts","./core/components/ui/loader/styles/fixed.ts","./core/components/ui/loader/styles/inline.ts","./core/components/ui/menu/menu-item.ts","./core/components/ui/menu/menu.ts","./core/components/ui/modal/modal-actions.ts","./core/components/ui/modal/modal-close.ts","./core/components/ui/modal/modal-content.ts","./core/components/ui/modal/modal-subtitle.ts","./core/components/ui/modal/modal-title.ts","./core/components/ui/modal/modal.stories.ts","./core/components/ui/modal/modal.ts","./core/components/ui/pop/pop.ts","./core/components/ui/progress/progress.ts","./core/components/ui/table/table-caption.ts","./core/components/ui/table/table-tbody.ts","./core/components/ui/table/table-td.ts","./core/components/ui/table/table-tfoot.ts","./core/components/ui/table/table-th.ts","./core/components/ui/table/table-thead.ts","./core/components/ui/table/table-tr.ts","./core/components/ui/table/table.ts","./core/components/ui/theme/theme.ts","./core/components/ui/theme/theme-collection/core-variables.ts","./core/components/ui/theme/theme-collection/dark.ts","./core/components/ui/theme/theme-collection/light.ts","./core/components/ui/toast/message-subscriber.stories.ts","./core/components/ui/toast/message-subscriber.ts","./core/components/ui/toast/toast-item.ts","./core/components/ui/toast/toast.ts","./core/components/ui/toast/types.ts","./core/components/ui/tooltip/tooltip.ts","./core/decorators/Subscriber.ts","./core/directives/DataProvider.ts","./core/directives/Wording.ts","./core/mixins/Fetcher.ts","./core/mixins/FormCheckable.ts","./core/mixins/FormElement.ts","./core/mixins/FormInput.ts","./core/mixins/Subscriber.ts","./core/mixins/TemplatesContainer.ts","./core/mixins/mixins.ts","./core/utils/Arrays.ts","./core/utils/DataBindObserver.ts","./core/utils/Electron.ts","./core/utils/Format.ts","./core/utils/HTML.ts","./core/utils/LocationHandler.ts","./core/utils/Objects.ts","./core/utils/PublisherProxy.ts","./core/utils/Utils.ts","./core/utils/aesCrypto.ts","./core/utils/api.ts","./core/utils/route.spec.ts","./core/utils/route.ts","./core/utils/url-pattern.ts","./test-utils/TestUtils.ts"],"version":"5.9.2"}
1
+ {"root":["./components.ts","./concorde-loaded.ts","./decorators.ts","./directives.ts","./index.ts","./mixins.ts","./utils.ts","./core/core.ts","./core/_types/types.ts","./core/components/functional/functional.ts","./core/components/functional/date/date.ts","./core/components/functional/example/example.ts","./core/components/functional/fetch/fetch.ts","./core/components/functional/if/if.test.ts","./core/components/functional/if/if.ts","./core/components/functional/list/list.demo.ts","./core/components/functional/list/list.spec.ts","./core/components/functional/list/list.ts","./core/components/functional/mix/mix.ts","./core/components/functional/queue/queue.demo.ts","./core/components/functional/queue/queue.ts","./core/components/functional/router/redirect.ts","./core/components/functional/router/router.demo.ts","./core/components/functional/router/router.spec.ts","./core/components/functional/router/router.ts","./core/components/functional/sdui/SDUIDescriptorTransformer.ts","./core/components/functional/sdui/sdui-utils.ts","./core/components/functional/sdui/sdui.ts","./core/components/functional/sdui/types.ts","./core/components/functional/sonic-scope/sonic-scope.ts","./core/components/functional/states/states.demo.ts","./core/components/functional/states/states.spec.ts","./core/components/functional/states/states.ts","./core/components/functional/submit/submit.ts","./core/components/functional/subscriber/subscriber.ts","./core/components/functional/translation/translation.ts","./core/components/functional/value/value.ts","./core/components/ui/ui.ts","./core/components/ui/_css/scroll.ts","./core/components/ui/_css/shadow.ts","./core/components/ui/_css/size.ts","./core/components/ui/_css/type.ts","./core/components/ui/alert/alert.ts","./core/components/ui/alert-messages/alert-messages.ts","./core/components/ui/badge/badge.ts","./core/components/ui/button/button.ts","./core/components/ui/captcha/altchaStyles.ts","./core/components/ui/captcha/captcha.ts","./core/components/ui/card/card-footer.ts","./core/components/ui/card/card-header-descripton.ts","./core/components/ui/card/card-header.ts","./core/components/ui/card/card-main.ts","./core/components/ui/card/card.ts","./core/components/ui/divider/divider.ts","./core/components/ui/form/checkbox/checkbox.ts","./core/components/ui/form/css/form-control.ts","./core/components/ui/form/fieldset/fieldset.ts","./core/components/ui/form/fieldset/legend-description.ts","./core/components/ui/form/fieldset/legend.ts","./core/components/ui/form/form-actions/form-actions.ts","./core/components/ui/form/form-layout/form-layout.ts","./core/components/ui/form/input/input.ts","./core/components/ui/form/input/password-helper.ts","./core/components/ui/form/input/same-value-helper.ts","./core/components/ui/form/input-autocomplete/input-autocomplete.ts","./core/components/ui/form/radio/radio.ts","./core/components/ui/form/select/select.ts","./core/components/ui/form/switch/switch.ts","./core/components/ui/form/textarea/textarea.ts","./core/components/ui/group/group.ts","./core/components/ui/icon/icon.stories.ts","./core/components/ui/icon/icon.ts","./core/components/ui/icon/icons.ts","./core/components/ui/image/image.ts","./core/components/ui/link/link.ts","./core/components/ui/loader/loader.stories.ts","./core/components/ui/loader/loader.ts","./core/components/ui/loader/styles/fixed.ts","./core/components/ui/loader/styles/inline.ts","./core/components/ui/menu/menu-item.ts","./core/components/ui/menu/menu.ts","./core/components/ui/modal/modal-actions.ts","./core/components/ui/modal/modal-close.ts","./core/components/ui/modal/modal-content.ts","./core/components/ui/modal/modal-subtitle.ts","./core/components/ui/modal/modal-title.ts","./core/components/ui/modal/modal.stories.ts","./core/components/ui/modal/modal.ts","./core/components/ui/pop/pop.ts","./core/components/ui/progress/progress.ts","./core/components/ui/table/table-caption.ts","./core/components/ui/table/table-tbody.ts","./core/components/ui/table/table-td.ts","./core/components/ui/table/table-tfoot.ts","./core/components/ui/table/table-th.ts","./core/components/ui/table/table-thead.ts","./core/components/ui/table/table-tr.ts","./core/components/ui/table/table.ts","./core/components/ui/theme/theme.ts","./core/components/ui/theme/theme-collection/core-variables.ts","./core/components/ui/theme/theme-collection/dark.ts","./core/components/ui/theme/theme-collection/light.ts","./core/components/ui/toast/message-subscriber.stories.ts","./core/components/ui/toast/message-subscriber.ts","./core/components/ui/toast/toast-item.ts","./core/components/ui/toast/toast.ts","./core/components/ui/toast/types.ts","./core/components/ui/tooltip/tooltip.ts","./core/decorators/Subscriber.ts","./core/decorators/subscriber/ancestorAttribute.ts","./core/decorators/subscriber/autoFill.ts","./core/decorators/subscriber/autoSubscribe.ts","./core/decorators/subscriber/bind.ts","./core/decorators/subscriber/common.ts","./core/decorators/subscriber/onAssign.ts","./core/directives/DataProvider.ts","./core/directives/Wording.ts","./core/mixins/Fetcher.ts","./core/mixins/FormCheckable.ts","./core/mixins/FormElement.ts","./core/mixins/FormInput.ts","./core/mixins/Subscriber.ts","./core/mixins/TemplatesContainer.ts","./core/mixins/mixins.ts","./core/utils/Arrays.ts","./core/utils/DataBindObserver.ts","./core/utils/Electron.ts","./core/utils/Format.ts","./core/utils/HTML.ts","./core/utils/LocationHandler.ts","./core/utils/Objects.ts","./core/utils/PublisherProxy.ts","./core/utils/Utils.ts","./core/utils/aesCrypto.ts","./core/utils/api.ts","./core/utils/route.spec.ts","./core/utils/route.ts","./core/utils/url-pattern.ts","./test-utils/TestUtils.ts"],"version":"5.9.2"}
package/vite.config.mts CHANGED
@@ -13,8 +13,6 @@ function CustomHmr() {
13
13
  // HMR
14
14
  handleHotUpdate({ file, server }) {
15
15
  if (file.endsWith(".md")) {
16
- console.log("reloading json file...");
17
-
18
16
  server.ws.send({
19
17
  type: "full-reload",
20
18
  path: "*",